@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400,300');
/*
Basic CSS for DJO Global
Version: 1.0
Date: 2/5/2016
Compiled From LESS
*/
@font-face {
  font-family: 'Uni Neue';
  src: url('../nnd_fonts/ca_sans-regular-webfont.eot');
  src: url('../nnd_fonts/ca_sans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../nnd_fonts/ca_sans-regular-webfont.woff2') format('woff2'), url('../nnd_fonts/ca_sans-regular-webfont.woff') format('woff'), url('../nnd_fonts/ca_sans-regular-webfont.ttf') format('truetype'), url('../nnd_fonts/ca_sans-regular-webfont.svg#ca_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../nnd_fonts/ca_sans-bold-webfont.eot');
  src: url('../nnd_fonts/ca_sans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../nnd_fonts/ca_sans-bold-webfont.woff2') format('woff2'), url('../nnd_fonts/ca_sans-bold-webfont.woff') format('woff'), url('../nnd_fonts/ca_sans-bold-webfont.ttf') format('truetype'), url('../nnd_fonts/ca_sans-bold-webfont.svg#ca_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  box-sizing: content-box;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* End Normalize CSS */
/* Reset Elements */
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,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
  font-size: 9pt;
  /*font: inherit;*/
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
form,
.form-item {
  display: inline;
  margin: 0;
  padding: 0;
}
/* Reset marign and padding on all ul, ol  */
ol,
ul {
  /*list-style: none;*/
  list-style-image: none;
  margin: 0;
  padding: 0;
}
a:link,
a:active,
a:visited {
  outline: none;
}
/*
Hide breadcrumb on certain content
*/
.brands #breadcrumb,
.front #breadcrumb,
.brand-sub-page #breadcrumb {
  display: none;
}
/*
Kill Drupal List images header, footer, and sidebars.
*/
#sidebar-first li,
#sidebar-second li,
#header li,
#footer li,
#sub-menu li {
  list-style: none !important;
}
/*
Kill "promos" until I can remove them
*/
p.promo {
  display: none;
}
/*
Kill menu padding/margins
*/
li.expanded,
li.collapsed,
li.leaf {
  margin: 0;
  padding: 0;
}
/*
Repsosive iFrames
*/
iframe,
object,
embed {
  max-width: 100%;
}
/*
Do not highlight external links
*/
span.ext {
  display: none;
}
/* Kill the header images until they don't suck */
.field-name-field-header-image {
  display: none;
}
/*
Override Drupal clearfix
*/
.clearfix:before,
.clearfix:after,
.column-row:before,
.column-row:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.column-row:after {
  clear: both;
}
.clearfix,
.column-row {
  *zoom: 1;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1130px) {
  .container {
    width: 1130px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 72%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1130px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.r-tabs {
  margin: 50px 0;
}
.r-tabs .r-tabs-nav {
  padding: 5px 5px 0 5px;
  margin: 0 !important;
  background: #3c3c3c;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 12.5px 0;
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
/* Tabs container */
.r-tabs {
  position: relative;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  margin-bottom: 0 !important;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 12.5px 25px;
  background-color: #555555;
  font-family: 'Uni Neue', sans-serif;
  color: #e1e1e1;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  transition: background-color 0.1s linear;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
  background-color: #d70f31;
  color: #ffffff;
}
/* Disabled tab */
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #222222;
  text-shadow: none;
  background-color: #ffffff;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
  padding: 25px 5px 5px 5px;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  font-family: 'Uni Neue', sans-serif;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: normal;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  padding-left: 0;
  color: #a2a2a2 !important;
  padding: 12px 8px 10px 25px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  z-index: 1;
  margin-bottom: 2px;
  display: block;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
  background: #3c3c3c;
  border: 1px solid #3c3c3c !important;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background: #3c3c3c;
  border: 1px solid #3c3c3c !important;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}
/*
LESS can't use tags as MixIns.
I'm using classes that will never be output() so I can have alasis for site content I can't control. 
*/
html,
body {
  height: 100%;
}
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: 'Uni Neue', sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 15px;
  line-height: 1.7;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #d70f31;
}
a:hover,
a:active {
  color: #222222;
}
a.link-button {
  font-family: 'Uni Neued', sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  display: inline-block;
  background: #d70f31;
  padding: 16px;
  color: #fff;
  line-height: 0.7em;
  text-transform: capitalize;
  cursor: pointer;
  transition: background 0.3s ease;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
a.link-button:hover {
  background: #ffffff;
  color: #d70f31;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
h1 {
    font-family: 'Uni Neue', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    font-size: 4.1rem;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.04em;
    position: relative;
    margin-bottom: 48px;
}
h2 {
  font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.33;
    margin-bottom: 6.4px;
    position: relative;
}
h3 {
  font-family: 'Uni Neue', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 7.27272727px;
    letter-spacing: 0.01em;
    position: relative;
    top: -2px;
}
h4 {
  font-family: 'Uni Neue', sans-serif;
  font-size: 0.7em;
  line-height: 1.4;
  margin-bottom: .3em;
}
h5 {
  font-family: 'Uni Neue', sans-serif;
  font-weight: normal;
  font-size: .93em;
  line-height: 1.5;
  margin-bottom: .2em;
}
h6 {
  font-family: 'Uni Neue', sans-serif;
  font-weight: normal;
  font-size: .86em;
  line-height: 1.8;
  margin-bottom: .3em;
}
p {
  margin-bottom: 1.6em;
  margin-top: 0.2em;
  /*margin-bottom: 0px;*/  
}

table p {
  font-size: 15px;
  font-family: 'Uni Neue', sans-serif;
  /*line-height: 26px;*/
}

dt {
  font-family: 'Uni Neue', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 0.15em;
}
dd {
  margin-bottom: 24px;
}
blockquote {
  margin-bottom: 24px;
  position: relative;
  font-family: 'Uni Neue', sans-serif;
  font-style: italic;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 24px 0;
  quotes: "“" "”" "‘" "’";
}
blockquote:before {
  color: #d70f31;
  content: open-quote;
  position: absolute;
  top: 0.1em;
  left: -25px;
  font-size: 4.2em;
}
strong,
b {
  font-family: 'Uni Neue', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}
em,
p > em,
li > em,
ol > em {
  font-family: 'Uni Neue', sans-serif;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
}
h1 > em,
h2 > em,
h3 > em,
h5 > em,
strong > em,
blockquote > strong {
  font-family: 'Uni Neue', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-stretch: normal;
}
sup {
  font-size: 70%;
}
h1 sup {
  font-size: 35%;
}
h2 a,
h2 a:link,
h2 a:visited {
  color: #444 !important;
}
h2 a:active,
h2 a:hover {
  color: #d70f31 !important;
}
h3 a,
h3 link,
h3 a:visited {
  color: #222222 !important;
}
h3 a:active,
h3 a:hover {
  color: #d70f31 !important;
}
h4 a,
h4 a:link,
h4 a:visited {
  color: #222222 !important;
}
h4 a:active,
h4 a:hover {
  color: #d70f31 !important;
}
h5 a,
h5 a:link,
h5 a:visited {
  color: #222222 !important;
}
h5 a:active,
h5 a:hover {
  color: #d70f31 !important;
}
.content ul,
.content ul.two-column-list {
  list-style: disc outside none;
  margin: 0 0 25px 25px;
}
.content ol {
  list-style: decimal outside none;
  margin: 0 0 25px 25px;
}
.content ol li,
.content ul li {
  margin-bottom: 12px;
}
.content ol.large li,
.content ul.large li {
  font-size: 1.1em;
  margin-bottom: 1.1em;
}
.content ol.tight li,
.content ul.tight li {
  margin-bottom: 0 !important;
}
.mm-menu {
  background: #000 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #f8f8f8 !important;
  font-family: 'Uni Neue', sans-serif;
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: #f8f8f8 !important;
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: #a2a2a2 !important;
}
.mm-menu .mm-listview {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #a2a2a2 !important;
}
.mm-listview > li.mm-selected > a {
  background: none !important;
  color: #d70f31 !important;
}
#main-menu {
  z-index: 100;
  float: right;
  font-family: 'Uni Neue', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  /*background: #ffffff; rataj*/
  background: transparent;  
}
#header-wrapper {
  background: #ffffff;
}
.menu-toggle {
  display: none;
}
.menu-toggle {
  float: right;
  width: 25px;
  height: 61px;
  margin: 0;
  background: url('../nnd_images/pngs/hamburger.png') center 21px no-repeat;
}
#main-menu ul {
  position: relative;
  z-index: 110;
  height: 81px;
}
#main-menu ul li {
  line-height: 0;
  margin: 0;
  float: left;
}
#main-menu ul li a:link,
#main-menu ul li a:active,
#main-menu ul li a:visited {
  font-size: 0.9em;
  line-height: 81px;
  color: #222222;
  display: block;
  padding: 0 12.5px;
  height: 81px;
}
#main-menu ul li ul li a {
  padding: 0;
}
#main-menu ul li:hover > a {
  border-bottom: 4px solid #d70f31;
  color: #d70f31;
}
#main-menu ul li:hover > a.has-dropdown {
  border-bottom: none;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  color: #a2a2a2;
}
#main-menu ul li > a.has-dropdown {
  background: #f8f8f8;
  color: #a2a2a2;
}
#main-menu ul li.corporate-info {
  border: none;
}
#main-menu ul.menu:first-child > li.expanded > ul.menu {
  display: none;
  padding: 25px;
  padding-top: 12.5px;
  position: absolute;
  margin: 0;
  background: #ffffff;
  height: auto;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
#main-menu ul.menu:first-child ul li {
  font-size: 1.1em;
  text-transform: none;
  font-weight: 300;
  float: none;
  padding: 12px 0 12px 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  width: 100%;
  height: auto;
}
#main-menu ul.menu:first-child ul li.last {
  border-bottom: none;
}
#main-menu ul.menu:first-child ul li a {
  border: none;
  box-shadow: none;
  background: none;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 1.1;
}
#sidebar-first .block-menu h2.block-title {
  display: none;
  /* Context has a bug that doens't respect block title settings */
}
#sidebar-first ul.menu li {
  width: 100%;
  height: auto;
  font-size: 1.1em;
  line-height: 17px;
  margin: 0;
  font-family: 'Uni Neue', sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #e1e1e1;
  padding: 13px 0 10px 0;
}
#sidebar-first ul.menu li ul {
  padding-top: 10px;
}
#sidebar-first ul.menu li ul li {
  font-size: 0.8em;
}
#sidebar-first ul.menu li a {
  color: #000;
  display: block;
}
#sidebar-first ul.menu li a:hover,
#sidebar-first ul.menu li a.active-trail {
  color: #da0025;
}
#sidebar-first ul.menu ul.menu ul.menu {
  padding-top: 0;
}
#sidebar-first ul.menu ul.menu ul.menu li {
  padding-left: 15px;
  background: url(../nnd_images/pngs/red-dot.png) 3px 12px no-repeat;
  font-size: 0.8em;
}
#sidebar-first ul.menu a.active + ul.menu {
  display: block;
}
#sidebar-first ul.menu ul.menu li {
  text-transform: none;
  border: none;
  padding: 5px 0 5px 0;
  font-family: 'Uni Neue', sans-serif;
}
#sidebar-first ul.menu ul.menu li a {
  color: #3c3c3c;
}
#sidebar-first ul.menu ul.menu li a.active,
#sidebar-first ul.menu ul.menu li a.active-trail {
  color: #000;
}
#sidebar-first ul.menu li a:hover,
#content-area #sidebar-first ul.menu li a.active-trail {
  padding-left: 15px;
  margin-left: -15px;
}
#sidebar-first ul.menu li li a:hover {
  color: #da0025;
}
#sidebar-first ul.menu li li a.active-trail {
  color: #000;
}
/*
Footer Menus
*/
#footer .block-menu {
  float: left;
  width: 33.33333333%;
  margin-bottom: 1em;
}
#footer .block-menu .block-inner {
  margin-right: 25px;
}
#footer h2,
#footer-right .copyright h2 {
  font-size: 1.15em;
  line-height: 1.5;
  margin-bottom: 0.2em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: normal;
}
#footer-right .copyright h2 {
  text-align: right;
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
  color: #a2a2a2;
}
#footer a:hover {
  color: #fff;
}
#footer #footer-left li {
  font-size: 0.8em;
  padding: 2px 0;
  margin: 0;
}
#footer #footer-left li.last {
  border: none;
}
#body-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  position: realtive;
}
#page.has-header {
  padding-top: 65px;
}
#top-bar {
  height: 40px;
  background: #222222;
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  overflow: visible;
}
.logged-in #top-bar {
  margin-top: 40px;
}
#top-bar-inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
#block-menu-menu-social-menu-top {
  position: absolute;
  right: 520px;
  top: 0;
  height: 40px;
}
#block-menu-menu-social-menu-top ul {
  width: auto;
  height: 40px;
  list-style: none;
  overflow: hidden;
}
#block-menu-menu-social-menu-top ul li {
  width: auto;
  height: 40px;
  float: left;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #3c3c3c;
}
#block-menu-menu-social-menu-top ul li:last-child {
  border-right: 1px solid #3c3c3c;
}

#block-menu-menu-social-menu-top li a {
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s linear;
  transition: background 0.2s linear;
}
#block-menu-menu-social-menu-top li a:hover {
  opacity: 1;
}
#block-menu-menu-social-menu-top li + li + li + li + li  a {
  background: url(../nnd_images/pngs/social-linkedin.png) center center no-repeat;
}
#block-menu-menu-social-menu-top li + li + li + li + li  a:hover {
  background-color: #007bb5;
}
/*#block-menu-menu-social-menu-top li + li a {
  background: url(../nnd_images/pngs/social-facebook.png) center center no-repeat;
}*/
#block-menu-menu-social-menu-top li + li a:hover {
  background-color: #3a5999;
}
#block-menu-menu-social-menu-top li + li + li a {
  background: url(../nnd_images/pngs/social-twitter.png) center center no-repeat;
}
#block-menu-menu-social-menu-top li + li + li a:hover {
  background-color: #3f98fe;
}
#block-menu-menu-social-menu-top li + li + li + li a {
  background: url(../nnd_images/pngs/social-youtube.png) center center no-repeat;
}

#block-menu-menu-social-menu-top li + li + li + li a:hover {
  background-color: #e52d27;
}

#block-menu-menu-social-menu-top li + li + li + li + li + li a {
  background: url(../nnd_images/pngs/djo_select.png) center center no-repeat;
  opacity: 0.8;
}

#block-menu-menu-social-menu-top li + li + li + li + li + li a:hover {
  background-color: #000;
}


#block-menu-menu-social-menu-top a.fb-men {
  background: url(../nnd_images/pngs/social-facebook.png) center center no-repeat;
}

#block-menu-menu-social-menu-top a.fb-men:hover {
  background-color: #3a5999;
}

#block-menu-menu-social-menu-top a.tw-men {
  background: url(../nnd_images/pngs/social-twitter.png) center center no-repeat;
}
#block-menu-menu-social-menu-top a.tw-men:hover {
  background-color: #3f98fe;
}

#block-menu-menu-social-menu-top a.ytb-men {
  background: url(../nnd_images/pngs/social-youtube.png) center center no-repeat;
}

#block-menu-menu-social-menu-top a.ytb-men:hover {
  background-color: #e52d27;
}

#block-menu-menu-social-menu-top a.lin-men {
  background: url(../nnd_images/pngs/social-linkedin.png) center center no-repeat;
}

#block-menu-menu-social-menu-top a.lin-men:hover {
  background-color: #007bb5;
}

#block-menu-menu-social-menu-top a.select-app-link {
    background: url(../nnd_images/pngs/djo_select.png) center center no-repeat;
}

#block-menu-menu-social-menu-top a.select-app-link:hover {
  background-color: #000;
}

.select-app-link-ul {
    margin-left: 120px;
    width: 150px;
    margin-top: 35px;
    display: none;
}

.select-app-link-ul li {
  width: 100%;
  color: transparent;
  background-color: #000;
  margin-top: 5px;
}

.select-app-link-ul li a {
  color: transparent;
  background-size: 100% 100%;
  display: inline-block;
  width: 100%;
  height: 51px;
}

.select-app-link-ios a {
  background: url(../nnd_images/jpgs/sel-app-ios.jpg);
}

.select-app-link-android a {
  background: url(../nnd_images/jpgs/sel-app-and.jpg);
}

.select-app-link-pc a {
  background: url(../nnd_images/jpgs/sel-app-pc.jpg);
}

.top-mydjo-link {
  background: none;
  color: #fff !important;
  text-indent: initial !important;
  width: 60px !important;
  padding-top: 7px !important;
  padding-left: 5px !important;
  font-weight: 600 !important;
  display:none !important;
}
.top-idjo-link {
  background: none;
  color: #fff !important;
  text-indent: initial !important;
  width: 43px !important;
  padding-top: 7px !important;
  padding-left: 5px !important;
  font-weight: 600 !important;
}
#block-menu-menu-social-menu-top li a:hover {
  background-color: #e52d27;
}

#header {
  height: 81px;
  margin-top: 40px;
  background: rgba(255,255,255,0.95);
  z-index: 20;
  position: fixed;
  width: 100%;
}
.header-spacer {
  height: 81px;
  margin-top: 40px;
}
#logo,
#logo-mobile {
  background-image: url('../nnd_images/pngs/djo-logo.png');
  background-repeat: no-repeat;
  background-position: center 22px;
  width: 115px;
  height: 81px;
  text-indent: -999px;
  float: left;
}
#logo-mobile {
  background-position: center 16px;
  background-size: contain;
  width: 90px;
  height: 60px;
  text-indent: -999px;
  float: left;
}
#logo a,
#logo-mobile a {
  width: 115px;
  height: 81px;
  display: block;
}
#logo-mobile {
  display: none;
}
#top-slider {
  position: relative;
  margin-top: 25px;
}
#top-slider img {
  display: block;
}
#sidebar-first {
  /*margin-bottom: 50px;*/
  /*margin-top: 60px;*/
}
#content-bottom-wrapper {
  background: #f3f3f3;
}
#content-bottom {
  max-width: 1130px;
}
#footer {
  background: #222222;
  padding-bottom: 50px;
  padding-top: 50px;
}
#footer-top {
  background: #222222;
}
.logo-mim {
  float: right;
  margin-top: 50px;
}
.brand-logos {
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid rgb(34, 34, 34);
      box-shadow: 0 2px 3px -2px rgba(0,0,0,0.5);
}
.brand-logos ul {
  overflow: hidden;
  position: relative;
}
.brand-logos ul li {
  float: left;
  width: 12.5%;
  margin: 0;
  text-align: center;
  border-left: 1px solid #3c3c3c;
  padding: 20px 0 10px 0;
  transition: background 0.3s linear;
}



.brand-logos ul li:hover {
  background: #0281c8;
}
.brand-logos ul li:nth-child(2):hover {
  background: #679ac9;
}
.brand-logos ul li:nth-child(3):hover {
  background: #a11131;
}
.brand-logos ul li:nth-child(4):hover {
  background: #000;
}
.brand-logos ul li:nth-child(5):hover {
  background: #a11131;
}
.brand-logos ul li:nth-child(6):hover {
  background: #294f82;
}
.brand-logos ul li:nth-child(7):hover {
  background: rgb(103, 52, 107);
}
.brand-logos ul li:nth-child(8):hover {
  background: #2359a6;
}
.brand-logos ul li:nth-child(9):hover {
  background: #67346b;
}
.brand-logos ul li a {
  width: 100%;
}
.brand-logos ul li:first-child {
  border: none;
}
.brand-logos ul li img {
  max-height: 25px;
}

/*
Generic Form Elements
*/
.form-item {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 16.66666667px 0;
}
.form-radios .form-item {
  margin: 0;
  width: 100%;
}
.form-radios .form-item label,
label.option {
  font-family:  'Uni Neue', sans-serif;
}
form > div {
  padding: 50px;
  overflow: auto;
  /*border: 1px solid #e1e1e1;*/
  margin: 50px 0;
/*  width: 100%;*/
}
label {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"] {
  padding: 12.5px;
  font-family: 'Uni Neue', sans-serif;
  border: none;
  width: auto;
  width: 227px;
  display: block;
  clear: both;
  background: #ffffff;
  border: 1px solid #a2a2a2;
  height: 2.5em;
  padding: 10px;
  -webkit-appearance: none;
  transition: background 0.3s ease;
  transition: border 0.3s ease;
}
textarea {
  /*width: 100%;*/
  min-height: 7em;
  margin-top: 12.5px !important;
  display: block;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="password"]:focus {
  border-color: #d70f31;
}
select {
  font-family: 'Uni Neue', sans-serif;
}
input[type="checkbox"],
input[type="radio"] {
  float: left;
  margin-right: 7px;
  margin-top: 6px;
  vertical-align: middle;
}
input[type="submit"] {
  font-family: 'Uni Neue', sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  background: #d70f31;
  padding: 16px;
  color: #fff;
  border: none;
  line-height: 0.4em;
  text-transform: capitalize;
  cursor: pointer;
  transition: background 0.3s ease;
  float: left;
  margin-top: 25px;
  margin-right: 0.5em;
  overflow: hidden;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input[type="submit"]:hover {
  background: #fff;
  border: none;
  color: #d70f31;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
select {
  overflow: hidden;
  font-family: 'Uni Neue', sans-serif;
}
select[name='speciality'] {
  overflow: hidden;
  font-family: 'Uni Neue', sans-serif;
  width: 227px;
  display: block;
  clear: both;
  background: #ffffff;
  border: 1px solid #a2a2a2;
  height: 2.5em;
  padding-left: 4px;
}
fieldset {
  display: block;
  clear: both;
  position: relative;
  overflow: visible;
}
fieldset legend {
  min-height: 55px;
  padding-left: 15px;
  font-family: 'Uni Neue', sans-serif;
  line-height: 1.7;
  font-weight: normal;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  padding-left: 0;
  color: #a2a2a2 !important;
  padding: 12.5px;
  min-width: 220px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
table {
  margin-top: 50px;
  margin-bottom: 50px;
  min-width: 100%;
  font-family: 'Uni Neue', sans-serif;
  line-height: 1.4;
  font-weight: 300;
}
table caption {
  font-size: 1.2em;
  font-family: 'Uni Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  text-align: left;
  margin-bottom: 0.3em;
}
table th {
  border-left: 1px solid #ffffff;
  color: #ffffff;
  background: #a2a2a2;
  font-family: 'Uni Neue', sans-serif;
  font-weight: 400;
  padding: 12px;
  vertical-align: middle;
  text-align: left;
  padding: 12.5px;
}
table th:first-child {
  border-left: none;
}
table.zebra tr:nth-child(odd) {
  background: #ffffff;
  border-bottom: 1px dotted #a2a2a2;
}
table td {
  padding: 12.5px;
  font-size: 90%;
  font-family: 'Uni Neue', sans-serif;
  border-bottom: 1px dotted #a2a2a2;
  color: #3c3c3c;
  font-weight: 400;
}
table td strong,
table td b {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 700;
}
table td h3 {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 500;
}
table td:first-child {
  border-left: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.half-padding {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.double-padding {
  padding-left: 50px;
  padding-right: 50px;
}
.imgleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-top: 7px;
}
.imgright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  margin-top: 7px;
}
.imgcenter {
  margin: 25px auto;
  text-align: center;
  display: block;
}
div.clear,
br.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.cntr {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  div.mobile {
    display: block;
  }
  .menu-toggle {
    display: block;
  }
  #main-menu {
    display: none;
  }
  #header {
    position: fixed;
    margin-top: 0;
    top: 40px;
    height: 61px;
    width: 100%;
  }
  .header-spacer {
    display: none;
  }
  #page {
    padding-top: 91px;
  }
  #logo {
    display: none;
  }
  #logo-mobile {
    display: block;
  }
  #sidebar-first {
    margin-top: 0;
  }
  .brand-logos ul li img {
    max-height: 20px;
  }
}

/*social top part*/

@media (max-width: 778px) { #block-menu-menu-social-menu-top { display: none; }}

/*end of socila top part*/

/*search top part*/

.top-serach-red-but { position: absolute; top: -25px; height: 40px; right: 18px; border-radius: 0px !important; padding-right: 17px !important; padding-top: 15px !important;}
.top-serach-search-field { position: absolute; top: 0px; height: 40px !important; border: none !important; right: 96px; width: 424px !important; background-color: #000 !important; color: #ffffff !important; outline: none !important; padding: 5px 15px 3px 15px !important; }

@media (min-width: 500px) and (max-width: 768px) { 
  .top-serach-red-but { right: -6px; }
  .top-serach-search-field { right: 76px; }
}
@media (max-width: 499px) {
  .top-serach-red-but { right: -6px; }
  .top-serach-search-field { width: 245px !important; right: 76px;}
}


.top-serach-search-field::-moz-placeholder { color: #888888; font-weight: 100; font-size: 14px;}
.top-serach-search-field:-moz-placeholder { color: #888888; font-weight: 100; font-size: 14px;}
@-moz-document url-prefix() {
  .top-serach-search-field::-moz-placeholder { color: #888888; font-weight: 100; font-size: 14px; opacity: 1;}
  .top-serach-search-field:-moz-placeholder { color: #888888; font-weight: 100; font-size: 14px; opacity: 1;}
}
.top-serach-search-field:-ms-input-placeholder { color: #888888; font-weight: 100; font-size: 14px; }
.top-serach-search-field ::-webkit-input-placeholder { color: #888888; font-weight: 100; font-size: 14px; letter-spacing: -0.2px; }
/*end of search top part*/

/*language selector top part*/

#langseldrop { display: none; position: absolute; top: 40px; background-color: #fff; right: 0px; width: 315px; padding: 25px; box-shadow: 0 7px 15px -7px rgba(0,0,0,0.5); }
#langseldrop li { width: 48%; float: left; }
#langseldrop li a { color: black; font-size: 13px; font-family: 'Uni Neue', sans-serif; font-weight: 300; text-transform: uppercase; }
#langseldrop li a:hover { color: #d70f31; }

#langselbuta {width: 50px; height: 40px; background-image: url(../nnd_images/pngs/langselclo.png); background-repeat: no-repeat; background-position: center 12px; text-indent: -9999em; cursor: pointer; margin: 0; padding: 0; border-right: 1px solid #3c3c3c; border-left: 1px solid #3c3c3c; }
#langselbuta.openn { background-color: #fff !important; background: url(../nnd_images/pngs/langselop.png) center center no-repeat; }

#langselbut { position: absolute; top: 0px; right: 520px; }

.langflag { width: 16px; height: 11px; float: left; margin-top: 7px; margin-right: 6px; }

#flag-australia { background: url(../nnd_images/flags/flag-australia.png) center center no-repeat; }
#flag-belgium { background: url(../nnd_images/flags/flag-belgium.png) center center no-repeat; }
#flag-canada { background: url(../nnd_images/flags/flag-canada.png) center center no-repeat; }
#flag-china { background: url(../nnd_images/flags/flag-china.png) center center no-repeat; }
#flag-denmark { background: url(../nnd_images/flags/flag-denmark.png) center center no-repeat; }
#flag-eu { background: url(../nnd_images/flags/flag-eu.png) center center no-repeat; }
#flag-finland { background: url(../nnd_images/flags/flag-finland.png) center center no-repeat; }
#flag-france { background: url(../nnd_images/flags/flag-france.png) center center no-repeat; }
#flag-germany { background: url(../nnd_images/flags/flag-germany.png) center center no-repeat; }
#flag-ireland { background: url(../nnd_images/flags/flag-ireland.png) center center no-repeat; }
#flag-italy { background: url(../nnd_images/flags/flag-italy.png) center center no-repeat; }
#flag-luxembourg { background: url(../nnd_images/flags/flag-luxembourg.png) center center no-repeat; }
#flag-new-zealand { background: url(../nnd_images/flags/flag-new-zealand.png) center center no-repeat; }
#flag-nederlands { background: url(../nnd_images/flags/flag-nederlands.png) center center no-repeat; }
#flag-norway { background: url(../nnd_images/flags/flag-norway.png) center center no-repeat; }
#flag-south-africa { background: url(../nnd_images/flags/flag-south-africa.png) center center no-repeat; }
#flag-spain { background: url(../nnd_images/flags/flag-spain.png) center center no-repeat; }
#flag-sweden { background: url(../nnd_images/flags/flag-sweden.png) center center no-repeat; }
#flag-uk { background: url(../nnd_images/flags/flag-uk.png) center center no-repeat; }

@media (max-width: 566px) { #langselbut { display: none; } }

/* end of language selector top part*/

/* footer */

#footer-right { color: #fff; }
#footer-right .copyright h2 { text-align: right; }
#footer h2, #footer-right .copyright h2 { font-size: 1.15em; line-height: 1.5; margin-bottom: 0.2em; color: #ffffff; text-transform: uppercase; letter-spacing: normal; }
#footer-right .copyright p { font-size: 0.8em; text-align: right; margin: 0; color: #a2a2a2; }
#footer-left #sitemap ul { width: 100%; float: left; }
#footer-left #sitemap ul li { width: 25%; float: left; }
#footer-left #sitemap ul li ul { width: 100%; float: left; }
#footer-left #sitemap ul li ul li{ width: 100%; float: left; }
#footer-left #sitemap ul li a { font-size: 1.3em; line-height: 1.5; margin-bottom: 0.2em; color: #ffffff; text-transform: uppercase; letter-spacing: normal; }
#footer-left #sitemap ul li ul li a { color: #a2a2a2; text-transform: none; }

@media (max-width: 480px) {.brand-logos ul li { width: 33%; border: none; }}
@media (min-width: 537px) and (max-width: 670px) { #footer-left #sitemap ul li { width: 33%; float: left; }}
@media (min-width: 405px) and (max-width: 536px) { #footer-left #sitemap ul li { width: 50%; float: left; }}
@media (max-width: 404px) { #footer-left #sitemap ul li { width: 100%; float: left; }}

/* end of footer */

/* home page top baner slider */

#banhome {display: none;}
#top-slider img { width: 100%; }
#top-slider { margin-top: 0px; }
.pika-imgnav2 {display: none;}

/* end of home page top baner slider */

/*left menu for subpage*/
#m19712 a{text-transform: none !important;}
#submenu_left_nav li a { text-transform: uppercase; color: #000;}
#submenu_left_nav li.active a{ color: #da0025; }
#submenu_left_nav .active li a:hover { color: #da0025; }
#submenu_left_nav li { width: 100%; height: auto; font-size: 1.1em; line-height: 17px; margin: 0; font-family: 'Uni Neue',sans-serif; text-transform: uppercase; border-top: 1px solid #e1e1e1; padding: 13px 0 10px 0; }
#submenu_left_nav li ul li { border: none; padding-bottom: 0px;}
#submenu_left_nav li ul li a { color: #000 !important; text-transform: none; font-size: 13px; }
#submenu_left_nav li ul li a:hover { color: #da0025 !important; }

/*end of left menu for subpage*/

/* sticky menu on subbrand */

#stickymenu { width: 100%; min-height: 60px; padding: 0px; z-index: 10000; z-index: 1; background-color: #000; z-index: 10; max-height: 60px !important; }

#stickymenu.stmenu-aircast {background-color: #0281c8;}
#stickymenu.stmenu-artromot {background-color: #000;}
#stickymenu.stmenu-cmf {background-color: #a11131;}
#stickymenu.stmenu-donjoy {background-color: #294f82;}
#stickymenu.stmenu-drcomfort {background-color: #2359a6;}
#stickymenu.stmenu-empi {background-color: #000;}
#stickymenu.stmenu-exos {background-color: #22272a;}

#brand-subpage-menu-right { font-family:  'Uni Neue', sans-serif !important; font-size: 10px; font-style: italic; color: #999; display: inline-block; float: right; top: 22px; position: relative; }

#editsubbrandright { float: left; color: #fff; margin-right: 5px;}

a.fb_link { display: inline-block; float: left; height: 17px; width: 18px; background-image: url(../nnd_images/pngs/facebook-white.png); background-repeat: no-repeat; background-position: 0 0; text-indent: -9999px; overflow: hidden; cursor: pointer;}
a.tw_link { display: inline-block; float: left; height: 15px; width: 18px; background-image: url(../nnd_images/pngs/twitter-white.png); background-repeat: no-repeat; background-position: 0 0; text-indent: -9999px; overflow: hidden; cursor: pointer; position: relative; margin-right: 5px;}

#brand-menu { top: 22px; position: relative; z-index: 1; margin: 0 0 0 30px; padding: 0; }
#brand-menu li {padding: 0 7px; list-style: none !important; font-size: 0.9em; float: left; font-family: 'Uni Neue',sans-serif; margin: 0; line-height: 1; padding-left: 5px; font-weight: 400; }
#brand-menu li a {color: #fff;}
#brand-menu li a:hover {opacity: 0.5;}
#brand-menu li:first-child { margin-left: 0; padding-left: 0; border: none;}

#brand-subpage-menu-middle {float: right; margin-top: 1px; margin-right: -144px;}
@media (min-width: 991px) and (max-width: 1129px) {#brand-subpage-menu-middle {margin-right: -123px;}}
@media (min-width: 969px) and (max-width: 990px) {#brand-subpage-menu-middle {margin-right: -120px;}}
@media (min-width: 941px) and (max-width: 968px) {#brand-subpage-menu-middle {margin-right: -115px;}}
@media (min-width: 913px) and (max-width: 940px) {#brand-subpage-menu-middle {margin-right: -110px;}}
@media (min-width: 887px) and (max-width: 912px) {#brand-subpage-menu-middle {margin-right: -105px;}}
@media (min-width: 848px) and (max-width: 886px) {#brand-subpage-menu-middle {margin-right: -100px;}}
@media (min-width: 811px) and (max-width: 847px) {#brand-subpage-menu-middle {margin-right: -95px;}}
@media (min-width: 791px) and (max-width: 810px) {#brand-subpage-menu-middle {margin-right: -90px;}}
@media (max-width: 790px) {#brand-subpage-menu-middle {margin-right: -85px;}}
/* end of sticky menu on subbrand */

/*littel helpers*/

.reduce-top-padding {
    padding-top: 25px !important;
}
@media (max-width: 768px) {
  #brand-subpage-menu-middle, #brand-subpage-menu-right  {display: none;}
}

/* end of littel helpers */
 
/*product overwiev*/

.adv-pages-page span {color: #bdbdbd !important; font-weight: 400; font-family: 'Uni Neue',sans-serif; text-transform: capitalize;     width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    float: left;
    line-height: 50px;
    border-left: 1px solid #e1e1e1;}

#adv-page-left legend { display: none; }

#adv-page-left li a { color: #a2a2a2; width: 100%;font-weight: 100;display: block; padding-left: 25px; background: url(../nnd_images/pngs/icon-checkbox-unchecked.png) left center no-repeat; }
#adv-page-left li a:hover { color: #d70f31; }
#adv-page-left li { padding: 0px; margin: 0px; list-style: none; font-size: 15px; font-family: 'Uni Neue',sans-serif; border-bottom: 1px dotted #a2a2a2; line-height: 18px; /*max-height: 33px*/; padding-top: 7px; padding-bottom: 7px; }
#adv-page-left .advisor_result { display: none; }
#adv-page-left .advisor_question { background: #3c3c3c; font-family: 'Uni Neue',sans-serif; text-transform: uppercase; letter-spacing: normal; height: 29px; padding: 4px 0px 7px 12px; margin: 0 0 1px 0; font-size: 0.9em; color: #ffffff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; width: 100%; display: inline-block;}    
#adv-page-left li.newnewred a{ color: #222222; font-weight: 500; background: url(../nnd_images/pngs/icon-checkbox.png) left center no-repeat; }

#adv-page-right #prodoverpag { text-align: left; float: right; }
#adv-page-right #prodoverpag a{ width: 50px; height: 50px; display: block; text-align: center; float: left; line-height: 50px; border-left: 1px solid #e1e1e1; }
#adv-page-right #prodoverpag a:hover { background-color: #d70f31; color: #fff; }
#adv-page-right #prodoverpag a:last-child { border-right: 1px solid #e1e1e1; }
#adv-page-right #prodoverpag a span { color: #3c3c3c !important; font-weight: 400; font-family: 'Uni Neue',sans-serif; text-transform: capitalize;     width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    float: left;
    line-height: 50px;
    border-left: 1px solid #e1e1e1;}
#adv-page-right #prodoverpag a:hover span{ color: #fff !important; }
#adv-page-right #prodoverpag a.current { background-color: transparent; color: #e1e1e1; cursor: default; }
#adv-page-right #prodoverpag a.current span{/* color: #e1e1e1;*/ cursor: default; background-color: transparent; }
#adv-page-right #prodoverpag a.current:hover { background-color: #d70f31; color: #fff !important; }

/*end of product overwiev*/

#adv-page-right form > div {
    border: none;
    padding: 0px;
    margin: 0px;
}

.relitboxzz {
    float: left;
    width: 28%;
    margin-right: 5%;
    overflow: hidden;
    position: relative;
    height: 340px;
}
.relitboximg img {
  height: auto;
  width: auto;
  max-height: 80%;
  margin-top: 20%;
}

.relitboxa {
  width: 100%;
  height: 100%;
  display: block;
  height: 230px;
}

.relitboxaa {
display: block;
width: 100%;
height: 40px;
color: #444 !important;
font-family:  'Uni Neue', sans-serif;
font-size: 19px;
}

.relitboxaa:hover{
color: #d70f31 !important;
}

.relitboximg {
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    transition: box-shadow 0.1s linear;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 230px;
}
.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

#accordion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-detail {
    margin-bottom: 1px;
}

.panel-heading {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    line-height: 10px;
    height: 54px;
}

.panel-title {
    font-family: 'Uni Neue',sans-serif;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: normal;
    background: #f6f6f6 url(http://www.djoglobal.eu/assets/nnd_images/pngs/accordion-closed.png) 10px center no-repeat;
    border: 1px solid #e1e1e1;
    padding-left: 0;
    color: #a2a2a2 !important;
    padding: 12px 8px 10px 30px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    z-index: 1;
    margin-bottom: 2px;
    font-size: 16px;
}

.panel-heading.open h4 {
    background: #3c3c3c url(http://www.djoglobal.eu/assets/nnd_images/pngs/accordion-open.png) 10px center no-repeat;
    color: #fff !important;
    border: 1px solid #3c3c3c !important;
}

.panel-heading.open h4:hover, .panel-heading h4:hover {
    background: #d70f31 url(http://www.djoglobal.eu/assets/nnd_images/pngs/accordion-open.png) 10px center no-repeat;
    color: #ffffff !important;
    z-index: 10;
    border: 1px solid #d70f31 !important;
}

.panel-body {
    border: none;
    margin: 25px 0;
    padding: 0 12.5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: auto;
}

.panel-body ul {
    list-style: disc outside none;
    margin: 25px 0 25px 25px;
}
.panel-body li {
    margin-bottom: 12px;
}

.ratimg-viewer {
    width: 100%;
    height: 370px;
    display: block;
    padding: 0%;
    border: solid 1px #e5e5e5;
    text-align: center;
}

.ratimg-viewer-inner-white {
    width: 100%;
    height: 375px;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 1px;
    left: 1px;
}

.ratimg-viewer-inner {
    display: none;
    width: 100%;
    height: 100%;
}


.ratimg-viewer-inner.currimg {
    display: block;
}

.ratimg-viewer-inner img {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.ratimg-list {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    height: 50px;
}

.ratimg-list-inner:first-child {
    margin-left: 1px;
}
.ratimg-list-inner {
    display: inline-block;
    float: left;
    height: 100px;
    width: 100px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
}

.ratimg-list-inner img {
    height: 99%;
    width: auto;
    opacity: 0.6;

}


.ratimg-list-inner.currimg img {
    opacity: 1;
}

.ratimg-list-inner:hover img {
  opacity: 1;
}

#inner-pd-row {
  margin-top: 25px;
}

.acordeon-main-part {
  margin-top: 70px;
}

.download-box-list-cont {
    width: 98%;
    display: inline-block;
    border: solid 1px rgb(205, 205, 205);
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5px;
    height: auto;
}

.download-box-list-cont-ico {
    float: left;
    margin-right: 5px;
}
.download-box-list-cont-ico img {
  margin-top: 7px;
}

.download-box-list-cont-name {
    float: left;
    margin-top: 19px;
    margin-bottom: 10px;
    width: 45%;
    line-height: 15px;
}

.download-box-list-cont-link {
    float: left;
    margin-left: 4px;
    margin-top: 19px;
    margin-bottom: 10px;
    width: 44%;
    line-height: 15px;
}

.relatedItemsContent .relitbox {
    width: 19%;
    float: left;
    height: auto;
    overflow: hidden;
    max-height: 300px;
    margin-right: 1%;
}

.relatedItemsContent .relitboxa img {

}

.relatedItemsContent .relitboximg {

}

.acordeon-main-part h2 {
    font-family:  'Uni Neue',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
	margin-top: 10px;
}

.relatedItemsContent .relitboxa:last-child {
  color: #444;
  font-family: 'Uni Neue', sans-serif;
  font-size: 16px;
  text-align: center;
}
.relatedItemsContent .relitboxa:last-child:hover {
	color: #d70f31;
}

.relatedItemsBlock h3 {
  display: none !important;
}

.relatedItems h2:first-child {
  display: none !important;
}

.sharethis-wrapper {
      margin-top: 23px;
    margin-bottom: 10px;
}

#brand-page-left #FCKcontent_mpn1 {
      padding-left: 25px;
}

#specif-tab-new-inner table th:first-child {
    border-left: 1px solid #ffffff;
}

#m19546 ul li, #m161169 ul li {
    width: 170px !important;
    float: left !important;
    margin-right: 16px !important;
}

#m19546 ul, #m161169 ul {
width: 641px;
    padding-top: 20px !important;
    margin-left: -397px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 36px !important;
}

#submenu_left_nav {
  margin-top: 60px;
}

@media (max-width: 767px) {
  #submenu_left_nav {
    margin-top: 0px;
  } 
}

.clear-mobile {clear: both;}
@media(min-width: 992px){.clear-mobile {display: none}}
.clear-desktop {clear: both;}
@media(max-width: 991px){.clear-desktop {display: none}}

.pika-imgnav2 {
	display: none !important;
}
@-moz-document url-prefix() {
  .mm-page table td {
    padding: 0px !important;
  }
}

table td {
  border-bottom: none;
  padding: 0px !important;
}

table {
  margin-top: 0px;
  margin-bottom: 0px;
}

.zoom-image-box {
    max-width: 100%;
}

.zoom-image-big {
  max-width: 90%;
}

.mainpagewide table td {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#m2625 ul, #m2632 ul, #m3758 ul, #m3759 ul {
	padding-left: 40px !important;
	padding-right: 40px !important;
	padding-top: 20px !important;
	padding-bottom: 36px !important;
}

#m3759 ul {
	right: -10px;
}

.mainpagecontainer table img {

   /* width: 50% !important;*/
    height: auto;
    max-width: none;
}

#adv-page-left {margin-top: 65px;}
#adv-page-right {margin-top: 65px;}

.top-adv-title p {
	margin-bottom: 15px;
}

.prodvertitle h1 {
	margin-bottom: 33px;
}

.mainpagecontainer #FCKcontent_main #accordion h1 {
  font-size: 20px;
}

/*h3 {
    font-family: ' 'Uni Neue',sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: normal;
    letter-spacing: normal;
    color: #222222;
    margin: 10px 0px;
   padding: 0px 5px;
}*/
h3 {
    font-family:  'Uni Neue', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 1.1em;
    line-height: 1.3;
    margin-bottom: 0.15em;
}
.rule {
height: 1px;
border-top: 1px solid #e1e1e1;
margin: 24px 0 25px 0;
width: 100%;
display: block;
clear: both;
}
.conditiontitle {
  text-align: center;
  margin-bottom: 40px;
  font-family:  'Uni Neue';
  font-size: 40px;
}
.painplace p {
  text-align: center;
  font-family:  'Uni Neue', sans-serif;
  font-size: 18px;
}

.painplace img {
    margin-bottom: -7px;
    display: block;
}

.painplace a {
  display: block;
}

.painplace a:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);
}

#specif-tab-new-inner tbody td {
	line-height: 45px;
	border-bottom: 1px dotted #a2a2a2;
}

.conditiontitle b {
font-family: ' 'Uni Neue'', sans-serif;
}

#footer-left a:hover {
  color: #fff !important;
}

.sitemap_160373, .sitemap_2632 {
  display: none;
}

.mainpagecontainer h4 {
 font-family: ' 'Uni Neue'', sans-serif !important; 
 font-size: 20px !important;
}

i {
  font-style: italic !important;
}

#FCKcontent_main {
	
}

.mainpagecontainer ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}

.mainpagecontainer ol li {
	margin-bottom: 5px;
	padding-left: 5px;
}

#brand-page-left {
	margin-top: 40px;
}
#brand-page-right {
	margin-top: 40px;
}


h4.accordion {
    font-family: 'Uni Neue',sans-serif !important;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: normal;
    background: #f6f6f6 url(http://www.djoglobal.eu/assets/nnd_images/pngs/accordion-closed.png) 10px center no-repeat;
    border: 1px solid #e1e1e1;
    padding-left: 0;
    color: #a2a2a2 !important;
    padding: 12px 8px 10px 30px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    z-index: 1;
    margin-bottom: 2px;
    font-size: 16px !important;
}


h4.accordion:hover {
    background: #d70f31 url(http://www.djoglobal.eu/assets/nnd_images/pngs/accordion-open.png) 10px center no-repeat;
    color: #ffffff !important;
    z-index: 10;
    border: 1px solid #d70f31 !important;
}

h4.accordion.open {
    background: #3c3c3c url(http://www.djoglobal.eu/assets/nnd_images/pngs/accordion-open.png) 10px center no-repeat;
    color: #fff !important;
    border: 1px solid #3c3c3c !important;
}

#accordion .pane{
	padding: 10px !important;
}

#accordion .pane tr td {
	padding-bottom: 5px !important;
	font-size: 15px;
}

#accordion .pane tr td p {
	font-size: 15px !important;
	    font-family: 'Uni Neue', sans-serif !important;
}

#center-column {
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

.mainpagecontainer ul { 
    list-style: disc outside none;
    margin: 25px 0 25px 25px;
}


.mainpagecontainer #submenu_left_nav ul {
    list-style: disc;
    margin: 0px;
}

.mainpagecontainer #submenu_left_nav ul li ul li ul li {
    list-style: none;
    margin-left: 10px;
    padding-bottom: 0px;
}

#body-wrapper.container {
  padding-top: 0px;
}

.conditiontitle {
  margin-top: 40px;
}

@media (max-width: 767px) {
	.painplace a div {
		max-height: 200px;
		overflow: hidden;
	}
	.painplace a div img {
		width: 100%;
	}
}

@media (min-width: 359px) and (max-width: 767px) {
	.banercondition1 img {margin-top: -25%;}
	.banercondition2 img {margin-top: -40%;}
	.banercondition3 img {margin-top: -40%;}
	.banercondition4 img {margin-top: -40%;}
}

.newadvpageleft ul li span {
  display: none !important;
}

.newadvpageleft ul li ul li {
  margin-left: 25px !important;
}

.newadvpageleft ul li ul li:last-child {
  border-bottom: none !important;
}
.newadvpageleft ul li ul li:first-child {
  margin-top: 5px !important;
}

.tutajczerwonym {
  color: #222222 !important;
  background: url(../nnd_images/pngs/icon-checkbox.png) left center no-repeat !important;
}

.registerpagecontainer .reg-page-form-part, .registerpagecontainer .reg-page-util-part-new-new {
  text-align: center;
}

.registerpagecontainer #loginForm legend {
  display: none;
}

.registerpagecontainer #loginForm input {
  margin-left: auto;
  margin-right: auto;
}

.registerpagecontainer #loginForm input[type="submit"] {float: none; margin-bottom: 15px;}

.registerpagecontainer #loginForm #loginForm-mail_label {
  margin-top: 15px;
  margin-left: -20px;
}

.lost_pass_reg a {margin-left: 5px;}

.registerpagecontainer .loginForm-errorMsg {width: 100%; display: inline-block; margin-top: 20px; }
.reg-page-desc-part h3 {padding-left: 0px;}

.centermeplease {
  text-align: center;
}

.textGrp, .listGrp, .checkboxGrp, .countryGrp, .emailGrp, .passwordGrp {
  border: none;
  padding: 0px;
  margin: 0px;
}

.reg-page-form-part-main input, .reg-page-form-part-main select {
    width: 35%;
    margin-bottom: 5px;
    height: 20px;
    float: right;
}

.reg-page-form-part-main label {
    width: 35%;
    margin-left: 20%;
    margin-bottom: 5px;
}

#rform_header_Contact, #rform_header_Profile, #rform_header_Specialty {text-align: center;}
#registerForm_checkbox_Legacy_statement_label, #registerForm_subscribe-checkbox_receive_newsletter_label {display: inline-block;}


.mydjo-sidebar-new-new legend, .mydjo-sidebar-new-new .advisor_result, .mydjo-sidebar-new-new .advisor_question{
  display: none;
}

.mydjo-sidebar-new-new ul {
      margin-bottom: 0px;
}

.mydjo-sidebar-new-new ul li {
  list-style: none;
}
.mydjo-sidebar-new-new fieldset ul li {
  list-style: disc;
  list-style-position: inside;
}
.mydjo-sidebar-new-new fieldset ul li:before {
  content: "";
  display: inline-block;
  margin-left: -10px;
}

.mydjo-sidebar-new-new ul li ul li {
    /*height: 27px !important;*/
    padding-top: 10px !important;
        line-height: 11px !important;
}

.mydjo-sidebar-new-new ul li ul li:first-child {
  margin-top: 10px !important;
}

.mydjo-sidebar-new-new ul li ul li ul {
    margin-left: 10px !important;
}

.mydjo-sidebar-new-new ul li ul li ul li{
padding: 0px !important;
line-height: 14px !important;
}

.mydjo-sidebar-new-new .Asearch {
text-transform: uppercase;
    color: black;
    border-top: 1px solid #e1e1e1;
    margin-left: 25px;
    width: 92%;
    display: block;
    padding-top: 6px;
    font-size: 17px;
}

.social-row {}
.social-row-item {float: right; margin-left: 13px;}
.social-row-fb {}
.social-row-ld {margin-top: 5px;}
.social-row-tw {margin-top: 5px;}
.social-row-gp {margin-top: 5px;}


.mainpagecontainer #PView_1 {
  padding: 5px;
}
.mainpagecontainer .pv_overview {
  margin-bottom: 20px;
  min-height: 140px;
}
.mainpagecontainer .pv_cover {
  float: left;
  margin-right: 10px;
}
.mainpagecontainer .pv_cover img{
  max-height: 140px;
}
.mainpagecontainer .pv_info {}
.mainpagecontainer .pv_title {}
.mainpagecontainer .pv_authors {}
.mainpagecontainer .pv_journals {}
.mainpagecontainer .pv_keyMessage {}
.mainpagecontainer .pv_rating {}
.mainpagecontainer .pv_year {}


.new-right-for-lit legend {display: none;}

#advisor_DJOAdvanced_Search {
  text-align: right;
}

#advisor_DJOAdvanced_Search select {
  width: 50%;
  float: left;
  margin-left: 20px;
}

#advisor_DJOAdvanced_Search label {
  float: left;
  width: 30%;
}

#selector_220_SearchBox_titleDiv, #selector_220_SearchBox_div {
  text-align: center;
}

#advisor_DJOAdvanced_Search_submit {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

#advisor_DJOAdvanced_Search .table-wrapper table tr td {
  text-align: center;
}

#advisor_DJOAdvanced_Search .table-wrapper table tr td:second-child {
  width: 100%;
}

.advisor_result {
  text-align: center;
  margin-top: 10px;
}

#lblSearch {
  position: absolute;
    left: 41%;
    bottom: 13%;
}

.special-button-new-new {
    font-family: 'Uni Neue', sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    background: #d70f31;
    padding: 16px;
    color: #fff !important;
    border: none;
    line-height: 0.4em;
    text-transform: capitalize;
    cursor: pointer;
    transition: background 0.3s ease;
    float: left;
    margin-top: 25px;
    margin-right: 0.5em;
    overflow: hidden;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.special-button-new-new:hover {
  background: #fff;
  border: none;
  color: #d70f31 !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.util_bar {
  border-top: 1px solid #e1e1e1;
  width: 100%;
  margin-top: 20px;

}

.edit-data-field-new .table-wrapper {
  padding: 0px;
  border: none;
}

.edit-data-field-new .table-wrapper table td {
  padding: 5px !important;
}

.edit-data-field-new .table-wrapper table tr {
  vertical-align: middle !important;
}

.edit-data-field-new .table-wrapper .td1_form {
  text-align: right;
  margin-right: 10px;
  width: 30%;
}
.edit-data-field-new .table-wrapper .td2_form input {
  width: 100%;
}

.edit-data-field-new .table-wrapper .td2_form input[type="checkbox"] {
    height: 17px;
    width: 30px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.edit-data-field-new .table-wrapper .td2_form select {
  width: 100%;
      padding: 10px;
}

.edit-data-field-new .table-wrapper table .form_header {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    font-size: 20px;
    padding: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.edit-data-field-new .table-wrapper .form_end .buttonType {
      font-family: 'Uni Neue', sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    background: #d70f31;
    padding: 16px;
    color: #fff !important;
    border: none;
    line-height: 0.4em;
    text-transform: capitalize;
    cursor: pointer;
    transition: background 0.3s ease;
    float: left;
    margin-top: 25px;
    margin-right: 0.5em;
    overflow: hidden;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.edit-data-field-new .table-wrapper .form_end .buttonType:hover {
    background: #fff;
  border: none;
  color: #d70f31 !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.variant tr td:first-child {
  width: 20%;
}

.variant tr td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.variant tr {
  border-bottom: 1px solid #e1e1e1;
}

.variant tr:last-child {
  border-bottom: none;
  padding-bottom: 25px;
}
.gobacktoov {
  margin-bottom: 20px;
}

.change-pass-page .table-wrapper {
  padding: 0px;
  border: none;
  width: 50%;
  margin-left: 25%;
}
.change-pass-page .table-wrapper .td2_form input {
  width: 100%
}

.change-pass-page .table-wrapper .td1_form {
  width: 12%;
}

.change-pass-page .table-wrapper td {
  vertical-align: middle;
  text-align: left;
}

.change-pass-page .table-wrapper .buttonType {
  width: 20%;
  margin-left: 40%;
  float: left;
  margin-bottom: 20px;
}

.change-pass-page {
  text-align: center;
}

.playitagainsam {    margin-bottom: 130px;}

/*-------------------NORDIC PAGES-------------------*/
.pad-all-small {
    padding: 13px;
}

.drop-shadow-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.min-height-3 {
    min-height: 270px;
}

.description-top-part ul {
    list-style: disc outside none;
    margin: 15px 0 25px 25px;
}

.description-top-part p {
  margin-bottom: 1.6em;
}

/*new dealer map part*/
#delmapinfowin h1 {
    font-size: 1.5em;
}

#delmapinfowin button {
    cursor: pointer;
    transition: background 0.3s ease;
    float: left;
    margin-bottom: 10px;
    margin-left: 30%;
    margin-right: auto;
    margin-top: 10px;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Uni Neue', sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    background: #d70f31;
    border: solid 1px #d70f31;
    padding: 16px;
    color: #fff;
    /*border: none;*/
    width: 50%;
    line-height: 0.4em;
}

#delmapinfowin button:hover {
    background: #fff;
    /*margin-top: 9px;*/
    border: solid 1px #d70f31;
    color: #d70f31;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#detdil {
  background-color: #fff;
  width: 96%;
  position: absolute;
  top: 637px;
  height: auto;
  color: #fff;
  transition: color 2s ease 0s;
}

#detdil object {
  width: 100%;
  height: 100%;
  position: absolute;
}

.dil-itemname {
  font-family: 'Uni Neue', sans-serif;
    font-size: 0.85em;
    color: red;
}

.pac-input-button {
  float: right;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-bottom: 10px;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Uni Neue', sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    background: #d70f31;
    border: solid 1px #d70f31;
    padding: 16px;
    color: #fff;
    width: 15%;
    line-height: 0.4em;
}

.pac-input-button:hover {
    background: #fff;
    /*margin-top: 9px;*/
    border: solid 1px #d70f31;
    color: #d70f31;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#pac-input {
    width: 80%;
    float: left;
}

#mapsearchabove {
  margin-top: 10px;
}

#specif-tab-new-inner tbody td p {
  line-height: 45px !important;
  font-family: 'Uni Neue', sans-serif;
  margin-bottom: 0em;
}

.imyourfather {
  vertical-align: super;
      font-size: 27px;
}

.imyourfather2 {
  vertical-align: super;
      font-size: 16px;
}



#adv-page-left .advisor_block_question {
    background: #3c3c3c;
    font-family: 'Uni Neue',sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    height: 29px;
    padding: 4px 0px 7px 12px;
    margin: 0 0 1px 0;
    font-size: 0.9em;
    color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
}

#adv-page-left .advisor_block_answer_row {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 15px;
    font-family: 'Uni Neue',sans-serif;
    border-bottom: 1px dotted #a2a2a2;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    /*padding-left: 3px;*/
    padding-left: 22px;
    color: #a2a2a2;
    width: 100%;
    display: block;
    font-weight: 800;
    position: relative;
    /*background: url(../nnd_images/pngs/icon-checkbox-unchecked.png) left center no-repeat;*/

}

#advisor_adv_DJOglobal_products > fieldset > div:nth-child(2) {
  /*display: none;*/
}

#adv-page-left .advisor_block_answer_row label {
    font-size: 15px;
    font-family: 'Uni Neue',sans-serif;
    color: #a2a2a2;
    font-weight: 800;
}

#adv-page-left .advisor_block_answer_row label:hover {
    font-size: 15px;
    cursor: pointer;
    font-family: 'Uni Neue',sans-serif;
    color: #d70f31;
    font-weight: 800;
}

.advisor_block_answer_row input {
  /*visibility: hidden;*/
  /*position: absolute;*/
    left: 2px;
    top: 13%;
}

/*#advisor_adv_DJOglobal_products_submit {
  visibility: hidden;
}*/

.adv-map-limiter-ner .advisor_result {
  display: none;
}
.adv-map-limiter-ner legend {
  display: none;
}

.adv-map-limiter-ner .advisor_block_answer_row input {
  visibility: visible;
      position: initial;
}
.adv-map-limiter-ner .advisor_block br {
  display: none;
}

.adv-map-limiter-ner .advisor_block_answer_row {
  float: left;
  margin-right: 10px;
/*  background-image: url('http://www.djoglobal.eu/assets/nnd_images/pngs/icon-checkbox-unchecked.png');
  background-repeat: no-repeat;*/
}

#advisor_dealers_map_adv_submit {
  /*visibility: hidden;*/
  display: none;
}
.adv-map-limiter-ner, .adv-map-limiter-ner label {
    font-family: 'Uni Neue', sans-serif;
    font-size: 15px;
}

.adv-map-limiter-ner .advisor_block_question {
  float: left;
  text-transform: uppercase;
  margin-right: 10px;
}

.adv-map-limiter-ner .advisor_block_answer_row label{
  cursor: pointer;
}

.adv-map-limiter-ner .advisor_block_answer_row label:hover{
color: #d70f31;
}

.supersizemeplus {
  overflow: hidden;
}

.hidemebabyonemoretime {
    cursor: pointer;
    transition: background 0.3s ease;
    margin-bottom: 10px;
    margin-left: 30%;
    margin-top: 10px;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Uni Neue', sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    background: #d70f31;
    border: solid 1px #d70f31;
    padding: 16px;
    color: #fff;
    width: 100%;
    line-height: 0.4em;
}

.hidemebabyonemoretime:hover {
    background: #fff;
    border: solid 1px #d70f31;
    color: #d70f31;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#detdilhead {
  position: absolute;
  right: 0px;
  width: 108px;
  z-index: 100000000000000000000000000;
  padding-right: 29px;
}

.dil-itemname {
  text-align: left;
  font-family: 'Uni Neue', sans-serif;
  font-size: 1.2em;
  color: #d70f31;
  margin-bottom: 10px;
      width: 50%;
    margin-left: 34%;
}

.dil-adress, .dil-adress1, .dil-adress2, .dil-adress3, .dil-adress4, .dil-telephone, .dil-email, .dil-websie, .dil-desc {
  font-family: 'Uni Neue', sans-serif;
  font-size: 1em;
  margin-bottom: 0px;
}

.deldetpag {
  height: auto;
  margin-top: 20px;
}

.dil-left {
    float: left;
    width: 16%;
    margin-left: 34%;
}

.dil-right {
    float: left;
    width: 50%;
}
.dil-telephone i, .dil-email i, .dil-websie i {    
  width: 15px;
  height: 15px;
  display: inline-block;
  font-style: normal !important;
  color: #d70f31;
}
.dil-email {}
.dil-websie {}
.dil-desc {}


#adv-page-right #prodoverpag a.current span {
  cursor: pointer;
}

#adv-page-right #prodoverpag a.current span:hover {
  /*color: red;*/
}

#advisor_adv_DJOglobal_products .advisor_block_answer {
  display: none;
}

#advisor_adv_DJOglobal_products .advisor_block_question {
  cursor: pointer;
}


#body-parts img { width: 100%; height: auto; }
#body-parts { 
  position: relative;
  width: 100%;
  max-width: 320px;
  background-image: url('../nnd_images/bk-people.jpg');
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

#body-parts img.empty {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index:10
}

#body-parts img.hover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  z-index:5;
}

#body-parts img.hover.show {
  opacity: 1;
}

/*.no-child-hide {
  display: none !important;
}*/


.table-wrapper ul {
font-size: 15px;
    font-family: 'Uni Neue', sans-serif;
    line-height: 26px;
}

/*cookie info fr*/

.cookieinfo-close {
  background-color: #d70f31 !important;
  color: #fff !important;
}

/*register popup*/

.register-popup-box {
  display: inline-block;
  opacity: 1;
  width: auto;
  height: auto;
  position: absolute;
  background-color: #fff;
  right: -1000px;
  top: 5%;
  z-index: 100;
  -webkit-box-shadow: -5px 0px 26px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -5px 0px 26px 0px rgba(0,0,0,0.75);
  box-shadow: -5px 0px 26px 0px rgba(0,0,0,0.75);
    background-repeat: no-repeat;
    background-image: url(../nnd_images/form_b2.jpg);
    background-position: bottom center;
    background-size: 100% auto;
    padding-bottom: 30px;

}

.register-popup-box p span {
color: #d70f31;
    font-weight: 800;
    font-family: sans-serif;
}

.register-popup-box div{
      margin: 10px 0;
      padding: 10px;
}

.mm-page {
    overflow: hidden;
}

.register-popup-box p {
  line-height: 2.5em;
      margin-bottom: 10px;
}

.register-popup-box input {
  float: left;
  margin-left: 10px;
  width: calc(100% - 20px);
  display: block;
  margin-bottom: 5px;
}

.register-popup-box select {
  float: left;
  margin-left: 10px;
  width: calc(100% - 20px);
  display: block;
  height: 2.5em;
  margin-bottom: 5px;
}

.form-info {
  text-align: center;
  background-repeat: no-repeat;
    /*background-image: url(../nnd_images/form_b1.jpg);*/
    background-position: bottom center;
    background-size: 100% auto;
    padding-bottom: 30px;
        padding-top: 50px;
}

.form-info input {
  float: none;
  width: auto;
      margin-left: auto;
    margin-right: auto;
}

.form-info span {
  font-weight: 800;
  float: left;
  color: #d70f31;
  font-family: 'Uni Neue', sans-serif;
}

.reg-pop-header {
    font-weight: 800;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px;
    text-align: center;
}

.reg-pop-subheader {
    padding: 10px;
    line-height: 2em !important;
}

.closenewsform {
  float: right;
      font-family: 'Uni Neue', sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    background: #fff;
    border: solid 1px #d70f31 !important;
    padding: 4px;
    color: #d70f31;
    border: none;
    line-height: 0.4em;
    text-transform: capitalize;
    cursor: pointer;
    transition: background 0.3s ease;
    overflow: hidden;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 10px;
}

.closenewsform:hover {
background: #fff;
    border: none;
    color: #d70f31;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


/*nadpisane nadpisane style*/
.advisor_block_answer_row input {position: absolute;}

#submenu_left_nav li {
  margin-left: 10px !important;
}



