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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.clearfix, .section, .form-row, .top-menu, .action-list, .functions, .function-links, .material-box ul, .home-content, .function-introlinks, .products-item, .similar-solutions ul {
  *zoom: 1; }
  .clearfix:before, .section:before, .form-row:before, .top-menu:before, .action-list:before, .functions:before, .function-links:before, .material-box ul:before, .home-content:before, .function-introlinks:before, .products-item:before, .similar-solutions ul:before, .clearfix:after, .section:after, .form-row:after, .top-menu:after, .action-list:after, .functions:after, .function-links:after, .material-box ul:after, .home-content:after, .function-introlinks:after, .products-item:after, .similar-solutions ul:after {
    content: " ";
    display: table; }
  .clearfix:after, .section:after, .form-row:after, .top-menu:after, .action-list:after, .functions:after, .function-links:after, .material-box ul:after, .home-content:after, .function-introlinks:after, .products-item:after, .similar-solutions ul:after {
    clear: both; }

::-webkit-input-placeholder {
  color: #101928; }

:-moz-placeholder {
  color: #101928; }

::-moz-placeholder {
  color: #101928; }

:-ms-input-placeholder {
  color: #101928; }

:placeholder {
  color: #101928; }

input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0; }

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

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

/***********************************************************************************/
/*                                  HTML Elements                                  */
/***********************************************************************************/
a {
  color: #217fee;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #80b6f5; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9; }

p {
  padding: 0 0 20px; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em; }

dl {
  margin: 0 1.625em; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.625em; }

strong {
  font-weight: bold; }

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

blockquote {
  font-family: Georgia, 'Bitstream Charter', serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em; }

blockquote em, blockquote i, blockquote cite {
  font-style: normal; }

blockquote cite {
  color: #666;
  font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

pre {
  background: #f4f4f4;
  font: 13px 'Courier 10 Pitch', Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em; }

/***********************************************************************************/
/*                               Layout & Composition                              */
/***********************************************************************************/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/***********************************************************************************/
/*                                  Content Area                                   */
/***********************************************************************************/
.content_area ul, ol {
  margin: 0 0 1.625em 2.5em; }

.content_area ul {
  list-style: square; }

.content_area ol {
  list-style-type: decimal; }

.content_area ol ol {
  list-style: upper-alpha; }

.content_area ol ol ol {
  list-style: lower-roman; }

.content_area ol ol ol ol {
  list-style: lower-alpha; }

.content_area ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

.content_area img {
  max-width: 100%; }

.content_area .wp-caption {
  max-width: 100%; }

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px; }

/*  PageNavi */
.page_navi {
  width: 100%;
  text-align: left;
  overflow: hidden;
  margin: 10px 0 30px 0; }

.page_navi a {
  margin: 3px; }

.page_navi a:hover,
.page_navi a.current {
  color: #005982; }

/***********************************************************************************/
/*                                      Style                                      */
/***********************************************************************************/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  display: none; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  border: 1px solid #ccc;
  float: left;
  margin: 0 10px 0 0;
  /* 20140430 */
  width: 70px;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 1;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: .6; }

.flex-control-thumbs .flex-active {
  opacity: .6;
  cursor: default; }

/*global*/
body {
  color: #101928;
  font: normal 14px/1.4 arial, "helvetica neue", sans-serif;
  width: 100%; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.section-wrap {
  position: relative; }

.section {
  width: 96%;
  max-width: 995px;
  margin: 0 auto;
  position: relative; }

.icons {
  display: inline-block;
  height: 30px;
  width: 33px;
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: relative;
  vertical-align: top; }
  .icons:hover {
    opacity: .8; }
  .icons.tw {
    background-position: 0 0; }
  .icons.search {
    background-position: -33px 0; }
  /* 20140502 */
  .searchbar-wrap {
    display: block;
    margin-top: 10px;
    height: 30px;
    width: auto;
    /*background-color: #37373d;*/
border: 1px solid #e1e1e1;
    vertical-align: top;
    position: relative;
    overflow: hidden;
  }
    .searchbar-wrap form { display: block; }
    .searchbar-word { position: absolute; left: 0; top: 0; padding: 5px 8px; border: 0 none; background: transparent none; width: 151px; height: 20px; line-height: 20px; color: #101928; }
    .searchbar-submit { float: right; border: 0 none; cursor: pointer; z-index: 1; }


.green {
  color: #587ece; }

.btn,
.inquiry-form .gform_button {
  display: inline-block;
  cursor: pointer;
  border: none;
  color: #fff;
  font-family: 'avenir','avenir_lt_stdmedium';
  font-size: 20px;
  background: #101928; }
  .btn.btn-green {
    background: #c0c0b4; }
  /* 20140505 */
  .btn.btn-green:hover {
    background: #111820; }
  .btn.btn-submit,
  .inquiry-form .gform_button {
    width: 95px;
    line-height: 1;
    font-size: 13px;
    font-family: 'titillium_webregular';
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    border-style:none }
.page-content .gform_wrapper li { background: transparent none; padding-left: 0; }


.form-row {
  padding-bottom: 10px; }

input {
  margin: 0; }
/*
.input-text,
.textarea,
.inquiry-form input[type="text"],
.inquiry-form input[type="email"],
.inquiry-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e6e6db;
  font-family: 'titillium_webregular';
  background: #e6e6db;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  color: #101928;
  margin: 0; }
*/

.input-text,
.textarea,
.inquiry-form input[type="text"],
.inquiry-form input[type="email"],
.inquiry-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ffffff;
  font-family: 'titillium_webregular';
  background: #ffffff;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  color: #101928;
  margin: 0; }

.textarea {
  height: 98px;
  padding: 8px;
  resize: vertical;
  line-height: 1.4; }

/*eglobal*/
.section-header {
  margin-bottom: 20px; }
  .section-header .right {
    margin-top: 35px;
    vertical-align: middle; }

.logo {
  float: left;
  margin-top: 20px; }
  .logo a {
    display: block;
    background: url(images/logo330.jpg) no-repeat;
    width: 330px;
    height: 90px;
    text-indent: -9999px; }

.phone {
  line-height: 1;
  font-family: 'avenir','avenir_lt_stdmedium';
  font-size: 32px;
  color: #101928;
  margin-right: 17px; }
  .phone:hover {
    color: #101928; }

/*esection-header*/
.section-nav {
  background: #e5e5db url(images/nav-bg.png) repeat-x bottom;
  border-bottom: 1px solid #fff;
  height: 42px;
  position: relative; }

.top-menu-toggle {
  display: none; }
  .top-menu-toggle:hover {
    color: #101928; }

.top-menu > li {
  float: left; }
  .top-menu > li:first-child a {
    border-left: none; }
  .top-menu > li.last-child a {
    border-right: none; }
.top-menu > li > a {
  display: block;
  padding: 0 10px;
  margin: 6px 0;
  border-right: 1px solid #f2f2ed;
  border-left: 1px solid #cfcfc4;
  height: 30px;
  line-height: 30px;
  color: #101928; }
  .top-menu a:hover {
    color: #2d4771; }
/* 20140503 */
.top-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0; top: 100%;
  background: #e5e5db url('images/nav-bg.png') repeat-x bottom;
  width: 200px;
  z-index: 30;
}
.top-menu li { position: relative; }
.top-menu .sub-menu a { display: block; padding: 3px 10px; height: 30px; line-height: 30px; color: #101928; }
.top-menu .sub-menu a:hover { color: #2d4771; background: #f1f1e6 none; }
.top-menu li:hover > .sub-menu { display: block; }
.top-menu .sub-menu .sub-menu { left: 100%; top: 0; }

.section-find {
  display: none;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  margin-top: 1px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }

.find-solution {/* previous color = #c0c0b4, logo color = #10549f */ 
  display: block;
  background: #10549f url(images/find-a-soluction.png) no-repeat center center;
  width: 270px;
  height: 42px;
  text-indent: -9999px; }

.find-body {
  border: 2px solid #e1e1e1;
  padding: 40px;
  padding-bottom: 15px;
  font-family: 'avenir','avenir_lt_stdmedium';
  font-size: 20px;
  color: #101928; }

.choose-info {
  margin-bottom: 20px;
  line-height: 37px; }

.action-list {
  margin-top: 20px;
  margin-bottom: 25px; }

.action-item {
  float: left;
  background-image: url('images/function-types.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 99px;
  text-indent: -9999px;
  margin-right: 15px; }
  .action-item.last-child {
    margin-right: 0; }

  .action-item.sides {
    background-position: 10px 0; }
  .action-item.fork {
    background-position: -105px 0; }
  .action-item.clamping {
    background-position: -220px 0; }
  .action-item.rotat {
    background-position: -335px 0; }
  .action-item.extend {
    background-position: -448px 0; }
  .action-item.multi {
    background-position: -562px 0; }
  .action-item.lifting {
    background-position: -677px 0; }
  .action-item.stabil {
    background-position: -793px 0; }

  /* 20140506 */
  .action-item.sides:hover {
    background-position: 10px -99px; }
  .action-item.fork:hover {
    background-position: -105px -99px; }
  .action-item.clamping:hover {
    background-position: -220px -99px; }
  .action-item.rotat:hover {
    background-position: -335px -99px; }
  .action-item.extend:hover {
    background-position: -448px -99px; }
  .action-item.multi:hover {
    background-position: -562px -99px; }
  .action-item.lifting:hover {
    background-position: -677px -99px; }
  .action-item.stabil:hover {
    background-position: -793px -99px; }

.close-it {
  font-size: 13px;
  color: #101928;
  float: right;
  padding-right: 20px;
  margin-right: 16px;
  height: 26px;
  line-height: 26px;
  background: url(images/close.png) no-repeat right; }
  .close-it:hover {
    color: #101928;
    opacity: .6; }

.sbHolder {
  display: inline-block;
  width: 348px;
  margin-right: 30px;
  border: 1px solid #ddd;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  color: #101928;
  position: relative; }
  .sbHolder a {
    color: #101928; }

.sbToggle {
  position: absolute;
  width: 45px;
  height: 24px;
  right: 0;
  top: 5px;
  border-left: 1px solid #ddd;
  background: url(images/tri.png) no-repeat center; }

.sbSelector {
  display: block;
  height: 33px;
  line-height: 33px;
  padding-left: 15px; }

.sbOptions {
  position: absolute;
  top: 100% !important;
  background: #fff;
  left: -1px;
  right: -1px;
  border: 1px solid #ddd;
  border-top: none;
  /* 20140506 */
  overflow-x: hidden;
  overflow-y: scroll;
}
  .sbOptions a {
    padding-left: 15px;
    display: block; }
    .sbOptions a:hover {
      background: #ddd; }

.find-body .btn-green {
  width: 124px;
  padding: 4px 0; }

.home-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 574px;
  background: #ccc; }
  .home-bgimg-img {
    max-width: none; }

.home-slogan {
  position: absolute;
  top: 300px;
  font-size: 46px;
  color: #fff;
  font-family: 'titillium_webregular';
  left: 35px;
  width: 555px;
  line-height: 1.1; }

/* 20140508 */
.home-recent-pub { position: absolute; top: 272px; right: 30px; border: 1px #777 solid;
    width: 179px; padding-top: 15px; padding-bottom: 25px; text-align: center; background: rgba(45,45,45,.5); }
  .home-recent-pub > a { display: block; }
  .home-recent-pub-title { color: #ffffff; display: block; line-height: 25px; font-size: small; }
  .home-recent-pub-thumb { border: 1px #ffffff solid; display: inline-block; height: 100px; width: auto; }


.functions {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 456px; }

.function-item {
  float: left;
  width: 18.75%;
  height: 260px;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 1.04167%;
  margin-bottom: 1.04167%; }
  .function-item.first {
    margin-left: 0; }
  .function-item span {
    display: block; }

.function-img {
  height: 160px; }

.function-type {
  margin: 0 10px;
  height: 50px; }

.function-links {
  border-top: 1px solid #ccc;
  margin: 8px 10px 0 10px;
  background: url('images/home-div.png') no-repeat center top; }

.function-link {
  display: block;
  height: 40px;
  float: left;
  width: 50%;
  text-indent: -9999px;
  background-repeat: no-repeat; }
  .function-link.video {
    background-image: url('images/camera.png');
    background-position: center top; }
  .function-link.edit {
    background-image: url('images/markdown.png');
    background-position: center top; }
  /* 20140506 */
  .function-link.video:hover {
    background-image: url('images/camera.png');
    background-position: center bottom; }
  .function-link.edit:hover {
    background-image: url('images/markdown.png');
    background-position: center bottom; }

.material-box {
  float: left;
  margin-left: 1.04167%;
  border: 1px solid #ccc;
  width: 38.75%;
  height: 260px;
  font-family: 'titillium_webregular';
  position: relative;
  font-size: 13px; }
  .material-box h2 {
    margin: 35px 40px 25px 40px;
    color: #101928;
    font-family: 'avenir','avenir_lt_stdmedium';
    font-size: 20px; }
  .material-box ul {
    margin: 0 40px; }
  .material-box li {
    float: left;
    width: 50%; }
  .material-box a {
    color: #217fee;
    font-size: 13px;
    line-height: 1.8; }
  .material-box .view-more {
    position: absolute;
    right: 52px;
    bottom: 14px; }

.home-content {
  width: 96%;
  max-width: 960px;
  margin: 0 auto; }

.video-wrap {
  width: 375px;
  margin-right: 35px; }
  .video-wrap .video-body {
    width: 100%;
    height: 230px;
    margin-bottom: 15px; }
  .video-wrap iframe {
    width: 100%;
    height: 100%; }

.video-info {
  font-size: 13px;
  line-height: 20px;
  color: #101928; }
  .video-info a {
    color: #101928; }

.blue-tag {
  line-height: 20px;
  font-size: 13px;
  font-family: 'avenir','avenir_lt_stdmedium';
  color: #fff;
  padding: 0 8px;
  background: #217fee;
  text-transform: uppercase;
  margin-right: 5px; }

.home-content-body {
  font-size: 13px;
  overflow: hidden; }
  .home-content-body h1 {
    font-family: 'avenir','avenir_lt_stdmedium';
    font-size: 32px; }
  .home-content-body h2 {
    font-size: 20px;
    font-family: 'avenir','avenir_lt_stdmedium';
    margin-bottom: 10px; }

/*esection-nav*/
.section-footer {
  margin-top: 40px;
  background: #e1e1e1;
  padding-top: 26px;
  padding-bottom: 100px; }
  .section-footer .section {
    border-top: 1px solid #fff;
    max-width: 940px;
    width: 96%; }

.contact-info {
  float: left;
  padding: 37px 1.06383% 0 1.06383%;
  width: 39.3617%;
  border-right: 1px solid #fff;
  @inlcude hl;
  min-height: 135px; }
  .contact-info a {
    color: #101928; }
  .contact-info .top {
    margin-bottom: 20px;
    font-size: 28px; }
    .contact-info .top strong {
      font-family: 'helvetica';
      font-weight: bold; }
  .contact-info .bottom {
    font-size: 15px; }

.service-info {
  padding-top: 30px;
  float: left;
  width: 36.91489%;
  min-height: 135px;
  border-right: 1px solid #fff;
  font-size: 15px;
  font-family: 'helvetica';
  font-weight: bold; }

.service-content {
  background: url(images/australia.png) no-repeat 20% 50%;
  padding-left: 53.02594%;
  padding-right: 27px;
  padding-top: 20px;
  min-height: 80px; }

.corporating-info {
  float: left;
  width: 20.95745%;
  min-height: 135px;
  padding-top: 36px; }

.corpor-content {
  margin-left: 36px; }
  .corpor-content h3 {
    margin-bottom: 10px; }

/*esection-footer*/
.section-function .section {
  /*max-width: 978px;*/
  width: 96%; }

.function-intro {
  font-size: 13px;
  margin-bottom: 40px;
  margin-top: 15px;
  width: 90.50279%; }
  .function-intro h1 {
    font-size: 32px;
    font-family: 'avenir','avenir_lt_stdmedium';
    margin-bottom: 10px; }

.function-introtype {
  font-size: 13px;
  font-family: 'avenir','avenir_lt_stdmedium';
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -20px;
  /*margin-bottom: 5px;*/ }

.function-introlinks {
  width: 90.50279%; }
  .function-introlinks h2 {
    font-family: 'avenir','avenir_lt_stdmedium';
    font-size: 23px;
    margin-bottom: 10px;
    line-height: 1.2; }
  .function-introlinks ul {
    border-top: 1px solid #e8e8e7; }
  .function-introlinks li {
    border-bottom: 1px solid #e8e8e7; }
  .function-introlinks a {
    height: 33px;
    line-height: 33px;
    display: block;
    padding-left: 34px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 -3px; }
  .function-introlinks a:hover {
    background-position: 0 -43px; }
  .function-introlinks .see-action-see-all a { background: transparent none; }

.see-action {
  width: 47.6%;
  float: left; }
  .see-action a {
    background-image: url('images/camera.png'); }

.choose-function {
  width: 47.6%;
  float: right; }
  .choose-function a {
    background-position: 0 -3px;
    background-image: url('images/markdown.png'); }

.main {
  float: left;
  width: 72%;
  padding-top: 20px; }

.sidebar {
  float: right;
  width: 27.33668%;
  padding-top: 10px; }

.sec-h2 {
  margin-top: 30px; }

.news-list {
  /*width: (648 / 716) * 100%;*/
  width: 96.36872%; }

.choose-core {
  padding: 15px 15px 10px 15px;
  background: #f9f9f9;
  border-style:none; }
  .choose-core h2 {
    font-size: 20px;
    font-family: 'avenir','avenir_lt_stdmedium';
    margin-bottom: 6px; }
  .choose-core li {
    line-height: 1;
    margin-bottom: 10px; }
  .choose-core .ficon {
    position: relative;
    top: 4px;
    margin-right: 8px; }
  .choose-core .current-menu-item a {
    color: #101928; }

.ficon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(images/ficons.png);
  background-repeat: no-repeat;
  background-position: 0 0; }
  .ficon.sides {
    background-position: 0 0; }
  .ficon.fork {
    background-position: 0 -31px; }
  .ficon.clamping {
    background-position: 0 -61px; }
  .ficon.rotat {
    background-position: 0 -92px; }
  .ficon.extend {
    background-position: 0 -123px; }
  .ficon.multi {
    background-position: 0 -153px; }
  .ficon.lifting {
    background-position: 0 -184px; }
  .ficon.stabil {
    background-position: 0 -215px; }

/* .inquiry-form {
  background: #b4d347;
  padding: 10px 15px; } */


.inquiry-form {
    background: #95bae5;
    padding: 10px 15px;
}
/* old color =#c0c0b4*, #e5eefc/


  .inquiry-form h2 {
    font-family: 'titillium_webregular';
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px; }
  .inquiry-form .btn-submit {
    float: left; }
  /* 20140501 */
  .inquiry-form .gfield_label { display: none !important; }
  .inquiry-form .gfield { padding-bottom: 10px; }

.validate-question {
  line-height: 33px;
  height: 33px;
  font-size: 13px;
  font-family: 'titillium_webregular';
  font-weight: bold;
  color: #fff;
  opacity: .8; }

.validate-input {
  width: 33px;
  color: #fff; }

/*esection-function*/
.news-item {
  padding: 20px 0;
  border-bottom: 1px solid #b3b3ae; }

.news-date {
  font-size: 10px;
  margin-bottom: 10px;
  color: #101928; }

.news-title {
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'avenir','avenir_lt_stdmedium'; }

.news-excerpt {
  color: #0f1927;
  font-size: 13px;
  padding-bottom: 0; }

.pagenavi {
  margin-top: 10px;
  text-align: right;
  color: #217fee; }
  /* 20140430 */
  .pagenavi a, .pagenavi .extend { display: inline-block; margin-right: 8px; }
  .pagenavi .page.current { font-weight: bold; }

/*esection-news*/
.products-list {
  width: 97.06704%; }
  .products-list h1 {
    margin-bottom: 25px; }

.products-intro {
  font-family: 'avenir','avenir_lt_stdmedium';
  color: #878b93;
  font-size: 13px; }

.products-order {
  text-align: right;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  border-bottom: 1px solid #b3b3ae; }

.products-item {
  border-bottom: 1px solid #b3b3ae;
  padding: 15px 0;
  position: relative; }

.products-img {
  float: left;
  margin-right: 15px;
  width: 140px;
  text-align: center;
  position: relative; }
  .products-img img {
    display: block; }

.products-body {
  overflow: hidden; }

.products-body .products-title {
  font-family: 'avenir','avenir_lt_stdmedium';
  font-size: 20px;
  line-height: 1;
  margin-bottom: 6px; }

.products-solution,
.products-functions {
  color: #217fee;
  font-size: 13px; }

.products-functions {
  margin-top: 3px;
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px; }

.ps-intro,
.pf-intro {
  text-transform: uppercase;
  color: #101928;
  font-weight: bold; }

.pf-intro {
  margin-right: 5px; }

.pficon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(images/ficons.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  text-indent: -9999px; }
  .pficon.icon1 {
    background-position: 0 0; }
  .pficon.icon2 {
    background-position: -24px 0; }
  .pficon.icon3 {
    background-position: -49px 0; }
  /* 20140430 */
  .pficon-sides { background-position: 0 1px; }
  .pficon-fork { background-position: 0 -30px; }
  .pficon-clamping { background-position: 0 -61px; }
  .pficon-rotat { background-position: 0 -92px; }
  .pficon-extend { background-position: 0 -123px; }
  .pficon-multi { background-position: 0 -154px; }
  .pficon-lifting { background-position: 0 -184px; }
  .pficon-stabil { background-position: 0 -215px; }
  .pficon-not-sec { opacity: .30; filter: alpha(opacity=30); }

.products-excerpt {
  padding-bottom: 0; }

.more {
  position: absolute;
  top: 15px;
  right: 0;
  text-transform: uppercase;
  margin-right: 0; }
  .more:hover {
    color: #fff;
    opacity: .8; }

/*esection-products*/
.section-solutions .products-list > h1 {
  margin-top: 10px; }
.section-solutions .products-img {
  width: 120px;
  margin-left: 10px; }

.video-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*background: url(images/cover.png) no-repeat;
  z-index: 10;*/ }
  .video-mask .camera-ico {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 11; }

.vicon {
  display: block;
  width: 28px;
  height: 22px;
  background-repeat: no-repeat; }

.camera-ico {
  background-image: url(images/white-camera.png); }

/*esection-solutions*/
.page-content {
  width: 87.98883%; }
  .page-content h1 {
    font-family: 'avenir','avenir_lt_stdmedium';
    font-size: 32px;
    margin-bottom: 15px; }
  .page-content h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    @inlcude av;
    font-size: 20px; }
  .page-content p {
    font-size: 13px;
    line-height: 1.6;
    padding-bottom: 0px;
    margin-bottom: 10px; }
  .page-content h3 {
    @inlcude av;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px; }
  .page-content h4 {
    @inlcude av;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px; }
  .page-content ul,
  .text-widget ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: none;
    margin-left: 20px; }
  .text-widget ul { margin-left: 0; }
  .page-content li,
  .text-widget li {
    padding-left: 20px;
    background: url(images/ul-ico.png) no-repeat left 5px; }
  .page-content img.size-full {
    margin-left: -2.09497%;
    width: 109.52381%;
    max-width: none; }

.text-widget {
  padding: 25px 16px; }
  .text-widget h2 {
    font-family: 'avenir','avenir_lt_stdmedium';
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1; }
  .text-widget p {
    font-size: 13px;
    line-height: 2; }

/*esection-page*/
.product-content {
  width: 92.17877%; }
  .product-content .page-content {
    width: 100%; }

.product-title {
  margin-bottom: 10px; }

.product-detials {
  margin-bottom: 10px; }

.product-detial {
  height: 20px;
  vertical-align: middle; }

.product-detial .pficon {
  position: relative;
  vertical-align: middle; }

.product-detial span,
.product-detial a {
  margin-right: 5px; }

.product-slide {
  margin-top: 30px; }

.meta-links {
  padding: 0 22px;
  margin-bottom: 10px; }
  .meta-links a {
    display: block;
    padding-left: 24px;
    font-size: 13px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left; }
  .meta-links .print-page {
    background-image: url(images/prints.png); }
  .meta-links .download-spec {
    background-image: url(images/download.png); }
  .meta-links .request-quote {
    background-image: url(images/email.png); }

.similar-products {
  border: 2px solid #e3e3e3;
  background: #f9f9f9;
  padding: 20px 22px; }
  .similar-products h3 {
    line-height: 1;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px; }

.similar {
  margin-bottom: 30px; }
  .similar a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    background: url(images/edits.png) no-repeat left; }

.see-in-action a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding-left: 20px;
  background: url(images/camera-black.png) no-repeat left; }

.specifications {
  clear: both;
  /* 20140430 */
  padding-top: 30px;
  }
  .specifications h2 {
    font-family: 'avenir','avenir_lt_stdmedium';
    font-size: 20px;
    margin-bottom: 10px; }

.specifications-content {
  margin-top: 15px;
  font-size: 9px;
  width: 87.13693%; }
  .specifications-content h3 {
    font-size: 9px;
    font-weight: bold; }

/*esection-product*/
.section-solution .product-content {
  width: 89.6648%; }

.solution-video {
  margin-top: 15px;
  margin-bottom: 20px; }
  .solution-video iframe {
    width: 100%; }

.similar-solutions h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  height: 22px;
  line-height: 22px; }
  .similar-solutions h2 i {
    display: inline-block;
    background: url(images/camera.png) no-repeat 0 -9px;
    width: 28px;
    height: 22px;
    vertical-align: middle;
    margin-left: 10px; }
.similar-solutions li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 120px;
  height: 150px; }
  .similar-solutions li.last-child {
    margin-right: 0; }
.similar-solutions .products-img {
  display: block;
  float: none;
  width: 100%;
  margin: 0; }
.similar-solutions .solutions-title {
  display: block;
  padding-left: 10px;
  margin-top: 5px;
  font-size: 12px;
  color: #101928; }

.attachment {
  padding: 15px 13px;
  border: 2px solid #e3e3e3;
  border-bottom: none;
  position: relative; }
  .attachment .more {
    top: auto;
    right: 10px;
    bottom: 10px; }

.attachment-intro {
  font-size: 13px;
  margin-bottom: 8px; }

.attachment-title {
  font-family: 'avenir','avenir_lt_stdmedium';
  font-size: 20px; }

.attachment-img {
  display: block;
  text-align: center; }

/*esection-solution*/

/* overwriting 20140501 */
.inquiry-form .gform_wrapper .gform_footer { padding: 0 !important; margin: 0 !important; }
.inquiry-form .gform_wrapper input[type=text],
.inquiry-form .gform_wrapper input[type=url],
.inquiry-form .gform_wrapper input[type=email],
.inquiry-form .gform_wrapper input[type=tel],
.inquiry-form .gform_wrapper input[type=number],
.inquiry-form .gform_wrapper input[type=password] {
  font-size: 13px !important; font-family: 'titillium_webregular' !important; padding: 0 8px !important;
}
.inquiry-form .gform_wrapper .right_label input.large,
.inquiry-form .gform_wrapper .right_label select.large,
.inquiry-form .gform_wrapper .left_label input.large,
.inquiry-form .gform_wrapper .left_label select.large,
.inquiry-form .gform_wrapper textarea.textarea {
  font-size: 13px !important; font-family: 'titillium_webregular' !important; padding: 8px !important;
}
/***********************************************************************************/
/*                                  Media Queries                                  */
/***********************************************************************************/
@media only screen and (max-width: 1024px) {
  /*e1024*/ }
@media only screen and (max-width: 960px) {
  .find-solution {
    /*width: 145px;
    background-position: center;
    -webkit-background-size: 150px auto;
    background-size: 150px auto;*/
 width: 200px;
    background-position: center;
    -webkit-background-size: 205px auto;
    background-size: 205px auto; 

}

  .top-menu a {
    padding: 0 5px; }

  .material-box h2 {
    margin: 30px 20px 15px 20px; }

  .material-box ul {
    margin: 0 20px; }

  /*e960*/ }
@media only screen and (max-width: 768px) {
  .logo a {
    
    /*  width: 213px; background-position: center left;     -webkit-background-size: 213px 58px;
    background-size: 213px 58px; }*/

width:305px;
background-position: center left;
    -webkit-background-size: 305px 83px;
    background-size: 305px 83px; }

  .phone {
    font-size: 20px;
    line-height: 33px;
    height: 33px;
    display: inline-block; }

  .section-header .icons {
    vertical-align: middle; }

  .function-item {
    height: 200px; }

  .function-img {
    height: 120px; }

  .function-type {
    height: 34px; }
    .function-type img {
      height: 34px;
      width: auto; }

  .material-box {
    height: 200px; }
    .material-box h2 {
      margin: 10px; }
    .material-box ul {
      margin: 0 10px; }

  .material-box .view-more {
    bottom: 10px;
    right: 20px; }

  /*e768*/ }
@media only screen and (max-width: 767px) {
  .top-menu-toggle {
    display: block;
    font-size: 16px;
    color: #101928;
    line-height: 30px;
    height: 30px;
    margin-top: 6px;
    padding: 0 10px; }

  .top-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: #E5E5DB;
    z-index: 10; }
    .top-menu li {
      float: none; }
      .top-menu li:hover {
        background: #fff; }
    .top-menu a {
      border: none;
      padding: 0 10px; }

  .find-body {
    padding: 20px;
    padding-bottom: 15px; }

  .function-item {
    width: 47.5%;
    margin-right: 4%;
    margin-bottom: 4%; }
    .function-item:nth-child(2n) {
      margin-right: 0;
      margin-left: 0; }
    .function-item:nth-child(2n+1) {
      margin-left: 0; }
    .function-item.first {
      margin-left: 0; }

  .function-item {
    height: auto; }

  .function-img {
    height: auto;
    text-align: center; }

  .function-type {
    height: auto;
    text-align: center; }
    .function-type img {
      height: auto;
      width: auto; }

  .material-box {
    width: 100%;
    margin: 0;
    margin-bottom: 4%; }
    .material-box h2,
    .material-box ul {
      margin-left: 20px;
      margin-right: 20px; }

  .video-wrap {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 2%; }

  .section-footer .section {
    border-top: none; }

  .contact-info {
    float: none;
    width: 100%;
    border-right: none;
    border-top: 1px solid #fff;
    padding-top: 10px;
    min-height: 0;
    margin-bottom: 10px; }

  .service-info {
    border-top: 1px solid #fff;
    border-right: none;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding-top: 10px;
    min-height: 0; }

  .corporating-info {
    float: none;
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 10px;
    min-height: 0; }

  .section-footer {
    padding-bottom: 20px; }

  .main {
    float: none;
    width: 100%;
    margin-bottom: 20px; }

  .see-action,
  .sidebar,
  .choose-function {
    float: none;
    width: 100%; }

  .see-action {
    margin-bottom: 20px; }

  .products-img {
    float: none;
    width: 100%;
    margin-bottom: 20px; }

  .section-solution .product-content,
  .page-content {
    width: 100%; }

  .page-content img.size-full {
    margin-left: 0;
    width: 100%; }

  .corpor-content {
    margin-left: 0; }

  /*e767*/ }
@media only screen and (max-width: 640px) {
  .logo {
    float: none; }
    .logo a {
      margin: 0 auto; }

  .section-header .right {
    float: none;
    text-align: center;
    margin-top: 0px; }

  .sbHolder {
    display: none; }

  #select {
    display: block !important;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px; }

  .choose-info {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px; }

  .home-slogan {
    width: 80%;
    font-size: 30px;
    left: 10%; }

  .function-item {
    width: 47%; }

  .home-bgimg {
    height: 374px; }

  .home-slogan {
    top: 54px; }

  .functions {
    margin-top: 256px; }

  .service-content {
    padding-left: 43%;
    background-position: 5% 50%; }
  .searchbar-wrap{
    /*width: 200px;*/
    margin-left: auto;
    margin-right: auto;
  }
.home-recent-pub{ display: none; 
}




  /*e640*/ }
@media only screen and (max-width: 470px) {
  /*e470*/ }
@media only screen and (max-width: 320px) {
  /*e320*/ }