@charset "UTF-8";

/* b2b fonts */
@font-face {
  font-family: 'ff_mark_regular';
  src:url('../font/ff-mark-regular/230b3c63-b497-421b-ae7d-182024bef8ac.eot');
  src:url('../font/ff-mark-regular/230b3c63-b497-421b-ae7d-182024bef8ac.eot?#iefix') format('embedded-opentype'),
  url('../font/ff-mark-regular/90214997-3760-4b80-a23b-fec02ab55fac.woff') format('woff'),
  url('../font/ff-mark-regular/118e930e-1f56-4131-aee9-236212c0a10b.ttf') format('truetype'),
  /*url('../font/ff-mark-regular/xxxxxxxxx.svg#ff_mark_regular') format('svg'),*/
  url('../font/ff-mark-regular/ec598369-4d91-4a16-9db3-6654f68d3c28.svg#ff_mark_regular') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ff_mark_bold';
  src:url('../font/ff-mark-bold/8706c0b6-b423-44f7-ae1a-dd0aabd8a542.eot');
  src:url('../font/ff-mark-bold/8706c0b6-b423-44f7-ae1a-dd0aabd8a542.eot?#iefix') format('embedded-opentype'),
  url('../font/ff-mark-bold/4fe94f2e-7892-4785-9663-0350a7adf8c0.woff') format('woff'),
  url('../font/ff-mark-bold/3a7daddb-0a78-4734-a699-6fe08d0e8b99.ttf') format('truetype'),
  /*url('../font/ff-mark-bold/xxxxxxxxx.svg#ff_mark_bold') format('svg'),*/
  url('../font/ff-mark-bold/41c8162d-c2a6-49b0-8139-8bebab187588.svg#ff_mark_bold') format('woff2');
  font-weight: bold;
  font-style: normal;
}

a img {
  border: none;
}

body {
  min-width: 320px;
  height: 100%;
  font-family: 'ff_mark_regular',sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #222222;
  /*
  line-height: 18px;
  font-size: 13px;
  color: #6a6a6a;
  */
 
}
a {
  color: #222222;
}

a:hover, 
a:focus {
  color: #222222;
  text-decoration: none;
}

p {
  margin: 0 0 10px;
  font-size: 15px;
}
p a{
  text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'ff_mark_bold',sans-serif;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  color:#222222;
}
strong, label{
  font-family: 'ff_mark_bold',sans-serif;
}
ul,
ol { 
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.container{
  margin:auto;
  max-width:1400px;
}
.btn:hover, 
.btn:focus {
  color: white;
}
.caret {
  border-bottom: 0 dotted;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #777777;
}
.nav-tabs {
  margin: 0 auto !important;
  text-align: center;
  max-width: 100%;
}
.nav-tabs > li > a {
  margin-right: 0px;
  border-radius: 0px 0px 0 0;
}

.pagination {
  border-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
  padding: 2px 8px;
  background: transparent;
  border: 1px solid #000000;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #000000;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #000000;
  border: 1px solid #000000;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  /*color: #BEBEBE;*/
  background-color: transparent;
  border-color: transparent;
}

.pager li > a:hover,
.pager li > a:focus {
  background-color: #f6f6f6;
}

.label {
  font-size: 100%;
  /*
  color: #000000;
  */
  border-radius: 0;
}
.thumbnail {
  display: inline-block;
  display: block;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #777777;
}

.thumbnail .caption {
  /*color: #777777;*/
}

.alert {
  /*margin: 30px 0;
  border: 0;
  border-radius: 0px;*/
}
.progress {
  /*background-color: whitesmoke;
  border-radius: 0px;*/
}

.list-group {
  padding-left: 0;
}

.list-group-item:first-child {
  /*
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  */
}

.list-group-item:last-child {
  /*
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;*/
}

.panel {
  /*
  border-radius: 0px;
  */
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
/*
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
/*
*/
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
*/

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/*
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
*/


[class^="icon-"],
[class*=" icon-"] {
  border:5px solid #c00 !important;
  background-color:#3f3 !important;
}




/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
}

  100% {
    -moz-transform: rotate(359deg);
}
}

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

  100% {
    -webkit-transform: rotate(359deg);
}
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
}

  100% {
    -o-transform: rotate(359deg);
}
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
}

  100% {
    -ms-transform: rotate(359deg);
}
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
}

  100% {
    transform: rotate(359deg);
}
}

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

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

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

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

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

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}




a:hover {
  text-decoration: none;
}

/*
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 2%;
    padding-right: 2%;
	}
}
*/


body.content_only {
  /*background-color: #fafafa;*/
 
}

textarea {
  resize: none;
 
}

#header {
   z-index: 5003;
  /*
   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05)
  */
  
}

.post-header-container {

   background: url("../img/tabulys/header-back.jpg");
   background-attachment: fixed !important;

   margin-bottom: 5px;

   text-align: center;
   padding: 50px 0 !important;
   width: auto;
   color: white;
   display: block;
   max-height: 340px;

  
}

@media (max-width: 478px) {
	.header-letters {display: none;}
	}

@media (min-width: 479px) and (max-width: 767px) {
	.header-letters {display: none;}
	}


.post-header-container .category-name {

   /* font: 600 22px 'ff_mark_bold', sans serif; */
   color: white;
   padding: 5px 0;
   text-transform: uppercase;
   letter-spacing: 2px;

  
}

.post-header-container #category_description_short {

   /*font: 500 15px 'ff_mark_regular', sans serif;*/
   color: white;
   margin-top: 20px;
   text-align: center;
   display: block;
   letter-spacing: 0.5px;

  
}

@media (min-width: 479px) and (max-width: 767px) {

.post-header-container #category_description_short {

   display: none;

  
}

 
}

@media (max-width: 478px) {

.post-header-container #category_description_short {

   display: none;

  
}

 
}

.post-header-container .header-name {

   /* font: 600 22px 'ff_mark_bold', sans serif; */
   color: white;
   padding: 5px 0;
   text-transform: uppercase;
   letter-spacing: 2px;

  
}

.post-header-container .header-desc {

   /*font: 500 15px 'ff_mark_regular', sans serif;*/
   color: white;
   margin: 10px 0;
   text-align: center;
   display: block;
   letter-spacing: 0.2px;

  
}

.columns-container {
  background: white;
 
}

#columns {
  position: relative;
  padding-bottom: 10px;
  
}

#index .tab-content {

  margin-bottom: 20px;
 
}

header {
  /*z-index: 1;*/
  position: relative;
  /*background: #fafafa;*/
  padding-bottom: none;
 
}

header .banner {
    background: black;
    max-height: 100%;
	}

header .menu {
    /*background: #fafafa;*/

    position: relative;

    width: 100%;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}


@media (max-width: 478px) {


}

@media (min-width: 479px) and (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {

	header .fixed {
    position:fixed;
    top:0;
	/*
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
*/
  }

}

@media (min-width: 992px) and (max-width: 1199px) {

	header .fixed {
    position:fixed;
    top:0;
	/*
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
*/
  }

}

@media (min-width: 1200px) {

	header .fixed {
    position:fixed;
    top:0;
	/*
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
*/
  }

}

header .banner .row {
      margin: 0px;
	 
}

header .nav {
    /*background: #1e1e1e;*/
	}

header .nav .row {
      margin: 0px;
	 
}

header .nav nav {
  width: 100%;
}
header .row {
  position: relative;
}
header .row > .container {
  position: relative;
}
header .row #header_logo {
  /*
  padding: 0!important;
  */
  margin-top: 20px; 
}

#header_logo img.logo {
  /*max-width: 173px;*/
  /*max-height: 50px; */
  /* max-width: 600px;*/
  /*max-height: 75px;*/
  width: 170px;
}
@media (max-width: 480px) {
  #header_logo img.logo {
    max-width: 170px;
    width:100%;
  }
}

/*
@media (min-width: 992px) and (max-width: 1199px) {
  header .row #header_logo {
    padding-top: 13px;  
  }
}

@media (max-width: 992px) {
  header .row #header_logo {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  header .row #header_logo {
    padding-top: 0;
  }
  header .row #header_logo img {
    margin: none;
  }
}

@media (min-width: 767px) {
  header .col-sm-4 + .col-sm-4 + .col-sm-4, header .row #header_logo + .col-sm-4 + .col-sm-4, header .row .col-sm-4 + #header_logo + .col-sm-4, header .row #header_logo + #header_logo + .col-sm-4, header .row .col-sm-4 + .col-sm-4 + #header_logo, header .row #header_logo + .col-sm-4 + #header_logo, header .row .col-sm-4 + #header_logo + #header_logo, header .row #header_logo + #header_logo + #header_logo {
    float: right; 
  }
}
*/

.ie8 #header #header_logo {
  width: 350px;
}
#center_column .page_product_box h3 {
  /*color: #555454;*/
  text-transform: uppercase;
  /*font-family: 'ff_mark_regular', sans-serif;*/
  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;
}

p.info-title {
  /*font: 500 15px 'ff_mark_regular', sans serif;*/
  /*color: #6a6a6a;*/
  margin-bottom: 25px;
  letter-spacing: 0.2px;
  display: none;
}

p.info-account {
  display: none;
  margin: -4px 0 24px 0;
  /*font: 500 15px 'ff_mark_regular',sans-serif;*/
  letter-spacing: 0.2px;
}

.dark {
  color: #000000;
}

.main-page-indent {
  margin-bottom: 30px;
}

.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 {
  /*font: 500 15px 'ff_mark_regular', sans serif;*/
}
.alert.alert-success:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}

/*
.alert.alert-danger {

}
*/

.alert.alert-danger:before {
  font-family: "FontAwesome";
  content: "\f071";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 15px;
  float: left; 
}

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px 7px;
}

label {
  /*color: #222222;*/
}

label.required:before {
  content: "*";
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

.unvisible {
  display: none;
 
}

.checkbox {
  line-height: 16px;
}

.checkbox label {
    /*color: #222222;*/
    /*font: 500 15px 'ff_mark_regular', sans serif;*/

	}

.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 {
  position: relative;
  display: inline-block;
  border: 2px solid #000000;
  /* font: 500 15px 'ff_mark_bold',sans serif; */
  padding: 10px 20px;
  /*
  color: #000000;
  */
  background: transparent;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
 
}

*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
  border: none;
}

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: #000000;
  border: 2px solid #000000;
  color: white;
 
}

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 {
  border: 1px solid #cccccc;
  /*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-menu {
  /* 
  font: normal 15px 'ff_mark_bold', sans-serif; 
  color: #000000;
  */
  background: transparent;
  border: 2px solid #000000;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
}

.button.button-menu span {

  display: block;
  font-size: 15px;

}

.button.button-menu span i {
  vertical-align: 0px;
  margin-right: 5px;
}

.button.button-menu span i.right {
  margin-right: 0;
  margin-left: 5px;
}

.button.button-menu:hover {
  background: #000000;
  border: 2px solid #000000;
  color: white
}

.button.button-menu span:hover {

  display: block;
  font-size: 15px;

}

.button.button-small {
  /* 
  font: normal 15px 'ff_mark_bold', sans-serif; 
  color: #000000;
  */
  background: transparent;
  border: 2px solid #000000;
  padding: 10px 20px;
}

.button.button-small:hover {
  color: white;
  background: #000000;
  border: 2px solid #000000;


 
}

.cart_navigation .button.button-small {
  float: right;

}

.button.button-small span {

    padding: 3px 8px 3px 8px;
	display: inline-block;

	}

.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 {
      background: #000000;
  border: 1px solid #000000;
	  color: white;

	 
}

.button.button-medium {

  line-height: 18px;
  /* 
  color: #000000;
  font: 500 15px 'ff_mark_bold', sans serif; 
  */
  background: transparent;
  border: 2px solid #000000;
  letter-spacing: 1px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 10px 20px;
}


.button.button-medium span {
    display: block;
    font-size: 15px;

	}

@media (max-width: 480px) {

.button.button-medium span {
        font-size: 15px;
        padding-right: 7px;
        padding-left: 7px;
		}

}

.button.button-medium span i.left {
      font-size: 15px;

  margin: 0 10px 0 0;
      display: inline-block;
	 
}

@media (max-width: 480px) {

.button.button-medium span i.left {
          margin-right: 5px;
		 
}

		 
}

.button.button-medium span i.right {
      margin-right: 0;
      margin-left: 9px;
	 
}

@media (max-width: 480px) {

.button.button-medium span i.right {
          margin-left: 5px;
		 
}

		 
}

.button.button-medium:hover {
  background: #000000;
  border: 2px solid #000000;
  color: white;
}
.button.button-medium.exclusive {
  background: transparent;
  border: 2px solid #000000;
  /*
  color: #000000;
  */
  padding: 10px 20px;
  letter-spacing: 1px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.button.button-medium.exclusive:hover {
  background: #000000;
  border: 2px solid #000000;
  color: white;
}
.button.button-medium.exclusive span {
  /* font: 500 15px 'ff_mark_bold',sans serif; */
  text-transform: uppercase;
}
.button.button-medium.exclusive span:hover {
	color: white
}
.button.button-medium.exclusive span:hover span {
	color: white
}
.link-button {
  /* font: 500 15px 'ff_mark_bold',sans-serif; */
  letter-spacing: 1px
}
.link-button i {
  margin-right: 8px;
	font-size: 15px;
}
.link-button i.large {
  font-size: 26px;
  line-height: 26px;
  vertical-align: -3px;
  /*color: silver;*/
}
.button.exclusive-medium {
  line-height: 18px;
  /*
  color: #000000; 
  font: 500 15px 'ff_mark_bold', sans serif; 
  */
  padding: 12px;
  background: transparent;
  border: 2px solid #000000;
  letter-spacing: 1px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.button.exclusive-medium:hover {
  background: #000000;
  border: 2px solid #000000;
  color: white;
}
.button.exclusive-medium span {
  display: block;
  font-size: 15px;
}
@media (max-width: 480px) {
  .button.exclusive-medium span {
    font-size: 15px;
    padding-right: 7px;
    padding-left: 7px;
  }
}
.button.exclusive-medium span:hover {
  border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2;
}
.button.exclusive-medium span:hover span {
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(0%, #e7e7e7));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
  background: -o-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #e7e7e7 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=0);
}
.button.ajax_add_to_cart_button {
  /* 
  font: 400 13px 'ff_mark_bold', sans-serif;
  color: #000000; 
  */
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #000000;
  padding: 0;
}
.button.ajax_add_to_cart_button:hover {
	-moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
	background: #000000;
  border: 1px solid #000000;
  color: white;
}
.button.ajax_add_to_cart_button span {
  padding-left: 7px;
}
.button.ajax_add_to_cart_button:hover span {
  color: white;
}
.button.lnk_view {
  /* 
  font: 400 13px 'ff_mark_bold', sans-serif; 
  color: #000000;
  */
  text-transform: uppercase;
  padding: 0;
}
.button.lnk_view span {
  padding-left: 7px;
}
.button.lnk_view:hover span {
  color: white;
}

table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
  border-collapse: inherit;
 
}

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 black;
  background: #999999;
}

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3;
}

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top;
}

.table {
  margin-bottom: 30px;
}

#order-detail-content {
    margin: 30px 0;
}

.table > thead > tr > th {
    background: transparent;
  border-bottom-width: 1px;
  /*color: #222222;*/
    vertical-align: middle;
	/* font: 500 15px 'ff_mark_bold',sans-serif; */
    letter-spacing: 0.5px

	}


.table td a.color-myaccount {
  /*
  color: #222222;
  */
  text-decoration: none;
}
.table td a.color-myaccount:hover {
  /*
  color: #000000;
  */
}
.table tfoot tr {
  background: transparent;
	font-size: 15px;
}
.product-name {
  font-size: 15px;
  line-height: 17px;
  /*
  color: #000000;
  text-transform: uppercase;
  */
  letter-spacing: 0.1px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-name a {
  font-size: 15px;
  line-height: 17px;
  /*
  color: #000000;
  text-transform: uppercase;
  */
  letter-spacing: 0.1px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-name:hover,
.product-name a:hover {
  /*
  color: #adadad;
  */
}
@media (max-width: 768px) {
  .product-name a {
    font-size: 14px;
  }
}
.price {
  /* 
  color: #000000;
  font: 600 18px 'ff_mark_bold',sans-serif; 
  */
  white-space: nowrap;

}
.price-percent-reduction {
  color: #FF0000!important;
  /* 
  font: 400 15px 'ff_mark_bold',sans-serif; 
  */
}
.price.product-price {
  /* 
  font: 600 18px 'ff_mark_bold', sans-serif; 
  color: #000000;
  */
}
.old-price {
  display: none;
  text-decoration: line-through;
  /* 
  font: 500 18px 'ff_mark_bold', sans-serif; 
  color: #A6A6A6;
  */
}

.specials-block .old-price {
  display: inline-block;
  text-decoration: line-through;
  /* 
  color: #A6A6A6;
  font: 500 18px 'ff_mark_bold', sans-serif; 
  */
  margin: 0 0 0 10px;
}

.old-price.product-price {
  font-size: 18px;
}

.special-price {
  /*
  color: #000000;
  */
}

.product-container .price-percent-reduction {
  color: #FF0000!important;
  /* 
  font: 400 15px 'ff_mark_bold',sans-serif; 
  */
}

@media (min-width: 479px) and (max-width: 767px) {
  .product-container .price-percent-reduction {
    /* 
    font: 500 12px 'ff_mark_bold', sans-serif; 
    */
    padding: 10px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-container .price-percent-reduction {
    /* 
    font: 500 12px 'ff_mark_bold', sans-serif; 
    */
    padding: 8px 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-container .price-percent-reduction {
    /* 
    font: 500 12px 'ff_mark_bold', sans-serif; 
    */
    padding: 8px 5px;
  }
}
#product_comparison .price-percent-reduction {
  display: none;
}
.price-percent-reduction.small {
  /* 
  font: 500 18px 'ff_mark_bold', sans-serif; 
  */
  padding: 1px 6px;
  display: none;
}
.new-box,
.sale-box {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100px;
  width: 110px;
  text-align: center;
  z-index: 0;
}
.new-box {
  left: 0;
}
.sale-box {
  right: 0;
}
.new-label {
  /* 
  font: 400 13px 'ff_mark_bold', sans-serif; 
  color: #000000;
  */
  background: white;
  border: 1px solid white;
  text-transform: uppercase;
  padding: 5px 6px;
  letter-spacing: 1px;
  width: auto;
  max-width: 110px;
  text-align: center;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 1;
}
.sale-label {
  /* 
  font: 400 13px 'ff_mark_bold', sans-serif; 
  */
  color: white;
  background: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  padding: 5px 6px;
  letter-spacing: 1px;
  width: auto;
  max-width: 110px;
  text-align: center;
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}

/*.sale-label:before {
    
}

.sale-label:after {
    
}*/

.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: transparent;
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 23px;
  font-size: 15px;

  position: relative;
  /*z-index: 10;*/
 
}


.box p {
    margin-bottom: 0;
	font-size: 15px;
	}

.box.box-small {
    padding: 9px 10px 9px 20px;
	}

.box.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto;
	  /*font: 500 15px 'ff_mark_regular',sans-serif;*/
	  letter-spacing: 0.5px

	 
}

.page-product-box {
  padding: 15px;
 
}

.product-box {
  width: 422px;
  float: left;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 2px 0 2px 2px;
  padding: 0 0 10px;

 
}

.product-box:hover {
  -webkit-box-shadow: 0 0 2px #a9a9a9;
    -moz-box-shadow: 0 0 2px #a9a9a9;
    box-shadow: 0 0 2px #a9a9a9;

 
}


.product-box .product-image {
    border: none;
  background: white;
  padding: 0;
    display: block;
    margin-bottom: 11px;
	}

.product-box .product-image img {
      max-width: 100%;
      width: 100%;
      height: auto;
	 
}

.product-box p.price_display {

    text-align: center;
	margin: 5px 0 9px;

}



div.titlen {

     text-align: center;
     width: 100%;
	 margin: 20px 0;
	 border-top: 1px solid #000000;
	 border-bottom: 1px solid #AFAFAF;

}

div.titlebordrtext1 {

    text-align: center;
    width: 100%;

}

div.titleborderout1 {

	float: left;
    position: relative;
    width: 100%;
    word-wrap: break-word;

}

div.titleborder1 {

	background: url("../img/tabulys/titleborder.png") repeat-x;
    height: 10px;
    margin-top: -65px;
    position: relative;

}

div.titleborder2 {

	background: url("../img/tabulys/titleborder.png") repeat-x;
    height: 10px;
    margin-top: -45px;
    position: relative;

}

h4.titleborderh4 {

    background: white;
	border-bottom: none;
	padding: 20px 10px;
    position: relative;
    z-index: 99;
	display: inline-block;


}

#home-page-tabs {
  border: none;
  background: none;
 
}

@media (min-width: 768px) {

#home-page-tabs {
      padding: 10px 0 7px 0;
      
}

}

#home-page-tabs > li {
    margin-bottom: 3px;

	}

@media (min-width: 768px) {

#home-page-tabs > li {


		margin:0 5px
       
}

}

@media (max-width: 479px) {

#home-page-tabs > li {
        width: 100%;
		}

}

@media (min-width: 479px) and (max-width: 767px) {

#home-page-tabs > li {
        width: 100%;
		}

}

#home-page-tabs > li a {
  /* 
  font: 400 18px 'ff_mark_bold', sans-serif; 
  color: #000000 !important;
  */
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 15px;
  outline: none;
  background: transparent;
  border: 2px solid #000000;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#home-page-tabs > li.active a {
	background: #000000;
	border: 2px solid #000000;
  color: white !important; 
}
#home-page-tabs > li a:hover {
  background: #000000;
	border: 2px solid #000000;
  color: white !important;
}

@media (max-width: 479px) {
  #home-page-tabs > li a:hover {
    background: #000000;
    border: 2px solid #000000;
  }
	div.titlebordrtext1 {
    margin-bottom: 10px;
    margin-top: 0px
  }
}
@media (min-width: 479px) and (max-width: 767px) {
	h4.titleborderh4 {
    width: 100%;
  }
}
@media (max-width: 479px) {
	h4.titleborderh4 {
    width: 100%;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  #home-page-tabs > li a:hover {
    background: #000000;
	  border: 2px solid #000000;
  }
	div.titlebordrtext1 {
    margin-bottom: 5px;
	  margin-top: 0px
  } 
}
.block {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .block {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .block .block_content {
    margin-bottom: 20px;
  }
}
.block .title_block,
.block h4 {
  /* 
  font: 500 20px 'ff_mark_bold', sans-serif;
  color: #000000 !important; 
  */
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block .title_block,
  .block h4 {
    font-size: 14px;
  }	 
}
@media (max-width: 767px) {
  .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: 19px;
    height: 30px;
    width: 30px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
  }
  .block .title_block.active:after,
  .block h4.active:after {
    content: "";
  }
}
.block .title_block a,
.block h4 a {
  /*
  color: #000000;
  */
}
.block .title_block a:hover,
.block h4 a:hover {
  /*
  color: #222222;
  */
}
.block .list-block {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .block .list-block {
    margin-top: 0;
  }
}
.block .list-block li a {
  display: inherit;
  /* 
  font: 500 15px 'ff_mark_bold', sans-serif; 
	color: #222222;
  */
  padding: 15px 0;
	letter-spacing: 1px;
	-moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}


.block .list-block li a i {
      display: none;
	 
}

.block .list-block li a:before {
      content: "\f105";
      display: inline;
      font-family: "FontAwesome";
      /*color: #222222;*/
  padding-right: 5px;
	 
}

.block .list-block li a:hover:before {

      /*color: #adadad;*/

	 
}

.block .list-block li a:hover {

    padding-left: 5px;
	/*color: #adadad;*/

	}


.block .list-block li:first-child {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    position: relative;
    width: 100%;
	}

.block .list-block li {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    position: relative;
    width: 100%;
	}

.block .list-block li:last-child {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    position: relative;
    width: 100%;
	}

.block .list-block .form-group {
    padding-top: 20px;
    margin-bottom: 0;
	}

.block .list-block .form-group select {
      max-width: 270px;
	 
}

@media (max-width: 767px) {

.block .list-block .form-group select {
          width: 270px;
		 
}

}

.block .list-block .btn {
    margin-top: 20px;
	}

div.newproducts-block {
  margin-top: -35px;

 
}


.block .products-block li,
.block .newproducts-block li,
.block .specials-block li {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d4d4;
}

.block .newproducts-block li .products-block-image,
.block .products-block li .products-block-image {
    float: left;
    border: 1px solid #d6d4d4;
    margin-right: 19px;
	}


@media (min-width: 768px) and (max-width: 991px) {

.block .products-block li .products-block-image,
.block .newproducts-block li .products-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
        text-align: center;
		}


.block .specials-block li .products-block-image {
        float: none;
        display: block;
        margin: 0 auto 10px;
        text-align: center;
		}

}

/*.block .products-block li .product-content,
.block .newproducts-block li .product-content,
.block .specials-block li .product-content {

	}*/

.block .newproducts-block li .product-content h5,
.block .products-block li .product-content h5 {
      margin: 0 0 5px;
	 
}


.block .specials-block li .product-content h5 {
    margin: 15px 0 5px;
	float: left;
}

.block .newproducts-block .product-name,
.block .products-block .product-name {
  font-size: 15px;
  line-height: 18px;
 
}

.block .specials-block .product-name {
    font-size: 17px;
	float: left;

}

.block .newproducts-block .product-description,
.block .products-block .product-description {
  margin-bottom: 14px;
  /*font: 500 13px 'ff_mark_regular', sans serif;*/
  /*color: #6a6a6a;*/
  letter-spacing: 0.5px;
 
}


.block .specials-block .product-description {
    /*color: #6a6a6a;*/
    /*font: 500 15px 'ff_mark_regular',sans serif;*/
    margin-bottom: 14px;
	float: left;
	letter-spacing: 0.5px;
}


.block .specials-block .price-box {

	float: left;
	clear: both;

}
.block .products-block .price-percent-reduction {
  font: 700 14px/17px Arial, Helvetica, sans-serif;
  padding: 1px 6px;
 
}

.block .newproducts-block .comments_note,
.block .products-block .comments_note {
    display: block;
}


/*.block .specials-block .comments_note {
    display: ;
}*/


.block .newproducts-block .comments_note,
.block .products-block .comments_note {
    overflow: hidden;
    padding-top: 5px;
    text-align: left;
}

.block .specials-block .comments_note {
    overflow: hidden;
    padding-top: 5px;
    text-align: left;
	clear: both;
}

.block .products-block .comments_note .star_content,
.block .newproducts-block .comments_note .star_content,
.block .specials-block .comments_note .star_content {
    padding: 0 0 5px;
}

.block .products-block .comments_note .star_content,
.block .newproducts-block .comments_note .star_content,
.block .specials-block .comments_note .star_content {
    width: 70px;
}


.block .products-block .comments_note .nb-comments,
.block .newproducts-block .comments_note .nb-comments,
.block .specials-block .comments_note .nb-comments {
    display: none;
    font-style: italic;
    overflow: hidden;
}

.page-heading {

  /* font: 500 22px 'ff_mark_bold', sans-serif; */
  /*color: white;*/
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
  border-bottom: none;
  overflow: hidden;
  letter-spacing: 0.5px;

}

.page-heading-on {

  /* font: 500 22px 'ff_mark_bold', sans-serif; */
  /*color: #222222;*/
  text-transform: uppercase;
  padding: 0;
  margin: 20px 0;
  border-bottom: none;
  overflow: hidden;
  letter-spacing: 1px;

}

.page-heading-on:hover {

  /*
  color: #000000;
  */

}

.heading-number {

  /* font: 500 20px 'ff_mark_bold', sans-serif; */
  color: white;
  text-transform: uppercase;
  margin: 0 5px 0 0;
  padding: 10px 15px;
  background: #000000;
  border: 1px solid #000000;
  letter-spacing: 1px;


}

.page-heading-top {
  /*
  font: 500 35px "Lato", sans-serif;
  text-transform: uppercase;
  text-align:left;
  */
  line-height: 25px;
  color: white;
  padding: 15px 0;
  margin: 0;
  overflow: hidden;
  letter-spacing: 1px;
  display: block;
}
.page-item-title {
  margin: 0 0 32px;
  position: relative;
}
.page-item-title:after {
  background: #6a6a6a;
  bottom: -17px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
}
.page-heading span.heading-counter {
  /*font: 500 15px 'ff_mark_regular', sans-serif;*/
  text-align: center;
  color: white;
  text-transform: none;
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  .page-heading span.heading-counter {
    float: none;
    display: block;
    padding-top: 5px;
  }
}
.page-heading span.lighter {
  /*color: #9c9c9c;*/
}
.page-heading.bottom-indent {
  margin-bottom: 20px;
}
.page-heading.product-listing {
  display: none;
  border-bottom: none;
  margin-bottom: 0;
}
.page-subheading {
  /* 
  font: 500 20px 'ff_mark_bold', sans-serif;
  color: #000000 !important; 
  */
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0;
  text-align: left;
}
h3.page-product-heading {
  text-transform: uppercase;
  /*
  color: #555454;
  font-family: 'ff_mark_regular', sans-serif;
  */
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb;
}
ul.footer_links {
  padding: 20px 0;
  border-top: 1px solid #a4a4a4;
}
ul.footer_links li {
  float: left;
}
ul.footer_links li + li {
      margin-left: 10px;
	 
}

@media (max-width: 478px) {

	ul.footer_links li + li {
      margin: 10px 0 0 0;
	 
}

 
}

.content_sortPagiBar .sortPagiBar {
  border-bottom: 1px solid #b5b4b4;
  clear: both;
  padding: 18px 0 10px;
  margin-bottom: 20px;

 
}

.content_sortPagiBar {

  width: 100%;
  display: block;

 
}

.content_sortPagiBar .sortPagiBar #productsSortForm {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
	}

.content_sortPagiBar .sortPagiBar #productsSortForm select {
      max-width: 192px;
      float: left;
	  cursor: pointer;
	 
}

@media (max-width: 991px) {

.content_sortPagiBar .sortPagiBar #productsSortForm select {
          max-width: 160px;
		 
}

		 
}

.content_sortPagiBar .sortPagiBar #productsSortForm .selector {
      float: left;
	 
}

.content_sortPagiBar .sortPagiBar .nbrItemPage {
    float: left;
	}

.content_sortPagiBar .sortPagiBar .nbrItemPage select {
      max-width: 79px;
      float: left;
	  cursor: pointer;
	 
}

.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {

      /*display: inline-block;*/
	  /*color: #6a6a6a;*/
      float: left;
      /* font: 500 15px 'ff_mark_bold',sans serif; */
      padding: 5px 6px 0;
      text-transform: uppercase;
	 
}

.content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
      float: left;
	 
}

.content_sortPagiBar .sortPagiBar label,
.content_sortPagiBar .sortPagiBar select {
    float: left;
	}

.content_sortPagiBar .sortPagiBar label {
    padding: 0 6px 0 0;
	/*color: #6a6a6a;*/
    float: left;
    /* font: 500 15px 'ff_mark_bold',sans serif; */
    text-transform: uppercase;
	}

  @media (min-width: 768px) and (max-width: 991px) {



	.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
    display: none;
   
}

 
}


@media (max-width: 478px) {

	.content_sortPagiBar .sortPagiBar label {
    display: none;
	}

	.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
    display: none;
   
}

 
}

  @media (min-width: 479px) and (max-width: 767px) {


	.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
    display: none;
   
}

 
}

.content_sortPagiBar .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;
    text-align: center;
	}

.content_sortPagiBar .display li a,
.content_sortPagiBar .display_m li a {
  background: transparent;
  border: 1px solid #000000;
  /*
  color: #000000;
  */
  cursor: pointer;
  display: block;
  float: right;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 33px;
  font-size: 15px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.content_sortPagiBar .display li a:hover,
.content_sortPagiBar .display_m li a:hover {
  background: #000000;
  border: 1px solid #000000; 
}
.content_sortPagiBar .display li a i,
.content_sortPagiBar .display_m li a i {
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  /*
  color: #000000;
  */
}

.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;
	  background: #000000;
      border: 1px solid #000000;

	 
}



.content_sortPagiBar .display li.selected i,
.content_sortPagiBar .display_m li.selected i {
      color: white;
	 
}

.content_sortPagiBar .display li.display-title,
.content_sortPagiBar .display_m li.display-title {
      font-weight: normal;
	  font-size: 15px;
  /*color: #222222;*/
      padding: 7px 6px 0 0;
	  text-transform: uppercase;

	 
}

.top-pagination-content {
  text-align: center;
  padding: 0 0 20px;
  position: relative;
  display:none;
 
}
.bottom-pagination-content {
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
    margin: 0;
    float: right;
    width: auto;
    text-align: center;
	}

.showalldiv {
	background: transparent;
	padding: 25px 0;
    position: relative;
    text-align: center;
	clear: both;

	}


.showalldiv span.buttonshow {
    background: white;
    padding: 0 12px;
    position: relative;
    z-index: 2;
}



.showalldiv:before,
.showalldiv:after {
    background: #b5b4b4;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {

.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
        width: 380px;
		}

		}

@media (max-width: 991px) {

.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
        float: right;
        width: auto;
		}

		}

.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
      float: right;
      margin: 0 10px 0 0;
	 
}

@media (min-width: 992px) and (max-width: 1199px) {
        .top-pagination-content div.pagination .showall,
        .bottom-pagination-content div.pagination .showall {
          margin-right: 11px;
		 
}

		 
}

@media (max-width: 991px) {
        .top-pagination-content div.pagination .showall,
        .bottom-pagination-content div.pagination .showall {
          margin-right: 0;
		 
}

		 
}

.top-pagination-content div.pagination .showall .btn span,
.bottom-pagination-content div.pagination .showall .btn span {
        font-size: 15px;

        line-height: normal;
		}

.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
    margin: 0;
	}

@media (max-width: 991px) {

.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
        float: left;
		}

		}

.top-pagination-content ul.pagination li,
.bottom-pagination-content ul.pagination li {
      /*display: inline-block;*/
      float: left;
	 
}


.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 5px 0 0px;
  /* font: 500 15px 'ff_mark_bold', sans serif; */
  font-weight: normal;

        display: block;
		}

.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 {
  padding: 4px;
  display: block;
  background: transparent;
  /*
  color: #000000
  */	 
}

.top-pagination-content ul.pagination li > a:hover span,
.bottom-pagination-content ul.pagination li > a:hover span {
  background: #000000;
  color: white;
}
.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 {
  /* 
  color: #222222;
  font : 500 15px 'ff_mark_bold', sans serif; 
  */
  margin: 6px 0 0;
  text-transform: uppercase;
}
.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 {
  border: none;
  background: none;
  display: block;
  /* 
  font: 500 15px 'ff_mark_bold', sans serif; 
  color: #000000;
  */
}
.top-pagination-content ul.pagination li.pagination_previous > a:hover,
.top-pagination-content ul.pagination li.pagination_previous > span:hover,
.top-pagination-content ul.pagination li.pagination_next > a:hover,
.top-pagination-content ul.pagination li.pagination_next > span:hover,
.bottom-pagination-content ul.pagination li.pagination_previous > a:hover,
.bottom-pagination-content ul.pagination li.pagination_previous > span:hover,
.bottom-pagination-content ul.pagination li.pagination_next > a:hover,
.bottom-pagination-content ul.pagination li.pagination_next > span:hover {
  /*
  color: #adadad;
  */
}
@media (min-width: 768px) and (max-width: 991px) {
  .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 {
    display: none;
  }
}
@media (min-width: 479px) and (max-width: 767px) {

  .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 {
    display: none;
  }
}
@media (max-width: 478px) {
	.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 {
    display: none;
  }
}
@media (max-width: 767px) {
  .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: white;
  border: 1px solid #000000;
        background: #000000;
		}

.top-pagination-content ul.pagination li.active > span span,
.bottom-pagination-content ul.pagination li.active > span span {
          background: transparent;
		  color: white;
		 
}

.top-pagination-content .compare-form,
.bottom-pagination-content .compare-form {
    float: right;
	display: none;
	}

@media (max-width: 479px) {

.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: 7px 0 0 0;
    float: left;
	/*color: #6a6a6a;*/
	/* font : 500 15px 'ff_mark_bold', sans serif; */
	text-transform: uppercase;
	}

@media (max-width: 991px) {

.top-pagination-content .product-count,
.bottom-pagination-content .product-count {
        clear: left;
		}

		}

.bottom-pagination-content {
  border-top: 1px solid #d6d4d4;
 
}

ul.step {
  margin: 30px 0;
  overflow: hidden;
}

@media (min-width: 768px) {

ul.step {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      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: 767px) {
  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 {
  /* 
  color: #000000;
  font: 500 17px 'ff_mark_bold', sans serif; 
  */
  line-height: 21px;
  position: relative;
  letter-spacing: 0.5px;
  display: block;
  padding: 13px 10px 14px 13px; 
}
@media (max-width: 992px) {
  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: 992px) {
  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: 768px) {

ul.step li.first {
          -moz-border-radius-topleft: 4px;
          -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
          -moz-border-radius-bottomleft: 4px;
          -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
		 
}

		 
}

ul.step li.first span,
ul.step li.first a {
        z-index: 5;

		}

@media (min-width: 768px) {

ul.step li.first span,
ul.step li.first a {
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-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: 768px) {

ul.step li.last {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
		}

ul.step li.last span {
          -moz-border-radius-topright: 4px;
          -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
          -moz-border-radius-bottomright: 4px;
          -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
		 
}

		 
}

ul.step li.step_current {
      font-weight: bold;
      background: #dff0d8;
  border: 1px solid #d6e9c6;
	 
}

ul.step li.step_current span {
        /*
        color: #000000;
        */
        border: 1px solid #d6e9c6;
        position: relative;
		}

@media (min-width: 992px) {

ul.step li.step_current span {
            padding-left: 38px;
			}


			 
}

ul.step li.step_current_end {
      font-weight: bold;
	 
}

ul.step li.step_todo {
      background: #f7f7f7;

	 
}

ul.step li.step_todo span {
        display: block;
        border: 1px solid;
        border-color: white;
  /*color: #333333;*/
        position: relative;
}

@media (min-width: 992px) {

ul.step li.step_todo span {
            padding-left: 38px;
			}

			 
}

ul.step li.step_done {
      border: 1px solid #cccccc;
  background: #f5f5f5;
      
}

ul.step li.step_done a {
        /*
        color: #000000;
        */

		}

@media (min-width: 992px) {

ul.step li.step_done a {
            padding-left: 38px;
			}


			 
}


@media (min-width: 992px) {

ul.step li#step_end span:after {
        display: none;
		}

}

ul.step li em {
      font-style: normal;
	 
}

@media (min-width: 768px) and (max-width: 991px) {
        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: 14px;
  height: 14px;
  cursor: pointer;
 
}

.cancel, .cancel a {
  background: url(modules/productcomments/img/delete.gif) no-repeat 0 -14px !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;
 
}

.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important;
 
}

.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #d6d4d4;
  /*color: #666666;*/
 
}

.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  /*color: #333333;*/
 
}

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  /*color: #333333;*/
 
}

.header-container {
  background: white;
 
}

.breadcrumb {
  /* 
  font: 500 15px 'ff_mark_bold', sans-serif; */
  /*text-transform: uppercase;
  */
  background-color: none;
  background-color: #ffffff;
  border-radius: 0px;
  display: inline-block;
  padding: 5px 0;
  padding-left: 49px;
  line-height: 15px;
  /*color: white;*/
  margin: 0;
  overflow: hidden;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 1;
  font-size: 12px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  /*color: #333333;*/
}
.breadcrumb > .active {
  /*color: #333333;*/
}
.breadcrumb-white .breadcrumb,
.breadcrumb-white .breadcrumb span.navigation-pipe,
.breadcrumb-white .breadcrumb a.home,
.breadcrumb-white .breadcrumb a {
  color:#888; 
}
.breadcrumb-white .breadcrumb{
  /*color:#999;*/
}

.breadcrumb .navigation-pipe {
  display: inline-block;
  padding: 0 3px;
}
.breadcrumb a {
  display: inline-block;
  background: transparent;
  padding: 0 3px;
  position: relative;
  z-index: 2;
}
.breadcrumb a.home {
  color: white;
  text-align: center;
  padding: 0;
  padding: 0 3px;
  margin: 0;
  z-index: 99;
  line-height: 15px;
  display: inline-block;
  height: 15px;
}
/*
.breadcrumb a.home i {

}
*/
.breadcrumb a.home:before {
  border: none;
}
.breadcrumb a:after {
  display: inline-block;
  content: ".";
  position: absolute;
  top: 1px;
  width: 8px;
  height: 15px;
  background: transparent;
  border-right: 1px solid white;
  text-indent: -5000px;
  z-index: -1;
}
.breadcrumb a:before {
  display: none;
}
.breadcrumb a:hover {
  /*color: #A9A9A9;*/
}
.ie8 .breadcrumb {
  min-height: 1px;
}
.ie8 .breadcrumb a:after {
  display: none;
}
.ie8 .breadcrumb .navigation-pipe {
  width: 20px;
}

.pre-footer-container {
  background: #E7E7E7;
}

.footer-container {
  background: #eeeeee;
  /*border-top: 100px solid #E7E7E7;*/
}

.post-footer-container {
  background: #eeeeee;
  border-top: 1px solid #b5b4b4 ;
  /*height: 100px;*/
  padding: 10px 0;
 
}



.post-footer-container  {
	/* font: 500 15px 'ff_mark_bold', sans-serif; */

	}

.post-footer-container a {
    color: whitesmoke;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.post-footer-container a:hover {
    /*color: #bbbbbb;*/
}


.post-footer-container p.rights  {
	text-align: center;
	margin: 10px 0 0 0;
	/* font: 400 15px 'ff_mark_bold', sans serif; */
	letter-spacing: 1px;

	}


@media (max-width: 478px) {


.post-footer-container .payments {
    text-align: center;
    width: 100%;
	margin: 10px 0 0;
 
}

.post-footer-container .payments ul {

	margin: 10px 0 5px 0;
 
}

/*.post-footer-container .row {

}*/

.post-footer-container .payments ul li {
    margin-right: 6px;

}

/*.post-footer-container .payments ul li img {
    width: 100%;
	height: 100%;
}*/

.post-footer-container p.rights  {
    width: 100%;
	text-align: center;
	}

 
}


@media (min-width: 479px) and (max-width: 767px) {

	.post-footer-container .payments {
    text-align: center;
    width: 100%;
	margin: 10px 0 0;
 
}

.post-footer-container .payments ul {

	margin: 10px 0 5px 0;
 
}

/*.post-footer-container .row {

}*/

.post-footer-container .payments ul li {

    margin-right: 12px;
}

.post-footer-container p.rights  {
    width: 100%;
	text-align: center;
	}

 
}

@media (min-width: 768px) and (max-width: 991px) {

.post-footer-container .payments {
    text-align: center;
    width: 100%;
	margin: 10px 0 0;
}

.post-footer-container .payments ul {
    text-align: center;
	margin-bottom: 0;
}

/*.post-footer-container .row {

}*/
.post-footer-container .payments ul li {

    margin-left: 12px;
}

.post-footer-container p.rights  {
    width: 100%;
	text-align: center;
	}

 
}

@media (min-width: 992px) and (max-width: 1199px) {

.post-footer-container .payments {
    text-align: center;
    width: 100%;
	display: inline-block;
	margin: 10px 0 0;
}

.post-footer-container .payments ul {
    text-align: center;
	margin-bottom: 0;
}

/*.post-footer-container .row {

}*/

.post-footer-container .payments ul li {

    margin-left: 12px;
}

.post-footer-container p.rights  {
    width: 100%;
	text-align: center;
	}

 
}

@media (min-width: 1200px) {

.post-footer-container .payments {

    width: 100%;
	text-align: center;
	display: inline-block;
	margin: 10px 0 0;

}

.post-footer-container .payments ul {
    text-align: center;

}

/*.post-footer-container .row {

}*/
.post-footer-container .payments ul li {

    margin-left: 12px;
}

.post-footer-container p.rights  {
    width: 100%;
	text-align: center;
	}

 
}



.post-footer-container .payments ul li {
    display: inline-block;

}


.footer-container .container {
    padding-bottom: 45px;
	}

.footer-container #footer {
    /*color: #777777;*/
	}

.footer-container #footer .row {
      position: relative;
	 
}

.footer-container #footer .footer-block {
      margin-top: 45px;

	 
}

hr.breakleft {
    background: none repeat scroll 0 0 #b5b4b4;
    border: medium none;
    display: block;
    height: 2px;
    margin: 0 0 16px;
    width: 50px;
}

hr.breakmenu {
    background: none repeat scroll 0 0 #b5b4b4;
    border: medium none;
    display: block;
    height: 2px;
    margin: 0 0 20px;
    width: 50px;
	text-align: left;
}

.pre-footer-container .container {
    margin-top: 0;
	}

@media (min-width: 768px) and (max-width: 991px) {

.pre-footer-container .container {
    margin-top: -330px;
}

 
}

.pre-footer-container #footer {
    /*color: #777777;*/
	}

.pre-footer-container #footer .row {
      position: relative;
	 
}

.pre-footer-container #footer .footer-block {
      margin-top: 45px;
	 
}

@media (max-width: 767px) {

.footer-container #footer .footer-block {
          margin-top: 20px;
		 
}


}

.footer-container #footer a {
      /*color: #222222;*/
	  -moz-transition: all 0.4s ease 0s;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
	 
}

.footer-container #footer a:hover {
   /*color: #adadad;*/
   padding-left: 5px;

 
}

.footer-container #footer h4 {
      /* 
      font: 400 20px 'ff_mark_bold', sans-serif; 
  color: #000000;
  */
	  letter-spacing: 1px;
	  text-transform: uppercase;
  margin-bottom: 16px;

	  text-align: left;

	 
}

@media (max-width: 767px) {

.footer-container #footer h4 {
          position: relative;
          margin-bottom: 0;
          padding-bottom: 13px;
		  cursor: pointer;
		 
}

.footer-container #footer h4:after {
            display: block;
            content: "\f0c9";
            font-family: "FontAwesome";
            position: absolute;
            right: 0;
            top: 1px;
			cursor: pointer;
			}

.footer-container #footer h4.active:after {
            content: "\f068";
			}


}

.footer-container #footer h4 a {
        /*color: #000000;*/
		}

.footer-container #footer ul li {
      padding-bottom: 0;
	  /* font: 500 15px 'ff_mark_bold', sans-serif; */
	  text-align: left;
	  line-height: 30px;
	  letter-spacing: 1px;
	 
}

.footer-container #footer ul li a {
        font-weight: normal;
		font-size: 15px
       
}

.footer-container #footer #block_contact_infos {
      border-left: none;
	 
}

#footer #block_contact_infos .list-footer {
      margin-bottom: 20px;
	  /* font: 500 15px 'ff_mark_bold', sans-serif; */
	  /*color: #787878;*/
	  text-align: left;
	  float: left;
	  clear: both;

	 
}

#footer #block_contact_infos .title-store {
    /*font: 500 15px "Lato", sans-serif;*/
	  /*color: #000000;*/
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  text-align: left;
	  margin: 5px 0 10px 0;
	  float: left;
	 
}

@media (max-width: 767px) {

.footer-container #footer #block_contact_infos {
          border: none;
		 
}


}

.footer-container #footer #block_contact_infos > div {
        padding: 0 0 0 5px;
		}

@media (max-width: 767px) {

.footer-container #footer #block_contact_infos > div {
        padding-left: 0;
		}


}

.footer-container #footer #block_contact_infos > div ul li {
          padding: 0 0 10px 4px;
  overflow: hidden;
  line-height: 22px;
		 
}

.footer-container #footer #block_contact_infos > div ul li > span,
.footer-container #footer #block_contact_infos > div ul li > span a {
            /*color: #000000;*/
            font-weight: normal;
			}

.footer-container #footer #block_contact_infos > div ul li > span:hover,
.footer-container #footer #block_contact_infos > div ul li > span a:hover {
            /*color: #adadad;*/
			}

.footer-container #footer #block_contact_infos > div ul li i {
            font-size: 20px;
  width: 23px;
  text-align: left;
  margin: 0 5px 0 0;
  float: left;
  /*color: #000000;*/
			}



@media (max-width: 478px) {

.footer-container #footer .blockcategories_footer {
margin-top: 40px;
}
}

@media (min-width: 479px) and (max-width: 767px) {
.footer-container #footer .blockcategories_footer {
margin-top: 40px;
}
}









.footer-container #footer #social_block ul li {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.footer-container #footer #social_block ul li a {
    display: inline-block;
    /*color: #222222;*/
    font-size: 25px;
}


.footer-container #footer #social_block ul li a span {
    display: none;
}

.footer-container #footer #social_block ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    vertical-align: -5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-container #footer #social_block ul li a:hover {
    /*color: #adadad;*/
}

.footer-container #footer #social_block ul li.facebook a:before {
    content: "\f09a";
}

.footer-container #footer #social_block ul li.twitter a:before {
    content: "\f099";
}

.footer-container #footer #social_block ul li.rss a:before {
    content: "\f09e";
}

.footer-container #footer #social_block ul li.youtube a:before {
    content: "\f167";
}

.footer-container #footer #social_block ul li.google-plus a:before {
    content: "\f0d5";
}

.footer-container #footer #social_block ul li.pinterest a:before {
    content: "\f0d2";
}

.footer-container #footer #social_block ul li.instagram a:before {
    content: "\f16d";
}


/*.footer-container #footer #social_block h4 {
        /*
        float: right;
        margin-bottom: 0;
        font-size: 21px;
        line-height: 25px;
        text-transform: none;
        padding: 0 10px 0 0;
        * /
}*/

@media (max-width: 767px) {

    /*.footer-container #footer #social_block h4 {
        /*
        display: none;
        text-align: center;
        * /
   
}*/

}

.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;
		/*font: 15px 'ff_mark_regular', sans-serif;*/
        /*color: #C6C6C6;*/
        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;
 
}

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

.block_hidden_only_for_screen {
  display: none;
 
}

.cart_navigation {
  margin: 20px 0;
 
}

.cart_navigation .button-medium {
    float: right;

  font-size: 15px;
  line-height: 17px;
	}

/*.cart_navigation .button-medium span {

      
}*/

@media (max-width: 992px) {

.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 {

    margin: 9px 0 0 0;
	letter-spacing: 1px;
	background: transparent;
  border: 2px solid #000000;
  /*
  color: #000000;
  font: 500 15px 'ff_mark_bold',sans serif; 
  */
    padding: 12px;
  text-transform: uppercase;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	}

.cart_navigation .button-exclusive i {

      margin-right: 8px;
	 
}


.cart_navigation .button-exclusive:hover,
.cart_navigation .button-exclusive:focus,
.cart_navigation .button-exclusive:active {
      color: white;
	  background: #000000;
      -webkit-box-shadow: none;
      box-shadow: none;
	 
}

@media (max-width: 480px) {

.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;*/
}
.cart_voucher {
  vertical-align: top !important;
}
.cart_voucher h4 {
  /*font: 600 18px/22px 'ff_mark_regular', sans-serif;*/
  /*color: #555454;*/
  text-transform: uppercase;
  padding: 7px 0 10px 0;
}
.cart_voucher .title-offers {
  /*color: #333333;*/
  font-weight: bold;
  margin-bottom: 6px;
}
.cart_voucher fieldset {
  /*margin-bottom: 10px;*/
}
.cart_voucher fieldset #discount_name {
  /*float: left;
  width: 219px;
  margin-right: 11px;*/
}
.cart_voucher #display_cart_vouchers span {
  font-weight: bold;
  cursor: pointer;
  /*color: #777777;*/
}
.cart_voucher #display_cart_vouchers span:hover {
  /*color: #515151;*/
}

.enable-multishipping {
  margin: -13px 0 17px;
}
.enable-multishipping label {
  font-weight: normal;
}

#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: white;
}

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  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;
  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: #333333;*/
  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 .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: transparent;
  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%;
  background: #5192f3;
  color: white;
  border: 1px solid #4b80c3;
  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 {

	letter-spacing: 0.5px;
	/*
    color: #000000;
  font: bold 15px 'ff_mark_regular', sans serif;
  */
	}

.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 {
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
}

#carrierTable tbody {
  border-bottom: 1px solid #999999;
}

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
 
}

#carrierTable td.carrier_price {
  border: none;
 
}

p.checkbox.gift {
  margin-bottom: 10px;
 
}

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
 
}

a.iframe {
  /*color: #222222;*/
  text-decoration: none;
  font-weight: bold;
 
}

a.iframe:hover {
    /*
    color: #000000;
    */
	}

p.payment_module {
  margin-bottom: 10px;
}

p.payment_module a {
    display: block;
    border: 1px solid #6a6a6a;
  line-height: 23px;
  /*color: #222222;*/
  /*font: bold 15px 'ff_mark_regular',sans serif;*/
  padding: 33px 40px 34px 17px;
  letter-spacing: 0.5px;
    position: relative;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	}

p.payment_module a:hover {
    border: 1px solid #000000;
    /*
    color: #000000;
    */
	}

p.payment_module a.bankwire {
    background: url(../img/bankwire.png) 15px 22px no-repeat;
    padding: 43px 40px 64px 99px;
    font-size: 17px;
}

p.payment_module a.cheque {
      background: url(../img/cheque.png) 15px 15px no-repeat;
	 
}

p.payment_module a.cash {
      background: url(../img/cash.png) 15px 15px no-repeat;
	 
}

/*p.payment_module a.cheque:after,
p.payment_module a.bankwire:after,
p.payment_module a.cash:after {
      display: block;
      content: "\f178";
      position: absolute;
      right: 18px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 25px;
      height: 22px;

      color: #222222;
	 
}*/

p.payment_module a:hover {
     /*
     color: #000000;
     */

	
}

p.payment_module a span {
      font-weight: bold;
      /*
      color: #000000;
      */
}

.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 {
  text-decoration: none;
}

.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;
}

.delivery_option_carrier.not-displayable {
  display: none;
 
}

#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
  padding-bottom: 20px;
  line-height: 20px;
 
}
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #f13340;
  margin: 9px 0 16px 0;
  /*font: 500 15px 'ff_mark_regular',sans-serif;*/
 
}
#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 {
  color: red;
 
}
#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
  margin-bottom: 4px;
}

#identity .submitIdentity {
  margin: 10px 0;;
 
}

#address .submit2 {
  margin-top: 20px;

 
}

#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 {
      height: 45px;
	  /*font-family: 'ff_mark_regular',sans-serif;*/
      line-height: 30px;

      background: transparent;
      border: 1px solid #A4A4A4;
      /*color: #A4A4A4;*/
	  font-size: 16px;
      text-align: left;
	  width: 80%

	}

#address .form-group .form-control:focus,
#identity .form-group .form-control:focus,
#account-creation_form .form-group .form-control:focus,
#new_account_form .form-group .form-control:focus,
#opc_account_form .form-group .form-control:focus,
#authentication .form-group .form-control:focus {
      border: 1px solid #000000;
	  /*
    color: #000000;
    */

	}


#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 {
      margin-bottom: 20px;
}

@media (min-width: 1200px) {
    #address .form-group.phone-number,
    #identity .form-group.phone-number,
    #account-creation_form .form-group.phone-number,
    #new_account_form .form-group.phone-number,
    #opc_account_form .form-group.phone-number,
    #authentication .form-group.phone-number {
      float: left;
      width: 270px;
      margin-right: 13px;
}
}

@media (min-width: 1200px) {
    #address .form-group.phone-number + p,
    #identity .form-group.phone-number + p,
    #account-creation_form .form-group.phone-number + p,
    #new_account_form .form-group.phone-number + p,
    #opc_account_form .form-group.phone-number + p,
    #authentication .form-group.phone-number + p {
      padding: 23px 0 0 0px;
      margin-bottom: 0;
}
}
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .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 {
  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 {
  font-weight: normal;
  /*color: #777777;*/
}

#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 {
   margin-top: 30px;
	}

#new_account_form .box .customerprivacy {
    padding-top: 15px;
}

#authentication fieldset.account_creation {
  margin-bottom: 20px;
}

#password {
  padding-top: 0;
  border: none;
}

#password .box p {
    margin-bottom: 9px;
	/*font: 500 15px 'ff_mark_regular',sans-serif;*/
	}

#password .box .form-group {
    margin-bottom: 20px;
	}

#password .box .form-group .form-control {
    width: 30%;
	font-size: 16px;
    height: 45px;
    line-height: 30px;
    text-align: left;
	text-transform: none;
	background: transparent;
    border: 1px solid #a4a4a4;
    /*color: #a4a4a4;*/
	 
}

#password .box .form-group .form-control:focus {

    border: 1px solid #000000;
    /*
    color: #000000;
    */
	 
}

#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  text-transform: none;
  /*font-family: Arial, Helvetica, sans-serif;*/
}

#instant_search_results a.close:hover {
    /*color: #515151;*/
	}

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px;
 
}

#manufacturers_list img,
#suppliers_list img {
  border: 1px solid #e7e7e7;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  max-width: 210px;
  width: 100%;

 
}

#manufacturers_list img:hover,
#suppliers_list img:hover {
  border: 1px solid #d4d4d4;

 
}
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px;
 
}
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  /*font: 500 15px 'ff_mark_regular', sans serif;*/
  /*color: #222222;*/
  letter-spacing: 0.2px;
 
}

#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
    /*
    color: #000000;
    */
	}
#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: 767px) {

#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;
 
}

@media (max-width: 478px) {

#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: 10px;
 
}

 
}

@media (min-width: 479px) and (max-width: 767px) {

#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: 10px;
 
}

 
}
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0;
}

@media (max-width: 767px) {

#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: 767px) {

#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: 767px) {

#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: 1200px) {

#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: 768px) and (max-width: 1199px) {

#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: 767px) {

#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;
 
}

#manufacturer .description_box .lnk_more,
#supplier .description_box .lnk_more {
  background: transparent;
  /* font: 500 13px 'ff_mark_bold', sans serif; */
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  padding: 6px 10px;
  text-align: center;
  letter-spacing: 1px;


 
}

#manufacturer .description_box .lnk_more:hover,
#supplier .description_box .lnk_more:hover {
  background: white;
  /*
  color: #000000;
  */

 
}

#manufacturer .description_box .short_desc,
#supplier .description_box .short_desc {

  margin: 0 0 20px 0;
  overflow: hidden;
  /*font: 500 15px 'ff_mark_regular', sans serif;*/
  letter-spacing: 0.2px;

 
}

#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {

  /*font: 500 15px 'ff_mark_regular', sans serif;*/
  letter-spacing: 0.2px;

 
}



#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 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: 1200px) {

#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;
  margin: 0 auto;
  text-align: center;
}

#pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0;
}
    #pagenotfound .pagenotfound .img-404 img {
      max-width: 100%;
}

#pagenotfound .pagenotfound h1 {
    /* font: 500 25px 'ff_mark_bold',sans-serif; */
	letter-spacing: 1px;
  /*
  color: #000000;
  */
    text-transform: uppercase;
    margin-bottom: 7px;
	}

#pagenotfound .pagenotfound p {
    /*font: 600 16px/20px 'ff_mark_regular', sans-serif;*/
  /*color: #222222;*/
    text-transform: uppercase;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 19px;
    margin-bottom: 20px;
	}

#pagenotfound .pagenotfound h3 {
    /*
    font: bold 15px 'ff_mark_regular',sans-serif;
  color: #000000;
    */
  line-height: normal;
  margin-bottom: 30px;
	}

#pagenotfound .pagenotfound label {
    text-transform: uppercase;
	}

@media (max-width: 767px) {

#pagenotfound .pagenotfound label {
        display: block;
}
}

#pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 767px) {

#pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block;
		}

		}

#pagenotfound .pagenotfound .buttons {
    padding: 40px 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 white;
}

#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: 13px;
  line-height: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 13px;
  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: #444444;*/
 
}

div.star.star_on {
  display: block;
}

div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    /*
    color: #000000;
    */
	}

div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  /*
  color: #000000;
  */
 
}

.advertising_block {

  margin-bottom: 1em;
  text-align: left;
 
}

.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: 30px;
 
}

.radio-inline, .checkbox {
  padding-left: 0;
}

.radio-inline .checker, .checkbox .checker {
    float: left;
	}

.radio-inline .checker span, .checkbox .checker span {
      top: 2px;
	 
}

.radio-inline div.radio, .checkbox div.radio {
    display: inline-block;
	}

.radio-inline div.radio span, .checkbox div.radio span {
      float: left;
      top: 0px;
	 
}

.fancybox-skin {
  background: white !important;
 
}

.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 28px;
  /*color: #333333;*/
  text-align: center;
  background: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.fancybox-skin .fancybox-close:hover {
    /*color: #515151;*/
	}

.fancybox-skin .fancybox-close:after {
    content: "\f057";
    font-family: "FontAwesome";
	}

#facebook_block {
  overflow: hidden;
  background: none;
  min-height: 344px;

 
}
#cmsinfo_block {
  overflow: hidden;
  background: none;


 
}

#facebook_block .facebook-fanbox {
  background: white;
  border: 1px solid #aaaaaa;
  padding-bottom: 10px;
 
}



@media (max-width: 991px) {

#facebook_block,
#cmsinfo_block {

      padding-left: 13px;
      padding-right: 13px;
	 
}

	 
}

@media (max-width: 767px) {

#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 'ff_mark_regular', sans-serif;*/
  /*color: #6f6d6d;*/
}

@media (max-width: 991px) {

#facebook_block h4 {
      font-size: 18px;
	 
}

	 
}

@media (max-width: 767px) {

#facebook_block h4 {
      padding-top: 20px !important;
	 
}

	 
}

@media (max-width: 768px) {

#facebook_block h4 {
      font-size: 16px;
	 
}

	 
}

@media (max-width: 767px) {

#cmsinfo_block {
      border: none;
      margin-top: 10px;
	 
}

	 
}

#cmsinfo_block > div {
    padding: 0;
	margin: 10px 0 20px 0;
	}

@media (max-width: 767px) {

#cmsinfo_block > div {
        padding-top: 20px;
		}

		}

@media (max-width: 479px) {

#cmsinfo_block > div {
        width: 100%;
        border-top: 1px solid #d9d9d9;
		}

		}

#cmsinfo_block > div + div {


  margin: 35px 0;
	}

@media (max-width: 479px) {

#cmsinfo_block > div + div {
        border-left: none;
        padding-left: 10px;
        min-height: 1px;
        padding-bottom: 15px;
		}

		}

#cmsinfo_block em {
    display: inline-block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  font-size: 40px;
  /*
  color: #000000;
  */
  line-height: 100px;
  text-align: center;
  background: transparent;
	border: 1px solid #000000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	}

#cmsinfo_block em:hover {

    color: white;
    background: #000000;

	}

@media (max-width: 991px) {

#cmsinfo_block em {
        width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
		}

		}

#cmsinfo_block .type-text {
    overflow: hidden;
	}

#cmsinfo_block h3 {
    margin: 20px auto 10px auto;
  /* font-family: 'ff_mark_bold', sans-serif; */
	font-size: 21px;
	letter-spacing: 1px;
    /*
    color: #000000;
    */
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	}

#cmsinfo_block p {
    /*
  color: #222222;
  font: 400 16px 'ff_mark_regular',sans-serif;
  */
    margin: 15px 20px;
	text-align: center;
}

@media (max-width: 1199px) {

#cmsinfo_block h3 {
        font-size: 18px;
		}

#cmsinfo_block p {

    /*font: 400 14px 'ff_mark_regular',sans-serif;*/

}

		}


  @media (max-width: 478px) {

	#cmsinfo_block ul li {
	float: none;
    list-style-type: none;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
   
}

 
}

  @media (min-width: 479px) and (max-width: 767px) {

	#cmsinfo_block ul li {
    float: none;
    list-style-type: none;
    text-align: center;
	margin-bottom: 20px;
    width: 100%;
   
}


 
}

  @media (min-width: 768px) and (max-width: 991px) {

	#cmsinfo_block ul li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 33.33%;
   
}

 
}

  @media (min-width: 992px) and (max-width: 1199px) {

	#cmsinfo_block ul li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 33.33%;
   
}

 
}

  @media (min-width: 1200px) {

	#cmsinfo_block ul li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 33.33%;
   
}

 
}



@media (max-width: 1199px) {

#cmsinfo_block ul li {
        padding-bottom: 10px;
		}

		}

@media (max-width: 991px) {

#cmsinfo_block ul li {
        padding-bottom: 0;
		}

		}

#cmsinfo_block p em {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    /*color: #777777;*/
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: left;
    font-style: italic;
	}

.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px;
 
}

@media (max-width: 1199px) {

.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: 288px;
}

@media (max-width: 478px) {

  #product_comparison #social-share-compare {
    margin-bottom: 0;
 
}

}

@media (min-width: 479px) and (max-width: 767px) {
  #product_comparison #social-share-compare {
    margin-bottom: 0;
 
}

}



.btn-facebook {
  color: white;
  letter-spacing: 1px;
  /* font: 500 11px 'ff_mark_bold',sans serif; */
  background: #435f9f;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #435f9f;
}

.btn-twitter {
  color: white;
  letter-spacing: 1px;
  /* font: 500 11px 'ff_mark_bold',sans serif; */
  background: #00aaf0;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #00aaf0;
}

.btn-google-plus {
  color: white;
  letter-spacing: 1px;
  /* font: 500 11px 'ff_mark_bold',sans serif; */
  background: #e04b34;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #e04b34;
}

.btn-pinterest {
  color: white;
  letter-spacing: 1px;
  /* font: 500 11px 'ff_mark_bold',sans serif; */
  background: #ce1f21;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #ce1f21;
}


.btn-facebook i {
  color: white;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
 
}
.btn-facebook:hover {
  /*color: #000000;*/
  background-color: transparent;
 
}

.btn-facebook:hover i {
    /*color: #000000;*/
	}

.btn-twitter i {
  color: white;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
 
}

.btn-twitter:hover {
  /*color: #000000;*/
  background-color: transparent;
 
}

.btn-twitter:hover i {
    /*color: #000000;*/
	}

.btn-google-plus i {
  color: white;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
 
}
.btn-google-plus:hover {
  /*color: #000000;*/
  background-color: transparent;
 
}

.btn-google-plus:hover i {
    /*color: #000000;*/
	}

.btn-pinterest i {
  color: white;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn-pinterest:hover {
  /*color: #000000;*/
  background-color: transparent;
}

.btn-pinterest:hover i {
  /*color: #000000;*/
}

/*******************************************************
Buttons
********************************************************/

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

.button.ajax_add_to_cart_button span:after,
.button.lnk_view span:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}


.button.lnk_view .icone,
.button.ajax_add_to_cart_button .icone {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 7px 10px 6px 10px;
  font-size: 15px;
}

.button.ajax_add_to_cart_button span,
.button.lnk_view span {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;

  display: inline-block;

  text-transform: uppercase;
  letter-spacing: 1px;

  outline: none;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .button.ajax_add_to_cart_button span,
  .button.lnk_view span {

    display: none;

 
}


  .button.lnk_view .icone,
  .button.ajax_add_to_cart_button .icone  {
    padding: 7px 10px;
    font-size: 15px;

 
}

}

@media (min-width: 768px) and (max-width: 991px) {

  .button.ajax_add_to_cart_button span,
  .button.lnk_view span {

    display: none;

 
}

  .button.lnk_view .icone,
  .button.ajax_add_to_cart_button .icone {
    padding: 7px 10px;
    font-size: 15px;
 
}

}

@media (min-width: 479px) and (max-width: 767px) {

  .button.ajax_add_to_cart_button span,
  .button.lnk_view span {

    display: none;

 
}


  .button.lnk_view .icone,
  .button.ajax_add_to_cart_button .icone {
    padding: 7px 10px;
    font-size: 15px;
 
}

}

.button.ajax_add_to_cart_button span:before,
.button.lnk_view span:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: 'icomoon';
  /*speak: none;*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Button 1 */
.button.ajax_add_to_cart_button span {

  /*color: #000000;*/
}

/* Button 1a */
.button.ajax_add_to_cart_button span:hover,
.button.ajax_add_to_cart_button span:active {
  /*color: white;*/

}

/* Button 2 */
.button.lnk_view span {

  /*color: #000000;*/
}

/* Button 2a */
.button.lnk_view span:hover,
.button.lnk_view span:active {
  color: white;

}

/*---------------*/
/***** Chico *****/
/*---------------*/

#htmlcontent_top ul li:last-child .icon-double-angle-right:before,
#htmlcontent_top ul li .icon-double-angle-right:before,
#htmlcontent_home ul li:last-child .icon-double-angle-right:before,
#htmlcontent_home ul li .icon-double-angle-right:before
#htmlcontent_left ul li .icon-double-angle-right:before {
  content: "\f101";
  display: none
}

#htmlcontent_left {
  margin-bottom: 30px;
}

/*figure.effect-chico {

  /* height: 211px!important; * /

}*/

figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

figure.effect-chico img {
  position: relative;
  display: block;


}

@media (max-width: 767px) {

  figure.effect-chico img {
    display: inline-block;

    width: 100%;

 
}

}

figure.effect-chico img {

  opacity: 1;

}

figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-chico figcaption {
  padding: 3em;
}


figure.effect-chico figcaption::before {
  position: absolute;
  /*color: #000000;*/
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #222222;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
  padding: 10% 0 10px 0;
  /*color: #222222;*/
  font-weight: 900;
  /*font-family: "Lato", sans-serif;*/
  font-size: 20px

}

figure.effect-chico h2.titlen {
  padding: 70% 0 10px!important;

}


figure.effect-chico-left h2 span {
  /*color: #000000;*/
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}



@media (min-width: 768px) and (max-width: 991px) {

  figure.effect-chico h2 {
    font-size: 14px;
 
}

  figure.effect-chico h2 span {
    font-size: 14px;

 
}

}



@media (max-width: 767px) {

  figure.effect-chico h2 {
    padding: 20% 0 10px;
 
}

}

@media (max-width: 479px) {

  figure.effect-chico h2 {
    padding: 15% 0 10px;
 
}

}

@media (min-width: 992px) and (max-width: 1199px) {

  figure.effect-chico h2 {
    padding: 5% 0 10px;
 
}

}

figure.effect-chico h2:hover {

  /*color: #000000;*/

}

figure.effect-chico p {
  margin: 0 auto 5px auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  /*color: #000000;*/
  text-transform: none;
  font-size: 15px;

}


figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 768px) and (max-width: 991px) {

  figure.effect-chico p {
    display: none;
 
}

}

/* ************************************************************************************************
	Caroussel
************************************************************************************************ */



.blockmanucarous_block_center span.next {

  cursor: pointer;
  display: inline-block;

  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;

}


.blockmanucarous_block_center span.next:hover {


  /*color: #222222;*/
}


.blockmanucarous_block_center span.prev {


  cursor: pointer;
  display: inline-block;

  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;

}

.blockmanucarous_block_center span.prev:hover {

  /*color: #222222;*/

}



/* ************************************************************************************************
	MANUFACTURERS CAROUSEL
************************************************************************************************ */

#homepagemanufaturer {


  padding: 10px 0 15px 0;

}

.blockmanucarous_block_center {

  clear: both;
  overflow: hidden;
  margin: 10px 0 30px 0;

}


#manufacturers div.caroufredsel_wrapper {
  height: 160px !important;
  margin: 30px 0 0 0 !important;
}


@media (max-width: 479px) {

  #manufacturers div.caroufredsel_wrapper {
    height: 160px !important;

 
}
  .blockmanucarous_block_center {

    margin: 10px 0 0;
 
}

}

@media (min-width: 479px) and (max-width: 767px) {

  #manufacturers div.caroufredsel_wrapper {
    height: 170px !important;


 
}
  .blockmanucarous_block_center {

    margin: 10px 0 20px;
 
}

}

@media (min-width: 768px) and (max-width: 991px) {

  #manufacturers div.caroufredsel_wrapper {
    height: 170px !important;

 
}

  .blockmanucarous_block_center {

    margin: 10px 0 20px;
 
}

}





.manucarous li {

  display: block;
  float: left;
  height: auto;
  margin: 0 17px;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 15;


}

.manucarous li img {


  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: auto;
  max-width: 100%;
  padding: 2px;
  background-color: #e7e7e7;


}

.manucarous li img:hover {

  background-color: #d4d4d4;


}

.blockmanucarous_block_center div.titlebordrtext {

  text-align: left;
  width: 100%;

}

.blockmanucarous_block_center div.titleborderout {

  float: left;
  position: relative;

  word-wrap: break-word;

}

.blockmanucarous_block_center div.titleborder {

  background: url("../img/magica/titleborder.png") repeat-x;
  height: 10px;
  margin-top: -40px;
  position: relative;

}

.blockmanucarous_block_center h4.titleborderh4 {

  background: white;
  position: relative;
  z-index: 99;
  display: inline-block;
  padding: 8px 25px 8px 0;

  text-transform: uppercase
}

/* ************************************************************************************************
	BLOCK STORES
************************************************************************************************ */

#stores_block_left .store_image {

  border-bottom: 1px solid #d6d4d4;
  margin-bottom: 20px;
  padding: 0 0 20px;

}

/* ************************************************************************************************
	PRODUCTCATEGORY CROSSSELING
************************************************************************************************ */

#productscategory_list .product-name,
#crossselling_list .product-name,
#HOOK_SHOPPING_CART .product-name,
.accessories-block .product-name {
  margin-bottom: 5px;
  /* font: 500 15px 'ff_mark_bold', sans serif; */
  text-align: center;
  letter-spacing: 0.5px;

}

#productscategory_list .comments_note,
#crossselling_list .comments_note,
#HOOK_SHOPPING_CART .comments_note  {
  display: block;
}

#productscategory_list .comments_note,
#crossselling_list .comments_note,
#HOOK_SHOPPING_CART .comments_note {
  overflow: hidden;
  padding-top: 5px;
  text-align: left;
}

#productscategory_list .comments_note .star_content,
#crossselling_list .comments_note .star_content,
#HOOK_SHOPPING_CART .comments_note .star_content {
  margin: 3px auto;
}

#productscategory_list .comments_note .star_content,
#crossselling_list .comments_note .star_content,
#HOOK_SHOPPING_CART .comments_note .star_content {
  width: 60px;
}

#productscategory_list .comments_note .nb-comments,
#crossselling_list .comments_note .nb-comments,
#HOOK_SHOPPING_CART .comments_note .nb-comments {
  display: none;
  font-style: italic;
  overflow: hidden;
}

#productscategory_list .product-name a,
#crossselling_list .product-name a,
.accessories-block .product-name a,
#HOOK_SHOPPING_CART .product-name a {

  color: #222222;
  text-decoration: none;
}

#productscategory_list .product-name a:hover,
#crossselling_list .product-name a:hover,
.accessories-block .product-name a:hover,
#HOOK_SHOPPING_CART  {
  /*color: #000000;*/
}

/*---------------*/
/***** Chico *****/
/*---------------*/

#htmlcontent_top ul li:last-child .icon-double-angle-right:before,
#htmlcontent_top ul li .icon-double-angle-right:before,
#htmlcontent_home ul li:last-child .icon-double-angle-right:before,
#htmlcontent_home ul li .icon-double-angle-right:before,
#htmlcontent_left ul li .icon-double-angle-right:before {
  content: "\f101";
  display: none
}

#htmlcontent_left {
  margin-bottom: 30px;
}

/*figure .effect-chico {

  /* height: 211px!important; * /

}*/

figure .effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

figure .effect-chico img {
  position: relative;
  display: block;


}

@media (max-width: 767px) {

  figure .effect-chico img {
    display: inline-block;

    width: 100%;

 
}

}

figure .effect-chico img {

  opacity: 1;

}

figure .effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure .effect-chico figcaption {
  padding: 3em;
}


figure .effect-chico figcaption::before {
  position: absolute;
  /*color: #1b1b1b;*/
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #494940;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure .effect-chico figcaption::before,
figure .effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
  padding: 10% 0 10px 0;
  /*color: #494940;*/
  font-weight: 900;
  /*font-family: "Lato", sans-serif;*/
  font-size: 20px

}

figure.effect-chico h2.titlen {
  padding: 70% 0 10px!important;

}


figure.effect-chico-left h2 span {
  /*color: #1b1b1b;*/
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}



@media (min-width: 768px) and (max-width: 991px) {

  figure.effect-chico h2 {
    font-size: 14px;
 
}

  figure.effect-chico h2 span {
    font-size: 14px;

 
}

}



@media (max-width: 767px) {

  figure.effect-chico h2 {
    padding: 20% 0 10px;
 
}

}

@media (max-width: 479px) {

  figure.effect-chico h2 {
    padding: 15% 0 10px;
 
}

}

@media (min-width: 992px) and (max-width: 1199px) {

  figure.effect-chico h2 {
    padding: 5% 0 10px;
 
}

}

figure.effect-chico h2:hover {

  /*color: #1b1b1b;*/

}

figure.effect-chico p {
  margin: 0 auto 5px auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  /*color: #1b1b1b;*/
  text-transform: none;
  font-size: 15px;

}


figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 768px) and (max-width: 991px) {

  figure.effect-chico p {
    display: none;
 
}

}


/* ************************************************************************************************
	CSS ANIMATIONS
************************************************************************************************ */



.ca-menu{
  padding:0;
  margin: 0 auto;
  width: 100%;

}
.ca-menu {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: block;
  background: #fff;
  border: 2px solid #b5b4b4;
  margin-bottom: 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor:default;
}
.ca-menu:last-child{
  margin-bottom: 0px;
}
.ca-menu a{
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  /*color: #000000;*/
  position: relative;
}

.ca-global {
  text-align: center;
  width: 100%;

}

.ca-icon{

  font-size: 40px;
  /*color: #222222;*/

  position: absolute;
  line-height: 90px;
  width: 90px;
  left: 0%;
  top: 3%;
  text-align: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .ca-menu {
    height: 85px;
 
}

  .ca-icon{
    width: 80px;
    left: 0;
    line-height: 80px;
    font-size: 35px;
    top: 0;
 
}

  .ca-main{
    font-size: 20px!important;
 
}

  .ca-sub{
    font-size: 11px!important;
 
}

}

@media (min-width: 768px) and (max-width: 991px) {

  /*.ca-menu {
height: 70px;
}

.ca-icon{
width: 70px;
left: 0;
line-height: 70px;
font-size: 30px;
top: 0;
}

.ca-main{
font-size: 15px!important;
}

.ca-sub{
font-size: 10px!important;
}

.ca-content {
    top: 28%!important;
}*/
  .ca-menu {
    height: 70px;
 
}

  .ca-icon{
    width: 100%;
    left: 0;
    line-height: 65px;
    font-size: 30px;
    top: 0;
 
}

  .ca-main{
    font-size: 15px!important;
 
}

  .ca-sub{
    font-size: 10px!important;
 
}

  .ca-content {
    display: none!important;
 
}

}

@media (min-width: 479px) and (max-width: 767px) {

  .ca-menu {
    height: 70px;
 
}

  .ca-icon{
    width: 100%;
    left: 0;
    line-height: 65px;
    font-size: 30px;
    top: 0;
 
}

  .ca-main{
    font-size: 15px!important;
 
}

  .ca-sub{
    font-size: 10px!important;
 
}

  .ca-content {
    display: none!important;
 
}

}

@media (max-width: 478px) {

  .ca-menu {
    height: 70px;
 
}

  .ca-icon{
    width: 100%;
    left: 0;
    line-height: 65px;
    font-size: 30px;
    top: 0;
 
}

  .ca-main{
    font-size: 15px!important;
 
}

  .ca-sub{
    font-size: 10px!important;
 
}

  .ca-content {
    display: none!important;
 
}

}

.ca-content{
  left: 20%;
  position: absolute;
  top: 20%;
  width: 100%;
}


.ca-main{

  /*color: #000000;*/
  /* font: 400 30px 'ff_mark_bold',sans-serif; */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ca-sub{

  /*color: #222222;*/
  /*font: 400 14px 'ff_mark_regular', sans-serif;*/
  letter-spacing: 0.8px;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ca-menu:hover{
  background: #000000;
  border: 1px solid #000000;
}
.ca-menu:hover .ca-icon{
  font-size: 50px;
  color: white;
  opacity: 1;

}
.ca-menu:hover .ca-main{
  opacity: 1;
  color: white;
  -webkit-animation: moveFromTop 300ms ease-in-out;
  -moz-animation: moveFromTop 300ms ease-in-out;
  -ms-animation: moveFromTop 300ms ease-in-out;
  animation: moveFromTop 300ms ease-in-out;
}
.ca-menu:hover .ca-sub{
  opacity: 1;
  color: white;
  -webkit-animation: moveFromBottom 300ms ease-in-out;
  -moz-animation: moveFromBottom 300ms ease-in-out;
  -ms-animation: moveFromBottom 300ms ease-in-out;
  animation: moveFromBottom 300ms ease-in-out;
}
@-webkit-keyframes moveFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(200%);
 
}
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
 
}
}
@-moz-keyframes moveFromBottom {
  from {
    opacity: 0;
    -moz-transform: translateY(200%);
 
}
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
 
}
}
@-ms-keyframes moveFromBottom {
  from {
    opacity: 0;
    -ms-transform: translateY(200%);
 
}
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
 
}
}
@keyframes moveFromBottom {
  from {
    opacity: 0;
    transform: translateY(200%);
 
}
  to {
    opacity: 1;
    transform: translateY(0%);
 
}
}

@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
 
}
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
 
}
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
 
}
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
 
}
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
 
}
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
 
}
}
@keyframes moveFromTop {
  from {
    opacity: 0;
    transform: translateY(-200%);
 
}
  to {
    opacity: 1;
    transform: translateY(0%);
 
}
}


.header-letters hr.break {
  background: none repeat scroll 0 0 white;
  border: medium none;
  display: block;
  height: 2px;
  margin: 15px auto 5px;
  width: 50px;
}

.size_box_pdt_list{
  display:inline-block;
  border:2px solid #000;
  padding:5px;
}

.size_box_pdt_list:hover{
  background-color:#eee;
}


@media (max-width: 767px) {
  .Imprint{
    display:none;
 
}
}

.button-pay-add{
  float:right;

}
.button-pay-add:hover span{
  color:#fff;

}

.cart_total_tax small{
  font-size:70%;
}

.paiement_block .telecashcw-payment-form{
  display: block;
  border: 1px solid #6a6a6a;
  line-height: 23px;
  /*color: #222222;*/
  /*font: bold 15px 'ff_mark_regular',sans serif;*/
  padding: 33px 40px 34px 99px;
  letter-spacing: 0.5px;
  position: relative;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding-left: 17px;
  border-radius:0px;
}

.paiement_block .telecashcw-payment-form .submit .button-pay {
  float: right;
  font-weight: bold;
}

.delivery_option_logo img{
  max-width:200px;
}

/*
@media (min-width: 992px) {
  #header .nav{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:99;
    height:50px;
  }
  #header {
    margin-top:75px;
    margin-top:50px;
  }
}
*/
.telecashcw-javascript-required {
  display:block !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	figure.effect-chico h2 {
	  padding: 5% 0 10px;
	}
}
figure.effect-chico h2:hover {
	/*color: #1b1b1b;*/
}
figure.effect-chico p {
	margin: 0 auto 5px auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	/*color: #1b1b1b;*/
	text-transform: none;
	font-size: 15px;
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media (min-width: 768px) and (max-width: 991px) {
  figure.effect-chico p {
	  display: none;
	}
}


/* ************************************************************************************************
	CSS ANIMATIONS
************************************************************************************************ */

.ca-menu{
  padding:0;
  margin: 0 auto;
  width: 100%;
}
.ca-menu {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: block;
  background: #fff;
  border: 2px solid #b5b4b4;
  margin-bottom: 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
	cursor:default;
}
.ca-menu:last-child{
  margin-bottom: 0px;
}
.ca-menu a{
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  /*color: #000000;*/
  position: relative;
}
.ca-global {
  text-align: center;
  width: 100%;
}
.ca-icon{
  font-size: 40px;
	/*color: #222222;*/
  position: absolute;
  line-height: 90px;
	width: 90px;
  left: 0%;
	top: 3%;
  text-align: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ca-menu {
    height: 85px;
  }
  .ca-icon{
    width: 80px;
    left: 0;
    line-height: 80px;
    font-size: 35px;
    top: 0;
  }
  .ca-main{
    font-size: 20px!important;
  }
  .ca-sub{
    font-size: 11px!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*
  .ca-menu {
    height: 70px;
  }
  .ca-icon{
    width: 70px;
    left: 0;
    line-height: 70px;
    font-size: 30px;
    top: 0;
  }
  .ca-main{
    font-size: 15px!important;
  }
  .ca-sub{
    font-size: 10px!important;
  }
  .ca-content {
      top: 28%!important;
  }*/
  .ca-menu {
    height: 70px;
  }
  .ca-icon{
    width: 100%;
    left: 0;
    line-height: 65px;
    font-size: 30px;
    top: 0;
  }
  .ca-main{
    font-size: 15px!important;
  }
  .ca-sub{
    font-size: 10px!important;
  }
  .ca-content {
    display: none!important;
  }
}

@media (min-width: 479px) and (max-width: 767px) {
  .ca-menu {
    height: 70px;
  }
  .ca-icon{
    width: 100%;
    left: 0;
    line-height: 65px;
    font-size: 30px;
    top: 0;
  }
  .ca-main{
    font-size: 15px!important;
  }
  .ca-sub{
    font-size: 10px!important;
  }
  .ca-content {
    display: none!important;
  }
}

@media (max-width: 478px) {
  .ca-menu {
    height: 70px;
  }
  .ca-icon{
    width: 100%;
    left: 0;
    line-height: 65px;
    font-size: 30px;
    top: 0;
  }
  .ca-main{
    font-size: 15px!important;
  }
  .ca-sub{
    font-size: 10px!important;
  }
  .ca-content {
    display: none!important;
  }
}
.ca-content{
    left: 20%;
    position: absolute;
    top: 20%;
    width: 100%;
}
.ca-main{
	/*color: #000000;*/
  /* font: 400 30px 'ff_mark_bold',sans-serif; */
  letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
  margin-top: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ca-sub{
  /*color: #222222;*/
	/*font: 400 14px 'ff_mark_regular', sans-serif;*/
	letter-spacing: 0.8px;
	margin-top: 0;
	margin-bottom: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu:hover{
    background: #000000;
    border: 1px solid #000000;
}
.ca-menu:hover .ca-icon{
    font-size: 50px;
    color: white;
    opacity: 1;

}
.ca-menu:hover .ca-main{
    opacity: 1;
    color: white;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}
.ca-menu:hover .ca-sub{
    opacity: 1;
	  color: white;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
    animation: moveFromBottom 300ms ease-in-out;
}
@-webkit-keyframes moveFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    opacity: 0;
    -moz-transform: translateY(200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    opacity: 0;
    -ms-transform: translateY(200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}

@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}

.header-letters hr.break {
    background: none repeat scroll 0 0 white;
    border: medium none;
    display: block;
    height: 2px;
    margin: 15px auto 5px;
    width: 50px;
}

.size_box_pdt_list{
	display:inline-block;
	border:2px solid #000;
	padding:5px;
}

.size_box_pdt_list:hover{
	background-color:#eee;
}


@media (max-width: 767px) {
 .Imprint{
	 display:none;

}
}

.button-pay-add{
	float:right;

}
.button-pay-add:hover span{
	color:#fff;

}

.cart_total_tax small{
	font-size:70%;
}

.paiement_block .telecashcw-payment-form{
	    display: block;
    border: 1px solid #6a6a6a;
    line-height: 23px;
    /*color: #222222;*/
    /*font: bold 15px 'ff_mark_regular',sans serif;*/
    padding: 33px 40px 34px 99px;
    letter-spacing: 0.5px;
    position: relative;
  -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding-left: 17px;
	border-radius:0px;
}

.paiement_block .telecashcw-payment-form .submit .button-pay {
    float: right;
    font-weight: bold;
}
.delivery_option_logo img{
    max-width:200px;
}
.telecashcw-javascript-required {
	display:block !important;
}

.w_header_nav{
  padding:5px 0;
  background-color: #efead8;
}

@media (max-width: 767px) {
  .w_header_nav .container{
    text-align:center;
  }
}

.w_black_container{
  background-color:#1e1e1e !important;
  color:#dddddd !important;
  /*font-size:300% !important;*/
}

.w_black_container a,
.w_black_container h4{
  color:#dddddd !important;
}
.w_black_container a:hover{
  color:#ffffff !important;
}

#w_header_nav{
  border:1px solid #dbdbdb;
  border-width:1px 0;
  /*height:45px;*/
}

.w_PM_ASCriterionsGroup{
  padding-bottom: 5px;
}

.w_PM_ASCriterionsGroup:hover .PM_ASCriterionsGroupTitle{
  /*color:#ccc;*/
  cursor: pointer;
}

.w_product_block{
  padding-left: 2px;
  padding-right: 2px;
}

.w_homepage_long_text_compact {
  overflow-y: hidden;
  height: 200px;
  vertical-align: top;
}
.w_homepage_long_text_full {
  overflow-y: visible;
}


.w_block_read_more {
  background-image: linear-gradient(to bottom, transparent, white);
  position:relative;
  top:-100px;
  height:100px;
  text-align:center;
}
.w_button_read_more {
  margin-top:75px;
  background-color:#000;
  color:#fff;
}
/*
p {
  animation-duration: 3s;
  animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
*/

body#index #top-column-container{
    margin:auto;
    max-width:100%;
    max-width:2500px;
}

body#index #top-column-container > * > *,
body#index #top-column-container #top_column #htmlcontent_top{
  margin:auto;
  max-width:1440px;
}

body#index #top-column-container #top_column #homepage-slider{ 
    margin:auto;
    max-width:100%;
}

/* https://yesyouweb.com/video-youtube-responsive/ */
.youtube-responsive { /* not used for now */
  overflow:hidden; 
  padding-bottom:56.25%; 
  position:relative; 
  height:0;
}
  
.youtube-responsive iframe { /* not used for now */
  left:0; 
  top:0; 
  height:100%;
  width:100%;
  position:absolute;
}

#salesmanago-subscription-form{
  position: relative;
  background-color: #ccc;
}
#salesmanago-subscription-form iframe{
  margin: 0; padding: 0; 
  width:370px; 
  overflow-y:hidden; 
  overflow-x:hidden; 
  border:none; background:#ffffff;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 325px; 
}
@media only screen and (max-width: 831px) {
  #salesmanago-subscription-form iframe{
    height: 100%;
    height: 550px;
  }
}
input:valid {
  /*border: 3px solid green !important;*/
}
input.w-error-input:invalid {
  border: 3px solid red !important;
}
.w-error-field{
  display: none;
  color: red;
}
.layer_cart_row span,
#layer_cart_product_attributes,
#layer_cart_product_quantity,
#layer_cart_product_price {
 /*color: #6a6a6a*/
}
#w-button-continue-shopping{}
#w-button-proceed-checkout{
  background-color: #4ab46e;
  border: 1px solid #4ab46e;
}
#w-button-proceed-checkout span{
  color: #ffffff;
}
#w-button-proceed-checkout:hover{
  background-color: #000000;
}
#layer_cart .crossseling #blockcart_list ul li .product-name a {
  /*color: #666 !important;*/
}
.pb-center-column #short_description_block #short_description_content p{
  margin-bottom: 15px !important;
}
.product_img_link img{
  width:100%; 
  height:100%;
}
.w-block-header-top{
  display:inline-block;
}
#languages-block-top.w-block-header-top span,
#languages-block-top.w-block-header-top form{
  display:inline-block;
}

.w-block-header-top-link{
  font-size:22px;
  padding:0 7px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.w-block-header-top-link:hover{
  /*color: #adadad;*/
}
.w-block-header-top-link:hover > i{
  color: #adadad;
}
@media (max-width: 478px) {
  .w-block-header-top-link{
    font-size:20px;
    padding:0 4px;
  }
}
.w-block-header-top-link > span{
  font-size:75%;
}
#languages-block-top .w-block-header-top-link i{
  display: inline-block;
  padding: 0;
}
form#search_block_top{
  display:inline-block !important;
  width:200px;
}
#w_header_blocks{
  text-align:right;
  margin-top:20px;
  margin-bottom:18px;
}
#w_header_blocks *{
  text-align:left;
}

#w_header_infos{

}
#w_header_infos a{
  text-decoration:underline;
  font-family: "ff_mark_bold";
}

.cms-28 h1, /* made in green */
.cms-29 h1, /* loyalty program */
.cms-30 h1, /* clubs */
.cms-31 h1, /* survey-thanks */
.cms-32 h1, /* ecovadis */
.cms-33 h1, /* b2c flyer landing page */
.cms-34 h1, /* xxx */
.cms-35 h1, /* xxx */
.cms-36 h1, /* xxx */
.cms-37 h1, /* xxx */
.cms-38 h1, /* xxx */
.cms-39 h1, /* xxx */
.cms-40 h1, /* xxx */
.cms-41 h1  /* xxx */{
  display:none;
}

@media (min-width: 1199px) {
  .w-product-title{
    float:right;
  }
}

.mb-1{
  margin-bottom:10px;
}

.mt-3{ 
  margin-top:5px; 
}
.mb-3{ 
  margin-bottom:5px; 
}
.p-3{  
  padding:5px; 
}
.pt-3{ 
  padding-top:5px; 
}
.pb-3{ 
  padding-bottom:5px; 
}