@charset "UTF-8";
/*!
* clean-template v1.0.0 (7 octobre 2015) @author: Alexandre Vasseur
* Licence WTFPL http://www.wtfpl.net/ --> a virer!!!
*/
@import url(../fonts/opensans/stylesheet.css);
/*
* www.KNACSS.com V4.3.4 (27 août 2015) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/

  Config file and project variables
  modified : ico-ono (12 décembre 2015)
*/
/********************************************************************************************/
/********************************************************************************************/
/*
$table-background:                  $base-box-bg;
//$dark-background:                   #333;
$light-background:                  #fff;
$homepage-footer-bg:                #f2f2f2;*/
/* ---------------------------------- */
/* ==Grids                            */
/* ---------------------------------- */
/*
* www.KNACSS.com V4.3.4 (27 août 2015) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/

  Config file and project variables
  modified : ico-ono (12 décembre 2015)
*/
/********************************************************************************************/
/********************************************************************************************/
/*
$table-background:                  $base-box-bg;
//$dark-background:                   #333;
$light-background:                  #fff;
$homepage-footer-bg:                #f2f2f2;*/
@media (max-width: 640px) {
  [class*="-small-4"] > * {
    width: calc(100% * 1 / 4 - 4em - .01px); }
  [class*="-small-4"] > .flexitem-double {
    width: calc(100% * 1 / 2 - 4em - .01px); }
  [class*="-small-3"] > * {
    width: calc(100% * 1 / 3 - 4em - .01px); }
  [class*="-small-3"] > .flexitem-double {
    width: calc(100% * 2 / 3 - 4em - .01px); }
  [class*="-small-2"] > * {
    width: calc(100% * 1 / 2 - 4em - .01px); }
  [class*="-small-2"] > .flexitem-double {
    width: calc(100% - 4em - .01px); }
  [class*="-small-1"] > * {
    width: calc(100% - 4em - .01px); }
  [class*="-small-1"] > .flexitem-double {
    width: calc(100% - 4em - .01px); } }

@media (max-width: 480px) {
  [class*="-tiny-2"] > * {
    width: calc(100% * 1 / 2 - 4em - .01px); }
  [class*="-tiny-2"] > .flexitem-double {
    width: calc(100% - 4em - .01px); }
  [class*="-tiny-1"] > * {
    width: calc(100% - 4em - .01px); }
  [class*="-tiny-1"] > .flexitem-double {
    width: calc(100% - 4em - .01px); } }

/* ==========================================================================
   _____   _____    _____   _____
  / ____| |  __ \  |_   _| |  __  | |  __  | |__) |   | |   | |  | |
 | | |_ | |  _  /    | |   | |  | |
 | |__| | | | \ \   _| |_  | |__| |
  \_____| |_|  \_\ |_____| |_____/

========================================================================== */
/* ROW */
.row > * {
  float: left;
  box-sizing: border-box; }

.row:after, .row:before {
  content: '';
  display: block;
  clear: both;
  height: 0; }

/* LARGEUR COLONNES */
.size-12 {
  width: 100%; }

.size-11 {
  width: 91.6666666667%; }

.size-10 {
  width: 83.3333333333%; }

.size-9 {
  width: 75%; }

.size-8 {
  width: 66.6666666667%; }

.size-7 {
  width: 58.3333333333%; }

.size-6 {
  width: 50%; }

.size-5 {
  width: 41.6666666667%; }

.size-4 {
  width: 33.3333333333%; }

.size-3 {
  width: 25%; }

.size-2 {
  width: 16.6666666667%; }

.size-1 {
  width: 8.3333333333%; }

.push-11 {
  margin-left: 91.66667%; }

.push-10 {
  margin-left: 83.33333%; }

.push-9 {
  margin-left: 75%; }

.push-8 {
  margin-left: 66.66667%; }

.push-7 {
  margin-left: 58.33333%; }

.push-6 {
  margin-left: 50%; }

.push-5 {
  margin-left: 41.66667%; }

.push-4 {
  margin-left: 33.33333%; }

.push-3 {
  margin-left: 25%; }

.push-2 {
  margin-left: 16.66667%; }

.push-1 {
  margin-left: 8.33333%; }

.push-0 {
  margin-left: 0; }

@media screen and (max-width: 1680px) {
  /* LARGEUR COLONNES */
  .size-12-wide {
    width: 100%; }
  .size-11-wide {
    width: 91.6666666667%; }
  .size-10-wide {
    width: 83.3333333333%; }
  .size-9-wide {
    width: 75%; }
  .size-8-wide {
    width: 66.6666666667%; }
  .size-7-wide {
    width: 58.3333333333%; }
  .size-6-wide {
    width: 50%; }
  .size-5-wide {
    width: 41.6666666667%; }
  .size-4-wide {
    width: 33.3333333333%; }
  .size-3-wide {
    width: 25%; }
  .size-2-wide {
    width: 16.6666666667%; }
  .size-1-wide {
    width: 8.3333333333%; }
  .push-11-wide {
    margin-left: 91.66667%; }
  .push-10-wide {
    margin-left: 83.33333%; }
  .push-9-wide {
    margin-left: 75%; }
  .push-8-wide {
    margin-left: 66.66667%; }
  .push-7-wide {
    margin-left: 58.33333%; }
  .push-6-wide {
    margin-left: 50%; }
  .push-5-wide {
    margin-left: 41.66667%; }
  .push-4-wide {
    margin-left: 33.33333%; }
  .push-3-wide {
    margin-left: 25%; }
  .push-2-wide {
    margin-left: 16.66667%; }
  .push-1-wide {
    margin-left: 8.33333%; }
  .push-0-wide {
    margin-left: 0; }
  .inner-wide {
    padding: 0 5%; }
  .hide-wide {
    display: none !important; } }

@media screen and (max-width: 1280px) {
  /* LARGEUR COLONNES */
  .size-12-normal {
    width: 100%; }
  .size-11-normal {
    width: 91.6666666667%; }
  .size-10-normal {
    width: 83.3333333333%; }
  .size-9-normal {
    width: 75%; }
  .size-8-normal {
    width: 66.6666666667%; }
  .size-7-normal {
    width: 58.3333333333%; }
  .size-6-normal {
    width: 50%; }
  .size-5-normal {
    width: 41.6666666667%; }
  .size-4-normal {
    width: 33.3333333333%; }
  .size-3-normal {
    width: 25%; }
  .size-2-normal {
    width: 16.6666666667%; }
  .size-1-normal {
    width: 8.3333333333%; }
  .push-11-normal {
    margin-left: 91.66667%; }
  .push-10-normal {
    margin-left: 83.33333%; }
  .push-9-normal {
    margin-left: 75%; }
  .push-8-normal {
    margin-left: 66.66667%; }
  .push-7-normal {
    margin-left: 58.33333%; }
  .push-6-normal {
    margin-left: 50%; }
  .push-5-normal {
    margin-left: 41.66667%; }
  .push-4-normal {
    margin-left: 33.33333%; }
  .push-3-normal {
    margin-left: 25%; }
  .push-2-normal {
    margin-left: 16.66667%; }
  .push-1-normal {
    margin-left: 8.33333%; }
  .push-0-normal {
    margin-left: 0; }
  .inner-normal {
    padding: 0 5%; }
  .hide-normal {
    display: none !important; } }

@media screen and (max-width: 980px) {
  /* LARGEUR COLONNES */
  .size-12-narrow {
    width: 100%; }
  .size-11-narrow {
    width: 91.6666666667%; }
  .size-10-narrow {
    width: 83.3333333333%; }
  .size-9-narrow {
    width: 75%; }
  .size-8-narrow {
    width: 66.6666666667%; }
  .size-7-narrow {
    width: 58.3333333333%; }
  .size-6-narrow {
    width: 50%; }
  .size-5-narrow {
    width: 41.6666666667%; }
  .size-4-narrow {
    width: 33.3333333333%; }
  .size-3-narrow {
    width: 25%; }
  .size-2-narrow {
    width: 16.6666666667%; }
  .size-1-narrow {
    width: 8.3333333333%; }
  .push-11-narrow {
    margin-left: 91.66667%; }
  .push-10-narrow {
    margin-left: 83.33333%; }
  .push-9-narrow {
    margin-left: 75%; }
  .push-8-narrow {
    margin-left: 66.66667%; }
  .push-7-narrow {
    margin-left: 58.33333%; }
  .push-6-narrow {
    margin-left: 50%; }
  .push-5-narrow {
    margin-left: 41.66667%; }
  .push-4-narrow {
    margin-left: 33.33333%; }
  .push-3-narrow {
    margin-left: 25%; }
  .push-2-narrow {
    margin-left: 16.66667%; }
  .push-1-narrow {
    margin-left: 8.33333%; }
  .push-0-narrow {
    margin-left: 0; }
  .inner-narrow {
    padding: 0 5%; }
  .hide-narrow {
    display: none !important; } }

@media screen and (max-width: 840px) {
  /* LARGEUR COLONNES */
  .size-12-narrower {
    width: 100%; }
  .size-11-narrower {
    width: 91.6666666667%; }
  .size-10-narrower {
    width: 83.3333333333%; }
  .size-9-narrower {
    width: 75%; }
  .size-8-narrower {
    width: 66.6666666667%; }
  .size-7-narrower {
    width: 58.3333333333%; }
  .size-6-narrower {
    width: 50%; }
  .size-5-narrower {
    width: 41.6666666667%; }
  .size-4-narrower {
    width: 33.3333333333%; }
  .size-3-narrower {
    width: 25%; }
  .size-2-narrower {
    width: 16.6666666667%; }
  .size-1-narrower {
    width: 8.3333333333%; }
  .push-11-narrower {
    margin-left: 91.66667%; }
  .push-10-narrower {
    margin-left: 83.33333%; }
  .push-9-narrower {
    margin-left: 75%; }
  .push-8-narrower {
    margin-left: 66.66667%; }
  .push-7-narrower {
    margin-left: 58.33333%; }
  .push-6-narrower {
    margin-left: 50%; }
  .push-5-narrower {
    margin-left: 41.66667%; }
  .push-4-narrower {
    margin-left: 33.33333%; }
  .push-3-narrower {
    margin-left: 25%; }
  .push-2-narrower {
    margin-left: 16.66667%; }
  .push-1-narrower {
    margin-left: 8.33333%; }
  .push-0-narrower {
    margin-left: 0; }
  .hide-narrower {
    display: none !important; }
  .inner-narrower {
    padding: 0 5%; } }

@media screen and (max-width: 736px) {
  /* LARGEUR COLONNES */
  .size-12-mobile {
    width: 100%; }
  .size-11-mobile {
    width: 91.6666666667%; }
  .size-10-mobile {
    width: 83.3333333333%; }
  .size-9-mobile {
    width: 75%; }
  .size-8-mobile {
    width: 66.6666666667%; }
  .size-7-mobile {
    width: 58.3333333333%; }
  .size-6-mobile {
    width: 50%; }
  .size-5-mobile {
    width: 41.6666666667%; }
  .size-4-mobile {
    width: 33.3333333333%; }
  .size-3-mobile {
    width: 25%; }
  .size-2-mobile {
    width: 16.6666666667%; }
  .size-1-mobile {
    width: 8.3333333333%; }
  .push-11-mobile {
    margin-left: 91.66667%; }
  .push-10-mobile {
    margin-left: 83.33333%; }
  .push-9-mobile {
    margin-left: 75%; }
  .push-8-mobile {
    margin-left: 66.66667%; }
  .push-7-mobile {
    margin-left: 58.33333%; }
  .push-6-mobile {
    margin-left: 50%; }
  .push-5-mobile {
    margin-left: 41.66667%; }
  .push-4-mobile {
    margin-left: 33.33333%; }
  .push-3-mobile {
    margin-left: 25%; }
  .push-2-mobile {
    margin-left: 16.66667%; }
  .push-1-mobile {
    margin-left: 8.33333%; }
  .push-0-mobile {
    margin-left: 0; }
  .hide-mobile {
    display: none !important; }
  .inner-mobile {
    padding: 0 5%; } }

@media screen and (max-width: 480px) {
  /* LARGEUR COLONNES */
  .size-12-mobilep {
    width: 100%; }
  .size-11-mobilep {
    width: 91.6666666667%; }
  .size-10-mobilep {
    width: 83.3333333333%; }
  .size-9-mobilep {
    width: 75%; }
  .size-8-mobilep {
    width: 66.6666666667%; }
  .size-7-mobilep {
    width: 58.3333333333%; }
  .size-6-mobilep {
    width: 50%; }
  .size-5-mobilep {
    width: 41.6666666667%; }
  .size-4-mobilep {
    width: 33.3333333333%; }
  .size-3-mobilep {
    width: 25%; }
  .size-2-mobilep {
    width: 16.6666666667%; }
  .size-1-mobilep {
    width: 8.3333333333%; }
  .push-11-mobilep {
    margin-left: 91.66667%; }
  .push-10-mobilep {
    margin-left: 83.33333%; }
  .push-9-mobilep {
    margin-left: 75%; }
  .push-8-mobilep {
    margin-left: 66.66667%; }
  .push-7-mobilep {
    margin-left: 58.33333%; }
  .push-6-mobilep {
    margin-left: 50%; }
  .push-5-mobilep {
    margin-left: 41.66667%; }
  .push-4-mobilep {
    margin-left: 33.33333%; }
  .push-3-mobilep {
    margin-left: 25%; }
  .push-2-mobilep {
    margin-left: 16.66667%; }
  .push-1-mobilep {
    margin-left: 8.33333%; }
  .push-0-mobilep {
    margin-left: 0; }
  .hide-mobilep {
    display: none !important; }
  .inner-mobilep {
    padding: 0 5%; } }

/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined 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; }

/**
 * 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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/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 {
  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 */
  /* 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; }

/* Border-box model for all elements */
html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }

/* listes default style */
ul, ol {
  padding-left: 2em; }

ul.unstyled {
  list-style: none; }

/* images */
img {
  vertical-align: middle; }

/* other */
blockquote, figure {
  margin-left: 0;
  margin-right: 0; }

textarea {
  resize: none; }

body {
  min-width: 320px;
  height: 100%;
  font-family: "Open Sans";
  font-size: 1.4em;
  color: #9cb8cc;
  background: #0e284c; }

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625);
  /* disallow text zooming on orientation change (non standard property) */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* font-sizing for content */
p, .p-like, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.5; }

/* font-sizing for title */
h1, .h1-like {
  font-size: 2.6rem; }

h2, .h2-like {
  font-size: 3.2rem; }

h3, .h3-like {
  font-size: 2.4rem; }

h4, .h4-like {
  font-size: 1.5rem; }

h5, .h5-like {
  font-size: 1.6rem; }

h6, .h6-like {
  font-size: 1.6rem; }

/* alternate font-sizing
.smaller { font-size: 0.6em; }
.small { font-size: 0.8em; }
.big { font-size: 1.2em; }
.bigger { font-size: 1.5em; }
.biggest { font-size: 2em; } */
/* other */
code, pre, samp, kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: Consolas, DejaVu Sans Mono, Courier, monospace;
  line-height: normal; }

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

/* hidden but not for assistance tools, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; }

@media (max-width: 640px) {
  .no-small-screen {
    display: none; } }

@media (min-width: 1280px) {
  .no-large-screen {
    display: none; } }

/* avoid top margins on first content element */
p:first-child, .p-like:first-child, ul:first-child, ol:first-child, dl:first-child, blockquote:first-child, pre:first-child, h1:first-child, .h1-like:first-child, h2:first-child, .h2-like:first-child, h3:first-child, .h3-like:first-child, h4:first-child, .h4-like:first-child, h5:first-child, .h5-like:first-child, h6:first-child, .h6-like:first-child {
  margin-top: 0; }

/* avoid margins on nested elements */
li p, li .p-like, li ul, li ol {
  margin-top: 0;
  margin-bottom: 0; }

/* max values */
img, table, td, blockquote, code, pre, textarea, input, video, svg {
  max-width: 100%; }

/* margin-bottom on tables */
table {
  margin-bottom: 2rem; }

/* module, gains superpower "BFC" Block Formating Context */
.mod, .bfc {
  overflow: hidden; }

/* blocks that needs to be placed under floats */
.clear, .line, .row {
  clear: both; }

/* blocks that must contain floats */
.clearfix::after, .line::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse; }

/* text and contents alignment */
.txtleft {
  text-align: left; }

.txtright {
  text-align: right; }

.txtcenter {
  text-align: center; }

/* simple method */
.left {
  margin-right: auto; }

.right {
  margin-left: auto; }

.center {
  margin-left: auto;
  margin-right: auto; }

/* floating method */
.fl {
  float: left; }

.fr {
  float: right; }

img.fl {
  margin-right: 1rem; }

img.fr {
  margin-left: 1rem; }

img.fl, img.fr {
  margin-bottom: 0.5rem; }

/* table-cell method */
.row {
  display: table;
  table-layout: fixed;
  width: 100%; }

.row > *, .col {
  display: table-cell;
  vertical-align: top; }

body > script {
  display: none !important; }

/* no table-cell for script tag when body is a .row */
/* inline-block methode (problème de whitespace) */
.inbl {
  display: inline-block;
  vertical-align: top; }

/* flexbox methode (compatible à partir ie10) */
[class*="flex-container"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.flex-container-h {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-container-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-item-fluid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.flex-item-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.flex-item-medium {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.flex-item-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.flex-item-center {
  margin: auto; }

/* ---------------------------------- */
/* ==Grids                            */
/* ---------------------------------- */
/* grid container */
[class*="grid-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -4em;
  /* inline-block fallback for IE9 generation */
  letter-spacing: -0.31em;
  text-rendering: optimizespeed; }

/* grid childs */
[class*="grid-"] > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% * 1 / 4 - 4em - .01px);
  margin-left: 4em;
  /* inline-block fallback for IE9 generation */
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto; }

[class*="grid-2"] > * {
  width: calc(100% * 1 / 2 - 4em - .01px); }

[class*="grid-2"] > .flex-item-double {
  width: calc(100% * 2 / 2 - 4em); }

[class*="grid-3"] > * {
  width: calc(100% * 1 / 3 - 4em - .01px); }

[class*="grid-3"] > .flex-item-double {
  width: calc(100% * 2 / 3 - 4em); }

[class*="grid-4"] > * {
  width: calc(100% * 1 / 4 - 4em - .01px); }

[class*="grid-4"] > .flex-item-double {
  width: calc(100% * 2 / 4 - 4em); }

[class*="grid-5"] > * {
  width: calc(100% * 1 / 5 - 4em - .01px); }

[class*="grid-5"] > .flex-item-double {
  width: calc(100% * 2 / 5 - 4em); }

[class*="grid-6"] > * {
  width: calc(100% * 1 / 6 - 4em - .01px); }

[class*="grid-6"] > .flex-item-double {
  width: calc(100% * 2 / 6 - 4em); }

[class*="grid-7"] > * {
  width: calc(100% * 1 / 7 - 4em - .01px); }

[class*="grid-7"] > .flex-item-double {
  width: calc(100% * 2 / 7 - 4em); }

[class*="grid-8"] > * {
  width: calc(100% * 1 / 8 - 4em - .01px); }

[class*="grid-8"] > .flex-item-double {
  width: calc(100% * 2 / 8 - 4em); }

[class*="grid-10"] > * {
  width: calc(100% * 1 / 10 - 4em - .01px); }

[class*="grid-10"] > .flex-item-double {
  width: calc(100% * 2 / 10 - 4em); }

[class*="grid-12"] > * {
  width: calc(100% * 1 / 12 - 4em - .01px); }

[class*="grid-12"] > .flex-item-double {
  width: calc(100% * 2 / 12 - 4em); }

@media (max-width: 640px) {
  [class*="-small-4"] > * {
    width: calc(100% * 1 / 4 - 4em - .01px); }
  [class*="-small-4"] > .flexitem-double {
    width: calc(100% * 1 / 2 - 4em - .01px); }
  [class*="-small-3"] > * {
    width: calc(100% * 1 / 3 - 4em - .01px); }
  [class*="-small-3"] > .flexitem-double {
    width: calc(100% * 2 / 3 - 4em - .01px); }
  [class*="-small-2"] > * {
    width: calc(100% * 1 / 2 - 4em - .01px); }
  [class*="-small-2"] > .flexitem-double {
    width: calc(100% - 4em - .01px); }
  [class*="-small-1"] > * {
    width: calc(100% - 4em - .01px); }
  [class*="-small-1"] > .flexitem-double {
    width: calc(100% - 4em - .01px); } }

@media (max-width: 480px) {
  [class*="-tiny-2"] > * {
    width: calc(100% * 1 / 2 - 4em - .01px); }
  [class*="-tiny-2"] > .flexitem-double {
    width: calc(100% - 4em - .01px); }
  [class*="-tiny-1"] > * {
    width: calc(100% - 4em - .01px); }
  [class*="-tiny-1"] > .flexitem-double {
    width: calc(100% - 4em - .01px); } }

.grid-2-1 > *:nth-child(odd) {
  width: calc(66.66667% - 4em); }

.grid-2-1 > *:nth-child(even) {
  width: calc(33.33333% - 4em); }

@media (max-width: 640px) {
  .grid-2-1 > *:nth-child(n) {
    width: calc(100% - 4em); } }

.grid-1-2 > *:nth-child(odd) {
  width: calc(33.33333% - 4em); }

.grid-1-2 > *:nth-child(even) {
  width: calc(66.66667% - 4em); }

@media (max-width: 640px) {
  .grid-1-2 > *:nth-child(n) {
    width: calc(100% - 4em); } }

.grid-3-1 > *:nth-child(odd) {
  width: calc(75% - 4em); }

.grid-3-1 > *:nth-child(even) {
  width: calc(25% - 4em); }

@media (max-width: 640px) {
  .grid-3-1 > *:nth-child(n) {
    width: calc(100% - 4em); } }

.grid-1-3 > *:nth-child(odd) {
  width: calc(25% - 4em); }

.grid-1-3 > *:nth-child(even) {
  width: calc(75% - 4em); }

@media (max-width: 640px) {
  .grid-1-3 > *:nth-child(n) {
    width: calc(100% - 4em); } }

.grid-3-2 > *:nth-child(odd) {
  width: calc(60% - 4em); }

.grid-3-2 > *:nth-child(even) {
  width: calc(40% - 4em); }

@media (max-width: 640px) {
  .grid-3-2 > *:nth-child(n) {
    width: calc(100% - 4em); } }

.grid-2-3 > *:nth-child(odd) {
  width: calc(40% - 4em); }

.grid-2-3 > *:nth-child(even) {
  width: calc(60% - 4em); }

@media (max-width: 640px) {
  .grid-2-3 > *:nth-child(n) {
    width: calc(100% - 4em); } }

.grid-4-1 > *:nth-child(odd) {
  width: calc(80% - 4em); }

.grid-4-1 > *:nth-child(even) {
  width: calc(20% - 4em); }

@media (max-width: 640px) {
  .grid-4-1 > *:nth-child(n) {
    width: calc(100% - 4em); } }

.grid-1-4 > *:nth-child(odd) {
  width: calc(20% - 4em); }

.grid-1-4 > *:nth-child(even) {
  width: calc(80% - 4em); }

@media (max-width: 640px) {
  .grid-1-4 > *:nth-child(n) {
    width: calc(100% - 4em); } }

.pull {
  margin-right: auto; }

.push {
  margin-left: auto; }

/* ----------------------------- */
/* ==tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top; }

.table {
  display: table; }

#recaptcha_table,
table.table-auto {
  table-layout: auto; }

td,
th {
  vertical-align: top;
  min-width: 2rem;
  cursor: default; }

/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn {
  display: inline-block; }

/* forms items */
form, fieldset {
  border: none; }

input, button, select, label, .btn {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit; }

label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

legend {
  border: 0;
  white-space: normal; }

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical; }

select {
  -webkit-appearance: menulist-button; }

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

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

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #777; }

.btn:focus,
input[type="button"]:focus,
button:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

button.unstyled,
input[type="button"].unstyled,
input[type="submit"].unstyled,
input[type="reset"].unstyled {
  padding: 0;
  border: none;
  line-height: 1;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  button.unstyled:focus,
  input[type="button"].unstyled:focus,
  input[type="submit"].unstyled:focus,
  input[type="reset"].unstyled:focus {
    box-shadow: none;
    outline: none; }

/* ---------------------------------- */
/* ==visual helpers                   */
/* .. use them with parcimony !       */
/* ---------------------------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w33 {
  width: 33.3333%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w66 {
  width: 66.6666%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w100 {
  width: 100%; }

.w50p {
  width: 50px; }

.w100p {
  width: 100px; }

.w150p {
  width: 150px; }

.w200p {
  width: 200px; }

.w300p {
  width: 300px; }

.w400p {
  width: 400px; }

.w500p {
  width: 500px; }

.w600p {
  width: 600px; }

.w700p {
  width: 700px; }

.w800p {
  width: 800px; }

.w960p {
  width: 960px; }

.w1140p {
  width: 1140px; }

.mw960p {
  max-width: 960px; }

.mw1140p {
  max-width: 1140px; }

.wauto {
  width: auto; }

/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small, medium, large, none
*/
.man, .ma0 {
  margin: 0; }

.pan, .pa0 {
  padding: 0; }

.mas {
  margin: 1rem; }

.mam {
  margin: 2rem; }

.mal {
  margin: 4rem; }

.mtn, .mt0 {
  margin-top: 0; }

.mts {
  margin-top: 1rem; }

.mtm {
  margin-top: 2rem; }

.mtl {
  margin-top: 4rem; }

.mrn, .mr0 {
  margin-right: 0; }

.mrs {
  margin-right: 1rem; }

.mrm {
  margin-right: 2rem; }

.mrl {
  margin-right: 4rem; }

.mbn, .mb0 {
  margin-bottom: 0; }

.mbs {
  margin-bottom: 1rem; }

.mbm {
  margin-bottom: 2rem; }

.mbl {
  margin-bottom: 4rem; }

.mln, .ml0 {
  margin-left: 0; }

.mls {
  margin-left: 1rem; }

.mlm {
  margin-left: 2rem; }

.mll {
  margin-left: 4rem; }

.pas {
  padding: 1rem; }

.pam {
  padding: 2rem; }

.pal {
  padding: 4rem; }

.ptn, .pt0 {
  padding-top: 0; }

.pts {
  padding-top: 1rem; }

.ptm {
  padding-top: 2rem; }

.ptl {
  padding-top: 4rem; }

.prn, .pr0 {
  padding-right: 0; }

.prs {
  padding-right: 1rem; }

.prm {
  padding-right: 2rem; }

.prl {
  padding-right: 4rem; }

.pbn, .pb0 {
  padding-bottom: 0; }

.pbs {
  padding-bottom: 1rem; }

.pbm {
  padding-bottom: 2rem; }

.pbl {
  padding-bottom: 4rem; }

.pln, .pl0 {
  padding-left: 0; }

.pls {
  padding-left: 1rem; }

.plm {
  padding-left: 2rem; }

.pll {
  padding-left: 4rem; }

/* ----------------------------- */
/* ==desktop and HD devices   : MODIF NICO    */
/* ----------------------------- */
.img-responsive {
  height: auto; }

.img-responsive:hover {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s; }

@media (min-width: 961px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important; }
  .large-visible {
    display: block !important; }
  .large-no-float {
    float: none; }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .large-row {
    display: table;
    table-layout: fixed;
    width: 100% !important; }
  .large-col {
    display: table-cell;
    vertical-align: top; }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important; }
  .large-w33 {
    width: 33.3333% !important; }
  .large-w50 {
    width: 50% !important; }
  .large-w66 {
    width: 66.6666% !important; }
  .large-w75 {
    width: 75% !important; }
  .large-w100, .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0; }
  /* margins for large screens */
  .large-man, .large-ma0 {
    margin: 0 !important; }
  /* positionnement */
  .large-center {
    margin-left: auto;
    margin-right: auto; }
  .large-left {
    margin-right: auto; }
  .large-right {
    margin-left: auto; }
  .large-fl {
    float: left; }
  .large-fr {
    float: right; }
  .large-wauto {
    width: auto; } }

@media (max-width: 960px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important; }
  .medium-visible {
    display: block !important; }
  .medium-no-float {
    float: none; }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .medium-row {
    display: table;
    table-layout: fixed;
    width: 100% !important; }
  .medium-col {
    display: table-cell;
    vertical-align: top; }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important; }
  .medium-w33 {
    width: 33.3333% !important; }
  .medium-w50 {
    width: 50% !important; }
  .medium-w66 {
    width: 66.6666% !important; }
  .medium-w75 {
    width: 75% !important; }
  .medium-w100 {
    width: 100% !important;
    clear: both; }
  .medium-w100, .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0; }
  /* margins for medium screens */
  .medium-man, .medium-ma0 {
    margin: 0 !important; }
  /* positionnement */
  .medium-center {
    margin-left: auto;
    margin-right: auto; }
  .medium-left {
    margin-right: auto; }
  .medium-right {
    margin-left: auto; }
  .medium-fl {
    float: left; }
  .medium-fr {
    float: right; }
  .medium-wauto {
    width: auto; } }

@media (max-width: 768px) {
  .w90, .w80, .w70, .w60, .w50, .w40, .w30, .w20, .w10 {
    width: 100% !important;
    clear: both; } }

@media (max-width: 640px) {
  /* quick reset in small resolution and less */
  .w600p, .w700p, .w800p, .w960p, .mw960p {
    width: auto;
    float: none; }
  /* layouts for small screens */
  .small-hidden {
    display: none !important; }
  .small-visible {
    display: block !important; }
  .small-no-float {
    float: none; }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .small-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important; }
  .small-col {
    display: table-cell !important;
    vertical-align: top !important; }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important; }
  .small-w33 {
    width: 33.3333% !important; }
  .small-w50 {
    width: 50% !important; }
  .small-w66 {
    width: 66.6666% !important; }
  .small-w75 {
    width: 75% !important; }
  .small-w100, .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0; }
  /* margins for small screens */
  .small-man, .small-ma0 {
    margin: 0 !important; }
  .small-pan, .small-pa0 {
    padding: 0 !important; }
  /* positionnement */
  .small-center {
    margin-left: auto;
    margin-right: auto; }
  .small-left {
    margin-right: auto; }
  .small-right {
    margin-left: auto; }
  .small-fl {
    float: left; }
  .small-fr {
    float: right; }
  .small-wauto {
    width: auto; } }

@media (max-width: 320px) {
  /* quick small resolution reset */
  .mod, .col, fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0; }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .w300p, .w400p, .w500p {
    width: auto;
    float: none; }
  .row {
    display: block !important;
    width: 100% !important; }
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important; }
  .tiny-visible {
    display: block !important; }
  .tiny-no-float {
    float: none; }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .tiny-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important; }
  .tiny-col {
    display: table-cell !important;
    vertical-align: top !important; }
  th, td {
    display: block;
    width: auto;
    text-align: left; }
  thead {
    display: none; }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important; }
  .tiny-w33 {
    width: 33.3333% !important; }
  .tiny-w50 {
    width: 50% !important; }
  .tiny-w66 {
    width: 66.6666% !important; }
  .tiny-w75 {
    width: 75% !important; }
  .tiny-w100, .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0; }
  /* margins for tiny screens */
  .tiny-man, .tiny-ma0 {
    margin: 0 !important; }
  .tiny-pan, .tiny-pa0 {
    padding: 0 !important; }
  /* positionnement */
  .tiny-center {
    margin-left: auto;
    margin-right: auto; }
  .tiny-left {
    margin-right: auto; }
  .tiny-right {
    margin-left: auto; }
  .tiny-fl {
    float: left; }
  .tiny-fr {
    float: right; }
  .tiny-wauto {
    width: auto; } }

/* quick print reset */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt; }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto; }
  .print {
    display: block; }
  .no-print {
    display: none; }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3; }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid; }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid; }
  a {
    color: #000; }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: ""; } }

/* ----------------------------- */
/* ==misc rules                  */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute; }
  .skip-links a {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0.5em;
    background: black;
    color: white;
    text-decoration: none; }
    .skip-links a:focus {
      position: static;
      overflow: visible;
      clip: auto; }

@media (max-width: 640px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; } }

/* Google Gmap3 bug fix on images */
/* ----------------------------- */
/* ==minor stylings              */
/* ----------------------------- */
/* styling elements */
code, kbd, mark {
  border-radius: 2px; }

kbd {
  padding: 0 2px;
  border: 1px solid #999; }

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11; }

pre code {
  padding: none;
  background: none;
  color: inherit;
  border-radius: 0; }

mark {
  padding: 2px 4px; }

sup,
sub {
  vertical-align: 0; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

blockquote {
  position: relative;
  padding-left: 3em; }

blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3); }

blockquote > footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7); }

blockquote > footer::before {
  content: "\2014 \0020"; }

q {
  font-style: normal; }

q,
.q {
  quotes: "“\00a0" "\00a0”"; }

q:lang(fr),
.q:lang(fr) {
  quotes: "«\00a0" "\00a0»"; }

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc; }

/* tables */
table,
.table {
  border: 1px solid #ccc; }

caption {
  padding: 1rem;
  color: #555;
  font-style: italic; }

td,
th {
  padding: 0.3em 0.8em;
  text-align: left; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/*                          INIT                               */
.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1280px) {
    .container {
      padding: 0 1%; } }

#csoc-container {
  max-width: 1240px; }

h1 {
  font-family: "Open Sans";
  color: #fff;
  margin-bottom: 0;
  font-weight: 100; }

h1 span {
  font-weight: 600; }

h2 {
  margin: 10px 0 0px 0; }

#order-opc h3, #order-opc form.std h3, #order-opc #new_account_form.std h3, #block-order-detail h3 {
  background: #0d335f;
  color: #fff; }

#block-order-detail h3 {
  font-family: "Open Sans Condensed";
  font-size: 1.8rem;
  text-transform: uppercase; }

#mywishlist h3 {
  padding-left: 0; }

h4 {
  margin-bottom: 0; }

#category #center_column h1 {
  font-size: 2.4rem; }

#category #center_column p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: normal; }

a, a:hover {
  text-decoration: none; }

a {
  color: #ffff; }
  a:hover, a:focus, a:active {
    color: #fff; }

a:focus, a:active {
  color: #333; }

.btn_blue_small {
  font-family: "Open Sans Condensed";
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 10px;
  border-radius: 15px;
  padding: 4px 14px 4px 14px;
  border: none;
  background-color: #0c587f; }

.btn_blue_small:hover {
  color: #0c587f;
  background-color: #fff; }

.btn_darkblue_small {
  font-family: "Open Sans Condensed";
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 10px;
  border-radius: 15px;
  padding: 4px 14px 4px 14px;
  border: none;
  background-color: #0d335f; }

.btn_darkblue_small:hover {
  color: #fff;
  background-color: #0c587f; }

.btn-default, .button_account {
  font-family: "Open Sans Condensed";
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 10px;
  border-radius: 15px;
  padding: 4px 14px 4px 14px;
  border: none;
  background-color: #0d335f; }

.btn-default:hover, .button_account:hover {
  color: #fff;
  background-color: #0c587f; }

.btn_darkblue_medium {
  font-family: "Open Sans Condensed";
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 20px auto !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: none;
  background-color: #0d335f; }

.btn_darkblue_medium:hover {
  color: #fff;
  background-color: #0c587f; }

.btn_shop {
  float: left;
  background-image: url("../img/caddy.png");
  background-repeat: no-repeat; }
  @media (max-width: 480px) {
    .btn_shop {
      padding: 10px; } }

.lang_fr .btn_shop {
  background-position: 155px 8px; }

.lang_en .btn_shop {
  background-position: 130px 8px; }

.lang_es .btn_shop {
  background-position: 155px 8px; }

.lang_de .btn_shop {
  background-position: 160px 8px; }

.btn_shop:hover {
  padding-right: 70px; }

.btn_white_small {
  font-family: "Open Sans Condensed";
  float: left;
  border: 1px solid #fff;
  color: #0c587f;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 10px;
  border-radius: 15px;
  padding: 4px 14px 4px 14px;
  background-color: #fff; }

.btn_white_small:hover {
  color: #fff;
  background: none; }

.btn_whitetobleu_small {
  font-family: "Open Sans Condensed";
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 10px;
  border-radius: 15px;
  padding: 4px 14px 4px 14px;
  background-color: #0c587f; }

.btn_whitetobleu_small:hover {
  color: #0d335f !important;
  background: #fff; }

.btn_white_big {
  font-family: "Open Sans Condensed";
  float: right;
  border: 1px solid #fff;
  color: #0c587f;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 10px;
  border-radius: 30px;
  padding: 8px 20px;
  background-color: #fff; }

.btn_white_big:hover {
  color: #fff;
  background: none; }

.btn_green_small {
  font-family: "Open Sans Condensed";
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 10px;
  border-radius: 15px;
  padding: 4px 14px 4px 14px;
  border: none;
  background-color: #8cca19; }

.btn_green_small:hover {
  color: #fff;
  background-color: #9cb8cc; }

.btn_blue_small:hover, .btn_white_small:hover, .btn_darkblue_medium:hover, .btn_darkblue_small:hover, .btn_white_big:hover, .btn_green_small:hover, .btn_whitetobleu_small:hover, .btn:hover, .btn-default:hover, .button_large:hover {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s; }

.btn_blue_small, .btn_white_small, .btn_darkblue_small, .btn_green_small, .btn_whitetobleu_small, .button_large {
  position: relative; }
  .btn_blue_small:after, .btn_white_small:after, .btn_darkblue_small:after, .btn_green_small:after, .btn_whitetobleu_small:after, .button_large:after {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    font-size: 1.9rem;
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    top: 4px;
    right: 8px; }
  .btn_blue_small:hover, .btn_white_small:hover, .btn_darkblue_small:hover, .btn_green_small:hover, .btn_whitetobleu_small:hover, .button_large:hover {
    padding-right: 25px; }
    .btn_blue_small:hover:after, .btn_white_small:hover:after, .btn_darkblue_small:hover:after, .btn_green_small:hover:after, .btn_whitetobleu_small:hover:after, .button_large:hover:after {
      opacity: 1;
      right: 12px; }

.btn_white_big {
  position: relative; }
  .btn_white_big:after {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    font-size: 3rem;
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    top: 7px;
    right: 8px; }
  .btn_white_big:hover {
    padding-right: 40px; }
    .btn_white_big:hover:after {
      opacity: 1;
      right: 20px; }

#content .btn, #content .btn-default, #content .button_account {
  position: relative; }
  #content .btn:after, #content .btn-default:after, #content .button_account:after {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    font-size: 1.9rem;
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    top: 4px;
    right: 8px; }
  #content .btn:hover, #content .btn-default:hover, #content .button_account:hover {
    padding-right: 25px; }
    #content .btn:hover:after, #content .btn-default:hover:after, #content .button_account:hover:after {
      opacity: 1;
      right: 12px; }

.btn_whitetobleu_small:after, .footer_links .btn:after, .footer_links .btn-default:after, .footer_links .button_account:after, #submitWishlist:after,
.cart_navigation .btn:after, .history_detail .btn:after, #sendEmail:after, #module-blockwishlist-mywishlist .product_infos .btn-default:after,
#address #add_address #submitAddress:after, .button_large:after, #password .btn:after, #module-blockwishlist-view .btn_action .btn:after {
  top: 1px !important; }

header {
  background: #0e284c; }

#header-top {
  background: #0d335f; }

#header-main .container .row {
  position: relative; }

.txt_header {
  color: #5581ae;
  font-size: 2.4rem;
  font-weight: normal;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 50px; }

#header-main #header_logo a {
  display: block;
  width: 570px;
  height: 90px;
  margin: 20px 0 1px 0; }
  @media (max-width: 840px) {
    #header-main #header_logo a {
      width: 470px;
      height: auto;
      margin: 15px auto 25px auto; } }
  @media (max-width: 480px) {
    #header-main #header_logo a {
      width: 300px;
      height: auto; }
      #header-main #header_logo a img {
        margin: 0 auto;
        height: auto; } }

.ie8 #header #header_logo {
  width: 350px; }

#nav-main {
  border-top: 1px solid #fff; }

#nav-main li a:hover, #nav-main li a:hover span {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s; }

input, button, select, optgroup, textarea {
  color: #0d335f; }

input {
  border: 1px solid #ddd; }

.checkbox label {
  margin: 0 10px; }

textarea, input {
  outline: none; }

.form-maker-form {
  background-color: #fff;
  padding: 20px; }
  .form-maker-form label {
    width: 150px;
    color: #0d335f; }
  .form-maker-form p, .form-maker-form .rte span {
    color: #0d335f; }
  .form-maker-form .btn-default {
    margin-top: 20px; }
  .form-maker-form .form-group {
    width: 100%;
    clear: both; }

@media (max-width: 480px) {
  label {
    clear: both !important;
    width: 100%; } }

select {
  -webkit-appearance: none !important; }

/*                            CONTENT                          */
#index #main {
  background: url("../img/bg.gif") center 256px no-repeat; }

#main {
  background: url("../img/bg.gif") center 140px no-repeat; }

#paiement_logo_block_left a img {
  margin: 5px 10px 5px 0; }

#cat_footer {
  background: #0c3f74;
  margin-top: 60px; }

#cat_footer > * {
  padding: 25px 30px 30px 30px; }

#cat_footer h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  font-weight: normal; 
  color: #fff;}

#cat_footer ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0; }

#cat_footer ul li {
  padding: 0; }

#cat_footer ul li a {
  color: #9cb8cc; }

#cat_footer ul li a:hover {
  color: #fff; }

#credits {
  padding: 20px 0 40px 0; }

#htmlcontent-item {
  height: 240px; }
  @media (max-width: 736px) {
    #htmlcontent-item {
      height: 255px !important; }
      #htmlcontent-item img {
        height: 100%; } }

#htmlcontent_home .htmlcontent-item, #htmlcontent_top .htmlcontent-item {
  position: relative;
  width: 100%;
  height: 100%; }

#htmlcontent_home .htmlcontent-item > *, #htmlcontent_top .htmlcontent-item > * {
  position: absolute;
  width: 100%; }

#htmlcontent_home .item-html, #htmlcontent_top .item-html {
  display: block;
  width: 100%;
  height: 100%; }

#htmlcontent_home .item-html a, #htmlcontent_top .item-html a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 21px 30px 30px 30px; }

#htmlcontent_home .item-html .item-title, #htmlcontent_top .item-html .item-title {
  color: #0d335f;
  font-weight: 600;
  margin-bottom: -3px; }

#htmlcontent_home .item-html p, #htmlcontent_top .item-html p {
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.3;
  height: 105px; }
  @media (max-width: 736px) {
    #htmlcontent_home .item-html p, #htmlcontent_top .item-html p {
      font-size: 1.4rem;
      line-height: 1.3;
      height: 85px; } }

#htmlcontent_home .item-html span, #htmlcontent_top .item-html span {
  font-family: "Open Sans Condensed";
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  border-radius: 15px;
  padding: 4px 14px 4px 14px;
  border: none;
  background-color: #0c587f;
  position: relative; }
  #htmlcontent_home .item-html span:after, #htmlcontent_top .item-html span:after {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    font-size: 1.9rem;
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    top: 4px;
    right: 8px; }

#htmlcontent_home .item-html:hover, #htmlcontent_top .item-html:hover {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s; }
  #htmlcontent_home .item-html:hover p, #htmlcontent_top .item-html:hover p {
    color: #666666; }
  #htmlcontent_home .item-html:hover span, #htmlcontent_top .item-html:hover span {
    color: #0c587f;
    background-color: #fff;
    padding-right: 25px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
    #htmlcontent_home .item-html:hover span:after, #htmlcontent_top .item-html:hover span:after {
      opacity: 1;
      right: 12px; }

#htmlcontent_home .item-img, #htmlcontent_top .item-img {
  display: block;
  top: 0; }

#htmlcontent_home .grid .htmlcontent-item, #htmlcontent_top .grid .htmlcontent-item {
  float: left;
  position: relative;
  width: 22.75%;
  min-height: 240px;
  margin-top: 20px;
  margin-bottom: 20px; }
  #htmlcontent_home .grid .htmlcontent-item.first, #htmlcontent_top .grid .htmlcontent-item.first {
    margin-right: 1.5%; }
  #htmlcontent_home .grid .htmlcontent-item.item, #htmlcontent_top .grid .htmlcontent-item.item {
    margin-left: 1.5%;
    margin-right: 1.5%; }
  #htmlcontent_home .grid .htmlcontent-item.last, #htmlcontent_top .grid .htmlcontent-item.last {
    margin-left: 1.5%; }
  @media screen and (max-width: 1024px) {
    #htmlcontent_home .grid .htmlcontent-item, #htmlcontent_top .grid .htmlcontent-item {
      width: 48.5%;
      margin-bottom: 20px;
      margin-left: 0 !important;
      margin-right: 0 !important; }
      #htmlcontent_home .grid .htmlcontent-item:nth-child(2n), #htmlcontent_top .grid .htmlcontent-item:nth-child(2n) {
        margin-left: 2% !important; } }
  @media screen and (max-width: 480px) {
    #htmlcontent_home .grid .htmlcontent-item, #htmlcontent_top .grid .htmlcontent-item {
      width: 100%;
      margin-bottom: 20px; }
      #htmlcontent_home .grid .htmlcontent-item:nth-child(2n), #htmlcontent_top .grid .htmlcontent-item:nth-child(2n) {
        margin-left: 0px !important; } }

#letstay {
  margin-bottom: 15px; }

.fb_iframe_widget {
  float: right; }

.home-bg-twitter {
  max-height: 260px;
  overflow: hidden; }
  .home-bg-twitter .twblock {
    background: #fff; }
    @media (min-width: 840px) {
      .home-bg-twitter .twblock {
        margin-left: 6%; } }
  @media (max-width: 840px) {
    .home-bg-twitter {
      margin: 20px 0;
      background: #fff; }
    .home-bg-twitter .twblock, .home-bg-twitter iframe {
      min-width: 100% !important;
      width: 100% !important; } }
  @media (max-width: 736px) {
    .home-bg-twitter {
      margin: 20px 0 0 0; } }

@media (max-width: 1100px) {
  #bh_fb_page_widget_home .fb-like-box iframe, #bh_fb_page_widget_home .fb-like-box, #bh_fb_page_widget_home .fb-like-box span, ._2p3a {
    width: 100% !important; } }

@media (max-width: 840px) {
  #bh_fb_page_widget_home {
    margin: 20px 0;
    background-color: #fff; } }

/*#htmlcontent_top .htmlcontent-item{ width:240px; height:180px; overflow: hidden;}
#htmlcontent_top .item-link{ display:block; width:100%; height:100%; }*/
#left_column {
  width: 23%; }
  @media (max-width: 1024px) {
    #left_column {
      display: none; } }

#category #center_column, #module-formmaker-form #center_column, #manufacturer #center_column, #prices-drop #center_column, #new-products #center_column, #stores #center_column, #best-sales #center_column, #search #center_column, #module-mailalerts-account #center_column, #module-tggatos-paymentgateway #center_column {
  margin-left: 3%;
  width: 74%; }
  @media (max-width: 1024px) {
    #category #center_column, #module-formmaker-form #center_column, #manufacturer #center_column, #prices-drop #center_column, #new-products #center_column, #stores #center_column, #best-sales #center_column, #search #center_column, #module-mailalerts-account #center_column, #module-tggatos-paymentgateway #center_column {
      width: 94%;
      margin: 20px 3%; } }

@media (max-width: 1024px) {
  #center_column {
    width: 94%;
    margin: 20px 3%; } }

#module-tggatos-paymentgateway #right_column, #module-returnmanager-manager #right_column {
  display: none; }

#social_block .row {
  position: relative; }

#module-formmaker-form .form-group {
  padding: 10px 0; }

#module-formmaker-form .form-maker-form label {
  width: 200px;
  vertical-align: top;
  margin-top: 0 !important; }

#module-formmaker-form .values-container, #module-formmaker-form .input-group, #module-formmaker-form .uploader {
  display: inline-block; }

#module-formmaker-form .values-container .radio {
  float: left; }

#module-formmaker-form .values-container .radio label {
  width: auto;
  padding: 0 10px; }

#mailalerts_block_account ul {
  list-style: none;
  padding-left: 0; }

#mailalerts_block_account h5 a {
  color: #fff; }

#mailalerts_block_account h5 a:hover {
  color: #ccc; }

/*@media only screen and (min-width: 1200px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}*/
.display_list {
  display: none; }

/*//structure
#header {
	z-index: 5003;
}*/
#columns {
  position: relative;
  padding-bottom: 50px;
  padding-top: 15px; }

#index .tab-content {
  margin-top: 35px;
  margin-bottom: 34px; }

#center_column .page_product_box h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

#add_address label {
  width: 150px;
  color: #0d335f; }

p.info-title {
  font-weight: bold;
  color: #0d335f;
  margin-bottom: 25px; }

#order-slip .box, #order-slip h3 {
  background: none !important; }

#order-slip h3 {
  padding-left: 0; }

#order-slip .box, #order-slip .box p, #order-slip .box strong, #order-slip .info-order a {
  color: #fff; }

#order-slip .info-order a {
  text-decoration: underline; }

#order-slip .box .info-order a:hover {
  color: #ccc; }

#order-slip ul {
  list-style: none; }

#order-slip #order-detail-content {
  margin-left: 0; }

#history p.info-title, #order-slip p.info-title {
  color: #fff; }

p.info-account {
  margin: -4px 0 24px 0; }

#order-slip #block-history {
  background: none; }

.dark {
  color: #0d335f; }

.main-page-indent {
  margin-bottom: 4em; }

.alert {
  font-weight: bold;
  color: #fff !important; }
  .alert p {
    color: #fff !important; }
  .alert:before {
    cursor: pointer; }
  .alert ul, .alert ol {
    padding-left: 15px;
    margin-left: 27px; }
    .alert ul li, .alert ol li {
      list-style-type: decimal;
      font-weight: normal; }
  .alert.alert-success {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-success:before {
      font-family: "FontAwesome";
      content: "\f058";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px; }
  .alert.alert-danger {
    margin-bottom: 10px; }
    .alert.alert-danger:before {
      font-family: "FontAwesome";
      content: "\f057";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px;
      float: left; }

.box .alert p, .box .alert ol, .box .alert li, .box .alert {
  color: #0d335f !important; }

#module-bankwire-payment .box p, #order-confirmation .box {
  color: #0d335f !important; }

#order-follow #block-history {
  background: none; }

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px; }

label {
  color: #0e284c; }
  label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px; }

.unvisible {
  display: none; }

.checkbox {
  line-height: 16px;}
  .checkbox label {
    color: #777777; }

.close {
  opacity: 1; }
  .close:hover {
    opacity: 1; }

input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
  font-family: "Open Sans Condensed";
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 10px;
  border-radius: 15px;
  padding: 4px 14px 4px 14px;
  border: none;
  background-color: #0c587f; }

input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
  text-decoration: none;
  background-position: left -50px; }

input.button_mini:active,
input.button_small:active,
input.button:active,
input.button_large:active,
input.exclusive_mini:active,
input.exclusive_small:active,
input.exclusive:active,
input.exclusive_large:active,
a.button_mini:active,
a.button_small:active,
a.button:active,
a.button_large:active,
a.exclusive_mini:active,
a.exclusive_small:active,
a.exclusive:active,
a.exclusive_large:active {
  background-position: left -100px; }

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  color: #999999;
  background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
  cursor: default; }

.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3; }

.button.button-small span {
  display: block;
  padding: 3px 8px 3px 8px; }
  .button.button-small span i {
    vertical-align: 0px;
    margin-right: 5px; }
    .button.button-small span i.right {
      margin-right: 0;
      margin-left: 5px; }
  .button.button-small span:hover {
    border-radius: 15px;
    color: #0c587f;
    background-color: #fff; }

.link-button {
  font-weight: bold; }
  .link-button i {
    margin-right: 5px; }
    .link-button i.large {
      font-size: 26px;
      line-height: 26px;
      vertical-align: -3px;
      color: silver; }

.btn.button-plus,
.btn.button-minus {
  font-size: 14px;
  line-height: 14px;
  color: #c0c0c0;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
  padding: 0;
  border: 1px solid;
  border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8; }
  .btn.button-plus span,
  .btn.button-minus span {
    display: block;
    border: 1px solid #6399bf;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0 0 0;
    background: white;
    background-image: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, white 0%, #fbfbfb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFBFBFB', GradientType=0); }
  .btn.button-plus:hover,
  .btn.button-minus:hover {
    color: #fff; }
    .btn.button-plus:hover span,
    .btn.button-minus:hover span {
      -webkit-filter: none;
              filter: none;
      background: #f6f6f6; }

.button.exclusive-medium {
  font-size: 17px;
  padding: 0;
  line-height: 21px;
  color: #fff;
  font-weight: bold;
  border: 1px solid;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
  text-shadow: 1px 1px white; }
  .button.exclusive-medium span {
    border: 1px solid;
    border-color: #6399bf;
    display: block;
    padding: 9px 10px 11px 10px;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED', GradientType=0); }
    @media (max-width: 320px) {
      .button.exclusive-medium span {
        font-size: 15px;
        padding-right: 7px;
        padding-left: 7px; } }
    .button.exclusive-medium span:hover {
      border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2; }

.form-control {
  box-shadow: none; }
  .form-control.grey {
    background: #fbfbfb; }

table.std,
table.table_block {
  
  margin-bottom: 20px;
  width: 100%;
  border-bottom: none;
  border-collapse: inherit; }

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  background: #0d335f; }

table.std td,
table.table_block td {
  padding: 12px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.6rem;
  vertical-align: top;
  background:white;
	 }

.table {
  margin-bottom: 30px; }
  .table > thead > tr > th {
    background: #0e284c;
    border-bottom-width: 1px;
    color: #fff;
    vertical-align: middle; }
  .table td ul, .table td ol {
    margin-bottom: 0 !important; }
  .table td a.color-myaccount {
    color: #0e284c;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }
  .table tfoot tr {
    background: #0e284c; }

.price {
  white-space: nowrap; }

.price.product-price {
  font: 600 21px/26px "Open Sans";
  color: #0d335f; }

.old-price {
  color: #0d335f;
  text-decoration: line-through; }

.new {
  color: #8cca19 !important; }

.old-price.product-price {
  font-size: 17px; }

.special-price {
  color: #f13340; }

.price-percent-reduction {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 250px;
  height: 80px;
  color: #fff;
  text-align: center;
  line-height: 3;
  background: #8cca19;
  font-weight: 600;
  font: 2.6rem !important;
  padding: 35px 5px 0 3px;
  display: block;
  position: absolute;
  top: -230px;
  right: -100px; }
  .price-percent-reduction.small {
    font: 700 14px / 17px;
    padding: 1px 6px; }

.new-box,
.sale-box {
  position: absolute;
  top: -4px;
  overflow: hidden;
  height: 85px;
  width: 85px;
  text-align: center;
  z-index: 0; }

.new-box {
  left: -4px; }

.sale-box {
  right: -5px; }

.new-label {
  font: 700 14px / 12px;
  color: #9cb8cc;
  background: #6ad4ff;
  text-transform: uppercase;
  padding: 9px 0 7px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  left: -33px;
  top: 16px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .new-label:before {
    position: absolute;
    bottom: -3px;
    right: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #21a3d8 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }
  .new-label:after {
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #21a3d8 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.sale-label {
  font: 700 14px / 12px;
  color: #9cb8cc;
  background: #f13340;
  text-transform: uppercase;
  padding: 9px 0 7px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  right: -33px;
  top: 16px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .sale-label:before {
    position: absolute;
    bottom: -3px;
    right: 4px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #ad2b34 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }
  .sale-label:after {
    position: absolute;
    bottom: -3px;
    left: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #ad2b34 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.ie8 .new-label {
  left: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px; }
  .ie8 .new-label:after {
    display: none; }
  .ie8 .new-label:before {
    display: none; }

.ie8 .sale-label {
  right: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px; }
  .ie8 .sale-label:after {
    display: none; }
  .ie8 .sale-label:before {
    display: none; }

.ie8 .new-box {
  top: -1px;
  left: -1px; }

.ie8 .sale-box {
  right: -1px;
  top: -1px; }

.box {
  background: #fbfbfb;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }
  .box p {
    margin-bottom: 0; }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    .box.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }

#home-page-tabs {
  border: none;
  background: #0c2a63; }
  @media (min-width: 640px) {
    #home-page-tabs {
      padding: 10px 0;
      margin: 0 0 0 -18px; } }
  #home-page-tabs > li {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      #home-page-tabs > li {
        border-left: 1px solid #d6d4d4;
        margin: 0 0px 0 9px;
        padding: 0 0px 0 9px; } }
    @media (max-width: 319px) {
      #home-page-tabs > li {
        width: 100%; } }
    #home-page-tabs > li a {
      font: 600 21px/24px "Open Sans";
      color: #fff;
      text-transform: uppercase;
      border: none;
      outline: none;
      margin: 0;
      padding: 10px; }
      @media (min-width: 640px) {
        #home-page-tabs > li a {
          padding: 1px 10px; } }
      @media (min-width: 640px) and (max-width: 768px) {
        #home-page-tabs > li a {
          padding: 10px 10px; } }
    #home-page-tabs > li:first-child {
      border: none; }
  #home-page-tabs > li.active a,
  #home-page-tabs > li a:hover {
    background: #0d335f;
    color: #9cb8cc;
    padding: 10px; }
    @media (min-width: 640px) {
      #home-page-tabs > li.active a,
      #home-page-tabs > li a:hover {
        margin: -9px 0; } }
    @media (min-width: 640px) and (max-width: 768px) {
      #home-page-tabs > li.active a,
      #home-page-tabs > li a:hover {
        margin: 0px 0; } }

@media (max-width: 480px) {
  .block {
    margin-bottom: 0px; } }

@media (max-width: 480px) {
  .block .block_content {
    margin-bottom: 20px; } }

@media (min-width: 640px) and (max-width: 768px) {
  .block .title_block,
  .block h4 {
    font-size: 14px; } }

@media (max-width: 480px) {
  .block .title_block,
  .block h4 {
    position: relative; }
    .block .title_block:after,
    .block h4:after {
      display: block;
      font-family: "FontAwesome";
      content: "";
      position: absolute;
      right: 0;
      top: 15px;
      height: 36px;
      width: 36px;
      font-size: 26px;
      font-weight: normal; }
    .block .title_block.active:after,
    .block h4.active:after {
      content: ""; } }

.block .title_block a,
.block h4 a {
  color: #fff; }
  .block .title_block a:hover,
  .block h4 a:hover {
    color: #fff; }

.block .list-block {
  margin-top: -8px; }
  @media (max-width: 480px) {
    .block .list-block {
      margin-top: 0; } }
  .block .list-block li {
    padding: 5px 0 6px 20px;
    border-top: 1px solid #d6d4d4; }
    .block .list-block li a i {
      display: none; }
    .block .list-block li a:before {
      content: "\f105";
      display: inline;
      font-family: "FontAwesome";
      color: #fff;
      padding-right: 8px; }
    .block .list-block li a:hover {
      color: #fff;
      font-weight: bold; }
    .block .list-block li:first-child {
      border-top: none; }
  .block .list-block .form-group {
    padding-top: 20px;
    border-top: 1px solid #d6d4d4;
    margin-bottom: 0; }
    .block .list-block .form-group select {
      max-width: 270px; }
      @media (max-width: 480px) {
        .block .list-block .form-group select {
          width: 270px; } }
  .block .list-block .btn {
    margin-top: 12px; }

.block .products-block li {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d4d4; }
  .block .products-block li .products-block-image {
    float: left;
    border: 1px solid #d6d4d4;
    margin-right: 19px; }
    @media (min-width: 640px) and (max-width: 768px) {
      .block .products-block li .products-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
        text-align: center; } }
  .block .products-block li .product-content {
    overflow: hidden; }
    .block .products-block li .product-content h5 {
      margin: -3px 0 0 0; }

.block .products-block .product-name {
  font-size: 15px;
  line-height: 18px; }

.block .products-block .product-description {
  margin-bottom: 14px; }

.block .products-block .price-percent-reduction {
  padding: 1px 6px; }

#page-heading {
  text-align: right;
  margin-bottom: 40px; }

.page-heading {
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden; }
  .page-heading span.heading-counter {
    font: bold 13px / 22px;
    float: right;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px; }
    @media (max-width: 320px) {
      .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px; } }
  .page-heading span.lighter {
    color: #9c9c9c; }
  .page-heading.bottom-indent {
    margin-bottom: 16px; }
  .page-heading.product-listing {
    border-bottom: none; }

#category .page-heading.product-listing {
  margin-bottom: -9px; }

.page-subheading {
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
  color: #0d335f;
  font-size: 1.8rem;
  padding: 0 0 15px;
  line-height: normal;
  margin-bottom: 12px; }

ul.footer_links {
  list-style: none;
  padding: 20px 0 0px 0;
  height: 65px; }
  ul.footer_links li {
    float: left;
    padding: 10px 0;
    width: 260px; }

#selectProductSort {
  background: none;
  height: 34px; }

#uniform-selectProductSort span {
  display: none;
  width: 0;
  height: 0; }

#select-wrapper {
  width: 180px;
  display: block;
  height: 34px;
  overflow-x: hidden;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0; }

#select-wrapper select {
  color: #fff;
  border: 0 none;
  min-width: 130%;
  cursor: pointer;
  padding-left: 5px;
  text-shadow: 0 0 0 #000;
  -webkit-appearance: none;
  outline: none;
  white-space: nowrap;
  box-shadow: none; }

#select-wrapper select option {
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px; }

/* Pour Opera */
noindex:-o-prefocus, #select-wrapper select {
  color: #000; }

#select-wrapper:after {
  font-family: "FontAwesome";
  content: "\25BC";
  display: block;
  position: absolute;
  float: right;
  top: 7px;
  right: 2px;
  width: 32px;
  text-align: center; }

#uniform-id_country {
  display: inline-block;
  width: 50px !important; }
  #uniform-id_country span {
    display: none; }

.content_sortPagiBar {
  clear: both; }
  .content_sortPagiBar #productsSortForm {
    float: left;
    position: relative;
    margin-right: 20px; }
    .content_sortPagiBar #productsSortForm .selector {
      float: left; }
  .content_sortPagiBar .nbrItemPage {
    float: left; }
    .content_sortPagiBar .nbrItemPage label {
      margin-top: 0; }
    .content_sortPagiBar .nbrItemPage select {
      max-width: 59px;
      float: left; }
    .content_sortPagiBar .nbrItemPage .clearfix > span {
      padding: 3px 0 0 12px;
      display: inline-block;
      float: left; }
    .content_sortPagiBar .nbrItemPage #uniform-nb_item {
      float: left;
      width: 50px !important; }
      .content_sortPagiBar .nbrItemPage #uniform-nb_item span {
        display: none; }
  .content_sortPagiBar label,
  .content_sortPagiBar select {
    float: left; }
  .content_sortPagiBar label {
    padding: 3px 6px 0 0; }
  .content_sortPagiBar.instant_search #productsSortForm {
    display: none; }
  .content_sortPagiBar .display,
  .content_sortPagiBar .display_m {
    float: right;
    margin-top: -4px; }
    .content_sortPagiBar .display li,
    .content_sortPagiBar .display_m li {
      float: left;
      padding-left: 12px;
      text-align: center; }
      .content_sortPagiBar .display li a,
      .content_sortPagiBar .display_m li a {
        color: #808080;
        font-size: 11px;
        line-height: 14px;
        cursor: pointer; }
        .content_sortPagiBar .display li a i,
        .content_sortPagiBar .display_m li a i {
          display: block;
          font-size: 24px;
          height: 24px;
          line-height: 24px;
          margin-bottom: -3px;
          color: #e1e0e0; }
        .content_sortPagiBar .display li a:hover i,
        .content_sortPagiBar .display_m li a:hover i {
          color: white; }
      .content_sortPagiBar .display li.selected a,
      .content_sortPagiBar .display_m li.selected a {
        cursor: default; }
      .content_sortPagiBar .display li.selected i,
      .content_sortPagiBar .display_m li.selected i {
        color: #fff; }
      .content_sortPagiBar .display li.display-title,
      .content_sortPagiBar .display_m li.display-title {
        font-weight: bold;
        color: #fff;
        padding: 7px 6px 0 0; }

@media (max-width: 736px) {
  #pagination {
    width: 70% !important;
    clear: none !important; } }

@media (max-width: 640px) {
  #pagination {
    display: none; } }

#pagination .btn_white_small, #pagination_bottom .btn_white_small {
  margin-top: 0; }

.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
  padding: 12px 0 12px 0;
  position: relative; }
  .top-pagination-content div.pagination,
  .bottom-pagination-content div.pagination {
    margin: 0;
    float: right;
    text-align: center; }
    @media (min-width: 960px) and (max-width: 1024px) {
      .top-pagination-content div.pagination,
      .bottom-pagination-content div.pagination {
        width: 380px; } }
    @media (max-width: 768px) {
      .top-pagination-content div.pagination,
      .bottom-pagination-content div.pagination {
        width: auto; } }
    .top-pagination-content div.pagination .showall,
    .bottom-pagination-content div.pagination .showall {
      width: 140px;
      float: right; }
      @media (min-width: 960px) and (max-width: 1024px) {
        .top-pagination-content div.pagination .showall,
        .bottom-pagination-content div.pagination .showall {
          margin-right: 11px; } }
      @media (max-width: 768px) {
        .top-pagination-content div.pagination .showall,
        .bottom-pagination-content div.pagination .showall {
          margin-bottom: 20px;
          margin-right: 0; } }
      .top-pagination-content div.pagination .showall .btn span,
      .bottom-pagination-content div.pagination .showall .btn span {
        font-size: 13px;
        line-height: normal; }
  .top-pagination-content span.current_page,
  .bottom-pagination-content span.current_page {
    display: inline-block;
    padding: 8px 20px !important; }
  .top-pagination-content ul.pagination,
  .bottom-pagination-content ul.pagination {
    margin: 0;
    float: right; }
    .top-pagination-content ul.pagination li,
    .bottom-pagination-content ul.pagination li {
      display: inline-block;
      float: left;
      position: relative; }
      .top-pagination-content ul.pagination li > a,
      .top-pagination-content ul.pagination li > span,
      .bottom-pagination-content ul.pagination li > a,
      .bottom-pagination-content ul.pagination li > span {
        margin: 0 1px 0 0px;
        padding: 0;
        font-weight: bold;
        border: 1px solid;
        border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
        display: block;
        color: #fff; }
        .top-pagination-content ul.pagination li > a span,
        .top-pagination-content ul.pagination li > span span,
        .bottom-pagination-content ul.pagination li > a span,
        .bottom-pagination-content ul.pagination li > span span {
          border: 1px solid #6399bf;
          padding: 2px 8px;
          display: block;
          background: url(../img/pagination-li.gif) 0 0 repeat-x #fbfbfb; }
      .top-pagination-content ul.pagination li > a:hover span,
      .bottom-pagination-content ul.pagination li > a:hover span {
        background: #f6f6f6; }
      .top-pagination-content ul.pagination li.pagination_next > a:after,
      .top-pagination-content ul.pagination li.pagination_next > span:after,
      .bottom-pagination-content ul.pagination li.pagination_next > a:after,
      .bottom-pagination-content ul.pagination li.pagination_next > span:after {
        font-family: "FontAwesome";
        content: "\f105";
        display: inline-block;
        font-size: 2.4rem;
        margin-left: 11px;
        position: absolute;
        top: -2px;
        left: 3px; }
      .top-pagination-content ul.pagination li.pagination_previous > a:after,
      .top-pagination-content ul.pagination li.pagination_previous > span:after,
      .bottom-pagination-content ul.pagination li.pagination_previous > a:after,
      .bottom-pagination-content ul.pagination li.pagination_previous > span:after {
        font-family: "FontAwesome";
        content: "\f104";
        display: inline-block;
        font-size: 2.4rem;
        margin-left: 8px;
        position: absolute;
        top: -2px;
        left: 3px; }
      .top-pagination-content ul.pagination li.pagination_previous, .top-pagination-content ul.pagination li.pagination_next,
      .bottom-pagination-content ul.pagination li.pagination_previous,
      .bottom-pagination-content ul.pagination li.pagination_next {
        font-weight: bold; }
        .top-pagination-content ul.pagination li.pagination_previous span, .top-pagination-content ul.pagination li.pagination_next span,
        .bottom-pagination-content ul.pagination li.pagination_previous span,
        .bottom-pagination-content ul.pagination li.pagination_next span {
          border: 1px solid #ccc;
          color: #ccc; }
        .top-pagination-content ul.pagination li.pagination_previous a, .top-pagination-content ul.pagination li.pagination_next a,
        .bottom-pagination-content ul.pagination li.pagination_previous a,
        .bottom-pagination-content ul.pagination li.pagination_next a {
          border: 1px solid #ccc;
          color: #fff; }
        .top-pagination-content ul.pagination li.pagination_previous > a,
        .top-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_next > a,
        .top-pagination-content ul.pagination li.pagination_next > span,
        .bottom-pagination-content ul.pagination li.pagination_previous > a,
        .bottom-pagination-content ul.pagination li.pagination_previous > span,
        .bottom-pagination-content ul.pagination li.pagination_next > a,
        .bottom-pagination-content ul.pagination li.pagination_next > span {
          overflow: hidden;
          border-radius: 30px;
          width: 34px;
          height: 34px;
          background: none;
          display: inline-block;
          padding: 6px 0; }
          @media (max-width: 480px) {
            .top-pagination-content ul.pagination li.pagination_previous > a b,
            .top-pagination-content ul.pagination li.pagination_previous > span b, .top-pagination-content ul.pagination li.pagination_next > a b,
            .top-pagination-content ul.pagination li.pagination_next > span b,
            .bottom-pagination-content ul.pagination li.pagination_previous > a b,
            .bottom-pagination-content ul.pagination li.pagination_previous > span b,
            .bottom-pagination-content ul.pagination li.pagination_next > a b,
            .bottom-pagination-content ul.pagination li.pagination_next > span b {
              display: none; } }
          .top-pagination-content ul.pagination li.pagination_previous > a span,
          .top-pagination-content ul.pagination li.pagination_previous > span span, .top-pagination-content ul.pagination li.pagination_next > a span,
          .top-pagination-content ul.pagination li.pagination_next > span span,
          .bottom-pagination-content ul.pagination li.pagination_previous > a span,
          .bottom-pagination-content ul.pagination li.pagination_previous > span span,
          .bottom-pagination-content ul.pagination li.pagination_next > a span,
          .bottom-pagination-content ul.pagination li.pagination_next > span span {
            border: none;
            padding: 0;
            background: none; }
            .top-pagination-content ul.pagination li.pagination_previous > a span b,
            .top-pagination-content ul.pagination li.pagination_previous > span span b, .top-pagination-content ul.pagination li.pagination_next > a span b,
            .top-pagination-content ul.pagination li.pagination_next > span span b,
            .bottom-pagination-content ul.pagination li.pagination_previous > a span b,
            .bottom-pagination-content ul.pagination li.pagination_previous > span span b,
            .bottom-pagination-content ul.pagination li.pagination_next > a span b,
            .bottom-pagination-content ul.pagination li.pagination_next > span span b {
              font-weight: bold; }
      .top-pagination-content ul.pagination li.pagination_previous,
      .bottom-pagination-content ul.pagination li.pagination_previous {
        margin-right: 10px; }
      .top-pagination-content ul.pagination li.pagination_next,
      .bottom-pagination-content ul.pagination li.pagination_next {
        margin-left: 10px; }
      .top-pagination-content ul.pagination li.active > span,
      .bottom-pagination-content ul.pagination li.active > span {
        color: #fff;
        border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0; }
        .top-pagination-content ul.pagination li.active > span span,
        .bottom-pagination-content ul.pagination li.active > span span {
          background: #f6f6f6; }
  .top-pagination-content .compare-form,
  .bottom-pagination-content .compare-form {
    float: right; }
    @media (max-width: 319px) {
      .top-pagination-content .compare-form,
      .bottom-pagination-content .compare-form {
        float: left;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
        clear: both; } }
  .top-pagination-content .product-count,
  .bottom-pagination-content .product-count {
    padding: 11px 0 0 0;
    float: left; }
    @media (max-width: 768px) {
      .top-pagination-content .product-count,
      .bottom-pagination-content .product-count {
        clear: left; } }

ul.step {
  margin-bottom: 30px;
  overflow: hidden; }
  @media (min-width: 640px) {
    ul.step {
      border-radius: 4px; } }
  ul.step li {
    float: left;
    width: 20%;
    text-align: left;
    border: 1px solid;
    border-top-color: #cacaca;
    border-bottom-color: #9a9a9a;
    border-right-color: #b7b7b7;
    border-left-width: 0px; }
    @media (max-width: 639px) {
      ul.step li {
        width: 100%;
        border-left-width: 1px; } }
    ul.step li a,
    ul.step li span,
    ul.step li.step_current span,
    ul.step li.step_current_end span {
      display: block;
      padding: 13px 10px 14px 13px;
      color: #fff;
      font-size: 17px;
      line-height: 21px;
      font-weight: bold;
      text-shadow: 1px 1px white;
      position: relative; }
      @media (max-width: 960px) {
        ul.step li a,
        ul.step li span,
        ul.step li.step_current span,
        ul.step li.step_current_end span {
          font-size: 15px; } }
      @media (min-width: 960px) {
        ul.step li a:after,
        ul.step li span:after,
        ul.step li.step_current span:after,
        ul.step li.step_current_end span:after {
          content: ".";
          position: absolute;
          top: 0;
          right: -31px;
          z-index: 0;
          text-indent: -5000px;
          display: block;
          width: 31px;
          height: 52px;
          margin-top: -2px; } }
      ul.step li a:focus,
      ul.step li span:focus,
      ul.step li.step_current span:focus,
      ul.step li.step_current_end span:focus {
        text-decoration: none;
        outline: none; }
    ul.step li.first {
      border-left-width: 1px;
      border-left-color: #b7b7b7; }
      @media (min-width: 640px) {
        ul.step li.first {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; } }
      ul.step li.first span,
      ul.step li.first a {
        z-index: 5;
        padding-left: 13px !important; }
        @media (min-width: 640px) {
          ul.step li.first span,
          ul.step li.first a {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px; } }
    ul.step li.second span, ul.step li.second a {
      z-index: 4; }
    ul.step li.third span, ul.step li.third a {
      z-index: 3; }
    ul.step li.four span, ul.step li.four a {
      z-index: 2; }
    ul.step li.last span {
      z-index: 1; }
    @media (min-width: 640px) {
      ul.step li.last {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
        ul.step li.last span {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; } }
    ul.step li.step_current {
      font-weight: bold;
      background: #42b856;
      background-image: -webkit-linear-gradient(top, #42b856 0%, #43ab54 100%);
      background-image: linear-gradient(to bottom, #42b856 0%, #43ab54 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF42B856', endColorstr='#FF43AB54', GradientType=0);
      border-color: #399b49 #51ae5c #208931 #369946; }
      ul.step li.step_current span {
        color: #9cb8cc;
        text-shadow: 1px 1px #208931;
        border: 1px solid;
        border-color: #73ca77 #74c776 #74c175 #74c776;
        position: relative; }
        @media (min-width: 960px) {
          ul.step li.step_current span {
            padding-left: 38px; }
            ul.step li.step_current span:after {
              background: url(../img/order-step-a.png) right 0 no-repeat; } }
    ul.step li.step_current_end {
      font-weight: bold; }
    ul.step li.step_todo {
      background: #f7f7f7;
      background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
      background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED', GradientType=0); }
      ul.step li.step_todo span {
        display: block;
        border: 1px solid;
        border-color: #6399bf;
        color: #fff;
        position: relative; }
        @media (min-width: 960px) {
          ul.step li.step_todo span {
            padding-left: 38px; }
            ul.step li.step_todo span:after {
              background: url(../img/order-step-current.png) right 0 no-repeat; } }
    ul.step li.step_done {
      background: #727171;
      background-image: -webkit-linear-gradient(top, #727171 0%, #666666 100%);
      background-image: linear-gradient(to bottom, #727171 0%, #666666 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF727171', endColorstr='#FF666666', GradientType=0); }
      ul.step li.step_done a {
        color: #9cb8cc;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
        border: 1px solid;
        border-color: #8b8a8a; }
        @media (min-width: 960px) {
          ul.step li.step_done a {
            padding-left: 38px; }
            ul.step li.step_done a:after {
              background: url(../img/order-step-done.png) right 0 no-repeat; } }
    @media (min-width: 960px) {
      ul.step li.step_done.step_done_last a:after {
        background: url(../img/order-step-done-last.png) right 0 no-repeat; } }
    @media (min-width: 960px) {
      ul.step li#step_end span:after {
        display: none; } }
    ul.step li em {
      font-style: normal; }
      @media (min-width: 640px) and (max-width: 768px) {
        ul.step li em {
          display: none; } }

.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer; }

.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden; }

.cancel, .star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.cancel, .cancel a {
  background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important; }

.cancel a, .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0; }

div.star_on a {
  background-position: 0 -16px; }

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px; }

.pack_content {
  margin: 10px 0 10px 0; }

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow; }

#page .rte {
  background: transparent none repeat scroll 0 0; }
  #page .rte em {
    font-style: italic !important; }

.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important; }

.listcomment li {
  padding: 10px 0;
  color: #666666; }

.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #fff; }

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #fff; }

.header-container {
  background: #0c2a63; }

.breadcrumb {
  display: inline-block;
  font-family: "Open Sans Condensed";
  font-weight: normal;
  text-transform: uppercase;
  line-height: 24px;
  min-height: 6px;
  padding: 20px 0 8px 0;
  position: relative;
  z-index: 1;
  font-size: 1.5rem; }
  @media (max-width: 780px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb .navigation-pipe {
    width: 36px;
    display: inline-block;
    text-indent: -5000px; }
  .breadcrumb a {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff; }
    .breadcrumb a.home {
      font-weight: normal;
      color: #fff;
      text-align: center;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      z-index: 99;
      line-height: 22px;
      display: inline-block;
      height: 25px; }
      .breadcrumb a.home i {
        vertical-align: -1px; }
      .breadcrumb a.home:before {
        border: none; }
    .breadcrumb a:after {
      display: inline-block;
      content: ".";
      position: absolute;
      right: -22px;
      top: 7px;
      width: 8px;
      height: 8px;
      border-right: 3px solid #d6d4d4;
      border-top: 3px solid #d6d4d4;
      border-radius: 1px;
      text-indent: -5000px;
      z-index: -1;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .breadcrumb a:hover {
      color: #777777; }

.ie8 .breadcrumb {
  min-height: 1px; }
  .ie8 .breadcrumb a:after {
    display: none; }
  .ie8 .breadcrumb .navigation-pipe {
    width: 20px; }

.footer-container {
  background-color: #0d335f; }
  .footer-container .container {
    padding-bottom: 100px; }
  .footer-container #footer {
    color: #777777; }
    .footer-container #footer .row {
      position: relative; }
    .footer-container #footer ul.row {
      position: static; }
    .footer-container #footer .footer-block {
      margin-top: 45px; }
      @media (max-width: 480px) {
        .footer-container #footer .footer-block {
          margin-top: 20px; } }
    .footer-container #footer a {
      color: #777777; }
      .footer-container #footer a:hover {
        color: #9cb8cc; }
    .footer-container #footer h4 {
      font: 600 18px/22px "Open Sans";
      color: #9cb8cc;
      margin: 0 0 13px 0;
      cursor: pointer; }
      @media (max-width: 480px) {
        .footer-container #footer h4 {
          position: relative;
          margin-bottom: 0;
          padding-bottom: 13px; }
          .footer-container #footer h4:after {
            display: block;
            content: "\f055";
            font-family: "FontAwesome";
            position: absolute;
            right: 0;
            top: 1px; }
          .footer-container #footer h4.active:after {
            content: "\f056"; } }
      .footer-container #footer h4 a {
        color: #9cb8cc; }
    .footer-container #footer ul {
      list-style-type: none; }
      .footer-container #footer ul li {
        padding-bottom: 8px; }
        .footer-container #footer ul li a {
          font-weight: bold;
          text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); }
    .footer-container #footer #block_contact_infos {
      border-left: 1px solid #515151; }
      @media (max-width: 480px) {
        .footer-container #footer #block_contact_infos {
          border: none; } }
      .footer-container #footer #block_contact_infos > div {
        padding: 0 0 0 5px; }
        @media (max-width: 480px) {
          .footer-container #footer #block_contact_infos > div {
            padding-left: 0; } }
        .footer-container #footer #block_contact_infos > div ul li {
          padding: 0 0 7px 4px;
          overflow: hidden;
          line-height: 30px; }
          .footer-container #footer #block_contact_infos > div ul li > span,
          .footer-container #footer #block_contact_infos > div ul li > span a {
            color: #9cb8cc;
            font-weight: normal; }
          .footer-container #footer #block_contact_infos > div ul li i {
            font-size: 25px;
            width: 32px;
            text-align: center;
            padding-right: 12px;
            float: left;
            color: #908f8f; }
    .footer-container #footer .blockcategories_footer {
      clear: left; }
    .footer-container #footer .bottom-footer {
      position: absolute;
      bottom: -55px;
      left: 0; }
      .footer-container #footer .bottom-footer div {
        padding: 15px 0 0 0;
        border-top: 1px solid #515151;
        width: 100%; }

#reinsurance_block {
  clear: both !important; }

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px; }

.rte ul {
  list-style-type: disc;
  padding-left: 15px; }

.rte ol {
  list-style-type: decimal;
  padding-left: 15px; }

.block_hidden_only_for_screen {
  display: none; }

.cart_navigation {
  margin: 0 0 20px; }
  .cart_navigation span {
    display: block;
    width: 250px;
    float: left; }
  .cart_navigation .button-medium {
    float: right;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px; }
    .cart_navigation .button-medium span {
      border-radius: 4px;
      padding: 11px 15px 10px 15px; }
      @media (max-width: 960px) {
        .cart_navigation .button-medium span {
          font-size: 16px; } }
    .cart_navigation .button-medium i.right {
      font-size: 25px;
      line-height: 25px;
      vertical-align: -4px;
      margin-left: 6px; }
  .cart_navigation .button-exclusive {
    border: none;
    background: none;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 9px 0 0 0; }
    .cart_navigation .button-exclusive i {
      color: #777777;
      margin-right: 8px; }
    .cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus, .cart_navigation .button-exclusive:active {
      color: #fff;
      box-shadow: none; }
  @media (max-width: 320px) {
    .cart_navigation > span {
      display: block;
      width: 100%;
      padding-bottom: 15px; } }

.cart_last_product {
  display: none; }

.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.table tbody > tr > td {
  vertical-align: middle; }
  .table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 70px; }
    .table tbody > tr > td.cart_quantity .cart_quantity_button {
      margin-top: 3px; }
      .table tbody > tr > td.cart_quantity .cart_quantity_button a {
        float: left;
        margin-right: 3px; }
        .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
          margin-right: 0; }
  .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
    padding: 5px; }

.table tfoot > tr > td {
  vertical-align: middle; }

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #fff; }
  .cart_delete a.cart_quantity_delete:hover,
  a.price_discount_delete:hover {
    color: silver; }

#cart_summary thead th {
  padding: 7px 8px 9px 8px; }
  #cart_summary thead th.cart_product {
    padding: 7px 20px !important; }

#cart_summary tbody td {
  padding: 7px 8px 9px 8px; }
  #cart_summary tbody td.cart_product {
    padding: 7px 20px;
    width: 137px; }
    #cart_summary tbody td.cart_product img {
      border: 1px solid #d6d4d4; }
  #cart_summary tbody td.cart_unit .price span {
    display: inline-block; }
    #cart_summary tbody td.cart_unit .price span.price-percent-reduction {
      margin: 5px auto;
      display: inline-block; }
    #cart_summary tbody td.cart_unit .price span.old-price {
      text-decoration: line-through; }
  #cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0; }
  #cart_summary tbody td.cart_avail {
    width: 1%; }
    #cart_summary tbody td.cart_avail span {
      white-space: nowrap; }
  #cart_summary tbody td.cart_delete {
    width: 1%; }

#cart_summary tfoot td.text-right, #cart_summary tfoot tbody td.cart_unit, #cart_summary tbody tfoot td.cart_unit, #cart_summary tfoot tbody td.cart_total, #cart_summary tbody tfoot td.cart_total {
  font-weight: bold;
  color: #fff; }

#cart_summary tfoot td.price {
  padding-right: 20px;
  text-align: right; }

#cart_summary tfoot td.total_price_container span {
  font-weight: 600;
  color: #0d335f;
  text-transform: uppercase; }

#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Open Sans";
  color: #fff;
  background: #0c2a63; }

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px; }

.cart_discount_price {
  text-align: right; }

.cart_discount_delete {
  text-align: center; }

@media (max-width: 480px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    overflow: hidden;
    position: relative; }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    float: left;
    white-space: normal;
    padding: 7px 20px 7px 20px; }
    #order-detail-content #cart_summary td.cart_product {
      text-align: left; }
    #order-detail-content #cart_summary td.cart_avail {
      display: none; }
    #order-detail-content #cart_summary td.cart_unit {
      width: 33%;
      text-align: right;
      min-height: 70px;
      clear: both; }
      #order-detail-content #cart_summary td.cart_unit .price {
        text-align: right; }
    #order-detail-content #cart_summary td.cart_quantity {
      width: 33%;
      min-height: 70px;
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc; }
      #order-detail-content #cart_summary td.cart_quantity div {
        display: block; }
      #order-detail-content #cart_summary td.cart_quantity > .form-control {
        display: inline; }
      #order-detail-content #cart_summary td.cart_quantity > .cart_quantity_button a {
        margin-right: 0px;
        float: none; }
    #order-detail-content #cart_summary td.cart_total {
      width: 33%;
      min-height: 70px;
      text-align: right; }
    #order-detail-content #cart_summary td.cart_delete {
      position: absolute;
      right: 20px;
      top: 7px; }
      #order-detail-content #cart_summary td.cart_delete:before {
        content: '' !important; }
    #order-detail-content #cart_summary td div {
      display: inline; }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    font-weight: bold;
    display: block; }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%; }
    #order-detail-content #cart_summary tfoot td:before {
      display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr tbody td.cart_unit, #order-detail-content #cart_summary tbody tfoot tr td.cart_unit, #order-detail-content #cart_summary tfoot tr tbody td.cart_total, #order-detail-content #cart_summary tbody tfoot tr td.cart_total, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%; } }

@media (max-width: 640px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center; }
  #order-detail-content #cart_summary tbody td .price-percent-reduction {
    display: none !important; }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px; } }

.cart_voucher {
  vertical-align: top !important; }
  .cart_voucher h4 {
    font: 600 18px/22px "Open Sans";
    color: #fff;
    text-transform: uppercase;
    padding: 7px 0 10px 0; }
  .cart_voucher .title-offers {
    color: #fff;
    font-weight: bold;
    margin-bottom: 6px; }
  .cart_voucher fieldset {
    margin-bottom: 10px; }
    .cart_voucher fieldset #discount_name {
      color: #0d335f;
      float: left;
      width: 219px;
      margin-right: 11px; }
  .cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #0e284c; }
    .cart_voucher #display_cart_vouchers span:hover {
      color: #fff; }

.enable-multishipping {
  margin: -13px 0 17px; }
  .enable-multishipping label {
    font-weight: normal; }

#HOOK_SHOPPING_CART {
  clear: both;
  padding-top: 20px; }
  #HOOK_SHOPPING_CART h3 {
    background: none !important; }
  #HOOK_SHOPPING_CART #loyalty i {
    font-size: 26px;
    line-height: 26px;
    color: #cfcccc; }

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: #0c2a63; }

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px; }

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #9cb8cc;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold; }

.multishipping_close_container {
  text-align: center; }

table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  display: inline;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px; }

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px; }
  #multishipping_mode_box .title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px; }
  #multishipping_mode_box .description_off {
    display: none; }
    #multishipping_mode_box .description_off div {
      margin-bottom: 10px; }
  #multishipping_mode_box .description_off a:hover,
  #multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc; }

#multishipping_mode_box.on .description_off {
  display: block; }

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px; }

#order .address_add.submit {
  margin-bottom: 20px; }

#ordermsg {
  margin-bottom: 30px; }

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px; }

.addresses .box li span {
  color: #0d335f; }

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left; }

.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px; }

.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0; }

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal; }
  #order .delivery_option > div > table,
  #order-opc .delivery_option > div > table {
    background: #0c2a63;
    margin-bottom: 0; }
    #order .delivery_option > div > table.resume,
    #order-opc .delivery_option > div > table.resume {
      height: 53px; }
      #order .delivery_option > div > table.resume.delivery_option_carrier,
      #order-opc .delivery_option > div > table.resume.delivery_option_carrier {
        margin-top: 10px;
        width: 100%;
        border: 1px solid #d6d4d4;
        font-weight: bold; }
        #order .delivery_option > div > table.resume.delivery_option_carrier td,
        #order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
          padding: 8px 11px 7px 11px; }
          #order .delivery_option > div > table.resume.delivery_option_carrier td i,
          #order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
            font-size: 20px;
            margin-right: 7px;
            vertical-align: -2px; }
      #order .delivery_option > div > table.resume td.delivery_option_radio,
      #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
        width: 54px;
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
      #order .delivery_option > div > table.resume td.delivery_option_logo,
      #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
        width: 97px;
        padding-left: 21px; }
      #order .delivery_option > div > table.resume td.delivery_option_price,
      #order-opc .delivery_option > div > table.resume td.delivery_option_price {
        width: 162px; }

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px; }
  .order_carrier_content .carrier_title {
    font-weight: bold;
    color: #fff; }
  .order_carrier_content .checkbox input {
    margin-top: 2px; }
  .order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px; }
  .order_carrier_content + div {
    padding-bottom: 15px; }

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #9cb8cc;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }

#carrierTable td {
  padding: 15px;
  font-weight: bold; }

p.checkbox.gift {
  margin-bottom: 10px; }

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px; }

a.iframe {
  color: #000;
  text-decoration: underline; }
  a.iframe:hover {
    text-decoration: none; }

p.payment_module {
  margin-bottom: 10px; }
  p.payment_module a {
    display: block;
    border: 1px solid #d6d4d4;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative; }
    p.payment_module a.bankwire {
      background: url(../img/bankwire.png) 15px 12px no-repeat #fbfbfb; }
    p.payment_module a.cheque {
      background: url(../img/cheque.png) 15px 15px no-repeat #fbfbfb; }
    p.payment_module a.cash {
      background: url(../img/cash.png) 15px 15px no-repeat #fbfbfb; }
    p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
      display: block;
      content: "\f054";
      position: absolute;
      right: 15px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 25px;
      height: 22px;
      width: 14px;
      color: #0e284c; }
    p.payment_module a:hover {
      background-color: #f6f6f6; }
    p.payment_module a span {
      font-weight: bold;
      color: #fff; }

.payment_module.box {
  margin-top: 20px; }

p.cheque-indent {
  margin-bottom: 9px; }

.cheque-box .form-group {
  margin-bottom: 0px; }
  .cheque-box .form-group .form-control {
    width: 269px; }

.order-confirmation.box {
  line-height: 29px; }
  .order-confirmation.box a {
    text-decoration: underline; }
    .order-confirmation.box a:hover {
      color: #333; }

.delivery_option_carrier td {
  width: 200px; }

.delivery_option_carrier td + td {
  width: 280px; }

.delivery_option_carrier td + td + td {
  width: 200px; }

.delivery_option_carrier tr td {
  padding: 5px; }

.delivery_option_carrier.selected {
  display: table; }

.not-displayable {
  display: none; }

#block-history {
  background: #0d335f; }

#block-history a.link-button, #block-history a.color-myaccount {
  color: #fff; }

#block-history a.link-button:hover, #block-history a.color-myaccount:hover {
  color: #0c587f; }

#block-history table {
  border: 0; }

#history #block-order-detail .box, #history #adresses_bloc .box, #history #sendOrderMessage h3 {
  background: none; }

#history #block-order-detail .dark, #history .adresses_bloc h3, #history .adresses_bloc span, #history #sendOrderMessage h3 {
  color: #fff !important; }

#history .adresses_bloc ul {
  list-style: none; }

#history .table > thead > tr > th, #history .table tfoot tr {
  background: #0d335f; }

#history #order-detail-content {
  margin-left: 0; }

#history #order-detail-content .order_qte_input {
  margin-right: 10px; }

#history #block-history p a {
  color: #fff;
  text-decoration: underline; }

#history #block-history p a:hover {
  color: #ccc; }

#history #block-order-detail h1 {
  background: #0e284c;
  padding: 20px 0px; }

#history #block-order-detail h3 {
  padding-left: 17px; }

#history #block-order-detail h3.page-subheading {
  padding-left: 0px; }

#history #block-order-detail .table_block, #history #block-order-detail .footab {
  margin-left: 15px;
  width: 95%; }

#history #sendOrderMessage {
  padding: 0 0 60px 17px; }

#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box,
#module-blockwishlist-mywishlist .box {
  padding-bottom: 20px;
  line-height: 20px; }
  #address .box h3.page-subheading, #address .box p, #address .box label,
  #identity .box h3.page-subheading,
  #identity .box p,
  #identity .box label,
  #account-creation_form .box h3.page-subheading,
  #account-creation_form .box p,
  #account-creation_form .box label,
  #new_account_form .box h3.page-subheading,
  #new_account_form .box p,
  #new_account_form .box label,
  #opc_account_form .box h3.page-subheading,
  #opc_account_form .box p,
  #opc_account_form .box label,
  #authentication .box h3.page-subheading,
  #authentication .box p,
  #authentication .box label,
  #module-blockwishlist-mywishlist .box h3.page-subheading,
  #module-blockwishlist-mywishlist .box p,
  #module-blockwishlist-mywishlist .box label {
    color: #0d335f; }

#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required,
#module-blockwishlist-mywishlist p.required {
  color: #f13340;
  margin: 9px 0 16px 0; }

#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos,
#module-blockwishlist-mywishlist p.inline-infos {
  color: red; }

#address .form-group label,
#identity .form-group label,
#account-creation_form .form-group label,
#new_account_form .form-group label,
#opc_account_form .form-group label,
#authentication .form-group label,
#module-blockwishlist-mywishlist .form-group label {
  }

@media (max-width: 480px) {
  #address .form-group label,
  #identity .form-group label,
  #account-creation_form .form-group label,
  #new_account_form .form-group label,
  #opc_account_form .form-group label,
  #authentication .form-group label,
  #module-blockwishlist-mywishlist .form-group label {
    width: 300px !important;
    clear: both; } }

#address .form-group input[type=text], #address .form-group input[type=password], #address .form-group input[type=email],
#identity .form-group input[type=text],
#identity .form-group input[type=password],
#identity .form-group input[type=email],
#account-creation_form .form-group input[type=text],
#account-creation_form .form-group input[type=password],
#account-creation_form .form-group input[type=email],
#new_account_form .form-group input[type=text],
#new_account_form .form-group input[type=password],
#new_account_form .form-group input[type=email],
#opc_account_form .form-group input[type=text],
#opc_account_form .form-group input[type=password],
#opc_account_form .form-group input[type=email],
#authentication .form-group input[type=text],
#authentication .form-group input[type=password],
#authentication .form-group input[type=email],
#module-blockwishlist-mywishlist .form-group input[type=text],
#module-blockwishlist-mywishlist .form-group input[type=password],
#module-blockwishlist-mywishlist .form-group input[type=email] {
  clear: both;
  max-width: 300px; }

#address .form-group .form-control,
#identity .form-group .form-control,
#account-creation_form .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control,
#authentication .form-group .form-control,
#module-blockwishlist-mywishlist .form-group .form-control {
  max-width: 271px; }
  #address .form-group .form-control#adress_alias,
  #identity .form-group .form-control#adress_alias,
  #account-creation_form .form-group .form-control#adress_alias,
  #new_account_form .form-group .form-control#adress_alias,
  #opc_account_form .form-group .form-control#adress_alias,
  #authentication .form-group .form-control#adress_alias,
  #module-blockwishlist-mywishlist .form-group .form-control#adress_alias {
    margin-bottom: 20px; }

#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line,
#module-blockwishlist-mywishlist .gender-line {
  margin-bottom: 4px;
  padding-top: 4px; }
  #address .gender-line > label,
  #identity .gender-line > label,
  #account-creation_form .gender-line > label,
  #new_account_form .gender-line > label,
  #opc_account_form .gender-line > label,
  #authentication .gender-line > label,
  #module-blockwishlist-mywishlist .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0; }
  #address .gender-line .radio-inline label,
  #identity .gender-line .radio-inline label,
  #account-creation_form .gender-line .radio-inline label,
  #new_account_form .gender-line .radio-inline label,
  #opc_account_form .gender-line .radio-inline label,
  #authentication .gender-line .radio-inline label,
  #module-blockwishlist-mywishlist .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777; }

.radio-inline, .checkbox-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  padding-right: 20px;
  vertical-align: middle;
  float: left; }
  .radio-inline label, .checkbox-inline label {
    display: inline-block;
    float: left; }

.form-control {
  box-shadow: none;
  min-height: 30px;
  padding: 3px 5px; }

#identity #uniform-days {
  width: 80px !important; }

#identity #uniform-months {
  width: 120px !important; }

#identity #uniform-years {
  width: 90px !important; }

#identity #uniform-days span, #identity #uniform-months span, #identity #uniform-years span, .wishlist_product_detail span {
  display: none; }

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px; }
  #identity #center_column form.std .row .col-xs-4,
  #authentication #center_column form.std .row .col-xs-4,
  #order-opc #center_column form.std .row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 94px; }
    #identity #center_column form.std .row .col-xs-4 .form-control,
    #authentication #center_column form.std .row .col-xs-4 .form-control,
    #order-opc #center_column form.std .row .col-xs-4 .form-control {
      max-width: 84px; }

#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0; }

#new_account_form .box {
  line-height: 20px; }
  #new_account_form .box .date-select {
    padding-bottom: 10px; }
  #new_account_form .box .top-indent {
    padding-top: 10px; }
  #new_account_form .box .customerprivacy {
    padding-top: 15px; }

#authentication fieldset.account_creation {
  margin-bottom: 20px; }

.title_gender {
  float: left;
  width: 150px; }

#password {
  padding-top: 0;
  border: none; }
  #password .box {
    color: #0d335f; }
    #password .box label {
      color: #0d335f;
      margin-right: 20px; }
    #password .box p {
      color: #0d335f;
      margin-bottom: 9px; }
    #password .box .form-group {
      margin-bottom: 20px; }
      #password .box .form-group .form-control {
        width: 263px; }

#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  text-transform: none; }
  #instant_search_results a.close:hover {
    color: #fff; }

#manufacturer .grid > div {
  overflow: hidden;
  background: #fff;
  float: left;
  position: relative;
  width: 22.75%;
  min-height: 350px;
  margin-top: 20px;
  margin-bottom: 20px; }
  #manufacturer .grid > div.first {
    margin-right: 1.5%; }
  #manufacturer .grid > div.item {
    margin-left: 1.5%;
    margin-right: 1.5%; }
  #manufacturer .grid > div.last {
    margin-left: 1.5%; }
  @media screen and (max-width: 1024px) {
    #manufacturer .grid > div {
      width: 48.5%;
      margin-bottom: 20px;
      margin-left: 0 !important;
      margin-right: 0 !important; }
      #manufacturer .grid > div:nth-child(2n) {
        margin-left: 2% !important; } }
  @media screen and (max-width: 480px) {
    #manufacturer .grid > div {
      width: 100%;
      margin-bottom: 20px; }
      #manufacturer .grid > div:nth-child(2n) {
        margin-left: 0px !important; } }

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px; }

#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px; }

#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #fff; }
  #manufacturers_list .product-counter a:hover,
  #suppliers_list .product-counter a:hover {
    color: #fff; }

#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #d6d4d4;
  padding: 31px 0 30px 0; }
  @media (max-width: 480px) {
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
      text-align: center; } }

#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0; }

#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center; }

#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px; }

#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0; }
  @media (max-width: 480px) {
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
      padding-right: 15px;
      padding-left: 15px; } }

#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #d6d4d4;
  padding: 0 0 32px 31px;
  min-height: 108px; }
  @media (max-width: 480px) {
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
      min-height: 1px;
      padding: 0;
      border: none; } }
  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    position: relative;
    top: -6px;
    margin-bottom: 12px; }
    @media (max-width: 480px) {
      #manufacturers_list.list li .right-side-content .product-counter,
      #suppliers_list.list li .right-side-content .product-counter {
        top: 0; } }

#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center; }
  #manufacturers_list.grid li .product-container,
  #suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d4d4; }
    #manufacturers_list.grid li .product-container .left-side,
    #suppliers_list.grid li .product-container .left-side {
      padding-bottom: 42px; }
    #manufacturers_list.grid li .product-container h3,
    #suppliers_list.grid li .product-container h3 {
      padding-bottom: 10px; }
    #manufacturers_list.grid li .product-container .product-counter,
    #suppliers_list.grid li .product-container .product-counter {
      margin-bottom: 12px; }

@media (min-width: 1280px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left; }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none; } }

@media (min-width: 640px) and (max-width: 1024px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left; }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none; } }

@media (max-width: 480px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none; } }

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d6d4d4; }
  #manufacturer .description_box .hide_desc,
  #supplier .description_box .hide_desc {
    display: none; }

#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px; }

#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #d6d4d4; }

table.discount {
  border: 0; }
  table.discount i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: -2px; }
    table.discount i.icon-ok {
      color: #46a74e; }
    table.discount i.icon-remove {
      color: #f13340; }

#guestTracking .form-control {
  max-width: 271px; }

@media (min-width: 1280px) {
  #guestTracking .form-group {
    overflow: hidden; }
    #guestTracking .form-group i {
      padding-left: 10px; }
  #guestTracking .form-control {
    float: left; }
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%; } }

#pagenotfound .pagenotfound {
  max-width: 824px;
  min-width: 600px;
  margin: 100px auto 100px auto; }
  @media (max-width: 600px) {
    #pagenotfound .pagenotfound {
      width: 100% !important;
      min-width: 100% !important; } }
  #pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0; }
    #pagenotfound .pagenotfound .img-404 img {
      max-width: 100%; }
  #pagenotfound .pagenotfound h1 {
    font: 600 28px/34px "Open Sans";
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px; }
  #pagenotfound .pagenotfound p {
    font: 600 16px/20px "Open Sans";
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 19px;
    margin-bottom: 20px; }
  #pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px; }
  #pagenotfound .pagenotfound label {
    font-weight: normal; }
    @media (max-width: 480px) {
      #pagenotfound .pagenotfound label {
        display: block; } }
  #pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px; }
    @media (max-width: 480px) {
      #pagenotfound .pagenotfound .form-control {
        display: block; } }
  #pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px 0; }
    #pagenotfound .pagenotfound .buttons .button-medium i.left {
      font-size: 17px; }

#account-creation_form fieldset.reversoform {
  padding: 10px !important; }

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left; }

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right; }

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer; }

.tab-content {
  margin-top: 20px; }

form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee; }

form#sendComment h3 {
  font-size: 14px; }

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0; }

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px; }

#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(../img/bg_input.png) repeat-x 0 0 #0c2a63; }

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc; }

#sendComment p.submit {
  padding: 0;
  text-align: right; }

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0; }

.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal; }

.star {
  display: block; }
  .star a {
    display: block;
    position: absolute;
    text-indent: -5000px; }

div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676; }

div.star.star_on {
  display: block; }
  div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743; }

div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743; }

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center; }

.blockcategories_footer ul ul {
  display: none !important; }

.form-group.form-error input, .form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 98% 5px no-repeat #fff1f2; }

.form-group.form-ok input, .form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(../img/icon/form-ok.png) 98% 5px no-repeat #ddf9e1; }

.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 0px; }

.radio-inline, .checkbox {
  padding-left: 0; }
  .radio-inline .checker, .checkbox .checker {
    float: left; }
    .radio-inline .checker span, .checkbox .checker span {
      top: 0px; }
  .radio-inline div.radio, .checkbox div.radio {
    display: inline-block; }
    .radio-inline div.radio span, .checkbox div.radio span {
      top: 0px; }

.fancybox-inner .submit {
  text-align: left; }

.fancybox-inner .button {
  width: auto; }

.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center; }
  .fancybox-skin .fancybox-close:hover {
    color: #fff; }
  .fancybox-skin .fancybox-close:after {
    content: "\f057";
    font-family: "FontAwesome"; }

#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  background: #0d335f;
  height: 244px;
  padding: 0; }
  @media (max-width: 768px) {
    #facebook_block,
    #cmsinfo_block {
      min-height: 354px;
      height: 354px;
      padding-left: 13px;
      padding-right: 13px; } }
  @media (max-width: 480px) {
    #facebook_block,
    #cmsinfo_block {
      width: 100%;
      min-height: 1px; } }

#facebook_block h4 {
  padding: 35px 0 0 0;
  margin: 0 0 12px 0;
  font: 300 21px/25px "Open Sans";
  color: white; }
  @media (max-width: 768px) {
    #facebook_block h4 {
      font-size: 18px; } }
  @media (max-width: 480px) {
    #facebook_block h4 {
      padding-top: 20px !important; } }
  @media (max-width: 640px) {
    #facebook_block h4 {
      font-size: 16px; } }

#facebook_block .facebook-fanbox {
  padding: 0;
  margin: 0;
  background: #0c2a63; }

#cmsinfo_block {
  border-left: 1px solid #d6d4d4; }
  @media (max-width: 480px) {
    #cmsinfo_block {
      border: none;
      margin-top: 10px; } }
  #cmsinfo_block > div {
    padding: 35px 10px 0 0; }
    @media (max-width: 480px) {
      #cmsinfo_block > div {
        padding-top: 20px; } }
    @media (max-width: 319px) {
      #cmsinfo_block > div {
        width: 100%;
        border-top: 1px solid #d6d4d4; } }
  #cmsinfo_block > div + div {
    border-left: 1px solid #d6d4d4;
    min-height: 344px;
    padding-left: 29px; }
    @media (max-width: 319px) {
      #cmsinfo_block > div + div {
        border-left: none;
        padding-left: 10px;
        min-height: 1px;
        padding-bottom: 15px; } }
  #cmsinfo_block em {
    float: left;
    width: 60px;
    height: 60px;
    margin: 3px 10px 0 0;
    font-size: 30px;
    color: #9cb8cc;
    line-height: 60px;
    text-align: center;
    background: white;
    border-radius: 100px; }
    @media (max-width: 768px) {
      #cmsinfo_block em {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px; } }
  #cmsinfo_block .type-text {
    overflow: hidden; }
  #cmsinfo_block h3 {
    margin: 0 0 5px 0;
    font: 300 21px/25px "Open Sans";
    color: white; }
    @media (max-width: 1024px) {
      #cmsinfo_block h3 {
        font-size: 18px; } }
  #cmsinfo_block ul li {
    padding-bottom: 22px; }
    @media (max-width: 1024px) {
      #cmsinfo_block ul li {
        padding-bottom: 10px; } }
    @media (max-width: 768px) {
      #cmsinfo_block ul li {
        padding-bottom: 0; } }
  #cmsinfo_block p em {
    background: none;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    color: #fff;
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: left;
    font-style: italic; }

.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px; }

@media (max-width: 1024px) {
  .zoomdiv {
    display: none !important; } }

#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px; }

#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px; }

#product_comparison td.compare_extra_information {
  padding: 10px; }

#product_comparison #social-share-compare {
  margin-bottom: 50px; }

.btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover {
  border-color: white; }

.btn-facebook i {
  color: #435f9f; }

.btn-facebook:hover {
  color: white;
  background-color: #435f9f; }
  .btn-facebook:hover i {
    color: white; }

.btn-twitter i {
  color: #00aaf0; }

.btn-twitter:hover {
  color: white;
  background-color: #00aaf0; }
  .btn-twitter:hover i {
    color: white; }

.btn-google-plus i {
  color: #e04b34; }

.btn-google-plus:hover {
  color: white;
  background-color: #e04b34; }
  .btn-google-plus:hover i {
    color: white; }

.btn-pinterest i {
  color: #ce1f21; }

.btn-pinterest:hover {
  color: white;
  background-color: #ce1f21; }
  .btn-pinterest:hover i {
    color: white; }

.payment_option_form {
  display: none; }

.payment_option_logo {
  height: 50px;
  max-height: 50px; }

.payment_module_adv {
  height: 120px;
  max-height: 120px; }

.payment_option_selected {
  display: none;
  margin-top: 15px; }
  .payment_option_selected i {
    color: green; }

.payment_option_cta {
  margin-left: 10px;
  color: #333 !important; }

.tnc_box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }

.pointer-box {
  cursor: pointer; }

#order-follow .info-title, #order-follow #block-order-detail .box h2 {
  color: #fff !important; }

#order-follow #block-order-detail .box, #order-follow #center_column h3 {
  background: none; }

#module-mailalerts-account .products-block-image {
  background: #fff; }

#order-follow .box a {
  color: #fff !important;
  text-decoration: underline; }

#order-follow .box a:hover {
  text-decoration: none; }

#history #returnOrderMessage {
  padding-left: 15px; }

#history a.return_quantity_up, #history a.return_quantity_down {
  width: 11px;
  height: 11px;
  display: block; }

#history a.return_quantity_up {
  background: url("../img/plus_blanc.png") no-repeat scroll 0 0 transparent;
  background-size: 11px 11px; }

#history a.return_quantity_down {
  background: url("../img/minus_blanc.png") no-repeat scroll 0 0px transparent;
  background-size: 11px 11px; }

#header .banner a {
  display: block;
  max-width: 1170px;
  max-height: 65px; }

#header .banner a img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 65px;
  max-width: 1170px; }

/*******************************************************************
					Cart Block Styles
********************************************************************/
#header .shopping_cart {
  position: relative;
  float: right;
  /*padding-top: 50px;*/ }
  @media (max-width: 768px) {
    #header .shopping_cart {
      margin-top: 20px; } }

.shopping_cart {
  width: 218px;
  height: 58px;
  background: #0d335f url("../img/caddy.png") no-repeat 21px 19px; }
  @media (max-width: 1024px) {
    .shopping_cart {
      width: 150px; } }
  @media (max-width: 960px) {
    .shopping_cart {
      width: 100%; } }
  .shopping_cart > a:first-child {
    padding: 7px 10px 14px 0;
    display: block;
    color: #9cb8cc;
    overflow: hidden; }
    @media (min-width: 1rem) and (max-width: 1.5rem) {
      .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
        display: none !important; } }
    .shopping_cart > a:first-child div {
      padding: 6px 0 0 67px; }
    .shopping_cart > a:first-child b {
      color: #fff;
      font: 1.6rem "Open Sans Condensed";
      text-transform: uppercase; }
  .shopping_cart .ajax_cart_total {
    display: none !important; }

.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 10px;
  top: 19px; }

.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #0e284c;
  display: block;
  width: 100%;
  height: 100%; }
  .cart_block .cart_block_list .remove_link a:before,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px; }
  .cart_block .cart_block_list .remove_link a:hover,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #fff; }

.cart_block .cart-images {
  float: left;
  margin-right: 20px; }

.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 20px; }
  .cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px; }
    .cart_block .cart-info .product-name a {
      font-size: 13px;
      line-height: 18px;
      display: inline-block; }
  .cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px; }
    .cart_block .cart-info .quantity-formated .quantity {
      font-size: 15px; }

.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative; }

.cart_block dd {
  position: relative; }
  .cart_block dd .cart_block_customizations {
    border-top: 1px dashed #0d335f; }
    .cart_block dd .cart_block_customizations li {
      padding: 10px 20px; }
      .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
        position: absolute;
        right: 10px; }

.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px; }

.cart_block .cart-prices {
  border-top: 1px solid #d6d4d4;
  font-weight: bold;
  padding: 10px 20px 22px 20px; }
  .cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #9cb8cc;
    padding: 7px 0; }
    .cart_block .cart-prices .cart-prices-line.last-line {
      border: none; }

.cart_block .cart-buttons {
  overflow: hidden;
  padding: 10px 20px 20px;
  margin: 0; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
  position: absolute;
  top: 63px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  background: #0d335f;
  color: #9cb8cc;
  width: 218px; }
  @media (max-width: 960px) {
    #header .cart_block {
      width: 100%; } }
  @media (max-width: 4rem) {
    #header .cart_block {
      width: 100%; } }
  #header .cart_block a {
    color: #9cb8cc; }
    #header .cart_block a:hover {
      color: #9c9b9b; }
  #header .cart_block .cart_block_list .remove_link a,
  #header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #9cb8cc;
    outline: none;
    text-decoration: none; }
    #header .cart_block .cart_block_list .remove_link a:hover,
    #header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
      color: #9c9b9b; }
  #header .cart_block .price {
    color: #9cb8cc; }
  #header .cart_block dt {
    background: url(../img/cart-shadow.png) repeat-x; }
    #header .cart_block dt.first_item {
      background: none; }
  #header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px; }
    #header .cart_block .product-atributes a {
      color: #9c9b9b; }
      #header .cart_block .product-atributes a:hover {
        color: #9cb8cc; }
  #header .cart_block .cart-prices {
    border: none;
    background: url(../img/cart-shadow.png) repeat-x; }
  #header .cart_block .cart-buttons {
    background: url(../img/cart-shadow.png) repeat-x #0d335f; }

#header .block_content {
  margin-bottom: 0; }

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
  display: none; }

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right; }

.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }
  .cart_block table.vouchers tr td {
    padding: 2px; }
    .cart_block table.vouchers tr td.quantity {
      margin-right: 5px;
      min-width: 18px; }
    .cart_block table.vouchers tr td.delete {
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      width: 15px; }

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
  opacity: 0.2;
  filter: alpha(opacity=20); }

* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  opacity: 0.2;
  filter: alpha(opacity=20); }

#layer_cart {
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 99;
  width: 50%;
  right: 25%;
  left: 25%; }
  @media (max-width: 768px) {
    #layer_cart {
      width: 80%;
      right: 10%;
      left: 10%; } }
  #layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static; }
    #layer_cart .layer_cart_product .title {
      display: block;
      font: 400 23px/29px;
      color: #46a74e;
      margin-bottom: 22px; }
      @media (max-width: 0.7rem) {
        #layer_cart .layer_cart_product .title {
          font-size: 18px;
          padding-right: 0;
          line-height: normal; } }
      #layer_cart .layer_cart_product .title i {
        font-size: 30px;
        line-height: 30px;
        float: left;
        padding-right: 8px; }
        @media (max-width: 0.7rem) {
          #layer_cart .layer_cart_product .title i {
            font-size: 22px;
            line-height: 22px; } }
    #layer_cart .layer_cart_product .product-image-container {
      max-width: 178px;
      border: 1px solid #d6d4d4;
      padding: 5px;
      float: left;
      margin-right: 30px;
      overflow: hidden;
      margin-bottom: 15px; }
      @media (max-width: 320px) {
        #layer_cart .layer_cart_product .product-image-container {
          float: none;
          margin-right: 0;
          margin-bottom: 10px; } }
    #layer_cart .layer_cart_product .layer_cart_product_info {
      padding: 38px 0 0 0;
      color: #0d335f; }
      @media (max-width: 320px) {
        #layer_cart .layer_cart_product .layer_cart_product_info {
          clear: both; } }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        display: block;
        padding-bottom: 8px; }
      #layer_cart .layer_cart_product .layer_cart_product_info > div {
        padding-bottom: 7px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div strong {
          padding-right: 3px; }
  #layer_cart .layer_cart_cart {
    padding: 32px 20px 0px;
    position: relative; }
    #layer_cart .layer_cart_cart .continue, #layer_cart .layer_cart_cart .btn_green_small {
      width: 175px; }
    #layer_cart .layer_cart_cart .continue:hover, #layer_cart .layer_cart_cart .btn_green_small:hover {
      width: 185px; }
    @media (min-width: 4rem) {
      #layer_cart .layer_cart_cart {
        min-height: 318px; } }
    @media (min-width: 2rem) and (max-width: 3rem) {
      #layer_cart .layer_cart_cart {
        min-height: 360px; } }
    @media (max-width: 1.5rem) {
      #layer_cart .layer_cart_cart {
        border-radius: 0px 0 4px 4px;
        border-left: none;
        border-top: 1px solid #d6d4d4; } }
    #layer_cart .layer_cart_cart .title {
      display: block;
      font: 400 23px/29px;
      color: #0d335f;
      border-bottom: 1px solid #d6d4d4;
      padding-bottom: 13px;
      margin-bottom: 17px; }
      @media (max-width: 0.7rem) {
        #layer_cart .layer_cart_cart .title {
          font-size: 18px; } }
    #layer_cart .layer_cart_cart .layer_cart_row {
      padding: 0 0 7px 0;
      color: #0d335f; }
    #layer_cart .layer_cart_cart .button-container {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0px 30px 20px 30px; }
      #layer_cart .layer_cart_cart .button-container span {
        background: #fff none repeat scroll 0 0;
        border: medium none;
        border-radius: 15px;
        margin-top: 10px;
        padding: 4px 14px; }
  #layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #0d335f;
    z-index: 2; }
    #layer_cart .cross:before {
      content: "\f057";
      display: block;
      font-family: "FontAwesome";
      font-size: 25px;
      line-height: 25px; }
  #layer_cart .continue {
    cursor: pointer; }
  #layer_cart p {
    padding: 0px; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
  padding: 26px 30px 40px 30px;
  position: relative; }

#layer_cart .crossseling h2 {
  font: 400 23px/26px;
  color: #fff;
  margin-bottom: 25px; }

#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden; }
  #layer_cart .crossseling #blockcart_list ul {
    display: block; }
    #layer_cart .crossseling #blockcart_list ul li {
      float: left;
      width: 178px;
      margin: 0 0px 0 0; }
      #layer_cart .crossseling #blockcart_list ul li .product-image-container {
        overflow: hidden;
        border: 1px solid #d6d4d4;
        text-align: center;
        padding: 5px;
        margin-bottom: 15px; }
        #layer_cart .crossseling #blockcart_list ul li .product-image-container img {
          width: 100%; }
      #layer_cart .crossseling #blockcart_list ul li .product-name {
        padding-bottom: 5px; }
        #layer_cart .crossseling #blockcart_list ul li .product-name a {
          font-size: 15px;
          line-height: 20px; }
  #layer_cart .crossseling #blockcart_list a.bx-prev,
  #layer_cart .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after,
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      display: block;
      text-indent: 0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:hover,
    #layer_cart .crossseling #blockcart_list a.bx-next:hover {
      color: #c0c0c0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
    #layer_cart .crossseling #blockcart_list a.bx-next.disabled {
      display: none; }
  #layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after {
      content: "\f137"; }
  #layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      content: "\f138"; }
  #layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden; }

#categories_block_top {
  clear: both;
  position: relative;
  top: 30px; }
  #categories_block_top .sf-menu {
    position: relative; }
    #categories_block_top .sf-menu > li {
      position: static; }
      #categories_block_top .sf-menu > li > ul {
        width: 100%;
        top: 60px;
        margin: 0 20px; }
        #categories_block_top .sf-menu > li > ul > li {
          display: block;
          float: left;
          width: 20%;
          box-sizing: border-box;
          padding: 0 10px; }
        #categories_block_top .sf-menu > li > ul > .category_thumb {
          display: block;
          clear: both;
          overflow: hidden;
          width: 100%; }
          #categories_block_top .sf-menu > li > ul > .category_thumb img {
            display: inline-block;
            width: 33%; }
      #categories_block_top .sf-menu > li h4 a {
        font-size: 1.1em; }
        #categories_block_top .sf-menu > li h4 a:before {
          display: none; }
      #categories_block_top .sf-menu > li .main-level-submenus {
        position: relative;
        display: block !important;
        visibility: visible !important;
        top: 0;
        background: none;
        box-shadow: none;
        padding: 0;
        left: 0; }
    #categories_block_top .sf-menu .category_thumb {
      display: none; }

#categories_block_left .block_content > ul {
  border-top: 1px solid #d6d4d4; }

#categories_block_left li {
  position: relative; }
  #categories_block_left li a {
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 30px 0 19px;
    border-bottom: 1px solid #d6d4d4; }
  #categories_block_left li span.grower {
    display: block;
    background: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px; }
    #categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
      content: "\f068";
      display: block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      color: #fff;
      line-height: 30px;
      text-align: center; }
    #categories_block_left li span.grower.CLOSE:before {
      content: "\f067";
      color: silver; }
  #categories_block_left li span.grower:hover + a,
  #categories_block_left li a:hover,
  #categories_block_left li a.selected {
    background: #f6f6f6; }
  #categories_block_left li li a {
    font-weight: normal;
    color: #777777; }
    #categories_block_left li li a:before {
      content: "\f105";
      font-family: "FontAwesome";
      line-height: 29px;
      padding-right: 8px; }

.shop-phone {
  float: left;
  padding: 5px 0 10px;
  line-height: 18px; }
  @media (max-width: 0.7rem) {
    .shop-phone {
      display: none; } }
  .shop-phone i {
    font-size: 21px;
    line-height: 21px;
    color: #9cb8cc;
    padding-right: 7px; }
  .shop-phone strong {
    color: #9cb8cc; }
  @media (max-width: 1.5rem) {
    .shop-phone.is_logged {
      display: none; } }

#contact-link {
  float: right;
  border-left: 1px solid #515151; }
  @media (max-width: -0.5rem) {
    #contact-link {
      text-align: center; } }
  #contact-link a {
    display: block;
    color: #9cb8cc;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: -0.5rem) {
      #contact-link a {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px; } }
    #contact-link a:hover, #contact-link a.active {
      background: #2b2b2b; }
  @media (max-width: 0.7rem) {
    #contact-link.is_logged {
      display: none; } }

@media (max-width: 0.7rem) {
  #contact_block {
    margin-bottom: 20px; } }

#contact_block .label {
  display: none; }

#contact_block .block_content {
  color: #888888; }

#contact_block p {
  margin-bottom: 4px; }

#contact_block p.tel {
  font: 400 17px/21px;
  color: #fff;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }

#currencies-block-top {
  font-family: "Open Sans Condensed";
  font-size: 1.65rem;
  line-height: 1.3rem;
  width: 60px;
  margin-right: 10px;
  padding: 10px 0px;
  position: relative;
  /* pour le sous-menu */ }
  #currencies-block-top > * {
    text-transform: uppercase; }
  #currencies-block-top #setCurrency {
    margin: 0;
    padding: 0; }
  @media (max-width: -0.5rem) {
    #currencies-block-top {
      width: 25%; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    color: #fff;
    cursor: pointer;
    border-right: 1px solid #6399bf;
    padding: 0 10px 4px 0; }
    @media (max-width: -0.5rem) {
      #currencies-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; } }
    #currencies-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      color: #fff;
      /*vertical-align: -2px;*/
      padding-left: 10px;
      font-size: 1.35rem; }
      @media (max-width: -0.5rem) {
        #currencies-block-top div.current:after {
          /* max 479px */
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    #currencies-block-top div.current:hover {
      color: #fff; }
      #currencies-block-top div.current:hover:after {
        color: #fff; }
    @media (max-width: -0.5rem) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    list-style: none;
    top: 35px;
    left: -10px;
    width: 120px;
    margin: 0;
    padding: 0;
    background: #0d335f;
    z-index: 2; }
    #currencies-block-top ul li {
      color: #9cb8cc;
      line-height: 35px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        color: #9cb8cc;
        padding: 8px 10px 10px 10px; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        color: #fff; }

#languages-block-top {
  font-family: "Open Sans Condensed";
  font-size: 1.65rem;
  line-height: 1.3rem;
  width: 50px;
  padding: 10px 0;
  position: relative;
  /* pour le sous-menu */
  /* max 479px */
  /* MENU DEROULANT */ }
  #languages-block-top > * {
    text-transform: uppercase; }
  @media (max-width: 768px) {
    #languages-block-top {
      padding: 10px 0; } }
  #languages-block-top span.firstWord {
    display: none; }
  #languages-block-top div.current {
    color: #fff;
    cursor: pointer;
    padding: 0 0px 4px 0; }
    @media (max-width: -0.5rem) {
      #languages-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; } }
    #languages-block-top div.current strong {
      color: #777777; }
    #languages-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      color: #fff;
      /*vertical-align: -2px;*/
      padding-left: 10px;
      font-size: 1.35rem; }
      @media (max-width: -0.5rem) {
        #languages-block-top div.current:after {
          /* max 479px */
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    #languages-block-top div.current:hover {
      color: #fff; }
      #languages-block-top div.current:hover:after {
        color: #fff; }
    @media (max-width: -0.5rem) {
      #languages-block-top div.current .cur-label {
        display: none; } }
  #languages-block-top #first-languages {
    display: none;
    position: absolute;
    list-style: none;
    width: 40px;
    top: 35px;
    left: -10px;
    margin: 0;
    padding: 0;
    background: #0d335f;
    z-index: 2; }
    #languages-block-top #first-languages li a,
    #languages-block-top #first-languages li > span {
      display: block;
      color: #9cb8cc;
      padding: 8px 10px 10px 10px; }
    #languages-block-top #first-languages li.selected, #languages-block-top #first-languages li:hover a {
      color: #fff; }

#enabled_filters {
  margin: 0 0 10px 0;
  background: #eee;
  padding: 5px; }

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px; }

#enabled_filters ul li {
  padding: 2px 0; }

#enabled_filters li a {
  float: right;
  /*display: inline-block;
	height: 12px;
	width: 12px;
	text-indent: -5000px;*/
  /*background: url(../../../img/icon/delete.gif) no-repeat 0 0 transparent;*/
  /*background: url(./delete.gif) no-repeat 0 0 transparent;*/
  cursor: pointer; }

#layered_block_left .layered_close {
  float: right;
  padding-right: 5px; }

#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
  display: block;
  height: 13px;
  width: 13px;
  text-decoration: none;
  text-indent: -5000px;
  background: url(img/icon/less.gif) no-repeat 2px 2px; }

#layered_block_left span.closed a {
  background: url(img/icon/more.gif) no-repeat 2px 2px; }

#layered_block_left .layered_subtitle {
  display: inline-block;
  font-weight: bold;
  font-size: 12px; }

#layered_block_left ul {
  clear: both;
  padding: 5px 0; }

#layered_block_left ul li {
  padding: 2px 0; }

#layered_block_left ul li label {
  cursor: pointer; }

#layered_block_left ul {
  padding-left: 0; }

#layered_block_left ul li {
  list-style-type: none; }

#layered_block_left div > form > div > div {
  margin-top: 5px; }

#layered_block_left #enabled_filters, #layered_url_filter_block {
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 0px;
  border-bottom: 1px dotted #CCC; }

#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0; }

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit; }

#layered_block_left ul li input.checkbox {
  vertical-align: middle;
  margin-left: 2px; }

#layered_block_left ul li .disabled {
  color: #666; }

#layered_block_left .color-option {
  border: 1px solid #666666;
  height: 16px;
  margin-left: 0;
  padding: 0;
  width: 16px; }

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

#layered_block_left .nomargin a {
  display: inline; }

#layered_form .select {
  width: 165px; }

#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #666; }

#layered_form .color-option.on {
  border: 1px solid red; }

#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle; }

.layered_price_range {
  margin-left: 7px; }

.layered_price_range_unit {
  margin-right: 7px; }

.layered_slider_container {
  margin: 6px 0 6px 10px;
  width: 91%; }

.layered_slider {
  margin-top: 5px; }

.layered_input_range_min {
  width: 30px; }

.layered_input_range_max {
  width: 40px; }

.layered_list_selected {
  font-weight: bold; }

.layered_list {
  display: block;
  cursor: pointer; }

.layered_list:hover {
  font-weight: bold; }

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center; }

.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer; }

.hide-action:hover {
  font-weight: bold; }

#layered_form div div ul {
  max-height: 200px;
  overflow-x: auto; }

.layered_filter {
  border-bottom: 1px solid #eee; }
  .layered_filter label {
    font-weight: normal; }
  .layered_filter layered_subtitle {
    font-size: 1.2 em; }

#layered_block_left ul li {
  min-width: 50%;
  width: auto; }

#social_block {
  background: #0d335f;
  padding: 22px 30px 30px 30px;
  position: relative; }
  #social_block ul {
    list-style: none;
    margin-left: 20px; }
  #social_block a {
    font-size: 1.6rem;
    color: #9cb8cc; }
  #social_block a:hover {
    color: #fff; }
  #social_block .social_block_suite ul li {
    margin-bottom: 26px; }
  #social_block #social_block_facebook, #social_block #social_block_twitter, #social_block .social_block_suite {
    padding: 7px 0 0 0px; }
  #social_block #social_block_facebook::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background: url("../img/logo_social.gif") no-repeat; }
  #social_block #social_block_twitter::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background: url("../img/logo_social.gif") -52px 0 no-repeat; }
  #social_block #social_block_suite1::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 140px;
    background: url("../img/logo_social.gif") -98px 0 no-repeat; }
  #social_block #social_block_suite2::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 140px;
    background: url("../img/logo_social.gif") -145px 0 no-repeat; }

#newsletter_block_home p.success_inline {
  color: #418B19;
  text-align: center; }

#newsletter_block_home p.warning_inline {
  text-align: center;
  color: #f13340; }

#newsletter_block_home > *, #newsletter_block_home .block_content {
  height: 260px; }

#newsletter_block_home, #newsletter_block_left {
  height: 100%; }
  #newsletter_block_home #message, #newsletter_block_home .block_content, #newsletter_block_left #message, #newsletter_block_left .block_content {
    padding: 30px; }
  #newsletter_block_home #message, #newsletter_block_left #message {
    background: -webkit-linear-gradient(315deg, #173277 25%, #005883 75%);
    background: linear-gradient(135deg, #173277 25%, #005883 75%); }
  #newsletter_block_home #message p, #newsletter_block_left #message p {
    font-size: 1.6rem; }
  #newsletter_block_home .block_content, #newsletter_block_left .block_content {
    background: #fff; }
  #newsletter_block_home .block_content input, #newsletter_block_left .block_content input {
    border-radius: 20px;
    padding: 10px 20px; }
  #newsletter_block_home .block_content #newsletter-input, #newsletter_block_left .block_content #newsletter-input {
    width: 100%;
    border: 1px solid #dddddd;
    color: #333; }
  #newsletter_block_home .block_content h3, #newsletter_block_left .block_content h3 {
    color: #0d335f;
    text-align: center;
    font-weight: bold; }
  #newsletter_block_home .block_content .button, #newsletter_block_left .block_content .button {
    display: block;
    background: #0e284c;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 20px auto !important; }

@media (min-width: 1024px) {
  #newsletter_block_home .block_content {
    margin-right: 6%; } }

#newsletter_block_left {
  margin-top: 20px; }

#newsletter_block_left strong {
  font-size: 2.4rem; }

/* Block newsletter */
#search .grid > div {
  overflow: hidden;
  background: #fff;
  float: left;
  position: relative;
  width: 31.33333%;
  min-height: 350px;
  margin-top: 20px;
  margin-bottom: 20px; }
  #search .grid > div.first {
    margin-right: 1.5%; }
  #search .grid > div.item {
    margin-left: 1.5%;
    margin-right: 1.5%; }
  #search .grid > div.last {
    margin-left: 1.5%; }
  @media screen and (max-width: 1024px) {
    #search .grid > div {
      width: 48.5%;
      margin-bottom: 20px;
      margin-left: 0 !important;
      margin-right: 0 !important; }
      #search .grid > div:nth-child(2n) {
        margin-left: 2% !important; } }
  @media screen and (max-width: 480px) {
    #search .grid > div {
      width: 100%;
      margin-bottom: 20px; }
      #search .grid > div:nth-child(2n) {
        margin-left: 0px !important; } }

#search .product-container {
  position: relative;
  width: 100%;
  height: 350px; }
  #search .product-container .left-block, #search .product-container .right-block {
    position: absolute;
    width: 100%; }
  #search .product-container .left-block {
    height: 350px; }
  #search .product-container .right-block h5 {
    margin-bottom: 15px;
    height: 40px; }
  #search .product-container .content_price {
    width: 50%; }

.product_link {
  display: block;
  width: 100%;
  height: 100%; }
  .product_link .right-block {
    padding: 21px 20px 20px 20px;
    height: 130px;
    bottom: 0px;
    color: #0e284c;
    font-weight: normal;
    background-color: rgba(10, 70, 125, 0); }
  .product_link:hover .right-block {
    background-color: rgba(10, 70, 125, 0.9);
    -webkit-transition: all 1.25s ease-in-out 0s;
    transition: all 1.25s ease-in-out 0s; }
  .product_link:hover .btn_blue_small {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    -webkit-transition: all 1.25s ease-in-out 0s;
    transition: all 1.25s ease-in-out 0s;
    padding-right: 25px; }
    .product_link:hover .btn_blue_small:after {
      opacity: 1;
      right: 12px; }
  .product_link:hover .price, .product_link:hover h5 {
    color: #fff; }
  .product_link:hover .img-responsive {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transition: all 1.25s ease-in-out 0s;
    transition: all 1.25s ease-in-out 0s; }

.product-image-container {
  text-align: center;
  position: relative;
  height: 222px; }
  .product-image-container img {
    margin: 0 auto; }
  .product-image-container .quick-view-wrapper-mobile {
    display: none; }
    .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
      display: none; }
      @media (max-width: 3rem) {
        .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
          display: block;
          position: relative;
          background-color: rgba(208, 208, 211, 0.57);
          height: 130px;
          width: 85px;
          top: 80px;
          right: -162px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          zoom: 1;
          pointer-events: all; }
          .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i {
            position: relative;
            top: 48px;
            left: -20px;
            font-size: x-large;
            color: black; }
          .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i:before {
            -webkit-transform: rotate(315deg);
                -ms-transform: rotate(315deg);
                    transform: rotate(315deg); } }
    @media (max-width: 3rem) {
      .product-image-container .quick-view-wrapper-mobile .quick-view-mobile:hover {
        background-color: rgba(167, 167, 167, 0.57); } }
    @media (max-width: 3rem) {
      .product-image-container .quick-view-wrapper-mobile {
        display: block;
        background-color: transparent;
        height: 155px;
        width: 215px;
        position: absolute;
        overflow: hidden;
        pointer-events: none;
        bottom: 0px;
        right: 0px; } }
  .product-image-container .quick-view {
    font: 700 13px/16px;
    color: #777676;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -53px;
    padding: 13px 0 0;
    background: rgba(255, 255, 255, 0.82);
    width: 107px;
    height: 43px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px; }
    @media (max-width: 3rem) {
      .product-image-container .quick-view {
        display: none; } }
    @media (min-width: 4rem) {
      .product-image-container .quick-view {
        display: none; } }
    @media (max-width: 0.7rem) {
      .product-image-container .quick-view {
        display: none; } }

#search .product-name {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 23px;
  margin-bottom: 0; }

#search_block_top {
  padding-top: 20px; }
  @media (max-width: 960px) {
    #search_block_top {
      padding: 25px !important; } }
  @media (max-width: 840px) {
    #search_block_top {
      padding: 0px !important; } }
  #search_block_top #searchbox {
    float: right; }
    @media (max-width: 840px) {
      #search_block_top #searchbox {
        float: none;
        margin: 0px auto 20px auto; } }
    #search_block_top #searchbox .btn.button-search {
      background: transparent;
      display: inline-block;
      border: none;
      color: #fff;
      width: 20px;
      text-align: center;
      padding: 10px 0 11px 0; }
      #search_block_top #searchbox .btn.button-search span {
        display: none; }
      #search_block_top #searchbox .btn.button-search:before {
        content: "\f002";
        display: block;
        font-family: "FontAwesome";
        font-size: 17px;
        width: 100%;
        text-align: center; }
      #search_block_top #searchbox .btn.button-search:hover {
        color: #9cb8cc; }
    #search_block_top #searchbox #search_query_top {
      display: inline;
      padding: 0;
      height: 45px;
      background: transparent;
      color: #fff;
      margin-right: 0px;
      border: 0px;
      width: 0px;
      margin-right: 3px;
      -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
      transition: width 0.4s cubic-bezier(0, 0.795, 0, 1); }
      @media (max-width: 840px) {
        #search_block_top #searchbox #search_query_top {
          width: 200px; } }
    #search_block_top #searchbox:hover #search_query_top, #search_block_top #searchbox:active #search_query_top, #search_block_top #searchbox #search_query_top:focus {
      width: 200px;
      color: #fff;
      background: transparent;
      border-bottom: 1px solid #9cb8cc; }

.ac_results {
  background: #0c2a63;
  border: 1px solid #d6d4d4;
  width: 271px;
  margin-top: -1px; }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    .ac_results li.ac_odd {
      background: #0c2a63; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

@media (max-width: 840px) {
  #search_block_top {
    padding-top: 10px;
    padding-bottom: 30px; }
  #searchbox {
    width: 250px; } }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #fff; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }

.tags_block .block_content {
  overflow: hidden; }
  .tags_block .block_content a {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding: 4px 9px 5px 9px;
    border: 1px solid #d6d4d4;
    float: left;
    margin: 0 3px 3px 0; }
    .tags_block .block_content a:hover {
      color: #fff;
      background: #f6f6f6; }

#block_top_menu {
  padding-top: 25px; }

#header-user-container {
  padding: 10px 0;
  font-size: 1.6rem; }
  @media (max-width: 768px) {
    #header-user-container {
      font-size: 1.4rem; } }

.header-user-item {
  border-left: 1px solid #6399bf;
  padding: 0px;
  line-height: 12px; }
  .header-user-item a {
    padding: 3px 12px 4px;
    color: #9cb8cc;
    display: block;
    width: 100%;
    cursor: pointer; }
    @media (max-width: 768px) {
      .header-user-item a {
        padding: 4px 8px !important; } }
  .header-user-item a:hover, .header-user-item a.active {
    color: #fff; }

.last-item a {
  padding: 3px 12px 4px; }

/* Block Viewed Products */
#viewed-products_block_left li.last_item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

/* lnk on detail product page */
#wishlist_button_nopop, #wishlist_button {
  margin-top: 10px;
  border-left: 1px solid #0d335f;
  padding-left: 5px;
  display: block;
  color: #0c587f;}

#wishlist_button_nopop:hover, #wishlist_button:hover {
  color: #aaa; }

#wishlist_button, #wishlist_button_nopop {
  font-weight: 700;
  outline: 0;
  cursor: pointer; }
  #wishlist_button:before, #wishlist_button_nopop:before {
    font: 400 15px/31px "FontAwesome";
    background: #929292;
    width: 30px;
    text-align: center;
    display: inline-block;
    height: 30px;
    margin: 0px 6px 0 0;
    border-radius: 50px; }

#view_wishlist p {
  padding-bottom: 10px; }

#view_wishlist p strong, #view_wishlist p a {
  color: #fff; }

#view_wishlist p a:hover {
  color: #ccc; }

/* wishlist block */
#wishlist_block #wishlist_block_list {
  margin: 0 0 20px 0; }
  #wishlist_block #wishlist_block_list dl {
    font-weight: 400; }
    #wishlist_block #wishlist_block_list dl.products.no-products {
      font-weight: 700;
      padding: 0 0 15px 0;
      border-bottom: 1px solid #d6d4d4; }
      #wishlist_block #wishlist_block_list dl.products.no-products dt {
        padding: 0;
        border-top: none; }
      #wishlist_block #wishlist_block_list dl.products.no-products dd {
        display: none; }
    #wishlist_block #wishlist_block_list dl.products {
      border-bottom: 1px solid #d6d4d4; }
      #wishlist_block #wishlist_block_list dl.products dt {
        padding: 20px 0 0;
        border-top: 1px solid #d6d4d4; }
      #wishlist_block #wishlist_block_list dl.products dd {
        padding: 0 0 20px 0; }
      #wishlist_block #wishlist_block_list dl.products dt.first_item {
        padding: 0;
        border-top: none; }
    #wishlist_block #wishlist_block_list dl dt {
      position: relative;
      padding-right: 0; }
    #wishlist_block #wishlist_block_list dl dd {
      margin: 0 0 0 24px; }

#wishlist_block .lnk .form-group {
  margin: 0 0 20px 0; }
  #wishlist_block .lnk .form-group select {
    max-width: 192px; }
    @media (max-width: 0.7rem) {
      #wishlist_block .lnk .form-group select {
        width: 192px; } }

#wishlist_block .ajax_cart_block_remove_link {
  font-size: 14px;
  line-height: 14px;
  color: #d3d2d2;
  width: 14px;
  height: 14px;
  float: right; }
  #wishlist_block .ajax_cart_block_remove_link:hover {
    color: #fff; }

#wishlist_block .cart_block_product_name {
  width: 85%;
  display: inline-block;
  font-weight: bold; }

#wishlist_block .quantity-formated {
  float: left;
  margin: 0 5px 0 0;
  width: 15px; }

#wishlist_block_list .price {
  float: right; }

/* page in my account ************************************************************************* */
#mywishlist td.wishlist_delete a {
  font-size: 15px; }

#module-blockwishlist-mywishlist #block-history a {
  color: #fff; }

#module-blockwishlist-mywishlist #block-history a:hover {
  color: #ccc; }

/* wishlistLinkTop */
#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {
  display: inline-block; }

#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list {
  border-bottom: 1px solid #d6d4d4;
  margin-bottom: 20px; }
  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    display: inline-block;
    color: #fff !important;
    margin: 10px 10px 10px 0px;
    font-weight: bold; }
    #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a:hover {
      color: #ccc !important; }

#module-blockwishlist-mywishlist .wishlistLinkTop li {
  float: left; }

#module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
  float: right; }

#module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
#module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
  display: none; }

/* wlp_bought ****************************************** */
/* wlp_bought_list */
ul.wlp_bought_list {
  padding: 0; }

ul.wlp_bought_list li {
  margin: 0 0 30px 0;
  /*> 992px*/
  /*768px x 991px*/ }
  ul.wlp_bought_list li .product_image {
    background-color: #fff;
    margin: 0 0 20px 0;
    max-width: 90%;
    overflow: hidden; }
  ul.wlp_bought_list li .product-name {
    margin: 0 0 10px 0;
    padding: 0 20px 0 0; }
    ul.wlp_bought_list li .product-name small {
      display: block;
      font-size: 11px; }
      ul.wlp_bought_list li .product-name small a {
        font-size: 11px; }
  ul.wlp_bought_list li .product_infos {
    position: relative; }
  ul.wlp_bought_list li .btn_action {
    margin-top: 15px; }
  ul.wlp_bought_list li .btn_action .btn {
    float: left;
    clear: both;
    margin: 0 0 10px 0; }
  @media (min-width: 2rem) {
    ul.wlp_bought_list li.first-in-line {
      clear: left; } }
  @media (min-width: 1rem) and (max-width: 1.5rem) {
    ul.wlp_bought_list li.first-item-of-tablet-line {
      clear: left; } }

.wishlistLinkTop .submit {
  margin: 0 0 30px 0; }

ul.wlp_bought_list li .lnkdel {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 14px; }

#wishlist_button > .btn-group {
  width: 80%; }

.wishlist_change_button:active, .wishlist_change_button:focus {
  color: #fff; }

.wishlist_change_button:hover {
  cursor: pointer; }

#popover-content-wishlist {
  position: absolute;
  padding: 10px 0 !important;
  margin-bottom: 15px;
  width: 280px;
  left: 0 !important;
  z-index: 999 !important; }

#popover-content-wishlist a {
  color: #ccc; }

#popover-content-wishlist a:hover {
  color: #ccc; }

#popover-content-wishlist, #popover-content-wishlist > * {
  background-color: none;
  color: #0d335f;
  font-size: 1.4rem; }

#popover-content-wishlist .table {
  background: #eff5fb;
  border-left: 1px solid #0d335f;
  border-right: 0;
  border-top: 0;
  border-bottom: 0; }

#popover-content-wishlist .table > *, #popover-content-wishlist tr, #popover-content-wishlist td {
  border: 0 !important; }

#popover-content-wishlist td {
  padding-left: 5px; }

#popover-content-wishlist td:hover {
  cursor: pointer;
  color: #333; }

.popover-content-myaccount {
  display: none; }

.popover-content-myaccount .table > *, .popover-content-myaccount tr, .popover-content-myaccount td {
  border: 0 !important; }

.popover-content-myaccount .table {
  background: none;
  border-left: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  border-bottom: 0; }

.popover-content-myaccount td:hover {
  cursor: pointer;
  color: #ccc; }

ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover {
  padding: 0;
  min-width: 160px; }
  ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover .popover-content {
    padding: 0;
    min-width: 158px; }
  ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover table {
    margin-bottom: 2px; }
    ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover table td:hover {
      background-color: #cccccc;
      cursor: pointer; }

[id=wishlist_button] + .popover,
.wishlist_change_button + .popover {
  padding: 0;
  min-width: 150px; }
  [id=wishlist_button] + .popover .popover-content,
  .wishlist_change_button + .popover .popover-content {
    padding: 0; }
  [id=wishlist_button] + .popover table,
  .wishlist_change_button + .popover table {
    margin-bottom: 2px; }
    [id=wishlist_button] + .popover table td:hover,
    .wishlist_change_button + .popover table td:hover {
      background-color: #cccccc;
      cursor: pointer; }

.wishlist_product_detail {
  margin-bottom: 20px; }

ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover {
  padding: 0;
  min-width: 160px; }
  ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover .popover-content {
    padding: 0;
    min-width: 158px; }
  ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover table {
    margin-bottom: 2px; }
    ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover table td:hover {
      background-color: #cccccc;
      cursor: pointer; }

[id=wishlist_button] + .popover,
.wishlist_change_button + .popover {
  padding: 0;
  min-width: 150px; }
  [id=wishlist_button] + .popover .popover-content,
  .wishlist_change_button + .popover .popover-content {
    padding: 0; }
  [id=wishlist_button] + .popover table,
  .wishlist_change_button + .popover table {
    margin-bottom: 2px; }
    [id=wishlist_button] + .popover table td:hover,
    .wishlist_change_button + .popover table td:hover {
      background-color: #cccccc;
      cursor: pointer; }

#crossselling_list .grid .product-box {
  float: left;
  position: relative;
  width: 18.4%;
  min-height: 224px;
  margin-top: 20px;
  margin-bottom: 20px; }
  #crossselling_list .grid .product-box.first {
    margin-right: 1%; }
  #crossselling_list .grid .product-box.item {
    margin-left: 1%;
    margin-right: 1%; }
  #crossselling_list .grid .product-box.last {
    margin-left: 1%; }
  @media screen and (max-width: 1024px) {
    #crossselling_list .grid .product-box {
      width: 49%;
      margin-bottom: 20px;
      margin-left: 0 !important;
      margin-right: 0 !important; }
      #crossselling_list .grid .product-box:nth-child(2n) {
        margin-left: 2% !important; } }
  @media screen and (max-width: 480px) {
    #crossselling_list .grid .product-box {
      width: 100%;
      margin-bottom: 20px; }
      #crossselling_list .grid .product-box:nth-child(2n) {
        margin-left: 0px !important; } }

#crossselling_list .product-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 254px; }
  #crossselling_list .product-box h4 {
    color: #fff;
    height: 45px; }
  #crossselling_list .product-box .left-block, #crossselling_list .product-box .right-block {
    position: absolute;
    width: 100%; }
  #crossselling_list .product-box .left-block {
    background-color: #fff;
    height: 254px; }
  #crossselling_list .product-box .right-block {
    height: 120px;
    bottom: 0px;
    padding: 14px 20px 20px 20px;
    background-color: rgba(10, 70, 125, 0.7);
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
  @media screen and (max-width: 480px) {
    #crossselling_list .product-box, #crossselling_list .product-box .left-block {
      height: 424px; } }

#crossselling_list .product_link {
  display: block;
  width: 100%;
  height: 100%; }
  #crossselling_list .product_link:hover .img-responsive {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transition: all 1.25s ease-in-out 0s;
    transition: all 1.25s ease-in-out 0s; }
  #crossselling_list .product_link:hover .btn_white_small {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    padding-right: 25px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
    #crossselling_list .product_link:hover .btn_white_small:after {
      top: 1px !important;
      opacity: 1;
      right: 12px; }

#crossselling_list .product-image-container {
  text-align: center;
  position: relative;
  height: 254px; }
  @media screen and (max-width: 480px) {
    #crossselling_list .product-image-container {
      height: 424px; } }
  #crossselling_list .product-image-container img {
    margin: 0 auto; }
  #crossselling_list .product-image-container .quick-view-wrapper-mobile {
    display: none; }
    #crossselling_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
      display: none; }
      @media (max-width: 3rem) {
        #crossselling_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
          display: block;
          position: relative;
          background-color: rgba(208, 208, 211, 0.57);
          height: 130px;
          width: 85px;
          top: 80px;
          right: -162px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          zoom: 1;
          pointer-events: all; }
          #crossselling_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i {
            position: relative;
            top: 48px;
            left: -20px;
            font-size: x-large;
            color: black; }
          #crossselling_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i:before {
            -webkit-transform: rotate(315deg);
                -ms-transform: rotate(315deg);
                    transform: rotate(315deg); } }
    @media (max-width: 3rem) {
      #crossselling_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile:hover {
        background-color: rgba(167, 167, 167, 0.57); } }
    @media (max-width: 3rem) {
      #crossselling_list .product-image-container .quick-view-wrapper-mobile {
        display: block;
        background-color: transparent;
        height: 155px;
        width: 215px;
        position: absolute;
        overflow: hidden;
        pointer-events: none;
        bottom: 0px;
        right: 0px; } }
  #crossselling_list .product-image-container .quick-view {
    font: 700 13px/16px;
    color: #777676;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -53px;
    padding: 13px 0 0;
    background: rgba(255, 255, 255, 0.82);
    width: 107px;
    height: 43px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px; }
    @media (max-width: 3rem) {
      #crossselling_list .product-image-container .quick-view {
        display: none; } }
    @media (min-width: 4rem) {
      #crossselling_list .product-image-container .quick-view {
        display: none; } }
    @media (max-width: 0.7rem) {
      #crossselling_list .product-image-container .quick-view {
        display: none; } }

#crossselling_list .product-name {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 23px;
  color: #fff;
  margin-bottom: 0; }
  #crossselling_list .product-name:hover p {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }

#favoriteproducts_block_account .favoriteproduct {
  position: relative;
  margin-bottom: 14px;
  padding: 12px 8px;
  border: 1px solid #d6d4d4;
  border-radius: 3px; }
  #favoriteproducts_block_account .favoriteproduct a.product_img_link {
    border: 1px solid #d6d4d4;
    display: block;
    float: left;
    margin-right: 14px;
    overflow: hidden;
    position: relative; }
  #favoriteproducts_block_account .favoriteproduct p.product_desc {
    line-height: 16px;
    overflow: hidden;
    padding: 0; }
  #favoriteproducts_block_account .favoriteproduct .remove {
    position: absolute;
    top: 10px;
    right: 10px; }
    #favoriteproducts_block_account .favoriteproduct .remove .icon, #favoriteproducts_block_account .favoriteproduct .remove [class^="icon-"] {
      cursor: pointer; }

/* lnk fiche produit */
#usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_added, #usefull_link_block li#favoriteproducts_block_extra_removed {
  padding-left: 30px;
  cursor: pointer; }

#usefull_link_block li#favoriteproducts_block_extra_added {
  display: none; }

#usefull_link_block li#favoriteproducts_block_extra_removed {
  display: none; }

#homefeatured .grid .ajax_block_product {
  float: left;
  position: relative;
  width: 18.4%;
  min-height: 224px;
  margin-top: 20px;
  margin-bottom: 20px; }
  #homefeatured .grid .ajax_block_product.first {
    margin-right: 1%; }
  #homefeatured .grid .ajax_block_product.item {
    margin-left: 1%;
    margin-right: 1%; }
  #homefeatured .grid .ajax_block_product.last {
    margin-left: 1%; }
  @media screen and (max-width: 1024px) {
    #homefeatured .grid .ajax_block_product {
      width: 49%;
      margin-bottom: 20px;
      margin-left: 0 !important;
      margin-right: 0 !important; }
      #homefeatured .grid .ajax_block_product:nth-child(2n) {
        margin-left: 2% !important; } }
  @media screen and (max-width: 480px) {
    #homefeatured .grid .ajax_block_product {
      width: 100%;
      margin-bottom: 20px; }
      #homefeatured .grid .ajax_block_product:nth-child(2n) {
        margin-left: 0px !important; } }

/******************************************************************************
						Home Page Slider
*******************************************************************************/
#homepage-slider {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*float: left;*/
  /*****************************************************************************
						BXSlider Styles
	Note alex and nico : Beaucoup de style de ce slider est appelé sur _utils/jquery.bxslider.scss, à nettoyer donc.
********************************************************************************/ }
  @media (max-width: 0.7rem) {
    #homepage-slider {
      width: 100%;
      max-width: 100%;
      padding-top: 20px; } }
  #homepage-slider #homeslider {
    margin: 0 auto;
    padding: 0; }
  #homepage-slider .homeslider-container {
    position: relative; }
  #homepage-slider .homeslider-image {
    position: absolute;
    left: 0;
    top: 0; }
  #homepage-slider .homeslider-description {
    width: 420px;
    position: absolute;
    right: 0;
    top: 71px;
    padding: 0;
    text-align: right;
    cursor: pointer; }
    @media (max-width: 768px) {
      #homepage-slider .homeslider-description {
        width: 100%; } }
    #homepage-slider .homeslider-description h2 {
      font-size: 3rem;
      font-family: "Open Sans";
      font-weight: 600;
      color: white;
      margin: 0;
      padding: 0; }
      @media (max-width: 768px) {
        #homepage-slider .homeslider-description h2 {
          font-size: 2.2rem; } }
    #homepage-slider .homeslider-description p {
      width: 100%;
      font-size: 2.2rem;
      line-height: 2.9rem;
      padding: 10px 0;
      color: white;
      font-weight: 100; }
      @media (max-width: 768px) {
        #homepage-slider .homeslider-description p {
          font-size: 1.8rem; } }
    #homepage-slider .homeslider-description button {
      font-family: "Open Sans Condensed";
      font-size: 2.2rem;
      color: #0d335f;
      background: #fff;
      border-radius: 25px;
      padding: 10px 30px;
      margin-top: 12px;
      text-shadow: 0;
      border: 0;
      text-transform: uppercase; }
    @media (max-width: 4rem) {
      #homepage-slider .homeslider-description {
        padding: 20px;
        font-size: 0.8em; } }
    @media (max-width: 1rem) {
      #homepage-slider .homeslider-description {
        padding: 30px;
        font-size: 0.7em; }
        #homepage-slider .homeslider-description p {
          font-size: 1.5em; } }
    @media (max-width: 320px) {
      #homepage-slider .homeslider-description {
        padding: 30px;
        font-size: 0.5em; }
        #homepage-slider .homeslider-description p {
          font-size: 1.7em; } }
  #homepage-slider .bx-wrapper a {
    display: block; }
  #homepage-slider .bx-wrapper img {
    height: auto; }
  #homepage-slider .bx-wrapper .bx-viewport {
    width: 100%;
    direction: ltr !important; }
    @media (max-width: 1200px) {
      #homepage-slider .bx-wrapper .bx-viewport {
        height: 400px !important; } }
  #homepage-slider .bx-wrapper .bx-controls-direction a {
    top: auto;
    margin-top: 0px;
    font-size: 1em;
    bottom: 10px;
    outline: 0;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
    z-index: 9999;
    line-height: 18px; }
    #homepage-slider .bx-wrapper .bx-controls-direction a:before {
      height: 48px;
      width: 48px;
      display: block;
      content: ".";
      opacity: 0.14;
      text-indent: -9999px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    #homepage-slider .bx-wrapper .bx-controls-direction a:after {
      display: block;
      width: 48px;
      height: 48px;
      color: #9cb8cc;
      text-indent: 0;
      text-align: center;
      font-size: 21px;
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      padding: 16px 0 0 0; }
    #homepage-slider .bx-wrapper .bx-controls-direction a:hover:before {
      opacity: 0.83; }
  #homepage-slider .bx-wrapper .bx-prev {
    right: 60px;
    left: auto; }
    #homepage-slider .bx-wrapper .bx-prev:after {
      content: "\f053"; }
  #homepage-slider .bx-wrapper .bx-next:after {
    content: "\f054"; }

#mailalerts_block_account li.last_item {
  border-bottom: none;
  margin-bottom: 0; }

#mailalerts_block_account li .products-block-image {
  float: left;
  margin-right: 19px; }

#mailalerts_block_account li .remove {
  float: right; }
  #mailalerts_block_account li .remove i {
    cursor: pointer; }

#product_comments_block_extra {
  padding: 8px 10px 10px;
  font-weight: bold;
  line-height: 18px;
  border: 1px solid #d6d4d4;
  background: #fbfbfb;
  margin: 39px 0 22px; }
  #product_comments_block_extra .comments_note {
    margin-bottom: 5px; }
  #product_comments_block_extra .comments_note span,
  #product_comments_block_extra .star_content {
    float: left;
    color: #fff; }
  #product_comments_block_extra .star_content {
    margin-top: 1px; }
  #product_comments_block_extra div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #777676; }
  #product_comments_block_extra div.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743; }
  #product_comments_block_extra .comments_advices {
    clear: both; }

.comments_advices {
  padding-top: 2px; }
  .comments_advices li {
    display: inline-block;
    line-height: 30px; }
    @media (min-width: 1rem) and (max-width: 1.5rem) {
      .comments_advices li {
        display: block;
        line-height: 20px; } }
  .comments_advices a {
    text-decoration: none;
    color: #0e284c;
    position: relative;
    margin-right: 8px;
    line-height: 30px;
    padding: 0;
    display: inline-block; }
    @media (min-width: 1rem) and (max-width: 3rem) {
      .comments_advices a {
        float: none;
        line-height: 20px; } }
    .comments_advices a:before {
      background: #929292;
      border-radius: 50px;
      color: white;
      display: inline-block;
      font-family: "FontAwesome";
      font-size: 15px;
      font-weight: normal;
      height: 30px;
      line-height: 30px;
      margin-right: 6px;
      text-align: center;
      width: 30px;
      /*max 1199px*/ }
      @media (max-width: 3rem) {
        .comments_advices a:before {
          display: none; } }
    .comments_advices a.reviews:before {
      content: "\f0e5"; }
    .comments_advices a.open-comment-form:before {
      content: "\f040"; }
    .comments_advices a:hover {
      color: #fff; }
    .comments_advices a.reviews {
      border-right: 1px solid #d6d4d4;
      padding-right: 30px;
      margin-right: 9px; }
      @media (min-width: 1rem) and (max-width: 1.5rem) {
        .comments_advices a.reviews {
          margin-right: 0;
          padding: 0;
          border: none; } }

/* pop-in add grade/advice ********************************************************************* */
#fancybox-wrap {
  width: 585px; }

#fancybox-content {
  width: 585px;
  border-width: 0; }

#new_comment_form {
  overflow: hidden;
  color: #fff;
  text-align: left; }
  #new_comment_form h2 {
    margin-bottom: 10px; }
  #new_comment_form .title {
    padding: 10px;
    font-size: 13px;
    color: #9cb8cc;
    text-transform: uppercase;
    background: #0d335f; }
  #new_comment_form ul.grade_content {
    list-style-type: none;
    margin: 0 0 20px 0; }
    #new_comment_form ul.grade_content li {
      width: 50%; }
    #new_comment_form ul.grade_content span {
      display: inline-block;
      padding: 0 10px;
      width: 150px;
      font-weight: bold; }
    #new_comment_form ul.grade_content .cancel {
      margin-right: 5px; }
  #new_comment_form .product {
    padding: 15px; }
    #new_comment_form .product img {
      border: 1px solid #d6d4d4; }
    #new_comment_form .product .product_desc {
      line-height: 18px;
      color: #fff; }
      #new_comment_form .product .product_desc .product_name {
        padding: 10px 0 5px;
        font-size: 13px;
        color: #000; }
  #new_comment_form .new_comment_form_content {
    padding: 15px 25px 15px 15px;
    background: #f8f8f8; }
    @media (max-width: 0.7rem) {
      #new_comment_form .new_comment_form_content {
        padding-left: 25px; } }
    #new_comment_form .new_comment_form_content .intro_form {
      padding-bottom: 10px;
      font-weight: bold;
      font-size: 12px; }
  #new_comment_form label {
    display: block;
    margin: 12px 0 4px 0;
    font-weight: bold;
    font-size: 12px; }
  #new_comment_form input,
  #new_comment_form textarea {
    padding: 0 5px;
    height: 28px;
    width: 100%;
    border: 1px solid #ccc;
    background: #0c2a63; }
  #new_comment_form textarea {
    height: 80px; }
  #new_comment_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 13px;
    text-align: right; }
  #new_comment_form #criterions_list {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    list-style-type: none; }
    #new_comment_form #criterions_list li {
      margin-bottom: 10px; }
    #new_comment_form #criterions_list label {
      display: inline;
      float: left;
      margin: 0 10px 0 0; }
    #new_comment_form #criterions_list .star_content {
      float: left; }
  #new_comment_form #new_comment_form_footer {
    margin-top: 20px;
    font-size: 12px; }

/* TAB COMMENTS ******************************************************************************** */
#product_comments_block_tab {
  margin: 0 0 20px 0; }
  #product_comments_block_tab div.comment {
    margin: 0 0 14px;
    padding-top: 14px;
    border-top: 1px solid #d6d4d4; }
    #product_comments_block_tab div.comment:first-child {
      padding: 0;
      border: none; }
    #product_comments_block_tab div.comment .comment_author {
      padding: 0 20px;
      line-height: 18px; }
      #product_comments_block_tab div.comment .comment_author span {
        font-weight: bold;
        float: left; }
      #product_comments_block_tab div.comment .comment_author .star_content {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 5px; }
    #product_comments_block_tab div.comment .comment_details {
      overflow: hidden;
      border-left: 1px solid #d6d4d4; }
      @media (max-width: 1.5rem) {
        #product_comments_block_tab div.comment .comment_details {
          border-left: none; }
          #product_comments_block_tab div.comment .comment_details ul {
            list-style-type: none;
            margin: 0; }
            #product_comments_block_tab div.comment .comment_details ul li {
              padding: 2px 0 2px; }
              #product_comments_block_tab div.comment .comment_details ul li:before {
                font-family: "FontAwesome";
                content: "\f0da";
                color: #fff;
                margin-right: 8px; } }
  #product_comments_block_tab div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #777676; }
  #product_comments_block_tab div.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743; }
  #product_comments_block_tab .comment_author_infos {
    clear: both;
    padding-top: 9px; }
    #product_comments_block_tab .comment_author_infos strong {
      display: block;
      color: #fff; }
    #product_comments_block_tab .comment_author_infos em {
      color: #adadad; }
  #product_comments_block_tab a {
    text-decoration: none;
    font-weight: bold; }
  #product_comments_block_tab span.report_btn {
    cursor: pointer; }
  #product_comments_block_tab span.report_btn:hover {
    text-decoration: underline; }

.fl {
  float: left; }

.fr {
  float: right; }

.product-box {
  float: left;
  box-sizing: border-box; }
  .product-box .product-image {
    background: white;
    display: block; }
    .product-box .product-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }
    .product-box .product-image .right-block {
      height: 140px;
      padding: 21px 20px 20px 20px; }
    .product-box .product-image .right-block .price_display {
      width: 50%; }
    .product-box .product-image .right-block .special-price {
      color: inherit !important; }
    .product-box .product-image .right-block .price {
      font-size: 2.1rem;
      font-weight: 600; }
  .product-box .product-image-container {
    height: 222px; }
  .product-box .product-image:hover .right-block {
    background-color: rgba(10, 70, 125, 0.9);
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
  .product-box .product-image:hover .btn_blue_small {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    padding-right: 25px; }
    .product-box .product-image:hover .btn_blue_small:after {
      opacity: 1;
      right: 12px;
      top: 1px; }
  .product-box .product-image:hover .price, .product-box .product-image:hover h5 {
    color: #fff; }
  .product-box .product-image:hover .img-responsive {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transition: all 1.25s ease-in-out 0s;
    transition: all 1.25s ease-in-out 0s; }

#productscategory_list .product-image-container {
  overflow: hidden; }

#productscategory_list .product-name {
  height: 40px;
  margin-bottom: 5px; }
  #productscategory_list .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #fff; }
    #productscategory_list .product-name a:hover {
      color: #9cb8cc; }

#productscategory_list .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none; }
  #productscategory_list .exclusive span:focus, #productscategory_list .exclusive span:active {
    text-decoration: none; }

#productscategory_list .bx-wrapper .bx-controls-direction a {
  top: -40px;
  text-indent: 5px; }

#productscategory_list .bx-next:after {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  font-size: 2.5rem;
  position: absolute;
  top: 1px;
  left: 7px; }

#productscategory_list .bx-prev:after {
  font-family: "FontAwesome";
  content: "\f104";
  display: inline-block;
  font-size: 2.5rem;
  position: absolute;
  top: 1px;
  left: 5px; }

#productscategory_list .bx-wrapper .bx-prev {
  right: 60px !important;
  left: auto !important; }

#productscategory_list .bx-prev,
#productscategory_list .bx-next {
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 30px; }

#productscategory_list.pagination_previous {
  margin-right: 10px; }

#productscategory_list.pagination_next {
  margin-left: 10px; }

/*** ESSENTIAL STYLES ***/
.sf-contener {
  clear: both;
  float: left;
  width: 100%; }

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  position: relative;
  padding: 0;
  width: 100%; }
  @media (max-width: 0.7rem) {
    .sf-menu {
      display: none; } }
  .sf-menu table {
    border: 0; }

.sf-menu ul {
  position: absolute;
  top: -999em;
  background: #0d335f; }
  @media (max-width: 0.7rem) {
    .sf-menu ul {
      position: relative; } }

.sf-menu ul li {
  width: 100%; }

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }

.sf-menu > li {
  float: left; }
  @media (max-width: 0.7rem) {
    .sf-menu > li {
      float: none;
      position: relative;
      border-right: none; }
      .sf-menu > li span {
        position: absolute;
        right: 6px;
        top: 20px;
        width: 30px;
        height: 30px;
        z-index: 2; }
        .sf-menu > li span:after {
          font-family: "FontAwesome";
          content: "\f067";
          font-size: 26px; }
        .sf-menu > li span.active:after {
          content: "\f068"; } }
  .sf-menu > li > a {
    font: 1.2rem "Open Sans";
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    display: block;
    position: relative;
    /*border-bottom: 3px solid #e9e9e9;*/ }
    @media (min-width: 766px) and (max-width: 869px) {
      .sf-menu > li > a span {
        padding: 0 5px;
        font-size: 1.1rem !important; } }
    @media (min-width: 870px) and (max-width: 980px) {
      .sf-menu > li > a span {
        font-size: 1.1rem !important; } }
  .sf-menu > li.sfHover > a,
  .sf-menu > li > a:hover {
    background: #fff;
    border-bottom-color: #666666;
    color: #0d335f !important;
    -webkit-transition: all 1.25s ease-in-out 0s;
    transition: all 1.25s ease-in-out 0s; }
  @media (max-width: 768px) {
    .sf-menu > li > a::after {
      content: ""; } }
  @media (min-width: 768px) {
    .sf-menu > li > a::after {
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 12px;
      left: 50%;
      margin-left: -7px;
      position: absolute;
      top: 17px; } }
  .sf-menu > li > a.advtm_menu_actif::after {
    color: #0d335f; }

.sf-menu li li li a {
  display: inline-block;
  position: relative;
  color: #777777;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 10px; }
  .sf-menu li li li a:before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px; }
  .sf-menu li li li a:hover {
    color: #fff; }

.sf-menu li ul {
  display: none;
  left: 0;
  top: 59px;
  /* match top ul list item height */
  z-index: 99;
  padding: 12px 0px 18px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px; }
  @media (max-width: 0.7rem) {
    .sf-menu li ul {
      top: 0; } }

.sf-menu li li ul {
  position: static;
  display: block !important;
  opacity: 1 !important;
  background: none;
  box-shadow: transparent 0px 0px 0px; }

.sf-menu li li li ul {
  padding: 0 0 0 20px; }

.sf-menu li li li ul {
  width: 220px; }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 200px;
  /* match ul width */
  top: 0; }

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 200px;
  /* match ul width */
  top: 0; }

.sf-menu > li > ul {
  padding: 26px 30px 31px;
  width: 100%; }
  .sf-menu > li > ul > li > a {
    text-transform: uppercase;
    font: 600 16px/20px "Open Sans";
    color: #fff; }
    .sf-menu > li > ul > li > a:hover {
      color: #fff; }

.sf-menu > li > ul > li {
  float: left;
  width: 20%;
  padding-right: 15px; }
  @media (max-width: 0.7rem) {
    .sf-menu > li > ul > li {
      width: 50%; } }
  @media (max-width: -0.5rem) {
    .sf-menu > li > ul > li {
      width: 100%;
      padding-bottom: 20px; } }
  @media (min-width: 1rem) {
    .sf-menu > li > ul > li.first-in-line-lg {
      clear: left; } }
  @media (min-width: 320px) and (max-width: 0.7rem) {
    .sf-menu > li > ul > li.first-in-line-xs {
      clear: left; } }

.sf-menu > li > ul > li.category-thumbnail {
  width: 100% !important;
  float: none;
  clear: both;
  overflow: hidden;
  padding-right: 0; }
  .sf-menu > li > ul > li.category-thumbnail > div {
    float: left;
    padding-left: 10px;
    width: 33.333%; }
    @media (max-width: -0.5rem) {
      .sf-menu > li > ul > li.category-thumbnail > div {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        text-align: center; } }
    .sf-menu > li > ul > li.category-thumbnail > div:first-child {
      padding-left: 0; }
    .sf-menu > li > ul > li.category-thumbnail > div img {
      max-width: 100%;
      display: block; }

.cat-title {
  display: none; }
  @media (max-width: 0.7rem) {
    .cat-title {
      display: block;
      font: 600 18px/22px "Open Sans";
      text-transform: uppercase;
      color: #484848;
      display: block;
      padding: 17px 20px;
      border-bottom: 3px solid #e9e9e9;
      background: #f6f6f6;
      position: relative; }
      .cat-title:hover {
        background: #0d335f;
        border-bottom-color: #666666;
        color: #9cb8cc; }
      .cat-title:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 15px;
        top: 18px;
        font-size: 26px; }
      .cat-title.active:after {
        content: "\f068"; } }

.sf-menu li.sf-search {
  border: none; }
  .sf-menu li.sf-search input {
    display: inline;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    margin: 13px 10px 0 0;
    font-size: 13px;
    border: 1px solid #d6d4d4; }

#block_top_menu .category-thumbnail {
  clear: both;
  width: 100%;
  float: none; }
  #block_top_menu .category-thumbnail div {
    float: left;
    width: 33.33333%; }
    #block_top_menu .category-thumbnail div img {
      max-width: 100%; }

#block_top_menu li.category-thumbnail {
  padding-right: 0; }

/* one page checkout via le module */
#opc_delivery_methods, .account_fields, .address_fields, #opc_payment_methods {
  padding: 0 20px; }

#module-cheque-payment .cheque-box, #order-confirmation .order-confirmation {
  color: #0d335f; }

#SubmitLoginOpc {
  background-color: #0d335f;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 15px;
  border: 0; }

input.readonly {
  color: gray; }

.tooltip {
  color: #000;
  /*position: absolute;top:0;left:0;width:100%;*/
  height: 30px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  margin: 5px 20px;
  padding: 2px;
  display: none; }

.tooltip div {
  margin: 10px 5px; }

.tooltip a.x {
  display: block;
  width: 20px;
  float: right;
  text-decoration: none;
  cursor: pointer; }

.tooltip a.x:hover {
  font-weight: bold; }

.classic {
  background: #ffa;
  border-bottom: 1px solid #f80; }

#tfoot_static, #cart_summary {
  z-index: 11; }

table#cart_summary tbody, table#cart_summary tfoot, table#cart_summary a:hover {
  color: #0d335f; }

table#cart_summary #tfoot_static.floating-summary td, table#cart_summary.floating-summary tfoot td {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 99.9%; }

div.sticky_underlay {
  background: none repeat scroll 0 0 #EEEEEE;
  border-color: -moz-use-text-color #999999 #999999;
  border: 1px solid #999999;
  border-top: 0px;
  display: none;
  filter: alpha(opacity=92);
  opacity: 0.92;
  -moz-opacity: 0.92;
  position: fixed;
  top: 0;
  width: 541px;
  z-index: 10; }

div#opc_info_block a#toggle_link {
  font-family: courier;
  margin-right: 7px; }

div#opc_info_block h5 {
  text-decoration: underline; }

div#opc_info_block p {
  padding: 3px 0 5px; }

div#opc_info_block {
  /*    padding-top: 10px;*/
  display: none;
  /* hidden by default, slideDown() when visiting OPC page */
  opacity: 0.4; }

div#opc_info_block .block_content {
  padding-top: 10px; }

span.valid_ok {
  background: url(../img/field_success.png) no-repeat left; }

span.valid_nok {
  background: url(../img/field_error.png) no-repeat left; }

span.valid_warn {
  background: url(../img/field_warn.png) no-repeat left; }

span.valid_loading {
  background: url(../img/field_loader.gif) no-repeat left; }

span.valid_blank {
  background: none; }

span.validity {
  font-size: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  padding-left: 16px;
  margin-left: 2px;
  float: none !important; }

input.error_field, select.error_field, textarea.error_field,
#wrapper1 input.error_field {
  border: 1px solid red !important; }

#opc_checkout label {
  color: #0d335f;
  margin-top: 0; }

#opc_checkout input, #opc_checkout textarea {
  color: #666666; }

.textarea-wrapper #message {
  padding: 10px; }

#opc_checkout #opc_new_account span.sample_text, #opc_checkout #opc_new_account span.sample_text span, #offer_password span.sample_text, #offer_password span.sample_text span {
  float: none;
  width: auto;
  text-align: left;
  font-style: italic;
  text-decoration: none;
  padding-left: 10px; }

#opc_checkout #opc_new_account span.ex_blur, #offer_password span.ex_blur {
  color: #ddd; }

#opc_checkout #opc_new_account span.ex_focus, #offer_password span.ex_focus {
  color: #333; }

#login_form a {
  text-decoration: underline;
  /* Highlight click here. link */ }

#login_form a:hover {
  text-decoration: none;
  /* Highlight click here. link */ }

#carrierTable,
#paymentMethodsTable {
  border: 0; }

#carrierTable tr,
#paymentMethodsTable tr {
  border-bottom: 1px solid #eee; }

#carrierTable td,
#paymentMethodsTable td {
  padding: 0.1em 0.5em;
  height: 37px;
  vertical-align: middle; }

#carrierTable td.carrier_action,
#paymentMethodsTable td.payment_action {
  width: 15%; }

#carrierTable td.carrier_name,
#paymentMethodsTable td.payment_name {
  width: 25%; }

#carrierTable td.carrier_infos {
  width: 65%; }

#carrierTable td.carrier_price {
  width: 45%; }

#paymentMethodsTable td.payment_description {
  width: 60%; }

#carrierTable td.carrier_infos,
#carrierTable td.carrier_price,
#paymentMethodsTable td.payment_description {
  padding-left: 30px; }

#carrierTable img,
#paymentMethodsTable img {
  height: 30px;
  padding: 2px 0px; }

div.confirm_button_div {
  text-align: center; }

input.confirm_button, #free_order_confirm {
  display: block;
  background-color: #75b507;
  background-image: none;
  border: 0;
  border-radius: 30px;
  color: white !important;
  font-weight: bold;
  /*    height: 40px; */
  padding: 14px 0px;
  text-align: center;
  margin: 10px auto;
  width: 45%;
  min-width: 250px;
  font-size: 17px; }

input.confirm_button:hover, #free_order_confirm:hover {
  cursor: pointer;
  padding: 14px 0px; }

table#carrierTable label {
  float: none;
  text-align: left;
  width: 100%; }

.opc_status {
  border: 1px solid #d0d3d8;
  /*background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;*/
  font-size: 12px; }

.opc_float {
  float: left;
  width: 49%; }

.opc_float_status {
  float: left;
  width: 45%;
  padding: 10px; }

#login_form {
  width: 100%;
  clear: none; }

#login_form p.text {
  margin-left: 0em;
  padding-left: 0;
  padding-right: 0;
  height: 2em;
  margin-bottom: 6px; }

#login_form a {
  color: #fff;
  text-decoration: none; }

input#SubmitLogin {
  margin: 0; }

#login_form p.submit {
  margin-right: 0;
  text-align: left;
  margin-bottom: 0; }

p.lost_password {
  padding-left: 1em;
  font-size: 0.9em; }

p.submit span {
  padding-right: 0.5em; }

#opc_checkout #opc_new_account #login_form label {
  width: 35%;
  float: left;
  padding: 0 10px;
  text-align: right; }

#opc_checkout #opc_new_account #login_form input {
  width: auto; }

#order-opc #message {
  width: 100%; }

sup {
  color: red; }

div.opc-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/ajax-loader.gif") #666 no-repeat center center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE < 8 */
  -moz-opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  z-index: 99; }

div.opc-main-block {
  position: relative; }

#above_confirmation_msg {
  border: 1px solid;
  text-align: center;
  padding: 7px 15px; }

#personal_info {
  padding: 2px 17px; }

#history div#order-detail-content tr:nth-child(odd),
#history div#order-detail-content .table tr:nth-child(odd) {
  background: #103d72; }

#history div#order-detail-content.summary_bottom {
  background: #add8e6; }

form#personal_info_review #personal_info_delivery {
  width: 48%;
  float: left; }

form#personal_info_review #personal_info_invoice {
  width: 48%;
  float: left; }

form#personal_info_review #personal_info_shipping {
  width: 48%;
  float: left;
  clear: both; }

form#personal_info_review #personal_info_payment {
  width: 48%;
  float: left; }

form#personal_info_review #personal_info_tos {
  clear: both; }

#personal_info_review p {
  padding-left: 1.7em; }

#personal_info_review h4 a {
  font-weight: normal; }

#opc_voucher_errors {
  height: 35px; }

#postcode, #postcode_invoice {
  text-transform: uppercase; }

ul#header_nav {
  z-index: 5; }

.cart_navigation {
  margin: 0;
  padding-bottom: 0px; }

#new_account_form p.text label, #new_account_form p.password label,
#new_account_form p.select label, #new_account_form p.textarea label,
#new_account_form p.radio label:first-child {
  width: 195px;
  float: left;
  padding-right: 17px;
  padding-left: 15px;
  text-align: left; }

#new_account_form p.radio label:first-child {
  display: inline-block;
  font-size: 14px;
  padding: 6px 15px;
  text-align: left; }

#opc_delivery_methods p.checkbox input {
  margin-left: 0;
  margin-right: 20px; }

/*#new_account_form p.select select {
    width: 250px;
}*/
/*table#cart_summary #tfoot_static tr.cart_item.odd,
table#cart_summary #tfoot_static tr.cart_total_delivery,
table#cart_summary #tfoot_static tr.cart_total_price,
table#cart_summary #tfoot_static tr.cart_total_voucher {
    background-color: transparent;
}*/
p.cart_navigation_extra, p.cart_navigation {
  padding-bottom: 0px; }

#new_account_form p.text input, #new_account_form p.password input, #new_account_form p.select select {
  width: 280px; }

/*#new_account_form p.select span {*/
/*height: 21px;*/
/*margin: 0;*/
/*padding-bottom: 0;*/
/*vertical-align: bottom;*/
/*width: 18px;*/
/*}*/
#center_column #new_account_form p {
  padding-bottom: 5px;
  clear: both; }

form.std h3,
#new_account_form.std h3, #order-opc h2, div.address-type-header {
  font-family: "Open Sans Condensed";
  color: #0d335f;
  font-size: 1.8rem;
  padding: 20px;
  text-transform: uppercase; }

#order-opc #opc_checkout.ps16 h2 {
  color: #fff;
  padding-left: 0; }

#order-opc h3, #order-opc form.std h3, #order-opc #new_account_form.std h3 {
  background: #0d335f;
  color: #fff; }

form#offer_password fieldset {
  padding: 10px 25px 0px; }

#order-opc #login_form fieldset {
  padding: 0px; }

#order-opc #login_form fieldset p {
  clear: both; }

#order-opc #login_form a#openLoginFormBlock {
  margin-left: 10px; }

#login_form p.lost_password {
  margin-left: 25px; }

#login_form #closeLoginFormContainer {
  float: right;
  margin-top: -12px;
  margin-right: -12px;
  width: 42px;
  height: 34px; }

#order-opc #login_form #login_form_content p.text.required:nth-child(2) {
  padding: 15px 0 0 0; }

#order-opc #login_form p {
  padding-bottom: 5px; }

#login_form #closeLoginFormBlock {
  display: none;
  cursor: pointer; }

table#cart_summary td {
  padding: 2px 10px;
  vertical-align: middle; }

/*table#cart_summary #tfoot_static td {*/
/*padding: 3px 10px 3px 35px;*/
/*}*/
table#cart_summary #total_price_container {
  border: 0;
  padding-top: 7px;
  padding-bottom: 7px; }

#tfoot_static > tr.summary-line td:nth-child(1) {
  text-align: left;
  padding-left: 20px; }

#tfoot_static > tr.cart_final_price.summary-line td {
  font-size: 1.5em; }

table#cart_summary #tfoot_static .cart_total_price td.total_price_container {
  padding: 0px; }

.cart_total_price .total_price_container span#total_price {
  padding: 5px 0px;
  width: 160px; }

.cart_total_price .total_price_container p {
  padding: 4px 8px; }

.cart_total {
  text-align: right !important; }

table#cart_summary .cart_total {
  width: 30%;
  padding-right: 20px; }

table#cart_summary .cart_total .price {
  padding-right: 20px; }

table#cart_summary .cart_product {
  width: 20%; }

table#cart_summary .cart_description {
  width: 40%; }

table#cart_summary .cart_unit {
  width: 30%; }

.cart_unit {
  list-style: none; }

table#cart_summary .cart_quantity {
  width: 15%; }

table#cart_summary .cart_delete {
  width: 20%; }

.cart_quantity .cart_quantity_button {
  top: 0px; }

.cart_quantity #cart_quantity_control {
  padding: 5px 2px 0 0; }

.cart_quantity #cart_quantity_control a {
  display: block;
  clear: both; }

.cart_quantity #cart_quantity_control .cart_quantity_up {
  margin-bottom: 2px; }

#new_account_form > fieldset {
  margin-bottom: 0px; }

#opc_invoice_address > fieldset {
  margin-top: 0px; }

#invoice_address_checkbox label {
  width: 80%; }

#invoice_address_checkbox input {
  margin-top: 5px;
  vertical-align: top; }

#opc_account_errors, #opc_account_errors_invoice, #opc_login_errors, #opc_payment_errors, #opc_tos_errors {
  background: none repeat scroll 0 0 #C20606;
  border: 1px solid #C20606;
  margin: 10px 10px 15px;
  padding: 3px 5px; }

#cart_quantity_box {
  float: left;
  border: 1px solid #ccc; }

.cart_quantity .cart_quantity_input {
  padding: 3px 5px;
  margin: 0 0 0 2px !important;
  width: 30px;
  border: 0;
  height: auto;
  text-align: center;
  float: none; }

form#offer_password p#p_registerme {
  padding-bottom: 10px; }

form#offer_password p#opc_password > label {
  padding: 0 8px 0 28%; }

form.no_carriers > fieldset {
  padding-top: 10px; }

#order-opc #opc_delivery_methods textarea#gift_message {
  width: 100%; }

#new_account_form p.select select#days {
  width: 50px; }

#new_account_form p.select select#months {
  width: 110px; }

#new_account_form p.select select#years {
  width: 70px; }

p.textarea label:first-child {
  vertical-align: top; }

div#existing_email_msg, div#must_login_msg {
  display: none;
  text-align: center;
  color: #BA0000;
  margin: 3px 5px 12px; }

a.existing_email_login {
  font-weight: bold;
  text-decoration: underline; }

a.existing_email_login:hover {
  text-decoration: none; }

#new_account_form p.required sup {
  color: red; }

input.confirm_button, #free_order_confirm {
  height: auto; }

.cart_last_product {
  display: none !important; }

p#invoice_address_checkbox.no_show {
  display: none; }

form#offer_password.no_show {
  opacity: 0;
  display: none;
  height: 0px;
  overflow: hidden; }

div#tos_moved {
  margin: 20px;
  clear: both; }

#payments_section {
  background-color: #fff; }

#order-opc #login_form fieldset, #new_account_form fieldset {
  background: none repeat scroll 0 0 #fff; }

/* reset */
#cart_summary tfoot td#total_price_container {
  background: white; }

form.std fieldset {
  margin: 0;
  padding: 0; }

#new_account_form p.select span.validity {
  padding: 5px 8px; }

#order-opc fieldset {
  margin-bottom: 10px; }

div.save-account-overlay {
  background: #666666;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }

div.save-account-button-container {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 100;
  margin: auto;
  text-align: center; }

div.save-account-button {
  background: white;
  border: 3px solid darkgreen;
  display: inline;
  opacity: 1;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.3em; }

div.save-account-button:hover {
  border: 3px solid limegreen; }

#new_account_form p.checkbox {
  clear: both; }

#dlv_label.new-l, #new_label.logged-l {
  display: none; }

#delivery_address_checkbox input#delivery_address {
  margin-right: 0; }

#carriers_section {
  background: #fff; }

#carriers_section .order_carrier_content {
  border: 0;
  background-color: transparent; }

#carriers_section .delivery_options {
  border-top: 1px solid #bdc2c9; }

div.below-carrier-content {
  padding: 0 15px; }

.summary-top ~ #order-detail-content {
  margin-left: 0;
  width: auto; }

/* voucher block */
#voucher {
  padding: 10px 0px 7px 0px;
  display: inline-block; }

#voucher input.discount_name {
  display: inline; }

#voucher input {
  height: 27px;
  padding: 1px 9px;
  margin-top: 0;
  color: #fff; }

#voucher h4 {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
  line-height: 27px; }

#voucher h4.title_offers {
  display: block; }

#display_cart_vouchers {
  text-align: left;
  clear: both; }

/* quantity and delete buttons */
#cart_summary a.cart_quantity_delete, #cart_summary a.cart_quantity_delete_discount {
  background: url("../img/trash_16x16.gif") no-repeat scroll 0 0 transparent;
  height: 16px;
  opacity: 0.4;
  padding: 0;
  width: 16px;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  display: inline-block; }

#cart_summary a.cart_quantity_delete:hover, #cart_summary a.cart_quantity_delete_discount:hover {
  opacity: 1; }

#cart_summary div.cart_quantity_button a {
  opacity: 0.2;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

#cart_summary div.cart_quantity_button a:hover {
  opacity: 1; }

#cart_summary a.cart_quantity_up, #cart_summary a.cart_quantity_down {
  width: 11px;
  height: 11px;
  display: block; }

#cart_summary a.cart_quantity_up {
  background: url("../img/plus.png") no-repeat scroll 0 0 transparent;
  background-size: 11px 11px; }

#cart_summary a.cart_quantity_down {
  background: url("../img/minus.png") no-repeat scroll 0 0px transparent;
  background-size: 11px 11px; }

div.address-type-header.delivery {
  margin: 2em -1px 1em; }

div.address-type-header.invoice {
  margin: -15px -1px 1em; }

.address-type-header > div {
  margin-top: -2px; }

td#cart_voucher {
  text-align: right;
  border: 0 !important; }

#opc_checkout #opc_new_account p.text input, #opc_checkout #opc_new_account p.select select, #opc_checkout #opc_new_account p.textarea textarea, textarea#message, input.discount_name {
  border: 1px solid #DDDDDD;
  display: inline-block; }

#opc_checkout p.hidden_field {
  display: none; }

/* default PS carriers view */
#opc_checkout .delivery_option_logo {
  padding-left: 10px;
  width: 160px; }

#opc_checkout .delivery_option label > table.resume td + td, #opc_checkout .delivery_option label > table.resume td + td {
  width: 300px; }

#opc_checkout .delivery_option label > table.resume td + td + td, #opc_checkout .delivery_option label > table.resume td + td + td {
  text-align: right;
  width: 100px; }

.delivery_option_line, .delivery_option_line label, .delivery_option_line label table.resume {
  width: 100%; }

#opc_checkout .delivery_option .radio {
  float: left;
  margin: 21px 12px; }

#opc_checkout > #paypal-express-checkout #paypal-express-checkout-btn-product {
  display: none !important; }

@media only screen and (min-width: 1200px) {
  #order-opc #center_column {
    width: auto; }
  #order-opc #right_column, #order-opc #left_column {
    display: none; }
  #opc_checkout #opc_new_account {
    float: left;
    width: 410px;
    margin-right: 15px; }
  #order-detail-content {
    /*width: 557px;*/
    width: auto;
    margin-left: 425px; }
  #offer_password {
    margin-left: 425px; }
  #new_account_form p.text label,
  #new_account_form p.password label,
  #new_account_form p.select label,
  #new_account_form p.radio label:first-child,
  #new_account_form p.textarea label {
    width: 120px;
    padding: 5px 4px 5px 0px; }
  #new_account_form p.text input,
  #new_account_form p.password input,
  #new_account_form p.select input {
    width: 205px;
    margin-left: 10px; }
  #new_account_form p.select select {
    width: 209px;
    margin-left: 10px; }
  #new_account_form p.checkbox input {
    margin-right: 20px; }
  #new_account_form p.select span {
    width: 0px; }
  form.std fieldset {
    clear: none !important; }
  form.std h3, #new_account_form.std h3 {
    margin-bottom: 6px; }
  p.checkbox {
    padding-bottom: 9px; }
  #login_form label {
    clear: none; }
  #cart_summary {
    border: 0; }
  #new_account_form p.textarea textarea {
    margin-left: 10px;
    width: 215px; }
  #order-opc #opc_account_form #new_account_form p.select select#days {
    width: 45px;
    margin-right: 0; }
  #order-opc #opc_account_form #new_account_form p.select select#months {
    width: 95px;
    margin-right: 0; }
  #order-opc #opc_account_form #new_account_form p.select select#years {
    width: 62px;
    margin-right: 0; }
  #payments_section, form#carriers_section {
    margin-left: 425px; }
  #paymentMethodsTable label {
    text-align: left;
    width: 100%; }
  form#new_account_form label, form.std p span {
    float: none !important; }
  form.std {
    clear: none !important; }
  #order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
    width: auto; }
  .delivery_option_price {
    white-space: nowrap; } }

@media only screen and (max-width: 500px) {
  table#cart_summary, table#cart_summary thead, table#cart_summary tbody, table#cart_summary th, table#cart_summary td, table#cart_summary tr {
    display: block; }
  table#cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  table#cart_summary td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    width: auto !important;
    text-align: left !important; }
  table#cart_summary input.cart_quantity_input {
    float: none; }
  /*    table#cart_summary div#cart_quantity_button {
        display: none;
    }*/
  table#cart_summary td:before {
    position: absolute;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  table#cart_summary .cart_delete {
    display: none; }
  #new_account_form p.text label, #new_account_form p.password label, #new_account_form p.select label, #new_account_form p.textarea label, #new_account_form p.radio label:first-child {
    text-align: left; }
  #new_account_form p.checkbox input {
    margin-left: 0; }
  #tfoot_static, #cart_summary {
    display: block !important; }
  #cart_summary tfoot tr {
    clear: both; }
  #cart_summary #tfoot_static > tr.summary-line > td:nth-child(1) {
    display: block;
    float: left !important;
    padding: 3px !important;
    text-align: right;
    width: 45% !important;
    z-index: 20; }
  #cart_summary #tfoot_static > tr.summary-line > td:nth-child(2) {
    display: block;
    padding: 3px !important; }
  #tfoot_static, #cart_summary {
    display: block; } }

/* pm_advancedsearch 4 */
.PM_ASResetGroup {
  float: right;
  margin-top: 5px; }

.PM_ASBlockOutput {
  position: relative; }

.PM_ASBlockOutputHorizontal {
  border-style: solid; }

ul.PM_ASCriterionGroupImage, ul.PM_ASCriterionGroupCheckbox {
  list-style-type: none; }

.PM_ASCriterionsGroup {
  text-align: left; }

.PM_ASCriterionsSEOGroupDisabled, .PM_ASCriterionsSEOGroupDisabled a, .PM_ASCriterionsSEOGroupDisabled input {
  cursor: default; }

/*criteria group display*/
ul.PM_ASCriterionGroupImage, .PM_ASCriterionGroupColor {
  clear: both; }

ul.PM_ASCriterionGroupImage li, .PM_ASCriterionGroupColor li {
  display: block;
  float: left; }

ul.PM_ASCriterionGroupImage li a, .PM_ASCriterionGroupColor li a {
  display: block; }

.PM_ASCriterionsGroupTitle {
  margin: 10px 0;
  font-size: 1.2em;
  padding-bottom: 5px;
  color: #9cb8cc;
  margin-bottom: 0; }

.PM_ASCriterionsGroupTitle:hover {
  cursor: pointer; }

/*criteriaGroup collapse*/
.PM_ASCriterionsGroupCollapsed {
  display: none; }

/*criteria display*/
.PM_ASCriterionHide, li.PM_ASCriterionHide, ul.PM_ASCriterionGroupImage li.PM_ASCriterionHide, .PM_ASCriterionGroupColor li.PM_ASCriterionHide {
  display: none; }

/*.PM_ASCriterionHideToogleHover, .PM_ASCriterionHideToogleClick {}*/
.PM_ASHide {
  display: none; }

/*Selections display*/
.PM_ASSelectionsBlock {
  padding-top: 10px; }

.PM_ASSelections ul {
  list-style-type: none; }

.PM_ASSelections ul li {
  display: inline; }

.PM_ASBlockOutputVertical .PM_ASSelections ul li {
  display: block !important; }

.PM_ASBlockOutputHorizontal .PM_ASSelectionsBlock {
  min-height: 25px; }

* html .PM_ASBlockOutputHorizontal .PM_ASSelectionsBlock {
  height: 25px; }

.PM_ASCriterionsGroup {
  position: relative; }

.PM_ASBlockOutputVertical .title_block, .PM_ASBlockOutputVertical .PM_ASBlockNbProduct, .PM_ASBlockOutputVertical form {
  background-color: rgba(12, 69, 125, 0.7); }

.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
  float: left;
  width: 150px;
  padding: 1%; }

.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup select, .PM_ASBlockOutputVertical .PM_ASCriterionsGroup select {
  width: 96%; }

.PM_ASBlockOutputVertical .block_content p, .PM_ASBlockOutputVertical form {
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
  font-size: 1.6rem; }

.PM_ASBlockOutputVertical form {
  padding-bottom: 20px; }

.PM_ASResetSearch {
  display: none; }

.PM_ASSelectionsDropDown {
  position: relative;
  height: 25px;
  z-index: 2; }

.PM_ASSelectionsDropDownMenu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  width: 96%;
  padding: 2%;
  z-index: 2; }

.PM_ASearchLayerBlock {
  background: #fff url(../../../img/loader.gif) center center no-repeat;
  display: none; }

.PM_ASearchLayerResult {
  background: #fff url(../../../img/loader.gif) center center no-repeat;
  display: none; }

#PM_ASearchSeoCrossLinks {
  clear: both; }

/*Share block*/
.asShareBlock {
  margin-top: 20px;
  border: 1px solid #dddddd;
  padding: 2%;
  display: none; }

.asShareBlock input {
  margin-left: 0 !important;
  width: 250px;
  height: 30px;
  font-size: 17px;
  line-height: 17px;
  color: #666; }

.asShareLeft {
  margin-right: 2%;
  float: left;
  width: 48%; }

.asShareRight {
  float: right;
  width: 48%; }

.PM_ASBlockOutputHorizontal .PM_ASCriterionsOutput {
  width: 90%; }

/*Hidden criterion group*/
.PM_ASShowCriterionsGroupHidden {
  text-align: center;
  font-weight: bold; }

.PM_ASCriterionsGroupHidden {
  display: none; }

/*Range value for slider*/
.PM_ASCritRangeValue {
  display: block;
  text-align: center;
  margin-top: 5px; }

.clear {
  clear: both; }

/*Link for showing Dropdown selection reminder on vertical block*/
.PM_ASBlockOutputVertical a.PM_ASSelectionsDropDownShowLink {
  background: transparent url(../img/005_50.gif) 0 3px no-repeat;
  padding-left: 12px;
  text-decoration: none; }

/*Dropdown selection reminder on vertical block*/
.PM_ASBlockOutputVertical .PM_ASSelectionsDropDownMenu {
  background: #ffffff;
  border: 1px dashed #9E9E9E; }

/*Link for removing criterion of selection*/
a.PM_ASSelectionsRemoveLink {
  background: transparent url(../img/005_15.gif) 0 3px no-repeat;
  padding-left: 12px;
  text-decoration: none; }

a.PM_ASSelectionsRemoveLink:hover, .PM_ASCriterionLinkSelected:hover {
  text-decoration: line-through !important; }

/*Link for reset search*/
a.PM_ASResetSearch {
  background: transparent url(../img/005_17.gif) 0 6px no-repeat;
  padding-left: 12px;
  text-decoration: none;
  padding-top: 3px; }

/*Separation of criterion block on vertical block*/
.PM_ASBlockOutputVertical .PM_ASCriterions .PM_ASCriterionsGroupOuter {
  margin-top: 10px; }

.PM_ASBlockOutputVertical .title_block p, .PM_ASBlockOutputVertical .PM_ASCriterions .PM_ASCriterionsGroupTitle {
  padding: 10px 0;
  border-bottom: 1px solid #3d6a97; }

/*Number products on vertical block*/
.PM_ASBlockOutputVertical .PM_ASBlockNbProduct {
  padding: 20px;
  text-align: right;
  height: 70px; }

.PM_ASBlockNbProductValue {
  font-size: 3rem;
  border-top: 1px solid #fff; }

.PM_ASBlockNbProductValue span {
  border-top: 4px solid #fff;
  display: block;
  margin-top: 0px;
  width: auto;
  height: auto;
  float: right; }

.PM_ASBlockOutputVertical .title_block p {
  margin: 0 20px; }

.PM_ASCriterionsGroup {
  padding: 0 20px; }

/*Submit search on vertical block*/
.PM_ASBlockOutputVertical .PM_ASSubmitSearch {
  margin: 10px auto;
  margin-bottom: 0; }

/*Horizontal search padding*/
.PM_ASBlockOutputHorizontal {
  padding: 15px;
  margin-bottom: 10px; }

/*Color square size*/
.PM_ASCriterionGroupColor li a {
  width: 15px;
  height: 15px; }

.PM_ASCriterionGroupColor.color_to_pick_list li {
  border: 1px solid #D6D4D4;
  display: inline-block;
  float: none; }

.PM_ASCriterionGroupColor.color_to_pick_list li a {
  width: 23px;
  height: 23px;
  margin: 1px !important; }

.PM_ASCriterionGroupColor.color_to_pick_list li.PM_ASCriterionHide {
  display: none; }

/*Selected class for image and square color*/
.PM_ASCriterionGroupImage .PM_ASCriterionLink, .PM_ASCriterionGroupColor .PM_ASCriterionLink {
  margin: 4px !important; }

.PM_ASCriterionGroupImage .PM_ASCriterionLinkSelected, .PM_ASCriterionGroupColor .PM_ASCriterionLinkSelected {
  border: 2px solid #999;
  margin: 2px !important; }

/*Selected class for link*/
.PM_ASCriterionGroupLink {
  list-style: none;
  padding-left: 0 !important; }

.PM_ASCriterionGroupLink a, .PM_ASLabelLink {
  color: #9cb8cc; }

.PM_ASCriterionGroupLink .PM_ASCriterionLinkSelected, .PM_ASCriterionGroupLink .PM_ASCriterionLink:hover {
  font-weight: bold; }

/*Selected class for label with link*/
.PM_ASCriterionGroupCheckbox {
  padding-left: 0; }

.PM_ASLabelCheckbox {
  margin-top: 0; }

.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink, .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover {
  font-weight: bold; }

/*Hidden criterion block on horizontal block*/
.PM_ASBlockOutputHorizontal .PM_ASCriterionGroupToogleHover {
  background-color: #ECECEC; }

/*Lateral space for price range*/
.PM_ASPriceRange {
  margin: 0 10px !important; }

/*Remove checkbox border from IE*/
.PM_ASCriterionCheckbox {
  border: 0;
  vertical-align: middle; }

/*Style for hidden criteria*/
.PM_ASCriterionDisable {
  -khtml-opacity: .50;
  -moz-opacity: .50;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  opacity: .50;
  zoom: 1; }

/*Hide toogle link*/
.PM_ASCriterionHideToogleLink {
  background: url(../img/arrow-down2.gif) 0 0 no-repeat;
  padding-left: 20px;
  font-size: 10px;
  margin-top: 10px;
  display: block; }

/* criteriaGroup collapse */
.PM_ASCriterionsGroupCollapsable {
  padding-right: 20px; }

.PM_ASCriterionsArrowleft {
  background: url(../img/arrow-left.png) no-repeat right center; }

.PM_ASCriterionsArrowDown {
  background: url(../img/arrow-down.png) no-repeat right center; }

/*Reset group link*/
.PM_ASResetGroup {
  font-size: 10px; }

/* Advanced Search 4 - Advanced Styles Content */
/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.PM_ASForm .ui-helper-hidden {
  display: none; }

.PM_ASForm .ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.PM_ASForm .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.PM_ASForm .ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.PM_ASForm .ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.PM_ASForm .ui-helper-clearfix {
  display: block; }

/* end clearfix */
.PM_ASForm .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.PM_ASForm .ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.PM_ASForm .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.PM_ASForm .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */
/* Component containers
----------------------------------*/
.PM_ASForm .ui-widget {
  font-family: Arial,sans-serif;
  font-size: 1.1em; }

.PM_ASForm .ui-widget .ui-widget {
  font-size: 1em; }

.PM_ASForm .ui-widget input, .PM_ASForm .ui-widget select, .PM_ASForm .ui-widget textarea, .PM_ASForm .ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em; }

.PM_ASForm .ui-widget-content {
  border: 1px solid #B6B6B6;
  background: #ffffff;
  color: #4F4F4F; }

.PM_ASForm .ui-widget-content a {
  color: #4F4F4F; }

.PM_ASForm .ui-widget-header {
  border: 1px solid #B6B6B6;
  color: #4F4F4F;
  font-weight: bold; }

.PM_ASForm .ui-widget-header {
  background: #ededed url(images/bg_fallback.png) 0 0 repeat-x;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #c4c4c4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  background: linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* W3C */ }

.PM_ASForm .ui-widget-header a {
  color: #4F4F4F; }

/* Interaction states
----------------------------------*/
.PM_ASForm .ui-state-default, .PM_ASForm .ui-widget-content .ui-state-default, .PM_ASForm .ui-widget-header .ui-state-default {
  border: 1px solid #B6B6B6;
  font-weight: normal;
  color: #4F4F4F; }

.PM_ASForm .ui-state-default, .PM_ASForm .ui-widget-content .ui-state-default, .PM_ASForm .ui-widget-header .ui-state-default {
  background: #ededed url(images/bg_fallback.png) 0 0 repeat-x;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #c4c4c4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  background: linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* W3C */
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset; }

.PM_ASForm .ui-state-default a, .PM_ASForm .ui-state-default a:link, .PM_ASForm .ui-state-default a:visited {
  color: #4F4F4F;
  text-decoration: none; }

.PM_ASForm .ui-state-hover, .PM_ASForm .ui-widget-content .ui-state-hover, .PM_ASForm .ui-widget-header .ui-state-hover, .PM_ASForm .ui-state-focus, .PM_ASForm .ui-widget-content .ui-state-focus, .PM_ASForm .ui-widget-header .ui-state-focus {
  border: 1px solid #9D9D9D;
  font-weight: normal;
  color: #313131; }

.PM_ASForm .ui-state-hover a, .PM_ASForm .ui-state-hover a:hover {
  color: #313131;
  text-decoration: none; }

.PM_ASForm .ui-state-active, .PM_ASForm .ui-widget-content .ui-state-active, .PM_ASForm .ui-widget-header .ui-state-active {
  outline: none;
  color: #1c4257;
  border: 1px solid #7096ab;
  background: #ededed url(images/bg_fallback.png) 0 -50px repeat-x;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e0f5), color-stop(100%, #92bdd6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* W3C */
  box-shadow: none; }

.PM_ASForm .ui-state-active a, .PM_ASForm .ui-state-active a:link, .PM_ASForm .ui-state-active a:visited {
  color: #313131;
  text-decoration: none; }

.PM_ASForm .ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.PM_ASForm .ui-state-highlight, .PM_ASForm .ui-widget-content .ui-state-highlight, .PM_ASForm .ui-widget-header .ui-state-highlight {
  border: 1px solid #d2dbf4;
  background: #f4f8fd;
  color: #0d2054;
  border-radius: 0 !important; }

.PM_ASForm .ui-state-highlight a, .PM_ASForm .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.PM_ASForm .ui-state-error, .PM_ASForm .ui-widget-content .ui-state-error, .PM_ASForm .ui-widget-header .ui-state-error {
  border: 1px solid #e2d0d0;
  background: #fcf0f0;
  color: #280b0b;
  border-radius: 0 !important; }

.PM_ASForm .ui-state-error a, .PM_ASForm .ui-widget-content .ui-state-error a, .PM_ASForm .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.PM_ASForm .ui-state-error-text, .PM_ASForm .ui-widget-content .ui-state-error-text, .PM_ASForm .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.PM_ASForm .ui-priority-primary, .PM_ASForm .ui-widget-content .ui-priority-primary, .PM_ASForm .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.PM_ASForm .ui-priority-secondary, .PM_ASForm .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.PM_ASForm .ui-state-disabled, .PM_ASForm .ui-widget-content .ui-state-disabled, .PM_ASForm .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.PM_ASForm .ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png); }

.PM_ASForm .ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.PM_ASForm .ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.PM_ASForm .ui-state-default .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.PM_ASForm .ui-state-hover .ui-icon, .PM_ASForm .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.PM_ASForm .ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.PM_ASForm .ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.PM_ASForm .ui-state-error .ui-icon, .PM_ASForm .ui-state-error-text .ui-icon {
  background: url(images/icon_sprite.png) -16px 0 no-repeat !important; }

.PM_ASForm .ui-state-highlight .ui-icon, .PM_ASForm .ui-state-error .ui-icon {
  margin-top: -1px; }

/* positioning */
.PM_ASForm .ui-icon-carat-1-n {
  background-position: 0 0; }

.PM_ASForm .ui-icon-carat-1-ne {
  background-position: -16px 0; }

.PM_ASForm .ui-icon-carat-1-e {
  background-position: -32px 0; }

.PM_ASForm .ui-icon-carat-1-se {
  background-position: -48px 0; }

.PM_ASForm .ui-icon-carat-1-s {
  background-position: -64px 0; }

.PM_ASForm .ui-icon-carat-1-sw {
  background-position: -80px 0; }

.PM_ASForm .ui-icon-carat-1-w {
  background-position: -96px 0; }

.PM_ASForm .ui-icon-carat-1-nw {
  background-position: -112px 0; }

.PM_ASForm .ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.PM_ASForm .ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.PM_ASForm .ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.PM_ASForm .ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.PM_ASForm .ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.PM_ASForm .ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.PM_ASForm .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.PM_ASForm .ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.PM_ASForm .ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.PM_ASForm .ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.PM_ASForm .ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.PM_ASForm .ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.PM_ASForm .ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.PM_ASForm .ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.PM_ASForm .ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.PM_ASForm .ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.PM_ASForm .ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.PM_ASForm .ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.PM_ASForm .ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.PM_ASForm .ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.PM_ASForm .ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.PM_ASForm .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.PM_ASForm .ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.PM_ASForm .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.PM_ASForm .ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.PM_ASForm .ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.PM_ASForm .ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.PM_ASForm .ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.PM_ASForm .ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.PM_ASForm .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.PM_ASForm .ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.PM_ASForm .ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.PM_ASForm .ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.PM_ASForm .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.PM_ASForm .ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.PM_ASForm .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.PM_ASForm .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.PM_ASForm .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.PM_ASForm .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.PM_ASForm .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.PM_ASForm .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.PM_ASForm .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.PM_ASForm .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.PM_ASForm .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.PM_ASForm .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.PM_ASForm .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.PM_ASForm .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.PM_ASForm .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.PM_ASForm .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.PM_ASForm .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.PM_ASForm .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.PM_ASForm .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.PM_ASForm .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.PM_ASForm .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.PM_ASForm .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.PM_ASForm .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.PM_ASForm .ui-icon-arrow-4 {
  background-position: 0 -80px; }

.PM_ASForm .ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.PM_ASForm .ui-icon-extlink {
  background-position: -32px -80px; }

.PM_ASForm .ui-icon-newwin {
  background-position: -48px -80px; }

.PM_ASForm .ui-icon-refresh {
  background-position: -64px -80px; }

.PM_ASForm .ui-icon-shuffle {
  background-position: -80px -80px; }

.PM_ASForm .ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.PM_ASForm .ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.PM_ASForm .ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.PM_ASForm .ui-icon-folder-open {
  background-position: -16px -96px; }

.PM_ASForm .ui-icon-document {
  background-position: -32px -96px; }

.PM_ASForm .ui-icon-document-b {
  background-position: -48px -96px; }

.PM_ASForm .ui-icon-note {
  background-position: -64px -96px; }

.PM_ASForm .ui-icon-mail-closed {
  background-position: -80px -96px; }

.PM_ASForm .ui-icon-mail-open {
  background-position: -96px -96px; }

.PM_ASForm .ui-icon-suitcase {
  background-position: -112px -96px; }

.PM_ASForm .ui-icon-comment {
  background-position: -128px -96px; }

.PM_ASForm .ui-icon-person {
  background-position: -144px -96px; }

.PM_ASForm .ui-icon-print {
  background-position: -160px -96px; }

.PM_ASForm .ui-icon-trash {
  background-position: -176px -96px; }

.PM_ASForm .ui-icon-locked {
  background-position: -192px -96px; }

.PM_ASForm .ui-icon-unlocked {
  background-position: -208px -96px; }

.PM_ASForm .ui-icon-bookmark {
  background-position: -224px -96px; }

.PM_ASForm .ui-icon-tag {
  background-position: -240px -96px; }

.PM_ASForm .ui-icon-home {
  background-position: 0 -112px; }

.PM_ASForm .ui-icon-flag {
  background-position: -16px -112px; }

.PM_ASForm .ui-icon-calendar {
  background-position: -32px -112px; }

.PM_ASForm .ui-icon-cart {
  background-position: -48px -112px; }

.PM_ASForm .ui-icon-pencil {
  background-position: -64px -112px; }

.PM_ASForm .ui-icon-clock {
  background-position: -80px -112px; }

.PM_ASForm .ui-icon-disk {
  background-position: -96px -112px; }

.PM_ASForm .ui-icon-calculator {
  background-position: -112px -112px; }

.PM_ASForm .ui-icon-zoomin {
  background-position: -128px -112px; }

.PM_ASForm .ui-icon-zoomout {
  background-position: -144px -112px; }

.PM_ASForm .ui-icon-search {
  background-position: -160px -112px; }

.PM_ASForm .ui-icon-wrench {
  background-position: -176px -112px; }

.PM_ASForm .ui-icon-gear {
  background-position: -192px -112px; }

.PM_ASForm .ui-icon-heart {
  background-position: -208px -112px; }

.PM_ASForm .ui-icon-star {
  background-position: -224px -112px; }

.PM_ASForm .ui-icon-link {
  background-position: -240px -112px; }

.PM_ASForm .ui-icon-cancel {
  background-position: 0 -128px; }

.PM_ASForm .ui-icon-plus {
  background-position: -16px -128px; }

.PM_ASForm .ui-icon-plusthick {
  background-position: -32px -128px; }

.PM_ASForm .ui-icon-minus {
  background-position: -48px -128px; }

.PM_ASForm .ui-icon-minusthick {
  background-position: -64px -128px; }

.PM_ASForm .ui-icon-close {
  background-position: -80px -128px; }

.PM_ASForm .ui-icon-closethick {
  background-position: -96px -128px; }

.PM_ASForm .ui-icon-key {
  background-position: -112px -128px; }

.PM_ASForm .ui-icon-lightbulb {
  background-position: -128px -128px; }

.PM_ASForm .ui-icon-scissors {
  background-position: -144px -128px; }

.PM_ASForm .ui-icon-clipboard {
  background-position: -160px -128px; }

.PM_ASForm .ui-icon-copy {
  background-position: -176px -128px; }

.PM_ASForm .ui-icon-contact {
  background-position: -192px -128px; }

.PM_ASForm .ui-icon-image {
  background-position: -208px -128px; }

.PM_ASForm .ui-icon-video {
  background-position: -224px -128px; }

.PM_ASForm .ui-icon-script {
  background-position: -240px -128px; }

.PM_ASForm .ui-icon-alert {
  background-position: 0 -144px; }

.PM_ASForm .ui-icon-info {
  background: url(images/icon_sprite.png) 0 0 no-repeat !important; }

.PM_ASForm .ui-icon-notice {
  background-position: -32px -144px; }

.PM_ASForm .ui-icon-help {
  background-position: -48px -144px; }

.PM_ASForm .ui-icon-check {
  background-position: -64px -144px; }

.PM_ASForm .ui-icon-bullet {
  background-position: -80px -144px; }

.PM_ASForm .ui-icon-radio-off {
  background-position: -96px -144px; }

.PM_ASForm .ui-icon-radio-on {
  background-position: -112px -144px; }

.PM_ASForm .ui-icon-pin-w {
  background-position: -128px -144px; }

.PM_ASForm .ui-icon-pin-s {
  background-position: -144px -144px; }

.PM_ASForm .ui-icon-play {
  background-position: 0 -160px; }

.PM_ASForm .ui-icon-pause {
  background-position: -16px -160px; }

.PM_ASForm .ui-icon-seek-next {
  background-position: -32px -160px; }

.PM_ASForm .ui-icon-seek-prev {
  background-position: -48px -160px; }

.PM_ASForm .ui-icon-seek-end {
  background-position: -64px -160px; }

.PM_ASForm .ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.PM_ASForm .ui-icon-seek-first {
  background-position: -80px -160px; }

.PM_ASForm .ui-icon-stop {
  background-position: -96px -160px; }

.PM_ASForm .ui-icon-eject {
  background-position: -112px -160px; }

.PM_ASForm .ui-icon-volume-off {
  background-position: -128px -160px; }

.PM_ASForm .ui-icon-volume-on {
  background-position: -144px -160px; }

.PM_ASForm .ui-icon-power {
  background-position: 0 -176px; }

.PM_ASForm .ui-icon-signal-diag {
  background-position: -16px -176px; }

.PM_ASForm .ui-icon-signal {
  background-position: -32px -176px; }

.PM_ASForm .ui-icon-battery-0 {
  background-position: -48px -176px; }

.PM_ASForm .ui-icon-battery-1 {
  background-position: -64px -176px; }

.PM_ASForm .ui-icon-battery-2 {
  background-position: -80px -176px; }

.PM_ASForm .ui-icon-battery-3 {
  background-position: -96px -176px; }

.PM_ASForm .ui-icon-circle-plus {
  background-position: 0 -192px; }

.PM_ASForm .ui-icon-circle-minus {
  background-position: -16px -192px; }

.PM_ASForm .ui-icon-circle-close {
  background-position: -32px -192px; }

.PM_ASForm .ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.PM_ASForm .ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.PM_ASForm .ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.PM_ASForm .ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.PM_ASForm .ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.PM_ASForm .ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.PM_ASForm .ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.PM_ASForm .ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.PM_ASForm .ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.PM_ASForm .ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.PM_ASForm .ui-icon-circle-check {
  background-position: -208px -192px; }

.PM_ASForm .ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.PM_ASForm .ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.PM_ASForm .ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.PM_ASForm .ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.PM_ASForm .ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.PM_ASForm .ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.PM_ASForm .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.PM_ASForm .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.PM_ASForm .ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.PM_ASForm .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.PM_ASForm .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.PM_ASForm .ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.PM_ASForm .ui-corner-tl {
  border-top-left-radius: 3px; }

.PM_ASForm .ui-corner-tr {
  border-top-right-radius: 3px; }

.PM_ASForm .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.PM_ASForm .ui-corner-br {
  border-bottom-right-radius: 3px; }

.PM_ASForm .ui-corner-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.PM_ASForm .ui-corner-bottom {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.PM_ASForm .ui-corner-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.PM_ASForm .ui-corner-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.PM_ASForm .ui-corner-all {
  border-radius: 3px; }

/* Overlays */
.PM_ASForm .ui-widget-overlay {
  background: #262b33;
  opacity: .70;
  filter: Alpha(Opacity=70); }

.PM_ASForm .ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #000000;
  opacity: .30;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

/*
 * jQuery UI Resizable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.PM_ASForm .ui-resizable {
  position: relative; }

.PM_ASForm .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 999;
  display: block; }

.PM_ASForm .ui-resizable-disabled .ui-resizable-handle, .PM_ASForm .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.PM_ASForm .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.PM_ASForm .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.PM_ASForm .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.PM_ASForm .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.PM_ASForm .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.PM_ASForm .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.PM_ASForm .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.PM_ASForm .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/*
 * jQuery UI Selectable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.PM_ASForm .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.PM_ASForm .ui-accordion {
  width: 100%; }

.PM_ASForm .ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.PM_ASForm .ui-accordion .ui-accordion-header, .PM_ASForm .ui-accordion .ui-accordion-content {
  border-radius: 0; }

.PM_ASForm .ui-accordion .ui-accordion-li-fix {
  display: inline; }

.PM_ASForm .ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.PM_ASForm .ui-accordion .ui-accordion-header a {
  display: block;
  padding: .5em .5em .5em .7em; }

.PM_ASForm .ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.PM_ASForm .ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.PM_ASForm .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.PM_ASForm .ui-accordion .ui-accordion-content-active {
  display: block; }

/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.PM_ASForm .ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 3;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.PM_ASForm .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.PM_ASForm .ui-menu .ui-menu {
  margin-top: -3px; }

.PM_ASForm .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.PM_ASForm .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.PM_ASForm .ui-menu .ui-menu-item a.ui-state-hover,
.PM_ASForm .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
  background: #5f83b9;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px #234386;
  border-color: #466086;
  border-radius: 0; }

/*
 * jQuery UI Button 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.PM_ASForm .ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

/* the overflow property removes extra width in IE */
.PM_ASForm .ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
.PM_ASForm button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.PM_ASForm .ui-button-icons-only {
  width: 3.4em; }

.PM_ASForm button.ui-button-icons-only {
  width: 3.7em; }

/* button animation properties */
.PM_ASForm .ui-button {
  -webkit-transition: -webkit-box-shadow 1.25s ease-in-out;
  -moz-transition: -moz-box-shadow 1.25s ease-in-out;
  -o-transition: -o-box-shadow 1.25s ease-in-out; }

/*states*/
.PM_ASForm .ui-button.ui-state-hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset; }

.PM_ASForm .ui-button.ui-state-focus {
  outline: none;
  color: #1c4257;
  border-color: #7096ab;
  background: #ededed url(images/bg_fallback.png) 0 -50px repeat-x;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e0f5), color-stop(100%, #92bdd6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* W3C */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset; }

/*button text element */
.PM_ASForm .ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }

.PM_ASForm .ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.PM_ASForm .ui-button-icon-only .ui-button-text, .PM_ASForm .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.PM_ASForm .ui-button-text-icon-primary .ui-button-text, .PM_ASForm .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.PM_ASForm .ui-button-text-icon-secondary .ui-button-text, .PM_ASForm .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.PM_ASForm .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
.PM_ASForm input.ui-button {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 0 1em !important;
  height: 33px; }

/*remove submit button internal padding in Firefox*/
.PM_ASForm input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* fix webkits handling of the box model */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .PM_ASForm input.ui-button {
    height: 31px !important; } }

/*button icon element(s) */
.PM_ASForm .ui-button-icon-only .ui-icon, .PM_ASForm .ui-button-text-icon-primary .ui-icon, .PM_ASForm .ui-button-text-icon-secondary .ui-icon, .PM_ASForm .ui-button-text-icons .ui-icon, .PM_ASForm .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.PM_ASForm .ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.PM_ASForm .ui-button-text-icon-primary .ui-button-icon-primary, .PM_ASForm .ui-button-text-icons .ui-button-icon-primary, .PM_ASForm .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.PM_ASForm .ui-button-text-icon-secondary .ui-button-icon-secondary, .PM_ASForm .ui-button-text-icons .ui-button-icon-secondary, .PM_ASForm .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.PM_ASForm .ui-button-text-icons .ui-button-icon-secondary, .PM_ASForm .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.PM_ASForm .ui-buttonset {
  margin-right: 7px; }

.PM_ASForm .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

.PM_ASForm .ui-buttonset .ui-button.ui-state-active {
  color: #1c4257;
  border-color: #7096ab; }

.PM_ASForm .ui-buttonset .ui-button.ui-state-active {
  background: #ededed url(images/bg_fallback.png) 0 -50px repeat-x;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e0f5), color-stop(100%, #92bdd6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* W3C */
  box-shadow: none; }

/* workarounds */
.PM_ASForm button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.PM_ASForm .ui-dialog {
  position: absolute;
  padding: 0;
  width: 300px;
  overflow: hidden; }

.PM_ASForm .ui-dialog {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6); }

.PM_ASForm .ui-dialog .ui-dialog-titlebar {
  padding: 0.7em 1em 0.6em 1em;
  position: relative;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0; }

.PM_ASForm .ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.PM_ASForm .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .8em;
  top: 55%;
  width: 16px;
  margin: -10px 0 0 0;
  padding: 0;
  height: 16px; }

.PM_ASForm .ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  background: url(images/icon_sprite.png) 0 -16px no-repeat; }

.PM_ASForm .ui-dialog .ui-dialog-titlebar-close:hover span {
  background-position: -16px -16px; }

.PM_ASForm .ui-dialog .ui-dialog-titlebar-close:hover, .PM_ASForm .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
  border: 0; }

.PM_ASForm .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.PM_ASForm .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.PM_ASForm .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.PM_ASForm .ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.PM_ASForm .ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.PM_ASForm .ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.PM_ASForm .ui-slider {
  position: relative;
  text-align: left;
  background: #d7d7d7;
  z-index: 1; }

.PM_ASForm .ui-slider {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset; }

.PM_ASForm .ui-slider .ui-slider-handle {
  background: url("../img/slider_handles.png") 0px -23px no-repeat;
  position: absolute;
  z-index: 2;
  width: 23px;
  height: 23px;
  cursor: default;
  border: none;
  outline: none;
  box-shadow: none; }

.PM_ASForm .ui-slider .ui-state-hover, .PM_ASForm .ui-slider .ui-state-active {
  background-position: 0 0; }

.PM_ASForm .ui-slider .ui-slider-range {
  background: #ddd;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.PM_ASForm .ui-slider .ui-slider-range {
  box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset; }

.PM_ASForm .ui-slider-horizontal {
  height: 5px; }

.PM_ASForm .ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -13px; }

.PM_ASForm .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.PM_ASForm .ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.PM_ASForm .ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.PM_ASForm .ui-slider-vertical {
  width: 5px;
  height: 100px; }

.PM_ASForm .ui-slider-vertical .ui-slider-handle {
  left: -8px;
  margin-left: 0;
  margin-bottom: -13px; }

.PM_ASForm .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.PM_ASForm .ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.PM_ASForm .ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*
 * jQuery UI Tabs 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.PM_ASForm .ui-tabs {
  position: relative;
  zoom: 1;
  border: 0;
  background: transparent; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.PM_ASForm .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  background: transparent;
  border-width: 0 0 1px 0; }

.PM_ASForm .ui-tabs .ui-tabs-nav {
  border-radius: 0; }

.PM_ASForm .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.PM_ASForm .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.PM_ASForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
  background: #fff;
  border-color: #B6B6B6; }

.PM_ASForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .PM_ASForm .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .PM_ASForm .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
  outline: none; }

.PM_ASForm .ui-tabs .ui-tabs-nav li a, .PM_ASForm .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.PM_ASForm .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0 1px 1px 1px;
  padding: 1em 1.4em;
  background: none; }

.PM_ASForm .ui-tabs .ui-tabs-panel {
  background: #FFF;
  border-radius: 0; }

.PM_ASForm .ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.PM_ASForm .ui-datepicker {
  width: 17em;
  padding: 0;
  display: none;
  border-color: #DDDDDD; }

.PM_ASForm .ui-datepicker {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); }

.PM_ASForm .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .35em 0;
  border: none;
  border-bottom: 1px solid #B6B6B6;
  border-radius: 0; }

.PM_ASForm .ui-datepicker .ui-datepicker-prev, .PM_ASForm .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 1.8em;
  height: 1.8em; }

.PM_ASForm .ui-datepicker .ui-datepicker-prev-hover, .PM_ASForm .ui-datepicker .ui-datepicker-next-hover {
  border: 1px none; }

.PM_ASForm .ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.PM_ASForm .ui-datepicker .ui-datepicker-next {
  right: 2px; }

.PM_ASForm .ui-datepicker .ui-datepicker-prev span {
  background-position: 0px -32px !important; }

.PM_ASForm .ui-datepicker .ui-datepicker-next span {
  background-position: -16px -32px !important; }

.PM_ASForm .ui-datepicker .ui-datepicker-prev-hover span {
  background-position: 0px -48px !important; }

.PM_ASForm .ui-datepicker .ui-datepicker-next-hover span {
  background-position: -16px -48px !important; }

.PM_ASForm .ui-datepicker .ui-datepicker-prev span, .PM_ASForm .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  background: url(images/icon_sprite.png) no-repeat; }

.PM_ASForm .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }

.PM_ASForm .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.PM_ASForm .ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.PM_ASForm .ui-datepicker select.ui-datepicker-month,
.PM_ASForm .ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.PM_ASForm .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.PM_ASForm .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.PM_ASForm .ui-datepicker td {
  border: 0;
  padding: 1px; }

.PM_ASForm .ui-datepicker td span, .PM_ASForm .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.PM_ASForm .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.PM_ASForm .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.PM_ASForm .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.PM_ASForm .ui-datepicker table .ui-state-highlight {
  border-color: #5F83B9; }

.PM_ASForm .ui-datepicker table .ui-state-hover {
  background: #5F83B9;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 1px #234386;
  box-shadow: 0 0px 0 rgba(255, 255, 255, 0.6) inset;
  border-color: #5F83B9; }

.PM_ASForm .ui-datepicker-calendar .ui-state-default {
  background: transparent;
  border-color: #FFF; }

.PM_ASForm .ui-datepicker-calendar .ui-state-active {
  background: #5F83B9;
  border-color: #5F83B9;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 1px #234386; }

/* with multiple calendars */
.PM_ASForm .ui-datepicker.ui-datepicker-multi {
  width: auto; }

.PM_ASForm .ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.PM_ASForm .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.PM_ASForm .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.PM_ASForm .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.PM_ASForm .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.PM_ASForm .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.PM_ASForm .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.PM_ASForm .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.PM_ASForm .ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.PM_ASForm .ui-datepicker-rtl {
  direction: rtl; }

.PM_ASForm .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.PM_ASForm .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.PM_ASForm .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.PM_ASForm .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.PM_ASForm .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.PM_ASForm .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.PM_ASForm .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.PM_ASForm .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.PM_ASForm .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.PM_ASForm .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.PM_ASForm .ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  -webkit-filter: mask();
          filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*
 * jQuery UI Progressbar 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.PM_ASForm .ui-progressbar {
  height: 12px;
  text-align: left;
  background: #FFF url(images/progress_bar.gif) 0 -14px repeat-x; }

.PM_ASForm .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
  background: url(images/progress_bar.gif) 0 0 repeat-x; }

/* Extra Input Field Styling */
.PM_ASForm .ui-form textarea, .PM_ASForm .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]) {
  padding: 3px;
  border-radius: 2px;
  border: 1px solid #cecece;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25 ease-in-out;
  -o-transition: all 1.25s ease-in-out; }

.PM_ASForm .ui-form textarea:hover, .PM_ASForm .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):hover {
  border: 1px solid #bdbdbd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2); }

.PM_ASForm .ui-form textarea:focus, .PM_ASForm .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):focus {
  border: 1px solid #95bdd4;
  box-shadow: 0 2px 3px rgba(161, 202, 226, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.2); }

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

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* owl carousel theme.css */
/*
*   Owl Carousel Owl Demo Theme
* v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

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

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

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

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

/**
*  pm cross selling on cart.css
*
*/
div#csoc-container {
  margin-bottom: 10px; }

#product .product-container, #order-opc .product-container {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 350px; }
  #product .product-container .left-block, #product .product-container .right-block, #order-opc .product-container .left-block, #order-opc .product-container .right-block {
    position: absolute;
    width: 100%; }
  #product .product-container .left-block, #order-opc .product-container .left-block {
    height: 222px; }
  #product .product-container .right-block, #order-opc .product-container .right-block {
    height: 130px;
    padding: 21px 20px 20px 20px;
    top: 220px;
    color: #0e284c;
    font-weight: normal; }
  #product .product-container .right-block:hover, #order-opc .product-container .right-block:hover {
    background-color: rgba(0, 32, 91, 0.8); }
  #product .product-container .right-block h5, #order-opc .product-container .right-block h5 {
    margin-bottom: 15px; }
  #product .product-container .button-container, #order-opc .product-container .button-container {
    width: 64%; }
  #product .product-container .button-container a, #order-opc .product-container .button-container a {
    border-radius: 15px;
    padding: 4px 14px 4px 14px;
    border: none;
    background: #0d335f;
    color: #fff; }
  #product .product-container .button-container a, #order-opc .product-container .button-container a {
    font-family: "Open Sans Condensed";
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem; }
  #product .product-container .right-block:hover button, #order-opc .product-container .right-block:hover button {
    background: #fff;
    color: #0e284c; }
  #product .product-container .right-block:hover button a, #order-opc .product-container .right-block:hover button a {
    color: #0d335f; }
  #product .product-container .right-block:hover .price, #product .product-container .right-block:hover h5 a, #order-opc .product-container .right-block:hover .price, #order-opc .product-container .right-block:hover h5 a {
    color: #fff; }
  #product .product-container .content_price, #order-opc .product-container .content_price {
    width: 36%; }

div#csoc-container div.product-container .product-image-container {
  text-align: center; }

div#csoc-container div.product-container.product-box .product-image-container img {
  border: 0;
  padding: 0;
  margin: 0 auto; }

div#csoc-container div.product-container.product-box .content_price {
  text-align: left; }

div#csoc-container div.product-container .left-block {
  position: relative;
  margin: 0 auto; }

div#csoc-container div.product-container .availability span {
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 3px 8px 4px; }

div#csoc-container div.product-container .availability span.available-now {
  background: #46A74E;
  border: 1px solid #36943E; }

div#csoc-container div.product-container .availability span.out-of-stock {
  background: #ff7430;
  border: 1px solid #EA5E1A; }

div#csoc-container div.product-container div.button-container {
  margin-bottom: 5px; }

div#csoc-container div.product-container .addtocart_buttons_container a {
  margin-left: auto;
  margin-right: auto; }

div#csoc-container div.product-container .csoc_product_title {
  padding-top: 10px; }

div#csoc-container .image-block {
  padding: 5px; }

div#csoc-container .left-block {
  width: 100% !important; }

/* Like the accessories  */
div#csoc-container .csoc-block {
  margin-top: 20px; }

div#csoc-container .csoc-block .block_description {
  display: none; }

div#csoc-container .csoc-block .exclusive span:focus, div#csoc-container .csoc-block .exclusive span:active {
  text-decoration: none; }

div#csoc-container .csoc-block div ul li a {
  display: inline-block; }

div#csoc-container .csoc-block div ul li.s_title_block a,
div#csoc-container .csoc-block div ul li.s_title_block span {
  font-weight: 700; }

/* Modal Cart 3 */
div#csoc-container.pm_mc_csoc {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

div#csoc-container.pm_mc_csoc span.availability {
  display: none; }

div#csoc-container.pm_mc_csoc .content_price span {
  font-size: 1.3em; }

/* Modal Cart 3 */
/* round view 3d sur fiche produit */
/* frontoffice.css */
#roundview {
  margin-top: 20px; }

#roundview_front_button {
  font-family: "Open Sans Condensed";
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 10px;
  border-radius: 15px;
  padding: 4px 14px 4px 14px;
  border: none;
  background-color: #0d335f; }

#roundview_front_button:hover {
  color: #fff;
  background-color: #0c587f; }

#roundview_logo {
  height: 40px !important;
  margin-right: 10px;
  max-height: 40px;
  vertical-align: middle; }

/* colorbox */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url("../img/roundview/overlay.png") repeat 0 0; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url("../img/roundview/controls.png") no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url("../img/roundview/controls.png") no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url("../img/roundview/controls.png") no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url("../img/roundview/controls.png") no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url("../img/roundview/controls.png") left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url("../img/roundview/controls.png") right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url("../img/roundview/border.png") 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url("../img/roundview/border.png") 0 -29px repeat-x; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url("../img/roundview/loading_background.png") no-repeat center center; }

#cboxLoadingGraphic {
  background: url("../img/roundview/loading.gif") no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/roundview/controls.png") no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url("../img/roundview/controls.png") no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/roundview/controls.png") no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/* threesixty.css */
.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%; }

.threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }

.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto; }

.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0; }

.threesixty .threesixty_images img.current-image {
  visibility: visible;
  width: 100%; }

.threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px; }

.threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block; }

.threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11; }

.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url("../img/roundview/sprites.png") no-repeat;
  text-indent: -99999px; }

.threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0; }

.threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px; }

.threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px; }

.threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px; }

/* html */
#container:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px; }

#container:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: #0d335f; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-color: #0d335f;
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  /*border: 0px solid #fff;*/ }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 38px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../img/jquery.bxslider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../img/jquery.bxslider/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../img/jquery.bxslider/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.ac_results {
  text-align: left;
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999; }

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0; }

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden; }

/*
.ac_loading {
  background: white url('indicator.gif') right center no-repeat;
}
*/
.ac_odd {
  background-color: #eee; }

.ac_over {
  background-color: #0A246A;
  color: white; }
