/*
Theme Name: Inpsiration Template
Version: 1.0.0
Author: Inspiration
Author URI: http://www.inspiration.ie
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* 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; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.clearfix {
  *zoom: 1; }

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

.clearfix:after {
  clear: both; }

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

.row {
  margin-left: -20px;
  *zoom: 1;
  position: relative; }

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

.row:after {
  clear: both; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

.container {
  width: 940px; }

.span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 460px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.offset12 {
  margin-left: 980px; }

.offset11 {
  margin-left: 900px; }

.offset10 {
  margin-left: 820px; }

.offset9 {
  margin-left: 740px; }

.offset8 {
  margin-left: 660px; }

.offset7 {
  margin-left: 580px; }

.offset6 {
  margin-left: 500px; }

.offset5 {
  margin-left: 420px; }

.offset4 {
  margin-left: 340px; }

.offset3 {
  margin-left: 260px; }

.offset2 {
  margin-left: 180px; }

.offset1 {
  margin-left: 100px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }

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

.row-fluid:after {
  clear: both; }

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%; }

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%; }

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%; }

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%; }

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%; }

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%; }

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%; }

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%; }

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%; }

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%; }

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%; }

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%; }

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%; }

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%; }

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%; }

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%; }

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%; }

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%; }

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%; }

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%; }

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%; }

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%; }

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%; }

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%; }

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%; }

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%; }

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%; }

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%; }

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%; }

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%; }

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%; }

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%; }

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%; }

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%; }

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%; }

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%; }

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%; }

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }

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

.container:after {
  clear: both; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1; }

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

.container-fluid:after {
  clear: both; }

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1; }

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

  .row:after {
    clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px; }

  .container {
    width: 1170px; }

  .span12 {
    width: 1170px; }

  .span11 {
    width: 1070px; }

  .span10 {
    width: 970px; }

  .span9 {
    width: 870px; }

  .span8 {
    width: 770px; }

  .span7 {
    width: 670px; }

  .span6 {
    width: 570px; }

  .span5 {
    width: 470px; }

  .span4 {
    width: 370px; }

  .span3 {
    width: 270px; }

  .span2 {
    width: 170px; }

  .span1 {
    width: 70px; }

  .offset12 {
    margin-left: 1230px; }

  .offset11 {
    margin-left: 1130px; }

  .offset10 {
    margin-left: 1030px; }

  .offset9 {
    margin-left: 930px; }

  .offset8 {
    margin-left: 830px; }

  .offset7 {
    margin-left: 730px; }

  .offset6 {
    margin-left: 630px; }

  .offset5 {
    margin-left: 530px; }

  .offset4 {
    margin-left: 430px; }

  .offset3 {
    margin-left: 330px; }

  .offset2 {
    margin-left: 230px; }

  .offset1 {
    margin-left: 130px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1; }

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

  .row:after {
    clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }

  .container {
    width: 724px; }

  .span12 {
    width: 724px; }

  .span11 {
    width: 662px; }

  .span10 {
    width: 600px; }

  .span9 {
    width: 538px; }

  .span8 {
    width: 476px; }

  .span7 {
    width: 414px; }

  .span6 {
    width: 352px; }

  .span5 {
    width: 290px; }

  .span4 {
    width: 228px; }

  .span3 {
    width: 166px; }

  .span2 {
    width: 104px; }

  .span1 {
    width: 42px; }

  .offset12 {
    margin-left: 764px; }

  .offset11 {
    margin-left: 702px; }

  .offset10 {
    margin-left: 640px; }

  .offset9 {
    margin-left: 578px; }

  .offset8 {
    margin-left: 516px; }

  .offset7 {
    margin-left: 454px; }

  .offset6 {
    margin-left: 392px; }

  .offset5 {
    margin-left: 330px; }

  .offset4 {
    margin-left: 268px; }

  .offset3 {
    margin-left: 206px; }

  .offset2 {
    margin-left: 144px; }

  .offset1 {
    margin-left: 82px; } }
@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px; }

  .container {
    width: auto; }

  .row {
    margin-left: 0; }

  [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; } }
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
.nav {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 900;
  /* Navigation submenu */ }
  .nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .nav ul li {
      margin: 0;
      padding: 0; }
  .nav .nav-list {
    text-align: left; }
    .nav .nav-list:before, .nav .nav-list:after {
      content: "";
      display: table; }
    .nav .nav-list:after {
      clear: both; }
  .nav .menu-item {
    float: left;
    *display: inline;
    zoom: 1;
    position: relative; }
  .nav .menu-item a {
    display: block;
    color: #FFF;
    padding: 10px 20px;
    text-decoration: none; }
  .nav .menu-item > a:hover {
    background: #fff;
    color: #06626d; }
  .nav .menu-item:hover > .sub-menu {
    display: block; }
  .nav .sub-menu {
    border-top: 5px solid #58932e;
    border-left: 1px solid #58932e;
    border-right: 1px solid #58932e;
    border-bottom: 1px solid #58932e;
    display: none;
    position: absolute;
    left: 0;
    width: 180px;
    z-index: 9999; }
    .nav .sub-menu .sub-menu {
      display: none;
      left: 100%;
      top: 0; }
  .nav .sub-menu .menu-item {
    float: none; }
    .nav .sub-menu .menu-item a {
      font-size: 12px;
      background: #fff;
      float: none;
      display: block;
      padding: 8px 15px;
      color: #06626d; }
  .nav .sub-menu .menu-item a:hover {
    color: #58932e; }

.topsubnav {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 400; }
  .topsubnav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right; }
    .topsubnav ul li {
      margin: 0;
      padding: 0; }
  .topsubnav .topsubnav-list {
    text-align: left; }
    .topsubnav .topsubnav-list:before, .topsubnav .topsubnav-list:after {
      content: "";
      display: table; }
    .topsubnav .topsubnav-list:after {
      clear: both; }
  .topsubnav .menu-item {
    float: left;
    *display: inline;
    zoom: 1;
    position: relative; }
  .topsubnav .menu-item a {
    display: block;
    color: #06626d;
    padding: 5px 10px;
    text-decoration: none; }
  .topsubnav .menu-item > a:hover {
    color: #58932e; }
  .topsubnav .menu-item-49 a {
    display: block;
    color: #fff;
    background-color: #58932e;
    padding: 5px 10px;
    text-decoration: none; }
  .topsubnav .menu-item-49 > a:hover {
    color: #fff;
    background-color: #06626d; }

/* Mobile navigation */
.nav-mobile {
  display: none;
  /* Hide from browsers that don't support media queries */
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #06626d url(images/nav.svg) no-repeat center center;
  background-size: 18px;
  height: 50px;
  width: 50px; }

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #8B2870;
  height: 49px;
  width: 50px;
  cursor: pointer; }

.nav-click i {
  display: block;
  height: 48px;
  width: 48px;
  background: url(images/drop.svg) no-repeat center center;
  background-size: 20px; }

.nav-click:hover {
  background-color: #58932e; }

.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-mobile {
    display: block; }

  .nav {
    width: 100%;
    padding: 50px 0 0; }
    .nav .nav-list {
      display: none; }
    .nav .menu-item {
      width: 100%;
      float: none; }
    .nav .menu-item > a {
      padding: 15px; }
    .nav .menu-item:hover .sub-menu {
      display: none; }
    .nav .sub-menu {
      position: static;
      width: 100%; }

  .nav-click {
    display: block; }

  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0; } }
body {
  font-family: sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: sans-serif; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none; }

h1 {
  background-color: #06626d;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
  margin: 0 0 1px 0;
  text-transform: uppercase; }

h2 {
  line-height: 36px;
  margin: 10px 0;
  color: #06626d;
  font-size: 26px;
  font-weight: 400; }

h3 {
  line-height: 36px;
  margin: 10px 0;
  color: #06626d;
  font-size: 20px;
  font-weight: 400; }

h4 {
  line-height: 125%;
  margin: 8px 0;
  color: #666; }

h5 {
  line-height: 120%;
  margin: 8px 0;
  color: #58932e;
  font-size: 16px;
  font-weight: 400; }

h5 {
  line-height: 120%;
  margin: 8px 0; }

.subheader {
  color: #777; }

.normal {
  font-weight: normal; }

.bolder {
  font-weight: bolder; }

p {
  margin: 0 0 20px 0; }

p img {
  margin: 0; }

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777; }

em {
  font-style: italic; }

strong {
  font-weight: bold;
  color: #333; }

small {
  font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

hr.clearhr {
  border: none;
  border-width: 0;
  clear: both;
  margin: 10px 0 10px;
  height: 0; }

/* #Links
================================================== */
a, a:visited {
  color: #58932e;
  text-decoration: none;
  outline: 0; }

a:hover, a:focus {
  color: #06626d;
  text-decoration: underline; }

p a, p a:visited {
  line-height: inherit; }

h2 a {
  color: #06626d; }
  h2 a:visited {
    color: #06626d; }

/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ol, ul.square, ul.circle, ul.disc {
  /*margin-left: 30px;*/ }

ul.square, .entry-content ul {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px; }

li {
  line-height: 18px;
  margin-bottom: 12px; }

ul.large li {
  line-height: 21px; }

li p {
  line-height: 21px; }

#content ul {
  list-style: circle outside; }

body {
  background-color: #959595; }

.container {
  -webkit-backface-visibility: hidden; }

#logo img {
  padding: 10px 0; }

.whitebg {
  background-color: #fff; }

.topsub {
  background-color: #fff;
  border-bottom: 1px solid #06626d; }

.topmainmenu {
  background-color: #06626d;
  border-top: 1px solid #06626d;
  border-bottom: 5px solid #58932e; }

.footer {
  background-color: #b7b7b7; }

.bottom {
  background-color: #959595; }

.twentypad {
  padding: 20px 0; }

/* # Image Alignment Classes
============================================================== */
.alignright {
  float: right;
  margin: 0px 0px 10px 15px; }

.alignleft {
  float: left;
  margin: 0px 15px 10px 0px; }

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

.txtright {
  text-align: right; }

.txtleft {
  text-align: left; }

.txtcenter {
  text-align: center; }

/* WP Captions */
.wp-caption {
  text-align: center;
  padding: 5px;
  margin: 10px auto; }

.wp-caption {
  border: 1px solid #fff;
  background-color: #f6f6f6;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-box-shadow: 1px 1px 6px #ddd;
  -moz-box-shadow: 1px 1px 6px #ddd;
  box-shadow: 1px 1px 6px #ddd;
  position: relative; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

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

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

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

.red {
  color: #FF0000;
  font-weight: bold; }

/* BUTTONS */
a.button-green:link,
a.button-green:visited {
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 20px/100%;
  padding: 10px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  line-height: 1em;
  font-family: inherit;
  overflow: visible;
  font-weight: 400;
  left: auto;
  border: none;
  background: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #58932e;
  color: white !important; }
  a.button-green:link:hover,
  a.button-green:visited:hover {
    text-decoration: none;
    background: #959595; }
  a.button-green:link:active,
  a.button-green:visited:active {
    position: relative;
    top: 1px;
    background: #b7b7b7; }

a.button-green:hover {
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 20px/100%;
  padding: 10px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  line-height: 1em;
  font-family: inherit;
  overflow: visible;
  font-weight: 400;
  left: auto;
  border: none;
  background: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #06626d;
  color: white !important; }
  a.button-green:hover:hover {
    text-decoration: none;
    background: #959595; }
  a.button-green:hover:active {
    position: relative;
    top: 1px;
    background: #b7b7b7; }

a.button-blue:link,
a.button-blue:visited {
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 20px/100%;
  padding: 10px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  line-height: 1em;
  font-family: inherit;
  overflow: visible;
  font-weight: 400;
  left: auto;
  border: none;
  background: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #5fa0d2;
  color: white !important; }
  a.button-blue:link:hover,
  a.button-blue:visited:hover {
    text-decoration: none;
    background: #959595; }
  a.button-blue:link:active,
  a.button-blue:visited:active {
    position: relative;
    top: 1px;
    background: #b7b7b7; }

a.button-small-blue:link,
a.button-small-blue:visited {
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 20px/100%;
  padding: 10px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  line-height: 1em;
  font-family: inherit;
  overflow: visible;
  font-weight: 400;
  left: auto;
  border: none;
  background: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #5fa0d2;
  color: white !important; }
  a.button-small-blue:link:hover,
  a.button-small-blue:visited:hover {
    text-decoration: none;
    background: #959595; }
  a.button-small-blue:link:active,
  a.button-small-blue:visited:active {
    position: relative;
    top: 1px;
    background: #b7b7b7; }

a.button-white:link,
a.button-white:visited {
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 20px/100%;
  padding: 10px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  line-height: 1em;
  font-family: inherit;
  overflow: visible;
  font-weight: 400;
  left: auto;
  border: none;
  background: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #5fa0d2;
  color: white !important; }
  a.button-white:link:hover,
  a.button-white:visited:hover {
    text-decoration: none;
    background: #959595; }
  a.button-white:link:active,
  a.button-white:visited:active {
    position: relative;
    top: 1px;
    background: #b7b7b7; }

a.more-link:link,
a.more-link:visited {
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 20px/100%;
  padding: 10px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  line-height: 1em;
  font-family: inherit;
  overflow: visible;
  font-weight: 400;
  left: auto;
  border: none;
  background: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #58932e;
  color: white !important;
  margin-top: 20px; }
  a.more-link:link:hover,
  a.more-link:visited:hover {
    text-decoration: none;
    background: #959595; }
  a.more-link:link:active,
  a.more-link:visited:active {
    position: relative;
    top: 1px;
    background: #b7b7b7; }

a.more-link:hover {
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 20px/100%;
  padding: 10px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  line-height: 1em;
  font-family: inherit;
  overflow: visible;
  font-weight: 400;
  left: auto;
  border: none;
  background: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #06626d;
  color: white !important;
  margin-top: 20px; }
  a.more-link:hover:hover {
    text-decoration: none;
    background: #959595; }
  a.more-link:hover:active {
    position: relative;
    top: 1px;
    background: #b7b7b7; }

/* SLIDER */
.sliderbg {
  height: 327px; }

ul.sliderrow {
  margin: 0 0 2px 0;
  padding: 0; }
  ul.sliderrow li {
    margin: 0;
    height: 327px; }
    ul.sliderrow li .slidebg {
      height: 327px;
      z-index: 1; }
    ul.sliderrow li .slidecontent {
      margin: 30px 0 0 0;
      padding: 30px;
      color: #fff;
      /* Fallback for web browsers that doesn't support RGBa */
      background: #06626d transparent;
      background: rgba(6, 98, 109, 0.5);
      /* For IE 5.5 - 7*/
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5006626d, endColorstr=#5006626d);
      /* For IE 8*/
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5006626d, endColorstr=#5006626d)"; }
      ul.sliderrow li .slidecontent h1 {
        font-size: 63px;
        line-height: 63px;
        font-weight: 400;
        color: #fff;
        margin: 0; }
      ul.sliderrow li .slidecontent h2 {
        font-size: 35px;
        font-weight: 400;
        line-height: 42px;
        color: #fff;
        margin: 0;
        padding-top: 150px; }
      ul.sliderrow li .slidecontent h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: #fff;
        margin: 0; }
      ul.sliderrow li .slidecontent h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        color: #fff;
        margin: 0; }
      ul.sliderrow li .slidecontent p {
        margin: 10px 0;
        font-size: 12px; }

/* CLIENTS */
.clientsrow {
  margin-top: 40px;
  border-top: 1px solid #cecece;
  padding: 20px 0; }
  .clientsrow h4 {
    color: #343432;
    font-size: 26px;
    line-height: 32px;
    padding-top: 10px; }

/* TESTIMONIALS */
ul.testimonialrow {
  margin: 0;
  padding: 0; }
  ul.testimonialrow li {
    margin: 0;
    list-style-type: none; }
    ul.testimonialrow li p {
      font-size: 18px;
      line-height: 21px;
      font-weight: normal; }
    ul.testimonialrow li .testtitle {
      color: #333;
      font-size: 16px;
      font-weight: bold; }

/* HEADER */
.topdetails {
  padding: 15px 0 30px 0;
  text-align: right;
  font-size: 12px;
  color: #58932e; }
  .topdetails a, .topdetails a:visited {
    color: #06626d; }
  .topdetails a:hover, .topdetails a:active {
    color: #58932e; }
  .topdetails span {
    font-weight: bold;
    padding-right: 15px; }

.topbasket {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #58932e; }
  .topbasket a, .topbasket a:visited {
    color: #06626d; }
  .topbasket .icon-basket {
    font-size: 24px;
    color: #06626d; }
  .topbasket table {
    border-top: 1px solid #06626d;
    margin-top: 5px; }
  .topbasket td {
    padding: 5px;
    text-align: left;
    line-height: 18px; }

a.greenlink:link,
a.greenlink:visited {
  color: #58932e; }

a.greenlink:hover {
  color: #06626d; }

.topsearch {
  float: right;
  margin-right: 20px;
  padding-top: 25px; }
  .topsearch input[type="text"] {
    border: 3px solid #c6c7c9;
    margin: 0;
    font-size: 12px; }
  .topsearch button, .topsearch input[type="reset"], .topsearch input[type="submit"], .topsearch input[type="button"] {
    background-color: #c6c7c9;
    font-size: 16px;
    padding: 0 8px 0 5px;
    line-height: 21px;
    height: 31px; }
  .topsearch button:hover, .topsearch input[type="reset"]:hover, .topsearch input[type="submit"]:hover, .topsearch input[type="button"]:hover {
    background-color: #c6c7c9;
    color: #959595; }

/* BREADCRUMBS */
.crumbs {
  background-color: #c6c7c9;
  font-size: 12px;
  color: #555;
  margin-bottom: 1px; }
  .crumbs p {
    margin: 5px 20px; }
  .crumbs a:link, .crumbs a:visited {
    color: #555; }
  .crumbs a:hover {
    color: #58932e; }

/* SIDEBAR */
.sidebar h3 {
  background-color: #06626d;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
  margin: 0 0 1px 0; }
.sidebar .sidesearch {
  margin-bottom: 20px; }

.boxed {
  border: 1px solid #b7b7b7;
  padding: 0 12px 12px 12px;
  margin-bottom: 20px; }
  .boxed .newsitem {
    padding: 10px 0;
    border-bottom: 1px solid #b7b7b7;
    font-size: 12px; }
    .boxed .newsitem p {
      margin-bottom: 5px;
      line-height: 18px; }
    .boxed .newsitem h4 {
      margin: 2px 0;
      font-size: 14px; }
      .boxed .newsitem h4 a {
        color: #06626d; }
    .boxed .newsitem small {
      color: #b7b7b7; }
    .boxed .newsitem:last-child {
      border-bottom: none; }

/* Home Content */
.homecontent h2 {
  color: #fff;
  background-color: #06626d;
  font-size: 14px;
  padding-left: 15px;
  margin: 0; }

.homeproducts {
  background-color: #c6c7c8;
  margin-bottom: 10px; }
  .homeproducts img {
    margin-left: 1px; }
  .homeproducts h3 {
    font-size: 14px;
    margin: 0 10px;
    padding: 0;
    line-height: 21px;
    font-weight: 700; }
  .homeproducts p {
    font-size: 11px;
    color: #555;
    margin: 0 10px 5px 10px;
    min-height: 60px; }
  .homeproducts .price {
    color: #06626d;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 0 10px 10px 10px; }
    .homeproducts .price del .amount {
      color: #990000;
      font-weight: 400;
      font-size: 14px; }
    .homeproducts .price ins .amount {
      color: #58932e;
      text-decoration: none;
      font-size: 18px; }
  .homeproducts a.button {
    width: 50%;
    font-size: 14px; }
    .homeproducts a.button.read_more {
      background-color: #06626d; }

/* Main Content */
#content {
  font-size: 14px; }
  #content .term-description {
    font-size: 12px;
    line-height: 21px;
    padding: 15px 0; }

.maincontent,
.post,
.search .page,
.search .product {
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c7c9; }
  .maincontent h1,
  .post h1,
  .search .page h1,
  .search .product h1 {
    line-height: 36px;
    margin: 10px 0;
    color: #06626d;
    font-size: 26px;
    font-weight: 400;
    text-transform: none;
    padding: 0;
    background-color: transparent; }
  .maincontent li,
  .post li,
  .search .page li,
  .search .product li {
    font-size: 14px;
    line-height: 21px; }

.search .product .prohide {
  display: none; }

.search .post .pghide, .search .page .pghide {
  display: none; }

.entry-content {
  margin: 15px 0px 30px 0px; }
  .entry-content p {
    font-size: 14px;
    line-height: 21px;
    color: #4d4a4a; }
  .entry-content h1 {
    margin: 20px 0px 15px 0; }
  .entry-content h3 {
    border-bottom: 1px solid #c6c7c8;
    clear: both;
    display: block; }

.single .maincontent {
  padding: 30px 0; }

.entry-summary p {
  font-size: 14px;
  line-height: 21px;
  color: #4d4a4a; }

.entry-meta {
  font-size: 12px;
  font-weight: 400;
  color: #58932e; }

.map {
  float: right; }

/*toggle*/
h6.trigger {
  margin: 0px !important;
  font-size: 14px;
  background-color: #fff; }

h6.trigger a {
  color: #06626d;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #c6c7c9;
  padding: 0px 0px 10px 0px;
  background-image: url("images/toggle.gif");
  background-position: 100% 0px;
  background-repeat: no-repeat; }

h6.trigger a:hover {
  color: #58932e;
  text-decoration: none; }

h6.trigger.active a {
  background-position: 100% -34px;
  border-bottom: none; }

.toggle_container {
  overflow: hidden;
  padding: 0px 10px 20px 10px;
  border: 1px solid #e4e4e4;
  border-top: none; }

/*Page Navi*/
.wp-pagenavi {
  font-size: 21px;
  font-weight: 400; }
  .wp-pagenavi .pages {
    padding: 20px;
    background-color: #d7d7d7;
    margin-right: 5px; }
  .wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    padding: 20px;
    background-color: #fff;
    margin-right: 5px; }
  .wp-pagenavi .current {
    color: #06626d; }
  .wp-pagenavi a, .wp-pagenavi a:visited {
    color: #222;
    text-decoration: none; }
  .wp-pagenavi a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #06626d; }

.contactform label {
  width: 100px;
  font-size: 14px; }

/* SIDEBAR */
.widget-container {
  background-color: #fff;
  border-top: 1px solid #58932e;
  border-bottom: 3px solid #06626d;
  margin-bottom: 25px;
  padding: 15px 30px; }
  .widget-container h3 {
    font-size: 16px;
    color: #06626d;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0; }
  .widget-container ul {
    margin-left: 0;
    padding-left: 0; }

/* PRODUCT CATEGORY PAGE */
.productscat h3 {
  min-height: 42px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px; }
  .productscat h3 a {
    color: #06626d;
    text-decoration: none; }
.productscat a.button {
  width: 50%;
  font-size: 14px; }
  .productscat a.button.read_more {
    background-color: #06626d; }
.productscat .price {
  color: #06626d;
  font-size: 14px !important;
  font-weight: 700;
  display: block;
  margin: 0 0px 10px 0px; }
  .productscat .price del .amount {
    color: #990000;
    font-weight: 400;
    font-size: 14px; }
  .productscat .price ins .amount {
    color: #58932e;
    text-decoration: none;
    font-size: 18px; }
.productscat img {
  border: 1px solid #ccc; }

.cat_title {
  background-color: #06626d;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
  margin: 0 0 1px 0;
  display: block; }
  .cat_title a {
    color: #fff;
    text-decoration: none; }

.product h1 {
  font-size: 24px;
  font-weight: 400;
  color: #06626d;
  background-color: transparent; }
.product .product_meta {
  margin-bottom: 20px; }
  .product .product_meta .sku_wrapper {
    display: block;
    color: #58932e; }
    .product .product_meta .sku_wrapper .sku {
      color: #000; }
  .product .product_meta .posted_in {
    color: #58932e; }
    .product .product_meta .posted_in a {
      color: #000; }

.brand-description img {
  display: none; }

/* FOOTER */
.footer {
  color: #7f7f7f;
  font-size: 14px;
  padding-bottom: 50px; }
  .footer a, .footer a:visited {
    color: #7f7f7f;
    text-decoration: none; }
  .footer a:hover {
    text-decoration: underline;
    color: #fff; }
  .footer h3 {
    font-size: 24px;
    font-weight: normal;
    color: #fff; }
  .footer ul {
    margin-left: 0;
    padding-left: 0; }

.bottom {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  min-height: 60px; }
  .bottom .textwidget {
    line-height: 60px;
    height: 60px; }
  .bottom a, .bottom a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 11px; }
  .bottom a:hover {
    text-decoration: none;
    color: #fff; }
  .bottom img {
    vertical-align: middle;
    margin-right: 20px; }
  .bottom .upicon a, .bottom .upicon a:visited {
    text-decoration: none;
    line-height: 60px;
    height: 60px;
    font-size: 36px;
    display: inline-block; }
  .bottom .upicon a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #222; }

.social a, .social a:visited {
  text-decoration: none;
  font-size: 36px;
  display: inline-block; }
  .social a .icon-twitter-squared, .social a:visited .icon-twitter-squared {
    color: #81e0fe; }
  .social a .icon-facebook-squared, .social a:visited .icon-facebook-squared {
    color: #81b9fe; }
  .social a .icon-linkedin-squared, .social a:visited .icon-linkedin-squared {
    color: #30a8e6; }
  .social a .icon-gplus-squared, .social a:visited .icon-gplus-squared {
    color: #ed676b; }
.social a:hover {
  text-decoration: none;
  color: #fff; }
  .social a:hover .icon-twitter-squared,
  .social a:hover .icon-facebook-squared,
  .social a:hover .icon-linkedin-squared,
  .social a:hover .icon-gplus-squared {
    color: #fff; }
.social [class^="icon-"]:before,
.social [class*=" icon-"]:before {
  margin: 0; }

.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px; }

#nav-below {
  margin-top: 20px; }

.wp-pagenavi {
  font-size: 16px; }
  .wp-pagenavi .pages, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    padding: 10px; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
p.owl-carousel {
  margin: 0; }

.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left; }
    .owl-carousel .owl-item img {
      display: block;
      /*width: 100%;*/
      /*height: auto;*/ }
  .owl-carousel .owl-page,
  .owl-carousel .owl-buttons div {
    cursor: pointer; }

/* BRANDS */
.brands ul {
  margin: 0;
  padding: 0; }
.brands .brand-thumbnails .owl-item img {
  padding: 0 30px; }

.owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #c6c7c9; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background: #fff;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #c6c7c9; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(images/AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

.input_tiny {
  width: 50px; }

.input_small {
  width: 100px; }

.input_medium {
  width: 150px; }

.input_large {
  width: 200px; }

.input_xlarge {
  width: 250px; }

.input_xxlarge {
  width: 400px; }

.input_full {
  width: 100%; }

input,
button,
select,
textarea {
  vertical-align: middle; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="input"],
input[type="time"],
input[type="url"],
input[type="week"] {
  background-color: #fff;
  border: 2px solid #ecf0f1;
  color: #959595;
  outline: 0;
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 2px;
  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  font-size: 11px;
  padding: 0 15px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  background: #58932e;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  outline: 0;
  overflow: visible; }

.sidesearch input,
.sidesearch button,
.sidesearch select,
.sidesearch textarea {
  width: 100%;
  text-align: left; }

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background: #959595; }

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default; }

textarea,
select[size],
select[multiple] {
  height: auto; }

textarea {
  min-height: 40px;
  overflow: auto;
  width: 100%; }

label {
  display: inline-block;
  margin-right: 10px; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.svg?59343443#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-right-dir:before {
  content: '\e802'; }

/* '' */
.icon-left-open:before {
  content: '\e803'; }

/* '' */
.icon-right-open:before {
  content: '\e804'; }

/* '' */
.icon-up-open:before {
  content: '\e805'; }

/* '' */
.icon-basket:before {
  content: '\e801'; }

/* '' */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 20px/100%;
  padding: 10px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  line-height: 1em;
  font-family: inherit;
  overflow: visible;
  font-weight: 400;
  left: auto;
  border: none;
  background: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #58932e;
  color: white !important; }
  .woocommerce #content input.button:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce-page #content input.button:hover,
  .woocommerce-page #respond input#submit:hover,
  .woocommerce-page a.button:hover,
  .woocommerce-page button.button:hover,
  .woocommerce-page input.button:hover {
    text-decoration: none;
    background: #959595; }
  .woocommerce #content input.button:active,
  .woocommerce #respond input#submit:active,
  .woocommerce a.button:active,
  .woocommerce button.button:active,
  .woocommerce input.button:active,
  .woocommerce-page #content input.button:active,
  .woocommerce-page #respond input#submit:active,
  .woocommerce-page a.button:active,
  .woocommerce-page button.button:active,
  .woocommerce-page input.button:active {
    position: relative;
    top: 1px;
    background: #b7b7b7; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: auto;
  margin: 0 30px 30px 0; }

.woocommerce div.product,
.woocommerce #content div.product,
.woocommerce-page div.product,
.woocommerce-page #content div.product {
  margin-bottom: 10px; }

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price {
  color: #06626d;
  font-size: 24px; }

.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
  clear: none;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0; }

.woocommerce div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label {
  padding: 7px 0; }

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
  background: #58932e;
  background: -webkit-gradient(linear, left top, left bottom, from(#58932e), to(#58932e));
  background: -webkit-linear-gradient(#58932e, #58932e);
  background: -moz-linear-gradient(center top, #58932e 0%, #58932e 100%);
  background: -moz-gradient(center top, #58932e 0%, #58932e 100%);
  border-color: transparent;
  border: none;
  color: #ffffff;
  text-shadow: none; }

.woocommerce .related, .woocommerce .upsells.products, .woocommerce-page .related, .woocommerce-page .upsells.products {
  display: block;
  clear: both; }

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
  width: auto;
  margin: auto; }

img.scale-with-grid,
.entry-content img,
.entry-summary img,
.post img,
.widget img,
.wp-caption img,
.newsthumb img,
#sidebar img,
.filterable .mix img,
#logo img {
  max-width: 100% !important;
  height: auto; }

video {
  max-width: 100%;
  height: auto; }

iframe,
embed,
object {
  max-width: 100%; }

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

@-ms-viewport {
  width: device-width; }

.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: inherit !important; }

  .hidden-print {
    display: none !important; } }
/* Large desktop */
/* iPads (landscape) ----------- */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .topdetails {
    padding: 5px 0 10px 0; }

  .topsearch {
    padding: 5px 0;
    margin-right: 0; }

  .homeproducts p {
    min-height: 80px; } }
/* Landscape phone to portrait tablet */
/* Smartphones (portrait) ----------- */
@media (max-width : 360px) {
  .topsubnav .menu-item a {
    padding: 5px 12px; }

  .topright {
    display: none; }

  .homeproducts img {
    width: 100%; }

  .footer .span4 {
    padding-left: 20px; } }
