/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
	 * Extends the .visuallyhidden class to allow the element to be focusable
	 * when navigated to via the keyboard: h5bp.com/p
	 */

}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
 * Float list
 */
.fl-left {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.fl-left:before,
.fl-left:after {
  content: " ";
  display: table;
}
.fl-left:after {
  clear: both;
}
.fl-left li,
.fl-left dt,
.fl-left dd {
  float: left;
}
.fl-right {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.fl-right:before,
.fl-right:after {
  content: " ";
  display: table;
}
.fl-right:after {
  clear: both;
}
.fl-right li,
.fl-right dt,
.fl-right dd {
  float: right;
}
/*
 * Nice list
 */
.nl {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.nl a {
  text-decoration: none;
}
/*
 * Line Break
 */
.br {
  display: block;
}
/* Rounnded Corners */
/* Opactiy */
/* Two Color Gradient */
/* Tranisition on all */
/* Drop shadow */
/* Box shadow */
/* RGBa */
/* Text shadow */
/* Clear appearance */
.clear-appr {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Fancy Underline */
/* Elastislide Style */
.elastislide-list {
  list-style-type: none;
  display: none;
}
.no-js .elastislide-list {
  display: block;
}
.elastislide-carousel ul li {
  min-width: 20px;
  /* minimum width of the image (min width + border) */

}
.elastislide-wrapper {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  min-height: 60px;
}
.elastislide-wrapper.elastislide-loading {
  background-image: url(../img/elasti/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.elastislide-horizontal {
  padding: 0;
}
.elastislide-vertical {
  padding: 40px 10px;
}
.elastislide-carousel {
  overflow: hidden;
  position: relative;
}
.elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.elastislide-horizontal ul {
  white-space: nowrap;
}
.elastislide-carousel ul li {
  margin: 0;
  -webkit-backface-visibility: hidden;
}
.elastislide-horizontal ul li {
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.elastislide-vertical ul li {
  display: block;
}
.elastislide-carousel ul li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.elastislide-carousel ul li a img {
  display: block;
  max-width: 100%;
}
.footable > thead > tr > th {
  position: relative;
}
.footable {
  border-spacing: 0;
  width: 100%;
}
.footable.breakpoint > tbody > tr > td.expand {
  position: relative;
  padding-left: 40px;
}
.footable.breakpoint > tbody > tr > td.expand:before {
  position: absolute;
  left: 20px;
  top: 14px;
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #127e34;
  background: url('../img/plus.svg') no-repeat center center;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td.expand:before {
  background: url('../img/minus.svg') no-repeat center center;
}
.footable.breakpoint > tbody > tr.even + tr.footable-row-detail td {
  background: #E9E9E9;
}
.footable.breakpoint > tbody > tr.footable-row-detail td {
  background: #F2F2F2;
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable > tbody img {
  vertical-align: middle;
}
/* ==========================================================================
   Jingjin's custom styles
   ========================================================================== */
/* ==================================
   Typography
   ================================== */
@font-face {
  font-family: 'oswaldbook';
  src: url('../font/oswald-regular-webfont.eot');
  src: url('../font/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/oswald-regular-webfont.woff') format('woff'), url('../font/oswald-regular-webfont.ttf') format('truetype'), url('../font/oswald-regular-webfont.svg#oswaldbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoregular';
  src: url('../font/lato-regular-webfont.eot');
  src: url('../font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/lato-regular-webfont.woff') format('woff'), url('../font/lato-regular-webfont.ttf') format('truetype'), url('../font/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latobold';
  src: url('../font/lato-bold-webfont.eot');
  src: url('../font/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/lato-bold-webfont.woff') format('woff'), url('../font/lato-bold-webfont.ttf') format('truetype'), url('../font/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoblack';
  src: url('../font/lato-black-webfont.eot');
  src: url('../font/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../font/lato-black-webfont.woff') format('woff'), url('../font/lato-black-webfont.ttf') format('truetype'), url('../font/lato-black-webfont.svg#lato_blackregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.oswald {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.latoregular {
  font-family: 'latoregular', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.latobold {
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.latoblack {
  font-family: 'latoblack', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
p {
  font-family: 'Arial', sans-serif;
}
/* ==================================
   Sprites & Global Assests
   ================================== */
.btn-arrow-left-iefix .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -10px -10px;
}
.btn-arrow-left-iefix:hover .square .arrow {
  background-position: -50px -50px;
}
.btn-arrow-left-white-iefix .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -30px -30px;
}
.btn-arrow-left-white-iefix:hover .square .arrow {
  background-position: -50px -50px;
}
.btn-arrow-right-iefix .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -20px -20px;
}
.btn-arrow-right-iefix:hover .square .arrow {
  background-position: -60px -60px;
}
.btn-arrow-right-black-iefix .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -60px -60px;
}
.btn-arrow-right-white-iefix .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -40px -40px;
}
.btn-arrow-right-white-iefix:hover .square .arrow {
  background-position: -60px -60px;
}
.more-link {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #127e34;
  text-transform: uppercase;
  font-size: 1.083em;
  font-weight: bold;
  background: none;
  border: 0;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.more-link .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #127e34;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.more-link .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.more-link:hover .square {
  border-color: #1d1d1b;
}
.more-link:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
.more-link .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #127e34;
}
.more-link .square {
  margin-left: 6px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.more-link .square .arrow {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.more-link:hover {
  color: #1d1d1b;
  background: none;
  border: 0;
}
.more-link:hover .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #1d1d1b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.more-link:hover .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.more-link:hover:hover .square {
  border-color: #1d1d1b;
}
.more-link:hover:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
.more-link:hover .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #1d1d1b;
}
.lt-ie9 .more-link .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -20px -20px;
}
.lt-ie9 .more-link:hover .square .arrow {
  background-position: -60px -60px;
}
.lt-ie9 .more-link:hover .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -60px -60px;
}
.expander {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
}
.expander .horz-line {
  margin-left: 2px;
  margin-top: 4px;
  display: block;
  width: 5px;
  height: 1px;
  background-color: #fff;
}
.expander .vert-line {
  margin-left: 4px;
  margin-top: -3px;
  display: block;
  width: 1px;
  height: 5px;
  background-color: #fff;
}
/* ==================================
   Global Layout & Style
   ================================== */
html {
  height: 100%;
}
body {
  position: relative;
  height: 100%;
  font-family: 'latoregular', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 75.0%;
}
#home-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
	 * Extends the .visuallyhidden class to allow the element to be focusable
	 * when navigated to via the keyboard: h5bp.com/p
	 */

}
#home-title.focusable:active,
#home-title.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
nav h1,
nav h2,
nav h3,
nav h4,
nav h5,
nav h6 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
	 * Extends the .visuallyhidden class to allow the element to be focusable
	 * when navigated to via the keyboard: h5bp.com/p
	 */

}
nav h1.focusable:active,
nav h2.focusable:active,
nav h3.focusable:active,
nav h4.focusable:active,
nav h5.focusable:active,
nav h6.focusable:active,
nav h1.focusable:focus,
nav h2.focusable:focus,
nav h3.focusable:focus,
nav h4.focusable:focus,
nav h5.focusable:focus,
nav h6.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
a {
  text-decoration: none;
}
#push-wrap {
  position: relative;
  min-height: 100%;
}
#push-wrap #global-background {
  position: absolute;
  z-index: -1;
  left: -50%;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 616px;
  background: #dfdcd9 url("../img/background.jpg");
}
/* Grid Box */
.grid-box {
  position: relative;
  display: block;
  width: 240px;
  height: 240px;
}
.grid-box .box-wrap {
  position: relative;
  display: block;
  height: 100%;
}
.grid-box .box-wrap .content {
  display: block;
}
.white-box .box-wrap {
  background-color: #fff;
}
.gray-box .box-wrap {
  background-color: #f8f8f8;
}
.gray-box .box-wrap a {
  color: #127e34;
}
.darkgreen-box .box-wrap {
  background-color: #40965b;
  color: #fff;
}
.darkgreen-box .box-wrap a {
  color: #fff;
}
.darkgreen-box .category-img-lite {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}
.darkgreen-box:hover .category-img-dark {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}
.litegreen-box .box-wrap {
  background-color: #64b578;
  color: #fff;
}
.litegreen-box .box-wrap a {
  color: #fff;
}
.litegreen-box .category-img-dark {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}
.litegreen-box:hover .category-img-lite {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}
.litergreen-box .box-wrap {
  background-color: #dfebe3;
}
.litergreen-box .box-wrap a {
  color: #127e34;
}
.liteGreen-stripe-box .box-wrap {
  background: #dce9e0 url('../img/liteGreen-stripe.png');
}
.liteGreen-stripe-mirrored-box .box-wrap {
  background: #dce9e0 url('../img/liteGreen-stripe-mirrored.png');
}
.green-stripe-box .box-wrap {
  background: #dce9e0 url('../img/green-stripe.png');
}
.green-stripe-mirrored-box .box-wrap {
  background: #dce9e0 url('../img/green-stripe-mirrored.png');
}
.darkGreen-stripe-box .box-wrap {
  background: #dce9e0 url('../img/darkGreen-stripe.png');
}
.grey-stripe-box .box-wrap {
  background: #dce9e0 url('../img/grey-stripe.png');
}
.content-box .box-wrap .content {
  padding: 24px;
}
.content-box .box-wrap .content h1,
.content-box .box-wrap .content h2,
.content-box .box-wrap .content h3,
.content-box .box-wrap .content h4,
.content-box .box-wrap .content h5,
.content-box .box-wrap .content h6 {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.667;
}
.content-box .box-wrap .content p {
  line-height: 1.667;
}
.content-box .box-wrap .content p strong {
  font-size: 1.333em;
  font-weight: normal;
  line-height: 1.5;
}
#category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#category-list a {
  text-decoration: none;
}
.category-box {
  display: block;
  overflow: hidden;
}
.category-box:first-child {
  margin-left: 240px;
}
.category-box .box-wrap .content {
  position: absolute;
  z-index: 2;
  display: block;
  margin: 150px 24px auto 24px;
}
.category-box .box-wrap .content .category-number {
  display: block;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 2.500em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.category-box .box-wrap .content .category-name {
  display: block;
  font-size: 1.333em;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.category-box .box-wrap .content .title {
  margin: 0;
}
.category-box .box-wrap .category-img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}
.category-box .box-wrap .category-img-original {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}
.category-box:hover .box-wrap {
  background-color: #fff;
}
.category-box:hover .category-number {
  color: #404040;
}
.category-box:hover .category-name {
  color: #127e34;
}
.category-box:hover .category-img-original {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.category-detailed-box {
  width: 100%;
  height: 180px;
  font-weight: bold;
  line-height: 1.667;
}
.category-detailed-box .box-wrap p,
.category-detailed-box .box-wrap li,
.category-detailed-box .box-wrap a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.category-detailed-box .box-wrap .content {
  margin: 12px 190px 12px 20px;
}
.category-detailed-box .box-wrap .content .title {
  font-size: 1.333em;
}
.category-detailed-box .box-wrap .content .title .category-number {
  display: inline;
  font-size: 1.875em;
}
.category-detailed-box .box-wrap .content .title .category-name {
  display: inline;
  font-size: 1.000em;
}
.category-detailed-box .box-wrap .content .sub-categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.category-detailed-box .box-wrap .content .sub-categories-list a {
  text-decoration: none;
}
.category-detailed-box .box-wrap .content .sub-categories-list:before,
.category-detailed-box .box-wrap .content .sub-categories-list:after {
  content: " ";
  display: table;
}
.category-detailed-box .box-wrap .content .sub-categories-list:after {
  clear: both;
}
.category-detailed-box .box-wrap .content .sub-categories-list li,
.category-detailed-box .box-wrap .content .sub-categories-list dt,
.category-detailed-box .box-wrap .content .sub-categories-list dd {
  float: left;
}
.category-detailed-box .box-wrap .content .sub-categories-list li {
  width: 140px;
}
.category-detailed-box .box-wrap .content .sub-categories-list a {
  line-height: 1;
  background: none;
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.category-detailed-box .box-wrap .content .sub-categories-list a .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.category-detailed-box .box-wrap .content .sub-categories-list a .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.category-detailed-box .box-wrap .content .sub-categories-list a:hover .square {
  border-color: #1d1d1b;
}
.category-detailed-box .box-wrap .content .sub-categories-list a:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
.category-detailed-box .box-wrap .content .sub-categories-list a .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
}
.category-detailed-box .box-wrap .content .sub-categories-list a .square {
  margin-right: 6px;
  margin-bottom: -2px;
}
.category-detailed-box .box-wrap .content .sub-categories-list a:hover {
  color: #1d1d1b;
}
.category-detailed-box:hover .box-wrap {
  color: #404040;
}
.category-detailed-box:hover .box-wrap .content .sub-categories-list a {
  background: none;
  border: 0;
}
.category-detailed-box:hover .box-wrap .content .sub-categories-list a .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #127e34;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.category-detailed-box:hover .box-wrap .content .sub-categories-list a .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.category-detailed-box:hover .box-wrap .content .sub-categories-list a:hover .square {
  border-color: #1d1d1b;
}
.category-detailed-box:hover .box-wrap .content .sub-categories-list a:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
.category-detailed-box:hover .box-wrap .content .sub-categories-list a .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #127e34;
}
.category-detailed-box:hover a {
  color: #127e34;
}
.lt-ie9 .category-detailed-box .box-wrap .content .sub-categories-list a .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -40px -40px;
}
.lt-ie9 .category-detailed-box .box-wrap .content .sub-categories-list a:hover .square .arrow {
  background-position: -60px -60px;
}
.lt-ie9 .category-detailed-box:hover .box-wrap .content .sub-categories-list a .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -20px -20px;
}
.lt-ie9 .category-detailed-box:hover .box-wrap .content .sub-categories-list a:hover .square .arrow {
  background-position: -60px -60px;
}
.maptsoft-box .content {
  position: relative;
  height: 166px;
  overflow: hidden;
  padding: 50px 24px 24px 24px;
}
.maptsoft-box .content .title {
  margin: 0;
  font-size: 3.000em;
  text-transform: uppercase;
}
.maptsoft-box .content .title a {
  color: #127e34;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.maptsoft-box .content .title a:hover {
  color: #1d1d1b;
}
.maptsoft-box .content .excerpt {
  font-size: 1.417em;
}
.maptsoft-detailed-box {
  height: 675px;
}
.maptsoft-detailed-box .thumbnail {
  margin-bottom: 20px;
}
.maptsoft-detailed-box .content {
  position: relative;
  height: 393px;
  overflow: hidden;
  padding: 0 20px 20px 20px;
}
.maptsoft-detailed-box .content p strong {
  font-size: 1.417em;
  font-weight: normal;
}
.maptsoft-detailed-box .content ul {
  padding-left: 0;
  margin-left: 15px;
  list-style: square url('../img/list-image-square.svg');
  line-height: 1.667;
}
.maptsoft-detailed-box .content .more-link {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.view-all-box {
  width: 240px;
  height: 240px;
  cursor: pointer;
}
.view-all-box:hover .box-wrap {
  color: #127e34;
  background-image: url('../img/litegrey-stripe.png');
}
.view-all-box .box-wrap {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.view-all-box .box-wrap .content {
  overflow: hidden;
  padding: 162px 12px 0 22px;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 1.483em;
}
.view-all-box .box-wrap:after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.view-history-box:hover .box-wrap {
  background-image: url('../img/litegrey-stripe.png');
  color: #127e34;
}
.view-history-box:hover .box-wrap .content {
  background: none;
  border: 0;
}
.view-history-box:hover .box-wrap .content .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #127e34;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.view-history-box:hover .box-wrap .content .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.view-history-box:hover .box-wrap .content:hover .square {
  border-color: #1d1d1b;
}
.view-history-box:hover .box-wrap .content:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
.view-history-box:hover .box-wrap .content .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #127e34;
}
.view-history-box .box-wrap {
  position: relative;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.view-history-box .box-wrap .content {
  position: absolute;
  display: block;
  width: 140px;
  margin-top: 130px;
  margin-left: 20px;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.500em;
  text-transform: uppercase;
  background: none;
  border: 0;
}
.view-history-box .box-wrap .content .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.view-history-box .box-wrap .content .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.view-history-box .box-wrap .content:hover .square {
  border-color: #1d1d1b;
}
.view-history-box .box-wrap .content:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
.view-history-box .box-wrap .content .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
}
.view-history-box .box-wrap .content .square {
  margin-left: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.view-history-box .box-wrap .content .square .arrow {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.lt-ie9 .view-history-box:hover .box-wrap .content .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -20px -20px;
}
.lt-ie9 .view-history-box:hover .box-wrap .content:hover .square .arrow {
  background-position: -60px -60px;
}
.lt-ie9 .view-history-box .box-wrap .content .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -40px -40px;
}
.lt-ie9 .view-history-box .box-wrap .content:hover .square .arrow {
  background-position: -60px -60px;
}
.carousel-box .carousel-pager button {
  padding: 0;
  margin: 0;
}
.carousel-box .carousel-pager .prev-carousel {
  background: none;
  border: 0;
}
.carousel-box .carousel-pager .prev-carousel .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #127e34;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.carousel-box .carousel-pager .prev-carousel .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.carousel-box .carousel-pager .prev-carousel:hover .square {
  border-color: #1d1d1b;
}
.carousel-box .carousel-pager .prev-carousel:hover .square .arrow {
  border-color: transparent #1d1d1b transparent transparent;
}
.carousel-box .carousel-pager .prev-carousel .square .arrow {
  border-width: 3px 4px 3px 0;
  border-color: transparent #127e34 transparent transparent;
}
.carousel-box .carousel-pager .next-carousel {
  background: none;
  border: 0;
}
.carousel-box .carousel-pager .next-carousel .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #127e34;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.carousel-box .carousel-pager .next-carousel .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.carousel-box .carousel-pager .next-carousel:hover .square {
  border-color: #1d1d1b;
}
.carousel-box .carousel-pager .next-carousel:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
.carousel-box .carousel-pager .next-carousel .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #127e34;
}
.lt-ie9 .carousel-pager .prev-carousel .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -10px -10px;
}
.lt-ie9 .carousel-pager .prev-carousel:hover .square .arrow {
  background-position: -50px -50px;
}
.lt-ie9 .carousel-pager .next-carousel .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -20px -20px;
}
.lt-ie9 .carousel-pager .next-carousel:hover .square .arrow {
  background-position: -60px -60px;
}
.product-box {
  position: relative;
  height: 435px;
  overflow: hidden;
}
.product-box .content {
  padding: 20px;
  height: 376px;
}
.product-box .content .carousel-wrap {
  height: 350px;
  margin-top: 20px;
}
.product-box .content .carousel-wrap .carousel {
  width: 100%;
  height: 100%;
}
.product-box .content .box-title {
  margin: 0;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 1.083em;
  color: #404040;
  text-transform: uppercase;
}
.product-box .content .product-name {
  margin-top: 0;
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.333em;
  line-height: 1.25;
  font-weight: normal;
}
.product-box .content .product-name a {
  color: #127e34;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.product-box .content .product-name a:hover {
  color: #1d1d1b;
}
.product-box .content p {
  max-height: 100px;
  overflow: hidden;
  line-height: 1.667;
}
.product-box .carousel-pager {
  z-index: 1000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-box .thumblink {
  display: table;
  height: 200px;
  overflow: hidden;
  background-color: #fff;
}
.product-box .thumblink .thumbwrap {
  display: table-cell;
  vertical-align: middle;
}
.product-box figure {
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 200px;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.product-box figure:before,
.product-box figure:after {
  content: " ";
  display: table;
}
.product-box figure:after {
  clear: both;
}
.product-box figure .thumblink {
  float: left;
  width: 100%;
  height: auto;
}
.product-box figure .thumblink .thumbwrap {
  width: 100%;
}
.product-box figure .thumblink .thumbwrap img {
  width: 100%;
  height: auto;
}
.partner-box {
  height: auto;
}
.partner-box .box-wrap .content {
  margin: 0 20px;
  padding: 20px 0;
}
.partner-box .box-wrap .content .title {
  margin: 0;
  font-size: 1.500em;
  text-transform: uppercase;
  color: #404040;
}
.partner-box .box-wrap .content .placeholder-image {
  display: none;
}
.partner-box .box-wrap .content ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.partner-box .box-wrap .content ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.partner-box .box-wrap .content ul li img {
  width: 100%;
  height: auto;
}
.partner-box .box-wrap .content ul li:first-child {
  margin: 0;
}
.partner-box .box-wrap .content .elastislide-carousel ul li .logo-wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.partner-box .box-wrap .content .elastislide-carousel ul li .logo-wrap .partner-logo {
  display: block;
  max-height: 100%;
  margin: auto;
}
.partner-box .box-wrap .content .elastislide-pager {
  float: right;
  margin-top: 6px;
  margin-right: 6px;
}
.partner-box .box-wrap .content .elastislide-pager button {
  padding: 0;
  margin: 0;
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-prev {
  cursor: pointer;
  background: none;
  border: 0;
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-prev .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #127e34;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-prev .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-prev:hover .square {
  border-color: #1d1d1b;
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-prev:hover .square .arrow {
  border-color: transparent #1d1d1b transparent transparent;
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-prev .square .arrow {
  border-width: 3px 4px 3px 0;
  border-color: transparent #127e34 transparent transparent;
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-next {
  cursor: pointer;
  background: none;
  border: 0;
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-next .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #127e34;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-next .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-next:hover .square {
  border-color: #1d1d1b;
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-next:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
.partner-box .box-wrap .content .elastislide-pager .elastislide-next .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #127e34;
}
.lt-ie9 .partner-box .box-wrap .content .elastislide-pager .elastislide-prev .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -10px -10px;
}
.lt-ie9 .partner-box .box-wrap .content .elastislide-pager .elastislide-prev:hover .square .arrow {
  background-position: -50px -50px;
}
.lt-ie9 .partner-box .box-wrap .content .elastislide-pager .elastislide-next .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -20px -20px;
}
.lt-ie9 .partner-box .box-wrap .content .elastislide-pager .elastislide-next:hover .square .arrow {
  background-position: -60px -60px;
}
.quote-box {
  text-align: center;
}
.quote-box .box-wrap .content {
  position: absolute;
  top: 24px;
  bottom: 12px;
  left: 24px;
  right: 24px;
}
.quote-box .box-wrap .content blockquote {
  width: 100%;
  margin: 0;
}
.quote-box .box-wrap .content blockquote p {
  margin-top: 0;
  font-family: 'latoblack', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.333em;
  color: #635b59;
  line-height: 1.25;
}
.quote-box .box-wrap .content blockquote cite {
  font-style: normal;
}
.quote-box .box-wrap .content .carousel-pager {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  width: 108px;
  left: 50%;
  margin-left: -54px;
  padding-top: 6px;
  border-top: 1px solid #127e34;
}
.news-box {
  height: 430px;
  position: relative;
}
.news-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-width: 24px 24px 0 0;
  border-style: solid;
  border-color: #127e34 transparent transparent #127e34;
  background-color: #DFDCD9;
}
.news-box .box-wrap {
  position: relative;
  left: 0;
  top: 0;
}
.news-box .box-wrap .content {
  padding: 24px;
}
.news-box .box-wrap .content .title {
  margin-top: 0;
  font-size: 1.500em;
  text-transform: uppercase;
  color: #404040;
}
.news-box .box-wrap .content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.news-box .box-wrap .content ol a {
  text-decoration: none;
}
.news-box .box-wrap .content ol li {
  margin-bottom: 24px;
}
.news-box .box-wrap .content ol li .excerpt-link {
  display: block;
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #127e34;
  line-height: 1.667;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.news-box .box-wrap .content ol li .excerpt-link:hover {
  color: #1d1d1b;
}
.news-box .box-wrap .content ol li time {
  margin-bottom: 6px;
  display: block;
  font-style: italic;
}
.download-box {
  height: auto;
  position: relative;
}
.download-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-width: 24px 24px 0 0;
  border-style: solid;
  border-color: #127e34 transparent transparent #127e34;
  background-color: #DFDCD9;
}
.download-box .links-list {
  padding: 0;
  margin: 0;
}
.download-box .links-list li {
  list-style: none;
}
.download-box .links-list a {
  display: block;
  padding: 30px 20px;
  color: #fff;
  -webkit-transition: color 0.4s ease-in-out, background-image 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out, background-image 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, background-image 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-image 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.download-box .links-list a:hover {
  color: #127e34;
  background-image: url('../img/litegrey-stripe-mirrored.png');
}
.download-box .links-list a .link-title {
  display: block;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.500em;
  text-transform: uppercase;
}
.filter-box {
  height: auto;
}
.filter-box .content {
  padding: 40px 20px;
}
.filter-box .category-name {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 2.500em;
  font-weight: normal;
  line-height: 1.333;
  text-transform: uppercase;
  margin-top: 7px;
}
.filter-box .sub-categories-list {
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  list-style: none;
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.333em;
  line-height: 1.667;
}
.filter-box .sub-categories-list a {
  display: block;
  padding: 4px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.filter-box .sub-categories-list a:hover {
  background-color: #127e34;
}
.filter-box .sub-categories-list .active {
  background-color: #127e34;
}
.filter-box .filter-list {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.filter-box .filter-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.filter-box .filter-list ul a {
  text-decoration: none;
}
.filter-box .filter-list li {
  list-style: none;
}
.filter-box .filter-list > li {
  margin-top: 30px;
}
.filter-box .filter-list a {
  display: block;
  padding: 4px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.filter-box .filter-list a:hover {
  background-color: #127e34;
}
.filter-box .filter-list > li > a {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.083em;
  text-transform: uppercase;
}
.filter-box .filter-list .expander {
  margin-right: 5px;
}
.filter-box .filter-list .expanded .expander .vert-line {
  display: none;
}
.filter-box .filter-list .active {
  background-color: #127e34;
}
.tiles-wrap {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.tiles-wrap:before,
.tiles-wrap:after {
  content: " ";
  display: table;
}
.tiles-wrap:after {
  clear: both;
}
.tiles-wrap .grid-box {
  float: left;
}
.banner-box {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.banner-box:before,
.banner-box:after {
  content: " ";
  display: table;
}
.banner-box:after {
  clear: both;
}
.banner-box img {
  float: left;
  width: 100%;
  height: auto;
}
/* ==================================
   DG info
   ================================== */
#dg-info {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#dg-info:before,
#dg-info:after {
  content: " ";
  display: table;
}
#dg-info:after {
  clear: both;
}
#dg-info li,
#dg-info dt,
#dg-info dd {
  float: left;
}
#dg-info a {
  text-decoration: none;
}
#dg-info:hover #dg-text {
  text-decoration: underline;
}
#dg-info:hover #dg-logo {
  background-position: -14px 0;
}
#dg-info #dg-logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 12px;
  margin-left: 6px;
  background: url("../img/dg-logo.png") no-repeat 0 0;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
#dg-info #dg-logo:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.svg #dg-info #dg-logo {
  background-image: url("../img/dg-logo.svg");
}
/* ==================================
   Global Header
   ================================== */
#global-header {
  position: absolute;
  z-index: 9999;
  left: -50%;
  width: 100%;
  height: 126px;
  background-color: #1d1d1b;
}
#global-header .content {
  position: relative;
  float: right;
  width: 480px;
  height: 100%;
  color: #fff;
}
#global-header .content a {
  color: #fff;
}
#global-header .content #logo {
  position: absolute;
  top: 24px;
  display: block;
  width: 180px;
}
#global-header .content #logo .caption {
  margin-top: 10px;
}
#global-header .content #logo .svg {
  display: none;
}
#global-header .content #logo .png {
  display: block;
}
#global-header .content #main-nav {
  position: absolute;
  right: 0;
  top: 27px;
  width: 280px;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.167em;
  text-transform: uppercase;
}
#global-header .content #main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
#global-header .content #main-nav ul a {
  text-decoration: none;
}
#global-header .content #main-nav ul:before,
#global-header .content #main-nav ul:after {
  content: " ";
  display: table;
}
#global-header .content #main-nav ul:after {
  clear: both;
}
#global-header .content #main-nav ul li {
  position: relative;
  float: left;
  display: block;
  width: 100px;
  height: 14px;
  padding-left: 20px;
  margin-right: 20px;
  margin-bottom: 8px;
  line-height: 1;
}
#global-header .content #main-nav ul li .indicator {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 0;
  height: 0;
  margin-right: 6px;
  background-color: transparent;
}
#global-header .content #main-nav ul li:hover .indicator {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
  background-color: #127e34;
}
#global-header .content #main-nav ul li.current-menu-item .indicator {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #127e34;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
#global-header #contact-link,
#global-header #menu-toggle {
  display: none;
}
/* ==================================
   Page body
   ================================== */
#content-wrap {
  padding-top: 126px;
}
#page-wrap {
  position: relative;
  width: 1232px;
  padding-bottom: 130px;
  margin-left: auto;
  margin-right: auto;
}
#page-wrap #contact-box {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
  padding: 12px 20px;
  margin-right: -12px;
  background-color: #127e34;
  color: #fff;
}
#page-wrap #contact-box:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
  border-width: 10px 12px 0 0;
  border-style: solid;
  border-color: #0a5722 transparent transparent #0a5722;
}
#page-wrap #contact-box #phone {
  float: left;
  font-size: 1.083em;
}
#page-wrap #contact-box #phone #phone-number {
  display: block;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.308em;
  letter-spacing: 1px;
}
#page-wrap #contact-box .divider {
  float: left;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #fff;
}
#page-wrap #contact-box .livechat-link {
  display: block;
  float: left;
}
#page-wrap #contact-box .livechat-link > a {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 1.167em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
}
#page-wrap #content-wrap {
  position: relative;
  z-index: 9998;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
#page-wrap #content-wrap:before,
#page-wrap #content-wrap:after {
  content: " ";
  display: table;
}
#page-wrap #content-wrap:after {
  clear: both;
}
#page-wrap #slideshow-fullsize {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
#page-wrap #slideshow-fullsize img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#page-wrap #slideshow-fullsize .slide {
  position: relative;
  display: none;
}
#page-wrap #slideshow-fullsize .slide:first-child {
  display: block;
}
#page-wrap #slideshow-fullsize .slideshow-caption {
  position: absolute;
  z-index: 9999;
  right: 0;
  bottom: 0;
  margin-right: 376px;
  background-color: #1d1d1b;
  background-color: rgba(29, 29, 27, 0.7);
}
#page-wrap #slideshow-fullsize .slideshow-caption .content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
}
#page-wrap #slideshow-fullsize .slideshow-caption .content .caption {
  display: none;
  width: 100%;
  max-height: 120px;
  overflow: hidden;
  margin-top: 70px;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 2.000em;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
}
#page-wrap #slideshow-fullsize #slideshow-pager {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  margin-top: -13px;
  margin-left: 20px;
  padding: 46px 5px 5px 5px;
  background-color: #127e34;
  color: #fff;
}
#page-wrap #slideshow-fullsize #slideshow-pager #prev-slide,
#page-wrap #slideshow-fullsize #slideshow-pager #next-slide {
  background: none;
  padding: 0;
  border: 0;
  color: #fff;
}
#page-wrap #slideshow-fullsize #slideshow-pager #prev-slide {
  background: none;
  border: 0;
}
#page-wrap #slideshow-fullsize #slideshow-pager #prev-slide .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
#page-wrap #slideshow-fullsize #slideshow-pager #prev-slide .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
#page-wrap #slideshow-fullsize #slideshow-pager #prev-slide:hover .square {
  border-color: #1d1d1b;
}
#page-wrap #slideshow-fullsize #slideshow-pager #prev-slide:hover .square .arrow {
  border-color: transparent #1d1d1b transparent transparent;
}
#page-wrap #slideshow-fullsize #slideshow-pager #prev-slide .square .arrow {
  border-width: 3px 4px 3px 0;
  border-color: transparent #ffffff transparent transparent;
}
#page-wrap #slideshow-fullsize #slideshow-pager #next-slide {
  background: none;
  border: 0;
}
#page-wrap #slideshow-fullsize #slideshow-pager #next-slide .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
#page-wrap #slideshow-fullsize #slideshow-pager #next-slide .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
#page-wrap #slideshow-fullsize #slideshow-pager #next-slide:hover .square {
  border-color: #1d1d1b;
}
#page-wrap #slideshow-fullsize #slideshow-pager #next-slide:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
#page-wrap #slideshow-fullsize #slideshow-pager #next-slide .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
}
#page-wrap #slideshow-fullsize #slideshow-pager #slide-count {
  margin-right: 10px;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.083em;
}
#page-wrap #slideshow-fullsize #slideshow-pager #slide-count .digit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8px;
  text-align: center;
}
#page-wrap #slideshow-fullsize #slideshow-pager:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  margin-left: -10px;
  border-width: 13px 10px 0 0;
  border-style: solid;
  border-color: transparent #0a5722 transparent #0a5722;
}
#page-wrap #slideshow-wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
#page-wrap #slideshow-wrap #slideshow {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#page-wrap #slideshow-wrap #slideshow img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#page-wrap #slideshow-wrap #slideshow .slide {
  display: none;
}
#page-wrap #slideshow-wrap #slideshow .slide:first-child,
#page-wrap #slideshow-wrap #slideshow .cycle-slide-active {
  display: block;
}
#page-wrap #slideshow-wrap #slideshow-pager {
  position: absolute;
  z-index: 9999;
  right: 20px;
  bottom: 0;
  padding: 46px 5px 5px 5px;
  margin-bottom: -57px;
  background-color: #127e34;
  color: #fff;
}
#page-wrap #slideshow-wrap #slideshow-pager #prev-slide,
#page-wrap #slideshow-wrap #slideshow-pager #next-slide {
  background: none;
  padding: 0;
  border: 0;
  color: #fff;
}
#page-wrap #slideshow-wrap #slideshow-pager #prev-slide {
  background: none;
  border: 0;
}
#page-wrap #slideshow-wrap #slideshow-pager #prev-slide .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
#page-wrap #slideshow-wrap #slideshow-pager #prev-slide .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
#page-wrap #slideshow-wrap #slideshow-pager #prev-slide:hover .square {
  border-color: #1d1d1b;
}
#page-wrap #slideshow-wrap #slideshow-pager #prev-slide:hover .square .arrow {
  border-color: transparent #1d1d1b transparent transparent;
}
#page-wrap #slideshow-wrap #slideshow-pager #prev-slide .square .arrow {
  border-width: 3px 4px 3px 0;
  border-color: transparent #ffffff transparent transparent;
}
#page-wrap #slideshow-wrap #slideshow-pager #next-slide {
  background: none;
  border: 0;
}
#page-wrap #slideshow-wrap #slideshow-pager #next-slide .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
#page-wrap #slideshow-wrap #slideshow-pager #next-slide .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
#page-wrap #slideshow-wrap #slideshow-pager #next-slide:hover .square {
  border-color: #1d1d1b;
}
#page-wrap #slideshow-wrap #slideshow-pager #next-slide:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
#page-wrap #slideshow-wrap #slideshow-pager #next-slide .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
}
#page-wrap #slideshow-wrap #slideshow-pager #slide-count {
  margin-right: 10px;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.083em;
}
#page-wrap #slideshow-wrap #slideshow-pager #slide-count .digit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8px;
  text-align: center;
}
#page-wrap #slideshow-wrap #slideshow-pager:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  margin-left: -10px;
  border-width: 13px 10px 0 0;
  border-style: solid;
  border-color: transparent #0a5722 transparent #0a5722;
}
.lt-ie9 #page-wrap #slideshow-fullsize .slideshow-caption {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b31d1d1b, endColorstr=#b31d1d1b)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b31d1d1b, endColorstr=#b31d1d1b);
}
.lt-ie9 #page-wrap #slideshow-fullsize #slideshow-pager {
  margin-top: 0;
}
.lt-ie9 #page-wrap #slideshow-fullsize #slideshow-pager:after {
  display: none;
}
.lt-ie9 #page-wrap #slideshow-fullsize #slideshow-pager #prev-slide .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -30px -30px;
}
.lt-ie9 #page-wrap #slideshow-fullsize #slideshow-pager #prev-slide:hover .square .arrow {
  background-position: -50px -50px;
}
.lt-ie9 #page-wrap #slideshow-fullsize #slideshow-pager #next-slide .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -40px -40px;
}
.lt-ie9 #page-wrap #slideshow-fullsize #slideshow-pager #next-slide:hover .square .arrow {
  background-position: -60px -60px;
}
.lt-ie9 #page-wrap #slideshow-wrap #slideshow-pager #prev-slide .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -30px -30px;
}
.lt-ie9 #page-wrap #slideshow-wrap #slideshow-pager #prev-slide:hover .square .arrow {
  background-position: -50px -50px;
}
.lt-ie9 #page-wrap #slideshow-wrap #slideshow-pager #next-slide .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -40px -40px;
}
.lt-ie9 #page-wrap #slideshow-wrap #slideshow-pager #next-slide:hover .square .arrow {
  background-position: -60px -60px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
/* ==================================
   Global Footer
   ================================== */
#global-footer {
  position: relative;
  z-index: 9999;
  left: 50%;
  width: 50%;
  height: 90px;
  margin-top: -90px;
  background-color: #1d1d1b;
  color: #fff;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
#global-footer:before,
#global-footer:after {
  content: " ";
  display: table;
}
#global-footer:after {
  clear: both;
}
#global-footer #footer-wrap {
  width: 100%;
  height: 100%;
  margin-left: -240px;
  background-color: #1d1d1b;
}
#global-footer .content {
  float: left;
  width: 720px;
  margin-top: 39px;
  line-height: 1;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
#global-footer .content:before,
#global-footer .content:after {
  content: " ";
  display: table;
}
#global-footer .content:after {
  clear: both;
}
#global-footer .content a {
  color: #fff;
}
#global-footer .content #copyright {
  float: left;
  margin-left: 20px;
}
#global-footer .content nav {
  float: left;
}
#global-footer .content nav a:hover {
  text-decoration: underline;
}
#global-footer .content nav ul {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#global-footer .content nav ul:before,
#global-footer .content nav ul:after {
  content: " ";
  display: table;
}
#global-footer .content nav ul:after {
  clear: both;
}
#global-footer .content nav ul li,
#global-footer .content nav ul dt,
#global-footer .content nav ul dd {
  float: left;
}
#global-footer .content nav ul a {
  text-decoration: none;
}
#global-footer .content nav ul li {
  border-left: 1px solid #fff;
  padding-left: 3px;
  margin-left: 3px;
}
#global-footer .content #dg-info {
  float: right;
  margin-right: 20px;
}

#global-footer nav.social{
  float: right;
}

#global-footer nav.social .first{
  border-left: none;
}

/* ==================================
   Homepage
   ================================== */
.page-template-page-home-php #content-wrap {
  padding-top: 0;
}
.page-template-page-home-php #content-wrap #main-left {
  margin-right: 480px;
}
.page-template-page-home-php #content-wrap #main-left .grid-box {
  float: left;
  width: 50%;
}
.page-template-page-home-php #content-wrap #main-left .news-box .excerpt-link {
  max-height: 80px;
  overflow: hidden;
}
.page-template-page-home-php #content-wrap #sidebar-right {
  float: right;
  position: relative;
  width: 480px;
  margin-top: -240px;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.page-template-page-home-php #content-wrap #sidebar-right:before,
.page-template-page-home-php #content-wrap #sidebar-right:after {
  content: " ";
  display: table;
}
.page-template-page-home-php #content-wrap #sidebar-right:after {
  clear: both;
}
.page-template-page-home-php #content-wrap #sidebar-right .grid-box {
  float: left;
  width: 50%;
}
.page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box .excerpt {
  height: 60px;
  overflow: hidden;
}
.page-template-page-home-php #content-wrap #sidebar-right .view-all-box {
  visibility: hidden;
  width: 50%;
}
.page-template-page-home-php #content-wrap #sidebar-right .partner-box {
  width: 100%;
}
.page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box {
  margin-left: 240px;
}
.page-template-page-home-php #content-wrap #sidebar-right .partner-box {
  float: left;
}
/* ==================================
   Products Page
   ================================== */
.post-type-archive-products #main-left {
  float: left;
  width: 620px;
}
.post-type-archive-products #sidebar-right {
  float: left;
  width: 240px;
  margin-top: 180px;
}
.post-type-archive-products #sidebar-right .maptsoft-detailed-box {
  float: left;
}
.post-type-archive-products #sidebar-right .product-box {
  float: left;
  margin-top: 0px;
}
/* ==================================
   Products Page
   ================================== */
.products-list-table {
  width: 100%;
}
.products-list-table .emtpy-category {
  display: block;
  padding: 10px;
}
.products-list-table .col1 {
  width: 70%;
}
.products-list-table .col2 {
  width: 10%;
}
.products-list-table .col3 {
  width: 20%;
}
.products-list-table .product-name a {
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #127e34;
}
.products-list-table tr.even td {
  background-color: #e9e9e9;
}
.products-list-table th {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.083em;
  font-weight: normal;
  text-transform: uppercase;
}
.products-list-table td {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f2f2f2;
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.products-list-table thead {
  background-color: #404040;
  color: #fff;
}
.products-list-table thead th {
  padding-top: 6px;
  padding-bottom: 6px;
}
.products-list-table thead th:first-child {
  padding-left: 35px;
  text-align: left;
}
.products-list-table thead th:nth-child(even) {
  background-color: #635b59;
}
.products-list-table tbody tr:hover td {
  background-color: #eaf4ed;
}
.products-list-table tbody td {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.products-list-table tbody td:before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  display: block;
  width: 1px;
  background-color: #127e34;
}
.products-list-table tbody td:first-child {
  padding-left: 0;
  font-family: 'latoregular', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  vertical-align: top;
}
.products-list-table tbody td:first-child:before {
  display: none;
}
.products-list-table tbody td:first-child .thumblink {
  display: table;
  overflow: hidden;
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  background-color: #fff;
}
.products-list-table tbody td:first-child .thumblink .thumbwrap {
  display: table-cell;
  vertical-align: middle;
}
.products-list-table tbody td:first-child .thumblink .thumbwrap img {
  width: 120px;
  height: auto;
  margin: auto;
}
.products-list-table tbody td:first-child p {
  height: 58px;
  overflow: hidden;
  line-height: 1.667;
}
.product_categories #sidebar-left {
  float: left;
  width: 240px;
}
.product_categories #main-right {
  float: left;
  width: 720px;
  margin-top: 80px;
}
.product_categories #main-right .pager-wrap {
  margin-left: 120px;
  background-color: #fff;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.product_categories #main-right .pager-wrap:before,
.product_categories #main-right .pager-wrap:after {
  content: " ";
  display: table;
}
.product_categories #main-right .pager-wrap:after {
  clear: both;
}
.product_categories #main-right .pager-wrap .pager {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
  margin-right: 20px;
}
.product_categories #main-right .pager-wrap .pager a {
  text-decoration: none;
}
.product_categories #main-right .pager-wrap .pager:before,
.product_categories #main-right .pager-wrap .pager:after {
  content: " ";
  display: table;
}
.product_categories #main-right .pager-wrap .pager:after {
  clear: both;
}
.product_categories #main-right .pager-wrap .pager li,
.product_categories #main-right .pager-wrap .pager dt,
.product_categories #main-right .pager-wrap .pager dd {
  float: left;
}
.product_categories #main-right .pager-wrap .pager li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.product_categories #main-right .pager-wrap .pager li.active a {
  color: #1d1d1b;
}
.product_categories #main-right .pager-wrap .pager li a {
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #127e34;
}
.product_categories #main-right .pager-wrap .pager .prev-page .text,
.product_categories #main-right .pager-wrap .pager .next-page .text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
	 * Extends the .visuallyhidden class to allow the element to be focusable
	 * when navigated to via the keyboard: h5bp.com/p
	 */

}
.product_categories #main-right .pager-wrap .pager .prev-page .text.focusable:active,
.product_categories #main-right .pager-wrap .pager .next-page .text.focusable:active,
.product_categories #main-right .pager-wrap .pager .prev-page .text.focusable:focus,
.product_categories #main-right .pager-wrap .pager .next-page .text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.product_categories #main-right .pager-wrap .pager .prev-page {
  margin-right: 0;
}
.product_categories #main-right .pager-wrap .pager .prev-page a {
  background: none;
  border: 0;
}
.product_categories #main-right .pager-wrap .pager .prev-page a .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #127e34;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.product_categories #main-right .pager-wrap .pager .prev-page a .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.product_categories #main-right .pager-wrap .pager .prev-page a:hover .square {
  border-color: #1d1d1b;
}
.product_categories #main-right .pager-wrap .pager .prev-page a:hover .square .arrow {
  border-color: transparent #1d1d1b transparent transparent;
}
.product_categories #main-right .pager-wrap .pager .prev-page a .square .arrow {
  border-width: 3px 4px 3px 0;
  border-color: transparent #127e34 transparent transparent;
}
.product_categories #main-right .pager-wrap .pager .next-page {
  margin-left: -1px;
}
.product_categories #main-right .pager-wrap .pager .next-page a {
  background: none;
  border: 0;
}
.product_categories #main-right .pager-wrap .pager .next-page a .square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  background: none;
  border: 1px solid #127e34;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.product_categories #main-right .pager-wrap .pager .next-page a .square .arrow {
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 2px;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.product_categories #main-right .pager-wrap .pager .next-page a:hover .square {
  border-color: #1d1d1b;
}
.product_categories #main-right .pager-wrap .pager .next-page a:hover .square .arrow {
  border-color: transparent transparent transparent #1d1d1b;
}
.product_categories #main-right .pager-wrap .pager .next-page a .square .arrow {
  margin-left: 3px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #127e34;
}
.lt-ie9 .product_categories #main-right .pager-wrap .pager .prev-page a .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -10px -10px;
}
.lt-ie9 .product_categories #main-right .pager-wrap .pager .prev-page a:hover .square .arrow {
  background-position: -50px -50px;
}
.lt-ie9 .product_categories #main-right .pager-wrap .pager .next-page a .square .arrow {
  width: 3px;
  height: 5px;
  margin-left: 3px;
  border: 0;
  background: url('../img/sprite.png') no-repeat -20px -20px;
}
.lt-ie9 .product_categories #main-right .pager-wrap .pager .next-page a:hover .square .arrow {
  background-position: -60px -60px;
}
/* ==================================
   Product Details Page
   ================================== */
.content-box table {
  width: 100%;
  line-height: 1.667;
}
.content-box table th {
  padding: 8px;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.083em;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
  border: 1px solid #404040;
}
.content-box table td {
  padding: 8px;
  background-color: #f2f2f2;
  font-family: 'latoregular', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #fff;
  text-align: center;
}
.content-box table thead {
  background-color: #5a5a5a;
  color: #fff;
}
.content-box table tbody tr td {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.content-box table tbody tr td:hover {
  background-color: #eaf4ed;
}
.content-box table tbody td {
  position: relative;
}
.content-box table tbody td:first-child {
  vertical-align: middle;
}
.content-box table tbody td:first-child:before {
  display: none;
}
.content-box table tbody td:first-child img {
  float: left;
  width: auto;
  height: 100%;
  max-height: 125px;
  margin-right: 20px;
}
.content-box table tbody td:first-child p {
  height: 60px;
  overflow: hidden;
  line-height: 1.667;
}
.accordion-block:first-child {
  margin-top: 0;
}
.accordion-block.active .vert-line {
  display: none;
}
.accordion-block .accordion-header {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #127e34;
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.167em;
  color: #127e34;
  cursor: pointer;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
  -webkit-transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -moz-transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.accordion-block .accordion-header:before,
.accordion-block .accordion-header:after {
  content: " ";
  display: table;
}
.accordion-block .accordion-header:after {
  clear: both;
}
.accordion-block .accordion-header .heading {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
.accordion-block .accordion-header:hover {
  border-color: #1d1d1b;
  color: #1d1d1b;
}
.accordion-block .accordion-header:hover .expander {
  border-color: #1d1d1b;
}
.accordion-block .accordion-header:hover .expander .horz-line,
.accordion-block .accordion-header:hover .expander .vert-line {
  background-color: #1d1d1b;
}
.accordion-block .accordion-header .expander {
  float: right;
  border-color: #127e34;
  -webkit-transition: border-color 0.4s ease-in-out;
  -moz-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.accordion-block .accordion-header .expander .horz-line,
.accordion-block .accordion-header .expander .vert-line {
  background-color: #127e34;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.accordion-block .accordion-body {
  display: none;
  line-height: 1.667;
}
.accordion-block .accordion-body ul {
  padding-left: 0;
  margin-left: 15px;
}
.accordion-block .accordion-body ul li {
  list-style: square url('../img/list-image-square.svg');
}
.content-box .box-wrap .content .accordion-block .accordion-header .heading {
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
}
.content-box .box-wrap .content .accordion-block .accordion-body h4 {
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
.single-products #main-left {
  float: left;
  width: 720px;
}
.single-products #main-left .content-box h2 {
  width: 68%;
  margin-top: 10px;
  font-size: 3.000em;
  line-height: 1.111;
}
.single-products #main-left .accordion-group {
  margin-top: 40px;
}
.single-products #sidebar-right {
  float: left;
  width: 240px;
  margin-top: 120px;
}
.single-products #sidebar-right .download-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-width: 24px 0 0 24px;
  border-style: solid;
  border-color: transparent transparent transparent #127e34;
  background-color: #DFDCD9;
}
.single-products #sidebar-right .download-box .links-list a {
  padding: 20px;
  color: #127e34;
  -webkit-transition: color 0.4s ease-in-out, background-image 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out, background-image 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, background-image 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-image 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.single-products #sidebar-right .download-box .links-list a:hover {
  background-image: url('../img/grey-stripe.png');
  color: #fff;
}
/* ==================================
   News Page
   ================================== */
.post-type-archive-news #main-left {
  float: left;
  width: 720px;
}
.post-type-archive-news #main-left .content-box {
  position: relative;
}
.post-type-archive-news #main-left .content-box .news-category {
  position: absolute;
  right: 20px;
  top: 0;
  padding: 7px 8px;
  margin-top: -12px;
  background-color: #585858;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.083em;
  text-transform: uppercase;
  color: #fff;
}
.post-type-archive-news #main-left .featured-news .title a {
  color: #127e34;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.post-type-archive-news #main-left .featured-news .title a:hover {
  color: #1d1d1b;
}
.post-type-archive-news #main-left .tiles-wrap .news-img-box {
  width: 720px;
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.post-type-archive-news #main-left .tiles-wrap .news-img-box:before,
.post-type-archive-news #main-left .tiles-wrap .news-img-box:after {
  content: " ";
  display: table;
}
.post-type-archive-news #main-left .tiles-wrap .news-img-box:after {
  clear: both;
}
.post-type-archive-news #main-left .tiles-wrap .news-img-box .news-compact-box {
  float: left;
  width: 480px;
  position: relative;
}
.post-type-archive-news #main-left .tiles-wrap .news-img-box .news-compact-box .triangle {
  position: absolute;
  z-index: 999;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 0;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #dfebe3;
}
.post-type-archive-news #main-left .tiles-wrap .news-img-box .image-box {
  float: right;
}
.post-type-archive-news #main-left .tiles-wrap .news-img-box .image-box img {
  display: block;
}
.post-type-archive-news #main-left .tiles-wrap .news-img-box:hover .news-compact-box .triangle {
  right: -20px;
  border-width: 20px 0 20px 20px;
}
.post-type-archive-news #main-left .tiles-wrap .news-compact-box .content {
  padding: 20px;
  overflow: hidden;
}
.post-type-archive-news #main-left .tiles-wrap .news-compact-box .content p,
.post-type-archive-news #main-left .tiles-wrap .news-compact-box .content ul,
.post-type-archive-news #main-left .tiles-wrap .news-compact-box .content ol {
  line-height: 1.667;
}
.post-type-archive-news #main-left .tiles-wrap .news-compact-box .news-heading {
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.333em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.25;
}
.post-type-archive-news #main-left .tiles-wrap .news-compact-box .news-heading a {
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.post-type-archive-news #main-left .tiles-wrap .news-compact-box .news-heading a:hover {
  color: #1d1d1b;
}
.post-type-archive-news #main-left .tiles-wrap .news-compact-box time {
  display: block;
  margin-top: -8px;
  font-style: italic;
}
.post-type-archive-news #main-left .tiles-wrap .news-compact-box .more-link:hover {
  color: #1d1d1b;
}
.post-type-archive-news #sidebar-right {
  float: left;
  width: 240px;
}
/* ==================================
   News Details Page
   ================================== */
.post-type-archive-news-details #main-left,
.single-news #main-left,
.single-post #main-left,
.page-template-default #main-left,
.page-template-page-about-php #main-left {
  float: left;
  width: 720px;
}
.post-type-archive-news-details #main-left .content-box .content,
.single-news #main-left .content-box .content,
.single-post #main-left .content-box .content,
.page-template-default #main-left .content-box .content,
.page-template-page-about-php #main-left .content-box .content {
  padding-bottom: 72px;
}
.post-type-archive-news-details #main-left .content-box .content h2,
.single-news #main-left .content-box .content h2,
.single-post #main-left .content-box .content h2,
.page-template-default #main-left .content-box .content h2,
.page-template-page-about-php #main-left .content-box .content h2 {
  font-size: 3.000em;
  line-height: 1.111;
}
.post-type-archive-news-details #main-left .content-box .content h3,
.single-news #main-left .content-box .content h3,
.single-post #main-left .content-box .content h3,
.page-template-default #main-left .content-box .content h3,
.page-template-page-about-php #main-left .content-box .content h3 {
  font-size: 1.500em;
}
.post-type-archive-news-details #main-left .content-box .content time,
.single-news #main-left .content-box .content time,
.single-post #main-left .content-box .content time,
.page-template-default #main-left .content-box .content time,
.page-template-page-about-php #main-left .content-box .content time {
  display: block;
  margin-top: -20px;
  font-style: italic;
}
.post-type-archive-news-details #sidebar-right,
.single-news #sidebar-right,
.single-post #sidebar-right,
.page-template-default #sidebar-right,
.page-template-page-about-php #sidebar-right {
  float: left;
  width: 240px;
}
.post-type-archive-news-details #sidebar-right.has-top-feature,
.single-news #sidebar-right.has-top-feature,
.single-post #sidebar-right.has-top-feature,
.page-template-default #sidebar-right.has-top-feature,
.page-template-page-about-php #sidebar-right.has-top-feature {
  margin-top: 360px;
}
/* ==================================
   Contact Page
   ================================== */
.page-template-page-contact-php #main-left {
  width: 720px;
  float: left;
  margin-top: -126px;
}
.page-template-page-contact-php #main-left #map-box {
  width: 100%;
  height: 420px;
}
.page-template-page-contact-php #main-left .contact-form-box .box-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 3.000em;
  text-transform: uppercase;
}
.page-template-page-contact-php #main-left .contact-form-box p {
  margin-bottom: 30px;
}
.page-template-page-contact-php #main-left .contact-form-box form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
	 * Extends the .visuallyhidden class to allow the element to be focusable
	 * when navigated to via the keyboard: h5bp.com/p
	 */

}
.page-template-page-contact-php #main-left .contact-form-box form label.focusable:active,
.page-template-page-contact-php #main-left .contact-form-box form label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.page-template-page-contact-php #main-left .contact-form-box form ::-webkit-input-placeholder {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #404040;
}
.page-template-page-contact-php #main-left .contact-form-box form :-moz-placeholder {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #404040;
}
.page-template-page-contact-php #main-left .contact-form-box form .placeholder {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #404040;
}
.page-template-page-contact-php #main-left .contact-form-box form input[type="text"],
.page-template-page-contact-php #main-left .contact-form-box form input[type="email"],
.page-template-page-contact-php #main-left .contact-form-box form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 0;
  background-color: #f2f2f2;
  font-size: 1.500em;
  color: #404040;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-transform: translateZ(0);
}
.page-template-page-contact-php #main-left .contact-form-box form input[type="text"]:focus,
.page-template-page-contact-php #main-left .contact-form-box form input[type="email"]:focus,
.page-template-page-contact-php #main-left .contact-form-box form textarea:focus {
  border-color: rgba(18, 126, 52, 0.3);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.page-template-page-contact-php #main-left .contact-form-box form textarea {
  resize: none;
  height: 110px;
}
.page-template-page-contact-php #main-left .contact-form-box form input[type="submit"] {
  padding: 12px;
  border: 0;
  background-color: #127e34;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.500em;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.page-template-page-contact-php #main-left .contact-form-box form input[type="submit"]:hover {
  background-color: #1d1d1b;
}
.page-template-page-contact-php #main-left .contact-form-box form .input-row {
  margin-top: 20px;
}
.page-template-page-contact-php #main-left .contact-form-box form .col2 {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.page-template-page-contact-php #main-left .contact-form-box form .col2:before,
.page-template-page-contact-php #main-left .contact-form-box form .col2:after {
  content: " ";
  display: table;
}
.page-template-page-contact-php #main-left .contact-form-box form .col2:after {
  clear: both;
}
.page-template-page-contact-php #main-left .contact-form-box form .col2 .input-cell {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 20px;
}
.page-template-page-contact-php #main-left .contact-form-box form .col2 .input-cell:first-child {
  padding-left: 0;
}
.page-template-page-contact-php #sidebar-right {
  width: 240px;
  float: left;
  margin-top: 294px;
}
.page-template-page-contact-php #sidebar-right .contact-module-box {
  height: auto;
  margin-bottom: 20px;
  position: relative;
}
.page-template-page-contact-php #sidebar-right .contact-module-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-width: 24px 24px 0 0;
  border-style: solid;
  border-color: #127e34 transparent transparent #127e34;
  background-color: #DFDCD9;
}
.page-template-page-contact-php #sidebar-right .contact-module-box .box-wrap {
  padding-bottom: 20px;
}
.page-template-page-contact-php #sidebar-right .contact-module-box .content {
  padding: 20px;
  overflow: hidden;
}
.page-template-page-contact-php #sidebar-right .contact-module-box .content .box-heading {
  margin-top: 0;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.500em;
  font-weight: normal;
  text-transform: uppercase;
}
.page-template-page-contact-php #sidebar-right .contact-module-box .content address {
  font-style: normal;
  line-height: 1.667;
}
.page-template-page-contact-php #sidebar-right .contact-module-box .content .entry-heading {
  margin: 1.33em 0 0.33em 0;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 1.083em;
  text-transform: uppercase;
}
.page-template-page-contact-php #sidebar-right .contact-module-box .content .contacts-list {
  margin-bottom: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  line-height: 1.667;
}
.page-template-page-contact-php #sidebar-right .contact-module-box .content .contacts-list a {
  text-decoration: none;
}
.page-template-page-contact-php #sidebar-right .contact-module-box .content .contacts-list a {
  color: #127e34;
}
.page-template-page-contact-php #sidebar-right .contact-module-box .content .contacts-list .phone {
  color: #404040;
}
.page-template-page-contact-php #sidebar-right .contact-module-box .content .contacts-list .label {
  font-family: 'latobold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* ==================================
   About Page
   ================================== */
.page-template-page-about-php #sidebar-right.has-top-feature {
  margin-top: 120px;
}
/* ==================================
   Timeline Page
   ================================== */
.page-template-page-timeline-php #content-wrap {
  background-color: #64b578;
}
.page-template-page-timeline-php .year-box {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  /* vertical-line */

  /* dashed-line */

}
.page-template-page-timeline-php .year-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 3px;
  height: 100%;
  background-color: #a6d8b7;
}
.page-template-page-timeline-php .year-box:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  display: block;
  width: 160px;
  height: 3px;
  background: url('../img/dashed-line.png') repeat-x;
}
.page-template-page-timeline-php .year-box:first-child:before {
  top: 50%;
  height: 50%;
}
.page-template-page-timeline-php .year-box:last-child:before {
  top: 0;
  height: 50%;
}
.page-template-page-timeline-php .year-box:hover .year,
.page-template-page-timeline-php .year-box.active .year {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.page-template-page-timeline-php .year-box:hover .intro .intro-content,
.page-template-page-timeline-php .year-box.active .intro .intro-content {
  background-color: #fff;
}
.page-template-page-timeline-php .year-box:hover .intro .intro-content p,
.page-template-page-timeline-php .year-box.active .intro .intro-content p {
  color: #635b59;
}
.page-template-page-timeline-php .year-box:hover .illustration-wrap,
.page-template-page-timeline-php .year-box.active .illustration-wrap {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.page-template-page-timeline-php .year-box .year {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 77px;
  height: 77px;
  margin-left: -40px;
  margin-top: -40px;
  border: 3px solid #a6d8b7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #635b59;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.page-template-page-timeline-php .year-box .year .title {
  margin: 0;
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 2.167em;
  color: #fff;
  text-align: center;
  line-height: 77px;
}
.page-template-page-timeline-php .year-box .intro {
  width: 50%;
}
.page-template-page-timeline-php .year-box .intro .intro-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 65%;
  padding: 20px;
  background-color: #83c493;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.page-template-page-timeline-php .year-box .intro .intro-content .triangle {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  -webkit-transition: border-color 0.4s ease-in-out;
  -moz-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.page-template-page-timeline-php .year-box .intro .intro-content p {
  color: #fff;
  font-size: 1.167em;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.page-template-page-timeline-php .year-box .intro .intro-content p strong {
  font-family: 'oswaldbook', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #127e34;
  font-size: 1.286em;
}
.page-template-page-timeline-php .year-box .illustration-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.page-template-page-timeline-php .year-box .illustration-wrap .illustration {
  width: 100%;
  height: 100%;
}
.page-template-page-timeline-php .layout-left-main:after {
  margin-right: -160px;
}
.page-template-page-timeline-php .layout-left-main:hover .intro .intro-content .triangle,
.page-template-page-timeline-php .layout-left-main.active .intro .intro-content .triangle {
  border-color: transparent transparent transparent #fff;
}
.page-template-page-timeline-php .layout-left-main .intro {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */

  *zoom: 1;
}
.page-template-page-timeline-php .layout-left-main .intro:before,
.page-template-page-timeline-php .layout-left-main .intro:after {
  content: " ";
  display: table;
}
.page-template-page-timeline-php .layout-left-main .intro:after {
  clear: both;
}
.page-template-page-timeline-php .layout-left-main .intro .intro-content {
  float: right;
  margin-right: 25%;
}
.page-template-page-timeline-php .layout-left-main .intro .intro-content .triangle {
  right: 0;
  margin-right: -16px;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #83c493;
}
.page-template-page-timeline-php .layout-left-main .illustration-wrap {
  margin-left: 118px;
  background: #dce9e0 url('../img/illustration-right-stripe.png');
}
.page-template-page-timeline-php .layout-right-main:after {
  margin-left: -160px;
}
.page-template-page-timeline-php .layout-right-main:hover .intro .intro-content .triangle,
.page-template-page-timeline-php .layout-right-main.active .intro .intro-content .triangle {
  border-color: transparent #fff transparent transparent;
}
.page-template-page-timeline-php .layout-right-main .intro {
  margin-left: 50%;
}
.page-template-page-timeline-php .layout-right-main .intro .intro-content {
  margin-left: 25%;
}
.page-template-page-timeline-php .layout-right-main .intro .intro-content .triangle {
  left: 0;
  margin-left: -16px;
  border-width: 16px 16px 16px 0;
  border-color: transparent #83c493 transparent transparent;
}
.page-template-page-timeline-php .layout-right-main .illustration-wrap {
  margin-left: -198px;
  background: #dce9e0 url('../img/illustration-left-stripe.png');
}
.page-template-page-timeline-php .layout-has-photo .photo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #a6d8b7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
}
.page-template-page-timeline-php .layout-has-photo:hover .year,
.page-template-page-timeline-php .layout-has-photo.active .year {
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
}
.page-template-page-timeline-php .layout-has-photo:hover .photo,
.page-template-page-timeline-php .layout-has-photo.active .photo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.page-template-page-timeline-php #year-2015 .illustration {
  background: url('../img/illustrations/2015-flag.png') no-repeat center center;
}
.page-template-page-timeline-php #year-2014 .illustration {
  background: url('../img/illustrations/2014-manager.png') no-repeat center center;
}
.page-template-page-timeline-php #year-2014b .illustration {
  background: url('../img/illustrations/1990-tick.png') no-repeat center center;
}
.page-template-page-timeline-php #year-2012 .illustration {
  background: url('../img/illustrations/2012-australia.png') no-repeat center center;
}
.page-template-page-timeline-php #year-2009 .illustration {
  background: url('../img/illustrations/2009-arrow.png') no-repeat center center;
}
.page-template-page-timeline-php #year-2008 .illustration {
  background: url('../img/illustrations/2008-cross.png') no-repeat center center;
}
.page-template-page-timeline-php #year-2004 .illustration {
  background: url('../img/illustrations/2004-pencil.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1996 .illustration {
  background: url('../img/illustrations/1996-dollar.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1995 .illustration {
  background: url('../img/illustrations/2012-australia.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1995 .photo {
  background: url('../img/timeline-1995.jpg') no-repeat center center;
}
.page-template-page-timeline-php #year-1991 .illustration {
  background: url('../img/illustrations/1991-piechart.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1990 .illustration {
  background: url('../img/illustrations/1990-tick.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1985 .illustration {
  background: url('../img/illustrations/1985-star.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1985 .photo {
  background: url('../img/timeline-1985.jpg') no-repeat center center;
}
.page-template-page-timeline-php #year-1983 .illustration {
  background: url('../img/illustrations/1983-operahouse.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1980 .illustration {
  background: url('../img/illustrations/1980-justice.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1979 .illustration {
  background: url('../img/illustrations/1979-pin.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1979 .photo {
  background: url('../img/timeline-1979.jpg') no-repeat center center;
}
.page-template-page-timeline-php #year-1978 .illustration {
  background: url('../img/illustrations/1978-port.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1976 .illustration {
  background: url('../img/illustrations/1976-mining.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1972 .illustration {
  background: url('../img/illustrations/1972-ship.png') no-repeat center center;
}
.page-template-page-timeline-php #year-1969 .illustration {
  background: url('../img/illustrations/1969-nippon.png') no-repeat center center;
}
.svg .page-template-page-timeline-php .year-box:after {
  background: url('../img/dashed-line.svg') repeat-x;
}
.svg .page-template-page-timeline-php #year-2015 .illustration {
  background-image: url('../img/illustrations/2015-flag.svg');
}
.svg .page-template-page-timeline-php #year-2014 .illustration {
  background-image: url('../img/illustrations/2014-manager.svg');
}
.svg .page-template-page-timeline-php #year-2014b .illustration {
  background-image: url('../img/illustrations/1990-tick.svg');
}
.svg .page-template-page-timeline-php #year-2012 .illustration {
  background-image: url('../img/illustrations/2012-australia.svg');
}
.svg .page-template-page-timeline-php #year-2009 .illustration {
  background-image: url('../img/illustrations/2009-arrow.svg');
}
.svg .page-template-page-timeline-php #year-2008 .illustration {
  background-image: url('../img/illustrations/2008-cross.svg');
}
.svg .page-template-page-timeline-php #year-2004 .illustration {
  background-image: url('../img/illustrations/2004-pencil.svg');
}
.svg .page-template-page-timeline-php #year-1996 .illustration {
  background-image: url('../img/illustrations/1996-dollar.svg');
}
.svg .page-template-page-timeline-php #year-1995 .illustration {
  background-image: url('../img/illustrations/2012-australia.svg');
}
.svg .page-template-page-timeline-php #year-1991 .illustration {
  background-image: url('../img/illustrations/1991-piechart.svg');
}
.svg .page-template-page-timeline-php #year-1990 .illustration {
  background-image: url('../img/illustrations/1990-tick.svg');
}
.svg .page-template-page-timeline-php #year-1985 .illustration {
  background-image: url('../img/illustrations/1985-star.svg');
}
.svg .page-template-page-timeline-php #year-1983 .illustration {
  background-image: url('../img/illustrations/1983-operahouse.svg');
}
.svg .page-template-page-timeline-php #year-1980 .illustration {
  background-image: url('../img/illustrations/1980-justice.svg');
}
.svg .page-template-page-timeline-php #year-1979 .illustration {
  background-image: url('../img/illustrations/1979-pin.svg');
}
.svg .page-template-page-timeline-php #year-1978 .illustration {
  background-image: url('../img/illustrations/1978-port.svg');
}
.svg .page-template-page-timeline-php #year-1976 .illustration {
  background-image: url('../img/illustrations/1976-mining.svg');
}
.svg .page-template-page-timeline-php #year-1972 .illustration {
  background-image: url('../img/illustrations/1972-ship.svg');
}
.svg .page-template-page-timeline-php #year-1969 .illustration {
  background-image: url('../img/illustrations/1969-nippon.svg');
}
/* ==================================
   Contact Form 7 override
   ================================== */
span.wpcf7-form-control-wrap {
  display: block;
}
span.wpcf7-not-valid-tip {
  top: 10px;
  left: 10px;
  height: 24px;
  padding: 0;
  border: 0;
  background-color: #f2f2f2;
  color: red;
  line-height: 24px;
}
.input-row span.wpcf7-not-valid-tip {
  width: 652px;
}
.input-row.col2 span.wpcf7-not-valid-tip {
  width: 296px;
}
.lt-ie8 .page-template-page-contact-php #main-left .contact-form-box form .input-cell {
  width: 652px;
}
.lt-ie8 .page-template-page-contact-php #main-left .contact-form-box form .col2 .input-cell {
  width: 306px;
  margin-left: 10px;
}
.lt-ie8 .page-template-page-contact-php #main-left .contact-form-box form .col2 .input-cell:first-child {
  margin-left: 0;
}
/* ==================================
   SVG
   ================================== */
.svg #global-header #logo .svg {
  display: block;
}
.svg #global-header #logo .png {
  display: none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1260px) {
  #push-wrap #page-wrap #contact-box {
    margin-right: 0;
  }
  #push-wrap #page-wrap #contact-box:after {
    display: none;
  }
}
@media only screen and (max-width: 1232px) {
  #global-header {
    left: 0;
    width: 606px;
  }
  #push-wrap #page-wrap {
    width: 100%;
  }
  #push-wrap #page-wrap #slideshow-fullsize .slideshow-caption {
    margin-left: 0;
    left: 50%;
  }
  #push-wrap #global-background {
    left: 0;
    margin-left: 0;
  }
  #global-footer {
    float: right;
    left: 0;
    width: 846px;
    margin-left: 0;
  }
  #global-footer #footer-wrap {
    margin-left: 0;
  }
}
@media only screen and (max-width: 960px) {
  #push-wrap #page-wrap #content-wrap {
    width: 100%;
  }
  .page-template-page-home-php #content-wrap #sidebar-right {
    float: none;
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box .content {
    padding: 24px;
    height: auto;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .view-all-box {
    visibility: visible;
  }
  .page-template-page-home-php #content-wrap #main-left {
    float: none;
    width: 86%;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-home-php #content-wrap #main-left .news-box {
    height: auto;
  }
  .post-type-archive-products #main-left {
    float: none;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-products #sidebar-right {
    float: none;
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-products #sidebar-right .maptsoft-detailed-box {
    width: 100%;
    height: 240px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .post-type-archive-products #sidebar-right .maptsoft-detailed-box .thumbnail {
    float: left;
    margin-right: 0;
    margin-bottom: 0;
  }
  .post-type-archive-products #sidebar-right .maptsoft-detailed-box .content {
    height: 220px;
    padding-bottom: 10px;
  }
  .post-type-archive-products #sidebar-right .maptsoft-detailed-box .content .title {
    font-size: 2.2em;
    margin-top: 10px;
  }
  .post-type-archive-products #sidebar-right .maptsoft-detailed-box .content .more-link {
    left: auto;
    right: 20px;
    top: 15px;
  }
  .post-type-archive-products #sidebar-right .product-box {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .post-type-archive-products #sidebar-right .product-box .content {
    height: auto;
  }
  .post-type-archive-products #sidebar-right .product-box .content .carousel-wrap {
    overflow: hidden;
    padding-bottom: 20px;
    height: auto;
    min-height: 80px;
  }
  .post-type-archive-products #sidebar-right .product-box .content .text {
    height: auto;
    margin-right: 120px;
  }
  .post-type-archive-products #sidebar-right .product-box .content p {
    height: auto;
  }
  .post-type-archive-products #sidebar-right .product-box .content figure {
    width: 100px;
    top: 0;
  }
  .post-type-archive-products #sidebar-right .product-box .content figure img {
    width: 100px;
    height: 100px;
  }
  .product_categories #sidebar-left {
    float: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .product_categories #sidebar-left .filter-box {
    width: 100%;
  }
  .product_categories #sidebar-left .filter-box .content {
    /*
  	 * For IE 6/7 only
  	 * Include this rule to trigger hasLayout and contain floats.
  	 */

    *zoom: 1;
  }
  .product_categories #sidebar-left .filter-box .content:before,
  .product_categories #sidebar-left .filter-box .content:after {
    content: " ";
    display: table;
  }
  .product_categories #sidebar-left .filter-box .content:after {
    clear: both;
  }
  .product_categories #sidebar-left .filter-box .category-name {
    margin-top: 0;
    margin-bottom: 0;
  }
  .product_categories #sidebar-left .filter-box .sub-categories-list {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .product_categories #sidebar-left .filter-box .filter-list {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    margin-left: 0;
    /*
  	 * For IE 6/7 only
  	 * Include this rule to trigger hasLayout and contain floats.
  	 */

    *zoom: 1;
  }
  .product_categories #sidebar-left .filter-box .filter-list:before,
  .product_categories #sidebar-left .filter-box .filter-list:after {
    content: " ";
    display: table;
  }
  .product_categories #sidebar-left .filter-box .filter-list:after {
    clear: both;
  }
  .product_categories #sidebar-left .filter-box .filter-list > li {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 23px;
    margin-left: 20px;
  }
  .product_categories #sidebar-left .download-box {
    width: 100%;
    text-align: center;
  }
  .product_categories #sidebar-left .download-box .links-list a {
    padding: 10px 0;
  }
  .product_categories #sidebar-left .download-box .links-list a .link-title {
    display: inline;
    margin-right: 10px;
  }
  .product_categories #main-right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-products #main-left {
    float: none;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-products #sidebar-right {
    float: none;
    width: 720px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    /*
  	 * For IE 6/7 only
  	 * Include this rule to trigger hasLayout and contain floats.
  	 */

    *zoom: 1;
  }
  .single-products #sidebar-right:before,
  .single-products #sidebar-right:after {
    content: " ";
    display: table;
  }
  .single-products #sidebar-right:after {
    clear: both;
  }
  .single-products #sidebar-right .grid-box {
    float: left;
  }
  .single-products #sidebar-right .download-box:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    border-width: 24px 24px 0 0;
    border-color: #127e34 transparent transparent #127e34;
  }
  .single-products #sidebar-right .product-box {
    width: 480px;
    height: 240px;
  }
  .single-products #sidebar-right .product-box .text {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 75%;
    padding-right: 20px;
  }
  .single-products #sidebar-right .product-box figure {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    position: static;
  }
  .single-products #sidebar-right .product-box .content .carousel-wrap {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .post-type-archive-news #main-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-news #sidebar-right {
    float: none;
    width: 720px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-news #sidebar-right .product-box {
    width: 100%;
    height: 240px;
  }
  .post-type-archive-news #sidebar-right .product-box .content {
    height: 200px;
  }
  .post-type-archive-news #sidebar-right .product-box .content .carousel-wrap {
    height: 160px;
  }
  .post-type-archive-news #sidebar-right .product-box .text {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 520px;
    padding-right: 20px;
  }
  .post-type-archive-news #sidebar-right .product-box figure {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
  }
  .post-type-archive-news-details #main-left,
  .single-news #main-left,
  .single-post #main-left,
  .page-template-default #main-left,
  .page-template-page-about-php #main-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-news-details #sidebar-right,
  .single-news #sidebar-right,
  .single-post #sidebar-right,
  .page-template-default #sidebar-right,
  .page-template-page-about-php #sidebar-right,
  .post-type-archive-news-details #sidebar-right.has-top-feature,
  .single-news #sidebar-right.has-top-feature,
  .single-post #sidebar-right.has-top-feature,
  .page-template-default #sidebar-right.has-top-feature,
  .page-template-page-about-php #sidebar-right.has-top-feature {
    float: none;
    width: 720px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-news-details #sidebar-right .news-box,
  .single-news #sidebar-right .news-box,
  .single-post #sidebar-right .news-box,
  .page-template-default #sidebar-right .news-box,
  .page-template-page-about-php #sidebar-right .news-box,
  .post-type-archive-news-details #sidebar-right.has-top-feature .news-box,
  .single-news #sidebar-right.has-top-feature .news-box,
  .single-post #sidebar-right.has-top-feature .news-box,
  .page-template-default #sidebar-right.has-top-feature .news-box,
  .page-template-page-about-php #sidebar-right.has-top-feature .news-box {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .page-template-page-about-php #sidebar-right .view-history-box {
    float: right;
    height: 100px;
    margin-bottom: 20px;
  }
  .page-template-page-about-php #sidebar-right .view-history-box .box-wrap .content {
    margin-top: 25px;
  }
  .page-template-page-about-php #sidebar-right .news-box {
    clear: both;
  }
  .page-template-page-contact-php #main-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-contact-php #sidebar-right {
    float: none;
    width: 720px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-contact-php #sidebar-right .contact-module-box {
    float: right;
    width: 100%;
  }
  .category-box:first-child {
    margin: 0;
  }
}
@media only screen and (max-width: 920px) {
  #global-header {
    position: relative;
    width: 100%;
    height: auto;
  }
  #global-header .content {
    float: none;
    width: 100%;
    margin: 0;
  }
  #global-header .content #logo {
    position: relative;
    left: 0;
    top: 5px;
    margin-left: 20px;
    height: 42px;
  }
  #global-header .content #logo .logo {
    width: auto;
    height: 32px;
  }
  #global-header .content #logo .caption {
    display: none;
  }
  #global-header .content #main-nav {
    position: relative;
    top: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateZ(0);
  }
  #global-header .content #main-nav.active {
    max-height: 480px;
  }
  #global-header .content #main-nav ul {
    margin-top: 6px;
    margin-left: 20px;
    margin-bottom: 12px;
  }
  #global-header .content #main-nav ul li {
    margin-top: 6px;
  }
  #global-header .content #contact-link {
    position: absolute;
    right: 50px;
    top: 0;
    display: block;
    padding: 13px 20px 14px 20px;
    background-color: #127e34;
    font-family: 'oswaldbook', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.250em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
  }
  #global-header .content #menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 42px;
    padding-left: 13px;
    padding-right: 13px;
    background-color: #64b578;
    border: 0;
  }
  #global-header .content #menu-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
  }
  #global-header .content #menu-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  #push-wrap #page-wrap #contact-box {
    display: none;
  }
  #push-wrap #page-wrap #slideshow-fullsize .slideshow-caption {
    width: 480px;
    height: 100px;
    margin-left: -240px;
    margin-right: 0;
  }
  #push-wrap #page-wrap #slideshow-fullsize .slideshow-caption .content {
    top: 16px;
    bottom: 12px;
    left: 40px;
    right: 40px;
  }
  #push-wrap #page-wrap #slideshow-fullsize .slideshow-caption .content .caption {
    font-size: 1.400em;
    line-height: 1.4;
    margin-top: 0;
    text-align: center;
  }
  #push-wrap #page-wrap #slideshow-fullsize #slideshow-pager {
    position: static;
    padding: 0;
    margin: 0;
    background: none;
  }
  #push-wrap #page-wrap #slideshow-fullsize #slideshow-pager #prev-slide,
  #push-wrap #page-wrap #slideshow-fullsize #slideshow-pager #next-slide {
    position: absolute;
    top: 20px;
  }
  #push-wrap #page-wrap #slideshow-fullsize #slideshow-pager #prev-slide {
    left: 20px;
  }
  #push-wrap #page-wrap #slideshow-fullsize #slideshow-pager #next-slide {
    position: absolute;
    right: 20px;
  }
  #push-wrap #page-wrap #slideshow-fullsize #slideshow-pager:after {
    display: none;
  }
  #push-wrap #page-wrap #slideshow-fullsize #slideshow-pager #slide-count {
    display: none;
  }
  #global-footer {
    position: relative;
    width: 100%;
    left: 0;
  }
  #global-footer .content {
    width: 100%;
    margin-top: 20px;
  }
  #global-footer .content #copyright {
    float: none;
    clear: both;
    display: block;
    margin-left: 10px;
    margin-bottom: 30px;
  }
  #global-footer .content nav {
    float: left;
    margin-left: 10px;
  }
  #global-footer .content nav ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  #global-footer .content #dg-info {
    margin-right: 10px;
  }
  .post-type-archive-products #content-wrap {
    padding-top: 0;
  }
  .post-type-archive-products #content-wrap #sidebar-right {
    margin-top: 0;
  }
  .post-type-archive-products #content-wrap #sidebar-right .maptsoft-detailed-box {
    height: auto;
  }
  .post-type-archive-products #content-wrap #sidebar-right .maptsoft-detailed-box .thumbnail {
    display: none;
  }
  .post-type-archive-products #content-wrap #sidebar-right .maptsoft-detailed-box .content {
    height: auto;
  }
  .post-type-archive-products #content-wrap #sidebar-right .product-box .product-name {
    font-size: 1.2em;
  }
  .product_categories #content-wrap {
    padding-top: 0;
  }
  .single-products #content-wrap {
    padding-top: 0;
  }
  .post-type-archive-news #content-wrap {
    padding-top: 0;
  }
  .post-type-archive-news-details #content-wrap,
  .single-news #content-wrap,
  .single-post #content-wrap,
  .page-template-default #content-wrap,
  .page-template-page-about-php #content-wrap {
    padding-top: 0;
  }
  .page-template-page-contact-php #content-wrap {
    padding-top: 0;
  }
  .page-template-page-contact-php #main-left {
    margin-top: 0;
  }
  .page-template-page-contact-php #main-left #map-box {
    height: 300px;
  }
  .page-template-page-timeline-php #content-wrap {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 720px) {
  .product_categories #main-right .products-list-table tbody td:before {
    top: 10px;
    bottom: 10px;
  }
  #sidebar-right .product-box.carousel-box {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  #sidebar-right .product-box.carousel-box .content {
    height: auto;
  }
  #sidebar-right .product-box.carousel-box .content .carousel-wrap {
    overflow: hidden;
    padding-bottom: 20px;
    height: auto;
    min-height: 80px;
  }
  #sidebar-right .product-box.carousel-box .content .text {
    width: auto;
    height: auto;
    margin-right: 120px;
  }
  #sidebar-right .product-box.carousel-box .content p {
    height: auto;
  }
  #sidebar-right .product-box.carousel-box .content figure {
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
  }
  #sidebar-right .product-box.carousel-box .content figure img {
    width: 100px;
    height: 100px;
  }
  .single-products #main-left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-products #main-left .products-details-table {
    display: none;
  }
  .single-products #sidebar-right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-products #sidebar-right .download-box {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .single-products #sidebar-right .download-box:after {
    display: block;
  }
  .single-products #sidebar-right .download-box .links-list {
    /*
  	 * For IE 6/7 only
  	 * Include this rule to trigger hasLayout and contain floats.
  	 */

    *zoom: 1;
  }
  .single-products #sidebar-right .download-box .links-list:before,
  .single-products #sidebar-right .download-box .links-list:after {
    content: " ";
    display: table;
  }
  .single-products #sidebar-right .download-box .links-list:after {
    clear: both;
  }
  .single-products #sidebar-right .download-box .links-list > li {
    width: 100%;
  }
  .single-products #sidebar-right .product-box {
    float: none;
    width: 100%;
  }
  .post-type-archive-news #main-left {
    width: 480px;
  }
  .post-type-archive-news #main-left .tiles-wrap .news-img-box {
    width: 480px;
  }
  .post-type-archive-news #main-left .tiles-wrap .news-img-box .news-compact-box {
    width: 240px;
  }
  .post-type-archive-news #main-left .tiles-wrap .grid-box:nth-child(even) .news-compact-box {
    float: right;
  }
  .post-type-archive-news #main-left .tiles-wrap .grid-box:nth-child(even) .news-compact-box .triangle {
    right: auto;
    left: -15px;
    margin-right: 0;
    border-width: 15px 15px 15px 0;
    border-color: transparent #dfebe3 transparent transparent;
  }
  .post-type-archive-news #main-left .tiles-wrap .grid-box:nth-child(even) .image-box {
    float: left;
  }
  .post-type-archive-news #main-left .tiles-wrap .grid-box:nth-child(even):hover .news-compact-box .triangle {
    left: -20px;
    margin-right: 0;
    border-width: 20px 20px 20px 0;
    border-color: transparent #dfebe3 transparent transparent;
  }
  .post-type-archive-news #sidebar-right {
    width: 480px;
  }
  .post-type-archive-news-details #main-left,
  .single-news #main-left,
  .single-post #main-left,
  .page-template-default #main-left,
  .page-template-page-about-php #main-left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-type-archive-news-details #sidebar-right,
  .single-news #sidebar-right,
  .single-post #sidebar-right,
  .page-template-default #sidebar-right,
  .page-template-page-about-php #sidebar-right,
  .post-type-archive-news-details #sidebar-right.has-top-feature,
  .single-news #sidebar-right.has-top-feature,
  .single-post #sidebar-right.has-top-feature,
  .page-template-default #sidebar-right.has-top-feature,
  .page-template-page-about-php #sidebar-right.has-top-feature {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-template-page-contact-php #main-left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-template-page-contact-php #sidebar-right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .page-template-page-home-php #content-wrap #sidebar-right {
    width: 480px;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .view-all-box {
    height: 120px;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .view-all-box .box-wrap .content {
    padding: 70px 12px 0 12px;
    font-size: 1.083em;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .category-box {
    height: 120px;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .category-box .content {
    margin: 70px 10px auto 10px;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .category-box .content .category-number {
    font-size: 1.500em;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .category-box .content .category-name {
    font-size: 0.833em;
  }
  .page-template-page-home-php #content-wrap #main-left {
    width: 480px;
  }
  .product_categories .products-list-table tbody td {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product_categories .products-list-table tbody td:first-child {
    padding-left: 0;
  }
  .product_categories .products-list-table .product-name {
    font-size: 1.1em;
  }
  .single-products #main-left {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .single-products #main-left .content-box h2 {
    font-size: 2em;
  }
  .single-products #sidebar-right {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-products #sidebar-right .download-box {
    margin-bottom: 10px;
  }
  .page-template-page-contact-php #main-left {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-contact-php #main-left .contact-form-box form .col2 .input-cell {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .page-template-page-contact-php #main-left .contact-form-box form .col2 .input-cell input {
    margin-top: 20px;
  }
  .page-template-page-contact-php #main-left .contact-form-box form .col2 .input-cell:first-child input {
    margin-top: 0;
  }
  .page-template-page-contact-php #sidebar-right {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-timeline-php .layout-has-photo:hover .year,
  .page-template-page-timeline-php .layout-has-photo.active .year {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  .page-template-page-timeline-php .year-box:first-child:before {
    top: 0;
    height: 100%;
  }
  .page-template-page-timeline-php .year-box:before {
    top: 0;
    height: 100%;
  }
  .page-template-page-timeline-php .year-box:after {
    display: none;
  }
  .page-template-page-timeline-php .year-box .photo {
    display: none;
  }
  .page-template-page-timeline-php .year-box .year {
    position: relative;
  }
  .page-template-page-timeline-php .year-box .intro {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .page-template-page-timeline-php .year-box .intro .intro-content {
    width: auto;
  }
  .page-template-page-timeline-php .year-box .intro .intro-content .triangle {
    top: 0;
    margin-top: -16px;
  }
  .page-template-page-timeline-php .layout-right-main:hover .intro .intro-content .triangle,
  .page-template-page-timeline-php .layout-right-main.active .intro .intro-content .triangle {
    border-color: transparent transparent #fff transparent;
  }
  .page-template-page-timeline-php .layout-right-main .intro {
    margin-left: auto;
  }
  .page-template-page-timeline-php .layout-right-main .intro .intro-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-template-page-timeline-php .layout-right-main .intro .intro-content .triangle {
    left: 50%;
    margin-left: -15px;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #83c493 transparent;
  }
  .page-template-page-timeline-php .layout-left-main:hover .intro .intro-content .triangle,
  .page-template-page-timeline-php .layout-left-main.active .intro .intro-content .triangle {
    border-color: transparent transparent #fff transparent;
  }
  .page-template-page-timeline-php .layout-left-main .intro .intro-content {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-template-page-timeline-php .layout-left-main .intro .intro-content .triangle {
    left: 50%;
    right: auto;
    margin-left: -15px;
    margin-right: auto;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #83c493 transparent;
  }
  .page-template-page-timeline-php .illustration-wrap {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .alignleft {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
  }
  #push-wrap #page-wrap #slideshow-fullsize .slideshow-caption {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .page-template-page-home-php #content-wrap #sidebar-right {
    width: 100%;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box .content {
    height: auto;
    text-align: center;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box .content .title {
    font-size: 1.500em;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box .content .excerpt {
    font-size: 1.083em;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box .content .more-link {
    position: absolute;
    left: 50%;
    top: 27px;
    margin-left: 42px;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box .content .more-link .text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*
  	 * Extends the .visuallyhidden class to allow the element to be focusable
  	 * when navigated to via the keyboard: h5bp.com/p
  	 */

  }
  .page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box .content .more-link .text.focusable:active,
  .page-template-page-home-php #content-wrap #sidebar-right .maptsoft-box .content .more-link .text.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .view-all-box {
    height: 120px;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .partner-box {
    float: none;
    clear: both;
    width: 100%;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .partner-box .box-wrap .content .carousel-content {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .partner-box .carousel-pager {
    float: none;
    width: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-home-php #content-wrap #main-left {
    width: 100%;
  }
  .page-template-page-home-php #content-wrap #main-left .grid-box {
    position: relative;
    float: none;
    width: 100%;
    margin-top: 12px;
  }
  .page-template-page-home-php #content-wrap #main-left .grid-box .box-wrap {
    position: absolute;
    left: 12px;
    right: 12px;
  }
  .page-template-page-home-php #content-wrap #main-left .news-box:after {
    right: 12px;
  }
  .page-template-page-home-php #content-wrap #main-left .quote-box {
    height: 220px;
  }
  .page-template-page-home-php #content-wrap #main-left .news-box {
    height: 355px;
  }
  .post-type-archive-products #content-wrap #main-left {
    width: 100%;
    margin-top: 0;
  }
  .post-type-archive-products #content-wrap #main-left .category-detailed-box {
    height: auto;
  }
  .post-type-archive-products #content-wrap #main-left .category-detailed-box .box-wrap {
    padding: 1px 0;
  }
  .post-type-archive-products #content-wrap #main-left .category-detailed-box .box-wrap .content {
    position: relative;
  }
  .post-type-archive-products #content-wrap #main-left .category-detailed-box .box-wrap .content .sub-categories-list {
    margin-right: -100px;
  }
  .post-type-archive-products #content-wrap #sidebar-right {
    width: 100%;
  }
  .product_categories #sidebar-left {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .product_categories #sidebar-left .filter-box .category-name {
    font-size: 2em;
  }
  .product_categories #sidebar-left .filter-box .sub-categories-list {
    float: none;
    width: auto;
    margin-right: -20px;
    padding-right: 0;
    font-size: 1.3em;
  }
  .product_categories #sidebar-left .filter-box .filter-list {
    float: none;
    width: auto;
    margin-left: -20px;
  }
  .product_categories #sidebar-left .filter-box .filter-list > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .product_categories #main-right {
    padding-left: 0;
    padding-right: 0;
  }
  .product_categories #main-right .products-list-table .product-name {
    font-size: 1em;
  }
  .product_categories #main-right .pager-wrap {
    margin-left: 0;
  }
  .post-type-archive-news #main-left {
    width: 100%;
  }
  .post-type-archive-news #main-left .tiles-wrap {
    width: 100%;
    height: auto;
  }
  .post-type-archive-news #main-left .tiles-wrap .news-compact-box {
    height: auto;
  }
  .post-type-archive-news #main-left .tiles-wrap .news-compact-box .content {
    height: auto;
  }
  .post-type-archive-news #main-left .tiles-wrap .news-compact-box .triangle {
    right: auto;
    left: 0;
    top: auto;
    bottom: -15px;
    border-width: 15px 15px 0 15px;
    border-color: #dfebe3 transparent transparent transparent;
  }
  .post-type-archive-news #main-left .tiles-wrap .image-box {
    width: 100%;
    height: auto;
  }
  .post-type-archive-news #main-left .tiles-wrap .image-box img {
    width: 100%;
    height: auto;
  }
  .post-type-archive-news #main-left .tiles-wrap .news-img-box {
    width: 100%;
  }
  .post-type-archive-news #main-left .tiles-wrap .news-img-box .news-compact-box {
    width: 100%;
  }
  .post-type-archive-news #main-left .tiles-wrap:hover .news-compact-box .triangle {
    bottom: -20px;
    border-width: 20px 20px 0 20px;
    border-color: #dfebe3 transparent transparent transparent;
  }
  .post-type-archive-news #main-left .tiles-wrap:nth-child(even) .news-compact-box .triangle {
    right: 0;
    left: auto;
    border-width: 15px 15px 0 15px;
    border-color: #dfebe3 transparent transparent transparent;
  }
  .post-type-archive-news #main-left .tiles-wrap:nth-child(even) .image-box img {
    float: right;
  }
  .post-type-archive-news #main-left .tiles-wrap:nth-child(even):hover .news-compact-box .triangle {
    right: 0;
    left: auto;
    bottom: -20px;
    border-width: 20px 20px 0 20px;
    border-color: #dfebe3 transparent transparent transparent;
  }
  .post-type-archive-news #sidebar-right {
    width: 100%;
  }
  .post-type-archive-news-details #main-left,
  .single-news #main-left,
  .single-post #main-left,
  .page-template-default #main-left,
  .page-template-page-about-php #main-left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .post-type-archive-news-details #sidebar-right,
  .single-news #sidebar-right,
  .single-post #sidebar-right,
  .page-template-default #sidebar-right,
  .page-template-page-about-php #sidebar-right,
  .post-type-archive-news-details #sidebar-right.has-top-feature,
  .single-news #sidebar-right.has-top-feature,
  .single-post #sidebar-right.has-top-feature,
  .page-template-default #sidebar-right.has-top-feature,
  .page-template-page-about-php #sidebar-right.has-top-feature {
    padding-left: 10px;
    padding-right: 10px;
  }
  .post-type-archive-news-details #sidebar-right .news-box,
  .single-news #sidebar-right .news-box,
  .single-post #sidebar-right .news-box,
  .page-template-default #sidebar-right .news-box,
  .page-template-page-about-php #sidebar-right .news-box,
  .post-type-archive-news-details #sidebar-right.has-top-feature .news-box,
  .single-news #sidebar-right.has-top-feature .news-box,
  .single-post #sidebar-right.has-top-feature .news-box,
  .page-template-default #sidebar-right.has-top-feature .news-box,
  .page-template-page-about-php #sidebar-right.has-top-feature .news-box {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  #push-wrap #page-wrap #slideshow-fullsize .slideshow-caption {
    height: 66px;
  }
  #push-wrap #page-wrap #slideshow-fullsize .slideshow-caption .content .caption {
    font-size: 1.083em;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .partner-box .box-wrap .content {
    left: 0;
    right: 0;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .partner-box .box-wrap .content .carousel-content {
    margin-left: 0;
  }
  .page-template-page-home-php #content-wrap #sidebar-right .partner-box .box-wrap .content .carousel-content .carousel a:first-child {
    margin-left: 4px;
  }
  .page-template-page-home-php #content-wrap #main-left .news-box {
    height: 390px;
  }
  .product_categories .products-list-table tbody td:first-child {
    padding-left: 10px;
  }
  .product_categories .products-list-table tbody td:first-child .thumblink {
    display: none;
  }
  .single-products #sidebar-right .product-box {
    height: 420px;
  }
  .single-products #sidebar-right .product-box .text {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 0;
  }
  .single-products #sidebar-right .product-box figure {
    float: none;
    width: 200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .single-products #sidebar-right .product-box .content {
    height: 380px;
  }
  .single-products #sidebar-right .product-box .content .carousel-wrap {
    height: 340px;
  }
  .post-type-archive-news-details #main-left,
  .single-news #main-left,
  .single-post #main-left,
  .page-template-default #main-left,
  .page-template-page-about-php #main-left {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-contact-php #main-left #map-box {
    height: 240px;
  }
  .page-template-page-contact-php #sidebar-right .contact-module-box {
    width: 100%;
  }
}
