/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,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");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("../images/ui/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("../images/ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("../images/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("../images/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("../images/ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("../images/ui/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("../images/ui/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("../images/ui/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("../images/ui/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("../images/ui/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("../images/ui/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("../images/ui/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("../images/ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("../images/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
@font-face{
  font-family:'Glyphicons Halflings';
  src:url(../js/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src:url(../js/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
  url(../js/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
  url(../js/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),
  url(../js/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
  url(../js/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');}
/*
@charset "utf-8";

@font-face {
  font-family: 'ALSRubl-Arial';
  src: url('/Core/Templates/First/Include/fonts/alsrubl-arial-regular.eot');
  src: url('/Core/Templates/First/Include/fonts/alsrubl-arial-regular.eot?#iefix') format('embedded-opentype'),url('/Core/Templates/First/Include/fonts/alsrubl-arial-regular.woff') format('woff'), url('/Core/Templates/First/Include/fonts/alsrubl-arial-regular.ttf') format('truetype'), url('/Core/Templates/First/Include/fonts/alsrubl-arial-regular.svg#ALSRublArialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ALSRubl-Arial';
  src: url('/Core/Templates/First/Include/fonts/alsrubl-arial-bold.eot');
  src: url('/Core/Templates/First/Include/fonts/alsrubl-arial-bold.eot?#iefix') format('embedded-opentype'), url('/Core/Templates/First/Include/fonts/alsrubl-arial-bold.woff') format('woff'), url('/Core/Templates/First/Include/fonts/alsrubl-arial-bold.ttf') format('truetype'), url('/Core/Templates/First/Include/fonts/alsrubl-arial-bold.svg#ALSRublArialBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

body { padding-bottom: 40px; background: url(/images/back.png) repeat; /*overflow-x: hidden;*/ }

.fl { float: left; }
.fr { float: right; }
.ws_inline { display: inline !important; }
.ws_inline-block { display: inline-block; } 
.ws_martop_5 { margin-top: 5px; }
.ws_martop_10 { margin-top: 10px; }
.ws_martop_15 { margin-top: 15px; }
.ws_marright_20 { margin-right: 20px; }
.ws_marright_10 { margin-right: 10px; }
.ws_padright_10 { padding-right: 10px; }
.ws_pad15 { padding: 15px; }
.ws_clr { clear: both; }
.ws_clr_mrb5 { clear: both; margin-bottom: 5px; }
.ws_clr_mrb10 { clear: both; margin-bottom: 10px; }
.ws_clr_mrb15 { clear: both; margin-bottom: 15px; }
.ws_clr_mrb20 { clear: both; margin-bottom: 20px; }
.sidebar-nav { padding: 9px 0; }
.ws_nowrap { white-space: nowrap; }

.b-rub { font-family: 'ALSRubl-Arial', Arial, sans-serif !important; font-weight: bold; }
form.inline { display: inline-block; margin-right: 15px; }
.text-black {color: #000;}
hr.gray { border-bottom: 1px solid #CCCCCC; }

.ws_width_xxs { width: 44px !important; }
.ws_width_xs { width: 74px !important; }
.ws_width_sm { width: 104px !important; }
.ws_width_md { width: 150px !important; }
.ws_width_lg { width: 300px !important; }
.ws_width_xl { width: 530px !important; }

.ws_pos_static { position: static; }

.ws_dropdown_auto li.dropdown ul.dropdown-menu {margin-top: -1px;}
.ws_client_code {
	position: fixed;
	top: 0;
    right: 0;
    padding: 0px 8px;
    border: 3px dashed #ccc;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10000;
}

	.ws_client_code .ws_fullcode {
		display: none;
	}
	.ws_client_code:hover .ws_fullcode {
		display: block;
	}
	
/***** pages *****/
.ws_pcat_tree.nav-pills>li>span {border-radius: 4px;}
.ws_pcat_tree.nav>li>span {position: relative;display: block;padding: 10px 15px;}
.ws_pcat_tree.nav-pills>li.active>span {color: #fff;background-color: #428bca;}
/**** header ****/
.ws_header { padding: 5px 85px 5px 5px; }
	.ws_logo { width: 250px; float: left; margin: 5px 15px 0 20px; }
	.ws_menu_header { display: block; float: left; width: 250px; margin: 10px 15px 0 0; padding: 0; }
		.ws_menu_header li { display: inline-block; margin-right: 10px; }
			.ws_menu_header li.active { font-weight: bold; }
	.ws_phone_header { float: left; text-align: right; margin: 10px 15px 0 0; line-height: 20px; }
		.ws_phone_header strong { font-size: 24px;  }
		.ws_more_contacts_href { margin-left: 7px; }
	.ws_login_header { float: right; margin: 10px 15px 0 0; }
		.ws_login_header ul li { display: inline-block; margin-right: 10px; }
		.ws_login_header .glyphicon { color: #000; }

/*.ws_catalog_first, .ws_catalog_first .dropdown, .ws_catalog_first .dropdown-menu { z-index: 1000; } - menu isnt work*/
.ws_catalog_first .ws_tree_manufacturer_block { width: 280px; }
.ws_catalog_first .ws_tree_manufacturer_block a { display: inline; padding: 0;  }
.ws_catalog_first .ws_tree_manufacturer_block a:hover {  background-color: #FFFFFF; background-image: none; }
.ws_catalog_first .ws_tree_manufacturer_block img { margin: 5px 12px;  }
.ws_catalog_first .ws_tree_manufacturer_block img:hover { border: 5px solid #eeeeee; margin: 0 7px;  }


.ws_header_section { text-align: center; margin: 15px 0 0; font-size: 12px; }
.ws_header_section hr { border-top: 1px solid #DADADA; margin: 10px 0; }
.ws_header_section div { margin: -19px 0 0 0; }
.ws_header_section span { background-color: #FFF; padding: 2px; color: #8A8A8A; }

.ws_so_top_bar { text-align: center; margin-top: 5px; font-weight: bold; font-size: 16px; }
.ws_so_top_bar a {
	display: inline-block; padding: 5px 10px; background-color: #FFF; 
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

/****** footer *******/
#ws_footer { padding: 0 20px; }
/***** bottom info block *****/
.ws_botinfo { 
	position: fixed; bottom: 0px; left: 50%; margin-left: -350px; z-index: 1000;
	max-width: 95%; width: 700px;
	
	border-top-left-radius: 5px; border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;	
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25); box-shadow: 0 0 6px rgba(0,0,0,.5);
	
	background-color: #FFF; padding: 10px;	
}
#upbutton { opacity: .5; }

/****** tooltip *******/
.ws_tooltip { border-bottom: 1px dotted #999999; cursor: pointer; /*display: inline-block;*/ }
	.ws_btool {
		white-space: normal !important;
		z-index:1001; display:none; padding: 15px;
   		margin-top: 10px;line-height:16px; max-width: 300px; min-width: 200px;
    	position: absolute; color: #000; border:1px solid #e3e3e3; background: #f5f5f5;
    
    	border-radius:4px;-moz-border-radius: 4px; -webkit-border-radius: 4px;     
    	-moz-box-shadow: 3px 3px 5px #CCC;-webkit-box-shadow: 3px 3px 5px #CCC; box-shadow: 3px 3px 5px #CCC;
    }
.ws_tooltip:hover .ws_btool { display: block; }

.ws_icon_question {
		display: inline-block; width: 9px; height: 13px; padding: 0 1px 0 0; margin: 0px; /*border:1px solid #A0A0A0;*/ cursor: help;
		font-weight: bold; color: #616161; text-decoration: none; font-size: 12px; vertical-align: top; position: relative; bottom: 5px; line-height: 1;
		background: url("../images/ui/icon-question.png") center no-repeat #D3D3D3;
		border-radius:2px;-moz-border-radius: 2px; -webkit-border-radius: 2px;     
    	-moz-box-shadow: 0px 0px 1px #000; -webkit-box-shadow: 0px 0px 1px #000; box-shadow: 0px 0px 1px #000; }

/****** catalog menu *******/
.ws_catalog_first li:hover > .ws_catalog_second { display: block; }
	.ws_catalog_second { margin-top: -1px; }
	
	.ws_catalog_third_info { padding: 10px 20px; text-align: center; min-width: 300px; }

/****** main pad ******/
.ws_pad { background-color: #FFF; padding: 10px 15px; margin-bottom: 10px;
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05); box-shadow: 0 1px 2px rgba(0,0,0,.05);
	}
	.ws_pad.white { }
	.ws_pad.green { background-color: #51a351;  color: #FFF; }
	.ws_pad.blue { background-color: #49afcd; color: #FFF; }

/***** banner pad ******/
.ws_banner { background-color: #FFF; padding: 0px; margin-bottom: 10px;
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    }
    .ws_banner .header { padding: 10px; font-weight: bold; font-size: 16px; text-align: center;
    	border-top-left-radius: 5px; border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; 
		-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; } 
    .ws_banner .message { padding: 10px 15px; }
    
    /** red **/
	.ws_banner.red { border: 1px solid #e83c3c; }
	.ws_banner.red .header {  background-color: #FF8080; }
	/** orange **/
	.ws_banner.orange { border: 1px solid #dc7701; }
	.ws_banner.orange .header {  background-color: #FFD180; }
	/** green **/
	.ws_banner.green { border: 1px solid #468847; }
	.ws_banner.green .header {  background-color: #97FF89; }
	/** yellow **/
	.ws_banner.yellow { border: 1px solid #f89406; }
	.ws_banner.yellow .header {  background-color: #ffd800; }
	

.ws_banner_horizon { background-color: #FFF; padding: 0px; margin: 0 auto 10px;
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
		max-width: 950px; 
    }
    .ws_banner_horizon .header { padding: 10px 10px 5px; font-weight: bold; font-size: 16px; text-align: center; }
    .ws_banner_horizon .message { padding: 5px 15px 10px; }

/***** top search ******/
.ws_top_search { float: left; margin: 8px 15px 0 20px; z-index: 1001; }
.ws_top_search form { margin: 0; }
.ws_top_search .dropdown-menu { display: none; margin-top: -1px; }
.ws_top_search:hover .dropdown-menu { display: block; }
.ws_top_search .dropdown-menu:hover { display: block; }

.ws_top_search #fast_search_result  li a { overflow-x: hidden; }

/*** full search ***/
.ws_full_search { margin: 10px 0; }
.ws_full_search form { margin: 0px; }
.ws_full_search form input { font-weight: bold; }
.ws_full_search .ws_search_num { font-weight: bold; color: #999999; font-size: 10px; margin-right: 10px; }
/***** light search ******/
.ws_light_search .dropdown-menu { display: none; margin-top: -1px; }
.ws_light_search:hover .dropdown-menu { display: block; }
.ws_light_search .dropdown-menu:hover { display: block; }

/***/
.filter_input_text { max-width: 92%; margin-top: 5px !important; margin-bottom: 6px !important; }
.ws_default_flt_val.label-success { background-color: #949494 !important; }
.complaint_href { font-size: 12px;  filter: alpha(opacity=50); opacity: 0.5; }
.complaint_href:hover { filter: alpha(opacity=1); opacity: 1; }

.well table { display: inline-block; margin-bottom: -3px; }
.fb_ontoplist { margin: -10px 5px 0px 10px; height: 15px; max-width: 115px !important; }
.fb_onviewphoto { height: 18px; max-width: 115px !important; }
.fb-like { display: none; }
.fb-like.fb_iframe_widget { display: inline-block; }
.ws_photoview_container .twitter-share-button { margin-left: 10px; margin-bottom: -2px; }

.ws_flt_reset {   display: block;  text-align: center;  padding: 10px; border: 1px solid #ccc;  margin-top: 10px; }   
.ws_flt_reset:hover {   background-color: #E5E5E5; } 
/***/     
.icon-cup { background-image: url("../images/ui/icon-cup.png") !important; background-position: 0 !important;}
.icon-man { background-image: url("../images/ui/icon-man.png") !important; background-position: 0 !important;}
.icon-woman { background-image: url("../images/ui/icon-woman.png") !important; background-position: 0 !important;}
.icon-ystar { background-image: url("../images/ui/icon-ystar.png") !important; background-position: 0 !important;}
.icon-ardown { background-image: url("../images/ui/icon-ardown.png") !important; background-position: 0 !important;}

/****** login block *******/
.form-signin { max-width: 450px; padding: 19px 29px 29px; margin: 0 auto 20px; background-color: #fff; border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05); box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
.modal .form-signin { border: none;
        -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
        -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}
.form-signin .form-signin-heading,
.form-signin .checkbox { margin-bottom: 10px; }
.form-signin input[type="text"],
.form-signin input[type="password"] { font-size: 16px; height: auto; margin-bottom: 15px; padding: 7px 9px; }
.ds_enter a {text-decoration: none;}    
.ds_enter img { margin-left: 5px; background-image: url(../images/social.png); background-repeat: no-repeat; -webkit-font-smoothing: antialiased; }
.ds_enter img.ds_google_login { background-position: 0px -27px; }
.ds_enter img.ds_google_login:hover { background-position: 0px 0px; }
.ds_enter img.ds_twitter_login { background-position: -27px -27px; }
.ds_enter img.ds_twitter_login:hover { background-position: -27px 0px; }
.ds_enter img.ds_facebook_login { background-position: -54px -27px; }
.ds_enter img.ds_facebook_login:hover { background-position: -54px 0px; }
.ds_enter img.ds_vk_login { background-position: -81px -27px; }
.ds_enter img.ds_vk_login:hover { background-position: -81px 0px; }
.ds_enter img.ds_google_login_dark { background-position: 0px -54px; }
.ds_enter img.ds_google_login_dark:hover { background-position: 0px 0px; }
.ds_enter img.ds_twitter_login_dark { background-position: -27px -54px; }
.ds_enter img.ds_twitter_login_dark:hover { background-position: -27px 0px; }
.ds_enter img.ds_facebook_login_dark { background-position: -54px -54px; }
.ds_enter img.ds_facebook_login_dark:hover { background-position: -54px 0px; }
.ds_enter img.ds_vk_login_dark { background-position: -81px -54px; }
.ds_enter img.ds_vk_login_dark:hover { background-position: -81px 0px; }      

.help-block.text-danger { color: #b94a48; }
.help-block.text-success { color: #468847; }

.ws_checkout_btns a { margin: 5px 10px 0 0; }
/**/
.ws_sortable_ph { display: inline-block; padding: 2px 4px; font-size: 11.844px; font-weight: bold; line-height: 14px; color: #ffffff; vertical-align: baseline; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #999999; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; min-height: 10px; min-width: 40px;}
.ad_list_search { margin-top: 6px; }

/****** main page *******/
.ws_worth { font-size: 18px; font-style: italic; text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3); }
	.ws_worth small { color: #f1f4f1; text-shadow: none; }
.wes_responsible { font-size: 24px; line-height: 24px; font-style: italic; color: #434343; margin-bottom: 15px; opacity: .4;  }
	.wes_responsible img { margin-top: -7px; }

.mp_bigcenter { }
	.mp_bigcenter .bc_header { background-color: #ededed; font-size: 24px; line-height: 24px; padding: 10px; margin-bottom: 5px; 
			-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
			-webkit-box-shadow: 1px 3px 4px rgba(0,0,0,.4); -moz-box-shadow: 1px 3px 4px rgba(0,0,0,.4); box-shadow: 1px 3px 4px rgba(0,0,0,.4); }
		.mp_bigcenter .bc_header a { font-weight: bold; }
		.mp_bigcenter .bc_header small {color: #787878; } 		
	.mp_bigcenter .bc_body {  background: center center no-repeat; background-size: contain; }
		.mp_bigcenter .bc_body .bc_separator { height: 200px; line-height: 200px; display: block; }
		.mp_bigcenter .bc_body .bc_prod_info { 
				-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: rgba(238, 238, 238, 0.9); 
				padding: 5px 10px;}
		.mp_bigcenter .bc_body .bc_prod_info a { font-weight: bold; }
	
	.mp_manufcenter_block { margin-top: 0; }
	.mp_manufcenter_block .ws_mnf_mainpage { padding: 2px; margin: 0 16px 0 0; }
	.mp_manufcenter_block .nav.nav-pills { margin-bottom: 10px; }
	
	.mp_smallcenter { margin-top: 0; }
	.mp_smallcenter:hover {
		background-color: #f7f5f5;	
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.15); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.15); box-shadow: 1px 1px 1px rgba(0,0,0,.15);
	}
		.mp_smallcenter a { display: block; font-weight: bold; margin: 10px 0 5px; }
		.mp_smallcenter img { max-width: 100%; height: auto; }
/***** category block ******/
.filter { font-size: 12px; }
.filter .label, .filter .badge { text-decoration: none; font-size: 12px; font-weight: normal; margin-right: 5px; margin-top: 3px; line-height: 12px; display: inline-block; padding: 4px 4px; vertical-align: top;}
.filter .label:hover, .filter .badge:hover { -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.4); -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.4); box-shadow: 2px 2px 3px rgba(0,0,0,.4); }
.filter .label.label-success { background-color: #468847; color: #FFF; }
.filter .label:not(label-success) { background-color: #f5f5f5; color: #444444; text-shadow: none; }
.filter_refresh { position: fixed; min-width: 200px; width: 200px; top: 5%; left: 50%; z-index: 10001; }

.ws_flt_second_href { display: block; text-align: center; margin-top: 10px; border-top: 1px solid #CCC; padding: 5px 0; color: #8A8A8A; }
.ws_flt_second_href:hover { background-color: #E6E6E6; }

.ws_flt_vgroup { text-align: center; margin: 15px 0 0; }
.ws_flt_vgroup hr { border-top: 1px solid #DADADA; margin: 10px 0; }
.ws_flt_vgroup div { margin: -19px 0 0 0; }
.ws_flt_vgroup span { background-color: #f5f5f5; padding: 2px; color: #8A8A8A; }

.catalog_prod_cont { margin: 0; padding: 0; }
.catalog_prod { display: inline-block; *display: inline; /*position: relative;*/ overflow-x: visible; overflow-y: visible; vertical-align: top; 
				max-width: 197px; width: 197px; min-height: 100px; _height: 100px; zoom: 1;
				margin: 0 13px 1px 0; padding: 7px 7px 7px 10px;
				font-size: 14px; white-space: normal; }
.catalog_prod:hover, .catalog_prod .pr_dop, .catalog_prod .pr_mod_list { 	background-color: #f7f5f5;	
						-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
						-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.15); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.15); box-shadow: 1px 1px 1px rgba(0,0,0,.15);}				
.catalog_prod span.img_cont { display: block; height: 185px; margin-bottom: 10px; line-height: 185px; }
.catalog_prod span.img_cont img { max-height: 100%; vertical-align: bottom; }
.catalog_prod .out_ic, .catalog_prod .ws_stars { margin: 8px 2px 2px 0; vertical-align: text-top; }

.prod_price {	display: inline-block; white-space: nowrap; font-size: 16px; font-weight: bold; margin: 6px 2px 2px 2px;
				-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
				padding: 2px 5px 0 5px; vertical-align: baseline; background-color: #dbdbdb; line-height: 19px; 
				-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3); box-shadow: 1px 1px 1px rgba(0,0,0,.3);}
.prod_price .text-danger { font-size: 14px; }

.catalog_prod .pr_dop { display: none; clear: both; position: absolute; max-width: 197px; width: 197px; padding: 8px 7px 7px 10px; margin-left: -10px;
						z-index: 101;}
	.catalog_prod:hover .pr_dop { display: block; }
	
.catalog_prod .pr_mod { position: relative;  }
	.catalog_prod .pr_mod .pr_mod_list { display: none; position: absolute; left: 186px; z-index: 102;
		    width: 71px; padding: 14px 3px 3px; text-align: center; margin-top: -7px;
	}
	.catalog_prod:hover .pr_mod .pr_mod_list { display: block; }
	.catalog_prod .pr_mod .pr_mod_list > a > img { border: 2px solid #f7f5f5;  }
	.catalog_prod .pr_mod .pr_mod_list > a:hover > img { border: 2px solid #CCC;  }
	.catalog_prod .pr_mod .pr_mod_list > span { display: block; margin: 2px; padding: 6px 3px; color: #777; font-size: 14px; }
	
.catalog_prod .pr_stick { position: absolute; }
	.catalog_prod .pr_stick.hot { margin: 0 0 0 -12px; background: url(../images/ui/sticker_hot.png) no-repeat; width: 45px; height: 27px; }
	.catalog_prod .pr_stick.sale { margin: 0 0 0 -13px; background: url(../images/ui/sticker_sale.png) no-repeat; width: 28px; height: 27px; }
		.catalog_prod .pr_stick.sale.sht { margin: 30px 0 0 -13px; }

.subcategory_prods_cont { margin-right: 300px; float: left; max-width: 100%;  }
.subcategory_prods_cont .subcategory_prods { margin-right: 140px; } 
.subcategory_prods { white-space: nowrap; overflow-x: hidden; max-width: 100%; padding: 0; }
.catalog_prod.subcategory_prods_more { position: absolute; right: 30px; width: 95px !important;  display: block; float: right; font-size: 48px; font-weight: bold; }

@media (max-width: 600px) { 
	.subcategory_prods_cont .subcategory_prods { margin-right: 0; } 
	.catalog_prod.subcategory_prods_more { display: none; }
}

.ws_category_sub_exts {  display: inline-block; *display: inline; /*position: relative;*/ overflow-x: hidden; overflow-y: visible; vertical-align: top; 
				max-width: 431px; width: 431px; min-height: 100px; _height: 100px; zoom: 1;
				white-space: normal; margin: 15px 5px 0 0;
				padding: 10px; }
.ws_category_sub_exts h3 { margin: 0 5px; }
.ws_category_sub_exts .nav { margin-bottom: 5px; }
.ws_category_sub_exts .subcategory_prods { margin: 0 0 5px 0; }
.ws_category_sub_exts .subcategory_prods .catalog_prod { margin: 0 0 1px 5px; }

.ws_prod_page_number { position: absolute; z-index: 100; /*font-weight: bold;*/ padding: 5px; background-color: #FFF;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	border: 1px solid #CCC;
}

.ws_category_head {  }
	.ws_category_head h1 { float: left; }
	.ws_category_head div { float: left; margin: 0 0 0 5px; }
	.ws_category_head .ws_manuf_category { 
			float: right; background-color: #dbdbdb; margin: 0 0 5px 5px; padding: 5px 8px; font-size: 18px; font-weight: bold;
			-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
			-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3); box-shadow: 1px 1px 1px rgba(0,0,0,.3);}
		.ws_category_head .ws_manuf_category .delim { color: #6F6F6F; font-weight: normal; margin: 0 3px; }	
	.ws_category_head .ws_manuf_category img { max-height: 50px; }	

.ws_catmnf_noimage { line-height: 65px; }
#show_all_cat_mnf { margin: 22px 4px 22px 10px; }
/***** product block ******/
.product_main_photo { display: inline-block; vertical-align: top; margin: 0 15px 10px 0; }
.product_min_photo { display: inline-block; vertical-align: top; margin: 0 0 10px 10px; }
.product_min_photo img { vertical-align: top; margin-right: 10px; }
.product_price_block .media { float: left; margin-right: 10px; }

.product_price_block .full_prod_price { width: 50%; min-width: 145px; white-space: nowrap; float: left; margin: 0 0 15px 0; }
.product_price_block .full_prod_price .full_prod_price_cur { font-size: 36px; font-weight: bold; line-height: 35px; }
.product_price_block .full_prod_price .full_prod_price_old { font-size: 14px; font-weight: bold; line-height: 14px; }

.product_price_block .full_prod_buy { width: 50%; min-width: 145px; float: left; }
.product_price_block .full_prod_buy .btn-group { width: 140px;  }
.product_price_block .full_prod_buy .glyphicon  { color: #0B5800; }
	.full_prod_buy.ws_notice_of_availability .btn { white-space: normal; }

.ws_product_param .popover { max-width: 100%; }
.ws_collapse_prod_param { font-weight: bold; text-align: center !important; display: block; }

.ws_prod_pargroup {}
.ws_prod_pargroup td {padding:0 !important; margin: 0; border: none !important; text-align: right; line-height: 2px !important;}
.ws_prod_pargroup span { color: #5C5C5C; background-color: #dddddd; padding: 0 3px; font-size: 12px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.ws_prod_pargroup span:empty { display: none; }

.ws_notexis_param { background-color: #E9E9E9; }
/***** gallery *****/
#gallery_backer { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index:9999; background-color: #000; opacity: .5; }
.gallery { position: fixed; top: 35px; left: 35px; bottom: 35px; right: 35px; 
		z-index:10000; background-color: #FFF;
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}	
			
	.gallery_header { border-bottom: 1px solid #CCC; padding: 0 15px; overflow-y: hidden; height: 46px; }
		.gallery_header h3 { margin-top: 10px; }
		.gallery_header .gallery_close { margin-top: 10px; }
	
	.gallery_body { 	
			position: absolute; top: 46px; left: 0px; bottom: 0px;/*45px*/ right: 0px;
			background-color: #FFF;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px; 
		}
		.photo_gallery_cont { position: relative; width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
		.photo_gallery_cont img { max-width: 100%; height: auto; }
			.photo_gallery_list { position: absolute; width: 160px; height: 100%; max-height: 100%; vertical-align: top; overflow-y: scroll;  }
			.photo_gallery_list a { display: block; margin-bottom: 10px; padding:10px; }
				.photo_gallery_list a.photo_active { background-color: #DFDFDF; -moz-box-shadow: 3px 3px 5px #CCC;-webkit-box-shadow: 3px 3px 5px #CCC; box-shadow: 3px 3px 5px #CCC; }
			.photo_gallery_show { height: 100%; max-height: 100%; vertical-align: top; margin: 0 15px 0 175px; position: relative; }
			.photo_gallery_show .photo_gallery_show_obj { height: 100%; max-height: 100%; }
			.photo_gallery_show img { max-height: 92%; margin: 1% 0; }
			.photo_gallery_show .ws_is_youtube_video iframe { position: relative; z-index: 10002; }
				.photo_gallery_btn { position: absolute; top: 0; bottom: 0; display: block; z-index: 10001; width: 50%; }
				a.photo_gallery_btn, a.photo_gallery_btn:active, a.photo_gallery_btn:hover { outline: none;  }
					.photo_gallery_btn span { position: absolute; top: 0; bottom: 0; display: block; opacity: 0.3; min-width: 40px; max-width: 130px; width: 15%; }
					.photo_gallery_btn:hover span { background-color: #CCC; }
						.photo_gallery_prev { left: 0;}
							.photo_gallery_prev span { left: 0; background:url("../images/ui/gallery_prev.png") center center no-repeat;}
						.photo_gallery_next { right: 0;}
							.photo_gallery_next span { right: 0; background:url("../images/ui/gallery_next.png") center center no-repeat;}
			
	.gallery_footer { position: absolute; left: 0px; bottom: 0px; right: 0px; height: 45px;  border-top: 1px solid #CCC; padding: 5px 15px; }


	
.ws_stars, .ws_stars span { display: inline-block; min-width: 70px; height: 12px; line-height: 12px; background:url("../images/ui/stars_empty.png") left center no-repeat; }
	.ws_stars .s1 { background:url("../images/ui/stars_full.png") -56px center no-repeat; }
	.ws_stars .s2 { background:url("../images/ui/stars_full.png") -42px center no-repeat; }
	.ws_stars .s3 { background:url("../images/ui/stars_full.png") -28px center no-repeat; }
	.ws_stars .s4 { background:url("../images/ui/stars_full.png") -14px center no-repeat; }
	.ws_stars .s5 { background:url("../images/ui/stars_full.png") left center no-repeat; }
.ws_stars_big, .ws_stars_big span { display: inline-block; min-width: 180px; height: 30px; line-height: 30px; /*background:url("../images/ui/starsbig_empty.png") left center no-repeat; */}
	.ws_stars_big .s1 { background:url("../images/ui/starsbig_full.png") -144px center no-repeat; }
	.ws_stars_big .s2 { background:url("../images/ui/starsbig_full.png") -108px center no-repeat; }
	.ws_stars_big .s3 { background:url("../images/ui/starsbig_full.png") -72px center no-repeat; }
	.ws_stars_big .s4 { background:url("../images/ui/starsbig_full.png") -36px center no-repeat; }
	.ws_stars_big .s5 { background:url("../images/ui/starsbig_full.png") left center no-repeat; }	
	
	.ws_stars_big a { display: block; float: left; border: none; margin: 0; padding:0; width: 36px; height: 30px; line-height: 30px; }
	
.ws_prod_model_list {
	max-height: 150px;
    overflow-y: scroll;
    border: 1px solid #D6D6D6;
    position: relative;
}
	.ws_prod_model_list li a {
		padding: 5px 5px;
		margin: 2px 0;
	}
	.ws_prod_model_list li a:hover {
		background-color: #D6D6D6;
	}
	.ws_prod_model_list li.active a {
		background-color: #5CB85C;
	}
/**** ****/
.ws_video { position: relative; min-height: 54px; display: inline-block;}
.ws_video .ws_video_play { position: absolute; z-index: 100; left: 50%; top: 50%; margin: -26px 0 0 -27px; }
.product_min_photo .ws_video .ws_video_play	{ width: 46px; }

.ws_media_block { float: left; margin-right: 30px; }
.ws_media_block .ws_media_element { margin-right: 10px; }
.ws_media_element { display: inline-block; *display: inline; position: relative; vertical-align: top; text-align: center; }
.ws_media_element.other { max-width: 180px; }
/**** ****/
.ws_compareprod_dialog .modal .modal-dialog { left: 3%; width: 94%; margin-left: 0px; }
.ws_compareprod_dialog .modal .modal-body { }

/**** ****/
.ws_manufacturer .media-body h1 { margin-top: -3px; }

/****  ****/
.ui-datepicker { background-color: white; padding: 10px; border-radius: 5px; box-shadow: 1px 2px 3px 3px rgba(0,0,0,.15); display: none; z-index: 3!important; }
.ui-datepicker-prev { float: left; cursor: pointer; }
.ui-datepicker-next { float: right; cursor: pointer; }
.ui-datepicker-title { float: left; margin: -2px 5px 0; }
.ui-datepicker-calendar tbody tr td { text-align: center; }
.ui-datepicker-calendar tbody tr td a { padding: 1px 3px; }
.ui-datepicker-current-day a { border: 1px solid #fed22f; background-color: #ffe45c }

/*** filter slider (edited) ***/
.ui-slider {
	border: 1px solid #aaaaaa; background: #ffffff url(../images/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222; font-size: 1.1em; text-align: left; position: relative;
}
.ui-slider-horizontal {height: .8em;margin: 28px 8px 0;}
.ui-slider-horizontal .ui-slider-range {top: 0;	height: 100%;}
.ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: .7em;display: block;border: 0;background-position: 0 0;}
.ui-slider .ui-widget-header {border: 1px solid #aaaaaa;background: #cccccc url(../images/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;font-weight: bold;}
.ui-slider .ui-state-default, .ui-slider .ui-widget-content .ui-slider .ui-state-default, .ui-slider .ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3;background: #e6e6e6 url(../images/ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
font-weight: normal;color: #555555;}
.ui-slider-horizontal .ui-slider-handle {top: -.3em;margin-left: -.6em;}
.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: 1.2em;height: 1.2em;cursor: default;outline: none; }
.ui-slider-tooltip { position: absolute;z-index: 1020;display: block;  padding: 5px;font-size: 10px;  visibility: visible;margin-top: -2px;bottom:120%;
    margin-left: -1em; outline: none;   }
.ui-slider-tooltip:hover {outline: none; }
.ui-slider-tooltip .ui-slider-tooltip-arrow {
    bottom: 0; left: 50%;margin-left: -5px;border-top: 5px solid #949494;border-right: 5px solid transparent;border-left: 5px solid transparent;
    position: absolute;width: 0;height: 0;}
.ui-slider-tooltip-inner {max-width: 200px;padding: 0px 5px;color: #ffffff;text-align: center;text-decoration: none;background-color: #949494;
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
 
/**** ****/
.image_list_item_attachment img { border: solid 1px #e7e7e7; padding: 3px; margin: 0 2px 1px; vertical-align: top; }
.file_list_item_attachment { margin: 5px 0 7px; background: url(../images/ui/icon-clip.png) left center no-repeat; padding-left: 20px; font-size: 12px; font-style: italic; color: #808080; }
.file_list_item_attachment a { color: #626262; }
.file_list_item_attachment span { margin: 0 10px 0 2px; }
.file_list_item_attachment.ds_ma { margin:10px 0;}
.ds_positive { color: #4aa66c; }
.ds_negative { color: #c32638; }

@media (min-width: 1200px) { /**main**/
	
}

@media (max-width: 1170px) { 
	.ws_botinfo { 
		margin: 0;
		left: 30px;
		right: 210px; /*zopim field*/
		max-width: 85%; width: auto;
	}
}

@media (max-width: 980px) { /**main**/
   	.ws_logo { width: 150px; }
	.ws_menu_header { width: 200px; }
	.ws_phone_header {  }
	.ws_login_header {  }
	
	.gallery { top: 25px; left: 0; bottom: 35px; right: 0; }
		.gallery_header { height: 36px; }
			.gallery_header h3 { font-size: 16px;}	
			.gallery_header .gallery_close { margin-top: 7px; }
		.gallery_body { top: 36px; }	
			.photo_gallery_list { display: none; }
			.photo_gallery_show { margin: 0 5px 0 5px; }
				.photo_gallery_btn span { opacity: 0.15; }
}
@media (min-width: 768px) and (max-width: 979px) { /**main**/ 
	
}

@media (max-width: 930px) { 
	.ws_category_sub_exts { width: auto; max-width: 100%; float: none; display: block; min-height: inherit;
		_height: auto; height: auto; }
	.ws_category_sub_exts .subcategory_prods { display: none; }
	
}

@media (max-width: 915px) { 
	
}
 
@media (max-width: 767px) { /**main**/
	.ws_botinfo { 
		margin: 0;
		left: 15px;
		right: 210px; /*zopim field*/
		max-width: 85%; width: auto;
	}
	.mp_manufcenter_block { margin-top: 15px; }
}

@media (max-width: 700px) { 
	
}
@media (max-width: 600px) { 
	
}

@media (max-width: 480px) { /**main**/ 

}

.tab-content.ws_adprod_tab {overflow: visible;}
.cat_child { white-space: nowrap; }
.cat_child a strong { white-space: normal; }
.cat_child .control { visibility: hidden; }
.cat_child:hover .control { visibility: visible; }
.catalog_prod .cat_child { white-space: normal; }

.ws_control_parent .control { visibility: hidden; }
.ws_control_parent:hover .control { visibility: visible; }

.ui-sortable .cat_child { display: inline-block; }

.ws_btn_small { margin: 6px 5px 0; }

/**** hacks ****/


/*******************/
/** newyear style **/
/*******************/
.ws_ny_happy { margin: 7px 0 5px; text-align: center; font-size: 16px; font-weight: bold;
				color: #DA4343; }

.ws_ny_garland { width: 100%; height: 21px; background: url('../images/ui/ny/garland.png'); }
.ws_ny_garland_bottom { position: absolute; left: -0px; width: 100%; height: 40px; top: -45px; background: url('../images/ui/ny/garland_bottom.png'); }
.ws_ny_garland_bottom_sep { position: relative; margin: 50px -20px 5px; }
@media (max-width: 767px) { /**main**/
	.ws_ny_garland { position: absolute; left: -0px; top: -0px; }
	.ws_ny_happy { margin-top: 21px; }
	.ws_ny_garland_header { margin-top: 21px; } 
}

.ws_ny_garland_header .ws_logo { margin: 0px; width: 285px; }

.ws_ny_mpplay { width: 69px; min-width: 69px; white-space: nowrap; position: relative; display: inline-block; }
.ws_ny_mpplay img { position: absolute; top: -50px; left: 5px; }

h1 .ws_ny_catico { margin-top: -15px; }
h2 .ws_ny_catico { margin-top: -10px; }

.ws_ny_happy_cont { text-align: center; font-size: 18px; font-weight: bold; color: #DA4343; }


/**************************/
/******* print syle *******/
/**************************/
@media print {
  a[href]:after, *[title]:after {
    content: none !important;
  }
  i {
  	display: none !important; /*image not visible by default*/
  }
}

/*******header catalog submenu bootstrap3*******/
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

[class^="icon-"], [class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url("../images/ui/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
margin-top: 1px;
}

/*** ad ***/
.ws_adsearch_block {
	padding: 5px 5px 10px;
}
@font-face {
  font-family: 'BanderaPro';
  src: url('/fonts/banderapro-webfont.eot');
  src: url('/fonts/banderapro-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/banderapro-webfont.woff2') format('woff2'), url('/fonts/banderapro-webfont.woff') format('woff'), url('/fonts/banderapro-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BanderaPro';
  src: url('/fonts/banderapro-bold-webfont.eot');
  src: url('/fonts/banderapro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/banderapro-bold-webfont.woff2') format('woff2'), url('/fonts/banderapro-bold-webfont.woff') format('woff'), url('/fonts/banderapro-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'BanderaPro';
  src: url('/fonts/banderapro-bolditalic-webfont.eot');
  src: url('/fonts/banderapro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/banderapro-bolditalic-webfont.woff2') format('woff2'), url('/fonts/banderapro-bolditalic-webfont.woff') format('woff'), url('/fonts/banderapro-bolditalic-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'BanderaPro';
  src: url('/fonts/banderapro-italic-webfont.eot');
  src: url('/fonts/banderapro-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/banderapro-italic-webfont.woff2') format('woff2'), url('/fonts/banderapro-italic-webfont.woff') format('woff'), url('/fonts/banderapro-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'BanderaPro';
  src: url('/fonts/banderapromedium-webfont.eot');
  src: url('/fonts/banderapromedium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/banderapromedium-webfont.woff2') format('woff2'), url('/fonts/banderapromedium-webfont.woff') format('woff'), url('/fonts/banderapromedium-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'BanderaPro';
  src: url('/fonts/banderapromedium-italic-webfont.eot');
  src: url('/fonts/banderapromedium-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/banderapromedium-italic-webfont.woff2') format('woff2'), url('/fonts/banderapromedium-italic-webfont.woff') format('woff'), url('/fonts/banderapromedium-italic-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'PFDin';
  src: url('../fonts/pfdintextpro-italic-webfont.eot');
  src: url('../fonts/pfdintextpro-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-italic-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-italic-webfont.woff') format('woff'), url('../fonts/pfdintextpro-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'PFDin';
  src: url('../fonts/pfdintextpro-meditalic-webfont.eot');
  src: url('../fonts/pfdintextpro-meditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-meditalic-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-meditalic-webfont.woff') format('woff'), url('../fonts/pfdintextpro-meditalic-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'PFDin';
  src: url('../fonts/pfdintextpro-medium-webfont.eot');
  src: url('../fonts/pfdintextpro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-medium-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-medium-webfont.woff') format('woff'), url('../fonts/pfdintextpro-medium-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'PFDin';
  src: url('../fonts/pfdintextpro-regular-webfont.eot');
  src: url('../fonts/pfdintextpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-regular-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-regular-webfont.woff') format('woff'), url('../fonts/pfdintextpro-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinCond';
  src: url('../fonts/pfdintextcondpro-italic-webfont.eot');
  src: url('../fonts/pfdintextcondpro-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextcondpro-italic-webfont.woff2') format('woff2'), url('../fonts/pfdintextcondpro-italic-webfont.woff') format('woff'), url('../fonts/pfdintextcondpro-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'PFDinCond';
  src: url('../fonts/pfdintextcondpro-medital-webfont.eot');
  src: url('../fonts/pfdintextcondpro-medital-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextcondpro-medital-webfont.woff2') format('woff2'), url('../fonts/pfdintextcondpro-medital-webfont.woff') format('woff'), url('../fonts/pfdintextcondpro-medital-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'PFDinCond';
  src: url('../fonts/pfdintextcondpro-medium-webfont.eot');
  src: url('../fonts/pfdintextcondpro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextcondpro-medium-webfont.woff2') format('woff2'), url('../fonts/pfdintextcondpro-medium-webfont.woff') format('woff'), url('../fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinCond';
  src: url('../fonts/pfdintextcondpro-regular-webfont.eot');
  src: url('../fonts/pfdintextcondpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextcondpro-regular-webfont.woff2') format('woff2'), url('../fonts/pfdintextcondpro-regular-webfont.woff') format('woff'), url('../fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.rouble {
  display: inline-block;
  position: relative;
  border: none!important;
}
.rouble:before {
  display: block;
  content: "-";
  position: absolute;
  top: 0.05em;
}
body {
  font-family: 'BanderaPro', Helvetica, Arial, sans-serif !important;
  padding-bottom: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
body {
  min-width: 970px;
  background: none;
}
a,
a:focus,
a:hover {
  outline: 0;
}

.tovar-page-2 a:hover {
	text-decoration: underline !important;
  font-weight: bold;
}

.ws_container {
  width: 970px;
  max-width: none !important;
}
@media (min-width: 1672px) {
  .ws_container {
    margin: 0 340px;
    width: auto;
  }
}
.ws_jwdefault_container {
	  padding-top: 25px;
  	padding-bottom: 10px;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox] + label {
  line-height: 20px;
  font-weight: normal;
  vertical-align: top;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox] + label:before {
  display: inline-block;
  vertical-align: top;
}
.custom-checkbox input[type=checkbox] + label:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAJUlEQVQ4y2PYunTvf2piBloayEAhHjVw1MBRA0cNHC4GDs4SGwBICNOOhXxLAwAAAABJRU5ErkJggg==);
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAK0lEQVQ4y2NwdnT8T03MQEsDGSjE9DOQVG+OGjhq4KiBg9PAwVvaDM4SGwAEI1LPN9mvowAAAABJRU5ErkJggg==);
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  letter-spacing: 5px;
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  line-height: 20px;
  font-weight: normal;
  vertical-align: top;
  cursor: pointer;
}
.custom-radio input[type=radio] + label:before {
  display: inline-block;
  vertical-align: top;
}
.custom-radio input[type=radio] + label:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAQAAAADHm0dAAAA7ElEQVQ4y52TsY3CQBBFf0QFBxIn4RKcQBEktrtxQj2mACdU4C5MeAS8AoAA/QtY8Powlnz62ehpdzTzRijKipKaM+ZMTckK+ZUOS2nwWxrSv2jOdQA05koeo3ko39mTMbeYk7HnHur5E025YMyRtRWHNUeMuZA+0CaAiz5oWSwC3FgiCV9v3kHLYhPaSMQOY6ph0LKoMGYnDhizHUG3GHMQYMzXCLrEmJMe4/gMWsww5jbp1Qm9TpjAhLk+t9V+2FbbbatzoB1woO07IIqeWd/MWJJRvcwqYl+LEV+Lf19BfFs/3DhRU5LEt/ULdlBK1hP/rAEAAAAASUVORK5CYII=);
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.custom-radio input[type=radio]:checked + label:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAABOElEQVQ4y72VPY7CMBCFXa0E9YIE0uYG0MAhaHCOwC1oaDZwlnAAGk6QWzh0UMABIAXKzkhj6cnrn10QFJ+szLw8JWPPWOnRQgX4IpbEjjgTraw7iXNetW37C5/ZmKjEJAXrxilTTdz+aGhhvQ6Zakd8J7bEnOixmFd53koe9do15V++gqAmJpF6K8nX8M7VlsIKKsewnzC09B3jyppmzi9P4aUOURCGaGQtJG41U6cUGQdXEChB3I2cgkrySmpdQm7FgT0EZmC6Tuz6N5jOIL7nwAUCn2BqEqY1mA4gflIoFIGlSZg2YPqB8We+9BD70lBNNwnTIlbTl+z+S86p21Hmnx1lfB3l630WTnyz0iK9b2K9z+SRKTWUYzOQ59IzpfLQPM0fnKf52yd/6I46yu6f4I7KQnfUD6UexSUYSQMxAAAAAElFTkSuQmCC);
}
.custom-radio input[type=radio]:checked + label:before {
  letter-spacing: 5px;
}

.ws_client_code {
    border-color: #543963;
}

.ws_header-one {
  background-color: #362440;
  height: 57px;
}
.ws_header-one .ws_search {
  width: 355px;
  height: 36px;
  margin-top: 10.5px;
}
.ws_header-one .ws_search .form-control {
  border: none;
  border-radius: 0;
  height: 36px;
  color: #362440;
  font-weight: 600;
  font-style: italic;
}
.ws_header-one .ws_search .form-control:-moz-placeholder,
.ws_header-one .ws_search .form-control::-moz-placeholder,
.ws_header-one .ws_search .form-control:-ms-input-placeholder,
.ws_header-one .ws_search .form-control::-webkit-input-placeholder {
  color: #91799c;
}
.ws_header-one .ws_search .btn-default {
  font-size: 20px;
  color: #4e2d5f;
  background-color: #f7db71;
  border: none;
  border-radius: 0;
  width: 36px;
  height: 36px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.11);
  padding: 7px 0;
  text-align: center;
  margin: 0;
}
.ws_header-one .ws_search .btn-default:hover {
  border: none;
  background-color: #d3a936;
}
.ws_header-one .ws_search .input-group-btn {
	width: 1%;
}
.ws_header-one .ws_search #fast_search_result {
	right: auto;
  	left: 0;
  	margin: 0px;
  	border-radius: 0px;
  	border: none;
  	border-top: 1px solid #ccc;
  	max-width: 100%;
  	width: 100%;
  	z-index: 1001;
}
.ws_header-one .ws_search #fast_search_result > li > a {
	white-space: normal;
}
.ws_header-one .ws_search #fast_search_result > li > a > img {
	float: left;
	margin: 0 5px 0 0;
}
.ws_header-one .ws_search:hover #fast_search_result {
	display: block;
}
.ws_header-one .ws_menu {
  font-size: 15px;
  font-weight: 600;
}
.ws_header-one .ws_menu.nav > li {
  position: relative;
}
.ws_header-one .ws_menu.nav > li > a {
  border-radius: 0;
  line-height: 15px;
  padding: 21px 15px;
  color: #eeece6;
  background-color: transparent;
}
.ws_header-one .ws_menu.nav > li > a:hover {
  background-color: transparent;
  color: #fde172;
}
.ws_header-one .ws_menu.nav > li > a:after {
  display: block;
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJUlEQVQYV2O4vNLME4ifQbEnA5TxH4qfoQs8Bwl4gRhA/ATEBgBCdidz+3MjbQAAAABJRU5ErkJggg==);
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -3px;
}
.ws_header-one .ws_menu.nav > li:first-child > a {
  padding-left: 0;
}
.ws_header-one .ws_menu.nav > li:first-child > a:after {
  display: none;
  content: none;
}
.ws_header-one .ws_menu.nav > li.ws_more > a {
  color: #fde172;
}
.ws_header-one .ws_menu.nav > li.ws_more > a span {
  border-bottom: 1px dotted #fde172;
}
.ws_header-one .ws_menu.nav > li.ws_more:hover > a span {
  border: none;
}
.ws_header-one .ws_menu.nav > li.ws_more:hover > ul {
  display: block;
  z-index: 100;
}
.ws_header-one .ws_menu.nav > li > ul {
  display: none;
  border-radius: 6px;
  background-color: #eeeeee;
  list-style: none;
  position: absolute;
  left: 0;
  font-size: 13px;
  top: 100%;
  margin: -2px 4px 4px;
  padding: 8px 0;
  width: 255px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
}
.ws_header-one .ws_menu.nav > li > ul:after {
  bottom: 100%;
  left: 20px;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #eeeeee;
}
.ws_header-one .ws_menu.nav > li > ul > li > a {
  color: #91799c;
  padding: 4px 18px;
  border-radius: 0;
}
.ws_header-one .ws_menu.nav > li > ul > li > a:hover {
  color: #74458c;
  text-decoration: underline;
}
.ws_advantages {
  padding-left: 10px;
}
.ws_advantages .carousel-inner {
  height: 144px;
}
.ws_advantages .item {
  padding: 0 20px 0 30px;
}
.ws_advantages .ws_adv {
  display: table-row;
}
.ws_advantages .ws_adv .ws_adv-icon,
.ws_advantages .ws_adv .ws_adv-desc {
  display: table-cell;
  vertical-align: middle;
  height: 144px;
}
.ws_advantages .ws_adv .ws_adv-desc {
  padding-left: 10px;
  font-family: 'PFDinCond';
  font-size: 15px;
  font-style: italic;
  color: #1c1c1c;
}
.ws_advantages .ws_adv .ws_adv-desc span {
  color: #91799c;
}
.ws_advantages .ws_adv .ws_adv-desc span.gray {
  color: #999999;
  font-size: 14px;
}
.ws_advantages .carousel-control {
  display: block;
  top: 50%;
  bottom: auto;
  left: 5px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: none;
  opacity: 1;
}
.ws_advantages .carousel-control.right {
  left: auto;
  right: 0;
}
.ws_advantages .carousel-control .glyphicon-chevron-left,
.ws_advantages .carousel-control .glyphicon-chevron-right {
  color: #4e2d5f;
  border: 2px solid #4e2d5f;
  font-size: 13px;
  width: 20px;
  height: 20px;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  display: block;
  text-shadow: none;
  line-height: 16px;
}
.ws_advantages .carousel-control .glyphicon-chevron-left:hover,
.ws_advantages .carousel-control .glyphicon-chevron-right:hover {
  color: #74458c;
  border-color: #74458c;
}
.ws_adv {
  display: table-row;
}
.ws_adv .ws_adv-icon,
.ws_adv .ws_adv-desc {
  display: table-cell;
  vertical-align: middle;
  height: 144px;
}
.ws_adv .ws_adv-desc {
  padding-left: 10px;
  font-family: 'PFDinCond';
  font-size: 15px;
  font-style: italic;
  color: #1c1c1c;
}
.ws_adv .ws_adv-desc span {
  color: #91799c;
}
.ws_adv .ws_adv-desc span.gray {
  color: #999999;
  font-size: 14px;
}
.ws_header-two {
  background-color: #ffffff;
  height: 144px;
}
.ws_header-two .ws_left {
  background: url('../images/header-two-left.jpg') no-repeat left center;
  height: 144px;
}
.ws_header-two .ws_right {
  background: url('../images/header-two-right.jpg') no-repeat right center;
  height: 144px;
}
.ws_header-two .ws_table-row {
  display: table-row;
}
.ws_header-two .ws_left-container {
  margin-right: 210px;
  height: 144px;
}
.ws_header-two .ws_logo,
.ws_header-two .ws_phone_one,
.ws_header-two .ws_phone_two,
.ws_header-two .ws_advantages {
  float: left;
  height: 144px;
}
.ws_header-two .ws_logo {
  width: 270px;
  vertical-align: middle;
  margin: 0;
}
.ws_header-two .ws_logo .ws_inner-logo {
  display: table-cell;
  height: 144px;
  vertical-align: middle;
}
.ws_header-two .ws_phone_one {
  width: 210px;
}
.ws_header-two .ws_phone_two {
  width: 240px;
}
.ws_header-two .ws_advantages {
  display: none;
}
@media (min-width: 1800px) {
  .ws_header-two .ws_advantages {
    display: block;
  }
}
.ws_header-two .ws_number {
  font-family: 'PFDinCond';
  text-align: right;
  font-size: 27px;
  margin-top: 20px;
  color: #886e95;
}
.ws_header-two .ws_number span {
  color: #362440;
  font-weight: 600;
}
.ws_header-two .ws_number-desc {
  font-size: 13px;
  line-height: 1;
  color: #a8a7a7;
  text-align: right;
  font-style: italic;
}
.ws_header-two hr {
  margin-top: 12px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.ws_header-two .ws_desc {
  font-size: 13px;
  color: #717171;
  font-weight: 600;
}
.ws_header-two .ws_desc span {
  color: #362440;
}
.ws_header-two .ws_more,
.ws_header-two .ws_callback {
  display: inline-block;
  font-family: 'PFDinCond';
  font-weight: normal;
  min-height: 21px;
  line-height: 21px;
  font-size: 20px;
  text-transform: uppercase;
}
.ws_header-two .ws_more {
  color: #886e95;
  border-bottom: 2px dotted #886e95;
}
.ws_header-two .ws_more:hover {
  border: none;
  text-decoration: none;
}
.ws_header-two .ws_callback {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAABVUlEQVQ4y6XVPyhFYRjH8cMki9xCBkZhk8Jos8hAlEQGVxiw2ygRdSfdO8vAJouNhSJ1LZRFXROr/0zH96nn1tvrnvO+59zh073nve/76z7nvO9zgq3lvUDt4BHzxphTGIb/lH/M4RXr+EwSHBW6hjf068SpJMFRoQ+YsyZ7B0eFhmipsECCv9GRJvQdfRUWTOIHXWlCj3FgTR7W8pfSlj+kZfYak49UVVtqHxeo1esJ3RHT1YR2ooRVY8GiT3BcqJjR29CTJNgVKgp4QrNvsE9oI05xjXpHsByYony6QgP9l1c4iwnO6pYrlE+eK1R04wbnaDDGF/CrZu0j7QoVrbjELdqNcfneZt5TO9i1uZtwghcMxj0oI3jUtxnv4gubqIsIldb5gZUgQZcfw52+HcZRY5Q/oE0+51O+LYNtPONe3xiH2s3yPg8qjvTYDe1ueYyYW+oPeFBqcHglEzMAAAAASUVORK5CYII=) no-repeat 5px 0;
  padding: 0 0 0 30px;
  color: #2090a0;
}
.ws_header-two .ws_prof-cart {
  width: 192px;
  margin-top: 24px;
}
.ws_header-two .ws_prof-cart .ws_prof,
.ws_header-two .ws_prof-cart .ws_prof_u,
.ws_header-two .ws_prof-cart .ws_cart {
  float: right;
}
.ws_header-two .ws_prof-cart .ws_prof > a,
.ws_header-two .ws_prof-cart .ws_prof_u > a,
.ws_header-two .ws_prof-cart .ws_cart > a {
  font-family: 'PFDinCond';
  display: block;
  width: 96px;
  height: 96px;
  text-align: center;
  color: #faf9fa;
  text-transform: uppercase;
  line-height: 155px;
  background-position: center 16px;
  background-repeat: no-repeat;
}
.ws_header-two .ws_prof-cart .ws_prof > a:hover,
.ws_header-two .ws_prof-cart .ws_cart > a:hover {
  text-decoration: none;
}
.ws_header-two .ws_prof-cart .ws_prof > a {
  background-image: url(data:image/png;base64,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);
  background-color: #4e2d5f;
}
.ws_header-two .ws_prof-cart .ws_prof > a:hover {
  background-color: #74458c;
}
.ws_header-two .ws_prof-cart .ws_cart > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAtCAYAAADYxvnjAAAEB0lEQVRYw+2Za0gUURiGNRWi6J6hoWvZhSTQluhm3krxUpapFRuV61a6St7JzH5UWBYURQSlZEL2I6gfpSVW1JakQllpZa1WWq6W2IW8m3nB3m85E8Oy2uy2U0Y78LAz5zvnzOOZne+cs1oMaFIsjGAeSAVnwWVwEsiAI0gH5aAHDIJP4CbYBqx1+xJ8GCgoAVeYgDG8AovFFl0CPnM3/V6X9KixPDrnhSoyq+t1goYr769PaawpVhw7ssdTKQuZt+NQ6vL0x0VbLve+Te5kdbqBj1iiMzhJiNScylipQNM1xIEU9zSUDVCs+p5C5WA/LpyL8fH1kEQ0V8RWsz5a8Gkvhuh1NorV0vnTfopYW4/y7KhJUFOs4WF0qZWV5VoW8wOzwSQwFkwBLq4ututb1XGNVB+feaYWdWOPbCAuUqpkIitIAmXubIS6acRYTAqs9PWFY3TOUf9EatP3Lrkv91iArSlFD1HHTU9iipmID7BhsUyKaR5EqVhs0a/6o7Z4Ck3UrvB8aKIpRa9Rp/nnQs6gejAYpxu7cSEsB+WraMSEfJUgepXa3b64PhdtrE0lqn2jT+zz2a9nxN5SLPuIXyZiCw3IIFrRu5c25qGdnalEW6nTDcFzo1DdSSdWT7HM3R57EXM2QDSf9yRmmVQ0NHDOdlS3HUbUzkjROYaITgfeLBHrok3UF04GHX3/SBmgE2vmblh5c+vaIdrro5TaPb0VUViUF7ZpmHoOfFE56P+NaVFsdnGi3LTYjnzYxoNbVPQi0Xf21CV1Iffp1mkbLjYcmFI7qB19DlGnnd2/gxPVmmPGkfGnPHqcVK7GtKhvShQbzGIyzk37wnEXFEBBEAgkkOOyeaKrufI/BU3VPNEgXVEb3puZxBNdYOS61ULATDXUSz6RJ7rmd0Rp2acCb8BpMN4AwZ3gGagASjFFJSxtdYEq1keBQMltrD6tot6zc7lYoskUq7ojD0FsWW3p9jt0XV64eaoA0RLwwWuJg8v8uVMC8eZ/xdxfJpZoCsUOp3mk0WIEojfo2s/TyVeAaBlSUpP9tLHhzpIJwd9qE79+eKx8jn4cxRCdQWtQ5NBvGBH6rg1+rIy9z1KLzS9EY6g+RrGZm4KxMjtOT0aUl6kgd91GbC3USPR0s1zvpY4eAkUtS67ITrWp4xtw/hJ/aBLa+IsmimMMW4NS7vVikosFpiQnVt+XbVvoXCJWeqL+JoPl7IZuAkaT39aZbWloxzBTzDz6zyR8s6hZ1CxqFjWLmkXNombR/1h0p3xBvOZB1Gz2jwUig8rrynaUxSukq3jlfwpXXdH2EfwD2WD3m8QWTjQSO8G2kSiJDeSXrMN+B9lWRXsE/Y0fwgzAnxOlPXXACJUkL7sfVCX9RnA2lR0AAAAASUVORK5CYII=);
  background-color: #35b2c4;
}
.ws_header-two .ws_prof-cart .ws_cart > a:hover {
  background-color: #5bcdde;
}

.ws_header-two .ws_prof-cart .ws_prof_u {
	background-color: #4e2d5f;
	display: block;
  	width: 96px;
 	height: 96px;
  	text-align: center;
  	color: #faf9fa;
  	position: relative;
}
.ws_header-two .ws_prof-cart .ws_prof_u:hover {
  background-color: #74458c;
}
.ws_header-two .ws_prof-cart .ws_prof_u > a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNWU0OTc4Yy02YmUzLTYxNGQtOWEzMi1hOWZlMGI0YjhlNDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RURFQ0U1NjMwRUFDMTFFNUIzODNEMTA4MkQ5NUVGNzkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RURFQ0U1NjIwRUFDMTFFNUIzODNEMTA4MkQ5NUVGNzkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzRjMTE2NWMtNzRhNC0xMTRiLTk5Y2UtMTEzODI4NjliNjU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmU1ZTQ5NzhjLTZiZTMtNjE0ZC05YTMyLWE5ZmUwYjRiOGU0NiIv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');
}
.ws_header-two .ws_prof-cart .ws_prof_u:hover > a {
	display: none;
}
.ws_header-two .ws_prof-cart .ws_prof_u > ul {
	display: none;
	background-color: #74458c;
  	position: absolute;
  	width: 96px;
  	padding: 3px 0;
}
.ws_header-two .ws_prof-cart .ws_prof_u:hover > ul {
	display: block;
}
.ws_header-two .ws_prof-cart .ws_prof_u > ul > li > a {
	display: block;
  	padding: 2px 5px;
  	color: #FDE172;
  	text-align: left;
  	font-size: 12px;
}

@media (min-width: 1672px) {
  .ws_header-two .ws_logo,
  .ws_header-two .ws_phone_one,
  .ws_header-two .ws_phone_two,
  .ws_header-two .ws_advantages {
    width: 33.33333333%;
  }
}
@media (min-width: 1800px) {
  .ws_header-two .ws_logo,
  .ws_header-two .ws_phone_one,
  .ws_header-two .ws_phone_two,
  .ws_header-two .ws_advantages {
    width: 25%;
  }
}
.ws_header-three {
  background: #4e2d5f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiM0ZTJkNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM1ODM5NjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4e2d5f 20%, #583968 90%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #4e2d5f), color-stop(90%, #583968));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4e2d5f 20%, #583968 90%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4e2d5f 20%, #583968 90%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4e2d5f 20%, #583968 90%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4e2d5f 20%, #583968 90%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e2d5f', endColorstr='#583968', GradientType=0);
  /* IE6-8 */
  height: 141px;
}
.ws_header-three .nav-pills {
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}
.ws_header-three .nav-pills > li {
  width: 10%;
  position: static;
  vertical-align: top;
  display: table-cell;
  float: none;
  text-align: center;
  white-space: normal;
}
.ws_header-three .nav-pills > li > a {
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  padding: 0 7px;
  height: 141px;
  border-radius: 0;
  letter-spacing: 3px;
}
.ws_header-three .nav-pills > li:hover > a {
  color: #fde172;
  background: #412750;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiM0MTI3NTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzUyMDQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #412750 85%, #352042 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #412750), color-stop(100%, #352042));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #412750 85%, #352042 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #412750 85%, #352042 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #412750 85%, #352042 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #412750 85%, #352042 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#412750', endColorstr='#352042', GradientType=0);
  /* IE6-8 */
  height: 141px;
}
.ws_header-three .nav-pills > li.ws_more > a {
  color: #fde172;
}
.ws_header-three .nav-pills > li.ws_more > a span {
  border-bottom: 1px dotted #fde172;
}
.ws_header-three .nav-pills > li.ws_more > a span.cat-icon {
  border-bottom: none;
}
.ws_header-three .nav-pills > li.ws_more > a:hover span {
  border-bottom: none;
}
.ws_header-three .nav-pills > li > ul {
  text-align: left;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #412750;
  padding: 0 16px;
  margin: 0;
  list-style: none;
  z-index: 30;
}
.ws_header-three .nav-pills > li > ul > li {
  background-color: #412750;
  display: table-cell;
  width: 1%;
  padding: 30px 0;
  margin: 0;
  vertical-align: top;
}
.ws_header-three .nav-pills > li > ul > li > ul {
  padding: 0 19px;
  margin: 0;
  list-style: none;
  display: block;
}
.ws_header-three .nav-pills > li > ul > li > ul > li {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #533b61;
}
.ws_header-three .nav-pills > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.ws_header-three .nav-pills > li > ul > li > ul > li > a {
  color: #ffffff;
}
.ws_header-three .nav-pills > li > ul > li > ul > li > a:hover {
  color: #f7db71;
}
.ws_header-three .nav-pills > li > ul > li > ul > li.ws_has-pic {
  padding: 7px 0;
  border-bottom: none;
  text-transform: uppercase;
  font-family: 'PFDinCond';
  font-size: 17px;
}
.ws_header-three .nav-pills > li > ul > li > ul > li.ws_has-pic img {
  margin-right: 25px;
}
.ws_header-three .nav-pills > li > ul > li > ul > li.ws_has-pic > a {
  color: #e7d8ef;
}
.ws_header-three .nav-pills > li > ul > li > ul > li.ws_has-pic > a:hover {
  color: #f7db71;
}
.ws_header-three .nav-pills.ws_not-jsmenu > li > ul {
  top: 70%;
  display: table-row;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.ws_header-three .nav-pills.ws_not-jsmenu > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.ws_header-three .cat-icon {
  height: 86px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.ws_header-three .cat-icon.i12 {
  background-image: url(data:image/png;base64,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);
}
.ws_header-three .cat-icon.i13 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAArCAYAAAA65tviAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNFMkI0MjI0MTY5NjExRTVCRjA0QTJDRjcxOTlCRTBEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNFMkI0MjI1MTY5NjExRTVCRjA0QTJDRjcxOTlCRTBEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0UyQjQyMjIxNjk2MTFFNUJGMDRBMkNGNzE5OUJFMEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0UyQjQyMjMxNjk2MTFFNUJGMDRBMkNGNzE5OUJFMEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7OvKOUAAAQYElEQVR42txa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');
}
.ws_header-three .cat-icon.i14 {
  background-image: url(data:image/png;base64,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);
}
.ws_header-three .cat-icon.i15 {
  background-image: url(data:image/png;base64,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);
}
.ws_header-three .cat-icon.i18 {
  min-width: 50px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAyCAMAAADC1sOAAAAA6lBMVEUAAAD94XL///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD94XL94XL94XL94XLTvF/94XLTvF/94XLNt126pVS8p1TdxWSfjUihj0ijkUmhj0iikEm6pVS7plSxnVCynlD94XL94XL94XL94XLu1Gvu1GvZwWLZwWLTvF/TvF/Wv2H94XL33G/12m7y12394XLv1Wzv1Wzz2G702W7z2G794XL94XL63nH63nH63nH94XL84HL94XL733H84HL84HL94XL84HL94XJPL2BTM2BUNGCZemiZe2iafGibfGj94XK00clMAAAARnRSTlMAAAAZHiwtLj5BR0hJSlRVVldmZmdoa3R0d4aGhoeIi42SlJeYnJ2mp7Cxtba51Nnb3t/g4ujp6vT29/j5+fr6+/v8/f7+f3BN/wAAAn9JREFUSMe9Vll72jAQtCzcKBA1ptC70HI0PSBuE6AFAiEE3NJj///fqbVayTLx8dZ90Sc8gzyzaAfPz6swWkehn19eHvIxqApp7x2VRTPGNPJiOIe/h98wH77XzBJGhEhVhx8HXNU+KmFsELl7eQ1/fv6CWX+H+y3PY+ALtxaInMjn+P1dOcH9qtfOyEGCFhADIWV3up0my2twPg8zDBIwaGrkWe1Uqjp9pvajIznIWNML1+qIFIzjyplQyxaf3vLsGVoAFWeMizOhFrWd0FPuMM6NgICQttT+CT0VDqMVwz0KYA9KYZrTe4h7smEYYbRZwCcSkMvwhBzBanul7SJn20ZALoPLV6nD5OyX5JVEDkEzPH6VOkzO3smA5RZZuk4dts7yUkaUOmydFaWM89Rh37+AvXK2UcpIHN7DpVQO+/4Q+gXOugxP9GEs8YxwDrNOvrMZRnsGy47SodvxRhQQLEPjXqAJ2A7GKhga99UafcerGAbnGF15hmlIRTssI22I37yB78XtSL1qfoMbhUv68Rn7UXWG571T/VBn+B9hP+lU6gijnep5osPcjwqvNKpT5/Z+RBUMjZoE6f24rXgrasfJf7sfyWxZwajifgxghfMJ74cvZC+GZLYUMpL5BPFbPZ+QYWdLASMzn/RMNLOlgEE/dFlP5tPxbM9nbGg+1R7MdhhhGDlwjK4BFM52yqiQkCZ76fPsbPcxnHorkkN5Ttm7aFF0NTJZ64SRylqFvH5qsjaQxlmH4YSRm+fZ6MrmeRpGl+MlIpfjDySgXsPoOv4HYOWYVO5S1iY5kf+fIZVj89yU8IpLp/JJoFO6HjxyBRRQ9Atzg3QFlFcx8h8XRMeHnNOvnwAAAABJRU5ErkJggg==);
}
.ws_header-three .cat-icon.i19 {
  background-image: url(data:image/png;base64,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);
}
.ws_header-three .cat-icon.i223 {
  background-image: url(data:image/png;base64,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);
}
.ws_header-three .cat-icon.i21 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAlCAYAAAATO/pmAAADmElEQVRo3mP4+7CIAQnXA/F/CnE9mpmEMCuJ6lHw////icLU9iQpnuUD4olQ9RPJ8CQuu5UZsAEsniyD0p+BWIYIC8WB+D0Q/wPiIhI824DmwEYqebQHl0eRPekCMuTNpaxtIP6dI8mHgUq88OFbh5L2gdRe35+4B8TvrbWvItKz2BxJskeR/IFsDjc2j6J4EghUPR0VY/88KPpNbFL9fb/wp42pdCTM82ieJeRQFiS2FhkeBduJ7J69K0LnAsW4cHm0MjNO3wqk6ez22A2k5ssfdwsmAfW6ykrxBpzbEVuI5BBVAg5VRXO0KqUeBeG0aD07XB79D4rFj9dyn8D4JzdHd0INMsRhmRgQT4epByb5O7/uFX5GNhOP4+HyWBxNsUePbYhcBhRnxvDovWMpR9GSayJQmgOIPQnl01Nbolcj6fsFxOuJcDxNPQrCRzdEZmJ4FKTYxVY+BjlvAYEmIU+i64sL0bLG4RC6eBSZ/eR0+nkgnx3Do2ga7JE8o4DPUiBgQzPHeiA9isZXI+RRmCdlqGTxQHkUxJcgx4FD0aNmA+3RL3TyqNdAe/T9cPbof2riUY8OIo9ieHxYJl1sLRpiGifEemw06Y56lMYNBiLbxUO+Hv2Po9k5LPLoqEdHXNKluUeNdMTCYHzQ2A8JlorD9HFxsvgMao9e3Zew89e9wh8w/svzmddIsPQ8TN+n67kvdi8LmTOQHv3zoOgvlH8fw6PQwTHQIPQRIP4E8yyQZiRg4Rao/u9A/BFPPUf3MSPQYDyGR89si1kb6a+RDDLk1YUsM2Dsfieh4gaN1BtNbXEW3Dg3YNK7K9kPBoFHm6DDYqgeBQ06QwV11ZQEA77fyf9Agkc3Q8eObNAHsAfQo5JII5iOKFMSMM+e2BS1HDqKdhqq0BKHZUpADMrXf7uq7WJAavvqHCph5h1eF7FkIDy6frb/RLR6VwljkunI+shSaH77vW9lmClQkTu+ihuU5EH6np3NuDix0bEcZs6jk2l9QHlbIpqA/6ntUV5uNl8kN6ohz6YxgEKf2tOGQCCCx/G1uAoOSmbTDq4JX4gWGewoHgVNG1DDs8CCqB3dk3jmU7LfX815sHVh4DSoHko9OkFVUTAYyV5ZBhxAFUmRFBB7QDM0DwNhABvVN0f3JAF92LIEKQBdD7I5jPg0qpLSuCaAVYlwqApGwUGeR9GxCjGaVenkSRiQB2I7KM1ABY9qocykAQEAmOC5ilh9Az0AAAAASUVORK5CYII=);
}
.ws_header-three .cat-icon.i231 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAxCAYAAAC78KvKAAADhElEQVRYw+2YC0gUURSGt1ZMxR4QJUnWKj3ArAilMrPWEh9rlqRQK73WWsVnq0GRoKYRSRumlGSpPQwrKLGSygehPXB1LSPJB5qpaWRUZAUhWm3nyL3LZXFnR3EnpB340XPu+fd8M3Nn5s6Ifvck1YL6QQ4gEWgnaAiURGIbUDuRDcnppdPpeAlqrUD7QDWgXJrHAR2RlPxoNonvkFjC1EgMAfhsUOcCesH8jo4dNCsA1CwEvWebjwqQd9I3FsLNg52qsxh/b40vhzjwxOH13rRmd6jrDshtBE3lAwDjYpCW+AdBOQzAWtAyPUDmUe8jkJANtMTlYfzpVcwjjKP3rAymNaGyJQrMgWx5AiiZvZb3NUT5MwCyEZkLAMbwKL0h3jL0nEmTJgoJ4EN9cFpXQ8oLewgJQM93M4RO6BMa4DXxZUIoRV+h2j9KEADIzwT9QU9bjUJOm8H/QUIBeFHPoUgPX+LZQO41ggBEEM83bEw8SzkBSvO35agOuMf9aEu4jfHX5jgtxrfyghPGAZCO9b+6k57rG4lEczkB+GgMAAVY/7PjYAUDYCskAD5HdJ+bYopJvR/JGwe4mbtFjQ2yUqWe5ddC3eIVq2QYF6j9YscBUI31XRrleVLvxQXQh4nWakUVc7j0elYqL8bx4a7EYSfH6SE8AV6ip6lqbxap9+ACSKfJhvu7SsTiKUF0sOxySC4dA8BKg/PJBdCFnrp74WpSv5wLwBr0kA7AeStydLC3g6shmeZg7xvhenYeA8AX9FVdD8uglyAXwAhErzaylplw7OqlHu9sULyYmAJAYhMAA+gtubg1lXhcTAGIFklmuXY83f/YYObXkeYLmL1fYWpFRAGKsgNTiEdiEgBXOTPsrdf01CnryYqoBf7aEXoZM5uteADgolZ3JSsgjfjmmwSgEO1PIm5gQbdGqSENafN1hs05AEaaXDrtf4x45/ECQMGEy2EAOJuPAcCBNwBdFfc3Rtcwh108WnNTAHATyxg3AH0agtyNNTcFkH/K77gF4P8GaKlWVFQWh114Vx+ZArEKdE5QAC6ZGwDXld3wQPuIGnqb2Isx+QxgfgBm0z8/QM4Prm6X/ysAGdebkTkB3EA+VMZeTs0JYDg3pBYAC4AFwAIwKQBk+GlVczc82QwA+EH8w2CnSss8I4xurhRANPHb7EkBMAe0ib5WTfA2DT+Mgzz/AmgdUNOf+7HfAAAAAElFTkSuQmCC);
}
.ws_header-three .cat-icon.i208 {
  background-image: url(data:image/png;base64,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);
}
.ws_header-three .cat-icon.iEsche {
  min-width: 51px;
  background-image: url(data:image/png;base64,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);
}
.ws_index-carousel {
  width: 100%;
}
.ws_index-carousel .carousel-control {
  bottom: auto;
  top: 174px;
  z-index: 2;
  width: 57px;
  filter: alpha(opacity=100);
  opacity: 1;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  background-image: none;
  background: none;
}
.ws_index-carousel .carousel-control.left {
  left: 4px;
}
.ws_index-carousel .carousel-control.right {
  right: 4px;
}
.ws_index-carousel .carousel-control .glyphicon-menu-left,
.ws_index-carousel .carousel-control .glyphicon-menu-right {
  width: 57px;
  margin: 0;
  left: 0;
  height: 57px;
  line-height: 57px;
  font-size: 25px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
.ws_index-carousel .carousel-control .glyphicon-menu-left:hover,
.ws_index-carousel .carousel-control .glyphicon-menu-right:hover {
  color: #fde172;
  background-color: #4e2d5f;
}
.ws_index-carousel .carousel-control .glyphicon-menu-right {
  margin: 0;
  left: auto;
  right: 0;
}
.ws_index-carousel .carousel-inner .item {
  height: 430px;
  background-repeat: repeat-x;
  background-position: center;
}
.ws_index-carousel .carousel-inner .item .ws_container {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
.ws_index-carousel .carousel-inner .item .ws_container h3 {
  position: relative;
  font-size: 36px;
  display: inline-block;
  border-top: 2px solid #fde172;
  border-bottom: 2px solid #fde172;
  padding: 15px 0;
  margin: 0;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 6px;
}
.ws_index-carousel .carousel-inner .item .ws_container h3:after,
.ws_index-carousel .carousel-inner .item .ws_container h3:before {
  position: absolute;
  font-size: 22px;
  line-height: 36px;
}
.ws_index-carousel .carousel-inner .item .ws_container h3:before {
  left: -30px;
  content: open-quote;
}
.ws_index-carousel .carousel-inner .item .ws_container h3:after {
  content: close-quote;
  right: -30px;
}
.ws_index-carousel .carousel-inner .item .ws_container p.action {
  line-height: 1;
  margin-bottom: 0px;
  font-style: normal;
  font-size: 18px;
}
.ws_index-carousel .carousel-inner .item .ws_container p.action span {
  color: #f7db71;
  font-size: 36px;
  font-weight: bold;
}
.ws_index-carousel .carousel-inner .item .ws_container p.action span span {
  font-size: 48px;
}
.ws_index-carousel .carousel-inner .item .ws_container .btn.ws_btn-view {
  font-size: 18px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  border: 3px solid #fde172;
  border-radius: 0;
  padding: 6px 35px;
  color: #fff;
  letter-spacing: 3px;
}
.ws_index-carousel .carousel-inner .item .ws_container .btn.ws_btn-view:hover {
  border-color: #d3a936;
}
.ws_index-carousel .carousel-inner .item .ws_collection-one p,
.ws_index-carousel .carousel-inner .item .ws_collection-two p {
  margin-top: 120px;
  margin-bottom: 15px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-one h3,
.ws_index-carousel .carousel-inner .item .ws_collection-two h3 {
  margin-bottom: 28px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-three h3 {
  margin-top: 140px;
  margin-bottom: 20px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-three p {
  margin-bottom: 30px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-four h3 {
  margin-top: 53px;
  margin-bottom: 20px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-four p {
  margin-bottom: 20px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-four .btn {
  margin-top: 30px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-five {
  padding-left: 50%;
}
.ws_index-carousel .carousel-inner .item .ws_collection-five h3 {
  margin-top: 84px;
  margin-bottom: 20px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-five p.action {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-five p.action:after,
.ws_index-carousel .carousel-inner .item .ws_collection-five p.action:before {
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAQAAADI+WwIAAAAZ0lEQVQYGQXBMQ3CUABAwdelE6ow0alUBS4gJCwIYMAAZrqTqvjJcZckmTxMkpQkWXGRpCQ5+eHnJClnV287YPd2dc5iAACGJVkNAAyrktwAcJeSPAHwlJJ8cXg58JWSfGxmmW0+0h9soZ+AvYYVUAAAAABJRU5ErkJggg==);
  width: 11px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-five p.action:before {
  left: -29px;
}
.ws_index-carousel .carousel-inner .item .ws_collection-five p.action:after {
  right: -29px;
}
.ws_index-carousel .ws_container {
  position: relative;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  padding: 0 65px;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme {
  height: 171px;
}
.owl-theme .ws_adv .ws_adv-icon,
.owl-theme .ws_adv .ws_adv-desc {
  height: 171px;
}
.owl-theme .ws_adv .ws_adv-icon {
  padding-left: 2px;
}
.owl-theme .ws_adv .ws_adv-desc {
  padding-right: 20px;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-image: url('../images/owl-control.png');
  background-position: 0 0;
  overflow: hidden;
  text-indent: -999px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background-position: 0px 40px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  background-position: -40px 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-position: -40px 40px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.ws_props-bg {
  background-image: url('../images/props-bg.png');
  background-position: center top;
  background-repeat: repeat-x;
}
.ws_props-bg.ws_container {
  background-color: transparent;
}
.ws_banners {
  position: relative;
  min-height: auto;
}
.ws_banners .banner-left,
.ws_banners .banner-right {
  position: absolute;
}
.ws_banners .banner-right {
  right: 0;
}
.ws_banners .ws_container {
  position: relative;
  background-color: #fff;
}
.ws_choice {
  background-color: #fff;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.ws_choice .nav {
  width: 235px;
  height: 235px;
  float: left;
  font-family: 'PFDinCond';
  font-weight: normal;
  font-size: 22px;
  padding-top: 35px;
  background: #208fa0;
  background: -moz-linear-gradient(-45deg, #208fa0 0%, #208fa0 85%, #1e8494 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #208fa0), color-stop(85%, #208fa0), color-stop(100%, #1e8494));
  background: -webkit-linear-gradient(-45deg, #208fa0 0%, #208fa0 85%, #1e8494 100%);
  background: -o-linear-gradient(-45deg, #208fa0 0%, #208fa0 85%, #1e8494 100%);
  background: -ms-linear-gradient(-45deg, #208fa0 0%, #208fa0 85%, #1e8494 100%);
  background: linear-gradient(135deg, #208fa0 0%, #208fa0 85%, #1e8494 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#208fa0', endColorstr='#1e8494', GradientType=1);
}
.ws_choice .nav li a {
  color: #fff;
  padding-left: 34px;
  text-transform: uppercase;
}
.ws_choice .nav li a span {
  border-bottom: 2px dotted #fff;
}
.ws_choice .nav li a:focus,
.ws_choice .nav li a:hover {
  background-color: transparent;
}
.ws_choice .nav li.active a {
  color: #fde172;
}
.ws_choice .nav li.active a span {
  border-bottom: none;
}
.ws_items, 
.catalog_prod_cont {
  background-color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 940px;
}
.ws_items .ws_item, 
.catalog_prod_cont .ws_item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 235px;
  height: 235px;
  float: left;
  position: relative;
}
.ws_items .ws_item .ws_foto, 
.catalog_prod_cont .ws_item .ws_foto  {
  width: 234px;
  height: 234px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.ws_items .ws_item .ws_foto img, 
.catalog_prod_cont  .ws_item .ws_foto img {
  max-width: 234px;
  max-height: 234px;
}
.ws_items .ws_item .ws_price, 
.catalog_prod_cont .ws_item .ws_price  {
  color: #323232;
  font-size: 24px;
  font-family: 'PFDinCond';
  font-weight: 600;
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.ws_items .ws_item .ws_price .pr, 
.catalog_prod_cont .ws_item .ws_price .pr {
  	display: block;
    font-size: 12px;
    color: #a8a8a8;
    font-weight: normal;
}
.ws_items .ws_item .ws_price .rouble:before, 
.catalog_prod_cont .ws_item .ws_price .rouble:before {
  top: 0.12em;
}
.ws_items .ws_item .ws_price s, 
.catalog_prod_cont  .ws_item .ws_price  {
  margin-left: 10px;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  color: #a8a8a8;
  vertical-align: top;
}
.ws_items .ws_item .ws_price s .rouble, 
.catalog_prod_cont .ws_item .ws_price s .roubl  {
  vertical-align: top;
  width: 20px;
}
.ws_items .ws_item .ws_price s .rouble:before, 
.catalog_prod_cont .ws_item .ws_price s .rouble:before  {
  top: 0.03em;
}
.ws_items .ws_item .ws_fav_icon,
.ws_items .ws_item .ws_sale_icon, 
.catalog_prod_cont .ws_item .ws_fav_icon, 
.catalog_prod_cont  .ws_item .ws_sale_icon  {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAADdklEQVRYw+2Y60/aYBTG/f/j5pxuzst0zmSbyZK5uLjNC94vc+KlUKCmFNpiSwu0xVJKuZQ9tYZV2NxglpClyfuF40n88Z7nfc45DInRlwN4hgKsACvACrACrADr59EyW9Vyrmk3cKqGpLLr9yRL8QVdCovkrL9YRiHebNpl9VLlQxq/ZRaZZrOpy2e/zVcSjVo5S875iAUOMCnsGnMyEdkZOd0YPgsNZ6hVkBVSnzvz88wy/qRwocujcR+xUDvcU+JgDEDx/aeAw4ntjRbzTElNt+eTc7WKYukZ5J9vPhYiM35hQUxSchVMqfCEN55jd6pWiT2d9Aavs8e2XRdib5EPeh9vC1hc7BPuqS1eFA5qlkHujrYiMrVoN+q6dEJsj3jjfhWxIEbbrgqncs0ZGotKeSO1ikofT0B8/MW0v1iwhqZtS/TK3eAOdC1Qyy0sldtARKaXwdSD2HsxCEWM3BoEF1L5TVNLugaBSrnFysZeN2oGEvARFexW6T1iQbxpcsUyYKe2Y6dlCXeT/P4cuk6HX9wYG9moV9iLOUTaHoG/Lu8aROJwHCIDJV4APrrFyic/4i5VfhsFRVq/eyJoUCDQ4MBXbx8BOVs181ZJoA7HzkKProiZgWjVRfHIthtifBGsKOtATBAy9Q5Kg/Zxi9HdJ4My2JjFVN26Tp5MwhS486mBwFJYp1vnmJV/MaoHxsrG5utV3dRo9OyLrY6W3P2k9TBYpRzRqFs8Me81KpgZLO1mVLTxPLXMdl+xcvQH/GPtag9G1WrhED5qigaANoBmAMd3GoNC9Q1rFkMzDnX0DEaVIZyWrKS/gAmNEmbmjorOIBRZAhlaaj+wisI+rkpMvPcaVUXnMT5A+K1REXxw/IIQNXXJdywp8QaSgrBwJTitOCb3Arfb6agyswqz/ft5sEcsSAcPkAlPgcBrVMAS6c3O0Q8iA5b3Czw8VuFGQPnUV0iKumtUqCBGe/q4vflA+BVDwnfwCytLvoKhw9Yhnc7dASsQiCUmdNdv1yB5ObUOv/ULS5fP0f54YqE1Y7X3R+6bYxBFBgsc1knXILBg4mv4WES8NRgVDB22/ssEmGqSWDJ18XbzLudgDXiPXa1AvWgL799ZXInpexIAAW53l3RHxa4Gw16w8ND+OFG5dgp6d1TsdlUMfkgKsAKsACvA+p+xfgA7EhSl4HxZIQAAAABJRU5ErkJggg==);
  width: 50px;
  height: 50px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 2;
}
.ws_items .ws_item .ws_fav_icon, 
.catalog_prod_cont  .ws_item .ws_fav_icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAEW0lEQVRYw+2Y+09bZRjH94fYFnC6n3DOxUjmzGb8QbeY/TBd4i3EaWIWE6OLMVEzjTAKjEtPoYVe6I3CWoSWDlhquS5rubgCY8CEMugG7SiQrl1ty70Fv+cczKqC66GtkHjI+8PhPX3ffnie9/k+35cDaULNPhwHWCwWi8VisVis/YNV0nt7cW09uLJaYBvYL1iXuvo2NzfN96bNk9N4yLPa9x7rNZUBcep64OYVSrg5hGV8ai0SPVXbvJdY6UJNn3suvLqWVVn7zE8CLl/8IqFYCIUdXt8hUc2eYX3f2YusfdvezckhOHwRPZmtb8akcvDu3mAdUzYgTraZWW6eCFhpAtXWK0Ktst8B2UfG1v8aK0tR3+3y4FS9KtMhfbwiWezb5wnVpNc3HwofkepTjvWcSPuBsVU+eNfh9W9SP5c6e2PTFzveUtWvRSJOXwCf/6SpI1OiSzLWS7I6SECb04XYAGUlErHOzObetL+uNnCo9PEEym0WEuoLBnP3fdfyegSrohsbQ3NeSf9otqntYLk2UawvzDfpfacDQc2dsY9NbYeEam6hhHO5HLkjq++KdKe1vFIloDP44ndqTSW2gV/dc6sRcitPMHyu4ZeEsCDc/bMLb1Q34utR//gaoNCJw8z2cYolK5bTEaX/hoOFFecbzFO+x/PhxYSwkLj6kYktmtwybkElr7gKCWJ2hAk1r0RBxphC1PYPI2yY2T1WzbBjPRp9V2t8amDiHGd0LWgDhuExTq5w91gvSHRTXt/jpZUTGmPiTEfldXOhxYfB0GGCPHYJVeJxSa1/aRmlfphhkf9tPFtejU6FAjqlNYGJm1+RmG4R6rPqBqSyx+WJp7Z3GqqhMZThRYsV6SMz+K8HNC45xcH60mTBpvrRid0xXbTYsBxkW1JXqkyOyqNwxDY7tj5/rZ0p09u6FogwMphxRUp1Knkym89xmR5Yn5sYN2DYQ//SyhGxlpTfgsok98TTV0nH8mldEyldTLCu33sw8chPinCeKPmtmsb6sMYI7WaEpRud8ARDnBxh/DrMAOs9A3nqz2nqmWLJBkbhzNBGU2JsaKwzCj3TJBb3DGJh2uWylGB91tKF3d+U1mzbzmAM03dY+AN1NcoskqQQ66QYjuUJ1svyn/NtA5O+AF7NBsNwVP+89nxlseLtsTJlSrC+biUlMUuogBhC7i9cv9HhdEU2NjBpfzjPt/Z3Ol1ow/jV6Q+U9g6d1DTSC7/rIG8irxBVKTny71NnC7ZEN+KADuEZfVd0a/iEygDvRRvDzGLpN+YbPTOeKIU7svBIefs39+8hVyDIgZDGbUMYYGWUVTePT6E5+paWmxz3sxvb0kuq4AdpiwdNIuH4W6bvqEDxY7utz+3Bh8e9/rNXr2Hyye0ouTcfHHZSqfMrMKBDlDcUwt/9JQwwfUUyUP6JWw5lh4XESOGFDECUbxbi4SlKIVCR8SN7sxApji0U9v9bLBaLxWKxWP9rrD8AIrWpRpdviy8AAAAASUVORK5CYII=);
}
.ws_items .ws_item .ws_sale_value, 
.catalog_prod_cont  .ws_item .ws_sale_value {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuBAMAAACllzYEAAAAIVBMVEVRMGJRMGJRMGJRMGJRMGJRMGJRMGJRMGJRMGJRMGJRMGIt/+JjAAAACnRSTlMABQarrK2ur7Cxe64ATwAAAIJJREFUOMt1ykENg1AUBdGRUAnPCpWABCRUAhKwUAr0q2TxE9KSO7OcHFrsTf5D/usD4QhHOMIRHv5a+T+Jv3OEIxzh9/+p/EfivzjCEY5whP/9ifi3yv+XIxzhCEf49ffK/0X8d45whCMc4f3PxH9U/oEjHOEIp7WF+L+Vf+YIR/gJXqVqZYgMdZEAAAAASUVORK5CYII=);
  width: 46px;
  height: 46px;
  position: absolute;
  left: -1px;
  top: -1px;
  color: #dcc5e8;
  font-size: 14px;
  font-family: 'PFDinCond';
  font-weight: 600;
  z-index: 2;
}
.ws_items .ws_item .ws_sale_value .ws_value, 
.catalog_prod_cont  .ws_item .ws_sale_value .ws_value {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari */
  transform: rotate(-45deg);
}
.ws_items .ws_item.ws_sales .ws_price, 
.catalog_prod_cont  .ws_item.ws_sales .ws_price {
  color: #2090a0;
}
.ws_items .ws_item:hover .ws_fav_icon,
.ws_items .ws_item:hover .ws_sale_icon,
.ws_items .ws_item:hover .ws_sale_value, 
.catalog_prod_cont  .ws_item:hover .ws_fav_icon, 
.catalog_prod_cont .ws_item:hover .ws_sale_icon, 
.catalog_prod_cont .ws_item:hover .ws_sale_value {
  z-index: 4;
}
.ws_items .ws_item:hover .ws_item_popup, 
.catalog_prod_cont  .ws_item:hover .ws_item_popup {
  display: block;
}
.ws_items .ws_item:nth-child(odd), 
.catalog_prod_cont .ws_item:nth-child(odd) {
  border: 1px solid #ebebeb;
}
.ws_items .ws_item:nth-child(even), 
.catalog_prod_cont .ws_item:nth-child(even) {
  border: 1px solid #fff;
}
/*.ws_items:nth-child(even) .ws_item:nth-child(odd) {
  border: 1px solid #ebebeb;
}
.ws_items:nth-child(even) .ws_item:nth-child(even) {
  border: 1px solid #fff;
}
.ws_items:nth-child(odd) .ws_item:nth-child(even) {
  border: 1px solid #ebebeb;
}
.ws_items:nth-child(odd) .ws_item:nth-child(odd) {
  border: 1px solid #fff;
}*/
.ws_items .ws_item_popup, 
.catalog_prod_cont .ws_item_popup {
  display: none;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  border: 6px solid #683c7e;
  z-index: 3;
}
.ws_items .ws_item_popup .ws_tr-link, 
.catalog_prod_cont .ws_item_popup .ws_tr-link {
  height: 228px;
  display: block;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
.ws_items .ws_item_popup .ws_desc, 
.catalog_prod_cont .ws_item_popup .ws_desc {
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  z-index: 3;
}
.ws_items .ws_item_popup .ws_name, 
.catalog_prod_cont .ws_item_popup .ws_name {
  color: #2090a0;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 10px;
}
.ws_items .ws_item_popup .ws_name a, 
.catalog_prod_cont .ws_item_popup .ws_name a {
  color: #2090a0;
}
.ws_items .ws_item_popup .ws_btns, 
.catalog_prod_cont .ws_item_popup .ws_btns {
  text-align: center;
}
.ws_items .ws_item_popup .ws_addinfo, 
.catalog_prod_cont .ws_item_popup .ws_addinfo {
	  padding: 10px 15px;
}
.ws_items .ws_item_popup .ws_add-to-cart,
.ws_items .ws_item_popup .ws_add-to-compare,
.ws_items .ws_item_popup .ws_out_stock_btn, 
.catalog_prod_cont .ws_item_popup .ws_add-to-cart, 
.catalog_prod_cont .ws_item_popup .ws_add-to-compare, 
.catalog_prod_cont .ws_item_popup .ws_out_stock_btn {
  margin: 0 12px 5px;
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA3CAIAAADIey4vAAADl0lEQVRo3mPw10vw040fzIjBX3fUiaNOHHXiqBNHnTjqxFEnjjpxBDrx88cv/1HB18/fZrQuGkRObMjomVgzGxntWnsQ6NAsv4pBFNFKIlryQmpwpCKh/ePHj/7GaYPIiY6q/jbKnsjo/KlLJ4+d7qmahhbAJKG84BoaZpe187b+pxh8//aDhk5sL5wEtMNOzw0tdIlHh3Ydu3vzgatGKK2cGO+UD3RiakwWcholHlkbOP79+7eyqE5RWJOG5eLLZ6+nT5ztpR1FRtpfN38bsCwzU3ZQFzegoRMPbT8OzDH2qr6kagw1TQW6b/XcTQrA4FTyoKET53Qu/fbtu4WyM6kapzYt+Pf3n59VBLAs89GJpaETS6KagMkx1C2GJF3+egmP7jw9vvcM0H2mcg60raODjJJ//fpdW9roqxtHvK7alE6gx3Iiy4Cx7KEVQfNmxLULN9ev2uSqEUK8lpP7z92/+UhdTF9PyoIeLZ0NC3c8uPfQSsmdSPWpHiX//v3rrpoCLHec1ALp4cSukqnAWHPQ8yTaS9s/f/hiqmSvQXRZQ6kTE10KgU58cPfhvRuPiEF//vxZPmMdMBUCaxf6NWnfvHp7/erNDYt3bFqykyCa1bHEUtlFmZSyhgpOPLLr5LHDJ9TE9IBxRwxSEFI3k3eia8dgfu+Kr1++akkZmcjZE4OsFN18deLo6sSy2GZgcgx0ihy83asw8/S/f/9N6JySH1qTH1qLH1UmtKW4F9PViQWhdS+fvia1Jbtj1T4yhtbJcaK/fsLju0+BRUlpTGNCWMrrl2+vnr+ZEVCCidpLJgBdtm31nnT/4hkd84HsSXVz6OHENM8SoGXliU2qorrA2qK5pv379+9YG7BAqU8fPymLaUK4J46c3L1lHz2cmOxWBHRiUXoFsChxVg9aNmPNxw+ftCSMgVU2GprUOBvY4DBQMTOStXHTDLtz4966lRtJLb3JTIvnjl16/+7DzK6Fa+Zs+fP7z4q56xSFNbD2Ir58/nrx3OXpLQuP7zkD9FhyaKa+tCU9nBhmnbp14w5gtQbsy21euttKxRXYCsSeKoILrl6+BnTcq2dveitmAPsDBjJWdCp0dCRNgRWahYKrqbyjgrA6sHDGqsxTK1JJWFNTwgjYLNKTtgC3dALo5EQv7Wg9aUtgtQbsyxnL2uGpOVzUgzTEDYGOA2YvW2Xv0cG7USeOOnHUiaNOHHXiYHDioF9hAgA4qvjkVggixwAAAABJRU5ErkJggg==);
  background-position: center top;
  background-repeat: no-repeat;
  color: #4d4c4c;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'PFDinCond';
  padding-top: 60px;
  min-width: 54px;
}
.ws_items .ws_item_popup .ws_out_stock_btn, 
.catalog_prod_cont .ws_item_popup .ws_out_stock_btn {
	background-image: none;
  font-size: 40px;
  padding-top: 5px;
  vertical-align: top;
}
.ws_items .ws_item_popup .ws_add-to-cart:hover,
.ws_items .ws_item_popup .ws_add-to-compare:hover, 
.catalog_prod_cont .ws_item_popup .ws_add-to-cart:hover, 
.catalog_prod_cont .ws_item_popup .ws_add-to-compare:hover {
  text-decoration: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA3CAIAAADIey4vAAADiklEQVRo3mMoce0Z5Ihh1ImjThx14qgTR5046sRRJ446cUQ68cv1kr8Pi5DR1xsla9saB5ETZxe2rmhoQkYnltQAHdoZ2zGIItpYzlZPxgKOjBUtv98umF+fO4icmGBZEmWag4wub885vSllYU0VWgCThHoT22mYXfbOrEVLoGSg77eKaejEBeUtQDsCzP3RQpd4dGp1wcPDhem2tbRyYmNIJ9CJ+VFeyGmUeORhav/7flFTjr+RrA0Ny8XX54rmtoXnObaQoXffzDpgWeZtEGyl7EZDJ55ZXQHMMXEWRaRqrPTuBrpv1/RKfRnLCJMsGjpxQ1fj15sFQUbxpGpc3dL450FRimsisCwrdO6koRMnpbcBk2OKdzBJukrdep4dL7u4vhLoPj/9ONrW0eWe3T/vFrXlBRW7dBOva0ZeK9BjjfE5wFjOdmiieTPizt6SzbNj02xriNdyeWPVk6PlVkpuLppB9Gjp7J9d++BoVrhJJpHq2yI7galwXnUJsNxJti6nhxMXVTUDYy3UIoJI9Qdm132+VuKtH2yt7E6n9mJzGKgAf3A0+8mRcmIQsLjePhlU1kSa5tCvSfv2QtGNfRn751QdnFtLEK3vaAw0ijWWtyty6aSfE8+trTixPtlCyQUYd8QgYBAGGCTStWOwqafhy40CW1UPX71YYlCYcUaRSxddnTg5A1SAJ3mEDN7uVZVPN7AcmV4f3pvU1pfUjh9NzW5rjeykqxP7ktvfnC0ltSV7bFEtsBqkhxOB1jw/UQYsSiamN2eFeL65UHB7T0lzTBUmmlNeAXTZoYVlTdFVK9pAXlrZ2EQPJ7ZFgQrF/sxKc0UnYG3RXRL07VYB1gYsUOrj1XxDeUsI99SGlENLgW2wbpo7sSUc5MS61FBgUZJiU7l5UvGHq/l2qt7ptjVoaGljBbDBYatt46UTmWFXe/9QwaZZsaSW3mSmxWvbyt5dzlvZXrJ3Rt2ve8Wbp+Yaylpj7UV8uV54eUf6mtbGi+urgB4rCg930wyhhxPLfRt3Loj/dQ/Ulzs0rzbYOAHYCsSqsiY6+9qedKDj3p4vXVrbBAx4d60wOhU6jur+wAotxCjVXz/BQMYKWDhjVZbr2GIkZ2Or4gVsFrlqBgNTZJJVGZ2cmO/UCrQSWK0B+3I+ujF4ao5Um0obZQ+g48wVnKLN8kYH70adOOrEUSeOOnHUiaNOJAIBALDGA1yOUAlLAAAAAElFTkSuQmCC);
}
.ws_items .ws_item_popup .ws_add-to-compare, 
.catalog_prod_cont .ws_item_popup .ws_add-to-compare {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA3CAIAAADIey4vAAAEqElEQVRo3u2a709aVxjH+9cMaactm7o3+91kb7a1L7dkW5Y02dItMcuyJnNrl+gsFTUyqbTo7FRWO3//qtM5iiIqUlCQsiJiKdIJggIqIgrIj30vx93c0dj1BZfw4pInJw/Pc849H84993nOc8OJ0qGZfJZX+tUnSu7O5rOUDk5ziBwih8ghcogcIofIIeYE8YrBthWJJZIppdv3xpiW6fpQZbQF91KpFFroTBd6oj9GYSyuwCLiOeV8IpkMH8ZXQ/tA6bC7mF77bhhG604ILXSmCz1hxCiMxRVwHbYQL+mtmElisBSKbsTi8QceX/HQNL1OcOk2Avxa2ZzjCfTXBibpgQb/DiwC6W3h+BSUb9UL7CJiGl6VZDcStXo3C2W/EddX9y1weXZDAyYLWuif945mIL5QUf/96CSU8qE/X+6bYBVRVdTSG4odApFf1wx7mfYh9lnGBze0TGPOQKw02tKI42fkw+winr7VF4rFrV4fbivsU54A7F9M6N5qaDl7Q/6OvP9C5zAsqjVvJuLiCkE83TaYU8QjgkoxIGihtqZzTdAxmk+IFfWCO6PYZEQI4qmG1vxCZHYmiCfrW/ICUbOxBfvr4p/pnu8q9LCoHznyBVFoegT7weHh+n6ESCSegOXKXQUQL+mXdqKH+OreCRJl9rHzzc6xnCJCatU6uEBG8zWY7Vi29+X9iEfRRMIdDAERXt/+AUXp8uYa8dWOEbiUtscF1VLligN6SZ0MiNVaE/QfNIu8qxJ8hbfgquSByxNPJosHVNlHlFhWMd+MfVVmXMLCrG0HSyWtxPX2H/cpxGU7r6qBIBaLpEW3esUPKf3L7mHejz9RfGlR2ijjSfEvWUaULjlTT33+3g6S8w6NiChDIjkQiwfVR4hdw2fah+hLkQ6Io1lGxJ31HUQvjk9/3N7zac/YhZHJboMZM1UYlp8L8fZIJuJ/g1QWEHHR+fVNZv74pL0HRumMHued4xCr0g97m3bhvcEJnMEgH00tevcj4ViMFUS901UgbEROE9wZg3ympLAap+YQ5I5DhH0jvP/0DmnWmVhBpLMFkYuavwhiUXPXcYjodrZzzOGnYvuIc92UjuFt1lX+NSkerCwjIryZ3R4mYvk8FYNqFOpnI6LVP3GTzYe8QrIL9MKmriwjLqQXYHkzgGwGWQwEccqH5XzTr89GpBKgb5sgXlbOEsRCWWf2QzfSLvYicz8B8fKsERMj/v0PYs5ydNmwAhNUT2hwu1EYLG/6USFg4pe6FfmC+M2cmSRATLYbiaAwwJYnMTlfEEmOrrs3XdI2gFra5PLQOZpUgKj9gKhP7zzBtcYMxBerGkgk/7rvd7YQSR29F406tncxU6vWQCNSdXS6zrds+NGu+LewZjQiqaPtvgCpo1HisIUI+W7G6N8LYxql2ycQSUkFSOSDiYUlzyZ5G3Fe3s9ExBqP2xwYtRWJlat0cLFVAUJQlCD94ynhi25Sse3fOpoIv4Y6gPFrm6i2RsZ0oSdlFN2knrBKMVt1NBEsAE94HdOckrTTbyOOfkDPPdz6NKUMOtOFnuhP/Tzh9edfQu7lHYfIIXKIHCKHyBpi/v/D5B99C7ALNDomrAAAAABJRU5ErkJggg==);
}
.ws_items .ws_item_popup .ws_add-to-compare:hover, 
.catalog_prod_cont .ws_item_popup .ws_add-to-compare:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA3CAIAAADIey4vAAAElklEQVRo3u2a/U9TZxTH/duEwXQTX6ZzKokxizFZsiyCFCiWoiiiUBhQKK2FQnnpoBS0xXYrtEVglL6/3tL3l8xtLs6YYdxCdMm+zx5yvesC2ZLepj/c5OTm9Jzn5ZPnPs85z7npkUvudCVL/VbiyCVvpqLFlRIQBUQBUUAUEAVEAVFALAuiPGJ5lWt7V2h0Jkc+98W5ruagJ5fp+rPQgCd0rgst0R690Bcj8Ij4VSD4ttD4Jt/8Q7YTKMtxLddbyNyBMZO5hyd0rgstYUQv9MUIGIcvxL7ICmbSejTHVNN7ucZYtOOiO8muE1yhRE/NuN7ra4d+edPPdmTSvbCc/MYoNxNFtjXPLyKmqRqZ2s00pSLiE4YV6roftsP1PNFi2ex8nmiFLn6kKkI8OqTpMcuhdD/u/+x7hk/EJz0njWuv8y2pSFutZgH27rAD+wwurrzLN9wL2ooQFRETQXzUd+ZbJ7+Ip0zrFBGvFXZPcgj221vLF8aU9VOaK0uGZsMoLK5YXxHiaPQJRTxt3ior4j6BfAIQrMAS8EvOrnorCXFIc9bmwyajQhGPz5gqC5HbmCJ+qF2qCMRAagD28+r3R/hLfwgWp0daKYgPo+Sc/p698UtWSuWPvAiWXqMMiLLI6m85MX7+FG+mitvbftnqKCsiROUYhgtkLN9UeA7Lds2gQzzayzf9nGgFIry/Zgill3lQbsT679bg2nDf+kCl2/TcJrnkITnXqm2S+gZdc1WKafyEt1oxzQRvvs03XnDGS484E1sg0c4j1blVWJgfd1pOa3XUddUXI4iujqoRLUWsG1WfMj7VMovQJQuDR4cnwUeFNjg29bjEiLqYvih/QJ7FxfS+wyIiytBIDsSLruQ+on7gjOX9+aANEEdLjIg3+zJ3s8Ohv66Ti0yT4lW9ceMuZlKETf8F8ROruxjxn0GqBIgYNMzc5eaPBh25E0zaZbjvHISo+vuwz9u7vnDYcQeDtAZdL3Ltb7JNvCAG/O3VylnktHN2H0TqNMM4Ye1GkDsIEfYXafG/d4huc4AnxP1sQeVOaJ0i1i3ZD0JEsytWW54h17O1HcVO6j6UpYimRjWLg1ViRIS3WKiNi/h1xEr2ornncEQ8gwEp3XzIKzS7QK9btJUYMZqWYfQ0I0E2g8TSvbjlw3JVqzgckfRN9lDEPpuaIp5YXC196EbaDfol3P0ExIFtkkIQ/w5HLF+OvmUmazCyMojXvZsRYUVRIWDiT9fDlYLY67fQBIjJdtOkdsGWpzG5UhBpjlZaHpxbXtsrNDEhCZujaQWI2g+I4RQ5Ex8rxooQa4fHaSTvXOznC5HW0a8zNwpJckLnHN0sIltHJxjiyu5IsGYsIq2jc9FWUkfjAjGm5AsR0r+tf5kUka8RieGPlBpaAVIR+baTYTH9GnHNMMNFxBo/9XahJnyVa5NtzMLFVwUIQVGC9I9TUqMmZ5mto6nUjM3DWDu+gCd0rgstiVE9R06YfIKvOpoKFqB6dAbTHJ9dZr9GUDm/HsGrJyjjeuhcF1qiPXqh7/9YQuHjnYAoIAqIAqKAyBtixf/D5C/YuVrhJqsZ4QAAAABJRU5ErkJggg==);
}
.ws_choice .ws_items .ws_item:nth-child(even) {
  border: 1px solid #fff;
}
.ws_choice .ws_items .ws_item:nth-child(odd) {
  border: 1px solid #ebebeb;
}
/*.ws_choice .ws_items:nth-child(1) .ws_item:nth-child(even) {
  border: 1px solid #fff;
}
.ws_choice .ws_items:nth-child(1) .ws_item:nth-child(odd) {
  border: 1px solid #ebebeb;
}*/
.ws_banners-two {
  overflow: hidden;
  background-color: #f8f8f8;
}
.ws_banners-two .ws_banners-two-wrap {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.ws_banners-two .ws_banner {
  float: left;
  position: relative;
  border-radius: 0px;
  margin: 0;
  padding 0;
}
.ws_banners-two .ws_banner a {
  display: block;
  height: 252px;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.ws_banners-two .ws_banner a h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'PFDinCond';
  font-weight: 600;
  margin: 0;
  padding: 94px 0 18px;
}
.ws_banners-two .ws_banner a hr {
  width: 66px;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 18px;
}
.ws_banners-two .ws_banner a p {
  color: #dcdbdb;
  font-style: italic;
  font-size: 15px;
}
.ws_banners-two .ws_banner a .link {
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAlUlEQVRIx2P4+7CIRohh1OhRo0ew0YtaMlZ0ZlLf6AVNGX668UA0rzGVykav7cuEGA1EcxtSqRwgS9pSSTWdhGgk1XTSUsiSdiTT61OpafTafkSgTy5PeH0xizpGo5l782ASdYxGTiRTyhMJmktO4ptSQZS5RGeZxgxSzSUhQGZWp5BkLmnR+OpCFvHmjpbXo0YPU6MBbXPi9VuNcgUAAAAASUVORK5CYII=);
  width: 30px;
  height: 30px;
}
.ws_banners-two .ws_banner.size1 a {
  width: 235px;
}
.ws_banners-two .ws_banner.size2 a {
  width: 470px;
}
.ws_banners-two .ws_banner.black a {
  color: #000;
}
.ws_banners-two .ws_banner.black a hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.ws_banners-two .ws_banner.black a p {
  color: #6e6e6e;
}
.ws_banners-two .ws_banner:hover h4 {
  text-decoration: underline;
}
.ws_banners-two .ws_banner:hover .link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAlElEQVRIx2O4vNKMRohh1OhRo0ew0X2Z3pNyvahvdG+6j59uPBB1pXlQ2ehpBZ4Qo0kynegAyXIn1XQSopFU00lLIf3ZbnDTO1M9qGn0tEJEoDfGux+Za0Qdo9HM3TpRjzpGIyeSpng3guaSk/iaEogyl1ije2BZhnhzSQiQtiRPkswlLRoPzzEi3tzR8nrU6GFqNAAUR9Ed2teZLQAAAABJRU5ErkJggg==);
}
.ws_filter {
  width: 940px;
  margin: 45px auto;
}
.ws_filter .title {
  float: left;
  width: 120px;
  line-height: 43px;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
}
.ws_filter .ws_select {
  width: 255px;
  float: left;
  padding: 0 14px;
}
.ws_filter .ws_search-btn {
  float: right;
}
.ws_filter .ws_search-btn .btn {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAArCAIAAABuP+aXAAACgklEQVRYw2P4+7BoYBHDqAtGXTDqglEXjLqATBe8OV+wrD2zKCg5zDTBXy8+0TGxOyft2MqcPw9o7wKgHSu7M4EW++nGY6LCwORHR/Np6AKg9f0FaXD7AvTjMzwS8/0To6wQjoiyTLh7MJ9WLljdkwmxJtAgfmpF0tU9qQ9PgNCD46m75idnekEDJtEh8ePVQuq74NXZgmDjBIjXt81OhtgNRM/OZjw/l/H4VNrtQ6kloYkQR8yqSae+C5Z3QgNgSnkSxO53V7J/30f49dvt/FsH0sPNQGpCTeK/3SygsgtKQpMh4X99L8j6r7fysCaUCUXJEIceXJpBZRfE2IBCON09AeJ7XMoOL8uGuGBJRzJJmZOwC4KNQIkgzy/h0ck05MBHQ2fW50JcMLchCWs4ke+CVNckoLnRVglPz+AL3i3TsiAuWNWX/PFaLjVd0JGRCjF6/5I0PMoqIlIgyk5tSPlwLYeaLji6PAdidJZ3wrdb2GPh8FKomhxfUHL5dJ2qYQBMVrl+0OxeGZX8/lIBpvURFtBCafscUIHx824BlcvEW/tyINkdiCItEubUpgMD5uyGXGDcV0amIFcQC1qSgMUUTWqmU+vT4u2xV0toaE1fOk1cAAzYG/tS+4uSQozRrczxSQQG/rzGJLjIhklZNGkf/Lhb8OR0+p3DqcDaYVFb0pz6pJU9ySfXpcBrCvIcQVoLBVgivb2cDSya4LbCaylgKQTMhGQ4gpxWGjB3AO0DFjtAK4EZ7wdSyifDEdRvJ6I5YvPUrAFoqSI7Aph7B6atDHQEsGwINY3vzU/CX03QsLUOdAQknQLbUQPWXwD6HphxgNlntM806oJRF4y6gAgEALbdzMvgRrN0AAAAAElFTkSuQmCC);
  width: 43px;
  height: 43px;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: #9b88a3;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #eeeeee;
  border-radius: 0;
  font-family: 'BanderaPro', Helvetica, Arial, sans-serif !important;
  font-size: 1em;
  max-width: 500px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  padding: 10px 15px;
  margin: 0;
  border-bottom: 1px solid #e7e6e6;
  cursor: pointer;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid transparent;
  color: #9b88a3;
  font-weight: 600;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item:last-child {
  border-bottom: 1px solid transparent;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #ebebeb;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: #9b88a3;
  border-radius: 0!important;
  background: transparent!important;
  font-family: 'BanderaPro', Helvetica, Arial, sans-serif !important;
  max-width: 250px;
}
.ui-selectmenu-button:hover,
.ui-selectmenu-button:focus {
  outline: 0;
}
.ui-selectmenu-button span.ui-icon {
  right: 0;
  left: auto;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAIAAAADwcZiAAABGElEQVRYw2Pw042nP2IYtXXU1lFbR20dtXXU1lFbB8bWAP3ErSv2rJix0V8vAVMWKLhy5kagAqAyatq6f/PR/2Cwdc2uQMMkZCkgd8+GwxDZHev3UtPWyoS2Tx8+QYw+fuBUqHkaRDzMPP3skUsQ8Y8fPsYFpJrJO1EzXlN8Cp8/fQGx4OrFGzH2OXEOubev3IOIAKX87EO1JU1dNUKonJqiHTJvXb8Dsebxw6fPH7+EsIGCDgaeulLmHprhNEnDoRYpp46e/Y8ETh49Y6Zmry9t6aUdRcOcE2iUsHPTXoiV2zfu0pe1MJK19dGJoUd+XTZn9YIZS7QkjE3lHX114uhXSlgqugHRaIk4auuoraO2jto6aiuxCACphGOARhSyygAAAABJRU5ErkJggg==);
  width: 39px;
  height: 39px;
  margin-top: 0px!important;
  background-position: 0 0 !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 9px 13px;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-selectmenu-button.ui-corner-top {
  border-color: #4e2d5f;
}
.ui-selectmenu-button.ui-corner-top span.ui-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAIAAAADwcZiAAABGklEQVRYw2Moce2hP2IYtXXU1lFbR20dtXXU1sFta6lbz8E1Zw6uPQNk0MnWcs/+8/uv/weDoztPV3j109zWmoDJdy48+o8ELp26VhMwkYa2NkfOeHb3FcSyp4+eAxGEff/Wo/rwqTSxtTtl/vuXHyHWXL90y88iMtQ66eblOxCRV8/ftCXOorKt04pWfPv8HWLBiYNn3PSCPLTD853ayrx7Th++ABH/9PFzX958atp6bu81iNHb1u5y1PD10Y0pdO6Eyrp379lwCCK7Z9OBNNsaqtla5t67beXehVOX2al6BRokFbt0oyroXj1787olm+3VvQMMEqmbmrpDjFLDTTJxKQBKARUAlY2WiKO2jto6auuoraO2jnBbAVcrynVmqsM4AAAAAElFTkSuQmCC);
}
.ws_gold {
  background: url('../images/gold-bg.jpg') repeat-x center top;
  height: 561px;
  text-align: center;
}
.ws_gold h1 {
  font-size: 34px;
  color: #824e9c;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  padding-top: 80px;
  margin: 0 0 66px;
}
.ws_gold h1 span {
  color: #4e2d5f;
  font-weight: 600;
}
.ws_gold h2 {
  font-size: 30px;
  color: #824e9c;
  font-family: 'PFDinCond';
  padding-top: 80px;
  margin: 0 0 66px;
}
.ws_gold .ws_desc-one,
.ws_gold .ws_desc-two {
  font-weight: 600;
  color: #403e3e;
  margin-bottom: 60px;
}
.ws_gold .ws_desc-one span,
.ws_gold .ws_desc-two span {
  color: #824e9c;
}
.ws_gold .ws_desc-one {
  font-size: 17px;
}
.ws_gold .btn.ws_btn-view {
  font-size: 18px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  border: 3px solid #fff;
  border-radius: 0;
  padding: 6px 35px;
  color: #4e2d5f;
  letter-spacing: 3px;
}
.ws_footer-line-one {
  background-color: #4e2d5f;
  color: #fff;
}
.ws_footer-line-one .ws_header {
  margin: 46px 0 20px 0;
  padding: 16px 0;
  font-size: 20px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  position: relative;
}
.ws_footer-line-one .ws_header:after,
.ws_footer-line-one .ws_header:before {
  content: '';
  position: absolute;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.ws_footer-line-one .ws_header:before {
  top: 0;
}
.ws_footer-line-one .ws_header:after {
  bottom: 0;
}
.ws_footer-line-one .ws_footer-nav {
  margin: 0 0 30px;
  padding: 0;
}
.ws_footer-line-one .ws_footer-nav > li > a {
  padding: 10px 0;
  color: #e6e6e6;
}
.ws_footer-line-one .ws_footer-nav > li > a:hover,
.ws_footer-line-one .ws_footer-nav > li > a:active {
  background-color: transparent;
  color: #fde172;
}
.ws_footer-line-one .ws_footer-nav > li > a:hover span {
  text-decoration: underline;
}
ul.ws_payments-footer-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 20px;
  display: block;
}
ul.ws_payments-footer-list > li {
  padding: 0;
  margin: 0 14px 14px 0;
  float: left;
  border: 2px solid #886e95;
}
.ws_delivery-desc {
  margin-bottom: 15px;
  color: #dbdbdb;
}
.ws_delivery-desc .dist {
  font-weight: 600;
  color: #fff;
}
.ws_show-map,
.ws_footer-all-delivery-link {
  display: inline-block;
  margin-bottom: 40px;
  color: #fde172;
  border-bottom: 1px dotted #fde172;
  line-height: 0.9;
}
.ws_show-map:hover,
.ws_footer-all-delivery-link:hover {
  color: #fde172;
  text-decoration: none;
  border-bottom-color: transparent;
}
.ws_footer-pnone {
  padding-top: 5px;
  color: #886e95!important;
  text-decoration: none!important;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
}
.ws_footer-pnone span {
  font-weight: 600;
  color: #fff;
}
.ws_footer-pnone:first-child {
  margin-top: 25px;
}
.ws_footer-pnone-desc {
  color: #a8a7a7;
  font-size: 13px;
  margin-bottom: 10px;
  font-style: italic;
}
.ws_footer-callback {
  position: relative;
  margin: 13px 0 20px;
  display: inline-block;
  font-family: 'PFDinCond';
  font-weight: normal;
  min-height: 21px;
  line-height: 21px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fde172;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAABVUlEQVQ4y6XVPyhFYRjH8cMki9xCBkZhk8Jos8hAlEQGbljIaqOUqDveO8vAJouNhSLFcpVFudO1+s+g4/vUc+vtdc9533Pu8One8973/XWfc973OcFvaT1Qu3hE1hhzCsPwn8qPObxgEx9JgqNCN/CKQZ04kyQ4KvQBC9Zk7+Co0BBtVRZI8Be60oS+YaDKgml8oydN6DEOrMmjWv5K2vJHtMx+Y/KRqmlL7eMC9Xo9pTtitpbQbjxhzViw7BMcFyrm9Db0JQl2hYoCSmj1DfYJbcYprtHoCJYDcyufrtBA/+UVzmKCF3XLFSonzxUqenGDczQZ40v4UfP2kXaFinZc4g6dxrh87zDvqR3s2twtOMEzhuMelBE87tuM9/CJbTREhErrfMeqd4fHBIr6dphEnVH+kDb5nE/5tgx2UMa9vjEOtZvlfR5UHOmxW9rd8hgzt9QfIW5+wjjnNxkAAAAASUVORK5CYII=) no-repeat 5px 20px;
  padding: 20px 0 0 30px;
}
.ws_footer-callback:hover,
.ws_footer-callback:focus,
.ws_footer-callback:active {
  color: #fde172;
}
.ws_footer-callback:before {
  content: '';
  position: absolute;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
}
.ws_footer-mail a {
  color: #60e2f5;
}
.ws_footer-line-two {
  height: 134px;
  background-color: #362440;
  color: #eae8e8;
}
.ws_copyright {
  padding-top: 28px;
}
.ws_copyright span {
  color: #dbbf6d;
}
.ws_social-icons {
  text-align: right;
  padding-top: 13px;
}
.ws_liru {
  padding-top: 13px;
}
.ws_social-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('../images/social-icons2.png') no-repeat 0px 0px;
}
.ws_social-icons a:hover {
  background-position: 0 -50px;
}
.ws_social-icons a.fb {
  background-position: -50px 0;
}
.ws_social-icons a.fb:hover {
  background-position: -50px -50px;
}
.ws_social-icons a.tw {
  background-position: -100px 0;
}
.ws_social-icons a.tw:hover {
  background-position: -100px -50px;
}
.ws_social-icons a.ok {
  background-position: -150px 0;
}
.ws_social-icons a.ok:hover {
  background-position: -150px -50px;
}
.ws_social-icons a.mg {
  background-position: -200px 0;
}
.ws_social-icons a.mg:hover {
  background-position: -200px -50px;
}
.ws_social-icons a.in {
  background-position: -250px 0;
}
.ws_social-icons a.in:hover {
  background-position: -250px -50px;
}
.ws_footer-fix-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
.ws_footer-fix-menu .ws_container {
  position: relative;
}

.ws_footer-fix-menu .ws_scroll-top {
  display: block;
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA5CAMAAAC7xnO3AAAAe1BMVEWxnVCynlCzn1C0oFG1oVG2oVK4o1O6pVS8p1S+qVXAq1fCrVjEr1nHsVrKtFvLtVzPuF3TvF/Wv2HYwGHbw2Pfx2XjymbmzWjozmnpz2nq0Grs0mrv1Wzw1mzy123z2G712m7222/33G/43XD53XD63nH733H84HL94XKRql1LAAABYUlEQVRIx+2W25ZDQBBFt0HcEoTIlUhIpP//C+eBhMTQhpdZs/RTK7Z1uup0dSPGDmZyJv8PmUWepYJqeVH2GzJ2FV5DceOh5M0H7GCf5nm6D2zAvw0iExPcpCkAzGQAedIxju+ho4F+kpKJjpN/fpQ7aImEvJk497ayu4N56yd9jPynROYGfi8ZQ2ON221jrRD3kS5u/bCBTcerFpkp1ImIAKKGHCXrJiPsWqrCeo1SC7Ybv2mRHsFzuvvCF8Lna/eMBHjdpMW+mh1UvIcQDw/1UIX2WN2kSloZSWNVCCFEsUKr7JOidpNQFjPWWRZlqFiil+XIQUqeF9gvI91tFmcpWaq9GFgNI+UWxkWmtsxQiPlWucwklGWorMo1vLy75RJeZVVpOqE1ep2QKcRdYL/72rYe6viPXfbWUSS7bPzOntBNxnewrq6pnUZ06mRop55wOkw4kaacgvMNYyb/OPkNkdvTRWb6J1UAAAAASUVORK5CYII=);
  width: 57px;
  height: 57px;
  opacity: 1!important;
}
.ws_footer-fix-menu .ws_scroll-top:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA5CAMAAAC7xnO3AAAArlBMVEVOLV9PLl9RMF9RMV9UM2BWNWBYN2BYOGBaOmBePWFiQWFnRmJsTGJyUmNzU2N2V2N7W2SDY2WJamWKamWMbWaUdWeVdmedfmilh2ioiWmpimmwkmq5m2vBpGzJq2zNsG3OsG3Qsm3StW3XuW7Xum7cv27ewW/fwm/fw2/kyG/nynDrz3Dt0HDv0nDv03Hx1XHy1nHz1nH02HH12XH22nH423H53XL733L84HL94XIw3ilYAAABgElEQVRIx+2W2XKCUAyGf1RQWUQBkSqKGxZBAXF//xdrLeoBLYt40+mQq5x/+JiQ5CTgXNRQkiX5f0hXV3gaoHlFd18hTbmCu1VkMy8ZqBQgaIbt+7ahCQClBrlIiwOkT3JeSABn5SBndbDTuDRlUZ9lklYdovf4kCeCsTLIgIO4e45sJ4IL0kkVrPdbIj0WaippUoh843AY+VZQZhopQyKHATAgJwlyCulWQMqhX9pAJ8VBxU0mdQgkVAq9HigSsBB5zROpQLu5oyq6p1MX1dFN0aAkkzyMqzepQTmez0cFtclVMsAnkzTs0Jkz6BwuzqEDZh5qNuhkEvDDbDTQ3ofSvo3G4sfzgUxy2URre9O2LTSXmWQYrcOC3xBxw4N1sqINM9QHt46qaw79rAyFVVn1nXi3OB+rrKpEO+HJUjvhu/sWSWB698U7Pm7pHf9wy2ITJeOWFb/Zb0yT4hMsaWoyswKT+jPvpL5vh/FlO4xf2Q5vbKR3tmD5h1GSf5z8AibGmHJ6vCFUAAAAAElFTkSuQmCC);
}
.ws_footer-fix-menu .ws_fix-footer-menu {
  margin-left: 57px;
}
.ws_footer-fix-menu .ws_compare-list-link,
.ws_footer-fix-menu .ws_viewed-items-link,
.ws_footer-fix-menu .ws_cart-link {
  float: left;
  height: 57px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.ws_footer-fix-menu .ws_cart-link .popover {
  color: #4E2D5F;
}
.ws_footer-fix-menu .ws_compare-list-link > span,
.ws_footer-fix-menu .ws_viewed-items-link > span,
.ws_footer-fix-menu .ws_cart-link > span {
  display: inline-block;
  padding-left: 40px;
}
.ws_footer-fix-menu .ws_compare-list-link > span span,
.ws_footer-fix-menu .ws_viewed-items-link > span span,
.ws_footer-fix-menu .ws_cart-link > span span {
  color: #fde172;
}
.ws_footer-fix-menu .ws_compare-list-link:hover span,
.ws_footer-fix-menu .ws_viewed-items-link:hover span,
.ws_footer-fix-menu .ws_cart-link:hover span {
  text-decoration: underline;
}
.ws_footer-fix-menu .ws_compare-list-link {
  width: 26%;
  background-color: #4e2d5f;
}
.ws_footer-fix-menu .ws_compare-list-link > span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAQAAABuvaSwAAAANklEQVQ4y2P4z4AECQAGNMUMeOAQVYzsVSIUk2TyqGKqKCaQRPGbhgKpqvg/zRR/R1dMdC4FAMVlQtLnjVngAAAAAElFTkSuQmCC) no-repeat left center;
}
.ws_footer-fix-menu .ws_viewed-items-link {
  width: 21%;
  background-color: #543963;
}
.ws_footer-fix-menu .ws_viewed-items-link > span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAANCAQAAAAZZWZbAAAA4ElEQVQoz53SMWoCQRjF8RmwshHUs1h7A6u1DiHxEtaiNxAFS0sPoJ32IhYeYS1EsBFLfymyuq7BEMI0wzDfe/Pef4LwsMoSE1tncLY1kSg/3sm3FQMnXO3MjI3N7MDJQOV5oCXF2odqwbOqY4NUKx+I+kglYuY1cnAwynSjtj36ohBEQ8zVMs1ohaUlVplEULfAUAy6mCrdH9FETxD00Lyfl0zRDS6OhR7e0RAEDbwVOjy6/MPhO8NC/dcMNfNbhltLe+2XLSXSvKVHDhudHxw+rZ85FEkrkL6+Iv3nv/QFMJulx9wVj6gAAAAASUVORK5CYII=) no-repeat left center;
}
.ws_footer-fix-menu .ws_viewed-items-link:hover {
  background-color: #865a9c;
}
.ws_footer-fix-menu .ws_cart-link {
  width: 53%;
  background-color: #35b2c4;
}
.ws_footer-fix-menu .ws_cart-link > span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAQAAAB0gUQ+AAABJklEQVQ4y5WSrUtDURjG332I4MpkjoVbBqaBLDjLrGIxiCyowWJYEBGzTQSZoMJghqHYFIP/g6BhwWIQREHFqxhEN9MQHfKzONjZPefc3edpz+HH+3FeoUFbn8xJbyJB+t9L1IlIMDFAizxxX0dV7JJe9KRCZU5966xxp0KzPPiMEOaeZTVygJQVmqFBrDt8pmCFzil5wxO2LcgoLRxvvELNAh1xrItzfNNvQBx+GNM9RGkyboBKXJhaOLN867QJ2uSRda3nzcNO8SZBxSAwHBy7oai9uhRhPdDHPr/GRbjkdVCRF7JkeWW1o8YQH2yQZBeXkBeqUhUR4YBK1yEnRUgDcS+0yDsTTFJnoSON4LJHhkNude2F2OGLJltqG+S4Bq4YERH5A2O9VJ0aFy+pAAAAAElFTkSuQmCC) no-repeat left center;
}
.ws_footer-fix-menu .ws_fix_menu_add_cont {
	/*background-color: #543963;
    margin: 0px 1px 0 0;
    padding: 5px;*/
}
.ws_viewed-items {
  display: none;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 100%;
  background-color: #fff;
}
.ws_pink-modal-backdrop {
  background-color: #4e2d5f;
}
.ws_pink-modal-backdrop.in {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.ws_pink-modal .ws_close-modal {
  font-size: 18px;
  font-weight: 600;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  color: #fde172;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}
.ws_pink-modal .ws_close-modal span {
  font-weight: normal;
  font-size: 23px;
}
.ws_pink-modal .ws_close-modal:hover {
  text-decoration: none;
}
.ws_pink-modal .modal-dialog {
  margin: 30px auto;
}
.ws_order_call_modal .modal-dialog {
  width: 485px;
}
.ws_pink-modal .modal-content {
  border: 10px solid #fde172;
  border-radius: 0;
}
.ws_pink-modal .ws_auth-haeder {
  font-size: 30px;
  font-weight: 600;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ws_pink-modal .ws_auth-desc {
  text-align: center;
  margin-bottom: 20px;
}
.ws_pink-modal .form-group {
  width: 290px;
  margin: 0 auto 10px auto;
}
.ws_pink-modal .form-control {
  border: 2px solid #ebebeb;
  border-radius: 0;
  outline: 0;
  color: #4e2d5f;
  font-style: italic;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 43px;
}
.ws_pink-modal .form-control:focus {
  outline: 0;
  border-color: #4e2d5f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ws_pink-modal .form-control::-moz-placeholder {
  color: #9b88a3;
  opacity: 1;
}
.ws_pink-modal .form-control:-ms-input-placeholder {
  color: #9b88a3;
}
.ws_pink-modal .form-control::-webkit-input-placeholder {
  color: #9b88a3;
}
.ws_pink-modal .custom-checkbox {
  margin: 20px 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #e0e0e0;
}
.ws_pink-modal .custom-checkbox label {
  font-size: 15px;
}
.ws_pink-modal .ws_restore-password {
  text-align: center;
  margin-bottom: 20px;
}
.ws_pink-modal .ws_restore-password a {
  font-style: italic;
  font-size: 15px;
  color: #2090a0;
  border-bottom: 1px dotted #2090a0;
}
.ws_pink-modal .ws_restore-password a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
.ws_pink-modal .btn {
  font-size: 18px;
  font-weight: normal;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  padding: 10px 30px;
}
.ws_pink-modal.ws_order_call_modal .btn,
.ws_pink-modal.ws_auth_modal .btn {
	margin: 0 5px 20px 5px;
}
.ws_pink-modal .btn.btn-primary {
  border-color: #4e2d5f;
  background: #4e2d5f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA00lEQVQoU3XQP0oDURAH4BEkhWiRBf8cwNokIFrpGYKWFoI2Lim8QC6QRhsrtbSxthEbKxEFRbQQXKO1p/gszOIuvGWKYeDj/eZNCGFgUaQrhFMvHptIGLnWkjeRUMiEkHu2kAJjLSHM+LCXApf2hXDjOB3RMTYnfNlMg3DkXFj3aSMN2u70m8hf6ymsVEhmWH66lNsKyxMycOW2vMv/YzsKHWHNk5Gp8nTVvC2FfmXOvZqur9Tz4MzsZJr3Y6kOQubEtwNtq94c1iPK6rrw7t6uEL8S5CqRcjwvYgAAAABJRU5ErkJggg==) no-repeat 18px center;
  color: #fff;
  padding-left: 50px;
}
.ws_pink-modal .btn.btn-primary:hover {
  border-color: #74458c;
  background-color: #74458c;
}
.ws_pink-modal .btn.btn-default {
  padding: 8px 28px;
  color: #886e95;
  border: 3px solid #e2e2e2;
}
.ws_pink-modal .btn.btn-success {
    padding: 8px 28px;
    color: #FFFFFF;
    border: 3px solid #449d44;
    background-color: #449d44;
}
.ws_pink-modal .btn.btn-success:hover {
	border-color: #5DC75D;
    background-color: #5DC75D;
}

.ws_breadcrumb {
  background: #2090a0 url('../images/breadcrumb-bg.jpg') repeat center top;
}
.ws_breadcrumb .ws_container {
	padding-top: 20px;
}
.ws_breadcrumb .breadcrumb {
  background-color: transparent;
  color: #f4d96f;
  font-weight: 600;
  margin: 0;
  padding: 0 0 8px;
  font-size: 15px;
}
.ws_breadcrumb .breadcrumb > li {
  position: relative;
  padding: 0 13px;
}
.ws_breadcrumb .breadcrumb > li:first-child {
  padding: 0 13px 0 0;
}
.ws_breadcrumb .breadcrumb > li + li:before {
  padding: 0;
  display: block;
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJUlEQVQYV2O4vNLME4ifQbEnA5TxH4qfoQs8Bwl4gRhA/ATEBgBCdidz+3MjbQAAAABJRU5ErkJggg==);
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -3px;
}
.ws_breadcrumb .breadcrumb > li > a {
  color: #f4d96f;
}
.ws_breadcrumb .breadcrumb > .active {
  color: #eeece6;
}
.ws_breadcrumb h1 {
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 17px;
}
.ws_catalog {
  background-color: #fff;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.ws_catalog .ws_items {
  position: relative;
}
/*.ws_catalog .ws_items:nth-child(2n+1) .ws_item:nth-child(2n+1) {
  border: 1px solid #ebebeb;
}
.ws_catalog .ws_items:nth-child(2n+1) .ws_item:nth-child(2n) {
  border: 1px solid #fff;
}*/
.ws_catalog .ws_pages-label {
  position: absolute;
  right: -29px;
  top: 0;
}
.ws_catalog .ws_page {
  float: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background-color: #e8ce7f;
  text-align: center;
  font-size: 18px;
  font-family: 'PFDinCond';
  color: #fff;
  margin-top: 1616px;
}
.ws_catalog .ws_page:nth-child(3n) {
  margin-top: 1381px;
}
@media (min-width: 1880px) {
  .ws_catalog .ws_page {
    margin-top: 1146px;
  }
  .ws_catalog .ws_page:nth-child(3n) {
    margin-top: 1146px;
  }
}
.ws_brands {
  padding: 36px 0 42px;
}
.ws_brands .ws_brand_header {
  font-size: 24px;
  font-weight: 600;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  color: #4e2d5f;
  float: left;
}
.ws_brands > ul {
  padding: 11px 0 0 0;
  margin: 0 0 0 110px;
  list-style: none;
  min-height: 34px;
}
.ws_brands > ul > li {
  position: relative;
  display: inline-block;
}
.ws_brands > ul > li > a {
  position: relative;
  display: block;
  margin: 0 7px;
  color: #886e95;
  border-bottom: 1px dotted #886e95;
  line-height: 1;
}
.ws_brands > ul > li > a:hover {
  text-decoration: none;
  border-bottom: none;
}
.ws_brands > ul > li > a:focus {
  text-decoration: none;
}
.ws_brands > ul > li.ws_hide_brand {
  display: none;
}
.ws_brands > ul > li.ws_more-brands > a {
  color: #2090a0;
  border-bottom: 1px dotted #2090a0;
}
.ws_brands > ul > li.ws_more-brands > a:hover {
  text-decoration: none;
  border-bottom: none;
}
.ws_category-help {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABaUlEQVQ4y2PoyJvKhIQZQbRa33xFxQkLKhQmLDgIxE+B+CeUPgQSV+5foABVi4IZkA3T6p3PBdTQB8S/gPg/HgyS79fsnc+N1TCghDhQwTkChqDjc6p988VQDLNqn8sBlDhBokEwfEK3Zz4H3DBgOEwg0yAY7gcbpt43XwHI+Y1NUe6Sqf8PH6n/v/NA8/9zJ2v+r9vdhsuw38BIUWQAuqoRl42Ltnf+/3Iz//+ji2VgGoSnberBZWAjA5A4gsswkMtABoLYIBeCDAO5EIf6YyDDnhEKk7j5M+Cuq1k5CZe6twzQBInXoNdXi8AYj0FgTNBlnev6wS7ymTWLUIy+xRtmIAwyBE+go4YZMDab8CkCRQIovEDeJWBYI950BvMmKLwIGAZJZ1TKARNg2YlRv3seO7XyJjjHU6vUYEQykBuoYCK+MISFEUgdtvKMEamUBWNgSasEDMdKoIbD0HT4C0ofBomD5LGVtAB2vhSW6mQf7wAAAABJRU5ErkJggg==);
  width: 19px;
  height: 19px;
}
.ws_catalog-category {
  background-color: #f2f2f2;
  padding: 25px 26px;
}
.ws_catalog-category .ws_category-name {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  color: #523263;
}
.ws_catalog-category .ws_category-name > a {
  color: #523263;
}
.ws_catalog-category .ws_category-help {
  vertical-align: super;
}
.ws_catalog-category .ws_show-all-items {
  height: 31px;
}
.ws_catalog-category .ws_show-all-items > a {
  display: inline-block;
  color: #886e95;
  line-height: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAAe0lEQVQ4jb2U0Q3AIAhEYeHO0QWcl6ZJNY1wFIz04xJFeYgKdB6NH1FAHBElgAiubFnYDDDtX5ER0A1qGWVRXAVV6Y+xiNCtvsmbv8bDP/RduuMs8BZb0/8XqlJFd2jsK4PCitr2pcofyqv30FpFQyErUqa/mhlET5CCXriz0j420H+ZAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 8px 0 8px 25px;
}
.ws_catalog-category .ws_show-all-items > a span {
  border-bottom: 1px dotted #886e95;
}
.ws_catalog-category .ws_show-all-items > a:hover {
  text-decoration: none;
}
.ws_catalog-category .ws_show-all-items > a:hover span {
  border-bottom: none;
}
.ws_helper + .tooltip .tooltip-inner,
.ws_line-helper + .tooltip .tooltip-inner,
.ws_category-help + .tooltip .tooltip-inner {
  max-width: 250px;
  padding: 15px 20px;
  color: #323232;
  text-align: left;
  text-decoration: none;
  background-color: #eeeeee;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  white-space: normal;
}
.ws_helper + .tooltip.in,
.ws_line-helper + .tooltip.in,
.ws_category-help + .tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.ws_helper + .tooltip.top,
.ws_line-helper + .tooltip.top,
.ws_category-help + .tooltip.top {
  padding: 5px 0 14px;
}

.ws_catalog-filter .ws_helper + .tooltip.top,
.ws_catalog-filter .ws_line-helper + .tooltip.top,
.ws_catalog-filter .ws_category-help + .tooltip.top {
	margin-top: -20px;
}
.ws_helper + .tooltip.top .tooltip-arrow,
.ws_line-helper + .tooltip.top .tooltip-arrow,
.ws_category-help + .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 14px 14px 0 0;
  border-top-color: #eeeeee;
}
.ws_helper + .tooltip.top-left .tooltip-arrow,
.ws_line-helper + .tooltip.top-left .tooltip-arrow,
.ws_category-help + .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #eeeeee;
}
.ws_helper + .tooltip.top-right .tooltip-arrow,
.ws_line-helper + .tooltip.top-right .tooltip-arrow,
.ws_category-help + .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #eeeeee;
}
.ws_helper + .tooltip.right .tooltip-arrow,
.ws_line-helper + .tooltip.right .tooltip-arrow,
.ws_category-help + .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #eeeeee;
}
.ws_helper + .tooltip.left .tooltip-arrow,
.ws_line-helper + .tooltip.left .tooltip-arrow,
.ws_category-help + .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #eeeeee;
}
.ws_helper + .tooltip.bottom .tooltip-arrow,
.ws_line-helper + .tooltip.bottom .tooltip-arrow,
.ws_category-help + .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #eeeeee;
}
.ws_helper + .tooltip.bottom-left .tooltip-arrow,
.ws_line-helper + .tooltip.bottom-left .tooltip-arrow,
.ws_category-help + .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #eeeeee;
}
.ws_helper + .tooltip.bottom-right .tooltip-arrow,
.ws_line-helper + .tooltip.bottom-right .tooltip-arrow,
.ws_category-help + .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #eeeeee;
}
.ws_catalog-sidebar {
  width: 240px;
  float: left;
}
.ws_catalog-sidebar .ws_catalog-filter {
  background-color: #513062;
  color: #ddd9d9;
}
.ws_catalog-inner {
  margin-left: 240px;
  width: 700px;
}
.ws_catalog-inner .ws_items {
  width: 700px;
}
.ws_autopaging_point {
	float:left;
}
.ws_catalog-inner .ws_items .ws_item {
  width: 233px;
}
.ws_catalog-inner .ws_items .ws_item:nth-child(3n) {
  width: 234px;
}
.ws_catalog-inner .ws_brands {
  background-color: #f2f2f2;
  padding: 11px 20px 28px;
}
.ws_catalog-inner .ws_brands .ws_brand_header {
  padding-top: 20px;
  font-size: 16px;
  font-family: 'BanderaPro';
  color: #362440;
  text-transform: none;
}
.ws_catalog-inner .ws_brands > ul {
  padding: 22px 0 0 0;
  margin: 0 0 0 0;
}
.ws_cat-filter-header {
  font-size: 24px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #5f416e;
  padding: 26px 0 16px;
}
.ws_active-filter {
  padding: 20px 26px;
}
.ws_active-filter .ws_brand-header,
.ws_active-filter .ws_active-filter-header {
  font-size: 16px;
  font-weight: 600;
  color: #ebd572;
}
.ws_active-filter .ws_brand-header,
.ws_active-filter .ws_selected-brand {
  display: inline-block;
  margin-top: 10px;
}
.ws_active-filter .ws_selected-brand {
  font-size: 16px;
  border: 2px solid #ffffff;
  font-weight: 600;
  padding: 0 5px;
}
.ws_active-filter .ws_selected-brand a {
  color: #fff;
}
.ws_active-filter .ws_selected-brand a:hover {
  color: #ebd572;
}
.ws_active-filter .ws_selected-brand a.ws_brand-close {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAQAAAADpb+tAAAARElEQVQoU31P2w0AMASUWNpCdrDdVSvoR5VE3INAYCgEVCmOmbzsSEEO0mxCqL4dgLXhHi0yaSqnBf64n7uHS4a7n18uZH24rx7sgywAAAAASUVORK5CYII=);
  width: 11px;
  height: 11px;
  margin-left: 12px;
}
.ws_active-filter .ws_selected-brand a.ws_brand-close:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAUElEQVQoz2N4fbWIGYiXAnHF////GdAxSBwqz8wAZfyH4gosCmFyS9EF4BqwiTPgkNiBzQBcVv7H5jR0z6CbuANZnnSTiXYzSaFBajgTHYMA4GxmZRS3q/EAAAAASUVORK5CYII=);
}
.ws_cat-filter-header-section {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABN0lEQVQ4y7WUy0rDQBSG+wLauaR1V9xYEPsq7Sv2stdCxXWTgCjZlEwxtVqR2gu6sAsLbvUcnYTDkEyyaAI/Z05IvvznJzMVrxv+HEqVUmBw1YgkSOgar7mh5F4WrA5yCEAQqNkjiGFvc+YYToRFCGNpMIe4koYLmQJmebA4r2TUmf/W8gfKjbzlBQHKPJjUsOTr89tV0+uphYvPQH26W5/TrOJ1FiwZ6fl+c+b11QOC3F748gfsq2gRbJvUFahqg4ml+jiFF0ME+IPp5W67P8GqgeHr5L1RGAYZjf9B6nr/+Y2jc6zQ32jgGCFa1jFFMJx3wMkIHdEfdbf5qgNwFFw9tgns2AojIXMyDjezQlARWNr24QRSJTBrZnTfmduHG6BcmMhwxDKcFc6MGW7SMjsq9zw7hH4B2q5cKBFYmpQAAAAASUVORK5CYII=);
  background-position: 209px 12px;
  background-repeat: no-repeat;
  background-color: #886e95;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 19px;
  text-align: center;
  padding: 12px 30px 12px 0;
  cursor: pointer;
}
.ws_cat-filter-header-section:hover span {
  text-decoration: underline;
}
.ws_cat-filter-header-section.ws_unactive {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAdklEQVQ4y2MINEj6Ty3MQCvDGMjB//8jzBg1jHqGOQDxGiBmQxNng4o7kGLYLqjYOiBmgYqxQPkg8d2kGMYPxOeg4suhLloO5Z+DypMUZqJAfBkqdxtKX4aKkxUBEkB8Cyp/C8qnKDZlgHgvlB5NtDQ0bHAVjgD52vtxCotNnAAAAABJRU5ErkJggg==);
  background-color: #e7d49d;
  color: #513062;
}
.ws_cat-filter-section {
  position: relative;
  padding: 18px;
}
.ws_cat-filter-section.ws_unactive {
	display: none;
}
.ws_cat-filter-section .form-group {
  padding: 5px 0;
  margin: 0;
}
.ws_cat-filter-section .custom-checkbox input[type=checkbox] + label:hover {
  color: #fff;
}
.ws_cat-filter-section .custom-checkbox input[type=checkbox] + label:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAJklEQVQ4y2PoyJv6n5qYgWYGAgEDJXjUwFEDRw0cNXC4GDhoS2wARWlq3RMGnvIAAAAASUVORK5CYII=);
}
.ws_cat-filter-section .custom-checkbox input[type=checkbox]:checked + label:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAALElEQVQ4y2P4T2XAQEsDGSjEdDLw9dWi/6TgUQNHDRw1cHAaOKhLm8FZYgMAJlpYTILZybIAAAAASUVORK5CYII=);
}

.ws_cat-filter-section .form-control {
  vertical-align: top;
  border-radius: 0;
  height: 43px;
    border: 2px solid #886E95;
  font-weight: 600;
  font-style: italic;
  color: #9b88a3;
  margin-right: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ws_cat-filter-section .form-control.ws_flt_multiple_select {
	 height: 150px;
}
.ws_cat-filter-section .ws_filter-tags .btn {
  border-radius: 0;
  border: 2px solid transparent;
  color: #fde172;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px 5px;
  margin: 0 3px 3px 0;
}
.ws_cat-filter-section .ws_filter-tags .ws_flt_image.btn {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.ws_cat-filter-section .ws_filter-tags .btn:hover {
  color: #fff;
}
.ws_cat-filter-section .ws_filter-tags .btn.active {
  border-color: #fff;
  color: #fff;
}

.ws_cat-filter-section .ws_filter-tags .ws_flt_image.btn:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  border-color: #886e95;
}
.ws_cat-filter-section .ws_filter-tags .ws_flt_image.btn.active {
	filter: alpha(opacity=100);
  	opacity: 1;
}
.ws_cat-filter-section .ws_filter-images .btn.active {
  border-color: #886e95;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

.ws_cat-filter-section .ui-slider {
  position: relative;
  text-align: left;
  border: none;
  border-radius: 0;
}
.ws_cat-filter-section .ui-slider-horizontal {
  background: #c19fd1;
  height: 7px;
}
.ws_cat-filter-section .ui-slider-horizontal .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  height: 7px;
  background: #ebd572;
  border: none;
}
.ws_cat-filter-section .ui-slider-horizontal .ui-slider-handle {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAZCAIAAABsJZPcAAAAK0lEQVQoz2P4jxswjMoRkHtxadrVtfZAEovcldXWl1eaAaVJ1Dca1sTKAQA63peGpslykQAAAABJRU5ErkJggg==);
  width: 9px;
  height: 25px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  top: -9px;
  margin-left: -4px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  border: none;
}
.ws_cat-filter-section .ui-slider-horizontal .ui-slider-tooltip {
	  left: -19px;
	    margin-left: 0;
}
	.ws_cat-filter-section .ui-slider-horizontal .ui-slider-tooltip .ui-slider-tooltip-inner {
		  background-color: #513062;
		  color: #ddd9d9;
		    font-size: 14px;
	}
	.ws_cat-filter-section .ui-slider-horizontal .ui-slider-tooltip .ui-slider-tooltip-arrow {
		
	}
.ws_helper {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABaElEQVQ4y2PoyJvKjI7DTNOUggyTKwMNkg4B8VMg/gmlD4PEQfLY9DEgc+Id8nmAGvqB+BcQ/8eDQfIT4uzyeJH0M8ENi7DIkAAqOE/AEHR8HqQPxbBk12JOoMRJEg2C4ROJToVccG+CnEymQTA8AWxYmFm6IpDzG5ui1szU/6c3ZP8/tDzr/+WdOf93zsvEZdjvEJNUJQYgoxGXjeunZP7/cjP//5NTuWAahJd2ZeAysAlk2FFchoFcBjIQxAa5EGQYyIU41B8DGfaMUJhUxqbCXTehNA2XurcM0ASJ16C3l/LAGI9BYEzQZbMb0sEuyg1IIRSjb/GGGQiDDMET6Mj4OMiwJnyKQJEACi+QdwkY1oQ3ncG8CQovAob9BmZ+ZWrlgIlUy5uxdrmc1Cg1zgG9Jw4yCMUwEAaVT0AFk/CFISyMQOqirLJ4YAZhFI5IJa0ysEStApWs0HT4C0qD+JWgTI1kCBwDAB71mifpuBmbAAAAAElFTkSuQmCC);
  width: 19px;
  height: 19px;
  vertical-align: bottom;
  margin-right: 10px;
}
.ws_line-helper {
  border-bottom: 1px dotted #ddd9d9;
}
.ws_line-helper:hover {
  border-bottom: 1px dotted transparent;
}
.ws_scrollpanel {
  margin: 0px;
  height: 240px;
  /*.sp-scrollbar.active .sp-thumb {
	  background-color: #999;
	}*/
}
.ws_scrollpanel .sp-scrollbar {
  width: 19px;
  background-color: #c19fd1;
  cursor: pointer;
}
.ws_scrollpanel .sp-scrollbar .sp-thumb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAgAQMAAAD34rDqAAAABlBMVEVRMGLt0m7qhU2iAAAAEUlEQVQIW2NgIA6wH8DJwAsAa7sCVuc/KYYAAAAASUVORK5CYII=);
  background-color: #513062;
  background-position: center;
  background-repeat: no-repeat;
  transition: height 0.2s ease-in-out;
  width: 15px !important;
  margin-left: 2px;
}
.ws_show-all-adv,
.ws_reset-filter {
  display: block;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #5f416e;
  color: #ebd572;
  font-weight: 600;
  font-size: 16px;
}
.ws_show-all-adv span,
.ws_reset-filter span {
  border-bottom: 1px dotted #ebd572;
  line-height: 1;
}
.ws_show-all-adv:focus,
.ws_reset-filter:focus,
.ws_show-all-adv:hover,
.ws_reset-filter:hover {
  text-decoration: none;
  color: #ebd572;
}
.ws_show-all-adv:focus span,
.ws_reset-filter:focus span,
.ws_show-all-adv:hover span,
.ws_reset-filter:hover span {
  border-bottom: 1px dotted transparent;
}
.ws_show-all-adv {
  padding: 0 0 30px;
  border-top: none;
  color: #2090a0;
}
.ws_show-all-adv span {
  border-color: #2090a0;
}
.ws_show-all-adv:focus,
.ws_show-all-adv:hover {
  color: #2090a0;
}
.ws_ya_market {
  padding: 21px;
  border: 3px solid #a576be;
}
.ws_adv-two {
  padding: 28px 0px;
}
.ws_adv-two .item {
  padding: 8px 20px;
}
.ws_adv-two .ws_adv .ws_adv-icon,
.ws_adv-two .ws_adv .ws_adv-desc {
  height: 70px;
}
.ws_adv-two .ws_hidden-item {
  display: none;
}
.ws_pagination {
  font-size: 16px;
  font-weight: 600;
  color: #434141;
  background-color: #f2f2f2;
}
.ws_pagination .pagination {
  border-radius: 0;
  margin: 28px 0 23px;
  min-height: 38px;
}
.ws_pagination .pagination > li > span {
  color: #434141;
}
.ws_pagination .pagination > li > a {
  color: #2090a0;
}
.ws_pagination .pagination > li > a,
.ws_pagination .pagination > li > span {
  height: 29px;
  line-height: 29px;
  min-width: 29px;
  padding: 0;
  text-align: center;
  background-color: transparent;
  border: none;
  margin: 0 2px;
}
.ws_pagination .pagination > li:first-child > a,
.ws_pagination .pagination > li:first-child > span {
  border-radius: 0;
  margin: 0 5px 0 20px;
}
.ws_pagination .pagination > li:last-child > a,
.ws_pagination .pagination > li:last-child > span {
  border-radius: 0;
}
.ws_pagination .pagination > li:hover > a {
  background-color: #c2a1d3;
  color: #fff;
}
.ws_pagination .pagination > li.active > a {
  background-color: #513062;
  color: #fff;
}
.ws_pagination .btn-default {
  margin: 22px 20px 23px 0;
  border: 3px solid #2291a1;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  color: #4e2d5f;
  text-align: center;
  padding: 5px 25px;
}
.ws_pagination .btn-default:hover {
  border-color: #35b2c4;
}
.ws_catalog_wide {
  background-color: #f8f8f8;
}
@media (min-width: 1880px) {
  .ws_container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ws_catalog_wide {
    width: 1200px;
  }
  .ws_catalog-inner {
    width: 960px;
  }
  .ws_catalog-inner .ws_items {
    width: 960px;
  }
  .ws_catalog-inner .ws_items .ws_item {
    width: 240px;
  }
  .ws_catalog-inner .ws_items .ws_item:nth-child(3n) {
    width: 240px;
  }
  .ws_catalog-inner .ws_items .ws_item:nth-child(8n+5),
  .ws_catalog-inner .ws_items .ws_item:nth-child(8n+7) {
    border: 1px solid #fff;
  }
  .ws_catalog-inner .ws_items .ws_item:nth-child(8n+6),
  .ws_catalog-inner .ws_items .ws_item:nth-child(8n+8) {
    border: 1px solid #ebebeb;
  }
}
.ws_detail-item .ws_container {
  padding-top: 25px;
}
.ws_detail-item .ws_left-bar {
  width: 340px;
  float: left;
  margin-bottom: 30px;
}
.ws_detail-item .ws_left-bar .ws_big-foto {
  margin: 0 0 30px;
  text-align: center;
}
.ws_detail-item .ws_left-bar .ws_big-foto img {
  max-width: 340px;
}
.ws_detail-item .ws_left-bar .ws_big-foto iframe {
  width: 340px;
  min-height: 250px;
}
.ws_detail-item .ws_left-bar .ws_thumbs {
  margin-bottom: 25px;
}
.ws_detail-item .ws_left-bar .ws_thumbs > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.ws_detail-item .ws_left-bar .ws_thumbs > ul > li {
  float: left;
  border: 4px solid transparent;
  margin: 0 4px 4px 0;
  width: 80px;
  text-align: center;
}
.ws_detail-item .ws_left-bar .ws_thumbs > ul > li:hover,
.ws_detail-item .ws_left-bar .ws_thumbs > ul > li.active {
  border-color: #a08baa;
}
.ws_detail-item .ws_left-bar .ws_thumbs > ul > li:nth-child(4n+1) {
  clear: both;
}
.ws_detail-item .ws_left-bar .ws_thumbs > ul > li.ws_hidden-thumb {
  display: none;
}
.ws_detail-item .ws_left-bar .ws_thumbs > ul > li img {
  max-width: 72px;
}
.ws_detail-item .ws_left-bar .ws_thumbs > ul.ws_show-hidden-blocks > li.ws_hidden-thumb {
  display: block;
}
.ws_detail-item .ws_left-bar .ws_thumbs .ws_show-all-thumbs {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #5f5c5c;
  margin-right: 20px;
}
.ws_detail-item .ws_left-bar .ws_thumbs .ws_show-all-thumbs span {
  display: inline-block;
  color: #2090a0;
  border-bottom: 1px dotted #2090a0;
  line-height: 0.9;
}
.ws_detail-item .ws_left-bar .ws_thumbs .ws_show-all-thumbs:focus {
  text-decoration: none;
}
.ws_detail-item .ws_left-bar .ws_thumbs .ws_show-all-thumbs:hover {
  text-decoration: none;
}
.ws_detail-item .ws_left-bar .ws_thumbs .ws_show-all-thumbs:hover span {
  text-decoration: none;
  border-bottom: none;
}
.ws_detail-item .ws_right-bar {
  margin-left: 380px;
  margin-bottom: 30px;
}
.ws_detail-item .ws_right-bar .ws_item-article {
  font-weight: 600;
  font-size: 16px;
  color: #5f5c5c;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 16px;
}
.ws_detail-item .ws_right-bar .ws_item-article a,
.ws_detail-item .ws_right-bar .ws_item-article span {
  color: #886e95;
}
.ws_detail-item .ws_right-bar .ws_item-article a {
  text-decoration: none;
  border-bottom: 1px dotted #886e95;
  line-height: 1;
  display: inline-block;
}
.ws_detail-item .ws_right-bar .ws_item-article a:hover {
  border-bottom: none;
}
.ws_social-shared {
  text-align: left;
  margin-bottom: 30px;
}
.ws_social-shared .tlt {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  margin-right: 7px;
}

.ws_social-shared a.b-share__handle.b-share__link {
  vertical-align: top;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-left: -3px;
  background: url('../images/social-icons-item.png') no-repeat 0px 0px;
}
.ws_social-shared a.b-share__handle.b-share__link:hover {
  background-position: 0 -46px;
}
.ws_social-shared a.b-share__handle.b-share__link.b-share-btn__facebook {
  background-position: -46px 0;
}
.ws_social-shared a.b-share__handle.b-share__link.b-share-btn__facebook:hover {
  background-position: -46px -46px;
}
.ws_social-shared a.b-share__handle.b-share__link.b-share-btn__twitter {
  background-position: -92px 0;
}
.ws_social-shared a.b-share__handle.b-share__link.b-share-btn__twitter:hover {
  background-position: -92px -46px;
}
.ws_social-shared a.b-share__handle.b-share__link.b-share-btn__odnoklassniki {
  background-position: -138px 0;
}
.ws_social-shared a.b-share__handle.b-share__link.b-share-btn__odnoklassniki:hover {
  background-position: -138px -46px;
}
.ws_social-shared a.b-share__handle.b-share__link.b-share-btn__moimir {
  background-position: -184px 0;
}
.ws_social-shared a.b-share__handle.b-share__link.b-share-btn__moimir:hover {
  background-position: -184px -46px;
}
/*ya*/
.ws_social-shared .yashare-auto-init.b-share_theme_counter {
	display: inline-block;
}
.ws_social-shared .yashare-auto-init.b-share_theme_counter .b-share {
	padding: 0!important;
}
.ws_social-shared .b-share_theme_counter .b-share-btn__wrap {
  margin-left: 3px;
}
.ws_social-shared a.b-share__handle.b-share__link span {
	display: none;
}

.ws_item-package-header {
  font-size: 20px;
  font-weight: 600;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  color: #323232;
  letter-spacing: 4px;
}
.ws_item-package-header span {
  color: #886e95;
}
.ws_item-package .ws_item {
  width: 50%;
  float: left;
}
.ws_item-package .ws_item a {
  color: #2090a0;
}
.ws_item-package .ws_item .ws_foto {
  border: 1px solid transparent;
  text-align: center;
  height: 170px;
}
.ws_item-package .ws_item .ws_foto img {
  max-width: 100%;
  max-height: 170px;
}
.ws_item-package .ws_item .ws_price {
  color: #323232;
  font-size: 18px;
  font-family: 'PFDinCond';
  font-weight: 600;
  margin-top: -45px;
  margin-left: 20px;
}
.ws_item-package .ws_item .ws_price .rouble:before {
  top: 0.12em;
}
.ws_item-package .ws_item .ws_price s {
  margin-left: 10px;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  color: #a8a8a8;
  vertical-align: top;
}
.ws_item-package .ws_item .ws_price s .rouble {
  vertical-align: top;
  width: 20px;
}
.ws_item-package .ws_item .ws_price s .rouble:before {
  top: 0.03em;
}
.ws_item-package .ws_item .ws_name {
  color: #2090a0;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin-top: 35px;
}
.ws_item-package .ws_item a:focus {
  text-decoration: none;
}
.ws_item-package .ws_item a:hover {
  text-decoration: none;
}
.ws_item-package .ws_item a:hover .ws_foto {
  border-color: #e5e3e3;
}
.ws_item-package .ws_item a:hover .ws_name {
  text-decoration: underline;
}
.ws_item-package.owl-carousel {
  height: auto;
  padding: 0;
}
.ws_item-package.owl-carousel .ws_item {
  width: auto;
  float: none;
}
.ws_item-package.owl-carousel .owl-controls {
  position: absolute;
  top: -30px;
  right: 0;
}
.ws_item-package.owl-carousel .owl-controls .owl-buttons .owl-prev,
.ws_item-package.owl-carousel .owl-controls .owl-buttons .owl-next {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 0;
  top: auto;
  background-image: url('../images/owl-control-two.png');
}
.ws_item-package.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.ws_item-package.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
  background-position: 0 -30px;
}
.ws_item-package.owl-carousel .owl-controls .owl-buttons .owl-next {
  background-position: -30px 0;
}
.ws_item-package.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
  background-position: -30px -30px;
}
.ws_prices-and-options {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.ws_prices-and-options td {
  vertical-align: top;
}
.ws_prices-and-options .ws_fix-pad-20 {
  padding-top: 20px;
}
.ws_prices-and-options .btn {
  font-size: 18px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  border-radius: 0;
  height: 54px;
  letter-spacing: 3px;
}
.ws_prices-and-options .btn.btn-primary {
  width: 100%;
  border-color: #2090a0;
  background-color: #2090a0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAQAAADMt26FAAABe0lEQVQ4EQXBsYvXdQAG4Of9+hkVvCCnEhpUFA9u8ChXB+HWIKHNw6E6CHRwjYPAv0DU0aLNUYdzMI4byjOFE9ShQF06Iks9kwMJfq/PM/q3D8HMD1YAAVGTmYBJGT4SxJwtxz1WAAUBUTEbKqr+tWHZOqIiKCAg/hwoiE0XfSwqKgAA9vlsoIi6a8cZFRUwKYD41u4AwEMHzXmlgAACJl85PxDAO1sW3QYVVUDFkv/dGSgm1KaT1gRUABW14orZABTccw5AAMAxC75gqAD4xTWTGQAI6hs/essA1KS2vXHUIwRA1Ae+dAKGgJiZsOkn/4AA4IA1z2GoqIqKe/a7hIBiUnUfGIgiqn511gaiiJoUQAaKKOKBT8x5CSgKgupAQVHHvHXdCwQFxH8ue6oDUQWHrLnqsM+tomCvVVfEunk7QxFQS25atcdfbthGxGm/uYBFn7o9QEXx3NcOmjfZEUQ9c8QCDnvKQAVwyylPvLZsFxX84Xs/4zu/y3tO05JwaM7wKAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 13px 17px;
  padding-left: 48px;
}
.ws_prices-and-options .btn.btn-primary:hover {
  border-color: #35b2c4;
  background-color: #35b2c4;
}
.ws_prices-and-options .btn.btn-default {
  color: #d3a936;
  border: 4px solid #d3a936;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAVCAYAAABPPm7SAAABTElEQVQ4y7XUPyhFYRzG8SMppBSJwWCgjAZhEQplICPLZbErZTOSlDJQRjFIId3pFsmkZGRRBoMoGVwk6ur4vnpO/dQ5r3OV4dM577+n8/47wcVOR5BgG2ue9m+20IJ6Uz7BgSk3odEXkMMtmlU+xr7eO5HHui/ApV/jHrXoQxda8YIzVPsCAk1hEZWmrgHzqEpagyVsSL8aMnjGA4ZUN2b6zdqAXS2YM66GO2RxinPVzZh+q0lTiDxhGiu4SbuN/xbwiAkt5p8CQnHb246aYgKmsIc2E/SGHpSlCbBnoYBJXCnow+2MHTSAYZTGBDgVeh7pVG7hPWpcMJ/oOrzGBNgjX6evCaPKS12cQc0x9AREfgTMaZA7wt2aQqaYgBJs4hMjKFdd6oBAi5fVFHp/GRwbEOgau8uSV4dRD/dzKcQlu5/GodmVJO5cLH8BFmecv/3XxZEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 15px 12px;
  padding-left: 48px;
  padding-top: 11px;
}
.ws_prices-and-options .btn.btn-default:hover {
  border-color: #fde172;
  background-color: transparent;
  color: #fde172;
}
.ws_prices-and-options .btn.btn-warning {
  border-color: #4e2d5f;
  background-color: #4e2d5f;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
}
.ws_prices-and-options a.btn.btn-warning {
	padding-top: 14px;
}
.ws_prices-and-options .btn.btn-warning:hover {
  border-color: #865a9c;
  background-color: #865a9c;
}
.ws_prices-and-options .input-group-btn {
  width: 100%;
}
.ws_prices-and-options .input-group {
  margin-right: 14px;
  margin-bottom: 14px;
  max-width: 230px;
}
.ws_prices-and-options .input-group .ws_prod_cnt_add {
  width: 54px;
  height: 54px;
  padding: 0;
  border: 4px solid #2090a0;
  border-radius: 0;
  color: #2090a0;
  font-size: 18px;
  text-align: center;
}
.ws_old-price,
.ws_current-price {
  font-style: normal;
  font-size: 24px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  color: #a8a8a8;
  line-height: 1.2;
}
.ws_old-price {
  font-style: italic;
  margin-bottom: 10px;
}
.ws_old-price .rouble {
  width: 20px;
}
.ws_old-price .rouble:before {
  top: 0.01em;
}
.ws_current-price {
  font-weight: 600;
  font-size: 52px;
  color: #2090a0;
  margin-top: 16px;
  letter-spacing: 3px;
}
.ws_current-price_pr {
  	display: block;
    font-size: 14px;
    color: #a8a8a8;
    font-weight: normal;
    top: 3px;
    position: absolute;
}
.ws_current-price .rouble:before {
  top: 0.12em;
}
.ws_item-bonuses {
  font-weight: 600;
  color: #5f5c5c;
  line-height: 2.5;
  margin-bottom: 10px;
}
.ws_item-bonuses span {
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  border-top: 2px solid #4e2d5f;
  color: #4e2d5f;
}
.ws_item-available,
.ws_item-not-available {
  font-weight: 600;
  font-size: 16px;
  color: #26d560;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAYAAABvCO8sAAACn0lEQVRIx7WWTWgTURDHA8km9epXD9KrtoqoeNCTJxVRELwKrW1smwj1YAVRiygI0o8UFMFST4po1aMoIojgSfEigrtp08TaGq2SbpoobE1bM8687oTXsJvslt3An/3Km9/O7Lz/ewEACKMUVEQ6D0vXkfjMrcbdyVisRY2ObVM7Jraq7QUUoIp0vV07/XhXsru7NzvSaI5rMLWuSg0BM2jYAhaJTic2Y7AEBjZMQD0ZO7TOIXpBGSId7YE7ta42DDDnELRKmLW+Jxlv5xeXswxUwZTU32wYsxpeC6haVJ3sYk4ur8hQkaCRFi064AWMhSUelEtLwBADsQynvISxKC7G70UVCBikLI9nrmzBh/N+AK/PPjRg5dfHwCC2/B0/YFd/3Bekp/Nv3/M3DJ7IXNvoovVdw0Zzz8WUoekigNhNnV7DzmdH4R+U4W7uReUemYNomma1Y8xvmDlNngggTlTNbvAD/TUcS/e5ht3TX1kZgiaA5Il2AT4aacgv/4FDkxfqwnq+3RawR/k3FNzqP0UG2gbZmzwDn4wM/FzK14RiQ8BSebkWTEg0Ta0MnUCdwlC/OUO1Xrn2jfcA+qyAHpSg8ZmbAvas8A6aa8Mq3zDotEv3j58V0OnSLziQOgdtXwdgoVwSMDQOJ2a+0qV40uW0Cxn6fXHOFcychzEBdOs0BP1SmoWXxQ+OYaucxvTSET+8lEXxaUXi5Sl0ePKib6sFxUXzaCIOA0WWuK1o9QNI2xWTo1RKymDs2H5PS6lFE1xFBobkLD8vTCkITXgEG6Z4vF+qLqkMDpm7Nn2NMB2nWqsEUjh+QC6nnClPF8x20M2+FLMaOjl1Y5O8V7IC2kLpeCR9aQMt0uRIaE8pyXvpOEH36fnR9OX10njFKsP/rUpxiN2r/9sAAAAASUVORK5CYII=) no-repeat left center;
  padding-left: 40px;
  min-height: 27px;
  line-height: 27px;
  margin-bottom: 20px;
}
.ws_item-not-available {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACG0lEQVRIx72WS0/CQBCAm9gCXn1xMPrPUA8qf4IF5CXPhFdAISaYgCgc9Cdw8EbiTRK8Y4KR8DhwAakzzS5ZsEJLoIdhW7oz387szOwKsixLIGYQE302ce/mSrFoDXs8dr/TWfYR0vQ5HD0QGaSP7wGX6zF0dXX5XKlYqZ6FyvacWARqdB5kfigUDsBQFIwOqfFlMrx2uSK4OB7AjeqwoNt9AsrfGiGzQkgn7PWesUXz3gkcSPpqt03gTWwlyJxgVHrdLh/SGc/MAacztA4QEwhrmA/nFAaun7JJg35ffqlWVwKgHuqzd7TLEgdhUj6dPoQPXV7hZzyWYbN1gSqlkqI3s1BCeoVc7hiBCNuCtM6orXA0GmkG4jycrxYR2L+s4tldJrP3X3prBS4CsbLAkhCAer5sDxYBNYAUwcIX/ISUtWy6GlAriIbySYANbGjNMh6oB0QTpSEoPU5HWiPgtVbTB6K9VNBbR2/1uixPJsqoV9dIzwYIezdszwzNRvi5MKjO7MZ2ENobs5vsjWgfTxaEiZl4fHNdH+zeplJHyFE8Q4GrgG0T5xleMRCERxmDiUo4CQmu86SGkz9KbU9hIvPus9WSABhdEyiG9tj9hg+jyEFFervqrAjqQDnZOIjE7POeTT3EZywJ8DKs594I3kTu8/l9aou/Iorznv0B4phNJHbxgFU6DSEfXC/FsYn/4/ebZHKH05fUPPsFDC2BFQHmK40AAAAASUVORK5CYII=) no-repeat left center;
  color: #847c7c;
}
.ws_mini-hr {
  width: 70%;
  margin-top: 18px;
  margin-bottom: 15px;
}
.ws_your-size {
  font-weight: 600;
  color: #886e95;
  border-bottom: 1px dotted #886e95;
  margin-bottom: 10px;
  display: inline-block;
}
.ws_your-size:hover,
.ws_your-size:focus {
  text-decoration: none;
}
.ws_your-size:hover {
  border-bottom: 1px dotted transparent;
}
.ws_vk-sale {
  display: inline-block;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAIAAABKoV4MAAACHklEQVRYw2PwrVltnrPQoWipfdFSB/oioNUMVnmL9NPmDgiyyV/MYF+4ZKCsty0YtX7U+lHrR60ftX7grQ9uWJfcsw2CEru3wKslg/S5vatPXrn/+sevP//////5+8+NR28r5x5A1muUMT++cwtcOxAF1q8lzXqI6XBw6sYziLhh+rzWpUf//P2LLPv49SdkvbO3XfiPCj58+UGa9euO3EQzIq5zM1x207FbyFLP3nxG1KEFiz9/+4mmd9upu6RZ71Oz+u/ff8hGHL3yBC7bvOQostStJ+/gUtM3n0Oz+9uP356VK0lOemsP3UAzKL1/B0SqdsEhZPGrD15DxN3LV3z98QtNV8PCw+SkfLfyFWgp4P6LD2bZC4BSfWtOIYufufUcomX/hYdodm88eov8jDdr63k04zYcvQVM/FtP3EEWfPTyI1Bx96oTaIpvPn4LcS6Z1gOboE/ffEYz9NK9V79+/0UTPH/nBZrI95+//WrXUFrsZEzY8Z8sgCu1k1zqrTxwnQzrgWkwqm0jFawHxh+waCPDBV++/4rt2EyFMh+Yo15/+IrHpsv3X917/gFTHJh3Uvu2UaHKCahf+/I9dhcA7bDIXQgMpMOXH2MNgwBSy3ysyLl0+aFLjzAtAJYH8JwCrB0wFVy8+5JqFS6wAgTmfmBeh1c8yGWLZe6izcdvo5VXT5EqhdHmxqj1o9aPWj9q/QBaP8ADawM7rAgAImMbEmx48YYAAAAASUVORK5CYII=) no-repeat left top;
  padding-left: 55px;
  padding-right: 15px;
  height: 42px;
  line-height: 42px;
  color: #886e95;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
}
.ws_vk-sale span {
  color: #2f669d;
}
.ws_vk-sale:hover {
  color: #886e95;
  text-decoration: none;
  background-color: #f9f9f9;
}
.ws_vk-sale:hover span {
  color: #2f669d;
}
.ws_credit-and-compare {
  font-weight: 600;
  font-size: 16px;
  height: 60px;
  color: #595959;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAYCAYAAAAYl8YPAAACtUlEQVRIx42VS2hTQRSG56Zai60IvhbZKLqR4EJXIogolqILFcQK4kKtoguhSWyUlFYp1kfStFWrTdKX8Rm6rCIS3ShUtLrRKijS4lZ8K/UtEv8/nAmT6b3g4uPOnTnvc+5clc/nfcAxnk5bKLUmVt99EbwEP0BeeA2uxUPJPdmuoQpLz6e0ATJ0PlcWDyazBcVg912sG6FYC+Nr8dyC9/04uwq+g7HEgfRCU1+ZlnlIQ1CsM4TMyAvrM40DfshNwHizbawoOHzzkQ9CD8G9/hPZclPQlIORIGT+dB7sDXhGRiCwBIJfoZBwrWc4tRznv1kC25kyw9eKSHMX07VqUpDB/n1wm1lYeo5yScWB171M41xzZo4dHfZzaM51t3pOMobOrZRunXRzxM4WmgSHdmNKGtAR6V0KwS+cJczRFI+OMvJW1g2Ga8xUiw1ob0jPh8Ab1qPn6JVpWhldreKQcga1knT9Ah2zYSVpMgocDIPRs02ZypL6hZJbJa3609H+mXqfDrVOquVShTbGuYmyToYX87P6C56Bz4zadIRsFmDvE/RjBWOnDvXN4jSDFqOYunOd4KnM3+xEOBVw6XyY329HpMev8BKhdXwiM1w6t05SPJIbvDPVHmCuB2KDlZB5C5nDip8OFpfdxkBKsA8yP1kfRDfPHlTJoA+MKElxN1BuiHAAjLNmLud87gTflNxTGzyMVIMaviPCJjzfeRhbTztc/ALbPSKLirMx6WrMSK1oTMZnghuj0rVJkcmcbZM7rvbF4/EyOTPrxqiPY/8JFY/JdVzlEd0i8AFM9zgvB69AK1/mgo8gAxyvRnhA+bQ00a83q6X9t8Di/zREuRu8qsBmpmseLpMrmwUfAW1gB9gEVoONoA7EDbnnYBUN2cY0K0A7eMDJNn5zjOA9hxx0iQOfNkT+Ad8qOfuexMp1AAAAAElFTkSuQmCC) no-repeat 23px 20px;
  margin-bottom: 20px;
}
.ws_credit-and-compare .ws_compare {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAASFBMVEX///////////////////////////////////////////////////////////////////////////////////////8hkKAgkKDxIVbfAAAAF3RSTlMUFRYXGBkaGxwdHh8gISIjJCUmJygp+HScXbkAAACRSURBVBgZBcExSgUBEECxzDKgncXX+x/RVhHmmcxXYgEAW5r8SQi8L5Q0CGGPpKYQYdMgBwg2JUGg2Df8QAjC+g0AEqwkCQlYRQoEWCccgDQeAMCFsxIajRsh62IUp2nOZKWJYuIkS258AADrJr4bbqjhPKYc4OJqPFKlTnpxV6ucBjdS1DozhZypJtYnAED4B5Y9j/9BOBkhAAAAAElFTkSuQmCC) no-repeat left center;
  height: 22px;
  line-height: 22px;
  color: #2090a0;
  padding-left: 35px;
}
.ws_credit-and-compare .ws_compare span {
  border-bottom: 1px dotted #2090a0;
}
.ws_credit-and-compare .ws_compare:hover,
.ws_credit-and-compare .ws_compare:focus {
  text-decoration: none;
}
.ws_credit-and-compare .ws_compare:hover span {
  border-bottom: none;
}
.ws_credit-and-compare .ws_credit {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  margin-top: 20px;
  margin-left: 55px;
}
.ws_credit-and-compare .ws_credit a {
  color: #886e95;
  border-bottom: 1px dotted #886e95;
}
.ws_credit-and-compare .ws_credit a:hover,
.ws_credit-and-compare .ws_credit a:focus {
  text-decoration: none;
}
.ws_credit-and-compare .ws_credit a:hover {
  border-bottom: none;
}
.ws_credit-and-compare .ws_credit span {
  color: #2090a0;
}
.ws_item-deliverys {
  font-size: 16px;
  font-weight: 600;
}
.ws_item-deliverys .ws_item-delivery-one {
  margin-bottom: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAIAAACUgoPjAAAAEUlEQVQYV2P4////8ytzgSQAKe4IU4I+t+oAAAAASUVORK5CYII=) repeat-x left center;
}
.ws_item-deliverys .ws_price {
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAIAAACz0DtzAAAAJUlEQVQoz2N4fmXuf0KAAYgJqmOAUPjVMcCl8agjziSi3ESM7wAltPXdc62ZsAAAAABJRU5ErkJggg==) no-repeat left center;
  padding-left: 12px;
  color: #212121;
}
.ws_item-deliverys .ws_price span {
  color: #2090a0;
}
.ws_item-deliverys .ws_delivery-name {
  background-color: #fff;
  display: inline-block;
  padding-right: 5px;
  color: #5f5c5c;
}
.ws_item-deliverys .ws_delivery-name a {
  color: #91799c;
  border-bottom: 1px dotted #91799c;
}
.ws_item-deliverys .ws_delivery-name a:hover,
.ws_item-deliverys .ws_delivery-name a:focus {
  text-decoration: none;
}
.ws_item-deliverys .ws_delivery-name a:hover {
  border-bottom: none;
}
.ws_item-deliverys .ws_delivery-name a.ws_blue {
  color: #2090a0;
  border-bottom: 1px dotted #2090a0;
}
.ws_item-deliverys .ws_delivery-name a.ws_blue:hover,
.ws_item-deliverys .ws_delivery-name a.ws_blue:focus {
  text-decoration: none;
}
.ws_item-deliverys .ws_delivery-name a.ws_blue:hover {
  border-bottom: none;
}
.ws_pay-variants {
  font-size: 15px;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  margin-bottom: 30px;
}
.ws_item-tabs {
  overflow: hidden;
}
.ws_item-tabs .nav-tabs {
  border-bottom: none;
}
.ws_item-tabs .nav-tabs > li {
  margin-bottom: 0;
}
.ws_item-tabs .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: 0;
  border-radius: 0;
  padding: 18px 22px;
  background-color: #4e2d5f;
  font-size: 18px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}
.ws_item-tabs .nav-tabs > li > a:focus,
.ws_item-tabs .nav-tabs > li > a:hover {
  border: 0;
  color: #fff;
  background-color: #4e2d5f;
}
.ws_item-tabs .nav-tabs > li > a:hover {
  background-color: #68417b;
}
.ws_item-tabs .nav-tabs > li:nth-child(2) > a {
  background-color: #865a9c;
}
.ws_item-tabs .nav-tabs > li:nth-child(2) > a:focus,
.ws_item-tabs .nav-tabs > li:nth-child(2) > a:hover {
  background-color: #865a9c;
}
.ws_item-tabs .nav-tabs > li:nth-child(2) > a:hover {
  background-color: #996fae;
}
.ws_item-tabs .nav-tabs > li:nth-child(3) > a {
  background-color: #ad84c2;
}
.ws_item-tabs .nav-tabs > li:nth-child(3) > a:focus,
.ws_item-tabs .nav-tabs > li:nth-child(3) > a:hover {
  background-color: #ad84c2;
}
.ws_item-tabs .nav-tabs > li:nth-child(3) > a:hover {
  background-color: #b793c9;
}
.ws_item-tabs .nav-tabs > li:nth-child(4) > a {
  background-color: #c2a1d3;
}
.ws_item-tabs .nav-tabs > li:nth-child(4) > a:focus,
.ws_item-tabs .nav-tabs > li:nth-child(4) > a:hover {
  background-color: #c2a1d3;
}
.ws_item-tabs .nav-tabs > li:nth-child(4) > a:hover {
  background-color: #d1b4e0;
}
.ws_item-tabs .nav-tabs > li.active > a:focus,
.ws_item-tabs .nav-tabs > li.active > a:hover {
  background-color: #4e2d5f;
}
.ws_item-tabs .nav-tabs > li.active:nth-child(2) > a:focus,
.ws_item-tabs .nav-tabs > li.active:nth-child(2) > a:hover {
  background-color: #865a9c;
}
.ws_item-tabs .nav-tabs > li.active:nth-child(3) > a:focus,
.ws_item-tabs .nav-tabs > li.active:nth-child(3) > a:hover {
  background-color: #ad84c2;
}
.ws_item-tabs .nav-tabs > li.active:nth-child(4) > a:focus,
.ws_item-tabs .nav-tabs > li.active:nth-child(4) > a:hover {
  background-color: #c2a1d3;
}
.ws_item-tabs .tab-content .tab-pane {
  border: 4px solid #4e2d5f;
}
.ws_item-tabs .tab-content .tab-pane:nth-child(2) {
  border: 4px solid #865a9c;
}
.ws_item-tabs .tab-content .tab-pane:nth-child(3) {
  border: 4px solid  #ad84c2;
}
.ws_item-tabs .tab-content .tab-pane:nth-child(4) {
  border: 4px solid  #c2a1d3;
}
.ws_char-table {
  padding: 10px 25px 10px 5px;
}
.ws_char-table table {
  width: 100%;
}
.ws_char-table table > tbody > tr > td,
.ws_char-table table > tbody > tr > th {
  border-bottom: 1px solid #e8e8e8;
  padding: 8px;
  font-weight: 600;
  color: #323232;
}
.ws_char-table table > tbody > tr > td:first-child,
.ws_char-table table > tbody > tr > th:first-child {
  line-height: 10px;
  padding: 8px 2px;
  border-bottom: none;
}
.ws_char-table table > tbody > tr > td:last-child,
.ws_char-table table > tbody > tr > th:last-child {
  color: #886e95;
}
.ws_char-table table > tbody > tr > td:last-child a,
.ws_char-table table > tbody > tr > th:last-child a {
  color: #886e95;
  border-bottom: 1px dotted #886e95;
}
.ws_char-table table > tbody > tr > td:last-child a:focus,
.ws_char-table table > tbody > tr > th:last-child a:focus,
.ws_char-table table > tbody > tr > td:last-child a:hover,
.ws_char-table table > tbody > tr > th:last-child a:hover {
  text-decoration: none;
}
.ws_char-table table > tbody > tr > td:last-child a:hover,
.ws_char-table table > tbody > tr > th:last-child a:hover {
  border-bottom: none;
}
.ws_char-table table > tbody > tr:last-child > td,
.ws_char-table table > tbody > tr:last-child > th {
  border-bottom: none;
}
.ws_item-desc,
.ws_item-articles,
.ws_item-reviews {
  padding: 20px;
  color: #323232;
}
.ws_item-desc a,
.ws_item-articles a,
.ws_item-reviews a {
  color: #2090a0;
}
.ws_item-articles {
  padding: 20px 20px 5px;
}
.ws_item-articles > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.ws_item-articles > ul > li {
  margin: 0 0 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXElEQVQ4y2OIj4lhA+KJQPwWiP8Tid9C9bAxAIkJJGhEx/0MSDZbAzEDkdgG5hIGJNMYSMRgfdgMwOdk+hhAUy/8p4sBNPMC/Qwg2QvkJGVr5KRMSWaawEBpdgYA2OWpemonbyAAAAAASUVORK5CYII=) no-repeat left center;
  padding-left: 25px;
}
.ws_item-reviews .ws_re-date {
  color: #636768;
}
.ws_item-reviews .ws_re-author {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #2090a0;
}
.ws_item-reviews .ws_re-author .reiting {
  margin-left: 10px;
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAAQCAYAAAAVr1EzAAACA0lEQVRYw+WZwU7CQBCGW21QiBqoAppQNAQbD00q8ATEB+DkzTfwQKJnn0Ci3PTiE+CZqzyEV84mHOTivU6TH7PZbLe7yG0OXza7Ox1m+qfbP8X5+nxzNLjEI0ZdnJMkyR95sVzyXvX7JjTyYvKKuyYSjJtsmkVeA4EqRA/jWiLtEHMUN8d8E02zyZsjkEtEECnC3FqkOxS24n5DTbPJmyNSHQI1MNZtRTokvqXillj/T9Os8moE8ohL4hzzNuZelkgeERE3xIj4QCGJgiX2R4iPcL2qafZ5hWOtSPh4akII0sO6g7GL9RBxPtbdtLjXjEJMeclomn1eCNCEICkd4gJrFYWJaGK/I1zTTIvbJiZrFjbB9aqm2ecVnqQWbnjV0JYfIb61epJSCsTUsrAprtOd8azzSk6ujSOtYmDLu4h3ZeNQImaGhc0Qb/IiZptXuvlbeN+kAhxkCLSP/RDxSncXGBYXWLollnkVIhRwjB3n2PKCzoLHhsXFlk2zzKsQoQgRfOkolL9AFHUiDQyLG1g2zTKvQqQyRNgjdolT2O4zzEvYL+tEGkpF/BDvGMX1oWXTLPMqRKpBhFCw5C3Bcq/WazqRxvjxBfFA+Fj3MV9gf2zZNMu8CpECiBATJ8IXBg/zGPuBTqQn4lZ2LJLzSfefLZtmmTfjb4mq6NwUDrAqi/QL7DsUuqbMpy0AAAAASUVORK5CYII=);
  width: 105px;
  height: 16px;
}
.ws_item-reviews .ws_re-review {
  position: relative;
  background: #fff;
  border: 2px solid #e7e7e7;
  padding: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.ws_item-reviews .ws_re-review:after,
.ws_item-reviews .ws_re-review:before {
  bottom: 100%;
  left: 45px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ws_item-reviews .ws_re-review:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 13px;
  margin-left: -13px;
  border-left: 13px solid #fff;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
}
.ws_item-reviews .ws_re-review:before {
  border-color: rgba(231, 231, 231, 0);
  border-bottom-color: #e7e7e7;
  border-width: 15px;
  margin-left: -15px;
  border-left: 15px solid #e7e7e7;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e7e7e7;
}
.ws_item-reviews .btn-default {
  border: 3px solid #2291a1;
  border-radius: 0;
  background-color: transparent;
  font-size: 18px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  color: #4e2d5f;
  text-align: center;
  padding: 5px 25px;
}
.ws_item-reviews .btn-default:hover {
  border-color: #35b2c4;
}
.ws_advantages_carousel-three {
  height: 120px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
}
.ws_advantages_carousel-three .ws_adv .ws_adv-icon,
.ws_advantages_carousel-three .ws_adv .ws_adv-desc {
  height: 120px;
}
.ws_advantages_carousel-three .owl-controls .owl-buttons .owl-prev,
.ws_advantages_carousel-three .owl-controls .owl-buttons .owl-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url('../images/owl-control-two.png');
}
.ws_advantages_carousel-three .owl-controls .owl-buttons .owl-prev:hover,
.ws_advantages_carousel-three .owl-controls .owl-buttons .owl-next:hover {
  background-position: 0 -30px;
}
.ws_advantages_carousel-three .owl-controls .owl-buttons .owl-next {
  background-position: -30px 0;
}
.ws_advantages_carousel-three .owl-controls .owl-buttons .owl-next:hover {
  background-position: -30px -30px;
}
.ws_basket-page h2 {
  position: relative;
  padding-bottom: 22px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  color: #4e2d5f;
}
.ws_basket-page h2:after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 384px;
  height: 1px;
  background-color: #cacacb;
}
.ws_catalog-inner .table {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  margin-left: 5px;
  background-color: #fff;
}
.ws_catalog-inner .table > thead > tr {
  background-color: #4e2d5f;
}
.ws_catalog-inner .table > thead > tr > th,
.ws_catalog-inner .table > thead > tr > td {
  background-color: #4e2d5f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-bottom: none;
  padding: 22px 8px;
}
.ws_catalog-inner .table > tbody > tr > th,
.ws_catalog-inner .table > tbody > tr > td {
  padding: 10px;
  border-top: 1px solid #e2e2e2;
}
.ws_catalog-inner .table .ws_basket-item-number {
  text-align: center;
  font-weight: 600;
  color: #828080;
  vertical-align: middle;
}
.ws_catalog-inner .table .ws_basket-item-name .ws_basket-item-foto {
  float: left;
  width: 120px;
}
.ws_catalog-inner .table .ws_basket-item-name .ws_basket-item-foto img {
  max-width: 120px;
}
.ws_catalog-inner .table .ws_basket-item-name .ws_basket-item-desc {
  margin-left: 130px;
  margin-top: 20px;
  font-weight: 600;
}
.ws_catalog-inner .table .ws_basket-item-name .ws_basket-item-desc a {
  display: block;
  font-style: italic;
  font-size: 16px;
  color: #35b2c4;
  margin: 0 0 10px;
}
.ws_catalog-inner .table .ws_basket-item-name .ws_basket-item-desc span {
  color: #886e95;
}
.ws_catalog-inner .table .ws_order-item-date,
.ws_catalog-inner .table .ws_order-item-number,
.ws_catalog-inner .table .ws_order-item-status {
  vertical-align: middle;
  font-size: 16px;
}
.ws_catalog-inner .table .ws_order-item-date {
  color: #828080;
}
.ws_catalog-inner .table .ws_order-item-number,
.ws_catalog-inner .table .ws_order-item-number a {
  color: #35b2c4;
}
.ws_catalog-inner .table .ws_order-item-price,
.ws_catalog-inner .table .ws_basket-item-price {
  font-size: 20px;
  font-weight: 600;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  color: #323232;
  vertical-align: middle;
}
.ws_catalog-inner .table .ws_basket-item-count {
  text-align: center;
  color: #9b88a3;
  font-size: 17px;
  font-weight: 600;
  vertical-align: middle;
  width: 125px;
}
.ws_catalog-inner .table .ws_basket-item-count .btn-info {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  height: 39px;
  border: none;
  width: 39px;
  border-radius: 0;
  background: #ebebeb url('../images/pm.png') 0 0 no-repeat;
  outline: 0;
}
.ws_catalog-inner .table .ws_basket-item-count .btn-info:hover,
.ws_catalog-inner .table .ws_basket-item-count .btn-info:focus {
  outline: 0;
}
.ws_catalog-inner .table .ws_basket-item-count .btn-info:hover {
  background-position: 0 -39px;
}
.ws_catalog-inner .table .ws_basket-item-count .input-group {
  width: auto;
  border: 2px solid #ebebeb;
}
.ws_catalog-inner .table .ws_basket-item-count .input-group .form-control {
  width: 39px;
  border: none;
  padding: 0;
  line-height: 39px;
  height: 39px;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  color: #9b88a3;
}
.ws_catalog-inner .table .ws_basket-item-count .input-group .data-dwn .btn-info {
  background-position: -39px 0;
}
.ws_catalog-inner .table .ws_basket-item-count .input-group .data-dwn .btn-info:hover {
  background-position: -39px -39px;
}
.ws_catalog-inner .table .ws_basket-item-delete {
  vertical-align: middle;
}
.ws_catalog-inner .table .ws_basket-item-delete .ws_detete {
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAAKlBMVEWIbpWIbpXUM0DFP1HfKjTUM0DtHyTsICXtHyTsICXtHyTtHyTtHyTtHyQh7G7wAAAADXRSTlMBAgQFBwijpKWm3+fpV6RwJgAAAM5JREFUGFc1j7ENgzAQRf+ZBWyxgOmgIxVhhzQp6bIAUmaA2g3UHiESVWaxpQyTuzNQID3/+//+4dvDnd9wYN4vquMbY76dNOYeddwvabew3SnyEJMJ6pQZC6DLvkhMpK/OyE804jBqxS0EE7dKky0HgHdOGswaYx0/ulQngcfvWYjEGFiD+pjaPKWGTs2E1cTVWVIaUyOFhEB13IAqLiXznjzbS09usmihoDe0ycsWDub7TFhAUtDI7W32gBzmxuQxL6WciC98WRIfOQzHH8n0Pw7NYTTBAAAAAElFTkSuQmCC);
  width: 25px;
  height: 25px;
}
.ws_catalog-inner .table .ws_basket-item-offers:hover {
  background-color: transparent;
}
.ws_catalog-inner .table .ws_basket-item-offers .ws_offers-header {
  font-family: 'PFDinCond';
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #4e2d5f;
  margin: 10px 0;
}
.ws_catalog-inner .table .ws_basket-item-offers .ws_offers-desc {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  color: #35b2c4;
  margin: 0 0 10px;
}
.ws_catalog-inner .table .ws_basket-item-offers .ws_offers-desc span {
  color: #945cb1;
}
.ws_catalog-inner .table .ws_basket-item-offers .ws_offers-items a {
  display: inline-block;
  width: 60px;
  margin: 10px;
}
.ws_catalog-inner .table .ws_basket-item-offers .ws_offers-items a img {
  max-width: 60px;
}
.ws_basket-page .ws_coupon .ws_coupon-header {
  font-family: 'PFDinCond';
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #4e2d5f;
  margin: 0 0 10px;
}
.ws_basket-page .ws_coupon .form-control {
  display: inline-block;
  width: 240px;
}
.ws_basket-page .ws_coupon .btn {
  font-size: 15px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  border-radius: 0;
  height: 43px;
  letter-spacing: 3px;
  padding-left: 20px;
  padding-right: 20px;
}
.ws_basket-page .ws_coupon .btn.btn-primary {
  border-color: #4e2d5f;
  background-color: #4e2d5f;
}
.ws_basket-page .ws_coupon .btn.btn-primary:hover {
  border-color: #623e74;
  background-color: #623e74;
}
.ws_basket-page .ws_basket-total {
  text-align: right;
  margin-bottom: 55px;
}
.ws_basket-page .ws_basket-total .ws_basket-total-header {
  font-size: 16px;
  font-weight: 600;
  color: #4e2d5f;
  margin: 0 0 5px;
}
.ws_basket-page .ws_basket-total .ws_basket-total-price {
  font-size: 28px;
  font-weight: 600;
  font-family: 'PFDinCond';
  color: #5f5c5c;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.ws_basket-page .ws_basket-total .ws_basket-total-price b {
  color: #4e2d5f;
  font-weight: 600;
}
.ws_basket-page .ws_basket-total .ws_basket-total-price span {
  color: #35b2c4;
}
.ws_basket-page .ws_basket-total .ws_basket-total-bonus {
  font-size: 16px;
  font-weight: 600;
  color: #5f5c5c;
  margin: 0 0 30px;
}
.ws_basket-page .ws_basket-total .ws_basket-total-bonus span {
  color: #563666;
  font-weight: bold;
}
.ws_basket-page .ws_basket-total .btn {
  font-size: 18px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  border-radius: 0;
  height: 54px;
  letter-spacing: 3px;
  padding-left: 30px;
  padding-right: 30px;
}
.ws_basket-page .ws_basket-total .btn.btn-primary {
  border-color: #2090a0;
  background-color: #2090a0;
}
.ws_basket-page .ws_basket-total .btn.btn-primary:hover {
  border-color: #35b2c4;
  background-color: #35b2c4;
}
.ws_basket-page .ws_basket-total .btn.btn-default {
  color: #d3a936;
  border: 4px solid #d3a936;
  margin-right: 10px;
}
.ws_basket-page .ws_basket-total .btn.btn-default:hover {
  border-color: #fde172;
  background-color: transparent;
  color: #fde172;
}
.ws_basket-page label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  color: #797676;
  font-size: 15px;
}
.ws_basket-page label span {
  color: #40e553;
}
.ws_basket-page .form-control {
  vertical-align: top;
  border-radius: 0;
  height: 43px;
  border: 2px solid #ebebeb;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  color: #9b88a3;
  margin-right: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ws_basket-page .form-control:focus {
  border-color: #ebebeb;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ws_basket-page .form-control::-moz-placeholder {
  color: #9b88a3;
  opacity: 1;
}
.ws_basket-page .form-control:-ms-input-placeholder {
  color: #9b88a3;
}
.ws_basket-page .form-control::-webkit-input-placeholder {
  color: #9b88a3;
}
.ws_basket-page textarea.form-control {
  height: auto;
}
.ws_basket-page .form-control-feedback {
  width: 25px;
  height: 25px;
}
.ws_basket-page .form-control-feedback:before {
  content: none;
}
.ws_basket-page .has-feedback label ~ .form-control-feedback {
  top: 40px;
  right: 9px;
}
.ws_basket-page .help-block {
  color: #565555;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
}
.ws_basket-page .has-success .control-label {
  color: #797676;
}
.ws_basket-page .has-success .form-control {
  border-color: #4e2d5f;
  color: #4e2d5f;
}
.ws_basket-page .has-success .form-control-feedback {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAV1BMVEVOLV9PLmBQL2FSMmNVNWVYOWhdPmxiRXFoTHdvVX13XoSIcpSSfpyciqaol7Cxo7mzpLq9scPBtsfHvMzQx9TY0dze2OLg2uPn4unr5+3s6e7w7vLz8fQdsTiMAAAAU0lEQVQYGd3BVxZAMBQFwCtFSVND2v7XyfEX3gaYwV+oCNpQNEh9NiB1yYLUBodKVLjJY0JNlwEX4ecGDyb3AN9WhhebOrZuHAQXFi9AGneJ7zsBR7kCt3I3WzwAAAAASUVORK5CYII=);
}
.ws_basket-page .has-success .help-block span {
  color: #4e2d5f;
}
.ws_basket-page .has-error .control-label {
  color: #797676;
}
.ws_basket-page .has-error .form-control {
  border-color: #e72c2c;
  color: #e72c2c;
}
.ws_basket-page .has-error .form-control-feedback {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAAFVBMVEXnLCzsWlrwfX3xgoL73t785+f++fk/MciHAAAAOklEQVQYlWNgoA1wBBGMDlCeqACMAAsHQjBCEi4FkkCSAkqqCiDxmJMZcMmh6kMxE9U+VLegupPaAADpIAW3q5YzowAAAABJRU5ErkJggg==);
}
.ws_basket-page .has-error .help-block span {
  color: #e72c2c;
}
.ws_basket-page .ws_delivery-radio input[type=radio] + label {
  font-weight: 600;
}
.ws_basket-page .ws_delivery-radio label {
  font-family: 'PFDinCond';
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #4e2d5f;
}
.ws_basket-page .ws_delivery-radio + hr {
  border-top: 1px solid #cacacb;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 50px;
}
.ws_basket-page .ws_delivery-info {
  margin-left: 30px;
  font-size: 13px;
  color: #797676;
  font-weight: 600;
}
.ws_basket-page .ws_delivery-info p {
  margin-bottom: 0;
}
.ws_basket-page .ws_delivery-info p.ws_delivery-info-value {
  font-family: 'PFDinCond';
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #49b7c8;
  margin-bottom: 10px;
}
.ws_basket-page .ws_order-adress {
  width: 100%;
  margin-bottom: 30px;
}
.ws_basket-page .ws_order-adress td {
  vertical-align: top;
  padding-right: 10px;
}
.ws_basket-page .ws_order-adress td:last-child {
  padding-right: 0px;
}
.ws_basket-page .ws_orders-filter {
  padding: 14px;
  width: 270px;
  background-color: #ededed;
  float: left;
}
.ws_basket-page .ws_orders-filter .ws_find-by-status {
  margin: 0 10px;
}
.ws_basket-page .ws_orders-filter .ws_header {
  font-size: 16px;
  color: #323232;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}
.ws_basket-page .ws_orders-list {
  margin-left: 280px;
}
.ws_basket-page .ws_orders-list .table > thead > tr > td,
.ws_basket-page .ws_orders-list .table > tbody > tr > td,
.ws_basket-page .ws_orders-list .table > thead > tr > th,
.ws_basket-page .ws_orders-list .table > tbody > tr > th {
  padding: 20px 8px;
}
.ws_basket-page .ws_orders-list .table > thead > tr > td:first-child,
.ws_basket-page .ws_orders-list .table > tbody > tr > td:first-child,
.ws_basket-page .ws_orders-list .table > thead > tr > th:first-child,
.ws_basket-page .ws_orders-list .table > tbody > tr > th:first-child {
  padding-left: 25px;
}
.ws_basket-page .ws_orders-list .ws_status-in-progress {
  color: #4e2d5f;
}
.ws_basket-page .ws_orders-list .ws_status-cancel {
  color: #b8b8b8;
}
.ws_basket-page .ws_orders-list .ws_status-made {
  color: #3bbd38;
}
.ws_static-page {
  color: #403e3e;
  padding: 20px 15px;
}
.ws_static-page h2 {
  position: relative;
  padding-bottom: 22px;
  font-weight: bold;
  font-style: italic;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 24px;
}
.ws_static-page h2:after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 170px;
  height: 5px;
  background-color: #2090a0;
}
.ws_static-page h2.purple:after {
  background-color: #9964b4;
}
.ws_static-page .ws_about-one {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #4e2d5f;
  line-height: 1.66;
  margin: 0 0 25px;
}
.ws_static-page .ws_about-one span {
  color: #2090a0;
}
.ws_static-page .ws_about-two {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.66;
  margin: 0 0 50px;
}
.ws_static-page .ws_w50 {
  width: 50%;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 45px;
}
.ws_static-page .ws_reasons {
  margin-bottom: 60px;
}
.ws_static-page .ws_reasons .ws_reason-number {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #4e2d5f;
  color: #fde172;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-left: 5px;
  margin-bottom: 40px;
}
.ws_static-page .ws_reasons .ws_reason {
  margin-left: 70px;
  margin-bottom: 40px;
  min-height: 45px;
}
.ws_static-page .ws_reasons b {
  font-weight: 600;
}
.ws_static-page .ws_reasons span {
  color: #919191;
}
.ws_static-page .ws_static-page-delivery-header {
  font-weight: 600;
  font-size: 18px;
  color: #4e2d5f;
  padding-left: 65px;
  line-height: 45px;
  height: 45px;
  margin-bottom: 26px;
  background-repeat: no-repeat;
  background-position: left top;
}
.ws_static-page .ws_static-page-delivery-header.ws_icon-car {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAADSElEQVRYw+1X+0uTYRT2T/G+TadFWW66UtvFbW5z013b3PWbu2r7hoQUWmYUoUlhNRJRiJwoRJFQYommhr9EUZZkadZvEZFdqMgKevQrGa5gzaFdPjiM95z3nOc8e89538OXpMix/AmSRPOgedA8aB40j/+Dx/sZ8uuz4G/J81uBxPMAroFjjR2IENjeTZP/Og9OsjA/mR+LKDmSxSfkaI/jRtg52eePlqFOX/w8kEDGrorxPD4+JtsCRLNHe4Ks7jrgBgIWlITqXVDXiQfqUpZt4qYIKTUyMaDWmwcnWbAzXablqYCABSXSzQpKLc5QrBsPoZCpMRUZgCBgVAABqipPB1XIrIS6AXWBSiWm6gKo/5WHqdD6eX71g7sBPCCaPKt2exWfLQKOg2/bMB6QxNel0UwMdnjHw/5zzW5jwU/eexPPNj+2R881hxqM4z3+q2e9DWYCsbjGAMGpAJB6eePncfGk99XdQPio5/Re12S//+WdgEdijw6BEVtjvQTc4LxwL3ChzSNnm4GgyzdHtm08PPYZ7UC0ldhWtvpbPVNXaqJDYOxrca/UBSELU+R+I7HWumAoWEplA2c8SEwZxSw9HkRxjuLTHGkptrTWfB8fWCDr4lxQvc1cmCpGPj6joihd3nPMfqndRaoc1HyJh8dwtw9D8nidbqjT233QDUtJppKbIuJnqkQs9YdHpENaPhH2UbP0Zq8/WOGAsTwXvWksSBHhCRcy1R0N1ssh26l6C3yud/ni4UEJwtrrnA+v1UrZepCQsU0wHnI4X9wO8BnKHWnSFU8wgLHJ7oRxV6YSFuUmCwIRjkBxlh6WNfEoy1XPjtSMnndZ+BrcFJTgzQOyxV+NBsRdADMRUyNcliMey+v7gUZCbeAs9exE2D87Ulu5xQpaJRnlkixDPPOFkuIMOU5YuVUzECLeTge+PA3OjdYeJpzULkYa0It+DFUsmhy2mWEv3PCWDHb4dnOXbjh6BV0lYFTGM29XCYrNS5NEWkpZOvRBtCeM2Iq0IBDhiflukOeYeakS/GNpthFlRi1wP/Eb7bm8JcIv3OCMEAQiPGHfL8DFqSI9agzoUpb2V57YggPc4IyQWCYD/T1H86B50Dz+dh7fAPwRaK2Pc/5cAAAAAElFTkSuQmCC);
}
.ws_static-page .ws_static-page-delivery-header.ws_icon-pencil {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAAEYUlEQVRYw+2X/08TZxzH/VP4jggyHFmEDiwUWr5ca1sqUEqvvd7R3h299npkixrmlknEfXG4b4xkZpkTNCCSdLJoNrXoALdMVpUpaBkbc/tBXTanTOeW/bB3vaMTF52zhflDk8vlee6e3vN6ns/7eX8+XbF+tfNxuFYkOZIcSY4kR5LjseOwl7imP/HPjYov0u7/jcOjo3/4XAwHfX3buFsR6dM+wbqWWm4OycxcmwyEdnvr1kS7bi194Yj/0rjoKnctH8cLzpabF6WhLt6YH+3q88iS9Jqy7JqRPfzliQCldi0Hx+uS5/aM9G47K3dtKvK9DlKdSVRk16nSdGMDbCTktzxJLS3HB1u5219LL/GKKimN/btx4VSQMxU40CVym7V5xKWTwuBr3FJxmJ5wDne3zk9Lm5ta5Cdevf3HM/6juz2yROTLsNohmBt+n5XY6iXgsBRSY/uEq+GAz0DLTzY1k/PTgcGdLbJELIWO471sLFgn9nkO7WLAlEiOpiLq3OGoSdALZ6Gz1YHo9LTTMYlMHuYjIW9MoTjJNyMBTZYpYRw4hyAAh61YkV5PuxMQnZwypauChEQmglxjkfKTvk7utxlpq5sqSqmEYhLAIehpxGK8X9hQeAci3zG4k74xFdhkoxYkQt4tEWO+I9jNXD8f2NjIoLsuQ1+WaYiX45l6Zn5K+uWcdPqgD9OYCsjQHvfVsN9noO4rkb3uyxM+vlYZUJFlLkrRxssx9bH/o+5WZJDvT4rj/d7wMDc3JtAaZY7tiyViLSbPHuJmRrxU2SKIqpyGuDgEgv5zro3RREXgUJNY5bWvxGbVgkSeWyQRqpz8ZtR7epiPSaQ801icqq1Z1RSvTj98q/XUkA8NfAtfrC/V/zwpBt/k/ykRniCvfOkb6WVliRjyHJCFKlVXe3+FPiwHXBmy6GSjplmaXovFIYNQOhPUMHvCeyXsFxYk8qyVvDElDr3hjiUajH86rVqfZ0+An+7weX46GzCvcWJNa1MqiFz7nTns3HrTrUhg73bFszs8JKKz63lG7mIYCMCBLUlMnjtz0Hegi4+GOcu4LoOIPYcZSFYLPLtL9Ly9OSqRlwVFIrW5NsRCnaF/sIf+Bw5WF1Uo7vhicaruHsFjvi1MPQYgRu2kAlG9ygoNATqR9dj+HfzFo340dCvrscS7X0EEopE53svDu1iiUX6oy2mAb1Zm1yWyLjQXOKEMLBeptTSdkBMELASKOfa+F6/+mG1DIUhpmjE3QCuzLXIjwXXyNrf7+nmprY759YLUs8XW/wo7E/IDC3UoyDoYd8NTyknB3JAwwlGdY018vf7FAeHbUfGzAQF1LxSAxjsbWdSe9wyDStQZBkTtwU716BxIKNiAgVd53mQuydDCOWKv4A3YA+QtTI9YIGrEvzlVvOcWZ0R2ZdxRdUIlKIMRBVVaFciqchof0iHi5YAxw5FwR6ICChralRviXP2jcGBubAC2AcaQ/H+b5EhyJDn+vv4C85ljA1lD8/oAAAAASUVORK5CYII=);
}
.ws_static-page .ws_static-page-delivery-header.ws_icon-package {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAAEX0lEQVRYw+1YW08TURD2pyCoYAW8IogiCG0p0G1LgZZeaLutvdFtu60PaqrEBxFIRFB8MIC3GK2gJkBQNOLlSfClRAWMt0Tj5UF9EIyaGE38tgc2FWKibinGNJmcnJ2ZM/v17Jw533SJIsv8L8iSJI4kjiSOJI7FwKHPt/R31H96FMCI+SLgUK81d+1xTk0ERi8wDabtGDGHBvrE4Wi021+N+J/d9oWM23kl5tBAD+uC42BVtvuXve/HWAgmeIRSnlm3bYUyL0VSnK5sD9pjTfHHYSmkh094vj0PXuvyaHIskHCLG5lxtduhyCnfukwuW1mLcdNSCbWmOtziggn+dBEdNxw1Gyxnm7i4N095EPrz48D5FjdwlK7UqHKpoS4bTOeaOA2cZaLaLallm1NlhgLdjZOeWJMgHAe9jndj7PiQL6i28Z/m3iDzbszX6NFuSZMWpJX7lCY4wK2NdSizOR9JRk3+0hnTgytemFp9DkE4vr8I4iDsmc1HeaaxaLkiN6UkZNGRVA1q9MgMKA84bW/u+p/c9O3Wcc5Upql4RSVMQY12apxFHKE4zjS6AOXuBcZcoom+ksJbMZGK1Dio05OB0V5PXXEVNKUidXeD8+Nk4E4P4yy1ususMH0YZ481GBAHyATh0OVZ1Bu04VYzMqOvw2mI1qsykQ7bjs1X52gHOuq/POFMFWspaKo2am+d9nx9FoQ/qW/VORwOmKQZNYJw4EPgINgkxpEeBhvQvXemXiFV81NLkZicqZczHQvZ2nfqpyb805PswNF6EgQREAcREEcojpJ0NQLhZO7S0UiC16P+A06uXlFZJnF6FTH1HXHB/+WIf4fGcL7V1NtGV6wyQMrXKKBHhDjgQLGK1isVqVdtLFevcBbIOfKr6LFB99uI7+Gwp++IGxqMvW3WvBQx/Kl1lYiD5fHBQTT4faReyVdXn2vm6srEkA9juNldtd6IPcBOYIcuttsxgRtKLfkuccZBhNQrJIdVrIePS2YleiTm9ZOOayesL0eZS+0OgFhYHERQr6RZZfDBiSCHqOcQjcfbZ+3NjNEuphOEA1Kby/mIM2U4xkiFM03WSL9XIlLh9bAmDgd5h2ajET5IHdVqM0o73l24nILgwyG1E4dDm2uK9QEOPBYuk+PDAdyi4cDNUpBWgdIS6yMUB67cP8Ux/9IWioPc+5FBJ1tJ/wUOVDlCCRBHEA7Cgzr36QkPorfRv4kDnvDHKnAoRCD0URAOCNbrNtdeP86RsXDLT/xqPg5CGeE5hxfishWKQzrLrxiFifDkw8EZ6hWLg8qqg34+T+ZJwt/f+7yAxZRE+RV40H67je8beBz1auXTeX1DlL9RWIW1gnjQHCG8kJCxzhDXR0X6vMAR6Wc+jPs7Qw6+j+J5IfyxakH6qFgyRvpK3PKSbCmfpzxPhueC97cgY+gPcOvi7iVnASPfN8CauD6bJ2OonsCBEXNo+Eqa0P8d+L4S469KavJ/mCSO/wLHD0FJk7zPbw0OAAAAAElFTkSuQmCC);
}
.ws_static-page .ws_static-page-delivery-header.ws_icon-pickup {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAAD4klEQVRYw+2Y2U8TURjF+VNABbFFExIXRDESOgXaytLSQmmhUNtOF2ZpjWtiokSjoqI+iJEI6oOiPkjAqhHEB42GAAJFMS4hxsTtwbo8GLeYeOw1N5MxqMwAGtPkZHLnzsmZ312+O5SUkoWuf0EpSY4kR5IjyTEzHIcivq9PIuqFHFUc0ZbgiUY/vT29KwDJPHiNrEdmQwJyVHGMXeR2eLwqOZCAHFUcb+6EvYybybQuSy2AWrc7INKmAoesR2Yrzy2Oj/FoIEcJh3Nl/YdH4dJFrvz00oL5ZjrQgoxySDYfeI1sPqgNCcgxL7UiRwnHlmrPo2s8GnlzDYULbIo5IOSsr6xBjhKOI5vZvuMhNJan6Y1ahxoO5LRs9CJHCQcpFlNWTU4qM9kL/pCDlAxykDZlDlIsRZqqlXOKVXKQkkEO0qbMgWI5IPjW2RxChQ17BbraHoIiVjtEeiBw4BooK6U9P9uQg7TV6WuYTMuUOb48jty7wo9cCIxcCGI00OuYGB8VcUt77vfy4MB1qMtHeqB4TIRTakPO54kIim6ykvkVx8M+vinko8Vizna9GBCf9guFGjOdcHLw40rXpTzb9axfeD4gSm3Ngm/8Mo+cyUrmVxxbazzvxsONAVv54krW4Lx1LjjYGRruDl3vYOuYCltO9V7O/W5cPLnDi+s29nsPW+y8eSYIz1Bn6EYHW89UWJZU7xPcb++KG+wufaZ1spL5zXnavs3//oH4aSL8Kiac3lun0xgZraljvyse49EZuxRoMFdgiJzFErvEoiceE8421zEaE5ynmmpfjfIfJ8JIOLzFCRuUk6pTwnEw7LvYulYvOY/XLKzNnVMISW3k4Jcd28QGP/YsctCDHCXrQjh6jvmXpzF4B0rfoK1eNc+UN9cIoWHQOtCZmG0GexBX/Q+bQ2rraQscEL1MwqakbgkHRqObb9ZlFfWf993uZr+XQJSD0MCtx1iCIYqWWhTFaLRhuNs/1MUS23AXV7XMlZ9RFj3qbgxYcYjpEh8p5RwYSlWeBdVITwiioU6OTDiuaMuewu/R1eMpWZfV6SUKv7cyjpeDouwpXXhikz2Ff6Y4sPaJVTcQYQvvDNnR2C+4YSvW2Okj6PkAZ11RCn9ve3CaOYxaZ26aHnuNqKfNj7Nh1TxjE19HbGjTpy8GBVe+A/7etpngkFQsnXDKgbZsXeCfZg7su012d8hslu3TWeUwZZeNdHOxKIeapN8zaGPl2lnlIC+QrQvRX+KQ7FMi6T6dKY7dAe+0/J7bE/Sq4qCfMelAp2TDfGAWyfL9Lxz6BTbZLzZl0if+rkv+/yPJkeRQqW+42eCm39BiuAAAAABJRU5ErkJggg==);
}
.ws_static-page .ws_static-page-delivery-header.ws_icon-payment {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAACs0lEQVRYw2Pw040fDIhh1B2j7hh1x6g76O6Onty0j1cKq2NSBtIdQEd8vVm4pi8TSGI6pTAwOcI8gebugDgCYj0yGy77+37Rjd15ERYJVHBHtFXCyu7Moytyjq9EoB2zstEsdtMIrU8L/XIDxVm1cSn7F2YDnVIWngw3YdfcbHLccWFz7qm1OZOK0yYUItCRZTlojrBQcHVSC6hLBTkFOZoC9OP3Lsi8vS9vWnk6RG9HRio57vjzoCjePhFXdMAd4aEVAWEDnQLUsqApAy5rpeS6c14KkRGE0x1/HxbtmZ/dkppSmxhdHR8xtSoWaM3qCUlV8RHVCZH1SXFlscGNyQmtqakQBBTZNT/5++3CySXpcNnapMjHx3Ou78oFmpAfEman4uOg6keyOw4syj63KQOILmzORkbnNmWe2Zh+YUvOpa25yAgoBRQ/vzkLWfbc5syzmzIubcsGGuiqEequGUayOyItEiwUXHx0YpDFkaMDE4FlXZzVg5AF7VV9PfR9gAaSGS9Ad5grODuo+gI9AUEu6kFAaxzV/OEimMhexRfoUFeNEGRBNz0voIFABi4PEHYH0De2yl4UIk99X6CBQAbQQDLd4aMTS3mxDTQKaCDQqFF3jFB3xNgk/rxbBNSFB9HDHSkuiZ+vFwK1YEXJzol0dMe1woGPF6A7ft0t2j0va8vMxM0zE9DQjnlJQAOBptHcHf568VPL0mdWp/WXRs6qTkNDC5rSgQZ6a8fQKb8AbbJUdB34fAt0B7ACAlbuaMjHMABoILCKoF/5AazhXNSD0VCAcSjQQGA9PGTLsZdnCyYWpTnruIWbx+EqFYhH5Jcf9QkpL84U4C8fSULAti057oAgasULBJHvDitFN2CjEqifKoic8gOCPDTDrZTcIeUgVRCwyTg67jDqjlF3DBN3AACue4psb2d6zwAAAABJRU5ErkJggg==);
}
.ws_static-page .ws_static-page-delivery-header.ws_icon-click {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAADkElEQVRYw+2Y+UvTYRzH+1O8KjZN7QDnUZbuUDebbjadTbe5fXe67esSwbSiMpMSCjrMAyq6CAsK80jySDpMLPBI88oCSxCisii6oPfTEzIMj2DfGTR4//DZs8/2vPh+Ps/7+Wyrtq/T/gta5efwc/g5/heOlhr7zGM2PXKlOfobHT9eutUCnU850iK0TWdsx1jTQhzFamPHebsmTs8tx45Nuo/PCrBx3R6zJ0dKRFpMoLhEY/w8Rt51Kwyc16Uww/BhmGxWU0JQDhqYC4csm4NTbAo5IL6/cJ8oNPuoP4Dy/inbddk6twKOkyXqb5PuSgcpWRI/K351qiwsh1uO1LDcBL4kJlgo4Sv35hoPW5ikcJkgMDEzSkshBAGiqIDEZL7a+xx3L+ZPdDqpThSasMeWNeK+JjMKBM08cWXFqZC2S5U71GodabONdeSjdTSxOi9zTD100S2h+kpSkX16PeLBFhsQEVw9ShYPmHJQHZqGNjIK9Zz7x/ECEzarLTW75AYEt+ssqBetGud9Gh+SGheUTHXEqSWnptSslygQNFTrcHRlYRraInHBv9PQwn/VsMviiA1KQgNSVeTnYPuq3QaNUIagqdaIxYQ1aUgT81SCACFNiw4USUM1nNfldHEe5bh3xZadIBXy5L6+X+ZxUL165DCJ81aS490A+/A6g2C41dlYZYOhycN9yyEKF/c12sstecJ14rkHA10st2Rs1PmOA80oXKtMCc3eyhNhZfKevSBL+WWC3DV4Od3DFqkMPuVAUJSToRUpEMwOsXj3eRe5jV/3sF7mKDMycOvBZmeFlZnHAZOAVeDEIsBK703Tg3oGwXgncVtvcmCqoI+aqu+Ww5PD8xbECpwmiZcJF8Fdg7SYIMkyr72lOc7tt+Abq0vMpRrjp9ECSvMnByThqVAmBDCxkTYr0pADFO9wlDHkWE51u1SCLJNMOTvMLsThOZeMttuRRo3YOxzwgztnyZfiZk8IFeuTU+/XM7lCxSIcEOYEfAQXjdc4oPT12u5r5Dn33rDJwtV03lkBDqLIzP5m0ihdl+zSMDU6YIU4cCI2pI3fJaeg4ZSNDGYhUtqVvuaAlNHy6V5ybkfbnXCUhTTQ5Pg64X7bz3LFAZNQx8vpU1lcb/rYchPDFQcE36SncdvqpWcODjl+oWgwC2IDTIGwikUEY40OFHP4O1sautNzWFxIwIXJ+v+H8XP4Obyrn8WzmFgmRnjkAAAAAElFTkSuQmCC);
}
.ws_static-page .ws_static-page-delivery-header.ws_icon-order {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAACHklEQVRYw2Pw040fDIhh1B2j7hh1x6g7aOyOtxcK/j4sIgY9OZEfZEgzdwAteHm24PjKHPwI4pQTq3NIdQoJ7tgzL5sYZX8ekOMU0txhpehmruCMBwGVHVqesn1uIqlOIc0dQJuATrFT8cGFgMqen8nbNjvx591CIPvh0XxaucNB1Q+PMmAiRUu2vrpxA+COQIP4SIsEZx03LwO/3fNTgbqAgUSMU6jsDgiCRN/22SlAXUC2tZLHwLjDSskdqHLzzASIO4CI+u7wNQpsSU1txYsKApJ9dGJ3z8sC6rJX9aWJO1b2JREsUr/eLARqAaoHsoHhRxN3hFgGTShMw4+qo1No7g5I+gAGu7tmGH60a24mDd3RUxj74nTBs1N5T0/l4EKnN6QBVW6ZmUhDdzSkRN3el3fnQN7t/bm40L5FGa4aobvmZtA8XohBtE0fcU4hS9oyFrYmz2mKxYXqU8OARcjWWck0dMeKHsL59tO1Ahslz23g8pRW7nDX8c/3T8aPEh0T6ZFvgTVZqFmMv1EwLuSuFeSsFrhzTjoN3TG/OYFgvLw6l0vzfJsTELZ7bvbuednAYgoXmt+Y6qUdBalfaJ5vgUUqfrSbDuU6MPrxN1TB8ZJEE3cA+w0HliYfWp4O7B8cXZEFZOBHL87kUd8dxPejkBFQF5XdAW/wEV+uQxCt3IG/34CJIF0eKruDYD8KKwLqGh13GHXHqDuGoTsAbjPgl1ZMLwQAAAAASUVORK5CYII=);
}
.ws_static-page .ws_static-page-delivery-header.ws_icon-order-confirm {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAMAAAANxBKoAAAAolBMVEU3IEM6IUY6Ikc7Ikg8I0k9I0o9I0s+JEw/JEw/JU1AJU5BJU9DJ1JLMktMLFxMLF1MMkxNLF5NLV5OLV9PLl9QL19QN01SMV9VNGBYOGBcPGGggmihgmilh2imh2mrjWm2mGq6nWu/oWvEpmzFqGzHqWzIq2zMr23NsG3Qs23Tt2vVuG7Yu27bwGrcwGvdwG7fwm/fw2vgxWvix2zqzXD94XJ8KR/fAAAAzElEQVRIx+3UyRKCMAwG4LogKEItCCgu4IYr7n3/V7PFGadgcOLFg0NPOXyHJn9T4n5zSKUr/XsdLO94HSR8hdYCJwFWewuBHaOG0t5cYp3oGC3wJsMOQgu8HbiGgj/oJ26rWNHrKYhbDpjOiUcQZnCW4VnhMFbvHR5fvATnuuylfJIV/RmMc5paKR9JHJfg/ASpdRVc4D2MC/Om/o2PY34Yuh0IF9ORXGITxG9ZUv+yk1hjqN2x66RrkiZDbprgZRh6VXZDY9Vf9ff6AUWmmoRWomv1AAAAAElFTkSuQmCC);
}
.ws_static-page .ws_static-page-delivery-header span {
  color: #908e91;
}
.ws_static-page .ws_static-page-delivery-desc {
  color: #403e3e;
  margin-bottom: 45px;
}
.ws_static-page .ws_static-page-delivery-desc p {
  margin: 0 0 20px;
}
.ws_static-page .ws_static-page-delivery-desc span {
  color: #2090a0;
  font-weight: 600;
}
.ws_static-page .ws_static-page-delivery-desc span.purple {
  color: #4e2d5f;
  font-weight: bold;
}
.ws_static-page .ws_static-page-delivery-desc span.gray {
  color: #949494;
  font-weight: normal;
}
.ws_static-page .ws_static-page-delivery-desc b {
  font-weight: 600;
}
.ws_static-page .ws_static-page-delivery-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ws_static-page .ws_static-page-delivery-desc li {
  padding-left: 1em;
  text-indent: -0.7em;
}
.ws_static-page .ws_static-page-delivery-desc li:before {
  content: "";
  display: inline-block;
  background-color: #2090a0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 8px;
}
.ws_contact-page h2 {
  position: relative;
  padding-bottom: 22px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'PFDinCond';
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  color: #4e2d5f;
}
.ws_contact-page h2:after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background-color: #cacacb;
}
.ws_contact-page .ws_contact-mail,
.ws_contact-page .ws_contact-phone,
.ws_contact-page .ws_contact-address,
.ws_contact-page .ws_contact-work-time {
  font-weight: 600;
  font-size: 15px;
  color: #403e3e;
  padding-left: 65px;
  line-height: 45px;
  height: 45px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: left top;
}
.ws_contact-page .ws_contact-mail span,
.ws_contact-page .ws_contact-phone span,
.ws_contact-page .ws_contact-address span,
.ws_contact-page .ws_contact-work-time span {
  color: #886e95;
}
.ws_contact-page .ws_contact-phone {
  font-size: 22px;
  color: #362440;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAMAAAANxBKoAAACE1BMVEU3IEM4IEQ4IEU5IUQ5IUU5IUY6IUY6Ikc7IkY7Ikg8Ikk8I0k9I0o9I0s+JEs+JEw/JEw/JU1AJU1AJU5AJktBJU9BJk5BJk9CJlBCJlFCJ09DJlFDJ1JEJ1JEJ1NFKFFFKFRFKFVFLEhGKFVGKVRGKVZHKVZIKVdIKVhIKlhKK1dLK1tLK1xLME5MLFxMLF1NLF5NLV5OLV9ON0lPLl9QL19RMV9ROEtSMV9UM2BVNGBYN2BZOGBZPVRZP1JaO11dPWFePmFiQWBjQmFjQ2FmRmJnR2JqUVBvVlB1XFJ2XFR3XFd4WWJ7W2R7YFp8XGN9XWR9ZFR+YV5/X2SAYWSEZGWEZWWHbFqJamWLbGaOdVmPdliQcWaQcmWRcmaRc2aRdluSdWKVdmeWd2eXeGeagVubfGeegGifgWafhVygg2ShgmikhmekhmikiGSlh2ioiWmojl6pi2mpjGWpjWaqjGmtjmmxk2qxl2Cyk2qymGK0l2e2mWq3mWq3nWG4nWO8oWO+oGu+pGO/oWvCpGzDpmzFqGzGqWzKrGzKrmjLrW3MsWjOsG3Psm3Ps2nQsm3QtGrStW3Tt2vVt27Yu27YvWnavW7bvm7dwG7dwW3fwm/lyW3mynDozHDqz27sz3Dt0XDu0m/v03Dw1HHx1W/x1XDz13H12XD12XH423H53XH53XL63XL733L74HL84HL94XJEFgxiAAAB+0lEQVRIx+3U2VtMcRzH8d/JTNFMprLMYWoYMRlGZt7OZBprlqxjLYrsS/aIKSHJmhihJEsMhZaT+f2JLjwPFz1nzvE8LnvffX/P6+pz8RP8S2JS/08dbR7+eFSzqGPdevMT+TBmSWudYzVwUk9GreiErCOsZm1Pt1nQ1bKJUJ6iug7L3eY61RPBpfhh4ZtnYVM90oAqSgAuDM0y1f0dpUIFiA++FovNdEtqqhOoaE33Vubmmem43FIMdOmN5RTZzLQ20F4IVbIeAnan6d4XR1fCJlkbcgtHmalePXwtAO/7Zioe873h6uha2C/P+7CiV325H4RL8oQlzRG5C7Rb8tTvs/LV9+QeY629/LQOltyVpwHKewcvv5VtUSPNhqGnEZh3UyYi0JiOo50dT8aMNPvGbwOzz8i+2nq9lTKnbcfoI81Ic1zeiUDB1ndSdlXgsHsce+UxQx089PP5epgh1lSBRwTAe+9DyEjj3/bt8wHwCMcin+IGuPEj31DjXfFCPt5M6TQhpoeAGv26mG+o8U45+FVv3UhwKUDdWHc0P8dY47ctuDKsP4hrEGmSnTHUrAyaoFMsOzcgUx0NPTKh4VfUTBp8dmXuzpb+kVQ1lCh54cya0JwspSAAoAqX8YJ/Wl6UI7ILi51C/fuW8Y8NuHOV7FIs6glN6on9ArGQuD0XYcg0AAAAAElFTkSuQmCC);
}
.ws_contact-page .ws_contact-work-time {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAMAAAANxBKoAAABiVBMVEU3IEM4IEQ5IUU5IUY6IUY6Ikc7Ikg7JEQ8Ikk8I0k9JUU+JEw/JE0/JU0/Jkc/JkhAJU1BJU9DJlFDK0ZEJ1NFKFRFKFVFLUpGKFVHKVZHLUtIKVdJKllKK1pKMUlLK1tMLFxNLF5NLV5OLV9OL1pPLl9QMF5RMV9ROUlSMV9WNWBXNmBYOGBZPVRdRE1ePWFfQVplRGFvT2NwUGNwWFFzU2NzWVR0XFJ1W1d1XVJ2XFN2XFR4XlZ7YVZ+ZVV/YGKBYWWBZF2DZ1yEZWWEa1WFZWWGbFeIaGWJbVuPcGSPdViSc2aXemKbfGehhGOlh2iqkF6ylWi0lWq2nGK7oGO+oGu/o2i/pGO/pGTBo2vCpGzEp2rGqWzWu2nZvW3bvm7dwG7ewW/ew2vfwm/gxG7hxG7ixW/lyWzmym7nynDnzG3oy3DqzXDqzm3rz27rz2/rz3Dsz3Ds0HDt0W7u0XDv0nDz1nHz13D02HH12XH423H43HH53XH53XL63XL733H733L84HL94XKHl4l8AAACPklEQVRIx+3V2XfSQBQH4DtpGoOgFgU1xojkqhjEBVzrGkVFRVxwRzRoFa3FBbWINtD0/uUmJBwrE+jxyQfNy9zkfCdnZjL3F8A/ueC//rs6Y1atLlHXqpqZtbRRaRNRq9FouUO7YkzUhSY5tWLOK3PFmkPNwgRd6lE9j6jGz54GECIHn1KvNFaXVvpl1BMiwJc3suwOcNVeKY3RhV7fRE0CFlM6C+59WomxY7ZdCNVGk8qoMIimEDsLiuI9S0Uv0ysjTFeo7mKW9OrOwtS0/zT5mG6G6EzbyWuMqehrIdB4ZPn9Hl6bVNMlSOKoxod0Qud0lYoJiCKvi3QnwWmLciJLhegcPRM53W2pEMMQja1voI5qasRn31rZQH8/v8kbD1jzRWwQxHkdmV18EegnRB9uH3b13NeBjvAzEcRfG3v8nk39B0f9mXRFgV/lFhmVaTnt3wq7bn2mH3sxLW8jSwZ+B0+6ekoK9AaAjZeuu4dFOkNVXpt0X1x93HbOMGAzGmKNTH4mmU/O/vRvh3n3ZhEY5p32Pn6V7ql6pIw0lr59K9apovA7iMZrujass9lhVaamEeO/jtsNS/aFoJyzhqvp9wopJoZ12kXHLvvV4nzw5r7baVFIhGn93NKgixGvFNPuivN1r4uTIOmhPa8dejlMCGlHkBAqY9qYPFHW3/jop8+7IH2SjCljs0ph607dHSTbcy/ZUlFYjbkc9BNi8Jm8hABJm5iag/QB0U8fMaGvmchqPCJ4yRZX/83/zk86rEXb0RVDawAAAABJRU5ErkJggg==);
}
.ws_contact-page .ws_contact-work-time span {
  font-weight: bold;
}
.ws_contact-page .ws_contact-address {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAMAAAANxBKoAAAB/lBMVEU3IEM4IEQ4IEU5IUU5IUY6IUY6Ikc7Ikg7I0U8Ikk8I0k9I0o+JEs+JEw/JExAJU5BJlBCJlBCJlFDJlFEJ1JEJ1NEKFJFKFRFKFVGKFVGKVZHKVZIKlhJKllKK1pLK1tMLFxMLF1MNEhNLF5NLV1NLV5NL1dOLV5OLV9PLl9QL19SMl9SM1lTMmBTM1xTM2BUM2BVNGBVPkpbPF9cO2BcPGFeRU5fR01hQWFjSVNkRGFlRWJnRmJnR2JnSltvT2NwUGNxVFpzU2N0VGN1VWN2VmN2V2F2XVJ4W115WWR6WmR8XGR8YlZ/YWGAZlWEZWWGalyIaWWIb1aKa2aNbmaNb2KPb2aQcWaRcWaTdGaTdGeTeVmTelmVdmeYe2KZe2ebfGWbfGecfWedfmifgGighV6ghWChiFykhWikhminiWmni2Oni2SpimmvkWq2mGq2m2K3mWq3m2i5m2u6nGu6nWu7nWvApWPDp2fDqGXFqGzGqWzIq2zJq2zKrGzKrWzMr23RtG3StW3St2jWu2nXum7YvWrZvWnZvWvbvm7dwW/ewW/gxGvhxG/ixW/kyGzkyWzlyW7myW/nynDozW3rz2/sz3Dt0HDt0W7t0W/t0XDu0XDv03Hw1G/w1HHx1HHz1nHz13H02HH12HH12XH63nH63nL733L84HL94XK9oVXOAAACBklEQVRIx+3T2XNLcRQH8HPlJldDXI1GGs0iInwTS4uWUtFailpaSy0tsRZVO1VbtXZqCWoJokqV3O9/6cF0TMf8buLJmPF9+p6Zz8OZM3MEfxL5r/+yXtTWlyNzfW1VRejdH8mRTGaEzLYW0sluWpfXJYBEY4/FC0l7fYmD9Yj5PbqIvvwlz9nqVg7WIKCLOAzDIbOec6eNrspaDTBFM0MAEDKXWW8q1Xove2CKK1yXTtcBQOg8t6l1LxsD4oq258l8OwCs55WAUr/9Mtcp4VR+tLNzNJ8CkPz62hlXaT4rFxNHeBSRAzwEABlKQKkHPBJCB9N+bQf3+QEMUDwqnR12OoAG5pqb33OpFgE+ZSc4Vbqfiw0AXSTZ5RMfUrxliEof5H43AKw+cboJfilDBw+7lbrWejoRAMKiBwK6hBMZq1ZXboJebogAgFdExIsW3ozIZKVu4t3pAIBgaWkQuM9NZeJTatzmll/Ddt6Boc1U6zV8MWesV77i2opx5/7tdy7y2Fg9w264JWinq4e+rfrZ6r8PV8+QSbDT2MUH8wBgwWPuibskZK9xlacA4CxvwCsmCugl77gVaOGHmrDmiBbS2GgNrVj52docN6QcBTWO89ETnsTU8ddT6dnXyOuJCnFGi9GY//DewohDC6IoDa+UGDINRWp4RKagaB0rcceK14r8q/oH0PB4M1Fmtl0AAAAASUVORK5CYII=);
  font-size: 17px;
}
.ws_contact-page .ws_contact-mail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAMAAAANxBKoAAAA3lBMVEU3IEM4IEQ5IUU5IUY6IUY7Ikg7JEQ8JUQ9I0o9I0s+JExAJU5DJlFDJ1JELUZFKFVGKFVIKVdIKlhJKllLK1tMLF1NLV5OLV9PLl9RMV9SOklVO0xaOWBcO2BmRmJmTU9pSWJuU1R2V2N9ZFR+ZVZ/YGSBZliMbWaQcWaYfVyagVuig2ixlmO4mmq8nmvApWPApWTCpmbHqWzHrWXKrmjMsWbOsG3OsmjRtG3StW3dwG3ewm3gw2/gxWzqzXDs0G7s0W/t0HDw1HHx1HHz1nH323H423H43HH53XL94XKvW1CWAAABAklEQVRIx+3SS1PCYAyF4ZS20s+KVmk9iKLgFVFBxUtRQa1aOP//D7lidDSFMuPOvqssnplkEcEiSaELvZAeMauRoklOBr+bkNT0W8q4+WN1M2b6qurBdp/jTlm+KnfG7Nd7FEfRIgfPHLa8aa0hX44975Iimi5Zq+dktwEAaHTJix2EpkdH1V5oZO+RSbuGWjvh0z42Vyy54rKugcBeOv1gfBQzPdvChit2cJ2tEflSvyF5t4vIF/EjzNJA1ZXDhxNgzRa3CszRQMUSs27EqgA5NEIjIiZEPg0EbjAdc+hv/YV+v70faCWanvHfigYyLgF0XfL0bE07kpWj6PkV+r/qT2IXy7RqgCjHAAAAAElFTkSuQmCC);
  font-size: 17px;
  margin-bottom: 55px;
}
.ws_contact-page .ws_contact-mail a {
  color: #35b2c4;
}
.ws_contact-page .ws_contact-map {
  margin-bottom: 55px;
}
.ws_faq-page {
  padding-top: 43px;
  padding-bottom: 43px;
}
.ws_faq-page .ws_faq-block {
  border: 2px solid #ededed;
  margin-bottom: 15px;
}
.ws_faq-page .ws_faq-block.active .ws_faq-answer {
  display: block;
}
.ws_faq-page .ws_faq-block.active .ws_faq-question {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAApUlEQVRIx2P4+7CIRohh1OhRo0eNHnpGL2vPXNqeQX2jl3dk+unGA9Gc+hRqGg03F4Lm1qdSx2g0c6GmN6RSavTyToS5s+oSgYh40/EZvQLJ3Jm1iTcPJr29nL20PY1I0/EZvaglA9ncN5eyIOJL2lMh4hNLEl5fzCIzQKZXpaCZCzW9LbW/KAEo/upCFvnRCNSMZi4EAQXxmDtahowaPWr0IDIaAMdm4vtgtVDbAAAAAElFTkSuQmCC);
}
.ws_faq-page .ws_faq-block.active .ws_faq-question:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAApUlEQVRIx2P4/3oOjRDDqNGjRo8aPfSMXt5Tt6ynlvpGr+it89ONB6K5zRXUNBpuLgTNa6mgjtFo5kJNb62g1OgVfQhzZzeXABHxpuMzemU/wtxZTSW3T7W9vzNpWU81kabjM3pxZw2yue9uT4KIL4WZPrGi6O2tiWQGyIy6MjRzoaZ3V08oKwSKv7k5gfxoBGpGMxeCgIJ4zB0tQ0aNHjV6EBkNAFDymBPhCvlUAAAAAElFTkSuQmCC);
}
.ws_faq-page .ws_faq-question {
  cursor: pointer;
  padding: 30px 0;
  margin: 0 30px;
  font-size: 15px;
  font-weight: 600;
  color: #403e3e;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAm0lEQVRIx2NQmLCARohh1OhRo0eNHvFGTzt9qe3wGUxxoOD005fJN3ryyYv/waB13zE0cyHik4+eIdPonmPn/sMA3PTWQ6fhgj17D8u1TiEzQHoOnoQb1LL3KJq50jWdcm1TyY/G3kMI04k3l9gUgmZ6794jBM0lIfHBTe/dR5S5pKXrvkOniDeX5CwDNJRIc0fLkFGjR40mFQEAwoLdW0hA1iUAAAAASUVORK5CYII=);
  background-position: right center;
  background-repeat: no-repeat;
}
.ws_faq-page .ws_faq-question:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAnElEQVRIx2OoOn6FRohh1OhRo0eNHvFGH3j6evvDF5jiQMGDT1+Tb/T+J6/+g8HmWw/QzIWI7777mEyjdz96+R8G4KZvf/ACIXj1VuGOI2QGyPbbD+EGbbr5AM3czNXbCnceJT8at9959B8DEDSX2BSCZvoWIswlIfHBTd9y9TYx5pKWrnfceUS8uSRnGaChRJo7WoaMGj1qNKkIAMW6cghVTdghAAAAAElFTkSuQmCC);
}
.ws_faq-page .ws_faq-answer {
  display: none;
  padding: 0 0 30px;
  margin: 0 30px;
  font-style: italic;
}
.ws_faq-page .ws_faq-answer hr {
  margin-top: 0;
  margin-right: 70%;
}
.ws_faq-page .ws_faq-answer span {
  font-size: 15px;
  color: #2090a0;
  font-weight: bold;
}
.ws_size-page {
  padding-top: 43px;
  padding-bottom: 43px;
}
.ws_size-page .ws_size-string-1 {
  font-size: 18px;
  font-weight: 600;
  color: #403e3e;
  margin-bottom: 30px;
}
.ws_size-page .ws_size-string-1 span {
  color: #886e95;
}
.ws_size-page .ws_size-string-2 {
  font-size: 16px;
  font-weight: 600;
  color: #403e3e;
  margin-bottom: 10px;
}
.ws_size-page .ws_size-string-3 {
  font-weight: 600;
  color: #403e3e;
  margin-bottom: 5px;
}
.ws_size-page .ws_size-string-3 span {
  font-weight: bold;
  color: #2090a0;
}
.ws_size-page .ws_size-string-3 span.gray {
  color: #979595;
}
.ws_size-page .ws_size-advice {
  border: 5px solid #7ac7d4;
  padding: 35px;
  color: #403e3e;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
}
.ws_size-page .ws_size-advice p {
  padding-left: 75px;
  background: url(data:image/png;base64,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) no-repeat left center;
}
.ws_size-page .ws_size-advice span {
  color: #2090a0;
}
.ws_size-page .ws_size-warning {
  color: #403e3e;
  border-bottom: 4px solid #da4949;
  padding: 10px 0;
  margin-bottom: 50px;
}
.ws_size-page .ws_size-warning span {
  color: #da4949;
  font-weight: bold;
}
.ws_size-page .ws_sizes {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.ws_size-page .ws_sizes td {
  padding: 10px 0;
}
.ws_size-page .ws_sizes .ws_col1 {
  text-align: right;
  padding-right: 20px;
}
.ws_size-page .ws_sizes .ws_row1 td {
  background-color: #4e2d5f;
  color: #e7d49d;
}
.ws_size-page .ws_sizes .ws_row1 td.ws_col1 {
  background-color: transparent;
  color: #878787;
}
.ws_size-page .ws_sizes .ws_row2 td {
  background-color: #f6f6f6;
  color: #403e3e;
}
.ws_size-page .ws_sizes .ws_row2 td.ws_col1 {
  background-color: transparent;
  color: #878787;
}
.ws_pad.white {
  border: 1px solid #CCC;
}
.ws_ln_result_empty{
	  text-align: center;
  padding: 40px 10px;
  font-size: 30px;
}
@CHARSET "UTF-8";

.ws_pad, .ws_banner, .ws_catalog_first, .ws_botinfo, .modal-dialog, .filter, .jumbotron, .form-signin, .gallery  {
	color: #333;
}

@media print {
	.ws_container {width: auto!important;}
	body { min-width: 700px!important; }
	.ws_pad.white {border: none !important; border-color: transparent!important;}
	.ws_pad {padding: 0!important;}
}

#param_choose_option-menu {
	max-height: 500px;
    overflow-y: scroll;
}

.ws_breadcrumb.main-blog {background: none!important;}
.uv_blog-item {margin: 10px 0 20px 0;}
.uv_blog-title {font-size: 26px; display: block; margin-bottom: 5px; font-weight: normal;}
.uv_blog-title:hover {text-decoration: underline;}
.uv_blog-date {display: block;}
.uv_blog-text {display: block;}
.ws_index-carousel .carousel-inner .item {background-size: cover!important;}

.ws_container {width: 1200px!important; margin: 0 auto!important; max-width: 100%!important;}
.ws_header-two .ws_advantages {width: 24%!important;}
body {min-width: 100%;}
.ws_gold {height: auto; padding: 0 10px; background-size: cover;}
.ws_gold .btn.ws_btn-view {margin-bottom: 20px; max-width: 100%;}
.header-catalog {display: none; width: 100%; background: #4e2d5f; line-height: 40px; font-size: 20px; text-align: center; font-family: 'PFDinCond';
font-size: 20px; color: #fff!important; letter-spacing: 2px;}
.header-catalog:hover, .header-catalog:focus, .header-catalog.active {color: #fde172!important; outline: none; text-decoration: none!important;}
.header-catalog-icon {position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 10;}


.container.ws_container.ws_collection-three {padding-top: 140px;}
.container.ws_container.ws_collection-four {padding-top: 80px;}
.ws_collection-five {padding-top: 140px;}
.ws_index-carousel .carousel-inner .item .ws_container .btn.ws_btn-view {margin: 20px 0;}

.ws_featured span {background-image: url(/bitrix/templates/jewellery/images/icon-like-white.png); background-position: left center; padding-left: 30px; 
	background-repeat: no-repeat; background-size: 20px;}
.ws_featured {float: left; height: 57px; line-height: 57px; text-align: center; color: #fff; font-size: 16px; font-weight: 600; cursor: pointer; width: 26%;
background: #37a5b5; color: #fff!important;}
.ws_footer-fix-menu .ws_cart-link {width: 26%!important;}
.ws_order_call_modal .modal-dialog, .ws_pink-modal .form-group {max-width: 100%;}
.ws_header-two {position: relative; z-index: 10;}
.ws_header-three.ws_gradient {position: relative; z-index: 20;}

.header-gamburger {position: absolute; width: 40px; height: 40px; display: block; top: 10px; z-index: 29; display: none; left: 10px;
background-image: url(../images/burder-icon.png); background-size: 30px; background-repeat: no-repeat; background-position: center;}
.header-hidden-menu {display: none; position: absolute; left: 0; top: 100%; min-width: 210px; padding: 4px 10px; background: #412750; z-index: 30;}
.header-hidden-menu > a {display: block; color: #fff!important; font-family: 'PFDinCond'; font-size: 16px; padding: 4px 0; line-height: 1; text-decoration: underline;}
.header-hidden-menu.active {display: block;}
.header-gamburger-icon {width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; z-index: 10;}

.header-catalog-list {display: none; width: 100%; background: #412750; position: relative; z-index: 20;}
.header-catalog-list.active {display: block;}
.header-catalog-list > a {display: block; font-size: 16px; font-family: 'PFDinCond'; width: 100%; color: #fff!important; text-decoration: none!important;
outline: none!important; padding: 6px 0; text-align: center;}
.header-catalog-list > a.active {color: #fde172!important;}

.header-catalog-list-item {display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; border-bottom: 1px solid rgba(255,255,255,0.1);}
.header-catalog-list-link {display: inline-block; width: 100%; font-size: 16px; font-family: 'PFDinCond'; width: 100%; color: #fff!important; text-decoration: none!important;
outline: none!important; padding: 6px 0; text-align: center; z-index: 11;}
.header-catalog-list-btn {position: absolute; width: 34px; height: 34px; top: 0; right: 0; text-align: center; justify-content: center; align-content: center;
display: flex; color: #fff!important; text-decoration: none!important; line-height: 34px; font-family: Arial; z-index: 12; background: rgba(255,255,255,0.1);}
.header-catalog-list > .header-catalog-list-item.active .header-catalog-list-link {color: #fde172!important; background: #311442;}
.header-catalog-list-btn:after {content: ''; position: absolute; width: 34px; height: 34px; top: 0; left: 0; background: url(../images/arrow-down.png) no-repeat center;
background-size: 16px;}
.header-catalog-list-menu {display: none; width: 100%; position: relative;}
.header-catalog-list-item.active .header-catalog-list-menu {display: block;}
.header-catalog-list-item.active .header-catalog-list-btn:after {transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.header-catalog-list-item.active .header-catalog-list-btn {background: rgba(0,0,0,0.3);}
.header-catalog-list-menu > a {display: block; font-size: 14px; font-family: 'PFDinCond'; width: 100%; color: #fff!important; text-decoration: none!important;
outline: none!important; padding: 6px 0; text-align: center;}
.header-catalog-list-menu > a.active {color: #fde172!important;}

.header-catalog > span {display: inline-block; width: 30px; height: 30px; margin-right: 7px; top: 5px; position: relative; vertical-align: top;
background-image: url(../images/burder-icon.png); background-size: 20px; background-repeat: no-repeat; background-position: center;}
.footer-menu-list > .col-xs-3 {width: 20%;}

.nav>li>a:focus, .nav>li>a:hover {background-color: rgba(0,0,0,0);}

.ws_index-carousel .carousel-inner .item .ws_container p {margin-top: 10px!important;}
.ws_index-carousel .carousel-inner .item .ws_container {padding-top: 90px!important;}
.main-slider-wrap {width: 100%; display: inline-block;}
.ws_index-carousel .carousel-inner .item .ws_container.collection-center {text-align: center; padding: 0 100px;}
.ws_index-carousel .carousel-inner .item .ws_container.collection-left {text-align: left; padding: 0 140px;}
.ws_index-carousel .carousel-inner .item .ws_container.collection-right {text-align: right; padding: 0 140px;}
.ws_index-carousel .carousel-inner .item .ws_container.collection-left .main-slider-wrap,
.ws_index-carousel .carousel-inner .item .ws_container.collection-right .main-slider-wrap {width: 210px; text-align: center;}

.new-bread {padding: 20px 0 14px 0;}
.new-bread a, .new-bread span {font-size: 13px; text-decoration: none; color: #3a3a3a!important; display: inline-block; position: relative; vertical-align: top; 
  line-height: 16px;}
.new-bread a:hover {text-decoration: underline;}
.new-bread a:after {content: '/'; display: inline-block; vertical-align: top; line-height: 16px; padding: 0 2px 0 4px;}

/* tovar page styles */

.tovar-page {display: flex; justify-content: space-between;}
.tovar-page-right {width: 59%; position: relative;}
.tovar-page-left {width: 39%;}
.tovar-page-title--hidden {display: none;}

.tovar-page-title {font-size: 24px; font-weight: 700; text-align: left; line-height: 1; color: #000; margin: 0 0 3px 0;}
.tovar-page-art {font-size: 20px; font-weight: 700; line-height: 30px; color: #898989; display: inline;}
.tovar-page-code {font-size: 20px; font-weight: 400; line-height: 20px; color: #333; display: block; position: relative; padding-bottom: 7px; line-height: 1; 
border-bottom: 2px solid #dcdcdc; margin-bottom: 8px;}
.tovar-current {position: absolute; right: 0; top: 0px; display: inline-block;}
.tovar-current > span {display: none; padding-left: 18px; font-size: 16px; line-height: 20px; color: #8c8c8c;}
.tovar-current > span:after {content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; top: 50%; left: 0; margin-top: -5px;}
.tovar-current .tovar-current--full:after {background: green;}
.tovar-current .tovar-current--half:after {background: orange;}
.tovar-current .tovar-current--empty:after {background: red;}
.tovar-current.tovar-current--full-active .tovar-current--full {display: inline-block;}
.tovar-current.tovar-current--half-active .tovar-current--half {display: inline-block;}
.tovar-current.tovar-current--empty-active .tovar-current--empty {display: inline-block;}

.tovar-page-price {display: block; text-align: left; position: relative;}
.tovar-page-price-title {display: block; width: 100%; font-size: 15px; color: #a8a8a8;}
.tovar-old-price, .tovar-new-price {display: inline-block; vertical-align: bottom; font-weight: 700; line-height: 1;}
.tovar-old-price {font-size: 30px; color: #898989; position: relative; margin-right: 30px;}
.tovar-old-price:after {content: ''; position: absolute; width: 100%; height: 2px; background: #898989; border-bottom: 1px solid #c9c9c9; left: 0; top: 50%;
transform: translateY(-50%); -webkit-transform: translateY(-50%); margin-top: 2px;}
.tovar-new-price {font-size: 44px; color: #000;}
.tovar-price-cart {display: block; font-size: 16px; color: #000; font-weight: 400; padding: 15px 0; line-height: 1; width: 100%;}

.tovar-size-title {display: block; width: 100%; font-size: 15px; color: #a8a8a8; text-align: left;}
.tovar-size-title-link {color: #000; text-decoration: underline!important; display: inline-block; margin-left: 20px; vertical-align: middle; line-height: 1; padding: 0;}
.tovar-size-list, .tovar-size-list-2 {display: flex; justify-content: flex-start; padding: 8px 0 10px 0; flex-wrap: wrap;}
.tovar-size-list > span,
.tovar-size-list-2 > span {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 13px; color: #000; background: #fff;
border: 1px solid #8a8a8a!important; cursor: pointer; user-select: none; margin-right: -1px; margin-bottom: -1px;}
.tovar-size-list > span:hover, .tovar-size-list-2 > span:hover {background: #f5f5f5;}
.tovar-size-list > span.active, .tovar-size-list-2 > span.active {background: #e5e5e5!important; cursor: default; color: #000; font-size: 17px;
border: 1px solid #8a8a8a!important}
.tovar-size-list > span.active + span, .tovar-size-list-2 > span.active + span {/*border-left: 1px solid #8a8a8a;*/color: #000;}
.tovar-size-2 {padding-bottom: 20px;}
.tovar-size-list-2 {display: none; padding-bottom: 0;}
.tovar-size-2.active .tovar-size-list-2 {display: flex;}
.tovar-size-list2-btn {color: #000; text-decoration: underline!important; display: inline-block; vertical-align: middle; line-height: 1; padding: 0; font-size: 15px;}
.tovar-add-to-cart,
.tovar-add-to-cart-2 {display: block; width: 100%; background: #8d3268; color: #fff!important; text-transform: uppercase; text-align: center; margin: 10px 0; 
  text-decoration: none!important; line-height: 26px; padding: 13px 10px; font-size: 16px; font-weight: 400; transition: all 0.4s ease; border-radius: 2px;}
.tovar-add-to-cart:hover, .tovar-add-to-cart:focus, .tovar-add-to-cart-2:hover, .tovar-add-to-cart-2:focus {background: #91799c;}
.tovar-add-to-cart .icon-cart {
  display: inline-block; width: 30px; height: 23px; margin-right: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAQAAAB0gUQ+AAABJklEQVQ4y5WSrUtDURjG332I4MpkjoVbBqaBLDjLrGIxiCyowWJYEBGzTQSZoMJghqHYFIP/g6BhwWIQREHFqxhEN9MQHfKzONjZPefc3edpz+HH+3FeoUFbn8xJbyJB+t9L1IlIMDFAizxxX0dV7JJe9KRCZU5966xxp0KzPPiMEOaeZTVygJQVmqFBrDt8pmCFzil5wxO2LcgoLRxvvELNAh1xrItzfNNvQBx+GNM9RGkyboBKXJhaOLN867QJ2uSRda3nzcNO8SZBxSAwHBy7oai9uhRhPdDHPr/GRbjkdVCRF7JkeWW1o8YQH2yQZBeXkBeqUhUR4YBK1yEnRUgDcS+0yDsTTFJnoSON4LJHhkNude2F2OGLJltqG+S4Bq4YERH5A2O9VJ0aFy+pAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 24px; vertical-align: text-bottom;}

.tovar-btn-list {display: flex; justify-content: space-between; padding: 10px 0 20px 0;}
.tovar-btn-list > a {display: flex; width: 48%; text-align: center; font-size: 13px; background: #fff; box-shadow: inset 0 0 1px 1px #8a8a8a; color: #333!important; 
  line-height: 1; padding: 18px 10px; font-weight: 700; text-decoration: none!important; border-radius: 2px; align-items: center; justify-content: center;}
.tovar-btn-list > a:hover, .tovar-btn-list > a:focus {color: #523263!important; background: #eaeaea;}
.ws_banners_tovar, .ws_banners_tovar .ws_container {background: #fff!important;}

.tovar-page-2 {padding-top: 0px;}
.tovar-page-2__pd {padding-top: 0px;}
.tovar-tabs {padding-bottom: 0px;}
.tovar-tabs .nav-tabs > li > a {color: #989898; border-radius: 0; border: none!important; border-bottom: 4px solid #fff!important; font-size: 20px; 
  text-transform: uppercase; padding: 10px 24px; font-family: 'BanderaPro', Helvetica, Arial, sans-serif;}
.tovar-tabs .nav-tabs {border-bottom: none;}
.tovar-tabs .nav-tabs > li.active > a {color: #333; border-bottom: 4px solid #8c1f62!important; position: relative; z-index: 2;}
.tovar-tabs .tab-content {border-top: 1px solid #afafaf; position: relative; z-index: 1; top: -3px; padding: 18px 0 0 0;}
.tovar-tabs .tab-content p {font-size: 16px;}

.tovar-desc-block {padding: 30px 0;}
.tovar-desc-title {position: relative; text-align: left; border-bottom: 1px solid #afafaf;}
.tovar-desc-title > span {display: inline-block; font-size: 22px; color: #333; line-height: 1; padding: 8px 0; font-weight: 700; position: relative;}
.tovar-desc-title > span:after {content: ''; position: absolute; bottom: -4px; left: 0; width: 200px; display: block; height: 4px; background: #8c1f62; z-index: 5;}
.tovar-desc-link {position: absolute; right: 80px; line-height: 1; padding: 9px 0; font-size: 20px; color: #333!important; text-decoration: none!important;}

.tab-stats-list {padding: 5px 0 0 0;}
.tab-stats-item {width: 100%; position: relative; margin-bottom: 6px; display: block;}
.tab-stats-item:after {content: ''; position: absolute; background: url(../images/filled-circle.png) repeat-x left center; background-size: 3px; height: 4px;
width: 100%; left: 0; bottom: 5px; opacity: 0.7;}
.tab-stats-item--name {width: auto; max-width: 70%; background: #fff; font-size: 18px; color: #000; display: inline-block; line-height: 1; padding-right: 5px;
position: relative; z-index: 2;}
.tab-stats-item--value {width: auto; background: #fff; font-size: 18px; color: #000; position: absolute; bottom: 2px; right: 0; line-height: 1; padding-left: 5px;
z-index: 2;}

#ws_advantages_carousel-new.owl-theme .ws_adv .ws_adv-icon, #ws_advantages_carousel-new.owl-theme .ws_adv .ws_adv-desc {height: 151px;}
#ws_advantages_carousel-new.owl-theme {height: 151px;}
#ws_advantages_carousel-new.owl-theme .owl-controls .owl-buttons .owl-prev, #ws_advantages_carousel-new.owl-theme .owl-controls .owl-buttons .owl-next {margin-top: -19px;}

.ws_advantages_carousel-tovar {height: auto;}
.owl-tovar {padding: 30px 0;}
.owl-tovar .owl-item {border: 1px solid rgba(0,0,0,0); padding: 45px 12px 12px 12px; position: relative; margin: 0; transition: all 0.4s ease;}
.owl-tovar .owl-wrapper {padding: 10px 0;}
.owl-tovar .owl-item:hover {border: 1px solid #e4e4e4; box-shadow: 4px 6px 10px 0px #e2e0e0;}

.catalog-tovar {padding: 30px 0;}
.catalog-tovar .item {border: 1px solid #fff; padding: 45px 12px 12px 12px; position: relative; margin: 0 5px; transition: all 0.4s ease;}
.catalog-tovar .owl-wrapper {padding: 10px 0;}
.catalog-tovar .item:hover {border: 1px solid #e4e4e4; box-shadow: 4px 6px 10px 0px #e2e0e0;}

.tovar-akcia {position: absolute; top: 10px; right: 10px; text-align: right;}
.tovar-akcia > span {display: block; margin: 1px 0; line-height: 1; padding: 3px 6px; border-radius: 10px; color: #fff; text-transform: uppercase; 
  font-size: 11px; width: auto; position: relative; z-index: 2;}
.tovar-akcia--new {background: #02a3bb;}
.tovar-akcia--hit {background: #954073; display: inline-block!important; vertical-align: top;}
.tovar-dost-wall > p {display: block; color: #818181; padding: 0; margin-bottom: 0;}
.tovar-dost-wall > img {display: block; width: auto; height: auto; max-width: 100%;}
.tovar-dost-tab {display: flex; justify-content: space-around;}
.tovar-dost-tab .tab-stats-list {width: 56%;}
.tovar-dost-tab .tovar-dost-wall {width: 38%;}
/*.tovar-dost-tab .tab-stats-item {vertical-align: middle;}
.tovar-dost-tab .tab-stats-item--name {width: 50%; font-size: 16px; display: table-cell;}
.tovar-dost-tab .tab-stats-item--value {position: relative; bottom: auto; right: auto; width: 25%; font-size: 16px;}
.tovar-dost-tab .tab-stats-item:after {display: none;}*/
.tovar-dost-tab .tab-stats-item--name, .tovar-dost-tab .tab-stats-item--value {font-size: 16px;}
.tovar-dost-tab .tab-stats-item--name > span {color: #8d3268!important;}
.tovar-dost-wall > p {font-size: 16px;}
.tab-stats-item > td {padding: 3px;}
.tovar-popup .tovar-dost-tab .tab-stats-list {width: 100%;}
#popup_item .tovar-dost-tab .tab-stats-list {width: 100%;}

.ws_advantages_carousel-tovar.owl-theme .owl-controls .owl-buttons .owl-prev, .ws_advantages_carousel-tovar.owl-theme .owl-controls .owl-buttons .owl-next {
  top: 0; margin-top: -35px; border-radius: 50%; overflow: hidden; height: 30px; width: 30px;
}
.ws_advantages_carousel-tovar.owl-theme .owl-controls .owl-buttons .owl-next {right: 0; background-position: -45px -5px;}
.ws_advantages_carousel-tovar.owl-theme .owl-controls .owl-buttons .owl-prev {left: auto; background-position: -5px -5px; right: 34px;}
.ws_advantages_carousel-tovar.owl-theme .owl-controls .owl-buttons > div {transition: all 0.4s ease;}
.ws_advantages_carousel-tovar.owl-theme .owl-controls .owl-buttons > div:hover, 
.ws_advantages_carousel-tovar.owl-theme .owl-controls .owl-buttons > div:focus {background-color: #aaa;}

.tovar-list-title {color: #85235d; font-size: 15px; line-height: 1.2!important; margin-bottom: 21px; display: block; height: 36px; overflow: hidden;}

.tovar-list-img {width: 100%; display: block; height: 200px;}
.tovar-list-img img {display: block; max-height: 200px; width: auto; max-width: 100%; margin: 0 auto; transition: all 0.4s ease; position: absolute; z-index: 1; top: 50%;
transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); left: 50%;}
.tovar-list-img:hover img, .tovar-list-img:focus img {opacity: 0.9;}
.tovar-list-price > span {display: block; margin: 3px 0; line-height: 1!important;}
.tovar-list-price--old {font-size: 14px; color: #747474; font-weight: 700; text-decoration: line-through;}
.tovar-list-price--new {font-size: 16px; color: #333; font-weight: 700;}

.tovar-links {position: absolute; top: 10px; left: 10px; text-align: left;}
.tovar-links > a {display: inline-block; vertical-align: middle; width: 20px; height: 20px; margin: 1px 0px; text-decoration: none!important; 
  transition: all 0.4s ease;}
.tovar-links > a:hover, .tovar-links > a:focus {opacity: 0.8;}
.tovar-to-spec {background: url(../images/icon-like.png) no-repeat center; background-size: 20px; filter: grayscale(0.8); opacity: 0.4;}
.tovar-to-spec:hover, .tovar-to-spec.active {filter: grayscale(0); opacity: 1;}
.tovar-to-diff {background: url(../images/icon-graf2.png) no-repeat center; background-size: 20px; filter: grayscale(0.8); opacity: 0.4;}
.tovar-to-diff:hover, .tovar-to-diff.active {filter: grayscale(0); opacity: 1;}

.tovar-list-to-cart {position: absolute; bottom: 12px; right: 12px; width: 40px; height: 40px; z-index: 2; border-radius: 50%; background: #5e5e5e;
transition: all 0.4s ease;}
.tovar-list-to-cart:hover, .tovar-list-to-cart:focus {opacity: 0.9; background: #954073;}
.tovar-list-to-cart:after {position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; 
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAQAAAB0gUQ+AAABJklEQVQ4y5WSrUtDURjG332I4MpkjoVbBqaBLDjLrGIxiCyowWJYEBGzTQSZoMJghqHYFIP/g6BhwWIQREHFqxhEN9MQHfKzONjZPefc3edpz+HH+3FeoUFbn8xJbyJB+t9L1IlIMDFAizxxX0dV7JJe9KRCZU5966xxp0KzPPiMEOaeZTVygJQVmqFBrDt8pmCFzil5wxO2LcgoLRxvvELNAh1xrItzfNNvQBx+GNM9RGkyboBKXJhaOLN867QJ2uSRda3nzcNO8SZBxSAwHBy7oai9uhRhPdDHPr/GRbjkdVCRF7JkeWW1o8YQH2yQZBeXkBeqUhUR4YBK1yEnRUgDcS+0yDsTTFJnoSON4LJHhkNude2F2OGLJltqG+S4Bq4YERH5A2O9VJ0aFy+pAAAAAElFTkSuQmCC) no-repeat 42% 52%;
background-size: 24px;}

.tovar-icon-sale {position: absolute; width: 60px; height: 30px; background: url(../images/icon-sale.png) no-repeat left center; background-size: 55px;
    top: 34px; left: -1px; z-index: 3;}

.tovar-brand-block {position: absolute; top: 5px; right: 0; width: 110px;}
.tovar-brand-block > img {display: block; width: 100%;}
.tovar-brand-block > a {display: block; text-decoration: none; font-size: 12px; color: #85235d; line-height: 1; padding: 5px 0;}
.tovar-brand-block > a:hover, .tovar-brand-block > a:focus {text-decoration: underline;}

.tovar-yandex-market {margin-bottom: 4px; text-align: right; position: relative;}
.tovar-yandex-market > a {display: inline-block; line-height: 1; font-size: 0;}
.tovar-yandex-market > a > img {display: block;}

.tovar-gal-list-1 {padding: 20px; /*box-shadow: inset 0 0 0 1px #ececec; */margin-bottom: 20px; position: relative; z-index: 1;}
.tovar-gallery-img {display: none; width: 100%; position: relative;}
.tovar-gallery-img > img {display: block; height: 400px; max-width: 100%; width: auto; margin: 0 auto; position: relative; z-index: 1; object-fit: contain;}
.tovar-gallery-img.active {display: block;}
.tovar-gal-list-2 {display: block; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.tovar-gal-list-2 > span {display: inline-block; padding: 10px; /*box-shadow: inset 0 0 0 1px #ececec;*/ width: 106px; height: 106px; cursor: pointer; margin: 2px;}
.tovar-gal-list-2 > span:hover {box-shadow: inset 0 0 0 1px #ececec;}
.tovar-gal-list-2 > span.active {box-shadow: inset 0 0 0 1px #acacac;}
.tovar-gal-list-2 > span > img {display: block; max-width: 100%; height: 86px; margin: 0 auto; transition: all 0.4s ease;}
.tovar-gal-list-2 > span:hover, .tovar-gal-list-2 > span:focus, .tovar-gal-list-2 > span.active {opacity: 0.85;}

.tovar-gallery {position: relative; overflow: hidden;}
.tovar-gal-badges {position: absolute; top: 15px; left: 15px; max-width: 150px; z-index: 10; text-align: left;}
.tovar-gal-badges > span {display: block; width: auto; margin: 3px 0; border-radius: 15px; line-height: 1; padding: 4px 8px; font-size: 14px; 
  text-transform: uppercase; color: #fff;}
.tovar-gal-badge--new {background: #02a3bb;}
.tovar-gal-badge--hit {background: #954073; display: inline-block!important;}
.tovar-gal-badge--sale {width: 82px; height: 36px; background: url(../images/icon-sale.png) no-repeat left center; background-size: 80px;
position: absolute; left: -17px; bottom: -39px;}
.tovar-gal-btns {display: flex; justify-content: center; padding: 12px 0 8px 0;}
.tovar-gal-btns > a {display: inline-block; padding: 3px 6px; line-height: 1; text-decoration: underline; font-size: 14px; color: #333;}
.tovar-gal-btns > a > img {display: inline-block; height: 16px; margin-right: 5px;}
.tovar-gal-btns > a:hover, .tovar-gal-btns > a:focus, .tovar-gal-btns > a.active {color: #85235d;}

.tovar-repost {display: flex; justify-content: space-between;}
.tovar-rep-vk {width: 48%; height: 48px; line-height: 48px; padding-left: 48px; position: relative; background: #f1f1f1; color: #2f669d; font-size: 14px;
font-weight: 700; text-align: center;}
.tovar-rep-vk:after {content: ''; position: absolute; z-index: 1; top: 0; left: 0; width: 48px; height: 48px; background: url(../images/icon-vk.png) no-repeat center;
background-size: 48px;}

.tovar-rep-soc {padding: 9px 0;}
.tovar-rep-soc > span {padding-right: 10px; font-size: 16px; color: #909090; text-decoration: underline;}
.tovar-rep-soc > a {display: inline-block; margin: 0 1px; width: 30px;}
.tovar-rep-soc > a img {display: block; width: 100%; height: auto;}

.fancybox-skin {background: #fff;}

.tovar-popup .tovar-page-title {margin-bottom: 10px; font-size: 24px;}

.popup-tovar-full {color: #8d3268!important; text-decoration: underline; font-size: 15px; text-align: center; display: block; padding: 15px 0;}

.tovar-popup {display: none;}
.tovar-popup .tovar-btn-list > a.tovar-gal-btn-spec {box-shadow: none;}
.tovar-popup .tovar-gal-btn-spec > span, .tovar-popup .tovar-gal-btn-spec > img {display: inline-block; vertical-align: middle;}
.tovar-popup .tovar-gal-btn-spec > img, .tovar-gal-btn-spec > img, .tovar-gal-btn-diff > img {margin-right: 5px; filter: grayscale(0.8); opacity: 0.4;}
.tovar-popup .tovar-gal-btn-spec:hover > img, .tovar-gal-btn-spec:hover > img, .tovar-gal-btn-diff:hover > img,
.tovar-popup .tovar-gal-btn-spec.active > img, .tovar-gal-btn-spec.active > img, .tovar-gal-btn-diff.active > img {filter: grayscale(0); opacity: 1;}
.tovar-popup .tovar-old-price {font-size: 26px;}
.tovar-popup .tovar-new-price {font-size: 38px;}
.tovar-popup .tovar-add-to-cart, .tovar-popup .tovar-add-to-cart-2 {padding: 8px 10px;}
.tovar-popup .tovar-tabs .nav-tabs>li {width: 50%!important; text-align: center;}
.tovar-popup .tovar-tabs .nav-tabs > li > a {font-size: 17px; padding: 4px;}
.tovar-popup .tab-stats-item--name, .tovar-popup .tab-stats-item--value {font-size: 15px;}
.tab-stats-item--value {color: #8d3268!important;}
.tab-stats-item--value i {font-style: normal!important; color: #818181!important; padding-left: 0px;}
.tab-stats-item--name {color: #818181!important;}
.tovar-popup .tovar-btn-list {padding: 10px 0;}
.tovar-popup .tovar-tabs {padding-bottom: 0;}
.tovar-popup .tovar-page-left {width: 44%;}
.tovar-popup .tovar-page-right {width: 54%;}
#tovar-tab-4 {max-height: 400px; overflow-y: auto;}

.popup-tovar-ship {display: flex; justify-content: center;}
.popup-tovar-ship img {display: inline-block; width: 44px; height: 44px; margin-right: 10px;}
.popup-tovar-ship span {display: flex; font-size: 18px; text-transform: uppercase; color: #8d3268; line-height: 1; align-items: center;}

.popup-gal-feature {padding: 10px 0 0 0; display: flex; justify-content: flex-start;}
.popup-gal-feature-item {width: 24%; display: block; position: relative; text-align: center;}
.popup-gal-feature-item > img {display: block; width: 30px; height: 30px; margin: 0 auto 5px auto;}
.popup-gal-feature-item > p {display: block; margin: 0; line-height: 1.2; font-size: 12px; text-decoration: underline; width: 100%; color: #8d3268;}
.tovar-popup .tovar-gal-list-1 {margin-bottom: 10px;}
.tovar-popup .tovar-current {position: relative; display: block; top: 0;}
.tab-stats-list--stats {display: flex; justify-content: space-between; flex-wrap: wrap;}
.tab-stats-list--stats > div {width: 48%; margin: 0 1% 10px 1%; padding: 0;}

.main-slider-text  div {padding: 10px 0;}
.main-slider-text  span.h3 {font-size: 32px;}

#review_link {text-align: center; font-size: 18px; padding: 20px 0;}
#tovar-tab-4 #review_form {width: 500px; max-width: 100%; padding: 10px; border: 1px solid #8c1f62; box-shadow: none; border-radius: 0;}
#tovar-tab-4 #review_form form {max-width: 100%; width: 100%; padding: 15px; border: none; box-shadow: none; margin: 5px 0;}
#tovar-tab-4 #review_form .ws_stars_big {display: block; padding-top: 5px;}
#tovar-tab-4 #review_form .form-group textarea {display: block; width: 100%; min-height: 50px; border: 1px solid #8c1f62;}
#tovar-tab-4 #review_form .form-group input {display: block; margin: 10px 0; width: 100%;}
#tovar-tab-4 #review_form .form-group input[name="review_media_video_url"] {padding-left: 50px; width: 100%; background: url(../images/icon-youtube.svg) no-repeat 5px center;
background-size: 27px; border: 1px solid #8c1f62;}
#tovar-tab-4 #review_form .form-group input[type="submit"] {display: block; width: 100%; max-width: 100%; font-size: 16px; text-transform: uppercase;
 text-decoration: none!important;  transition: all 0.4s ease; color: #fff!important; line-height: 1; padding: 10px; background: #8d3268; border-radius: 2px;
 text-align: center; margin: 20px auto 0 auto; border: none; outline: none;}
#tovar-tab-4 #review_form .form-group input[type="submit"]:hover, #tovar-tab-4 #review_form .form-group input[type="submit"]:focus {background: #91799c;}
.review_star_select {background: url(../images/icon-star-grey.svg) no-repeat center; background-size: 30px; text-align: center; color: #fff!important;}
.review_star_select.active, .review_star_select:hover, .review_star_select:focus {background: url(../images/icon-star.svg) no-repeat center; background-size: 30px; color: #fff;}

@media (max-width: 1199px) {
  .tovar-popup {padding-right: 16px;}
  .tovar-dost-tab .tab-stats-item--name, .tovar-dost-tab .tab-stats-item--value {font-size: 15px;}
}

@media (max-width: 991px) {
  .tovar-btn-list > a {padding: 6px 4px;}
  .tovar-repost {flex-wrap: wrap;}
  .tovar-rep-vk {width: 100%;}
  .tovar-rep-soc {width: 100%; display: flex; justify-content: center;}
  .tovar-page-title {font-size: 22px;}
  .tovar-old-price {font-size: 18px; margin-right: 10px;}
  .tovar-new-price {font-size: 25px;}
  .tovar-gallery-img > img {max-height: 220px; height: auto;}
  .tovar-gal-list-2 > span {width: 70px; height: 76px; padding: 5px; display: flex!important; align-items: center; justify-content: center;}
  .tovar-gal-list-2 > span > img {max-height: 66px; height: auto;}
  .tovar-gal-btns {flex-wrap: wrap;}
  .tovar-gal-btns > a {width: 100%; display: flex; justify-content: center;}
  .tovar-page-2 {padding-top: 10px;}  
  .tovar-dost-tab .tab-stats-item--name, .tovar-dost-tab .tab-stats-item--value {font-size: 14px;}
}

@media (max-width: 767px) {
  .tovar-page-left {display: block; width: 85%; min-width: 240px; margin: 0 auto;}
  .tovar-page {display: block;}
  .tovar-page-left .tovar-gal-list-1 {margin-bottom: 0;}
  .tovar-page-left .tovar-gal-list-2 {display: none;}
  .tovar-page-right {width: 100%; padding: 0 6px;}
  .tovar-tabs .nav-tabs > li > a {font-size: 14px; padding: 5px 14px;}
  .tab-stats-item--name, .tab-stats-item--value {font-size: 14px;}
  .tovar-tabs .nav-tabs > li.active > a {border-bottom: none!important; background: #8c1f62!important; color: #fff!important;}
  .tovar-tabs .nav-tabs {display: flex; flex-wrap: wrap;}
  .tovar-desc-link {font-size: 16px; /*right: auto; left: 0;*/ display: block; top: 1px; padding: 8px 5px;}
	.tovar-desc-title > span {font-size: 20px;}
  .tovar-popup .tovar-page-right {width: 100%;}
  .tovar-dost-tab .tab-stats-item--name, .tovar-dost-tab .tab-stats-item--value, .tovar-tabs .tab-content p {font-size: 14px;}
  /*.tovar-page-title {display: none;}*/
  .tovar-page-title--hidden {display: block; margin-bottom: 15px; padding: 0 15px;}
  .tovar-dost-tab .tab-stats-list, .tovar-dost-tab .tovar-dost-wall {width: 100%; margin: 5px 0;}
  .new-bread {display: none;}
  .ws_banners_tovar {display: none;}
	.popup-gal-feature {justify-content: center; flex-wrap: wrap;}
	.popup-gal-feature-item {width: 46%; margin: 2%;}
}

@media (max-width: 599px) {
  .tovar-brand-block {position: relative; top: auto;}
  .tovar-popup .tovar-page-title {font-size: 18px;}
  .tovar-popup .tovar-old-price {font-size: 18px;}
  .tovar-popup .tovar-new-price {font-size: 26px;}
  .tovar-popup .tovar-add-to-cart, .tovar-popup .tovar-add-to-cart-2 {font-size: 13px!important; line-height: 16px!important;}
  .popup-tovar-ship span {font-size: 14px;}
  .tovar-dost-tab {display: block;}
}

@media (max-width: 499px) {
  .tovar-popup .tovar-tabs .nav-tabs > li > a {font-size: 14px;}
  .tovar-page-title {font-size: 18px;}
   .tovar-dost-tab .tab-stats-item--value { display: block; width: 100%; background: none; position: relative; padding: 5px 0; margin-bottom: 10px;}
   .tovar-dost-tab .tab-stats-item:after {display: none;}
   .tovar-current {position: relative; display: block; padding: 5px 0; font-weight: 400!important;}
	.tovar-desc-link {top: auto; right: 0;font-weight: 400; box-shadow: 0 0 0 1px #eee; padding: 6px 8px; z-index: 99; margin-top: 6px; border-radius: 40px; font-size: 14px;}
}
@media (max-width: 399px) {
  .tovar-popup .tovar-tabs .nav-tabs > li > a {font-size: 10px;}
  .popup-gal-feature-item > p {font-size: 10px;}
  .fancybox-opened .fancybox-skin {padding: 5px!important;}
}

/* tovar page styles end */


/* new style 29.01.2018 */

.owl-tovar {padding: 0;}
.tovar-desc-block {padding: 0;}

.tovar-komplekt {padding: 15px; box-shadow: inset 0 0 0 1px #efefef;}
.komplekt-title {font-size: 16px; text-transform: uppercase; color: #000; text-align: center; display: block; margin: 0 0 15px 0; line-height: 1;
font-weight: 700;}
.komplekt-1 {position: relative; width: 19%;}
.komplekt-1:after {content: '+'; position: absolute; top: 50%; right: -25px; font-size: 50px; line-height: 1; color: #8d3268; display: block; margin-top: -25px; 
width: auto;}
.komplekt-1.last-komplekt:after {content: '=';}
.komplekt-link {position: relative; overflow: hidden; text-decoration: none!important;}
.komplekt-wrap {display: flex; justify-content: space-around; align-items: center;}
.komplekt-img {display: block; height: 110px; width: auto; margin: 0 auto;}
.komplekt-item-title {color: #454545; font-size: 13px; text-align: center; line-height: 1.3; display: block; padding: 10px;}
.komplekt-price--old {color: #747474; font-size: 15px; font-weight: 700; text-decoration: line-through; padding: 0 5px;}
.komplekt-price--new {color: #8d3268; font-size: 18px; font-weight: 700; padding: 0 5px;}
.komplekt-prices {display: flex; width: 100%; justify-content: center; align-items: center;}
.komplekt-itog {display: block; width: 35%; padding-top: 58px;}
.komplekt-btn {display: block; width: 250px; max-width: 100%; font-size: 16px; text-transform: uppercase; text-decoration: none!important; transition: all 0.4s ease;
color: #fff!important; line-height: 1; padding: 10px; background: #8d3268; border-radius: 2px; text-align: center; margin: 0 auto 10px auto;}
.komplekt-btn:hover, .komplekt-btn:focus {background: #91799c;}
.komplekt-itog-title {font-size: 13px; text-align: center;}
.tovar-btn-fast {border-radius: 30px; line-height: 1; padding: 14px; background: #fff; color: #85235d!important; font-size: 14px; text-transform: uppercase; 
  text-align: center; height: auto; position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);
transition: all 0.4s ease; opacity: 0; z-index: 10; box-shadow: inset 0 0 0 2px #85235d; width: 190px; font-weight: 700; text-decoration: none!important;}
.owl-item .item:hover .tovar-btn-fast, .catalog-tovar .item:hover  .tovar-btn-fast {opacity: 0.6;}
.owl-item .item:hover .tovar-btn-fast:hover, .catalog-tovar .item:hover .tovar-btn-fast:hover {opacity: 1;}
.tovar-list-img {position: relative;}
.tovar-popup .komplekt-price--new {font-size: 16px; padding: 0 2px;}
.tovar-popup .komplekt-price--old {font-size: 14px; padding: 0 2px;}

.catalog-filter {background: #f4f4f4; padding: 10px 0 20px 0; margin-top: 18px;}
.filter-wrap {display: flex; justify-content: space-between;}
.filter-left {width: 21%; display: none;}
.filter-counter > span {font-size: 14px; color: #85235d; line-height: 22px; display: inline-block;}
.filter-counter > input {width: 85px; line-height: 20px; border: 1px solid #7c7c7c; margin: 1px 5px; border-radius: 2px; padding: 0 5px; color: #000; font-size: 14px;
outline: none;}
.filter-counter > br {display: none;}
.filter-range {padding: 0 6px;}
.filter-range .irs-bar {background: #954073;}
.filter-range .irs-line-mid, .filter-range .irs-line-left, .filter-range .irs-line-right {background: #ddd;}
.filter-range .irs-line-mid, .filter-range .irs-line-left, .filter-range .irs-line-right, .filter-range .irs-bar {height: 5px;}
.filter-range .irs-line-left {border-radius: 20px 0 0 20px;}
.filter-range .irs-line-right {border-radius: 0 20px 20px 0;}
.filter-range .irs-slider {border: 2px solid #954073; background: #fff; border-radius: 50%; width: 20px; height: 20px; top: 17px;}
.filter-range .irs-slider.from {margin-left: -2px;}
.filter-range .irs-slider.to {margin-left: 2px;}
.filter-counter {margin-top: 19px; margin-bottom: 5px;}
.filter-title {color: #000; font-weight: 700; font-size: 16px; margin: 4px 0 12px 0;}
.filter-size .tovar-size-list {flex-wrap: wrap; padding: 0;}
.filter-size .tovar-size-list > span {border: 1px solid #8a8a8a!important;}
.filter-radio > input[type = "radio"], .filter-radio > input[type = "checkbox"] {display: none;}
.filter-radio > label {position: relative; line-height: 1; padding: 3px 7px; font-size: 14px; color: #595959; text-decoration: underline; margin: 2px 0;
cursor: pointer;}
.filter-radio > label a {
    color: #595959;
}

.filter-radio.radio-sq > label { width: 40px; height: 40px; line-height: 40px; padding: 0; text-align: center; border-radius: 0!important; text-decoration: none;}
.filter-radio.radio-sq > label:after {border: 1px solid #bbb; opacity: 1; border-radius: 0;}
.filter-radio > input[type = "radio"]:checked + label:after, .filter-radio > input[type = "checkbox"]:checked + label:after {border: 1px solid #954073;}
.filter-radio > label.label-img {padding: 3px; width: 30px; height: 30px; background-size: contain!important; background-position: center!important;
background-repeat: no-repeat!important;}
.filter-radio > label.label-img:after {border-radius: 0; border: 2px solid #fff; box-shadow: 0 0 0 1px #954073; width: calc(100% + 4px); height: calc(100% + 4px);
top: -2px; left: -2px;}
.filter-radio > label:hover {text-decoration: none;}
.filter-radio > label:after {content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; border-radius: 10px; border: 1px solid #954073; opacity: 0;}
.filter-radio > input[type = "radio"]:checked + label,
.filter-radio > input[type = "radio"]:checked + label a,
.filter-radio > input[type = "checkbox"]:checked + label,
.filter-radio > input[type = "checkbox"]:checked + label a {color: #85235d; text-decoration: none;}

.filter-radio > input[type = "radio"]:checked + label:after, .filter-radio > input[type = "checkbox"]:checked + label:after {opacity: 1;}
.filter-block-wrap {padding: 3px;}
.filter-right {width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; position: relative;}
.filter-block .filter-title {margin: 4px 0;}
.filter-block {width: 22%; height: auto; max-height: 300px; overflow-y: hidden; position: relative; margin-right: 2%; padding-bottom: 20px;}
.filter-btn-all {position: absolute; bottom: 1px; right: 5px; line-height: 1; padding: 3px 20px 3px 7px; color: #fff; font-size: 14px; background: #02a3bb;
border-radius: 10px; cursor: pointer;}
.filter-hide-list .filter-btn-all {bottom: auto; top: -24px;}
.filter-btn-all:after {content: ''; position: absolute; top: 8px; right: 6px; border-top: 5px solid #fff; border-right: 5px solid transparent;
border-bottom: 5px solid transparent; border-left: 5px solid transparent;}
.filter-block.active .filter-btn-all {background: #fff; color: #02a3bb; box-shadow: 0 0 0 1px #02a3bb;}
.filter-block.active {overflow-y: inherit;}
.filter-block.active .filter-btn-all:after {border-bottom: 5px solid #02a3bb; border-top: 5px solid transparent; top: 3px;}
.filter-hide-list {position: absolute; top: 100%; right: 0; max-width: 100%; background: #f4f4f4; /*box-shadow: 4px 4px 6px 0 rgba(0,0,0,.2);*/ margin-top: 3px;
display: none; justify-content: flex-start; flex-wrap: wrap; z-index: 10;}
.filter-block.active .filter-hide-list {display: flex;}
.filter-full-list {font-size: 18px; color: #606060!important; font-size: 16px; position: absolute; bottom: -52px; right: 10px; text-decoration: underline!important;
padding-right: 22px; font-weight: 700; line-height: 1;}
.filter-full-list:hover {text-decoration: none!important;}
.filter-full-list span {width: 15px; height: 15px; background: url(/bitrix/templates/jewellery/images/icon-filter.png) no-repeat center; background-size: 15px; padding-left: 10px;
display: inline-block; position: absolute; top: 0; right: 0;}
.filter-right > div {display: none;}
.filter-wrap.full .filter-right > div {display: block;}
.filter-right > div:nth-of-type(1), .filter-right > div:nth-of-type(2), .filter-right > div:nth-of-type(3), .filter-right > div:nth-of-type(4) {display: block;}
.filter-size, .filter-probe {display: none;}
.filter-wrap.full .filter-size, .filter-wrap.full .filter-probe {display: block;}
.filter-wrap.full .filter-full-list {width: 15px; overflow: hidden; color: rgba(0,0,0,0)!important; user-select: none; bottom: -66px;}
.filter-wrap.full .filter-full-list span {background: url(/bitrix/templates/jewellery/images/icon-filter2.png) no-repeat center; background-size: 15px;}

.cloud-tags {padding: 0; margin: 15px 0;}
.cloud-tags-list {display: flex; justify-content: flex-start; flex-wrap: wrap;}
.cloud-tags-item {display: inline-block; width: auto; padding: 0; line-height: 1; font-size: 16px; color: #595959!important; text-decoration: underline;
margin: 2px 10px 2px 0; border-radius: 0; font-weight: 400;}
.cloud-tags-item:hover {text-decoration: none!important;}
.cloud-tags-list-start {font-size: 16px; font-weight: 700; color: #595959; padding: 0; line-height: 1; display: inline-block; margin: 2px 10px 2px 0;
position: relative; top: 1px;}
.cloud-tags-item.active {color: #954073!important; text-decoration: none!important; font-weight: 700; position: relative; top: 1px;}


.catalog-filter-bottom {padding: 30px 10px 5px 10px;}
.catalog-filter .catalog-filter-bottom-wrap {justify-content: flex-start;}
.catalog-filter-bottom-wrap {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.catalog-filter-bottom-2 {padding: 5px 10px 20px 10px;}
.catalog-filter-bottom-2 .catalog-filter-bottom-wrap {justify-content: center;}
.catalog-filter-reset,
.filter_button_reset,
.catalog-filter-bottom input[type="submit"] {line-height: 1; background: #fff; border-radius: 20px; padding: 4px 8px; color: #954073!important; font-size: 16px;
text-decoration: none!important; transition: all .4s ease; box-shadow: inset 0 0 0 1px #954073; border: none!important; outline: none!important;}
.filter_button_reset:hover,
.catalog-filter-reset:hover,
.catalog-filter-bottom input[type="submit"]:hover {background: #954073!important; color: #fff!important;}
.catalog-filter-bottom-right {display: flex; justify-content: flex-end; align-items: center; margin: 8px 0;}
.catalog-filter-bottom-right > span {color: #595959; font-size: 16px; font-weight: 700; line-height: 1;}
.catalog-filter-bottom-right > a {color: #595959!important; font-size: 16px; font-weight: 400; text-decoration: underline!important; line-height: 1;
margin: 0 0 0 6px; display: inline-block; position: relative; top: -1px;}
.catalog-filter-bottom-right > a:hover, .catalog-filter-bottom-right > a:focus {text-decoration: none!important;}
.catalog-filter-bottom-right > a.active {color: #85235d!important; font-weight: 700; text-decoration: none!important;}
.catalog-items-pagers {display: flex; justify-content: flex-end;}
.catalog-items-pagers a {display: block; width: 22px; height: 22px; line-height: 22px; margin: 0 2px; font-size: 16px; color: #000; background: #fff; 
  border-radius: 50%; text-align: center;}
  .catalog-items-pagers span {display: block; width: 22px; height: 22px; line-height: 22px; margin: 0 2px; font-size: 16px; color: #000; background: #fff; 
  border-radius: 50%; text-align: center;}
.catalog-items-pagers a.active {background: #85235d; color: #fff;}
.catalog-items-pagers .catalog-filter-arrow {background: #4e4e4e; color: #fff; font-size: 20px; text-align: center; width: 22px; height: 22px; line-height: 22px; 
  margin: 0 2px;   border-radius: 50%;}
.catalog-items-pagers .catalog-filter-arrow--hide {display: none;}
.catalog-page .owl-tovar {padding: 10px 0; }
.catalog-page .catalog-tovar .item {width: 19.4%; margin: 1% 0.3%; margin-top: 0;}
.catalog-page .catalog-tovar {padding: 10px 0; display: flex; flex-wrap: wrap; justify-content: flex-start;}
.catalog-filter-bottom-right {flex-wrap: wrap;}
.catalog-see-more {display: flex; width: 320px; color: #954073!important; background: #fff; text-align: center; line-height: 20px; padding: 9px 14px; 
 text-decoration: none!important; margin: 20px auto 0px auto; font-size: 14px; justify-content: center; align-items: center; text-transform: uppercase;
box-shadow: inset 0 0 0 1px #954073;}
.catalog-see-more:hover {background: #954073; color: #fff!important;}
.catalog-see-more img {width: 20px; height: 20px; margin-right: 10px;}
.catalog-ref1 {display: none;}
.catalog-ref2 {display: block;}
.catalog-see-more:hover .catalog-ref1 {display: block;}
.catalog-see-more:hover .catalog-ref2 {display: none;}
#offers_list {margin: 30px 0; width: auto; max-width: 100%; display: inline-block; position: relative;}
#offers_list select {border: 1px solid #8d3268; padding: 5px 34px 5px 5px; outline: none!important; width: 100%; max-width: 100%;}
#offers_list select option {max-width: 100%!important; word-wrap: break-word;}
/*#offers_list:after {content: ''; position: absolute; width: 31px; height: 31px; top: 0; right: 0; background: #8d3268 url(../images/arrow-down.png) no-repeat center;
background-size: 16px; pointer-events: none;}*/
.filter-wrap form {width: 100%;}
.bx-pagination .bx-pagination-container {margin: 0!important; padding: 0 15px;}
.bx-pagination .bx-pagination-container ul li span, .bx-pagination .bx-pagination-container ul li a:hover span {background: #fff; color: #333;}
.bx-pagination .bx-pagination-container ul li a:hover span {background: #f2f2f2!important;}
.bx-pagination .bx-pagination-container ul li span,
.bx-pagination .bx-pagination-container ul li a {min-width: 24px; line-height: 24px; height: 24px;}
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {background: #85235d; color: #fff;}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a {min-width: 24px; height: 24px; line-height: 24px; position: relative; top: 8px;}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {background: #4e4e4e!important; position: relative; color: rgba(0,0,0,0)!important; width: 24px; height: 24px;
border-radius: 50%; padding: 0; overflow: hidden; user-select: none;}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span:after,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background: url(../images/arrow-down.png) no-repeat center; background-size: 12px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span:after {transform: rotate(90deg)!important; -webkit-transform: rotate(90deg)!important;}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {border: 1px solid #fff!important; box-shadow: inset 0 0 0 1px #4e2d5f!important;}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev > span {display: none;}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {border: 1px solid #fff!important; box-shadow: inset 0 0 0 1px #4e2d5f!important;}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {background: #f2f2f2;}
.bx-pagination .bx-pagination-container ul li.bx-pag-next > span {display: none;}
.pag-wrap {width: 100%; display: block;}
.ws_footer-fix-menu .ws_scroll-top {width: 40px; height: 40px; background-size: 42px!important;}
.ws_footer-fix-menu .ws_fix-footer-menu {margin-left: 40px;}
.ws_footer-fix-menu .ws_compare-list-link, .ws_footer-fix-menu .ws_viewed-items-link, .ws_footer-fix-menu .ws_cart-link, .ws_featured {height: 40px; line-height: 40px; 
width: 25%!important;}

.ws_pink-modal .btn.btn-default.btn-oneclick {border: 3px solid #449d44!important; color: #fff; background-color: #5cb85c!important; border-radius: 6px;
border-color: #5cb85c!important; text-transform: none!important; font-family: BanderaPro, Arial; font-size: 18px;}
.modal-body-oneclick .ws_auth-desc {font-size: 16px; text-align: left; border-bottom: 1px solid #eee; padding-bottom: 18px;}
.text-center.btn-wrap-oneclick {width: 100%; display: block; text-align: right; padding: 10px 0 0 0; border-top: 1px solid #eee;}
.text-center.btn-wrap-oneclick .btn.btn-default {margin: 5px 3px; text-transform: none!important; font-family: BanderaPro, Arial; font-size: 18px; border-radius: 6px;
background: #5bc0de; border-color: #5bc0de; color: #fff;}
.form-popup-img-text {padding: 10px 0; text-align: center; font-size: 14px; line-height: 1.2;}
.form-popup-img-text span {display: block; text-align: center; font-weight: 700;}

.basket-item-image-link {position: relative; display: block; width: 100%; height: 100%;}
.basket-item-image {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.basket-checkout-block-total {padding-top: 14px;}
div.bx-green .btn.btn-default {border-color: #5cb85c;  background-color: #5cb85c;}
.basket-total-block {margin-top: 20px;}
.basket-items-list-item-descriptions {padding-bottom: 20px;}

.btn-upload > img {position: absolute; width: 24px; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.btn-upload {display: block; width: 320px; height: 38px; background: #954073!important; line-height: 0; padding: 0; margin: 20px auto; position: relative; box-shadow: inset 0 0 0 1px #954073;}

.main-page .catalog-page .catalog-tovar {max-width: 100%; margin: 0 auto; padding: 0;}
.hits_block, .new_block, .sale_block {font-family: 'PFDinCond'; display: inline-block; line-height: 1.1; font-size: 26px; margin: 10px;}
div.whitecolor {border-bottom: 1px dashed #fff; cursor: pointer;}
.main-page .owl-theme .owl-controls .owl-buttons .owl-prev {left: 4px;}
.main-page .owl-theme .owl-controls .owl-buttons .owl-next {right: 4px;}

.basket-item-scu-item.active > span {box-shadow: inset 0 0 0 2px grey;}
.basket-item-scu-item.selected > span {box-shadow: inset 0 0 0 2px grey;}

.tovar-desc-block .tovar-list-img {height: 200px;}

/* oneclick popup */

.form-popup-body {display: flex; justify-content: space-between; flex-wrap: wrap;}
.form-popup-left {width: 35%; margin: 10px 0;}
.form-popup-left > img {display: block; width: 90%; height: auto; max-width: 180px; margin: 0 auto; max-height: 280px;}
.form-popup-right {width: 58%; margin: 10px 0;}

#popup-gallery {z-index: 9998!important;}
#item_background {z-index: 9997!important;}
#popup_add2basket {z-index: 9999!important;}

.form-popup-right img {max-width: 100%;}

#catalog_section_container > div:nth-of-type(2) .bx-pagination .bx-pagination-container {text-align: right!important; margin-bottom: -10px!important; padding-top: 5px!important;}
.bx-pagination .bx-pagination-container {width: 1200px!important; margin: 0 auto!important; max-width: 100%!important;}

/* ie 10+ css hacks */
_:-ms-lang(x), .filter-right {display: block;}
_:-ms-lang(x), .full.filter-wrap .filter-right > div {display: inline-block;}
_:-ms-lang(x), .filter-right > div:nth-of-type(1), .filter-right > div:nth-of-type(2), .filter-right > div:nth-of-type(3), .filter-right > div:nth-of-type(4) {
	display: inline-block; vertical-align: top;
}
/* end ie 10+ hacks */

.filter-popup {position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; z-index: 100000; background: #000; opacity: 0; transition: all 0.4s ease;
 user-select: none; visibility: hidden;}
.filter-popup--active .filter-popup {opacity: 0.8; visibility: visible;}
.filter-popup > img {display: block; position: absolute; top: 50%; left: 50%; width: 50px; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}

.tovar-brand-block > img { display: block; max-width: 100%; width: auto; max-height: 60px; margin: 0 auto;}
.tovar-page-price {padding: 10px 0;}

.search-page {padding-top: 40px;}

@media (max-width: 1399px) {
	.tovar-popup .tovar-old-price {font-size: 24px; margin-right: 15px;}
	.tovar-popup .tovar-new-price {font-size: 32px;}
}

@media (max-width: 1199px) {
  .komplekt-price--old {font-size: 13px; padding: 0 2px;}
  .komplekt-price--new {font-size: 18px; padding: 0 2px;}
  .filter-counter > br {display: block;}
  .filter-right {width: 100%;}
  .filter-left {width: 17%;}
  .catalog-page .catalog-tovar .item {width: 24%; margin: 1% 0.5%; margin-top: 0;}
	.tovar-popup .tovar-old-price {font-size: 22px; margin-right: 10px;}
	.tovar-popup .tovar-new-price {font-size: 28px;}
	.tovar-brand-block {position: relative; top: 0; padding: 10px 0;}	
	.main-page .catalog-page .catalog-tovar .item {width: 24%;}
.main-page .owl-theme .owl-controls .owl-buttons .owl-prev {left: 0px;}
.main-page .owl-theme .owl-controls .owl-buttons .owl-next {right: 0px;}
}
@media (max-width: 991px) {
  .komplekt-price--old, .komplekt-price--new {text-align: center; line-height: 1;}
    .komplekt-itog {padding-top: 48px;}
    .komplekt-btn {max-width: 80%; font-size: 14px;}
    .filter-wrap {flex-wrap: wrap;}
    .filter-left, .filter-right {width: 100%;}
    .filter-right {padding: 0 10px;}
    .filter-left {display: flex; justify-content: flex-start; flex-wrap: wrap;}
    .filter-left > div {width: 29%; margin: 0 1% 20px 1%;}
    .catalog-page .catalog-tovar .item {width: 31%; margin: 1%; margin-top: 0;}
    .filter-left > div {display: block!important;}
	.tovar-brand-block {position: relative; top: 0; padding: 10px 0;}
	.main-page .catalog-page .catalog-tovar .item {width: 31%;}
}
@media (max-width: 767px) {
  .tovar-btn-fast {padding: 8px; font-size: 12px; max-width: 100%;}
  .komplekt-price--old {font-size: 12px;}
  .komplekt-price--new {font-size: 15px;}
  .komplekt-1:after {right: -13px;}
  .tovar-page-left .tovar-gal-list-2 {display: flex; padding-top: 5px;}
  .tovar-gal-list-2 > span {width: 24%; display: block;}
  .filter-left > div {width: 48%;}
  .filter-block {width: 48%;}
  .tovar-page-title {padding-top: 10px;}
	.tovar-page .tovar-page-title {display: none;}
	.tovar-page .tovar-page-title.tovar-page-title--hidden {display: block!important;}
  .cloud-tags-list {padding: 0 10px;}
	.tovar-gallery-img > img {max-height: 400px; object-fit: contain;}
	.tovar-popup .tovar-page-left {width: 90%;}
	.tovar-gal-list-2 {justify-content: center;}
	.tovar-gal-list-1 {padding: 5px;}
	.hits_block, .new_block, .sale_block {margin: 6px 4px; font-size: 23px;}
}
@media (max-width: 699px) {
  .tovar-komplekt {display: none;}
}
@media (max-width: 599px) {
  .catalog-page .catalog-tovar .item {width: 48%; margin: 1%; margin-top: 0;}
.main-page .catalog-page .catalog-tovar .item {width: 48%;}
  .filter-block {width: 47%;}
	#offers_list select {padding: 3px 5px;}
	#offers_list:after {display: none;}
.hits_block, .new_block, .sale_block {margin: 6px 14px; font-size: 23px;}
}
@media (max-width: 499px) {
  .owl-tovar .item {padding: 15px 5px 5px 5px;}
	.btn-upload {width: 250px;}
  .catalog-tovar .item {padding: 45px 5px 5px 5px;}
  .tovar-page-left {width: 100%!important;}
  .tovar-btn-fast {padding: 6px; font-size: 10px;}
  .tovar-list-title {font-size: 12px; margin-bottom: 12px!important; line-height: 1.1!important; height: 39px;}
  .tovar-list-to-cart {bottom: 5px; right: 5px; width: 30px; height: 30px;}
  .tovar-list-to-cart:after {background-size: 20px;}
  .tovar-list-price--new {font-size: 15px;}
  .tovar-list-price--old {font-size: 12px;}
  /*.tovar-list-img img {height: 120px;}*/
  .tovar-links {top: 5px; left: 5px;}
  .tovar-akcia {top: 5px; right: 5px;}
  .tovar-icon-sale {top: 25px;}
  .container {padding-left: 10px; padding-right: 10px;}
  .tovar-gal-badges {top: 5px; left: 5px;}
  .tovar-gal-badge--sale {left: -7px; background-size: 60px; bottom: -33px;}
  .tab-stats-list--stats > div {width: 98%;}
  .catalog-see-more {width: 250px;}
  .container.ws_container > .row {margin: 0;}
  .tovar-new-price {position: relative; top: 1px;}
  .tovar-page-price-title {display: inline-block; width: auto; padding-right: 10px;}
  .tovar-page-code {font-size: 15px; padding-right: 100px; font-weight: 700;}
  .tovar-yandex-market {margin-bottom: 0px;}
  .form-popup-left, .form-popup-right {width: 100%!important;}
	.tovar-page-price-title {font-size: 13px; padding-right: 5px;}
	.tovar-new-price {font-size: 21px;}
	.tovar-price-cart {width: 58%; font-size: 13px; padding: 15px 0;}
	.tovar-brand-block {position: absolute; top: 0; padding: 0px 0;}
	.tovar-size-title-link {display: block; margin-left: 0;}
.hits_block, .new_block, .sale_block {margin: 6px 12px; font-size: 22px;}
}
@media (max-width: 399px) {
  .tovar-page-left {width: 94%;}
  .filter-block {width: 98%;}
	.tovar-new-price {font-size: 17px; top: -1px; padding-right: 3px;}
.hits_block, .new_block, .sale_block {margin: 6px 4px; font-size: 19px;}
	.tovar-desc-block .owl-tovar .item {padding-top: 15px;}
}


/* end new style 29.01.2018 */

.ui-selectmenu-menu {max-width: 92%; z-index: 9999;}
.ui-selectmenu-menu .ui-menu .ui-menu-item {max-width: 100%;}
.ui-selectmenu-button span.ui-icon {z-index: 9;}
.ui-selectmenu-menu .ui-menu {max-width: 700px!important; max-height: 400px; overflow-y: auto;}

#popup-gallery-big-image-prev,
#popup-gallery-big-image-next {width: 50px; height: 50px; padding: 0; line-height: 50px; text-align: center; font-weight: 700; position: absolute;
top: 50%; margin-top: -25px; z-index: 999; background: #fff; box-shadow: inset 0 0 0 2px #eee; cursor: pointer; font-size: 44px; color: #8d3268!important;}
#popup-gallery-big-image-prev {left: 10px; padding-right: 3px;}
#popup-gallery-big-image-next {right: 10px; padding-left: 3px;}

.ui-selectmenu-button {max-width: 70%;}

.popup-gal-img {
    height: 500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.fancybox-inner {max-width: 100%;}

div.search-item {display: flex!important; justify-content: flex-start;}
div.search-item > div {display: block; padding: 10px;}
div.search-item > div h4 {margin-top: 0;}
.search-query {padding: 0 10px;}

#popup-gallery .modal-dialog {width: 94%!important; position: absolute; transform: translate(-50%,-50%); left: 50%; top: 50%; margin-top: 0;
height: 90%!important;}
#popup-gallery .popup-gal-img {max-height: 100%!important; height: auto!important; position: relative; top: 50%; transform: translateY(-50%);}
#popup-gallery .modal-content {height: 100%!important;}
#popup-gallery #popup-gallery-big-image {height: 100%!important; position: relative;}
#popup-gallery.ws_pink-modal .ws_close-modal {position: absolute; margin-bottom: 10px; width: 100%; left: 0; bottom: 100%; text-decoration: none!important;}


@media (max-width: 1399px) {
	/*#popup-gallery .popup-gal-img {max-height: 580px!important;}*/
	#popup-gallery.ws_pink-modal .ws_close-modal {margin-bottom: 0;}
}

@media (max-width: 1200px) {
  .ws_container {width: 991px!important; margin: 0 auto!important;}
  .ws_header-two .ws_advantages {display: none!important;}
  .ws_footer-line-one > div > div .col-xs-3 {width: 49%; display: inline-block; float: none;}
	/*#popup-gallery .modal-dialog {width: auto!important; max-width: 800px!important;}*/
	/*#popup-gallery .popup-gal-img {max-height: 520px!important;}*/
	.ui-selectmenu-menu .ui-menu {max-width: 580px!important;}
}

@media (max-width: 992px) {
		/*#popup-gallery .modal-dialog {width: auto!important; max-width: 700px!important;}*/
  .ws_container {width: 767px!important; margin: 0 auto!important;}
  .ws_header-one .ws_menu {display: none!important;}
  .ws_header-two .ws_logo {width: 120px;}
  .ws_header-two .ws_logo img {width: 100%; display: block;}
  .ws_header-two .ws_phone_one, .ws_header-two .ws_phone_two {width: auto; padding: 0 15px; box-sizing: border-box;}
  .ws_header-two hr {display: none;}
  .ws_header-two .ws_number-desc, .ws_header-two .ws_number {text-align: left;}
  .ws_header-two .ws_prof-cart .ws_prof > a, .ws_header-two .ws_prof-cart .ws_prof_u > a, .ws_header-two .ws_prof-cart .ws_cart > a {width: 76px; height: 76px; 
    background-size: 30px; line-height: 125px;}
  .ws_header-two .ws_left-container {margin-right: 155px;}
  .ws_header-two .ws_number {font-size: 23px;}
  .ws_header-two .ws_more, .ws_header-two .ws_callback {font-size: 13px; background: none!important; padding: 0; /*border: none!important;*/}
  .ws_header-two .ws_logo .ws_inner-logo {height: 100px;}
  .ws_header-two .ws_prof-cart {width: auto; margin-top: 14px;}
  .ws_header-two .ws_right, .ws_header-two,  .ws_header-two .ws_left, .ws_header-two .ws_left-container {min-height: 104px!important; height: auto!important;}
  .ws_header-two .ws_logo, .ws_header-two .ws_phone_one, .ws_header-two .ws_phone_two, .ws_header-two .ws_advantages {height: auto;}
  .ws_header-three .nav-pills > li > a {padding: 0 6px; letter-spacing: 2px; font-size: 13px; text-transform: none; line-height: 1; height: auto; min-height: auto;}
  .ws_header-three {height: auto; padding-bottom: 6px;}
  .ws_banners-two .ws_banners-two-wrap {width: 100%;}
  .ws_banners-two .ws_banner.size1 a, .ws_banners-two .ws_banner.size2 a {width: 100%; background-size: cover!important;}
  .ws_banners-two .ws_banner {width: 33.3%;}
  .ws_banners-two .ws_banner a h4 {font-size: 20px; padding-top: 74px;}
  .ws_header-two .ws_right {background: none;}
  .ws_faq-page .ws_faq-question {margin: 0 10px; padding: 20px 30px 10px 20px;}
  .header-gamburger {display: block;}
	/*#popup-gallery .popup-gal-img {max-height: 460px!important;}*/
.ui-selectmenu-menu .ui-menu {max-width: 450px!important; max-height: 330px;}
.ui-selectmenu-button {max-width: 90%;}
	/*#popup-gallery .modal-dialog {max-width: 80%!important; width: 100%!important;}*/
}

@media (min-width: 769px) and (max-width: 992px) {
	.ws_fix-footer-menu > a > span {background: none!important; padding-left: 0!important;}
}

@media (max-width: 768px) {
  .ws_container {width: 100%; margin: 0 auto!important;}
#popup-gallery .modal-dialog {width: 98%!important;}
  .ws_footer-line-one > div > div .col-xs-3 {width: 100%;}
  .header-catalog {display: block;}
  .ws_header-three .nav-pills {display: none;}
  .ws_header-three {padding-bottom: 0;}
  .ws_static-page .ws_static-page-delivery-header {background: none!important; padding-left: 0; line-height: 1.3; height: auto;}
  .ws_contact-page .ws_contact-mail, .ws_contact-page .ws_contact-phone, .ws_contact-page .ws_contact-address, .ws_contact-page .ws_contact-work-time {
    line-height: 1.1; min-height: 45px;}
    .ws_header-three.ws_gradient > .ws_container {padding: 0;}
    .footer-menu-list {padding-top: 10px;}
    .footer-menu-list > .col-xs-3 > .ws_header + .ws_footer-nav {display: none;}
    .footer-menu-list > .col-xs-3 > .ws_header.footer-active + .ws_footer-nav {display: block;}
    .ws_footer-line-one .ws_header {font-size: 18px; padding: 4px 0; margin: 6px 0 12px 0;}
    .ws_footer-line-one .ws_header:before, .ws_footer-line-one .ws_header:after {display: none;}
    .footer-menu-list > .col-xs-3:nth-of-type(1) .ws_header:after,
    .footer-menu-list > .col-xs-3:nth-of-type(2) .ws_header:after,
    .footer-menu-list > .col-xs-3:nth-of-type(3) .ws_header:after {width: 20px; height: 20px; position: relative; display: inline-block; background-color: rgba(0,0,0,0); top: 3px;
    background-image: url(../images/arrow-down.png); background-repeat: no-repeat; background-size: 16px; background-position: center; margin-left: 10px;}
    ul.ws_payments-footer-list {margin: 10px 0 10px;}
    .ws_footer-line-one .ws_footer-nav > li > a {padding: 5px 0; text-decoration: underline;}
    .filter-counter > span {width: 20px;}
	 .popup-gal-img {height: 450px;}
	/*#popup-gallery .popup-gal-img {max-height: 420px!important;}*/
	.ui-selectmenu-menu .ui-menu {max-width: 100%!important;}
.ui-selectmenu-button {max-width: 80%;}
	.ui-selectmenu-menu {max-width: 88%;}
	/*#popup-gallery .modal-dialog {max-width: 85%!important; width: 100%!important;}*/
}

@media (max-width: 699px) {
  .ws_header-two .ws_phone_one {display: none;}
  .ws_header-two .ws_logo {width: 180px;}
  .ws_banners .ws_props-bg .owl-carousel {padding: 0 38px;}
  .ws_index-carousel .carousel-inner .item {height: 320px;}
  .ws_index-carousel .carousel-control {top: 118px;}
  .ws_footer-fix-menu .ws_compare-list-link, .ws_footer-fix-menu .ws_viewed-items-link, .ws_footer-fix-menu .ws_cart-link, .ws_featured {font-size: 13px;}
  .ws_footer-line-two {height: auto; padding-bottom: 60px;}
  .ws_social-icons {float: left!important;}
  .thead-1 {display: none;}
  .cart-table td {display: block!important; border: none!important; width: 100%!important;}
  .ws_jwdefault_container {padding: 0!important; border: none!important;}
  .ws_pad.white {padding: 0; border: none;}
  .ws_pad.white h1 {padding-left: 8px;}
  .container.ws_container.ws_collection-three {padding-top: 100px;}
	.container.ws_container.ws_collection-four {padding-top: 40px;}
	.ws_collection-five {padding-top: 100px;}
   .ws_header-two .ws_phone_two {float: right; margin-top: 7px;}
   /*.ws_header-two .ws_phone_two .ws_number-desc {display: none;}*/
   .ws_header-two .ws_number {margin-top: 8px;}
   .ws_header-two .ws_phone_two .ws_callback {display: none;}
}

@media (max-width: 599px) {
  .ws_banners-two .ws_banner {width: 50%;}
		 .popup-gal-img {height: 400px;}
	.tovar-page-price-title, .tovar-new-price {display: block;}
}

@media (max-width: 569px) {
  .ws_header-two .ws_phone_two  {display: none;}
}

@media (max-width: 499px) {
  .ws_index-carousel {display: none;}
  .ws_header-one .ws_search {width: 100%; max-width: 240px;}
  .ws_viewed-items-link, .ws_cart-link {display: none;}
   .ws_footer-fix-menu	.ws_compare-list-link, .ws_footer-fix-menu .ws_featured {width: 50%!important;}
  .ws_footer-line-two {padding-bottom: 50px;}
  .tovar-desc-block {padding: 0;}
  .tovar-tabs {padding: 0;}
  .owl-tovar {padding: 30px 0 20px 0;}
	.popup-gal-img {height: 350px;}
.search-page {padding-top: 25px;}
/*#popup-gallery .popup-gal-img {max-height: 340px!important;}*/
	.ui-selectmenu-menu .ui-menu {max-height: 250px;}
	.fancybox-inner, .tovar-popup {padding-right: 0;}
	.tovar-popup .tovar-new-price {font-size: 22px!important;}
	/*#popup-gallery .modal-dialog {max-width: 90%!important; width: 100%!important;}*/
	.ws_footer-fix-menu > .ws_container {padding: 0;}
}

@media (max-width: 449px) {
    .ws_banners-two .ws_banner {width: 100%;}
    .ws_banners-two .ws_banner a {height: 190px;}
} 

@media (max-width: 415px) {
	.tab-stats-item {display: flex; justify-content: space-between; flex-wrap: wrap;}	
	.tovar-dost-tab .tab-stats-item--name, .tovar-dost-tab .tab-stats-item--value, .tovar-tabs .tab-content p {font-size: 14px; line-height: 15px; padding: 0;}
	.tovar-dost-tab .tab-stats-item--value {display: inline-block; width: auto; padding: 2px 0; margin-bottom: 0px; padding-left: 10px;}
	.tab-stats-item {margin-bottom: 12px;}
	.filter-counter > br {display: none;}
	.ui-selectmenu-button {max-width: 250px;}
}
@media (max-width: 399px) {
  .ws_header-two .ws_logo {width: 130px;}
  .ws_header-two .ws_right, .ws_header-two, .ws_header-two .ws_left, .ws_header-two .ws_left-container {min-height: 50px!important;}
  .ws_header-two .ws_prof-cart .ws_prof > a, .ws_header-two .ws_prof-cart .ws_prof_u > a, .ws_header-two .ws_prof-cart .ws_cart > a {
    width: 67px;
    height: 70px;
    background-size: 25px;
    line-height: 117px;}
	.tovar-popup .tovar-new-price {font-size: 19px!important;}
}
.cloud-tags-list-start {font-size: 14px; top: -1px;}
	.cloud-tags-item {font-size: 14px;}
	.cloud-tags-item.active {top: 0;}
.ws_prof > form {display: flex; width: 96px; font-size: 12px; padding-right: 5px; flex-wrap: wrap; align-items: baseline; justify-content: center;}
.ws_prof > form input[type="submit"] {display: block; width: 100%; border: none; border-radius: 0; background: #543963; color: #fff; text-align: center;
line-height:1; padding: 7px 0; font-size: 14px; text-transform: uppercase; font-family: 'PFDinCond';}
.ws_prof > form > a {font-size: 15px; font-family: 'PFDinCond'; color: #000!important; background: #f7db71; display: block; width: 100%; margin: 3px 0 4px 0; text-align: center;
    padding: 6px 4px;; line-height: 1; text-decoration: none!important;}
.ws_prof > form input[type="submit"]:hover, .ws_prof > form input[type="submit"]:focus,
.ws_prof > form > a:hover, .ws_prof > form > a:focus {opacity: 0.9;}
.tovar-size-list > span {position: relative;}
.tovar-size-list > span > div {width :30px; height: 30px; display: block; position: relative; top: 50%; left: 50%; transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%); background-size: contain!important; background-repeat: no-repeat; background-position: center;}

@media (max-width: 991px) {
	.ws_prof > form input[type="submit"] {font-size: 13px; padding: 3px 2px;}
	.ws_prof > form > a {padding: 3px 2px; margin: 2px 0; font-size: 13px;}
}
@media (max-width: 580px) {
	.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title, .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {text-align: center; width: 100%;}
	.bx-soa-item-tr.bx-soa-item-info-container, .bx-soa-item-tr .bx-soa-item-td {min-width: 100px!important; maxwidth: 100%!important;}
	.bx-soa-item-title {text-align: center;}
	.bx-scu-container > div {text-align: center!important; width: 100%!important; max-width: 100%!important;}
	.bx-scu-container {max-width: 100%!important;}
}
@media (max-width: 499px) {
	.tovar-current {top: 0;}

}
.fancybox-inner {padding-right: 20px;}

@media (max-width: 580px) {
	.basket-item-image {position: relative; top: 0; transform: none; left: 0;}
	.basket-item-block-image {margin: 10px auto;  max-width: 100%;}
	.ws_static-page h2 {margin-top: 0;}
	.futlyar_in_basket {display: block;}
	.basket-items-list-item-price .basket-item-block-price .basket-item-price-title {text-align: center;}
}


.manufacturer {display: flex; margin-bottom: 20px; margin-top: 20px; margin-left: 20px;}
.manufacturer__img {width: 100%; height: auto; max-width: 140px; margin-right: 10px; }
.manufacturer__img img {
    max-width:100%;
}

.tovar-desc-link:hover {text-decoration: underline !important;}
.basket-coupon-section, .basket-checkout-section, .basket-coupon-alert-section {flex-basis: auto;}


/* Правки */
  .fancybox-inner{
    height: auto !important;
  }

.bold {
    font-weight:bold
}

.manufacturer-list-item {
    display:inline-block;
    vertical-align:top;
    float:none
}

.manufacturer-list-img {
    width:100%;
    height:150px;
    display:table;
    table-layout:fixed;
}
.manufacturer-list-img a {
    width:100%;
    height:150px;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

.manufacturer-list-img img {
    max-width:100%;
}
.manufacturer-list-title {
    margin-bottom:50px;
    text-align:center;
}


/* Complect  */

  .komplekt-1:after {
    z-index: 1;
  }

  @media (max-width: 699px){
    .tovar-komplekt{
      padding: 15px 0;
      display: block;
    }
    .komplekt-wrap {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
    .komplekt-img-wrp{
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 155px;
      position: relative;
      padding-top: 100%;
    }
    .komplekt-img {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto;
      position: absolute;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      left: 50%;
      top: 50%;
    }
    .komplekt-1 {
      width: 50%;
      margin-bottom: 30px;
      padding: 0 10px;
    }
    .komplekt-itog {
      width: 100%;
    }
    .komplekt-1:after {
      display: none;
    }
    .komplekt-1.last-komplekt:after {
      display: none;
    }
    .komplekt-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
    }
    .komplekt-item-title {
        padding: 10px 0;
    }
    .komplekt-prices {
      margin-top: auto;
    }
    .komplekt-itog {
        padding-top: 15px;
    }
  }


/* Карточка товара, превью. Плитка. */
  .tovar-prw-card__price-title{
    font-weight: 600;
    font-size: 15px;
    color: #97519F;
    margin-bottom: 0;
    line-height: 1;
  }
  .tovar-prw-card__price-row{
    display: flex;
    margin: 0 -2px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .tovar-prw-card__price-col{
    padding: 0 2px;
  }
  .tovar-prw-card__price-col._price{
    padding-top: 1px;
    white-space: nowrap;
  }
  .tovar-prw-card__price-col._buy{
    text-align: right;
  }
  .tovar-prw-card__buy{
    display: inline-block;
    padding: 5px 8px 4px;
    border-radius: 3px;
    background: #98509F;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: .3s all;
  }
  .tovar-prw-card__buy:hover,
  .tovar-prw-card__buy:active{
    background: #85235d;
    color: #ffffff;
    text-decoration: none;
  }

  .tovar-prw-card__price-col._buy{
    opacity: 0;
  }
  .item:hover .tovar-prw-card__price-col._buy{
    opacity: 1;
  }

  .tovar-prw-card__price-buy-by-click-link{
      color: #85235d;
      font-size: 13px;
      font-weight: 600;
      padding: 5px 0;
      display: inline-block;
      line-height: 1.1;
  }
  #popup_buy1click_v1{
      z-index: 9999;
  }
  .jwlr-pop-by-click__title{
      font-weight: 700;
      text-align: left;
      line-height: 1;
      color: #000;
      margin: 0 0 12px;
      font-size: 26px;
      text-align: center;
  }
  .jwlr-pop-by-click__select-wrp{
      margin: 20px 0 20px;
      text-align: center;
      width:100%
  }
  .jwlr-pop-by-click .text-center.btn-wrap-oneclick{
      text-align: center;
  }
  .jwlr-pop-by-click__inner{
      padding-bottom: 20px;
  }
  .jwlr-pop-by-click .text-center.btn-wrap-oneclick {
    padding-top: 20px;
  }
  .jwlr-pop-by-click__select-wrp .ui-widget{
    width: 100% !important;
    min-width: 250px;
  }

  @media (max-width: 1199px){
    .tovar-prw-card__price-col._price{
      white-space: normal;
    }
    .tovar-prw-card__price-col._buy{
      opacity: 1;
    }
  }

  @media (max-width: 991px){
    .jwlr-pop-by-click__title{
      font-size: 22px;
    }
  }

  @media (max-width: 400px){
    .tovar-prw-card__price-title {
        font-size: 13px;
    }
    .tovar-prw-card__price-col._buy {
        width: 72px;
    }
    .tovar-prw-card__buy {
        padding: 7px 9px 7px;
        font-size: 12px;
    }
    .tovar-prw-card__price-buy-by-click-link{
        font-size: 12px;
    }
  }

/* Correct 24.01.2020 */
  .item .tovar-list-title {
      margin-bottom: 10px;
  }
  .item .tovar-prw-card__price-title{
      color: #747474;
      font-size: 14px;
      font-size: 10px;
  }
/*  .item .tovar-list-price--old {
      font-size: 12px;
  }
  .item .tovar-list-price--new {
    font-size: 14px;
    color: #747474;
  }*/


.ui-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff;
    background: rgba(78, 45, 95, .5);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in, visibility .2s ease-in;
    transition: opacity .2s ease-in, visibility .2s ease-in;
}

.ui-preloader.abs {
    position: absolute;
}
.ui-preloader--state_opened {
    opacity: 1;
    visibility: visible;
}
.ui-preloader__svg {
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/spinner2.svg?v=1") no-repeat center;
    background-size: 140px 140px;
}

body._fixed{
  max-height: 100%;
  overflow: hidden;
  position: fixed;
}
#global_outer{
  position: relative;  
}   

.modal{
	overflow: auto;
}

.js-buy-select-wrp{
	position: relative;
}
.jwlr-pop-by-click__select-wrp .ui-widget,
.jwlr-pop-by-click__select-wrp .ui-selectmenu-menu{
	max-width: 380px !important;
	width: 100% !important;
}
#popup_buy1click_v1_content .jwlr-pop-by-click__select-wrp .ui-selectmenu-menu{
	left: 50% !important;
	transform: translateX(-50%);
}