/* --------------------------------------------------
   Table of Contents: App.less
-----------------------------------------------------
:: Less @Imports
:: Shared Styles
:: Home Page
:: Blog
:: Contact
:: Full Width
:: Grid
:: Off Canvas
:: Media Queries
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * 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 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

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

}
/*
 * Removes default margin.
 */
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 `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * 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;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

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

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/*
 * Addresses Firefox 4+ 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

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

  padding: 0;
  /* 2 */

}
/*
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 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;
}
/* --------------------------------------------------
   Table of Contents - BDG Base Styles
-----------------------------------------------------
:: Css Effects
:: Colors
:: Fonts
:: General
:: Links & Buttons
:: Misc
:: Typography
*/
.panel {
  background: none repeat scroll 0 0 #F2F2F2;
  border: 1px solid #E6E6E6;
  margin: 0 0 22px;
  padding: 20px;
}
.uppercase {
  text-transform: uppercase;
}
.font-main {
  font-family: Helvetica, Arial, sans-serif;
}
.font-title {
  color: #29424e;
  font-family: 'OSPDIN';
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@font-face {
  font-family: 'OSPDIN';
  src: url('fonts/OSP-DIN-webfont.eot');
  src: url('fonts/OSP-DIN-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OSP-DIN-webfont.woff') format('woff'), url('fonts/OSP-DIN-webfont.ttf') format('truetype'), url('fonts/OSP-DIN-webfont.svg#OSPDIN') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  color: #5d6265;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
img {
  width: 100%;
  height: auto;
}
a img {
  border: none;
}
a {
  color: #ff9900;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  color: #cc7a00;
  outline: none;
}
p a,
p a:visited {
  line-height: inherit;
}
.button {
  background: none repeat scroll 0 0 #2BA6CB;
  border: 1px solid #1E728C;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 10px 20px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: auto;
}
.button:hover {
  background-color: #2284A1;
  color: white;
}
.button:active {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.button:focus {
  box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
}
.breadcrumbs {
  clear: both;
  margin: 30px 0;
  overflow: hidden;
  width: 100%;
}
.breadcrumbs li {
  float: left;
  list-style: none;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.breadcrumbs li a {
  color: #333333;
}
.inner {
  padding: 20px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hide {
  display: none !important;
}
.highlight {
  background: #ffff99;
}
figure {
  margin: 0;
}
.img-left {
  float: left;
  margin-right: 20px;
}
.img-right {
  float: right;
  margin-left: 20px;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml20 {
  margin-left: 20px;
}
.m20 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.p20 {
  padding: 20px;
}
.p40 {
  padding: 20px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 12px;
  direction: ltr;
}
p {
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #5d6265;
  /*text-rendering: optimizeLegibility;*/

  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #6F6F6F;
  font-size: 60%;
  line-height: 0;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 37px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 14px;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 22px 0 21px;
  height: 0;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
small {
  font-size: 60%;
}
code {
  background: #ffff99;
  font-weight: bold;
}
ul,
ol,
dl {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 17px 17px;
  list-style: none;
}
ul li ul,
ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}
ul.square,
ul.circle,
ul.disc {
  margin-left: 17px;
}
ul.square {
  list-style-type: square;
}
ul.square li ul {
  list-style: inherit;
}
ul.circle {
  list-style-type: circle;
}
ul.circle li ul {
  list-style: inherit;
}
ul.disc {
  list-style-type: disc;
}
ul.disc li ul {
  list-style: inherit;
}
ul.no-bullet {
  list-style: none;
}
ol {
  margin-left: 20px;
}
blockquote,
blockquote p {
  line-height: 1.5;
  color: #6f6f6f;
}
blockquote {
  margin: 0 0 17px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 13px;
  color: #555555;
}
blockquote cite:before {
  content: "";
}
form {
  margin: 0 0 19.41641px;
}
label {
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
/*input[type="text"],  input[type="password"],  input[type="date"],  input[type="datetime"],  input[type="email"],  input[type="number"],  input[type="search"],  input[type="tel"],  input[type="time"],  input[type="url"],  textarea  {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,  0,  0,  0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,  0,  0,  0.1);
    box-shadow: inset 0 1px 2px rgba(0,  0,  0,  0.1);
    color: rgba(0,  0,  0,  0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 6px;
    height: 32px;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}


input[type="text"].oversize,  input[type="password"].oversize,  input[type="date"].oversize,  input[type="datetime"].oversize,  input[type="email"].oversize,  input[type="number"].oversize,  input[type="search"].oversize,  input[type="tel"].oversize,  input[type="time"].oversize,  input[type="url"].oversize,  textarea.oversize  {
    font-size: 17px;
    padding: 4px 6px;
}

input[type="text"]:focus,  input[type="password"]:focus,  input[type="date"]:focus,  input[type="datetime"]:focus,  input[type="email"]:focus,  input[type="number"]:focus,  input[type="search"]:focus,  input[type="tel"]:focus,  input[type="time"]:focus,  input[type="url"]:focus,  textarea:focus  {
    background: #fafafa;
    outline: none !important;
    border-color: #b3b3b3;

}

input[type="text"][disabled],  input[type="password"][disabled],  input[type="date"][disabled],  input[type="datetime"][disabled],  input[type="email"][disabled],  input[type="number"][disabled],  input[type="search"][disabled],  input[type="tel"][disabled],  input[type="time"][disabled],  input[type="url"][disabled],  textarea[disabled]  {
    background-color: #ddd;

}
*/
textarea {
  height: auto;
}
select {
  width: 100%;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
body {
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.container {
  width: 990px;
  margin: 0px auto 0;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
header {
  background: url(images/blue-bg.jpg) 0 0 repeat;
  margin-top: -20px;
}
header .container {
  margin-top: 0;
}
header .logo {
  display: inline;
  float: left;
  width: 56.25%;
  margin: 0 1.0416666666666665%;
  margin: 0 1.04167% -4px -20px;
}
header .logo a {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .logo a:hover {
  opacity: 0.8;
  filter: alpha(opacity=100);
}
header .logo img {
  width: auto;
}
header .tagline {
  display: inline;
  float: left;
  width: 39.58333333333333%;
  margin: 0 1.0416666666666665%;
  font-size: 18px;
  color: #fff;
  padding-top: 85px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
nav {
  background: url(images/nav-bg.jpg) 0 0 repeat-x;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
  *zoom: 1;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  /*.container{
      width: 1000px;
   }*/

}
nav:before,
nav:after {
  content: "";
  display: table;
}
nav:after {
  clear: both;
}
nav ul {
  display: inline;
  float: left;
  width: 72.91666666666666%;
  margin: 0 1.0416666666666665%;
  *zoom: 1;
  float: right;
}
nav ul:before,
nav ul:after {
  content: "";
  display: table;
}
nav ul:after {
  clear: both;
}
nav ul li {
  float: left;
  position: relative;
  color: #f2d80f;
}
nav ul li.current-menu-item a {
  color: #ffcc00;
}
nav ul li:hover {
  color: #f2d80f;
}
nav ul li:hover #megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a:after,
nav ul li:hover #megaMenu ul li.mega-with-sub > a:after,
nav ul li:hover #megaMenu ul li.ss-nav-menu-mega > a:after,
nav ul li:hover #megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator:after,
nav ul li:hover #megaMenu ul li.mega-with-sub > span.um-anchoremulator:after,
nav ul li:hover #megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator:after {
  border-color: #f2d80f transparent transparent!important;
}
nav ul li:hover a {
  border-left: 1px solid #464646 !important;
  border-right: 1px solid #464646 !important;
  background: url(images/dropdown-bg.jpg) 0 0 repeat !important;
  color: #ffcc00 !important;
}
nav ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: bold;
  padding: 15px 20px 11px 13px !important;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
nav ul li a:hover {
  background: url(images/dropdown-bg.jpg) 0 0 repeat !important;
  border-left: 1px solid #464646 !important;
  border-right: 1px solid #464646 !important;
  color: #ffcc00;
  text-decoration: none;
}
nav ul li .sub-menu {
  top: 43px;
  border: 1px solid #464646 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
}
nav ul li .sub-menu .attachment {
  display: none;
}
nav ul li ul {
  /* Drop Downs - First Level */

  background: url(images/dropdown-bg.jpg) 0 0 repeat !important;
  left: 0;
  position: absolute;
  top: 10px;
  padding: 10px 0 0 0;
  width: 225px;
  z-index: 999;
}
nav ul li ul li {
  float: none;
  position: relative;
  color: #fff !important;
}
nav ul li ul li a {
  background: none repeat scroll 0 0 #000;
  border-bottom: 1px solid #ECECEC;
  border-radius: 0;
  color: #fff !important;
  display: block;
  text-transform: none;
}
nav ul li ul li ul {
  /* Drop Downs - Second Level */

  left: 200px;
  position: absolute;
  top: -25px;
  padding: 10px 0 0 0;
  width: 225px;
  z-index: 999;
}
nav ul li ul li ul li {
  float: none;
  position: relative;
}
nav ul li ul li ul li a {
  background: none repeat scroll 0 0 #f2f2f2;
  border-bottom: 1px solid #ECECEC;
  border-radius: 0;
  color: #000;
  display: block;
  text-transform: none;
}
#megaMenu,
.megaMenu {
  z-index: 99999999;
}
#megaMenu .sub-menu,
.megaMenu .sub-menu {
  z-index: 99999999;
}
#text-10 a {
  max-width: 75% !important;
}
/* Menu Arrows */
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a:after,
#megaMenu ul li.mega-with-sub > a:after,
#megaMenu ul li.ss-nav-menu-mega > a:after,
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator:after,
#megaMenu ul li.mega-with-sub > span.um-anchoremulator:after,
#megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator:after {
  border-color: #fff transparent transparent!important;
}
/*About Menu Item*/
#menu-item-17 .sub-menu li,
#menu-item-18 .sub-menu li {
  float: left !important;
  width: 290px !important;
  margin-bottom: 0 !important;
  padding: 7px 0px 7px 5px!important;
}
#menu-item-75 {
  /*height: 600px;*/

}
#menu-item-17 img {
  width: auto !important;
}
#menu-item-23 #menu-item-74 {
  width: 55%;
}
#menu-item-23 #menu-item-75 {
  width: 40%;
  overflow: hidden;
}
.sub-menu .widget h2,
.sub-menu .widget h3 {
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  color: #29424e;
  font-family: 'OSPDIN';
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sub-menu .widget h2 {
  font-size: 32px;
}
.sub-menu .widget h3 {
  font-size: 24px;
}
.sub-menu .widget h5 {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}
.sub-menu .widget h5 a {
  color: #fff !important;
  text-transform: uppercase;
}
.sub-menu .widget h5 a:after {
  content: '';
}
.sub-menu .widget img {
  max-width: 98%;
}
.sub-menu .widget h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
.sub-menu .widget h4 a {
  color: #fff !important;
  float: none;
  padding: 0 !important;
  margin: 10px 0 !important;
}
.sub-menu .widget h4 a:hover {
  text-transform: underline;
}
.sub-menu .widget h4 a:after {
  content: "";
}
.sub-menu .widget a {
  color: #f1d70e !important;
  float: right;
  border: none !important;
  padding: 0 !important;
  margin: 0 20px 0 0 !important;
}
.sub-menu .widget a:hover {
  text-decoration: underline !important;
}
.sub-menu .widget a:after {
  content: " »";
}
#menu-item-88 .sub-menu a {
  float: none;
  color: #fff !important;
}
#menu-item-88 .sub-menu a:after {
  content: '';
}
#menu-item-88 .sub-menu p {
  margin-bottom: 5px;
}
#menu-item-529 .sub-menu li,
#menu-item-447 .sub-menu li {
  float: left !important;
  width: 295px !important;
  margin-bottom: 0 !important;
  padding: 7px 6px !important;
}
#menu-item-529 .sub-menu a,
#menu-item-447 .sub-menu a {
  color: #fff !important;
}
#menu-item-529 .sub-menu a:after,
#menu-item-447 .sub-menu a:after {
  content: '';
}
#menu-item-529 #menu-item-91 h4,
#menu-item-447 #menu-item-91 h4,
#menu-item-529 #menu-item-92 h4,
#menu-item-447 #menu-item-92 h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
#menu-item-529 #menu-item-91 h4 a,
#menu-item-447 #menu-item-91 h4 a,
#menu-item-529 #menu-item-92 h4 a,
#menu-item-447 #menu-item-92 h4 a {
  color: #fff !important;
  float: none;
  padding: 0 !important;
  margin: 10px 0 !important;
}
#menu-item-529 #menu-item-91 h4 a:hover,
#menu-item-447 #menu-item-91 h4 a:hover,
#menu-item-529 #menu-item-92 h4 a:hover,
#menu-item-447 #menu-item-92 h4 a:hover {
  text-transform: underline;
}
#menu-item-529 #menu-item-91 h4 a:after,
#menu-item-447 #menu-item-91 h4 a:after,
#menu-item-529 #menu-item-92 h4 a:after,
#menu-item-447 #menu-item-92 h4 a:after {
  content: "";
}
#menu-item-529 #menu-item-91 a,
#menu-item-447 #menu-item-91 a,
#menu-item-529 #menu-item-92 a,
#menu-item-447 #menu-item-92 a {
  color: #f1d70e !important;
}
#menu-item-529 #menu-item-91 a:after,
#menu-item-447 #menu-item-91 a:after,
#menu-item-529 #menu-item-92 a:after,
#menu-item-447 #menu-item-92 a:after {
  content: " »";
}
#menu-item-529 #menu-item-90 #nav_menu-2,
#menu-item-447 #menu-item-90 #nav_menu-2,
#menu-item-529 #menu-item-448 #nav_menu-2,
#menu-item-447 #menu-item-448 #nav_menu-2,
#menu-item-529 #menu-item-90 #nav_menu-3,
#menu-item-447 #menu-item-90 #nav_menu-3,
#menu-item-529 #menu-item-448 #nav_menu-3,
#menu-item-447 #menu-item-448 #nav_menu-3 {
  background: url(images/divider.jpg) 295px 0 repeat-y;
  padding: 0 10px !important;
}
#menu-item-529 #menu-item-90 #nav_menu-3,
#menu-item-447 #menu-item-90 #nav_menu-3,
#menu-item-529 #menu-item-448 #nav_menu-3,
#menu-item-447 #menu-item-448 #nav_menu-3 {
  background-position: 255px 0;
}
#menu-item-529 #menu-item-90 #menu-industries,
#menu-item-447 #menu-item-90 #menu-industries,
#menu-item-529 #menu-item-448 #menu-industries,
#menu-item-447 #menu-item-448 #menu-industries {
  width: 88%;
}
#menu-item-529 #menu-item-90 h2,
#menu-item-447 #menu-item-90 h2,
#menu-item-529 #menu-item-448 h2,
#menu-item-447 #menu-item-448 h2 {
  font-size: 12px;
  font-weight: bold;
  font-family: 'Helvetica';
  text-shadow: none;
  margin: 0 0 5px;
}
#menu-item-529 #menu-item-90 h2 a,
#menu-item-447 #menu-item-90 h2 a,
#menu-item-529 #menu-item-448 h2 a,
#menu-item-447 #menu-item-448 h2 a {
  font-weight: bold;
}
#menu-item-529 #menu-item-90 li,
#menu-item-447 #menu-item-90 li,
#menu-item-529 #menu-item-448 li,
#menu-item-447 #menu-item-448 li {
  padding: 0 !important;
  margin: 0 !important;
}
#menu-item-529 #menu-item-90 a,
#menu-item-447 #menu-item-90 a,
#menu-item-529 #menu-item-448 a,
#menu-item-447 #menu-item-448 a {
  float: none;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 7px;
  font-size: 12px;
}
#menu-item-529 #text-12 ul li {
  padding: 0 0 0 5px !important;
}
#menu-item-447 #menu-item-448 {
  width: 245px !important;
}
#menu-item-447 #menu-item-448 #nav_menu-3 {
  width: 245px !important;
}
#menu-item-447 #text-14 {
  margin-left: 20px;
  width: 570px !important;
}
#menu-item-45 {
  height: 42px;
}
#menu-item-45 ul {
  background: none !important;
}
#menu-item-45 a {
  display: none !important;
}
.widget_search {
  width: 220px;
  position: relative;
}
.widget_search .screen-reader-text {
  display: none;
}
#partsearch {
  margin-bottom: 0;
  margin-top: 4px;
  position: relative;
}
#partsearch .search {
  background: url(images/search-bg.png) 0 0 repeat;
  border: none;
  border-radius: 20px !important;
  border-bottom: 2px solid #555f6b !important;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
  color: #c5c7ca;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 1px;
  margin-top: -3px !important;
  padding: 11px 5px 7px 33px !important;
  width: 155px !important;
  height: auto !important;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
#partsearch .searchsubmit {
  background: url(images/search-button.png) 0 0 no-repeat !important;
  border: none !important;
  display: block;
  font-size: 0;
  left: 13px;
  padding: 12px;
  position: absolute;
  top: 7px;
}
.btn-navbar {
  background-color: #0E0E0E;
  cursor: pointer;
  display: none;
  float: right;
  margin: 15px 20px 0 0;
  padding: 12px 20px;
  border-radius: 5px;
}
.btn-navbar .icon-bar {
  background-color: #F5F5F5;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 4px;
  margin-bottom: 4px;
  width: 24px;
}
.content {
  min-height: 350px;
}
.content img {
  max-width: 100%;
  width: auto;
}
.content .attachment-post-thumbnail {
  margin-bottom: 30px;
}
.content .pageTitle {
  color: #29424e;
  font-family: 'OSPDIN';
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
.content p {
  font-size: 13px;
  line-height: 24px;
}
.content ol {
  list-style: decimal;
}
.content ul {
  list-style: disc;
}
.content-left {
  display: inline;
  float: left;
  width: 64.58333333333334%;
  margin: 0 1.0416666666666665%;
  border-right: 1px solid #cccccc;
  padding-right: 30px;
  margin-left: 0;
  margin-right: 0;
}
.sidebar {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
}
.entry img {
  width: auto;
}
.social {
  margin-top: 40px;
}
.social .twitter-container {
  display: inline;
  float: left;
  width: 47.91666666666667%;
  margin: 0 1.0416666666666665%;
}
.social .twitter-container .twitter {
  background: #eee;
  border: 1px solid #d2cece;
  border-radius: 10px;
  padding: 20px 20px;
  position: relative;
}
.social .twitter-container .twitter .bird {
  position: absolute;
  left: -73px;
  top: 50%;
  width: auto;
}
.social .twitter-container .twitter p {
  margin-bottom: 0;
}
.social-icons {
  *zoom: 1;
  display: inline;
  float: left;
  width: 47.91666666666667%;
  margin: 0 1.0416666666666665%;
}
.social-icons:before,
.social-icons:after {
  content: "";
  display: table;
}
.social-icons:after {
  clear: both;
}
.social-icons li {
  float: left;
  /*margin-right:3px;*/

}
.social-icons li a {
  background: url(images/social-icons.png) 0 0 no-repeat;
  display: block;
  height: 32px;
  font-size: 0;
  width: 35px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-icons li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=100);
}
.social-icons li .twitter {
  background-position: center top;
  margin-right: 1px;
}
.social-icons li .rss {
  background-position: right top;
}
footer {
  background: url(images/blue-bg.jpg) 0 0 repeat;
  padding: 30px 0 20px;
  color: #fff;
  clear: both;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
footer a {
  color: #fff;
}
footer img {
  width: auto;
}
footer .footer-info {
  background: url(images/footer-border.gif) top right no-repeat;
  display: inline;
  float: left;
  width: 72.91666666666666%;
  margin: 0 1.0416666666666665%;
}
footer .footer-info .footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}
footer .footer-info p {
  font-size: 13px;
  max-width: 65%;
}
footer .footer-info .right {
  padding-right: 25px;
  padding-top: 70px;
  text-align: center;
  width: 160px;
}
footer .footer-info .right p {
  max-width: none;
  margin-bottom: 5px;
  font-size: 15px;
}
footer .footer-info .phone {
  margin: 10px 0 15px;
}
footer .footer-nav {
  display: inline;
  float: left;
  width: 14.583333333333334%;
  margin: 0 1.0416666666666665%;
}
/* -----------------------------------------
   Home Page
----------------------------------------- */
.slideshow {
  /*min-height: 500px;*/

  position: relative;
  z-index: 100;
}
.camera_wrap {
  /*height: 650px !important;*/

}
.camera_caption {
  text-align: center;
}
.camera_caption h1 {
  color: #FFFFFF;
  font-size: 62px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.camera_commands,
.camera_pie {
  display: none !important;
}
.home-featured{
  clear: both;
}
.home-featured article {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
}
.home-featured article div h5 {
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.home-featured article div h5,
.home-featured article div p {
  max-width: 281px;
}
.home-featured article div img {
  width: 100%;
}
/* -----------------------------------------
   Products
----------------------------------------- */
.products {
  margin-top: 30px !important;
  display: block;
  width: 102.08333333333333%;
  margin: 0 -1.0416666666666665%;
  *zoom: 1;
}
.products:before,
.products:after {
  content: "";
  display: table;
}
.products:after {
  clear: both;
}
.products:before,
.products:after {
  content: "";
  display: table;
}
.products:after {
  clear: both;
}
/* -----------------------------------------
   Sidebar Left & Sidebar Right
----------------------------------------- */
.sidebar-left .sidebar,
.sidebar-right .sidebar {
  display: inline;
  float: left;
  width: 22.916666666666664%;
  margin: 0 1.0416666666666665%;
}
.sidebar-left .entry,
.sidebar-right .entry {
  display: inline;
  float: left;
  width: 72.91666666666666%;
  margin: 0 1.0416666666666665%;
}
/* Blog Page */
.blog article {
  border-bottom: 1px solid #EEEEEE;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  min-height: 340px;
  padding: 10px 0 0px;
  width: 31%;
}
.blog article .read {
  clear: both;
}
.blog article img {
  padding-top: 0 !important;
}
.navigation {
  clear: both;
  padding: 30px 0 0;
}
/* Camera Styles */
/**************************
*
*	GENERAL
*
**************************/
.camera_wrap a,
.camera_wrap img,
.camera_wrap ol,
.camera_wrap ul,
.camera_wrap li,
.camera_wrap table,
.camera_wrap tbody,
.camera_wrap tfoot,
.camera_wrap thead,
.camera_wrap tr,
.camera_wrap th,
.camera_wrap td .camera_thumbs_wrap a,
.camera_thumbs_wrap img,
.camera_thumbs_wrap ol,
.camera_thumbs_wrap ul,
.camera_thumbs_wrap li,
.camera_thumbs_wrap table,
.camera_thumbs_wrap tbody,
.camera_thumbs_wrap tfoot,
.camera_thumbs_wrap thead,
.camera_thumbs_wrap tr,
.camera_thumbs_wrap th,
.camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}
.camera_wrap {
  display: none;
  float: left;
  position: relative;
  z-index: 0;
}
.camera_wrap img {
  max-width: none!important;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.camera_wrap {
  width: 100%;
}
.camera_src {
  display: none;
}
.cameraCont,
.cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.camera_target_content .camera_link {
  background: url(images/blank.gif);
  display: block;
  height: 100%;
  text-decoration: none;
}
.camera_loader {
  background: #ffffff url(images/camera-loader.gif) no-repeat center;
  background: rgba(255, 255, 255, 0.9) url(images/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}
.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar,
.camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar,
.camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}
.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}
.camera_caption {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
}
.camera_caption > div {
  padding: 10px 20px;
}
.camerarelative {
  overflow: hidden;
  position: relative;
}
.imgFake {
  cursor: pointer;
}
.camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_prevThumbs div {
  background: url(images/camera_skins.png) no-repeat -160px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_nextThumbs div {
  background: url(images/camera_skins.png) no-repeat -190px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_command_wrap .hideNav {
  display: none;
}
.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
  -moz-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 8px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  -moz-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.camera_pag_ul li img {
  display: none;
  position: absolute;
}
.camera_pag_ul .thumb_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}
.camera_prev,
.camera_next,
.camera_commands {
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2;
}
.camera_prev {
  left: 0;
}
.camera_prev > span {
  background: url(images/camera_skins.png) no-repeat 0 0;
  display: block;
  height: 40px;
  width: 40px;
}
.camera_next {
  right: 0;
}
.camera_next > span {
  background: url(images/camera_skins.png) no-repeat -40px 0;
  display: block;
  height: 40px;
  width: 40px;
}
.camera_commands {
  right: 41px;
}
.camera_commands > .camera_play {
  background: url(images/camera_skins.png) no-repeat -80px 0;
  height: 40px;
  width: 40px;
}
.camera_commands > .camera_stop {
  background: url(images/camera_skins.png) no-repeat -120px 0;
  display: block;
  height: 40px;
  width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 20px 3px;
  position: relative;
  text-indent: -9999px;
  width: 16px;
}
.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.camera_thumbs_cont > div {
  float: left;
  width: 100%;
}
.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center;
}
.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align: bottom;
}
.camera_clear {
  display: block;
  clear: both;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
  background: url(images/patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
  background: url(images/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
  background: url(images/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
  background: url(images/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
  background: url(images/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
  background: url(images/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
  background: url(images/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
  background: url(images/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
  background: url(images/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
  background: url(images/patterns/overlay10.png) repeat;
}
.camera_caption {
  color: #fff;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: url(images/slider-nav.jpg) 0 0 no-repeat !important;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background-position: 0 -14px !important;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background-position: 0 -14px !important;
}
.camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
.camera_pag_ul .thumb_arrow {
  border-top-color: #e6e6e6;
}
.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
  background: #d8d8d8;
  background: rgba(216, 216, 216, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
  border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
  background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
  background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
  background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
  background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
  background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
  background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
  background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
  background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
  background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
  background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
  background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
  background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
  background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
  background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
  background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
  background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
  background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
  background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
  background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
  background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
  background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
  background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
  background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
  background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
  background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
  background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
  background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
  background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
  background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
  background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
  background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
  background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
  background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
  background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
  background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
  background-position: -120px -280px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
  background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
  background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
  background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
  background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
  background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
  background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
  background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
  background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
  background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
  background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
  background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
  background-position: -120px -440px;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
  background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
  background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
  background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
  background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
  background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
  background-position: -120px -680px;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
  background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
  background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}
/* Contact Form 7 Styles*/
.wpmega-nonlink div.wpcf7 input[type="text"],
.wpmega-nonlink div.wpcf7 textarea,
.wpcf7-file {
  box-shadow: none;
  float: left;
  font-family: inherit;
  font-size: 12px;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  max-height: 100px;
  padding: 9px 5px 7px !important;
  position: relative;
  width: 95%;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-file {
  /*box-shadow: 0 1px 1px rgba(255,255,255,.5), inset 0 2px 6px #000 !important;*/

  background: #434955;
  background: -moz-linear-gradient(top, #434955 0%, #656f7d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434955), color-stop(100%, #656f7d));
  background: -webkit-linear-gradient(top, #434955 0%, #656f7d 100%);
  background: -o-linear-gradient(top, #434955 0%, #656f7d 100%);
  background: -ms-linear-gradient(top, #434955 0%, #656f7d 100%);
  background: linear-gradient(to bottom, #434955 0%, #656f7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434955', endColorstr='#656f7d', GradientType=0);
  border: 1px solid #333 !important;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 1px 3px 1px #000000 inset !important;
  color: #CCCCCC !important;
  font-size: 11px;
  height: auto !important;
  margin-bottom: 10px !important;
  /*padding: 10px 5px 8px 15px !important;*/

  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: none !important;
  width: 96% !important;
}
.wpcf7-text:hover,
.wpcf7-textarea:hover,
.wpcf7-file:hover,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-file:focus {
  background: #434955 !important;
  background: -moz-linear-gradient(top, #434955 0%, #656f7d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434955), color-stop(100%, #656f7d));
  background: -webkit-linear-gradient(top, #434955 0%, #656f7d 100%);
  background: -o-linear-gradient(top, #434955 0%, #656f7d 100%);
  background: -ms-linear-gradient(top, #434955 0%, #656f7d 100%);
  background: linear-gradient(to bottom, #434955 0%, #656f7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434955', endColorstr='#656f7d', GradientType=0);
}
.wpcf7-submit {
  border: 1px solid #475259;
  border-radius: 8px;
  background: #f1ca4a;
  background: -moz-linear-gradient(top, #f1ca4a 39%, #b7884e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #f1ca4a), color-stop(100%, #b7884e));
  background: -webkit-linear-gradient(top, #f1ca4a 39%, #b7884e 100%);
  background: -o-linear-gradient(top, #f1ca4a 39%, #b7884e 100%);
  background: -ms-linear-gradient(top, #f1ca4a 39%, #b7884e 100%);
  background: linear-gradient(to bottom, #f1ca4a 39%, #b7884e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ca4a', endColorstr='#b7884e', GradientType=0);
  font-size: 13px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px 11px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 102%;
}
.wpcf7-submit:hover {
  background: #b7884e;
  background: -moz-linear-gradient(top, #b7884e 0%, #f1ca4a 61%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7884e), color-stop(61%, #f1ca4a));
  background: -webkit-linear-gradient(top, #b7884e 0%, #f1ca4a 61%);
  background: -o-linear-gradient(top, #b7884e 0%, #f1ca4a 61%);
  background: -ms-linear-gradient(top, #b7884e 0%, #f1ca4a 61%);
  background: linear-gradient(to bottom, #b7884e 0%, #f1ca4a 61%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7884e', endColorstr='#f1ca4a', GradientType=0);
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border: 1px solid red !important;
}
.wpcf7-form img {
  width: auto;
}
/* Tables */
.sub-menu table td {
  background: url(images/divider.jpg) 0 0 repeat-y;
  padding-left: 20px;
}
#menu-item-88 .ntb {
  background: none;
  padding-left: 0;
}
table td {
  padding-bottom: 20px;
}
table p {
  margin-bottom: 5px;
  line-height: 15px !important;
}
table img {
  width: auto;
}
/* Logos */
.manufacturers-list {
  width: 100%;
  margin-left: -25px;
}
.manufacturers-list td {
  text-align: center;
  background: none !important;
  padding-bottom: 0;
}
.manufacturers-list .logos {
  background: url('images/logos.png') no-repeat !important;
  display: block !important;
  width: 128px !important;
  height: 128px !important;
  transition: none !important;
  text-indent: -99999px;
  border: medium none !important;
  color: #F1D70E !important;
  float: none !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.manufacturers-list .viking {
  background-position: -143px -5px !important;
}
.manufacturers-list .viking:hover {
  background-position: -5px -5px !important;
}
.manufacturers-list .sunled {
  background-position: -419px -5px !important;
}
.manufacturers-list .sunled:hover {
  background-position: -281px -5px !important;
}
.manufacturers-list .redcom {
  background-position: -5px -143px !important;
}
.manufacturers-list .redcom:hover {
  background-position: -557px -5px !important;
}
.manufacturers-list .pv {
  background-position: -281px -143px !important;
}
.manufacturers-list .pv:hover {
  background-position: -143px -143px !important;
}
.manufacturers-list .phaseda {
  background-position: -557px -143px !important;
}
.manufacturers-list .phaseda:hover {
  background-position: -419px -143px !important;
}
.manufacturers-list .orient {
  background-position: -143px -281px !important;
}
.manufacturers-list .orient:hover {
  background-position: -5px -281px !important;
}
.manufacturers-list .olw {
  background-position: -419px -281px !important;
}
.manufacturers-list .olw:hover {
  background-position: -281px -281px !important;
}
.manufacturers-list .mechatronics {
  background-position: -5px -419px !important;
}
.manufacturers-list .mechatronics:hover {
  background-position: -557px -281px !important;
}
.manufacturers-list .jst {
  background-position: -281px -419px !important;
}
.manufacturers-list .jst:hover {
  background-position: -143px -419px !important;
}
.manufacturers-list .imco {
  background-position: -557px -419px !important;
}
.manufacturers-list .imco:hover {
  background-position: -419px -419px !important;
}
.manufacturers-list .globetek {
  background-position: -143px -557px !important;
}
.manufacturers-list .globetek:hover {
  background-position: -5px -557px !important;
}
.manufacturers-list .gem {
  background-position: -419px -557px !important;
}
.manufacturers-list .gem:hover {
  background-position: -281px -557px !important;
}
.manufacturers-list .ecraftsman {
  background-position: -557px -557px !important;
}
.manufacturers-list .ecraftsman:hover {
  background-position: -695px -5px !important;
}
.manufacturers-list .ece {
  background-position: -695px -281px !important;
}
.manufacturers-list .ece:hover {
  background-position: -695px -143px !important;
}
.manufacturers-list .blackbox {
  background-position: -695px -557px !important;
}
.manufacturers-list .blackbox:hover {
  background-position: -695px -419px !important;
}
.manufacturers-list .bb {
  background-position: -143px -695px !important;
}
.manufacturers-list .bb:hover {
  background-position: -5px -695px !important;
}
.manufacturers-list .af {
  background-position: -419px -695px !important;
}
.manufacturers-list .af:hover {
  background-position: -281px -695px !important;
}
.manufacturers-list .preci-dip {
  background-position: -695px -695px !important;
}
.manufacturers-list .preci-dip:hover {
  background-position: -558px -695px !important;
}
.manufacturers-list .edac {
  background-position: -695px -832px !important;
}
.manufacturers-list .edac:hover {
  background-position: -558px -832px !important;
}
/*Classes */
.cc {
  bottom: -375px;
  position: absolute;
  width: auto;
}
