html, body {
    max-width: 100%;
    overflow-x: hidden;
}
html{color:#000;background:#fff;font-family:'Raleway'; font-weight: 500;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{font-family:'Raleway';margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit}
del,ins{text-decoration:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:baseline}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{font-size:100%}
a {cursor:pointer}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon, [class^="icon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.icon-inverse {
  color: #fff; }

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

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

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

.icon-envelope-o:before, .icon-envelope-alt:before {
  content: ""; }

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

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

.icon-star-o:before, .icon-star-empty:before {
  content: ""; }

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

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

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

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

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

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

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

.icon-search-plus:before, .icon-zoom-in:before {
  content: ""; }

.icon-search-minus:before, .icon-zoom-out:before {
  content: ""; }

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

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

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

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

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

.icon-file-o:before, .icon-file-alt:before {
  content: ""; }

.icon-clock-o:before, .icon-time:before {
  content: ""; }

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

.icon-download:before, .icon-download-alt:before {
  content: ""; }

.icon-arrow-circle-o-down:before, .icon-download:before, .icon-download-alt:before {
  content: ""; }

.icon-arrow-circle-o-up:before, .icon-upload:before, .icon-upload-alt:before {
  content: ""; }

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

.icon-play-circle-o:before, .icon-play-circle:before, .icon-play-sign:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-dedent:before,
.icon-outdent:before,
.icon-indent-left:before {
  content: ""; }

.icon-indent:before, .icon-indent-right:before {
  content: ""; }

.icon-video-camera:before, .icon-facetime-video:before {
  content: ""; }

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

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

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

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

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

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

.icon-share-square-o:before, .icon-share:before, .icon-share-alt:before {
  content: ""; }

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

.icon-arrows:before, .icon-move:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-plus-circle:before, .icon-plus-sign:before {
  content: ""; }

.icon-minus-circle:before, .icon-minus-sign:before {
  content: ""; }

.icon-times-circle:before, .icon-remove-sign:before {
  content: ""; }

.icon-check-circle:before, .icon-ok-sign:before {
  content: ""; }

.icon-question-circle:before, .icon-question-sign:before {
  content: ""; }

.icon-info-circle:before, .icon-info-sign:before {
  content: ""; }

.icon-crosshairs:before, .icon-screenshot:before {
  content: ""; }

.icon-times-circle-o:before, .icon-remove-circle:before {
  content: ""; }

.icon-check-circle-o:before, .icon-ok-circle:before {
  content: ""; }

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

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

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

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

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

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

.icon-expand:before, .icon-resize-full:before {
  content: ""; }

.icon-compress:before, .icon-resize-small:before {
  content: ""; }

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

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

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

.icon-exclamation-circle:before, .icon-exclamation-sign:before {
  content: ""; }

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

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

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

.icon-eye:before, .icon-eye-open:before {
  content: ""; }

.icon-eye-slash:before, .icon-eye-close:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.icon-folder:before, .icon-folder-close:before {
  content: ""; }

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

.icon-arrows-v:before, .icon-resize-vertical:before {
  content: ""; }

.icon-arrows-h:before, .icon-resize-horizontal:before {
  content: ""; }

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

.icon-twitter-square:before, .icon-twitter-sign:before {
  content: ""; }

.icon-facebook-square:before, .icon-facebook-sign:before {
  content: ""; }

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

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

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

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

.icon-thumbs-o-up:before, .icon-thumbs-up-alt:before {
  content: ""; }

.icon-thumbs-o-down:before, .icon-thumbs-down-alt:before {
  content: ""; }

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

.icon-heart-o:before, .icon-heart-empty:before {
  content: ""; }

.icon-sign-out:before, .icon-signout:before {
  content: ""; }

.icon-linkedin-square:before, .icon-linkedin-sign:before {
  content: ""; }

.icon-thumb-tack:before, .icon-pushpin:before {
  content: ""; }

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

.icon-sign-in:before, .icon-signin:before {
  content: ""; }

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

.icon-github-square:before, .icon-github-sign:before {
  content: ""; }

.icon-upload:before, .icon-upload-alt:before {
  content: ""; }

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

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

.icon-square-o:before, .icon-check-empty:before {
  content: ""; }

.icon-bookmark-o:before, .icon-bookmark-empty:before {
  content: ""; }

.icon-phone-square:before, .icon-phone-sign:before {
  content: ""; }

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

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

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

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

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

.icon-rss:before {
  content: ""; }

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

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

.icon-bell:before, .icon-bell-alt:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-arrows-alt:before, .icon-fullscreen:before {
  content: ""; }

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

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

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

.icon-flask:before, .icon-beaker:before {
  content: ""; }

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

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

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

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

.icon-square:before, .icon-sign-blank:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.icon-pinterest-square:before, .icon-pinterest-sign:before {
  content: ""; }

.icon-google-plus-square:before, .icon-google-plus-sign:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-comment-o:before, .icon-comment-alt:before {
  content: ""; }

.icon-comments-o:before, .icon-comments-alt:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

.icon-bell-o:before, .icon-bell:before, .icon-bell-alt:before {
  content: ""; }

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

.icon-cutlery:before, .icon-food:before {
  content: ""; }

.icon-file-text-o:before, .icon-file-text-alt:before {
  content: ""; }

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

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

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

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

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

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

.icon-h-square:before, .icon-h-sign:before {
  content: ""; }

.icon-plus-square:before, .icon-plus-sign-alt:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-circle-o:before, .icon-circle-blank:before {
  content: ""; }

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

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

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

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

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

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

.icon-folder-o:before, .icon-folder-close-alt:before {
  content: ""; }

.icon-folder-open-o:before, .icon-folder-open-alt:before {
  content: ""; }

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

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

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

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

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

.icon-flag-o:before, .icon-flag-alt:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-microphone-slash:before, .icon-microphone-off:before {
  content: ""; }

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

.icon-calendar-o:before, .icon-calendar-empty:before {
  content: ""; }

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

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

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

.icon-chevron-circle-left:before, .icon-chevron-sign-left:before {
  content: ""; }

.icon-chevron-circle-right:before, .icon-chevron-sign-right:before {
  content: ""; }

.icon-chevron-circle-up:before, .icon-chevron-sign-up:before {
  content: ""; }

.icon-chevron-circle-down:before, .icon-chevron-sign-down:before {
  content: ""; }

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

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

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

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

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

.icon-ellipsis-h:before, .icon-ellipsis-horizontal:before {
  content: ""; }

.icon-ellipsis-v:before, .icon-ellipsis-vertical:before {
  content: ""; }

.icon-rss-square:before, .icon-rss-sign:before {
  content: ""; }

.icon-play-circle:before, .icon-play-sign:before {
  content: ""; }

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

.icon-minus-square:before, .icon-minus-sign-alt:before {
  content: ""; }

.icon-minus-square-o:before, .icon-check-minus:before, .icon-collapse-alt:before {
  content: ""; }

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

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

.icon-check-square:before, .icon-check-sign:before {
  content: ""; }

.icon-pencil-square:before, .icon-edit-sign:before {
  content: ""; }

.icon-external-link-square:before, .icon-external-link-sign:before {
  content: ""; }

.icon-share-square:before, .icon-share-sign:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-sort-alpha-asc:before, .icon-sort-by-alphabet:before {
  content: ""; }

.icon-sort-alpha-desc:before, .icon-sort-by-alphabet-alt:before {
  content: ""; }

.icon-sort-amount-asc:before, .icon-sort-by-attributes:before {
  content: ""; }

.icon-sort-amount-desc:before, .icon-sort-by-attributes-alt:before {
  content: ""; }

.icon-sort-numeric-asc:before, .icon-sort-by-order:before {
  content: ""; }

.icon-sort-numeric-desc:before, .icon-sort-by-order-alt:before {
  content: ""; }

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

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

.icon-youtube-square:before, .icon-youtube-sign:before {
  content: ""; }

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

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

.icon-xing-square:before, .icon-xing-sign:before {
  content: ""; }

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

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

.icon-stack-overflow:before, .icon-stackexchange:before {
  content: ""; }

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

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

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

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

.icon-bitbucket-square:before, .icon-bitbucket-sign:before {
  content: ""; }

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

.icon-tumblr-square:before, .icon-tumblr-sign:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-plus-square-o:before, .icon-expand-alt:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

.icon-genderless:before,
.icon-circle-thin:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}

#header {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 27px;
}

#columns {
	margin:0 auto;
}

body{
	font-family:'Raleway', sans-serif;
	-webkit-font-smoothing : antialiased;
	color:#000;
	background:#fff
}
body.content_only {
	background: #fff;
}

.hidden_menu {display:none}
.f_right {float:right}
p.center {text-align:center}
.clearBoth {clear:both}

p em {font-style:italic}

.warning {
	margin:0 0 40px 0;
	padding:10px;
	border:1px solid #e6db55;
	font-size:13px;
	background:#ffffe0
}
.success {
	margin:0 0 40px 0;
	padding:10px;
	border:1px solid #5cff74;
	font-size:12px;
	background: #d3ffab;
	font-family:'Raleway';
}
.error {
	margin:0 0 40px 0;
	padding:10px 20px;
	font-size:12px;
	font-family:'Raleway';
	background:#fb4051;
	line-height:20px;
	color:#fff;
}
.error ol {margin-left:20px}
.error p.lnk {
	display:none;
}

a, a:active, a:visited {
	color:#000;
	text-decoration:none;
	outline: medium none
}
	a:hover {text-decoration:underline}


input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="submit"], input[type="image"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

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 {

}
*: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-position: left -50px
}

input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active,
input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active,
a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusive_large:active {
	background-position: left -100px
}

input.button_disabled, input.exclusive_disabled, span.exclusive {
	border:1px solid #ccc;
	color:#999;
	background:url(../img/bg_bt_2.gif) repeat-x 0 0 #ccc;
	cursor:default;
}

.block {margin-bottom:20px}
#footer .block {margin-bottom:0}

.block .title_block, .block h4 {
    padding:6px 11px;
    font-size:12px;
    color:#fff;
    text-shadow:0 1px 0 #000;
    text-transform:uppercase;
    background:#383838;
    text-align:left;
    font-weight: normal;
}

.block .title_block a, .block h4 a {color:#fff}
.block ul {list-style-type:none}
.block li.last {border:none}
.block li a {
    display:block;
    color:#333
}
.products_block li {
    float:left
}

.products_block li img {border:1px solid #d1d1d1}

.account_creation label{
	float:left;
	padding-top:5px;
	width:80%;
	text-align:left;
	cursor:pointer
}

.content_sortPagiBar {margin:20px 0;}
#center_column .sortPagiBar {
	padding:10px;
	font-family:'Raleway';
	color:#666;
	background:#eee;
}
#center_column .sortPagiBar span {color:#000;}
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar form {display:inline-block;}

.sortPagiBar #productsSortForm {float:right;}
.sortPagiBar select#selectPrductSort {
    margin:0 0 0 10px;
    color:#000;
    border:1px solid #ccc
}

.sortPagiBar #bt_compare {
	padding:3px 7px;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #000;
	background:url(../img/bg_bt_compare.gif) repeat-x 0 0 #111;
}

.sortPagiBar .nbrItemPage {margin-left:40px;}

.sortPagiBar .PrductSort {float:left;}

.sortPagiBar .nbrProduct {
	display:inline-block;
	padding:0 10px;
}

.sortPagiBar #nb_item {border:1px solid #ccc}

form.pagination {
	margin:0 0 10px;
	float:right;
	font-size: 13px;
}

div.pagination {
	clear:both;
	border-top:1px solid #d6d6d6;
	margin:20px 0 50px;
	text-align: center;
	padding:30px 0 0;
}
ul.pagination {
	list-style-type:none;
	margin:-15px 0 0;
}
ul.pagination li {
	display: inline-block;
	height:28px;
	line-height:28px;
}
ul.pagination a, ul.pagination span {
	font-size:18px;
	color:#000;
	font-family:'Raleway';
	padding:0 15px;
}
ul.pagination .current span,
ul.pagination a:hover{
	color:#000;
}

#pagination_previous a,
#pagination_next a{
	display:inline-block;
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	margin:0 10px;
	padding:0;
	position:relative;
	top:7px;
}
#pagination_previous a{ background:#000 url('../img/icon/previous.png') center center no-repeat; }
#pagination_next a{ background:#000 url('../img/icon/next.png') center center no-repeat; }


#order_step{
	display:block;
	text-align:left;
	margin:30px 0 35px;
	height:40px;
	overflow:hidden;
	line-height:40px;
	list-style:none;
	text-align:center;
}
#order_step li{display:inline;}
#order_step li.separateur{
	display:inline-block;
	height:19px;
	border-bottom:1px solid #dfdfdf;
	width:50px;
}
#order_step li *{
	display:inline-block;
	width:130px;
	height:40px;
	line-height:40px;
	font-size:12px;
	background:#e2e2e2;
	color:#b7b7b7;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
}
#order_step li.step_current *{
	color:#fff;
	background:#000;
}

#account_menu{
	width:240px;
	margin-right:50px;
	float:left;
	list-style:none;
}
#account_menu li a{
	display:inline-block;
	padding:10px 20px;
	color:#000;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	clear:both;
}
#account_menu li a:hover,
#account_menu li.current a{
	background:#f8f8f8;
	color:#044992;
}
#logout{
	display:inline-block;
	color:#000;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	position:absolute;
	top:-30px;
	right:0;
	background:url('../img/icon/logout.gif') left center no-repeat;
	padding-left:20px;
}

.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin:0 1px 0 0;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.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 }
.pack_price {
	float: right;
	margin-right: 3px;
	font-size: 12px
}
.confirmation {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e6db55;
	font-size: 13px;
	background: none repeat scroll 0 0 #ffffe0;
}
#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 #ccc;
	color:#666
}
.listcomment .titlecomment {
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#333
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0;
	color:#333
}

#header_logo{
    display: block;
    height: auto;
}

#header_logo img{max-width: 100%; height: auto;}
#menu_principal{
    font-size: 14px;
    font-family: 'Raleway';
    text-transform: uppercase;
    list-style: none;
    display: block;
    text-align: left;
    line-height: 44px;
    margin-bottom: 5px;
    float: left;
}
#menu_principal li{
    display: inline-block;
}
#menu_principal li:first-child {     font-weight: 800;
    margin-right: 15px; }
#menu_principal li:first-child a{ padding:0; }
#menu_principal li a{
    display: inline-block;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 0 20px;
    height: 33px;
    line-height: 33px;
    font-weight: 600;
}
#menu_principal li a:hover{ color:#044992; }

#header .sousmenu{
	border:1px solid #000;
	position:absolute;
	left:0;
	top:139px;
	width:427px;
	background:#fff;
	z-index:100;
	padding:7px;
	text-align:left;
}
#header .sousmenu ul{
	width:202px;
	display:block;
	float:left;
	list-style:none;
}

#header #link_nouveaute .sousmenu ul
{
	width: 100%;
	display: block;
	float: none;
	list-style: none;
}


#header #link_nouveaute > a{
    color: red;
}

#header .sousmenu ul.alternate{
	float:right;
}


#header #link_nouveaute .sousmenu
{
    width: 230px;
    left: auto;
    right: 10px;
}


#header .sousmenu li.title{
	display:block;
	height:32px;
	line-height:32px;
	background:#000;
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
}
#header .sousmenu li a{
	display:block;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #e2e2e2;
	font-size:13px;
	text-transform:uppercase;
	color:#000;
	text-indent:5px;
}
#header .sousmenu li a.menu_solde {
	font-weight: 700;
	color: red;
	font-size: 15px;
}
#header .sousmenu li a:hover{
	text-decoration:none;
	color:#034c93;
}
#header .sousmenu li:last-child a{
	border:none;
}

#header #sousmenu_collection{
	width:200px;
	left:345px;
}
#header #sousmenu_collection ul{
	width:200px;
	text-align:center;
}

.bx-wrapper .bx-pager{
	text-align:right;
	padding:0 20px;
	position:relative;
	top:-30px;
}
.bx-wrapper .bx-pager .pager-link{
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:4px;
	overflow:hidden;
	text-indent:9999px;
	background:#fff;
	margin:0 3px;
}
.bx-wrapper .bx-pager .pager-link.pager-active{
	background:#000;
}

.breadcrumb {
	display:none;
	font-size:12px;
	font-family:'Raleway';
	font-style:italic;
	color:#004590;
	display:inline-block;
}
.breadcrumb a{
	color:#000;
	margin-right:15px;
}
.breadcrumb .navigation-pipe{
	color:#000;
	margin-right:15px;
}

#downtown_news{
	display:block;
	clear:both;
	width:980px;
	overflow:auto;
	margin:30px auto 50px;
	padding:30px 0 0;
	border-top:1px solid #d5d5d5;
	text-align:center;
}
#downtown_news h2{
	color: #1A1719;
    font-family:'Raleway';
    font-size: 30px;
    font-weight: normal;
    padding: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}
#downtown_news a{
	display:inline-block;
	width:279px;
}
#downtown_news a.center{
	margin:0 50px;
}
#downtown_news a span{
	display:block;
	color: #1A1719;
    font-family:'Raleway';
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
}

#footer{
	width:980px;
	overflow:visible;
	margin:0 auto;
}
#footer hr{
	border-top:1px solid #d6d6d6;
	color:#fff;
}
#footer #copyright{
	height:37px;
	line-height:37px;
	font-family:'Raleway';
	font-size:11px;
	text-transform:uppercase;
	display:inline;
}
#footer #kma{
	height:37px;
	line-height:37px;
	float:right;
	font-family:'Raleway';
	font-size:11px;
	text-transform:uppercase;
	margin:0 0 20px;
}
#footer #kma img{
	vertical-align:middle;
	margin-left:5px;
	margin-top:-5px;
}

.idTabs {
	list-style-type: none;
	margin-top: 20px;
	padding:0 5px;
	border-bottom: 8px solid #f7b900
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	display:block;
	padding:10px 10px 7px 10px;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	background:#000
}
.idTabs .selected {
	color:#000;
	background: url(../img/bg_li_idTabs.png) repeat-x 0 0
}

#more_info_sheets {padding-top:10px}
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {margin-left:20px}
#more_info_sheets em {font-style:italic}

#more_info_sheets .product_desc{
	margin-top:5px
}

#more_info_sheets .product_desc .product_image{
	float:left
}

#more_info_sheets .product_desc .block_description{
	float:left;
	margin-left:10px;
	width:420px
}
#more_info_sheets .product_desc .clear_product_desc{
	clear:both;
	height:0px;
	line-height:0px
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {margin-left:20px}

.block_hidden_only_for_screen {display:none}

h1#cart_title,
h1#account_title{
	font-size:23px;
	text-transform:uppercase;
	font-family:'Raleway';
	font-weight:normal;
	margin:0 0 30px;
	text-align:left;
	color:#000;
	text-align:left;
}

.cart_navigation{
	display:block;
	margin:30px 0;
	height:30px;
	overflow:hidden;
}
.cart_navigation .shopping{
	background:#c6c6c6;
    border: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family:'Raleway';
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
	padding:0 20px;
	float:left;
	cursor:pointer;
}
.cart_navigation .next{
	background:#fb4051;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family:'Raleway';
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
	padding:0 20px;
	float:right;
	cursor:pointer;
}
.cart_navigation .next:hover,
.cart_navigation .shopping:hover{
	text-decoration:none;
}

#panier_vide,
#emptyCartWarning{
	display:block;
	padding:220px 0 0;
	text-align:center;
	background:url('../img/panier_vide.jpg') top center no-repeat;
	font-size:32px;
	text-transform:uppercase;
	font-weight:normal;
	font-family:'Raleway';
	margin:0 0 150px;
}
#panier_vide a,
#emptyCartWarning a{
	display:inline-block;
	padding:0 20px;
	height:30px;
	line-height:30px;
	background:#fb4051;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

#summary_products{
	text-align:center;
	font-size:14px;
	margin:0 0 30px;
}
table#cart_summary{
	border:1px solid #dfdfdf;
}
table#cart_summary th{
	color:#000;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	height:26px;
	line-height:26px;
	background:#dfdfdf;
	text-align:left;
	padding:0 20px;
}

table#cart_summary td{
	padding:10px 20px;
	border-top:1px solid #dfdfdf;
	font-size:13px;
}
table#cart_summary td.counter{
	width:30px;
	font-size:18px;
	font-weight:normal;
	color:#000;
}
table#cart_summary td.cart_total{
	position:relative;
}

table#cart_summary .cart_unit{ text-align:center; }

table#cart_summary td.cart_product img {
	border:3px solid #dfdfdf;
	margin-bottom: 0;
}

table#cart_summary td.cart_description p{
	color:#8e8e8e;
	text-transform:capitalize;
}
table#cart_summary .cart_description h3{
	font-size:13px;
	color:#000;
	text-transform:uppercase;
	font-family:'Raleway';
	font-weight:normal;
}
table#cart_summary td.cart_description span{
	display:inline-block;
	clear:both;
	color:#000;
	margin:5px 0 0;
	font-weight:normal;
}

table#cart_summary .cart_quantity input[type=text]{
	border:0;
	width:30px;
	height:17px;
	text-align:center;
	display:inline-block;
}
table#cart_summary .cart_quantity a{
	width:20px;
	height:17px;
	line-height:17px;
	display:inline-block;
	background:#000;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-family:'Raleway';
}
table#cart_summary .cart_quantity a:hover{ text-decoration:none; }

table#cart_summary .price{
	font-size:18px;
	color:#000;
	font-weight:normal;
}
table#cart_summary td.cart_total .cart_quantity_delete{
	position:absolute;
	top:10px;
	right:12px;
	display:block;
	width:11px;
	height:11px;
	background:url('../img/icon/logout.gif') left center no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#order-detail-content #voucher{
	width:350px;
	float:left;
	margin:10px 0 0;
}
#order-detail-content #voucher input[type=text]{
	height:25px;
	width:180px;
	border:1px solid #dfdfdf;
	padding:0 3px;
	text-transform:uppercase;
	font-family:'Raleway';
	color:#000;
	display:block;
	float:left;
}
#order-detail-content #voucher input.submit{
	height:27px;
	line-height:27px;
	border:0;
	display:inline-block;
	padding:0 10px;
	cursor:pointer;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	margin-left:5px;
}

#order-detail-content #banniere_cart{
	margin:30px 0;
}
#order-detail-content .cart_total_voucher,
#order-detail-content .cart_total_delivery{
	font-size:14px;
	text-transform:uppercase;
	padding:0 0 7px;
	text-align:right;
}
#order-detail-content .cart_total_price{
	color:#000;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	text-align:right;
}
#order-detail-content .taxe{
	float:right;
	font-size:12px;
	color:#000;
}

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #D0D3D8;
	background: url("../img/form_bg.jpg") repeat-x scroll left top #D0D1D5;
	margin-bottom: 10px;
	padding: 5px;
}
#multishipping_mode_checkbox {
	vertical-align: middle;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #ddd;
}
#multishipping_mode_box .title {
	padding: 5px;
	font-weight: normal;
}
#multishipping_mode_box .description, #multishipping_mode_box .description_off {
	padding: 5px;
}
#multishipping_mode_box .description_off {
	display: none;
	padding: 5px;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a, #multishipping_mode_box .description a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 160px;
	border: 1px solid #ccc;
	background: #ddd;
}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	background: #f3f3f3;
	border: 1px solid #ccc;
}
#multishipping_mode_box.on .description_off {
	display: block;
}

#adresse_carrier{
	margin:15px 0 30px;
	overflow:visible;
	font-size:13px;
}

#adresse_carrier p.select{
	margin:10px 0 15px;
}
#adresse_carrier p.checkbox{
	margin:0 0 5px;
}

#adresse_carrier #delivery_adresse,
#adresse_carrier #invoice_adresse{
	border:1px solid #e2e2e2;
    padding-bottom: 10px;
}

#adresse_carrier  .address_title{
	margin:0 0 15px;
	height:36px;
	line-height:36px;
	font-weight:normal;
	padding:0 40px;
	background:#f8f8f8;
	border-bottom:1px solid #e2e2e2;
	text-transform:uppercase;
}

#adresse_carrier ul{
	list-style:none;
	line-height:20px;
}
#adresse_carrier li{
	padding:0 40px;
}

#adresse_carrier .address_update a{
    color: #000;
	text-decoration:underline;
	margin:10px 0 0;
	display:block;
}
#adresse_carrier a.address_add{
	background:#c6c6c6;
    border: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family:'Raleway';
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    text-align: center;
	padding:0 20px;
	margin:20px 0 0;
	clear:both;
}
#adresse_carrier .address_update a:hover,
#adresse_carrier a.address_add:hover{
	text-decoration:none;
}

.order_carrier_content{
	clear:both;
	overflow:visible;
	margin:30px 0;
	border:1px solid #e2e2e2;
}
.order_carrier_content h3.carrier_title{
	height:36px;
	line-height:36px;
	font-weight:normal;
	background:#f8f8f8;
	text-transform:uppercase;
	text-align:center;
}
.order_carrier_content .delivery_option{
	clear:both;
	height:75px;
	border-top:1px solid #e2e2e2;
	padding:0 40px;
	position:relative;
}
.order_carrier_content .delivery_option input[type=radio]{
	float:left;
	margin:30px 30px 0 0;
}
.order_carrier_content .delivery_option .delivery_option_logo{
	width:170px;
	height:51px;
	display:block;
	float:left;
	margin:12px 30px 12px 0;
	border-right:6px solid #e2e2e2;
}
.order_carrier_content .delivery_option .delivery_option_logo .logo{
	width:170px;
	height:51px;
	display:table-cell;
	vertical-align:middle;
}
.order_carrier_content .delivery_option .delivery_option_logo .logo img{ width:135px; }
.order_carrier_content .delivery_option h4{
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	font-family:'Raleway';
	margin:18px 0 0;
}
.order_carrier_content .delivery_option .delivery_option_delay{
	clear:both;
}
.order_carrier_content .delivery_option .delivery_option_price{
	line-height:75px;
	position:absolute;
	right:40px;
	top:0;
}

#conditions_cgv{
	display:inline-block;
	float:right;
	line-height:30px;
	font-size:13px;
	margin-right:20px;
}
#conditions_cgv a{ text-decoration:underline; }

#recap_paiement{
	display:inline-block;
	height:50px;
	line-height:50px;
	padding:0 30px;
	background:#f4f4f4;
	text-transform:uppercase;
}
#recap_paiement .total_price{
	font-size:18px;
	font-weight:normal;
	margin-right:10px;
}
h2.paiement{
	font-size:13px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	font-family:'Raleway';
	margin:30px 0;
}

#pagenotfound_content{
	min-height:500px;
	text-align:center;
}
#pagenotfound_content h1{
	color:#000;
	font-size:70px;
	text-transform:uppercase;
	font-family:'Raleway';
	font-weight:normal;
}
#pagenotfound_content h2{
	color:#000;
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
	margin:40px 0 0;
}
#pagenotfound_content a.home{
	background:#000;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family:'Raleway';
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 175px;
	margin:40px auto;
}

body#order-confirmation #center_column{
	background:url('../img/icon/bg_fleche.gif') 800px 100px no-repeat;
}
body#order-confirmation #center_column h1{
	font-size:40px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-family:'Raleway';
	font-weight:normal;
	padding:50px 0 10px;
}
body#order-confirmation #center_column p{
	font-size:13px;
	color:#000;
	font-weight:normal;
	font-family:'Raleway';
	text-transform:uppercase;
	text-align:center;
	margin:0 0 40px;
}
body#order-confirmation #social_right{
	display: none;
	float:right;
	width:275px;
	height:324px;
	border:1px solid #e0e0e0;
	padding:30px 30px 0;
	text-align:center;
	font-size:18px;
	color:#1a1b1e;
	font-style:italic;
}
body#order-confirmation #social_right a{
	display:inline-block;
	margin:30px 15px 0;
	float:left;
}

body#order-confirmation a.back_home{
	display:block;
	margin:70px auto;
	height:30px;
	line-height:30px;
	width:175px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}

#form_forgotpassword h2{
	font-size:13px;
	position:relative;
	top:-30px;
	text-transform:uppercase;
	font-weight:normal;
	font-family:'Raleway';
}
#form_forgotpassword fieldset{
	border:1px solid #e2e2e2;
	padding:30px;
}
#form_forgotpassword input[type=text]{
	width:200px;
	padding:0 3px;
	height:26px;
	border:1px solid #e2e2e2;
	background:#fff;
	display:inline-block;
	margin:10px 0 0;
}
#form_forgotpassword input.submit{
	background:#fb4051;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	padding:0 20px;
    font-family:'Raleway';
    font-size: 13px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
	margin:10px 0 0 5px;
	position:relative;
	top:1px;
}

#header .sousmenu li {
	display: block !important;
	margin-right: 0px !important;
}

#header .sousmenu {
	top: auto;
}

.cms-normal {
	font-weight: 800 !important;
}


#category #color_to_pick_list li a {
	border: none;
}

#category #color_to_pick_list li a.color_pick {
	border: 1px solid #8C8C8C;
}

#category #color_to_pick_list {
	text-align: center;
	display: inline-block;
    margin-top: 20px;
}

#category #color_to_pick_list li.selected a.color_pick {
	border: 1px solid #8C8C8C;
}

#color_to_pick_list li a.color_pick {
	width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #8C8C8C;
}

#color_to_pick_list li.selected a {
	border: 4px solid #444242;
    position: relative;
}

#color_to_pick_list li {
    width: 40px;
    height: 60px;
	float: left;
	list-style: none;
}

.new_header #header {
    text-align: left;
    width: 100%;
    margin: 0;
    margin-top: -6px;
    height: auto;
    zoom: initial;
    padding-top: 15px;
    padding-bottom: 5px;
}

.new_header #index_logo img {
    margin: 0;
    margin-bottom: 4px;
}

#block_social_top img, #block_social_footer img {
    margin: 0;
}

.new_header #index_logo {
	float: left;
	margin-left: 25px;
}

body #adtm_menu {
	background: none;
	border: none;
	box-shadow: initial;
	float: left;
	width: 370px;
	clear: none;
	margin-top: 7px;
	margin-left: 28px;
}

body #adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span {
	min-height: 20px;
	line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

body #adtm_menu ul#menu li.li-niveau1 a.a-niveau1 {
	min-height: 20px;
	line-height: 20px;
	border: none;
	background: none;
	color: #000 !important;
}

body #adtm_menu .li-niveau1 {
    min-height: 20px;
    line-height: 20px;
	color: #000 !important;
}

body #adtm_menu_inner {
	background: none;
	border: none;
}

body #adtm_menu ul#menu li.li-niveau1 a.a-niveau1:hover, body #adtm_menu ul#menu li.li-niveau1:hover a.a-niveau1 {
	background: none;
	border: none;
	color: #000 !important;
}

body .li-niveau1 a:hover .advtm_menu_span, body .li-niveau1 a.advtm_menu_actif .advtm_menu_span, body .li-niveau1 .advtm_menu_span:hover, body .li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
	background: none;
	border: none;
	color: #000 !important;
}

body #adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span:hover {
	color: #000 !important;
}

body .li-niveau1 .advtm_menu_span, .li-niveau1 a .advtm_menu_span {
	color: #000 !important;
}

body #adtm_menu ul#menu li div.adtm_sub {
	top: 19px;
    width: 175px;
    padding: 12px 2px;
    position: absolute;
}

body #adtm_menu ul#menu .li-niveau1:hover div.adtm_sub {
    left: 8px;
}

.column_wrap_title a {
	font-size: 14px !important;
	font-weight: 400 !important;
}

#block_social_top {
	float: right;
	width: auto;
	margin-right: 25px;
    margin-top: 2px;
}

.new_header #columns {
	width: 100%;
	max-width: 100%;
	margin: 0;
	zoom: initial;
}

.slick-slide img {
	width: 100%;
	height: auto;
}

body #adtm_menu .adtm_column {
    padding: 3px 0px 3px 0px;
}

#module-responsivegallery-default h1 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#gallery img {
    width: 100%;
    height: auto;
}

#cms.new_header #center_column {
    width: 980px;
    margin: auto;
}

#conteneur_menu {
    margin-top: -5px;
    position: relative;
}

#conteneur_menu p {
    display: none;
}

#block_language_top {
    float: right;
    padding-top: 8px;
    margin-right: 15px
}

#block_language_top > a.lang_active {
    font-weight: 900
}

.text_shipping_header {
    font-size: 14px;
    position: absolute;
    bottom: -5px;
    right: 0;
}

.p_footer_new {
    text-align: right;
    margin-right: 15px;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 31px;
}

.new_header #footer {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#contact.new_header #columns {
    width: 980px;
    margin: 0 auto;
}

#contact.new_header #footer {
    margin-top: 30px;
}

#contact.new_header #account_title {
    margin-top: 15px;
}

.nbrItemPage {
	display: none !important;
}

#header_logo img, #header_user img {
    margin: 0;
}

#product #columns {
    margin-top: 14px;
}

#category h1 {
    display: none !important;
}

#module-mwseshop-eshop .bx-wrapper .bx-controls-direction a {
    display: none !important;
}

@media (max-width: 990px) {
    body.new_header #index_logo {
        float: none;
        display: block;
        margin: auto;
        text-align: center;
    }

    body .themeconfig_home {
        margin-bottom: 10px;
    }

    body #account_menu {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    body #account_menu li {
        float: left;
        width: 200px;
    }

    body form#identity_form fieldset {
        width: auto;
    }

    #center_column .identity_label_gender {
        display: block;
        width: auto;
        margin-right: 12px;
    }

    body form#identity_form p.submit {
        padding-left: 15px;
    }

    body form#identity_form fieldset {
        padding-left: 15px;
        border: none;
        margin-top: 20px;
    }

    body .order_carrier_content .delivery_option .delivery_option_logo {
        width: 80px;
        margin-right: 10px;
    }

    body .order_carrier_content .delivery_option input[type=radio] {
        margin: 30px 20px 0 0;
    }

    body .order_carrier_content .delivery_option {
        padding-left: 17px;
    }

    body .order_carrier_content .delivery_option .delivery_option_logo .logo {
        width: 70px;
    }

    body .order_carrier_content .delivery_option .delivery_option_logo .logo img {
        width: 60px;
        margin-top: 17px;
    }

    body #adresse_carrier #delivery_adresse, body #adresse_carrier #invoice_adresse {
        margin-bottom: 15px;
    }

    body div#adtm_menu {
        float: none;
        margin: auto;
        margin-top: 10px;
        width: 100%;
    }
     body #block_language_top {
         position: absolute;
         top: 13px;
         right: 0;
     }

     body #block_social_top {
         position: absolute;
        left: 0;
        top: 15px;
     }

     body.new_header #header {
         padding-bottom: 0;
     }

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

     body#module-responsivegallery-default h1 {
         margin-top: 12px;
     }

     body#cms.new_header #center_column {
         width: 95%;
     }

     body #adtm_menu .adtm_column_wrap span.column_wrap_title {
         margin: 0;
     }

     #contact.new_header #center_column {
         width: 95%;
         margin: auto;
     }

     .new_header #tel_box {
         float: none;
        margin: auto;
        min-height: 110px;
        margin-top: -10px;
     }

     .new_header #contact_form {
         float: none;
        margin: auto;
        margin-top: 20px;
     }

     body#contact.new_header #account_title {
         text-align: center;
     }
}

#block_social_footer {
    display: none;
}

@media (max-width: 640px) {
    #block_social_top {
        display: none !important;
    }

    body .addresses .bloc_adresses {
        padding-left: 0;
        border: none;
        width: 100%;
    }

    #block_social_footer {
        display: block !important;
        width: 171px;
        margin: auto;
        margin-top: 9px;
    }
}

@media (max-width: 450px) {
    body div#block_language_top {
        font-size: 11px;
        top: 16px;
    }

    body.new_header #index_logo img {
        width: 240px;
    }

    body p.p_footer_new {
        font-size: 13px;
    }
}

@media (max-width: 365px) {
    body #header div#block_language_top {
        top: 13px;
        right: -4px;
    }

    body.new_header a#index_logo img {
        width: 190px;
    }

    body.new_header div#adtm_menu {
        margin-top: 5px;
    }
}

#module-mwseshop-eshop .bx-pager {
    bottom: 29px;
    right: 0;
    top: initial;
    left: initial;
    width: auto;
}

#module-mwseshop-eshop .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}

#module-mwseshop-eshop .bx-wrapper .bx-pager.bx-default-pager a:hover, #module-mwseshop-eshop .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

#homepage-slider {
    margin-bottom: 10px;
    margin-top: 14px;
}

#footer_v2 .title_footer {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#footer_v2 {
    margin-top: 30px;
    font-family: 'Raleway';
}

#themeconfig_footer p {
    font-size: 13px;
    color: #9A9A9A;
    line-height: 20px;
}

#footer_v2 li a {
    font-size: 13px;
    color: #9A9A9A;
}

#mwslinks_footer li {
    list-style-type: none;
    line-height: 23px;
}

.footer_container {
    background: url('../img/bande_footer.jpg') repeat-x top;
    padding: 30px 0 0 0;
    margin: 0 15px;
}

#themeconfig_footer {
    padding-left: 0;
}

#newsletter_block_left {
    padding-right: 0;
}

#header ul li a.link_menu_red {
    color: red;
}

.see_me {
    padding: 3px 15px 3px 15px;
    margin-top: 20px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #000;
    width: 60px;
    height: 15px;
    line-height: 17px;
}

.ajax_block_product > a {
    display: block;
    position: relative;
}

.pdt_list_hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
}

.title_product {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Raleway';
    position: absolute;
    top: 34%;
    display: block;
    text-align: center;
    width: 100%;
}

.pdt_main_img img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

#product_list li:hover .pdt_list_hidden {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#product_list li .price {
    position: absolute;
    top: 48%;
    display: block;
    width: 100%;
    text-align: center;
}

#product_list li .old-price {
    position: absolute;
    top: 45%;
    display: block;
    width: 100%;
    text-align: center;
}

#product_list li > a:hover {
    color: initial;
}

.pdt_btn_see {
    border: 1px solid #000;
    padding: 6px 23px 4px 23px;
    margin-top: 30px;
    line-height: 17px;
    display: inline-block;
    text-transform: uppercase;
}

#product_list li p {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}

#product_list li {
    margin-bottom: 25px;
}

@media (max-width: 990px) {
    .pdt_main_img {
        max-width: 530px;
        margin: auto;
    }

    body#cms #center_column .large_block_cms {
        height: auto;
        background: none;
    }

    body#cms div.large_block_cms div {
        float: none;
        padding: 0;
        width: 100%;
        min-height: initial;
    }

    #hook_top {
        width: 260px;
        margin: auto;
        float: none !important;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        top: 80px;
    }

    body #header_logo {
        margin-bottom: 44px;
    }

    body #conteneur_menu {
        float: none;
        margin: auto;
        width: 352px;
    }

    #center_column {
        margin: 0 15px;
    }

    .new_header #center_column {
        margin: 0;
    }

    .footer_container > div {
        padding-left: 0 !important;
        margin-bottom: 19px;
    }
}

.new_header .container {
    width: auto;
    padding: 0;
}

.new_header .row {
    margin: 0;
}

.themeconfig_home img {
    margin-bottom: 0;
}

#order .breadcrumb {
    display: none;
}

@media (max-width: 480px) {
    body #contact_form, body #tel_box {
        width: 95%;
    }

    body .cart_navigation .next {
        margin-bottom: 15px;
    }

    #deleteallgifts {
        margin: 20px 0 10px !important;
    }

    body #order-detail-content #voucher {
        margin-bottom: 10px;
    }

    body #contact_form select {
        width: auto;
    }

    body #contact_form input[type="text"] {
        width: auto;
    }

    body #contact_form textarea {
        width: 160px;
    }

    body #contact_form p.text, body #contact_form p.select {
        margin: 0 0 12px 45px;
    }

    body #contact_form p.textarea, body #contact_form p.submit {
        margin: 0 0 12px 45px;
    }

    body #tel_box p {
        float: none;
        padding-left: 24px;
    }
}

@media (max-width: 600px) {
    /* line 2481, ../sass/global.scss */
    #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
      display: block;
    }
    /* line 2484, ../sass/global.scss */
    #order-detail-content #cart_summary thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    /* line 2489, ../sass/global.scss */
    #order-detail-content #cart_summary tr {
      border-bottom: 1px solid #cccccc;
      overflow: hidden;
    }
    /* line 2493, ../sass/global.scss */
    #order-detail-content #cart_summary td {
      border: none;
      position: relative;
      width: 50%;
      text-align: left;
      float: left;
      white-space: normal;
    }

    body .cart_quantity_button a {
        margin-top: 10px;
    }

    /* line 2502, ../sass/global.scss */
    #order-detail-content #cart_summary td.cart_avail {
      clear: both;
    }
    /* line 2506, ../sass/global.scss */
    #order-detail-content #cart_summary td.cart_quantity {
      clear: both;
         padding: 0px 8px 0px 18px;
    }
    /* line 2511, ../sass/global.scss */
    #order-detail-content #cart_summary td.cart_delete {
      width: 100%;
      clear: both;
      text-align: right;
    }
    /* line 2515, ../sass/global.scss */
    #order-detail-content #cart_summary td.cart_delete:before {
      display: inline-block;
      padding-right: 0.5em;
      position: relative;
      top: -3px;
    }
    /* line 2522, ../sass/global.scss */
    #order-detail-content #cart_summary td div {
      display: inline;
    }
    /* line 2526, ../sass/global.scss */
    #order-detail-content #cart_summary td:before {
      content: attr(data-title);
      display: block;
    }
    /* line 2531, ../sass/global.scss */
    #order-detail-content #cart_summary tfoot td {
      float: none;
      width: 100%;
    }
    /* line 2534, ../sass/global.scss */
    #order-detail-content #cart_summary tfoot td:before {
      display: inline;
    }
    /* line 2539, ../sass/global.scss */
    #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr .price {
      display: block;
      float: left;
      width: 50%;
    }
  /* line 2553, ../sass/global.scss */
  #order-detail-content #cart_summary td {
    width: 100%;
    text-align: center;
  }
  /* line 2557, ../sass/global.scss */
  #order-detail-content #cart_summary td.cart_quantity .cart_quantity_input {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
  }
  /* line 2562, ../sass/global.scss */
  #order-detail-content #cart_summary td.cart_quantity div {
    display: inline-block;
  }

  #order-opc #services {
      display: none !important;
  }
}

.span_advgift {
    margin-top: 6px;
    margin-left: 4px;
    float: left;
}

.img_advgift {
    float: left;
}

@media (max-width: 990px) {
    #order_step li.separateur {
        display: none !important;
    }
}

@media (max-width: 769px) {
    body #order_step {
        overflow: initial;
        height: auto;
        margin-bottom: 0;
    }

    body #order_step li * {
        margin-bottom: 9px;
    }
}

@media (max-width: 600px) {
    .advgift_td_1 {
        float: left !important;
        width: 10% !important;
    }

    .advgift_td_2 {
        float: left !important;
        width: 80% !important;
    }

    .advgift_td_3, .advgift_td_4 {
        display: none !important;
    }

    body .span_advgift {
        width: 80%;
    }

    #center_column .label_gender {
        margin-right: 10px;
        width: auto !important;
    }

    #center_column .radio_gender {
        position: initial;
    }

    #center_column .label_gender2 {
        margin: 0;
        padding: 0;
    }

    body .cart_navigation {
        overflow: initial;
    }
}

@media (max-width: 500px) {
    body form#login_form p, body form#create-account_form p {
        overflow: initial;
        width: auto;
        padding: 0 10px;
    }

    body #recap_paiement {
        height: auto;
    }

    body form#login_form input[type=text], body form#login_form input[type=password], body form#create-account_form input[type=text] {
        width: 130px;
    }

    body form#login_form p label, body form#create-account_form p label {
        padding-left: 10px;
    }

    body form#create-account_form p.submit input.submit {
        margin-bottom: 15px;
    }

    body form#login_form p.submit {
        margin-bottom: 15px;
    }

    body form#login_form p.lost_password {
        clear: both;
    }
}

@media (max-width: 700px) {
    body .order_carrier_content .delivery_option .delivery_option_price {
        left: 34px;
        top: 23px;
        right: initial;
    }

    body #center_column .order_carrier_content .delivery_option {
        padding-right: 0;
        height: auto;
        font-size: 11px;
        min-height: 76px;
    }
}

@media (max-width: 400px) {
    body #menu_principal li a {
        padding: 0 10px;
    }
}

@media (max-width: 500px) {
    body #header .sousmenu ul {
        float: none;
        width: 100%;
    }

    body #header .sousmenu {
        width: 250px;
        margin-left: -125px;
        left: 50% !important;
    }
}

/*#menu_principal li#link_kids a {
    padding-right: 0;
}*/

#categoryImage {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 130px;
}

#gallery a {
    display: block;
    height: 600px !important;
}

#gallery .gallery-zoom {
    display: none !important;
}

#cms.new_header .p_footer_new {
    margin-top: 50px;
}

@media (min-width: 1200px) {
    #category .container, #search .container {
        width: 1120px;
    }
}

#order h1 {
    margin-top: 9px;
}

#galleries_slick {
    padding: 0 30px;
    text-align: center;
}

body #galleries_slick li {
    width: 400px;
    margin-right: 30px;
    display: inline-block;
    list-style-type: none;
}

#galleries_slick {
    margin-bottom: 50px;
}

#galleries_slick .title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 20px;
}

body #galleries_slick li img {
    max-width: 100%;
    height: auto;
}

#image_mobile {
    display: none;
}

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

@media (max-width: 460px) {
    body #image_mobile {
        display: block;
    }

    #image-block {
        display: none !important;
    }
}

@media (max-width: 830px) {
    body #gallery li {
        margin-bottom: 20px;
    }
}

body div.payment_module div.atos img.sogenactif {
    width: 80px;
    float: left;
    margin-bottom: 0;
}

.color-list-container {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 67%;
}

.color-list-container ul {
    list-style-type: none;
}

#product_list .color-list-container ul li {
    display: inline-block;
    margin: 0 3px;
}

#product_list .color-list-container ul li a {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
}

#product_list .color-list-container ul > a {
    display: none;
}

#product_list .color-list-container ul li:nth-of-type(1) a:nth-of-type(1) {
    display: none;
}

@media (max-width: 1200px) {
    body .color-list-container {
        top: 61%;
    }
}

.pdt_list_hidden a:hover {
    color: initial;
}


#center_category {
	text-align: center;
    margin: auto;
    margin-top: 12px;
    max-width: 1090px;
}

#categoryImage {
	margin: 0;
}

#category .reveal img, #search .reveal img {
	position: relative;
	left: 50%;
    margin-left: -100%;
}

#category #columns .row .container, #search #columns .row .container {
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

#search h1 {
    text-align: center !important;
}

.menu_link_red {
    color: #ff0000 !important;
}

.paypal img {
    margin-right: 30px;
    margin-bottom: 10px;
}

#order .payment_module {
    border: 1px solid #000;
    padding: 20px 15px 10px 20px;
    margin-bottom: 20px;
    max-width: 940px;
}


div.payment_module div.atos form {
    float: left;
    margin-left: 50px;
}

.atos input:hover {
    opacity: 0.8;
}

.atos div[align="center"] br {
    display: none;
}

@media (max-width: 990px) {
    body div.payment_module div.atos form {
        margin-left: 10px;
        width: 560px;
    }

    .atos img {
        margin-bottom: 0;
    }

    .atos input {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    body#order div.payment_module div.atos img.sogenactif {
        float: none;
    }

    .atos {
        text-align: center;
    }

    body#order div.payment_module div.atos form {
        width: auto;
        margin-left: 0;
        margin-top: 15px;
        float: none;
    }
}

@media (max-width: 500px) {
    .paypal {
        text-align: center;
    }

    body .paypal img {
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
}

#blockcart_top {
    float: right;
    width: 25px;
    margin-left: 20px;
}

#add_adress input[type="text"] {
    width: 223px;
    padding: 0 3px;
    height: 26px;
    float: left;
    border: 1px solid #bdc2c9;
    background: #fff;
    display: block;
    position: relative;
    z-index: 2;
}

#add_adress label {
    float: left;
    margin-right: 10px;
    min-width: 210px;
    margin-bottom: 20px;
}

#add_adress select, #add_adress textarea {
    width: 223px;
    padding: 0 3px;
    height: 26px;
    float: left;
    border: 1px solid #bdc2c9;
    background: #fff;
    display: block;
    position: relative;
    z-index: 2;
}

#add_adress .submit input {
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 30px;
    text-transform: uppercase;
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .cart_block {
        display: none !important;
    }
}

@media (max-width: 990px) {
    #add_adress fieldset {
        clear: both;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    body #add_adress input[type="text"], body #add_adress select, body #add_adress textarea {
        float: none;
        clear: both;
        margin-bottom: 10px;
    }

    body #add_adress label {
        margin-bottom: 3px;
    }
}
#psgdpr_consent_checkbox_contactForm{
	margin-left: 0;
}
.unvisible{
	display: none;
}
.bold{
	font-weight: bold;
}
