/*! 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"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -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; }

html {
  overflow-y: scroll;
  height: 100%;
  /*font-size: $font-size-html-percent * 1%; // 2*/
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  overflow-y: hidden;
  min-height: 100%;
  background-color: #fff;
  color: #22313f;
  font-size: 1.3em;
  line-height: 2rem; }

::-moz-selection {
  text-shadow: none;
  background-color: #b2cce6;
  color: #000; }

::selection {
  text-shadow: none;
  background-color: #b2cce6;
  color: #000; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

hr {
  clear: both;
  display: block;
  padding: 0;
  border: 0;
  border-top: 1px solid #d2d2d2;
  margin: 0.75em 0; }

.cfix:before, .cfix:after, .cfix-list > li:before, .cfix-list > li:after {
  content: ' ';
  display: table; }

.cfix:after, .cfix-list > li:after {
  clear: both; }

p {
  margin: 0 0 1rem 0; }

sub, sup {
  font-size: 92.30769%; }

small {
  font-size: 92.30769%; }

abbr {
  border-bottom: 1px dotted #22313f;
  cursor: help; }

address {
  margin: 0 0 1rem 0;
  font-style: normal; }

a {
  color: #2079d2;
  text-decoration: none; }

a:visited {
  color: #2079d2;
  text-decoration: none; }

a:focus {
  color: #ce0000;
  outline: 0;
  text-decoration: underline; }

a:hover {
  color: #ce0000;
  text-decoration: underline; }

a:active {
  color: #ce0000;
  outline: 0;
  text-decoration: underline; }

.bold-links a {
  font-weight: bold; }

.gray-links a {
  color: #999; }

.dark-links a {
  color: #333; }

.all-on-links a, .on-off-links a, .off-on-links a:hover, .off-on-links a:focus, .off-on-links a:active {
  text-decoration: underline; }

.all-off-links a, .off-on-links a, .on-off-links a:hover, .on-off-links a:focus, .on-off-links a:active {
  text-decoration: none; }

.all-on, .on-off, a.off-on:hover, a.off-on:focus, a.off-on:active {
  text-decoration: underline !important; }

.all-off, .off-on, a.on-off:hover, a.on-off:focus, a.on-off:active {
  text-decoration: none !important; }

blockquote {
  padding: 0.375em 0.75em;
  border-left: 0.38462em solid #d2d2d2;
  margin: 0 0 0.75em 0;
  color: #22313f; }

blockquote p:last-child, blockquote dl:last-child, blockquote ol:last-child, blockquote ul:last-child, blockquote pre:last-child {
  margin-bottom: 0; }

blockquote footer {
  display: block;
  color: #ccc;
  font-size: 92.30769%; }

blockquote footer:before {
  content: '\2014 \00A0'; }

.blockquote-reverse {
  border-right: 0.38462em solid #d2d2d2;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before {
  content: ''; }

.blockquote-reverse footer:after {
  content: '\2014 \00A0'; }

blockquote:before, blockquote:after {
  content: ''; }
  blockquote.text-success {
    border-color: #1d7d44;
    color: #22313f; }
  blockquote.text-success footer {
    color: #ccc; }
  blockquote.text-warning {
    border-color: #f19e20;
    color: #22313f; }
  blockquote.text-warning footer {
    color: #ccc; }
  blockquote.text-error {
    border-color: #d62c1a;
    color: #22313f; }
  blockquote.text-error footer {
    color: #ccc; }
  blockquote.text-info {
    border-color: #5aadf0;
    color: #22313f; }
  blockquote.text-info footer {
    color: #ccc; }
  blockquote.text-style1 {
    border-color: #111;
    color: #22313f; }
  blockquote.text-style1 footer {
    color: #ccc; }
  blockquote.text-style2 {
    border-color: #cc5400;
    color: #22313f; }
  blockquote.text-style2 footer {
    color: #ccc; }
  blockquote.text-style3 {
    border-color: #195fa6;
    color: #22313f; }
  blockquote.text-style3 footer {
    color: #ccc; }
  blockquote.text-style4 {
    border-color: #4a2e52;
    color: #22313f; }
  blockquote.text-style4 footer {
    color: #ccc; }

code, kbd, pre, samp, var {
  font-family: 'Courier New', Courier, monospace; }

code {
  padding: 0.15385em 0.30769em;
  border-radius: 3px;
  background: #f9f2f4;
  color: #c7254e;
  font-size: 92.30769%; }

kbd {
  padding: 0.15385em 0.30769em;
  border-radius: 3px;
  background: #333;
  color: #fff;
  font-size: 92.30769%; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold; }

mark {
  background: #fcf8e3;
  color: #22313f; }

pre {
  display: block;
  padding: 0.375em 0.75em;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  margin: 0 0 0.75em 0;
  background: #ebebeb;
  color: #22313f;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word; }

pre code {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  white-space: pre-wrap; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: normal;
  text-rendering: optimizelegibility; }

h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
  color: #ccc;
  font-weight: normal; }

h1 {
  margin: 0 0 0.4875em 0;
  font-size: 153.84615%; }

h1 .small {
  font-size: 90%; }

h2 {
  margin: 0 0 0.60938em 0;
  font-size: 123.07692%; }

h2 .small {
  font-size: 87.5%; }

h3 {
  margin: 0 0 0.65em 0;
  font-size: 115.38462%; }

h3 .small {
  font-size: 93.33333%; }

h4 {
  margin: 0 0 0.75em 0;
  font-size: 100%; }

h4 .small {
  font-size: 92.30769%; }

h5 {
  margin: 0 0 0.75em 0;
  font-size: 100%; }

h5 .small {
  font-size: 92.30769%; }

h6 {
  margin: 0 0 0.75em 0;
  font-size: 100%; }

h6 .small {
  font-size: 92.30769%; }

dl, ol, ul {
  margin: 0 0 0.75em 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0; }

ol ol, ol ul, ul ol, ul ul {
  margin: 0; }

ol, ul {
  padding: 0 0 0 2.30769em; }

.list-inline, .list-inline ol, .list-inline ul {
  padding: 0; }

.list-inline li {
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.list-trim, .list-trim dl, .list-trim ol, .list-trim ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }

.list-trim dd, .list-trim dt, .list-trim li {
  display: block;
  margin: 0; }
  .text-success, .text-success > a {
    color: #26a65b; }
  a.text-success:hover, a.text-success:focus, .text-success > a:hover, .text-success > a:focus {
    color: #149148; }
  a.text-success.active, a.text-success:active, .text-success.active, .text-success.active > a, .text-success > a:active {
    color: #149148; }
  .text-warning, .text-warning > a {
    color: #f4b350; }
  a.text-warning:hover, a.text-warning:focus, .text-warning > a:hover, .text-warning > a:focus {
    color: #e99d29; }
  a.text-warning.active, a.text-warning:active, .text-warning.active, .text-warning.active > a, .text-warning > a:active {
    color: #e99d29; }
  .text-error, .text-error > a {
    color: #e74c3c; }
  a.text-error:hover, a.text-error:focus, .text-error > a:hover, .text-error > a:focus {
    color: #d02f1e; }
  a.text-error.active, a.text-error:active, .text-error.active, .text-error.active > a, .text-error > a:active {
    color: #d02f1e; }
  .text-info, .text-info > a {
    color: #89c4f4; }
  a.text-info:hover, a.text-info:focus, .text-info > a:hover, .text-info > a:focus {
    color: #6dafe5; }
  a.text-info.active, a.text-info:active, .text-info.active, .text-info.active > a, .text-info > a:active {
    color: #6dafe5; }
  .text-style1, .text-style1 > a {
    color: #111; }
  a.text-style1:hover, a.text-style1:focus, .text-style1 > a:hover, .text-style1 > a:focus {
    color: #252525; }
  a.text-style1.active, a.text-style1:active, .text-style1.active, .text-style1.active > a, .text-style1 > a:active {
    color: #303030; }
  .text-style2, .text-style2 > a {
    color: #ff6900; }
  a.text-style2:hover, a.text-style2:focus, .text-style2 > a:hover, .text-style2 > a:focus {
    color: #ff7f25; }
  a.text-style2.active, a.text-style2:active, .text-style2.active, .text-style2.active > a, .text-style2 > a:active {
    color: #e65f00; }
  .text-style3, .text-style3 > a {
    color: #2079d2; }
  a.text-style3:hover, a.text-style3:focus, .text-style3 > a:hover, .text-style3 > a:focus {
    color: #176599; }
  a.text-style3.active, a.text-style3:active, .text-style3.active, .text-style3.active > a, .text-style3 > a:active {
    color: #0a2a40; }
  .text-style4, .text-style4 > a {
    color: #674172; }
  a.text-style4:hover, a.text-style4:focus, .text-style4 > a:hover, .text-style4 > a:focus {
    color: #562a63; }
  a.text-style4.active, a.text-style4:active, .text-style4.active, .text-style4.active > a, .text-style4 > a:active {
    color: #562a63; }
  .bg-success, .bg-success > a {
    background: #26a65b;
    color: #fff; }
  a.bg-success:hover, a.bg-success:focus, .bg-success > a:hover, .bg-success > a:focus {
    background: #149148;
    color: #fff; }
  a.bg-success.active, a.bg-success:active, .bg-success.active, .bg-success.active > a, .bg-success > a:active {
    background: #149148;
    color: #fff; }
  .bg-warning, .bg-warning > a {
    background: #f4b350;
    color: #fff; }
  a.bg-warning:hover, a.bg-warning:focus, .bg-warning > a:hover, .bg-warning > a:focus {
    background: #e99d29;
    color: #fff; }
  a.bg-warning.active, a.bg-warning:active, .bg-warning.active, .bg-warning.active > a, .bg-warning > a:active {
    background: #e99d29;
    color: #fff; }
  .bg-error, .bg-error > a {
    background: #e74c3c;
    color: #fff; }
  a.bg-error:hover, a.bg-error:focus, .bg-error > a:hover, .bg-error > a:focus {
    background: #d02f1e;
    color: #fff; }
  a.bg-error.active, a.bg-error:active, .bg-error.active, .bg-error.active > a, .bg-error > a:active {
    background: #d02f1e;
    color: #fff; }
  .bg-info, .bg-info > a {
    background: #89c4f4;
    color: #22313f; }
  a.bg-info:hover, a.bg-info:focus, .bg-info > a:hover, .bg-info > a:focus {
    background: #6dafe5;
    color: #22313f; }
  a.bg-info.active, a.bg-info:active, .bg-info.active, .bg-info.active > a, .bg-info > a:active {
    background: #6dafe5;
    color: #22313f; }
  .bg-style1, .bg-style1 > a {
    background: #111;
    color: #fff; }
  a.bg-style1:hover, a.bg-style1:focus, .bg-style1 > a:hover, .bg-style1 > a:focus {
    background: #252525;
    color: #fff; }
  a.bg-style1.active, a.bg-style1:active, .bg-style1.active, .bg-style1.active > a, .bg-style1 > a:active {
    background: #303030;
    color: #fff; }
  .bg-style2, .bg-style2 > a {
    background: #ff6900;
    color: #fff; }
  a.bg-style2:hover, a.bg-style2:focus, .bg-style2 > a:hover, .bg-style2 > a:focus {
    background: #ff7f25;
    color: #fff; }
  a.bg-style2.active, a.bg-style2:active, .bg-style2.active, .bg-style2.active > a, .bg-style2 > a:active {
    background: #e65f00;
    color: #fff; }
  .bg-style3, .bg-style3 > a {
    background: #2079d2;
    color: #fff; }
  a.bg-style3:hover, a.bg-style3:focus, .bg-style3 > a:hover, .bg-style3 > a:focus {
    background: #176599;
    color: #fff; }
  a.bg-style3.active, a.bg-style3:active, .bg-style3.active, .bg-style3.active > a, .bg-style3 > a:active {
    background: #0a2a40;
    color: #fff; }
  .bg-style4, .bg-style4 > a {
    background: #674172;
    color: #fff; }
  a.bg-style4:hover, a.bg-style4:focus, .bg-style4 > a:hover, .bg-style4 > a:focus {
    background: #562a63;
    color: #fff; }
  a.bg-style4.active, a.bg-style4:active, .bg-style4.active, .bg-style4.active > a, .bg-style4 > a:active {
    background: #562a63;
    color: #fff; }

.text-darker, a.text-darker, .text-darker > a {
  color: #222; }

.text-dark, a.text-dark, .text-dark > a {
  color: #333; }

.text-gray, a.text-gray, .text-gray > a {
  color: #999 !important; }

.text-light, a.text-light, .text-light > a {
  color: #ccc; }

.text-lighter, a.text-lighter, .text-lighter > a {
  color: #ebebeb; }

.text-lightest, a.text-lightest, .text-lightest > a {
  color: #f9f9f9; }
  .text-xs {
    font-size: 1.1rem; }
  p.text-xs, address.text-xs, pre.text-xs, blockquote.text-xs {
    margin: 0 0 1rem 0; }
  .text-sm {
    font-size: 1.2rem; }
  p.text-sm, address.text-sm, pre.text-sm, blockquote.text-sm {
    margin: 0 0 1rem 0; }
  .text-lg {
    font-size: 1.5rem; }
  p.text-lg, address.text-lg, pre.text-lg, blockquote.text-lg {
    margin: 0 0 1rem 0; }
  .text-xl {
    font-size: 1.7rem; }
  p.text-xl, address.text-xl, pre.text-xl, blockquote.text-xl {
    margin: 0 0 1rem 0; }

.text-xxl {
  font-size: 1.8rem; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

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

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-top {
  vertical-align: top; }

.text-middle {
  vertical-align: middle; }

.text-text-bottom {
  vertical-align: text-bottom; }

.text-nowrap {
  white-space: nowrap; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-underline {
  text-decoration: underline; }

.text-strike {
  text-decoration: line-through; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.pointer {
  cursor: pointer; }

form {
  margin: 0; }

button {
  overflow: visible;
  position: relative;
  line-height: 2rem;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: button; }

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

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
  margin: 0; }

legend {
  display: block;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 0.75em 0;
  color: #999;
  line-height: inherit;
  white-space: normal; }

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

button, input, select, textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 2rem;
  text-transform: none;
  vertical-align: middle; }

optgroup {
  font-weight: bold; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input[type="checkbox"], input[type="radio"], .form-control-checkbox, .form-control-radio {
  padding: 0;
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: textfield; }

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

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

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  opacity: 1; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #ccc; }

[disabled]:not(.ignore-disabled), [readonly]:not(.ignore-disabled), .disabled, .readonly {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.4;
  filter: alpha(opacity=0.4 * 100);
  text-shadow: none;
  cursor: default; }

.block + .block {
  margin-top: 0.75em; }

form dl, form ol, form ul, .form dl, .form ol, .form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }

form dd, form dt, form li, .form dd, .form dt, .form li {
  display: block;
  margin: 0; }

.btn, a.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  padding: 0.66667rem 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #d2d2d2 transparent;
  background: #ebebeb;
  color: #22313f;
  font-size: 1.3rem;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap; }

.btn.block, a.btn.block {
  display: block;
  width: 100%;
  white-space: pre-line; }

a.btn:hover, a.btn:focus, button.btn:hover, button.btn:focus, input.btn:hover, input.btn:focus {
  border-color: transparent transparent #c5c5c5 transparent;
  background: #dedede;
  color: #22313f;
  text-decoration: none; }

.btn.active, a.btn:active, button.btn:active, input.btn:active {
  border-color: transparent transparent #b8b8b8 transparent;
  background: #d2d2d2;
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2); }

.group {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: top; }

.group > .btn, .group > a.btn {
  max-width: none;
  position: relative;
  vertical-align: top;
  margin-left: -1px; }

.group > .btn:first-child, .group > a.btn:first-child {
  margin-left: 0; }

.group > .btn.active, .group > a.btn:active, .group > button.btn:active, .group > input.btn:active {
  z-index: 2; }

.group > .group-item {
  display: inline-block;
  font-size: 1.3rem;
  white-space: normal;
  vertical-align: top; }

.group.justified {
  display: table;
  width: 100%;
  border-collapse: separate; }

.group.justified > .group-item {
  display: table-cell;
  width: auto; }

.group-item > .btn, .group-item > a.btn {
  position: relative;
  max-width: none;
  vertical-align: top;
  margin-left: -1px; }

.group.justified > .group-item > .btn.block, .group.justified > .group-item > a.btn.block {
  width: calc(100% + 1px); }

.group-item:first-child > .btn, .group-item:first-child > a.btn {
  margin-left: 0; }

.group-item > .btn.active, .group-item > a.btn:active, .group-item > button.btn:active, .group-item > input.btn:active {
  z-index: 2; }

.btn, a.btn {
  font-family: 'Roboto', sans-serif; }

.btn.bg-style1, a.btn.bg-style1 {
  border-color: #111;
  background: #111;
  color: #fff; }

a.btn.bg-style1:hover, a.btn.bg-style1:focus, button.btn.bg-style1:hover, button.btn.bg-style1:focus, input.btn.bg-style1:hover, input.btn.bg-style1:focus {
  border-color: #252525;
  background: #252525;
  color: #fff; }

.btn.bg-style1.active, a.btn.bg-style1:active, button.btn.bg-style1:active, input.btn.bg-style1:active {
  border-color: #303030;
  background: #303030;
  color: #fff; }

.btn.bg-style2, a.btn.bg-style2 {
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #cc5400 transparent;
  background: #ff6900;
  color: #fff; }

a.btn.bg-style2:hover, a.btn.bg-style2:focus, button.btn.bg-style2:hover, button.btn.bg-style2:focus, input.btn.bg-style2:hover, input.btn.bg-style2:focus {
  border-color: transparent transparent #f16300 transparent;
  background: #ff7f25;
  color: #fff; }

.btn.bg-style2.active, a.btn.bg-style2:active, button.btn.bg-style2:active, input.btn.bg-style2:active {
  border-color: transparent transparent #b34a00 transparent;
  background: #e65f00;
  color: #fff; }

.btn.bg-style3, a.btn.bg-style3 {
  border: 1px solid #ebebeb;
  background: #f9f9f9;
  color: #999;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.bg-style3:hover, a.btn.bg-style3:focus, button.btn.bg-style3:hover, button.btn.bg-style3:focus, input.btn.bg-style3:hover, input.btn.bg-style3:focus {
  border-color: #ebebeb;
  background: #ebebeb;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn.bg-style3.active, a.btn.bg-style3:active, button.btn.bg-style3:active, input.btn.bg-style3:active {
  border-color: #ebebeb;
  background: #ebebeb;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn.bg-style4, a.btn.bg-style4 {
  border: 1px solid #ebebeb;
  background: #ececec;
  color: #999;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.bg-style4:hover, a.btn.bg-style4:focus, button.btn.bg-style4:hover, button.btn.bg-style4:focus, input.btn.bg-style4:hover, input.btn.bg-style4:focus {
  border-color: #ebebeb;
  background: #ececec;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn.bg-style4.active, a.btn.bg-style4:active, button.btn.bg-style4:active, input.btn.bg-style4:active {
  border-color: #ebebeb;
  background: #ececec;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn.btn-action-gallery, a.btn.btn-action-gallery {
  padding: 0;
  border-width: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.btn-action-gallery:hover, a.btn.btn-action-gallery:focus, button.btn.btn-action-gallery:hover, button.btn.btn-action-gallery:focus, input.btn.btn-action-gallery:hover, input.btn.btn-action-gallery:focus {
  border-width: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn.btn-action-gallery.active, a.btn.btn-action-gallery:active, button.btn.btn-action-gallery:active, input.btn.btn-action-gallery:active {
  border-width: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn.btn-facebook, a.btn.btn-facebook {
  border-width: 0;
  background: #4c69ba;
  background: -webkit-gradient(linear, left top, left bottom,  color-stop(0%, #4c69ba),  color-stop(100%, #3b5aa9));
  background: -webkit-linear-gradient(top, #4c69ba 0%, #3b5aa9 100%);
  background: linear-gradient(to bottom, #4c69ba 0%, #3b5aa9 100%);
  color: #fff;
  font-size: 1.3rem;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.175); }

a.btn.btn-facebook:hover, a.btn.btn-facebook:focus, button.btn.btn-facebook:hover, button.btn.btn-facebook:focus, input.btn.btn-facebook:hover, input.btn.btn-facebook:focus {
  border-width: 0; }

.btn.btn-twitter, a.btn.btn-twitter {
  border-width: 0;
  background: #58abef;
  color: #fff;
  font-size: 1.3rem;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.175); }

a.btn.btn-twitter:hover, a.btn.btn-twitter:focus, button.btn.btn-twitter:hover, button.btn.btn-twitter:focus, input.btn.btn-twitter:hover, input.btn.btn-twitter:focus {
  border-width: 0; }

.btn.btn-skinny, a.btn.btn-skinny {
  padding: 0.2rem 0.3rem;
  border-radius: 3px 3px 0 0;
  font-size: 1.2rem; }

.btn.text-sm, a.btn.text-sm {
  padding: 0.5rem 0.66667rem;
  font-size: 1.2rem; }

.btn.text-lg, a.btn.text-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
  font-size: 1.6rem; }

.group > .btn.text-lg, .group > a.btn.text-lg {
  border-radius: 0; }

.group > .btn.text-lg:first-child, .group > a.btn.text-lg:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.group > .btn.text-lg:last-child, .group > a.btn.text-lg:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.group-item > .btn.text-lg, .group-item > a.btn.text-lg {
  border-radius: 0; }

.group-item:first-child > .btn.text-lg, .group-item:first-child > a.btn.text-lg {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.group-item:last-child > .btn.text-lg, .group-item:last-child > a.btn.text-lg {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.btn-stroke, a.btn-stroke {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  color: #999;
  font-size: 1.3rem;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  outline: 0;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap; }

a.btn-stroke:hover, a.btn-stroke:focus {
  background: #f9f9f9;
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1); }

.btn-stroke.active, a.btn-stroke:active {
  background: #f9f9f9;
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1); }

.group > .btn-stroke, .group > a.btn-stroke {
  max-width: none;
  position: relative;
  vertical-align: top;
  margin-left: -1px;
  border-radius: 0; }

.group > .btn-stroke:first-child, .group > a.btn-stroke:first-child {
  margin-left: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

.group > .btn-stroke:last-child, .group > a.btn-stroke:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

.group > .btn-stroke.active, .group > a.btn-stroke:active {
  z-index: 2; }

.group-item > .btn-stroke, .group-item > a.btn-stroke {
  position: relative;
  max-width: none;
  vertical-align: top;
  margin-left: -1px;
  border-radius: 0; }

.group-item:first-child > .btn-stroke, .group-item:first-child > a.btn-stroke {
  margin-left: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

.group-item:last-child > .btn-stroke, .group-item:last-child > a.btn-stroke {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

.group-item > .btn-stroke.active, .group-item > a.btn-stroke:active {
  z-index: 2; }

.group-vertical {
  display: block; }

.group-vertical > .btn-stroke, .group-vertical > a.btn-stroke {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-radius: 0; }

.group-vertical > .btn-stroke:first-child, .group-vertical > a.btn-stroke:first-child {
  margin-top: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }

.group-vertical > .btn-stroke:last-child, .group-vertical > a.btn-stroke:last-child {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px; }

.group-vertical > .btn-stroke.active, .group-vertical > a.btn-stroke:active {
  z-index: 2; }

.group-vertical > .group-vertical-item {
  display: block; }

.group-vertical-item > .btn-stroke, .group-vertical-item > a.btn-stroke {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-radius: 0; }

.group-vertical-item:first-child > .btn-stroke, .group-vertical-item:first-child > a.btn-stroke {
  margin-top: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }

.group-vertical-item:last-child > .btn-stroke, .group-vertical-item:last-child > a.btn-stroke {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px; }

.group-open > .btn-stroke, .group-open > a.btn-stroke {
  border-radius: 0; }

.group-open > .btn-stroke:first-child, .group-open > a.btn-stroke:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 0; }

.group-open > .btn-stroke:last-child, .group-open > a.btn-stroke:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0; }

.group-open-item > .btn-stroke, .group-open-item > a.btn-stroke {
  border-radius: 0; }

.group-open-item:first-child > .btn-stroke, .group-open-item:first-child > a.btn-stroke {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 0; }

.group-open-item:last-child > .btn-stroke, .group-open-item:last-child > a.btn-stroke {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0; }

.btn-stroke.text-sm, a.btn-stroke.text-sm {
  border-radius: 15px;
  font-size: 1.2rem; }

.group > .btn-stroke.text-sm, .group > a.btn-stroke.text-sm {
  border-radius: 0; }

.group > .btn-stroke.text-sm:first-child, .group > a.btn-stroke.text-sm:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

.group > .btn-stroke.text-sm:last-child, .group > a.btn-stroke.text-sm:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

.group-item > .btn-stroke.text-sm, .group-item > a.btn-stroke.text-sm {
  border-radius: 0; }

.group-item:first-child > .btn-stroke.text-sm, .group-item:first-child > a.btn-stroke.text-sm {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

.group-item:last-child > .btn-stroke.text-sm, .group-item:last-child > a.btn-stroke.text-sm {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

.btn-stroke.bg-style3, a.btn-stroke.bg-style3 {
  border: 1px solid #ccc;
  background: #fff;
  color: #999; }

a.btn-stroke.bg-style3:hover, a.btn-stroke.bg-style3:focus, button.btn-stroke.bg-style3:hover, button.btn-stroke.bg-style3:focus, input.btn-stroke.bg-style3:hover, input.btn-stroke.bg-style3:focus {
  border: 1px solid #2079d2;
  background: #fff;
  color: #2079d2; }

.btn-stroke.bg-style3.active, a.btn-stroke.bg-style3:active, button.btn-stroke.bg-style3:active, input.btn-stroke.bg-style3:active {
  border: 1px solid #2079d2;
  background: #fff;
  color: #2079d2; }

.dropdown.open .btn-stroke.bg-style3, a.dropdown.open .btn-stroke.bg-style3 {
  border: 1px solid #2079d2;
  border-radius: 15px 15px 0 0;
  color: #2079d2; }

a.dropdown.open .btn-stroke.bg-style3:hover, a.dropdown.open .btn-stroke.bg-style3:focus, button.dropdown.open .btn-stroke.bg-style3:hover, button.dropdown.open .btn-stroke.bg-style3:focus, input.dropdown.open .btn-stroke.bg-style3:hover, input.dropdown.open .btn-stroke.bg-style3:focus {
  border: 1px solid #2079d2;
  border-radius: 15px 15px 0 0;
  color: #2079d2; }

.dropdown.open .btn-stroke.bg-style3.active, a.dropdown.open .btn-stroke.bg-style3:active, button.dropdown.open .btn-stroke.bg-style3:active, input.dropdown.open .btn-stroke.bg-style3:active {
  border: 1px solid #2079d2;
  border-radius: 15px 15px 0 0;
  color: #2079d2; }

li a.btn-stroke > span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 25px;
  vertical-align: top;
  line-height: 25px; }

.btn-stroke-square, a.btn-stroke-square {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom,  color-stop(0%, #fff),  color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  color: #999;
  font-size: 1.3rem;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  outline: 0;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap; }

a.btn-stroke-square:hover, a.btn-stroke-square:focus {
  background: #f9f9f9;
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1); }

.btn-stroke-square.active, a.btn-stroke-square:active {
  background: #f9f9f9;
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1); }

.btn-link, a.btn-link {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  padding: 0.66667rem 1rem;
  background: transparent;
  color: #2079d2;
  text-decoration: underline;
  outline: 0;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap; }

.btn-link.block, a.btn-link.block {
  display: block;
  width: 100%;
  white-space: pre-line; }

a.btn-link:hover, a.btn-link:focus, button.btn-link:hover, button.btn-link:focus, input.btn-link:hover, input.btn-link:focus {
  background: transparent;
  color: #ce0000;
  text-decoration: underline; }

.btn-link.active, a.btn-link:active, button.btn-link:active, input.btn-link:active {
  background: transparent;
  color: #ce0000;
  text-decoration: underline; }

.btn-transparent, a.btn-transparent {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  padding: 0.66667rem 1rem;
  border-width: 0;
  background: transparent;
  color: #22313f;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap; }

.btn-transparent.block, a.btn-transparent.block {
  display: block;
  width: 100%;
  white-space: pre-line; }

a.btn-transparent:hover, a.btn-transparent:focus, button.btn-transparent:hover, button.btn-transparent:focus, input.btn-transparent:hover, input.btn-transparent:focus {
  color: #22313f;
  text-decoration: none; }

.btn-transparent.active, a.btn-transparent:active, button.btn-transparent:active, input.btn-transparent:active {
  color: #000;
  text-decoration: none; }

.btn-dropdown, a.btn-dropdown {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom,  color-stop(0%, #f5f5f5),  color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #ebebeb 100%);
  color: #333;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  outline: 0;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap; }

.btn-dropdown.block, a.btn-dropdown.block {
  display: block;
  width: 100%;
  white-space: pre-line; }

a.btn-dropdown:hover, a.btn-dropdown:focus {
  border-color: #999;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom,  color-stop(0%, #f0f0f0),  color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #e6e6e6 100%);
  color: #262626; }

.btn-dropdown.active, a.btn-dropdown:active {
  border-color: #999;
  background: #e8e8e8;
  color: #262626;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1); }

.btn-dropdown.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=0.5 * 100); }

.btn-dropdown-select, a.btn-dropdown-select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  padding: 0.66667rem 1rem;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  outline: 0;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap; }

.btn-dropdown-select.block, a.btn-dropdown-select.block {
  display: block;
  width: 100%;
  white-space: pre-line; }

a.btn-dropdown-select:hover, a.btn-dropdown-select:focus {
  background: #fafafa;
  text-decoration: none; }

a.btn-dropdown-select:active {
  border-color: #4183d7;
  background: #fafafa;
  text-decoration: none;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(65, 131, 215, 0.4);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(65, 131, 215, 0.4); }

.btn-dropdown-select.active {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-dropdown-select.disabled {
  text-decoration: none;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(65, 131, 215, 0.4);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(65, 131, 215, 0.4);
  opacity: 0.5;
  filter: alpha(opacity=0.5 * 100); }

.form-control {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 15rem;
  height: 3.53333rem;
  padding: 0.66667rem 1rem;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  color: #333;
  font-size: 1.2rem;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  outline: 0;
  vertical-align: middle; }

.form-control.block {
  display: block;
  width: 100%; }

.form-control:not([disabled]):not(.disabled):not(.active):hover {
  background: #fafafa; }

.form-control.active, .form-control:not([disabled]):not(.disabled):not(.active):focus {
  border-color: #4183d7;
  background: #fafafa;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(65, 131, 215, 0.4);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(65, 131, 215, 0.4); }

.form-control.disabled, .form-control[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=0.5 * 100); }

.form-control.parsley-error {
  border-color: #d91e18; }

.form-control.parsley-error:not([disabled]):not(.disabled):not(.active):hover {
  border-color: #d91e18; }

.form-control.parsley-error.active, .form-control.parsley-error:not([disabled]):not(.disabled):not(.active):focus {
  border-color: #d91e18;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(217, 30, 24, 0.4);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(217, 30, 24, 0.4); }

.group > .form-control {
  max-width: none;
  position: relative;
  vertical-align: top;
  margin-left: -1px;
  border-radius: 0; }

.group > .form-control:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.group > .form-control:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.group > .form-control.active, .group > .form-control:not([disabled]):not(.disabled):not(.active):focus {
  z-index: 2; }

.group.justified {
  display: table;
  width: 100%;
  border-collapse: separate; }

.group.justified > .group-item {
  display: table-cell;
  width: auto; }

.group-item > .form-control {
  position: relative;
  max-width: none;
  vertical-align: top;
  margin-left: -1px;
  border-radius: 0; }

.group.justified > .group-item > .form-control.block {
  width: calc(100% + 1px); }

.group-item:first-child > .form-control {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.group-item:last-child > .form-control {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.group-item > .form-control.active, .group-item > .form-control:not([disabled]):not(.disabled):not(.active):focus {
  z-index: 2; }

textarea.form-control {
  height: 9.53333rem; }

select.form-control:not([disabled]):not(.disabled):not(.active):hover {
  border-color: #b3b3b3;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15); }

select.form-control.active, select.form-control:not([disabled]):not(.disabled):not(.active):focus {
  border-color: #4183d7;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(65, 131, 215, 0.4);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(65, 131, 215, 0.4); }

select.form-control.disabled, select.form-control[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control.text-sm {
  height: 3.2rem;
  font-size: 1.1rem; }

textarea.form-control.text-sm {
  height: 9.2rem; }

.form-control.text-lg {
  height: 4.2rem;
  font-size: 1.3rem; }

textarea.form-control.text-lg {
  height: 10.2rem; }

.form-control.text-xl {
  height: 4.2rem;
  font-size: 1.4rem; }

textarea.form-control.text-xl {
  height: 10.2rem; }

.form-unit:before, .form-unit:after {
  content: " ";
  display: table; }

.form-unit:after {
  clear: both; }

.form-unit:not(:last-child) {
  margin: 0 0 0.75em 0 !important; }

.form-horizontal .form-label {
  float: left;
  width: 15.83333%;
  padding:  0 0 0;
  text-align: right; }

.form-horizontal .form-controls {
  float: left;
  width: 83.16667%;
  margin-left: 1%; }

.form-horizontal .form-label-controls {
  float: left;
  width: 83.16667%;
  margin-left: 16.83333%; }

.form-hint {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 92.30769%;
  color: #999; }
  .form-unit.text-success, .form-unit.text-success .form-hint {
    color: #26a65b; }
  .form-unit.text-success .form-control {
    border-color: #26a65b; }
  .form-unit.text-success .form-control:focus, .form-unit.text-success .form-control.focus {
    -webkit-box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(38, 166, 91, 0.4);
    box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(38, 166, 91, 0.4); }
  .form-unit.text-warning, .form-unit.text-warning .form-hint {
    color: #f4b350; }
  .form-unit.text-warning .form-control {
    border-color: #f4b350; }
  .form-unit.text-warning .form-control:focus, .form-unit.text-warning .form-control.focus {
    -webkit-box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(244, 179, 80, 0.4);
    box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(244, 179, 80, 0.4); }
  .form-unit.text-error, .form-unit.text-error .form-hint {
    color: #e74c3c; }
  .form-unit.text-error .form-control {
    border-color: #e74c3c; }
  .form-unit.text-error .form-control:focus, .form-unit.text-error .form-control.focus {
    -webkit-box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(231, 76, 60, 0.4);
    box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(231, 76, 60, 0.4); }
  .form-unit.text-info, .form-unit.text-info .form-hint {
    color: #89c4f4; }
  .form-unit.text-info .form-control {
    border-color: #89c4f4; }
  .form-unit.text-info .form-control:focus, .form-unit.text-info .form-control.focus {
    -webkit-box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(137, 196, 244, 0.4);
    box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(137, 196, 244, 0.4); }
  .form-unit.text-style1, .form-unit.text-style1 .form-hint {
    color: #111; }
  .form-unit.text-style1 .form-control {
    border-color: #111; }
  .form-unit.text-style1 .form-control:focus, .form-unit.text-style1 .form-control.focus {
    -webkit-box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(17, 17, 17, 0.4);
    box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(17, 17, 17, 0.4); }
  .form-unit.text-style2, .form-unit.text-style2 .form-hint {
    color: #ff6900; }
  .form-unit.text-style2 .form-control {
    border-color: #ff6900; }
  .form-unit.text-style2 .form-control:focus, .form-unit.text-style2 .form-control.focus {
    -webkit-box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(255, 105, 0, 0.4);
    box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(255, 105, 0, 0.4); }
  .form-unit.text-style3, .form-unit.text-style3 .form-hint {
    color: #2079d2; }
  .form-unit.text-style3 .form-control {
    border-color: #2079d2; }
  .form-unit.text-style3 .form-control:focus, .form-unit.text-style3 .form-control.focus {
    -webkit-box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(32, 121, 210, 0.4);
    box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(32, 121, 210, 0.4); }
  .form-unit.text-style4, .form-unit.text-style4 .form-hint {
    color: #674172; }
  .form-unit.text-style4 .form-control {
    border-color: #674172; }
  .form-unit.text-style4 .form-control:focus, .form-unit.text-style4 .form-control.focus {
    -webkit-box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(103, 65, 114, 0.4);
    box-shadow: inset 0 1px 1px #e6e6e6, 0 0 8px rgba(103, 65, 114, 0.4); }

.form-row:before, .form-row:after {
  content: " ";
  display: table; }

.form-row:after {
  clear: both; }

.form-col-1, .form-col-2, .form-col-3, .form-col-4, .form-col-5, .form-col-6, .form-col-7, .form-col-8, .form-col-9, .form-col-10, .form-col-11 {
  float: left;
  min-height: 1px;
  margin-left: 1%; }

.form-col-1 {
  width: 7.41667%; }

.form-col-2 {
  width: 15.83333%; }

.form-col-3 {
  width: 24.25%; }

.form-col-4 {
  width: 32.66667%; }

.form-col-5 {
  width: 41.08333%; }

.form-col-6 {
  width: 49.5%; }

.form-col-7 {
  width: 57.91667%; }

.form-col-8 {
  width: 66.33333%; }

.form-col-9 {
  width: 74.75%; }

.form-col-10 {
  width: 83.16667%; }

.form-col-11 {
  width: 91.58333%; }

.form-row > [class*="form-col-"]:first-child, .form-row > [class*="form-col-"].first {
  margin-left: 0; }

.form-push-1 {
  margin-left: 9.41667%; }

.form-push-2 {
  margin-left: 17.83333%; }

.form-push-3 {
  margin-left: 26.25%; }

.form-push-4 {
  margin-left: 34.66667%; }

.form-push-5 {
  margin-left: 43.08333%; }

.form-push-6 {
  margin-left: 51.5%; }

.form-push-7 {
  margin-left: 59.91667%; }

.form-push-8 {
  margin-left: 68.33333%; }

.form-push-9 {
  margin-left: 76.75%; }

.form-push-10 {
  margin-left: 85.16667%; }

.form-push-1:first-child, .form-push-1.first {
  margin-left: 8.41667%; }

.form-push-2:first-child, .form-push-2.first {
  margin-left: 16.83333%; }

.form-push-3:first-child, .form-push-3.first {
  margin-left: 25.25%; }

.form-push-4:first-child, .form-push-4.first {
  margin-left: 33.66667%; }

.form-push-5:first-child, .form-push-5.first {
  margin-left: 42.08333%; }

.form-push-6:first-child, .form-push-6.first {
  margin-left: 50.5%; }

.form-push-7:first-child, .form-push-7.first {
  margin-left: 58.91667%; }

.form-push-8:first-child, .form-push-8.first {
  margin-left: 67.33333%; }

.form-push-9:first-child, .form-push-9.first {
  margin-left: 75.75%; }

.form-push-10:first-child, .form-push-10.first {
  margin-left: 84.16667%; }

.form-push-11:first-child, .form-push-11.first {
  margin-left: 91.58333%; }

body {
  text-align: center; }

.lay-994-1620 {
  max-width: 124.61538em;
  min-width: 76.46154em;
  text-align: left;
  margin: 0 auto; }

.lay-994 {
  width: 76.46154em;
  text-align: left;
  margin: 0 auto; }

.lay-940 {
  width: 72.30769em;
  text-align: left;
  margin: 0 auto; }

.l120-f, .l160-f, .l170-f, .l180-f, .l200-f, .l210-f, .l220-f, .l240-f, .l260-f, .l280-f, .l300-f, .l540-f {
  float: left;
  position: relative; }

.r120-f, .r160-f, .r170-f, .r180-f, .r200-f, .r210-f, .r220-f, .r240-f, .r260-f, .r280-f, .r300-f, .r540-f {
  float: right;
  position: relative; }

.l120-m, .l160-m, .l170-m, .l180-m, .l200-m, .l210-m, .l220-m, .l240-m, .l260-m, .l280-m, .l300-m, .l540-m {
  float: right;
  width: 100%; }

.r120-m, .r160-m, .r170-m, .r180-m, .r200-m, .r210-m, .r220-m, .r240-m, .r260-m, .r280-m, .r300-m, .r540-m {
  float: left;
  width: 100%; }
  .l120-f {
    width: 120px; }
  .l120-m {
    margin-left: -130px; }
  .l120-i {
    margin-left: 130px; }
  .l120-i.ns {
    margin-left: 120px; }
  .l120-i.overlap {
    margin-left: 119px; }
  .r120-f {
    width: 120px; }
  .r120-m {
    margin-right: -130px; }
  .r120-i {
    margin-right: 130px; }
  .r120-i.ns {
    margin-right: 120px; }
  .r120-i.overlap {
    margin-right: 119px; }
  .l160-f {
    width: 160px; }
  .l160-m {
    margin-left: -170px; }
  .l160-i {
    margin-left: 170px; }
  .l160-i.ns {
    margin-left: 160px; }
  .l160-i.overlap {
    margin-left: 159px; }
  .r160-f {
    width: 160px; }
  .r160-m {
    margin-right: -170px; }
  .r160-i {
    margin-right: 170px; }
  .r160-i.ns {
    margin-right: 160px; }
  .r160-i.overlap {
    margin-right: 159px; }
  .l170-f {
    width: 170px; }
  .l170-m {
    margin-left: -180px; }
  .l170-i {
    margin-left: 180px; }
  .l170-i.ns {
    margin-left: 170px; }
  .l170-i.overlap {
    margin-left: 169px; }
  .r170-f {
    width: 170px; }
  .r170-m {
    margin-right: -180px; }
  .r170-i {
    margin-right: 180px; }
  .r170-i.ns {
    margin-right: 170px; }
  .r170-i.overlap {
    margin-right: 169px; }
  .l180-f {
    width: 180px; }
  .l180-m {
    margin-left: -190px; }
  .l180-i {
    margin-left: 190px; }
  .l180-i.ns {
    margin-left: 180px; }
  .l180-i.overlap {
    margin-left: 179px; }
  .r180-f {
    width: 180px; }
  .r180-m {
    margin-right: -190px; }
  .r180-i {
    margin-right: 190px; }
  .r180-i.ns {
    margin-right: 180px; }
  .r180-i.overlap {
    margin-right: 179px; }
  .l200-f {
    width: 200px; }
  .l200-m {
    margin-left: -210px; }
  .l200-i {
    margin-left: 210px; }
  .l200-i.ns {
    margin-left: 200px; }
  .l200-i.overlap {
    margin-left: 199px; }
  .r200-f {
    width: 200px; }
  .r200-m {
    margin-right: -210px; }
  .r200-i {
    margin-right: 210px; }
  .r200-i.ns {
    margin-right: 200px; }
  .r200-i.overlap {
    margin-right: 199px; }
  .l210-f {
    width: 210px; }
  .l210-m {
    margin-left: -220px; }
  .l210-i {
    margin-left: 220px; }
  .l210-i.ns {
    margin-left: 210px; }
  .l210-i.overlap {
    margin-left: 209px; }
  .r210-f {
    width: 210px; }
  .r210-m {
    margin-right: -220px; }
  .r210-i {
    margin-right: 220px; }
  .r210-i.ns {
    margin-right: 210px; }
  .r210-i.overlap {
    margin-right: 209px; }
  .l220-f {
    width: 220px; }
  .l220-m {
    margin-left: -230px; }
  .l220-i {
    margin-left: 230px; }
  .l220-i.ns {
    margin-left: 220px; }
  .l220-i.overlap {
    margin-left: 219px; }
  .r220-f {
    width: 220px; }
  .r220-m {
    margin-right: -230px; }
  .r220-i {
    margin-right: 230px; }
  .r220-i.ns {
    margin-right: 220px; }
  .r220-i.overlap {
    margin-right: 219px; }
  .l240-f {
    width: 240px; }
  .l240-m {
    margin-left: -250px; }
  .l240-i {
    margin-left: 250px; }
  .l240-i.ns {
    margin-left: 240px; }
  .l240-i.overlap {
    margin-left: 239px; }
  .r240-f {
    width: 240px; }
  .r240-m {
    margin-right: -250px; }
  .r240-i {
    margin-right: 250px; }
  .r240-i.ns {
    margin-right: 240px; }
  .r240-i.overlap {
    margin-right: 239px; }
  .l260-f {
    width: 260px; }
  .l260-m {
    margin-left: -270px; }
  .l260-i {
    margin-left: 270px; }
  .l260-i.ns {
    margin-left: 260px; }
  .l260-i.overlap {
    margin-left: 259px; }
  .r260-f {
    width: 260px; }
  .r260-m {
    margin-right: -270px; }
  .r260-i {
    margin-right: 270px; }
  .r260-i.ns {
    margin-right: 260px; }
  .r260-i.overlap {
    margin-right: 259px; }
  .l280-f {
    width: 280px; }
  .l280-m {
    margin-left: -290px; }
  .l280-i {
    margin-left: 290px; }
  .l280-i.ns {
    margin-left: 280px; }
  .l280-i.overlap {
    margin-left: 279px; }
  .r280-f {
    width: 280px; }
  .r280-m {
    margin-right: -290px; }
  .r280-i {
    margin-right: 290px; }
  .r280-i.ns {
    margin-right: 280px; }
  .r280-i.overlap {
    margin-right: 279px; }
  .l300-f {
    width: 300px; }
  .l300-m {
    margin-left: -310px; }
  .l300-i {
    margin-left: 310px; }
  .l300-i.ns {
    margin-left: 300px; }
  .l300-i.overlap {
    margin-left: 299px; }
  .r300-f {
    width: 300px; }
  .r300-m {
    margin-right: -310px; }
  .r300-i {
    margin-right: 310px; }
  .r300-i.ns {
    margin-right: 300px; }
  .r300-i.overlap {
    margin-right: 299px; }
  .l540-f {
    width: 540px; }
  .l540-m {
    margin-left: -550px; }
  .l540-i {
    margin-left: 550px; }
  .l540-i.ns {
    margin-left: 540px; }
  .l540-i.overlap {
    margin-left: 539px; }
  .r540-f {
    width: 540px; }
  .r540-m {
    margin-right: -550px; }
  .r540-i {
    margin-right: 550px; }
  .r540-i.ns {
    margin-right: 540px; }
  .r540-i.overlap {
    margin-right: 539px; }

.grid-row:before, .grid-row:after {
  content: " ";
  display: table; }

.grid-row:after {
  clear: both; }

.grid-row > .col-1, .grid-row > .col-2, .grid-row > .col-3, .grid-row > .col-4, .grid-row > .col-5, .grid-row > .col-6, .grid-row > .col-7, .grid-row > .col-8, .grid-row > .col-9, .grid-row > .col-10, .grid-row > .col-11 {
  float: left;
  min-height: 1px;
  margin-left: 1%; }

.grid-row > .col-1 {
  width: 7.41667%; }

.grid-row > .col-2 {
  width: 15.83333%; }

.grid-row > .col-3 {
  width: 24.25%; }

.grid-row > .col-4 {
  width: 32.66667%; }

.grid-row > .col-5 {
  width: 41.08333%; }

.grid-row > .col-6 {
  width: 49.5%; }

.grid-row > .col-7 {
  width: 57.91667%; }

.grid-row > .col-8 {
  width: 66.33333%; }

.grid-row > .col-9 {
  width: 74.75%; }

.grid-row > .col-10 {
  width: 83.16667%; }

.grid-row > .col-11 {
  width: 91.58333%; }

.grid-row > [class*="col"]:first-child, .grid-row > [class*="col"].first {
  margin-left: 0; }

.grid-row > .push-1 {
  margin-left: 9.41667%; }

.grid-row > .push-2 {
  margin-left: 17.83333%; }

.grid-row > .push-3 {
  margin-left: 26.25%; }

.grid-row > .push-4 {
  margin-left: 34.66667%; }

.grid-row > .push-5 {
  margin-left: 43.08333%; }

.grid-row > .push-6 {
  margin-left: 51.5%; }

.grid-row > .push-7 {
  margin-left: 59.91667%; }

.grid-row > .push-8 {
  margin-left: 68.33333%; }

.grid-row > .push-9 {
  margin-left: 76.75%; }

.grid-row > .push-10 {
  margin-left: 85.16667%; }

.grid-row > .push-1:first-child, .grid-row > .push-1.first {
  margin-left: 8.41667%; }

.grid-row > .push-2:first-child, .grid-row > .push-2.first {
  margin-left: 16.83333%; }

.grid-row > .push-3:first-child, .grid-row > .push-3.first {
  margin-left: 25.25%; }

.grid-row > .push-4:first-child, .grid-row > .push-4.first {
  margin-left: 33.66667%; }

.grid-row > .push-5:first-child, .grid-row > .push-5.first {
  margin-left: 42.08333%; }

.grid-row > .push-6:first-child, .grid-row > .push-6.first {
  margin-left: 50.5%; }

.grid-row > .push-7:first-child, .grid-row > .push-7.first {
  margin-left: 58.91667%; }

.grid-row > .push-8:first-child, .grid-row > .push-8.first {
  margin-left: 67.33333%; }

.grid-row > .push-9:first-child, .grid-row > .push-9.first {
  margin-left: 75.75%; }

.grid-row > .push-10:first-child, .grid-row > .push-10.first {
  margin-left: 84.16667%; }

.grid-row > .push-11:first-child, .grid-row > .push-11.first {
  margin-left: 91.58333%; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-color: currentColor;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-right-color: transparent;
  border-left-color: transparent;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle; }

.caret.no-margin, .no-margin .caret {
  margin-left: 0; }

.caret.margin-right, .margin-right .caret {
  margin-left: 0;
  margin-right: 0.5em; }

.caret-up {
  border-width: 0 4px 5px 4px; }

.caret-left {
  border-color: currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 4px 5px 4px 0; }

.caret-right {
  border-color: currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 4px 0 4px 5px; }

.caret-both {
  margin-bottom: -5px; }

.caret-both:before {
  position: relative;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-color: currentColor;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -12px;
  left: -4px;
  line-height: 0;
  vertical-align: middle; }

.caret-square {
  border-color: currentColor;
  border-width: 3px; }
  .text-xs .caret {
    border-width: 4px 3px 0 3px; }
  .text-xs .caret-up {
    border-width: 0 3px 4px 3px; }
  .text-xs .caret-left {
    border-width: 3px 4px 3px 0; }
  .text-xs .caret-right {
    border-width: 3px 0 3px 4px; }
  .text-xs .caret-both {
    margin-bottom: -4px; }
  .text-xs .caret-both:before {
    border-width: 0 3px 4px 3px;
    top: -10px;
    left: -3px; }
  .text-xs .caret-square {
    border-width: 2px; }
  .caret.text-xs {
    border-width: 4px 3px 0 3px; }
  .caret-up.text-xs {
    border-width: 0 3px 4px 3px; }
  .caret-left.text-xs {
    border-width: 3px 4px 3px 0; }
  .caret-right.text-xs {
    border-width: 3px 0 3px 4px; }
  .caret-both.text-xs {
    margin-bottom: -4px; }
  .caret-both.text-xs:before {
    border-width: 0 3px 4px 3px;
    top: -10px;
    left: -3px; }
  .caret-square.text-xs {
    border-width: 2px; }
  .text-sm .caret {
    border-width: 4px 3px 0 3px; }
  .text-sm .caret-up {
    border-width: 0 3px 4px 3px; }
  .text-sm .caret-left {
    border-width: 3px 4px 3px 0; }
  .text-sm .caret-right {
    border-width: 3px 0 3px 4px; }
  .text-sm .caret-both {
    margin-bottom: -4px; }
  .text-sm .caret-both:before {
    border-width: 0 3px 4px 3px;
    top: -10px;
    left: -3px; }
  .text-sm .caret-square {
    border-width: 2px; }
  .caret.text-sm {
    border-width: 4px 3px 0 3px; }
  .caret-up.text-sm {
    border-width: 0 3px 4px 3px; }
  .caret-left.text-sm {
    border-width: 3px 4px 3px 0; }
  .caret-right.text-sm {
    border-width: 3px 0 3px 4px; }
  .caret-both.text-sm {
    margin-bottom: -4px; }
  .caret-both.text-sm:before {
    border-width: 0 3px 4px 3px;
    top: -10px;
    left: -3px; }
  .caret-square.text-sm {
    border-width: 2px; }
  .text-lg .caret {
    border-width: 5px 4px 0 4px; }
  .text-lg .caret-up {
    border-width: 0 4px 5px 4px; }
  .text-lg .caret-left {
    border-width: 4px 5px 4px 0; }
  .text-lg .caret-right {
    border-width: 4px 0 4px 5px; }
  .text-lg .caret-both {
    margin-bottom: -5px; }
  .text-lg .caret-both:before {
    border-width: 0 4px 5px 4px;
    top: -12px;
    left: -4px; }
  .text-lg .caret-square {
    border-width: 3px; }
  .caret.text-lg {
    border-width: 5px 4px 0 4px; }
  .caret-up.text-lg {
    border-width: 0 4px 5px 4px; }
  .caret-left.text-lg {
    border-width: 4px 5px 4px 0; }
  .caret-right.text-lg {
    border-width: 4px 0 4px 5px; }
  .caret-both.text-lg {
    margin-bottom: -5px; }
  .caret-both.text-lg:before {
    border-width: 0 4px 5px 4px;
    top: -12px;
    left: -4px; }
  .caret-square.text-lg {
    border-width: 3px; }
  .text-xl .caret {
    border-width: 6px 5px 0 5px; }
  .text-xl .caret-up {
    border-width: 0 5px 6px 5px; }
  .text-xl .caret-left {
    border-width: 5px 6px 5px 0; }
  .text-xl .caret-right {
    border-width: 5px 0 5px 6px; }
  .text-xl .caret-both {
    margin-bottom: -6px; }
  .text-xl .caret-both:before {
    border-width: 0 5px 6px 5px;
    top: -14px;
    left: -5px; }
  .text-xl .caret-square {
    border-width: 4px; }
  .caret.text-xl {
    border-width: 6px 5px 0 5px; }
  .caret-up.text-xl {
    border-width: 0 5px 6px 5px; }
  .caret-left.text-xl {
    border-width: 5px 6px 5px 0; }
  .caret-right.text-xl {
    border-width: 5px 0 5px 6px; }
  .caret-both.text-xl {
    margin-bottom: -6px; }
  .caret-both.text-xl:before {
    border-width: 0 5px 6px 5px;
    top: -14px;
    left: -5px; }
  .caret-square.text-xl {
    border-width: 4px; }

.overlay {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .175);
  box-shadow: 0 0 16px rgba(0, 0, 0, .175);
  padding: 1.5em;
  border: 1px solid #acacac;
  border-radius: 0px;
  background: #fff;
  text-align: left; }

.over {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .175);
  box-shadow: 0 0 8px rgba(0, 0, 0, .175);
  position: relative;
  z-index: 3;
  background: #fff; }

.dropdown {
  display: inline-block;
  position: relative; }

.dropdown .caret:not(:first-child) {
  margin-left: 0.5em; }

.dropdown-menu {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .175);
  box-shadow: 0 0 16px rgba(0, 0, 0, .175);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding: 0;
  min-width: 100px;
  border: 1px solid #b0aba4;
  border-radius: 0px;
  margin: 0.375em 0 0 0;
  background: #fff;
  color: #22313f;
  font-weight: 400; }

.dropdown-stroke .dropdown-menu {
  padding: 0.5rem;
  border: solid #2079d2;
  border-width: 1px;
  border-radius: 0;
  background: #fff;
  color: #22313f; }

.dropdown.open .dropdown-menu {
  display: block; }

.dropdown-menu-bottom {
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  margin: 0.375em 0 0 0; }

.dropdown-menu-bottom-left {
  top: 100%;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0.375em 0 0 0; }

.dropdown-menu-top {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0;
  margin: 0 0 0.375em 0; }

.dropdown-menu-top-left {
  top: auto;
  right: 0;
  bottom: 100%;
  left: auto;
  margin: 0 0 0.375em 0; }

.dropdown-menu-right {
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  margin: 0 0 0 0.375em; }

.dropdown-menu-right-top {
  top: auto;
  right: auto;
  bottom: 0;
  left: 100%;
  margin: 0 0 0 0.375em; }

.dropdown-menu-left {
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  margin: 0 0.375em 0 0; }

.dropdown-menu-left-top {
  top: auto;
  right: 100%;
  bottom: 0;
  left: auto;
  margin: 0 0.375em 0 0; }

.dropdown-menu-no-margin, .dropdown-menu-offer {
  text-align: left;
  margin: -1px 0 0; }

.dropdown-menu-offer {
  padding: 1.5rem; }

.dropdown-container {
  position: relative;
  z-index: 10; }

.dropdown-select-menu {
  background: #fafafa;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.1);
  border-color: #ccc;
  border-top-width: 0;
  margin-top: -1px;
  font-size: 12px; }

.nav-tab-border {
  float: left;
  padding: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  margin: 0;
  list-style: none;
  list-style-image: none; }

.nav-tab-border > li {
  float: left;
  margin: 0; }

.nav-tab-border > li {
  margin-right: 0.5rem; }

.nav-tab-border > li:last-child {
  margin-right: 0; }

.nav-tab-border.bg-style-header {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc; }

.menu .nav-tab-border {
  margin: 0 0 -0.1rem 0; }

.nav-tab-border > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 1rem;
  border: 1px solid #ebebeb;
  margin: 0 0 -0.1rem 0;
  background: #f9f9f9;
  color: #22313f;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none; }

.nav-tab-border > :not(.disabled):not(.active) > a:hover, .nav-tab-border > :not(.disabled):not(.active) > a:focus {
  border-color: #ebebeb;
  background: #ebebeb;
  color: #22313f; }

.nav-tab-border > .active > a, .nav-tab-border > :not(.disabled):not(.active) > a:active {
  z-index: 1;
  padding: 0.9rem 1rem 1rem 1rem;
  border-width: 2px 1px 1px 1px;
  border-color: #ff6500 #ebebeb #fff #ebebeb;
  background: #fff;
  color: #000; }

.nav-tab-border.bg-style-header > li > a {
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb #ebebeb #ccc #ebebeb; }

.nav-tab-border.bg-style-header > :not(.disabled):not(.active) > a:hover, .nav-tab-border.bg-style-header > :not(.disabled):not(.active) > a:focus {
  border-color: #ebebeb #ebebeb #ccc #ebebeb;
  background: #dedede; }

.nav-tab-border.bg-style-header > .active > a, .nav-tab-border.bg-style-header > :not(.disabled):not(.active) > a:active {
  border-width: 2px 1px 1px 1px;
  border-color: #999 #ebebeb #fff #ebebeb;
  background: #fff; }

.nav-tab-border > li > .nav-text {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 1rem;
  border: 1px solid #ebebeb;
  margin: 0 0 -0.1rem 0;
  background: #f9f9f9;
  color: #22313f;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none; }

.nav-tab-border > .active > .nav-text, .nav-tab-border > :not(.disabled):not(.active) > .nav-text:active {
  z-index: 1;
  padding: 0.9rem 1rem 1rem 1rem;
  border-width: 2px 1px 1px 1px;
  border-color: #ff6500 #ebebeb #fff #ebebeb;
  background: #fff;
  color: #000; }

.nav-tab-border > li > .nav-transparent {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 1rem;
  border: 1px solid transparent;
  margin: 0 0 -0.1rem 0;
  background: transparent;
  color: #22313f;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none; }

.nav-tab-border > .active > .nav-transparent, .nav-tab-border > :not(.disabled):not(.active) > .nav-transparent:active {
  z-index: 1; }

.nav-tab-carousel {
  float: left;
  padding: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  margin: 0;
  list-style: none;
  list-style-image: none; }

.nav-tab-carousel > li {
  float: left;
  margin: 0; }

.nav-tab-carousel > li {
  margin-right: -0.1rem; }

.nav-tab-carousel > li:last-child {
  margin-right: 0; }

.menu .nav-tab-carousel {
  margin: 0 0 -0.1rem 0; }

.nav-tab-carousel > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  margin: 0 0 -0.1rem 0;
  background: #ededed;
  color: #22313f;
  font-size: 1.5rem;
  text-decoration: none; }

.nav-tab-carousel > :not(.disabled):not(.active) > a:hover, .nav-tab-carousel > :not(.disabled):not(.active) > a:focus {
  background: #ededed;
  color: #22313f; }

.nav-tab-carousel > .active > a, .nav-tab-carousel > :not(.disabled):not(.active) > a:active {
  z-index: 1;
  border-color: #e0e0e0 #e0e0e0 #fff #e0e0e0;
  background: #fff;
  color: #000; }

.nav-tab-carousel > li > .nav-transparent {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 1rem;
  border: 1px solid transparent;
  margin: 0 0 -0.1rem 0;
  background: transparent;
  color: #22313f;
  font-size: 1.5rem;
  text-decoration: none; }

.nav-tab-carousel > .active > .nav-transparent, .nav-tab-carousel > :not(.disabled):not(.active) > .nav-transparent:active {
  z-index: 1; }

.nav-tab-carousel > li > .nav-transparent-small {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 1rem;
  border: 1px solid transparent;
  margin: 0 0 -0.1rem 0;
  background: transparent;
  color: #22313f;
  font-size: 1.2rem;
  text-decoration: none; }

.nav-tab-carousel > .active > .nav-transparent-small, .nav-tab-carousel > :not(.disabled):not(.active) > .nav-transparent-small:active {
  z-index: 1; }

.nav-tab-top {
  display: inline-block;
  padding: 0;
  border-color: #444;
  margin: 0;
  list-style: none;
  list-style-image: none; }

.nav-tab-top > li {
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.nav-tab-top.nav-float {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none; }

.nav-tab-top.nav-float > li {
  float: left;
  margin: 0; }

.nav-tab-top > li {
  border-color: #444; }

.nav-tab-top .dropdown-menu {
  padding: 2rem;
  border-width: 0 1px 1px 1px;
  border-radius: 0;
  margin: 0 0 0 -0.1rem;
  background: #fff; }

.nav-tab-top .dropdown-menu-empty {
  border-width: 0 !important;
  padding: 0 !important; }

.nav-tab-top > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 2rem 1rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2rem;
  text-decoration: none;
  text-transform: uppercase; }

.nav-tab-top > :not(.disabled):not(.active) > a:hover, .nav-tab-top > :not(.disabled):not(.active) > a:focus {
  padding: 1.7rem 1rem 2rem 1rem;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #2079d2;
  background: #fff;
  color: #2079d2;
  font-size: 1.3rem; }

.nav-tab-top > .active > a, .nav-tab-top > :not(.disabled):not(.active) > a:active {
  z-index: 1;
  padding: 1.7rem 1rem 2rem 1rem;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #2079d2;
  background: #fff;
  color: #2079d2;
  font-size: 1.3rem; }

.nav-tab-top > li > a.no-border {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 2rem 1rem;
  border-width: 0;
  margin: 0; }

.nav-tab-top > :not(.disabled):not(.active) > a.no-border:hover, .nav-tab-top > :not(.disabled):not(.active) > a.no-border:focus {
  padding: 2rem 1rem;
  border-width: 0;
  margin: 0;
  background: #13181b; }

.nav-tab-top > .active > a.no-border, .nav-tab-top > :not(.disabled):not(.active) > a.no-border:active {
  z-index: 1;
  padding: 2rem 1rem;
  border-width: 0;
  margin: 0;
  background: #13181b; }

.nav-tab-top > li > .nav-box {
  display: table-cell;
  vertical-align: middle;
  height: 6rem;
  padding: 0 1rem 0 1rem;
  color: #fff;
  font-size: 1.3rem; }

.nav-tab-top > :not(.disabled):not(.active) > .nav-box:hover, .nav-tab-top > :not(.disabled):not(.active) > .nav-box:focus {
  color: #fff;
  font-size: 1.3rem; }

.nav-tab-top > .active > .nav-box, .nav-tab-top > :not(.disabled):not(.active) > .nav-box:active {
  color: #fff;
  font-size: 1.3rem; }

.nav-tab-top > .active-gray > a {
  background-color: #f4f4f4; }

.nav-vertical-simple {
  padding: 0;
  margin: 0 0 0.75rem 0;
  list-style: none;
  list-style-image: none; }

.nav-vertical-simple > li {
  display: block;
  margin: 0; }

.nav-vertical-simple > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0 0.75rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-decoration: none; }

.nav-vertical-simple > :not(.disabled):not(.active) > a:hover, .nav-vertical-simple > :not(.disabled):not(.active) > a:focus {
  background: #ededed;
  color: #22313f; }

.nav-vertical-simple > .active > a, .nav-vertical-simple > :not(.disabled):not(.active) > a:active {
  z-index: 1;
  background: #ededed;
  color: #22313f; }

.nav-vertical-simple > li > a.nav-footer {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  color: #999; }

.nav-vertical-simple > .active > a.nav-footer, .nav-vertical-simple > :not(.disabled):not(.active) > a.nav-footer:active {
  z-index: 1; }

.nav-vertical-simple > li > .nav-header {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7rem; }

.nav-vertical-simple > .active > .nav-header, .nav-vertical-simple > :not(.disabled):not(.active) > .nav-header:active {
  z-index: 1; }

.nav-vertical-simple > li > a.nav-header {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0 0.75rem;
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7rem; }

.nav-vertical-simple > :not(.disabled):not(.active) > a.nav-header:hover, .nav-vertical-simple > :not(.disabled):not(.active) > a.nav-header:focus {
  color: #22313f; }

.nav-vertical-simple > .active > a.nav-header, .nav-vertical-simple > :not(.disabled):not(.active) > a.nav-header:active {
  z-index: 1;
  color: #22313f; }

.table-cell .nav-vertical-simple > li > a {
  font-size: 1.3rem;
  line-height: 2.2rem; }

.table-cell .nav-vertical-simple > li > .nav-header {
  margin: 0 0 0.6rem 0;
  color: #ef601c;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.6rem; }

.table-cell .nav-vertical-simple > li > a.nav-header {
  margin: 0 0 0.6rem 0;
  color: #ef601c;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.6rem; }

.table-cell .nav-vertical-simple > :not(.disabled):not(.active) > a.nav-header:hover, .table-cell .nav-vertical-simple > :not(.disabled):not(.active) > a.nav-header:focus {
  color: #ef601c;
  font-weight: 400; }

.table-cell .nav-vertical-simple > .active > a.nav-header, .table-cell .nav-vertical-simple > :not(.disabled):not(.active) > a.nav-header:active {
  color: #ef601c;
  font-weight: 400; }

.nav-vertical-simple.style-cat {
  padding: 0.8rem;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #d1d1d1;
  margin: -2rem 2rem -2rem -2rem;
  background: #fcfcfc; }

.nav-vertical-simple.style-cat {
  max-width: 200px;
  min-height: 344px; }

.nav-vertical-simple.style-cat a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.nav-vertical-simple.style-cat > li + li {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ededed; }

.nav-vertical-simple.style-cat > li > a {
  padding: 1rem;
  color: #222;
  font-size: 1.3rem;
  text-decoration: none; }

.nav-vertical-simple.style-cat > :not(.disabled):not(.active) > a:hover, .nav-vertical-simple.style-cat > :not(.disabled):not(.active) > a:focus {
  background: #ededed;
  color: #22313f; }

.nav-vertical-simple.style-cat > .active > a, .nav-vertical-simple.style-cat > :not(.disabled):not(.active) > a:active {
  background: #ededed;
  color: #22313f; }

.nav-vertical-simple.style-cat > li > a > [class^="font-icon-"] {
  margin: 0 0.75rem 0 0; }

.nav-vertical-col-all {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none; }

.nav-vertical-col-all > li {
  display: block;
  margin: 0; }

.nav-vertical-col-all > li {
  padding: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #444;
  margin: 0;
  list-style: none;
  list-style-image: none; }

.nav-vertical-col-all > li > li {
  display: block;
  margin: 0; }

.nav-vertical-col-all .dropdown-menu {
  padding: 2rem;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
  margin: 0;
  background: #fff; }

.nav-vertical-col-all .dropdown-menu {
  top: -1px; }

.nav-vertical-col-all > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.4rem 1rem;
  color: #ccc;
  font-size: 1.2rem;
  line-height: 2rem;
  text-decoration: none; }

.nav-vertical-col-all > :not(.disabled):not(.active) > a:hover, .nav-vertical-col-all > :not(.disabled):not(.active) > a:focus {
  background: #fff;
  color: #2079d2; }

.nav-vertical-col-all > .active > a, .nav-vertical-col-all > :not(.disabled):not(.active) > a:active {
  z-index: 1;
  background: #fff;
  color: #2079d2; }

.nav-vertical-col-all > li > .nav-header {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.75rem 1rem;
  color: #ccc;
  font-size: 1.5rem;
  text-transform: uppercase; }

.nav-vertical-col-all > .active > .nav-header, .nav-vertical-col-all > :not(.disabled):not(.active) > .nav-header:active {
  z-index: 1; }

.nav-vertical-col-all > li > .nav-header {
  font-family: 'Roboto', sans-serif; }

.nav-vertical-col-all > li > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.nav-vertical-col-all > li > a [class^="font-icon-"] {
  font-size: 18px; }

.nav-vertical-col-all .icon-right-dir-blue {
  margin-top: 3px;
  visibility: hidden; }

.nav-vertical-col-all :hover .icon-right-dir-blue, .nav-vertical-col-all :active .icon-right-dir-blue {
  visibility: visible; }

.nav-vertical-col-all {
  width: 209px;
  position: fixed;
  top: 60px; }

#main_col_all .nav-vertical-col-all {
  position: static; }

.nav-vertical-homepage {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none; }

.nav-vertical-homepage > li {
  display: block;
  margin: 0; }

.nav-vertical-homepage > li {
  border-width: 1px 0;
  border-style: solid;
  border-color: transparent; }

.nav-vertical-homepage > li > a > .icon-right-dir {
  margin: 0.14286rem 0.35714rem; }

.nav-vertical-homepage .dropdown-menu {
  padding: 2rem;
  border-radius: 0;
  margin: -0.07692rem 0 0 0;
  background: #fff; }

.nav-vertical-homepage > li.active {
  background: #f9f9f9; }

.nav-vertical-homepage > li:not(.dropdown):not(.list-header):not(.list-title) {
  padding: 0 0 0.75rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  margin: 0 0 0.75rem; }

.nav-vertical-homepage > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  color: #666;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  text-decoration: none;
  text-transform: uppercase; }

.nav-vertical-homepage > :not(.disabled):not(.active) > a:hover, .nav-vertical-homepage > :not(.disabled):not(.active) > a:focus {
  background: #f9f9f9; }

.nav-vertical-homepage > .active > a, .nav-vertical-homepage > :not(.disabled):not(.active) > a:active {
  z-index: 1;
  background: #f9f9f9; }

.nav-vertical-homepage > li > a.list-title-header {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.2rem 0.5rem; }

.nav-vertical-homepage > .active > a.list-title-header, .nav-vertical-homepage > :not(.disabled):not(.active) > a.list-title-header:active {
  z-index: 1; }

.nav-vertical-homepage > li > .nav-header {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.75rem 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  margin: 0 0 0.75rem;
  color: #444;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase; }

.nav-vertical-homepage > .active > .nav-header, .nav-vertical-homepage > :not(.disabled):not(.active) > .nav-header:active {
  z-index: 1; }

.nav-vertical-homepage > li > .nav-header {
  font-family: 'Roboto', sans-serif;
  margin: 0 -0.5em 0.5rem -0.5em;
  padding: 0.6rem; }

.nav-vertical-homepage .nav-childs {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  list-style: none;
  list-style-image: none; }

.nav-vertical-homepage .nav-childs > li::after {
  content: ','; }

.nav-vertical-homepage .nav-childs > li:last-child::after {
  content: ''; }

.nav-vertical-homepage .nav-childs > li {
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.nav-vertical-homepage .nav-childs > li {
  margin-right: 0.5rem; }

.nav-vertical-homepage .nav-childs > li:last-child {
  margin-right: 0; }

.nav-vertical-homepage .nav-childs > li > a {
  display: inline-block;
  outline: 0;
  color: #666; }

.nav-vertical-homepage .nav-vertical-simple-subcat > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.2rem 0.5rem; }

.nav-vertical-homepage .nav-vertical-simple-subcat > .active > a, .nav-vertical-homepage .nav-vertical-simple-subcat > :not(.disabled):not(.active) > a:active {
  z-index: 1; }

.nav-vertical-homepage .nav-childs > li > a {
  display: inline; }

.nav-vertical-subcat {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none; }

.nav-vertical-subcat > li {
  display: block;
  margin: 0; }

.nav-vertical-subcat > li {
  border-width: 1px 0;
  border-style: solid;
  border-color: transparent; }

.nav-vertical-subcat > li > a > .icon-right-dir {
  margin: 0.14286rem 0.35714rem; }

.nav-vertical-subcat > li.active {
  background: #f9f9f9; }

.nav-vertical-subcat > li:not(.list-header) {
  margin: 0 0.5rem; }

.nav-vertical-subcat > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  color: #444;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  text-decoration: none; }

.nav-vertical-subcat > :not(.disabled):not(.active) > a:hover, .nav-vertical-subcat > :not(.disabled):not(.active) > a:focus {
  background: #f9f9f9; }

.nav-vertical-subcat > .active > a, .nav-vertical-subcat > :not(.disabled):not(.active) > a:active {
  z-index: 1;
  background: #f9f9f9; }

.nav-vertical-subcat > li > a.list-title-header {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.75rem 0.8rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ebebeb; }

.nav-vertical-subcat > .active > a.list-title-header, .nav-vertical-subcat > :not(.disabled):not(.active) > a.list-title-header:active {
  z-index: 1; }

.nav-vertical-subcat > li > .nav-header {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.6rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  margin: 0 -1rem 0.5rem -1rem;
  color: #444;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase; }

.nav-vertical-subcat > .active > .nav-header, .nav-vertical-subcat > :not(.disabled):not(.active) > .nav-header:active {
  z-index: 1; }

.nav-vertical-subcat > li > .nav-header {
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.nav-vertical-subcat .nav-vertical-simple-subcat {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none; }

.nav-vertical-subcat .nav-vertical-simple-subcat > li {
  display: block;
  margin: 0; }

.nav-vertical-subcat .nav-vertical-simple-subcat > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.5rem 1.5rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ebebeb; }

.nav-vertical-subcat .nav-vertical-simple-subcat > .active > a, .nav-vertical-subcat .nav-vertical-simple-subcat > :not(.disabled):not(.active) > a:active {
  z-index: 1; }

a.nav-header-subcat:hover {
  text-decoration: none; }

.menu:before, .menu:after {
  content: " ";
  display: table; }

.menu:after {
  clear: both; }

.menu {
  border-bottom: 1px solid #ebebeb;
  background: #f9f9f9; }
  .menu.bg-success {
    border-color: #1d7d44;
    background: #26a65b;
    color: #fff; }
  .menu.bg-warning {
    border-color: #f19e20;
    background: #f4b350;
    color: #fff; }
  .menu.bg-error {
    border-color: #d62c1a;
    background: #e74c3c;
    color: #fff; }
  .menu.bg-info {
    border-color: #5aadf0;
    background: #89c4f4;
    color: #22313f; }
  .menu.bg-style1 {
    border-color: #444;
    background: #111;
    color: #fff; }
  .menu.bg-style2 {
    border-color: #cc5400;
    background: #ff6900;
    color: #fff; }
  .menu.bg-style3 {
    border-color: #195fa6;
    background: #2079d2;
    color: #fff; }
  .menu.bg-style4 {
    border-color: #4a2e52;
    background: #674172;
    color: #fff; }

.menu.bg-transparent {
  border-color: #ebebeb;
  background: transparent; }

.menu.bg-style-header {
  border-color: #ccc;
  background: #ececec;
  color: #333; }

.header:before, .header:after {
  content: " ";
  display: table; }

.header:after {
  clear: both; }

.header {
  padding: 0.5em;
  border-bottom: 1px solid #ebebeb;
  background: #f9f9f9; }

.header.ns {
  padding-right: 0;
  padding-left: 0; }
  .header.bg-success {
    border-color: #1d7d44;
    background: #26a65b;
    color: #fff; }
  .header.bg-warning {
    border-color: #f19e20;
    background: #f4b350;
    color: #fff; }
  .header.bg-error {
    border-color: #d62c1a;
    background: #e74c3c;
    color: #fff; }
  .header.bg-info {
    border-color: #5aadf0;
    background: #89c4f4;
    color: #22313f; }
  .header.bg-style1 {
    border-color: #444;
    background: #111;
    color: #fff; }
  .header.bg-style2 {
    border-color: #cc5400;
    background: #ff6900;
    color: #fff; }
  .header.bg-style3 {
    border-color: #195fa6;
    background: #2079d2;
    color: #fff; }
  .header.bg-style4 {
    border-color: #4a2e52;
    background: #674172;
    color: #fff; }

.header.bg-transparent {
  border-color: #ebebeb;
  background: transparent; }

.nav {
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 100%;
  list-style: none;
  list-style-image: none; }

.nav, .nav > li {
  float: left;
  border-color: #d2d2d2; }

.nav.float-right {
  float: right; }

.nav > .nav-separator {
  overflow: hidden;
  width: 0;
  height: 3.5em;
  margin: 0 0.75em;
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 0px 1px 0px 0;
  border-radius: 0;
  font-size: 100%; }

.nav > li > a, .nav > li > .nav-header, .nav > li > .nav-footer, .nav > li > .nav-text {
  display: block;
  outline: 0;
  padding: 0.75em;
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 0px;
  border-radius: 0;
  background: #ebebeb;
  color: #22313f;
  font-size: 100%;
  line-height: 2;
  text-decoration: none; }

.nav > li > .nav-header, .nav > li > .nav-form {
  display: table-cell;
  height: 3.5em;
  padding: 0.75em;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle; }

.nav > li:not(.active) > a:hover, .nav > li:not(.active) > a:focus {
  border-color: #c5c5c5;
  background: #dedede;
  color: #22313f; }

.nav > li:not(.active) > a:active, .nav > .active > a, .nav > .active > .nav-header, .nav > .active > .nav-footer, .nav > .active > .nav-text {
  position: relative;
  z-index: 1;
  border-color: #b8b8b8;
  background: #d2d2d2;
  color: #000; }

.nav > li:not(.nav-separator) + li:not(.nav-separator) {
  margin-left: 0em; }

.nav > li > a.nav-transparent, .nav > li > .nav-header.nav-transparent, .nav > li > .nav-footer.nav-transparent, .nav > li > .nav-text.nav-transparent {
  border-color: transparent;
  background: transparent;
  color: #22313f; }
  .nav.text-xs > .nav-separator {
    height: 3em;
    font-size: 84.61538%; }
  .nav.text-xs > li > a, .nav.text-xs > li > .nav-header, .nav.text-xs > li > .nav-footer, .nav.text-xs > li > .nav-text {
    padding: 0.5em;
    border-radius: 0;
    font-size: 84.61538%;
    line-height: 2; }
  .nav.text-xs > li > .nav-header, .nav.text-xs > li > .nav-form {
    height: 3em;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 84.61538%; }
  .nav.text-sm > .nav-separator {
    height: 5em;
    font-size: 92.30769%; }
  .nav.text-sm > li > a, .nav.text-sm > li > .nav-header, .nav.text-sm > li > .nav-footer, .nav.text-sm > li > .nav-text {
    padding: 1.5em 0.75em;
    border-radius: 0;
    font-size: 92.30769%;
    line-height: 2; }
  .nav.text-sm > li > .nav-header, .nav.text-sm > li > .nav-form {
    height: 5em;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 92.30769%; }
  .nav.text-lg > .nav-separator {
    height: 3.5em;
    font-size: 115.38462%; }
  .nav.text-lg > li > a, .nav.text-lg > li > .nav-header, .nav.text-lg > li > .nav-footer, .nav.text-lg > li > .nav-text {
    padding: 0.75em;
    border-radius: 0;
    font-size: 115.38462%;
    line-height: 2; }
  .nav.text-lg > li > .nav-header, .nav.text-lg > li > .nav-form {
    height: 3.5em;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 115.38462%; }
  .nav.text-xl > .nav-separator {
    height: 3.5em;
    font-size: 130.76923%; }
  .nav.text-xl > li > a, .nav.text-xl > li > .nav-header, .nav.text-xl > li > .nav-footer, .nav.text-xl > li > .nav-text {
    padding: 0.75em;
    border-radius: 0;
    font-size: 130.76923%;
    line-height: 2; }
  .nav.text-xl > li > .nav-header, .nav.text-xl > li > .nav-form {
    height: 3.5em;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 130.76923%; }
  .nav.bg-success {
    background: transparent; }
  .nav.bg-success, .nav.bg-success > li {
    border-color: #1d7d44; }
  .nav.bg-success > .nav-separator {
    border-color: #1d7d44; }
  .nav.bg-success > li > a, .nav.bg-success > li > .nav-header, .nav.bg-success > li > .nav-footer, .nav.bg-success > li > .nav-text {
    border-color: #1d7d44;
    background: #26a65b;
    color: #fff; }
  .nav.bg-success > li:not(.active) > a:hover, .nav.bg-success > li:not(.active) > a:focus {
    border-color: #0e6432;
    background: #149148;
    color: #fff; }
  .nav.bg-success > li:not(.active) > a:active, .nav.bg-success > .active > a, .nav.bg-success > .active > .nav-header, .nav.bg-success > .active > .nav-footer, .nav.bg-success > .active > .nav-text {
    border-color: #0e6432;
    background: #149148;
    color: #fff; }
  .nav.bg-warning {
    background: transparent; }
  .nav.bg-warning, .nav.bg-warning > li {
    border-color: #f19e20; }
  .nav.bg-warning > .nav-separator {
    border-color: #f19e20; }
  .nav.bg-warning > li > a, .nav.bg-warning > li > .nav-header, .nav.bg-warning > li > .nav-footer, .nav.bg-warning > li > .nav-text {
    border-color: #f19e20;
    background: #f4b350;
    color: #fff; }
  .nav.bg-warning > li:not(.active) > a:hover, .nav.bg-warning > li:not(.active) > a:focus {
    border-color: #ca8215;
    background: #e99d29;
    color: #fff; }
  .nav.bg-warning > li:not(.active) > a:active, .nav.bg-warning > .active > a, .nav.bg-warning > .active > .nav-header, .nav.bg-warning > .active > .nav-footer, .nav.bg-warning > .active > .nav-text {
    border-color: #ca8215;
    background: #e99d29;
    color: #fff; }
  .nav.bg-error {
    background: transparent; }
  .nav.bg-error, .nav.bg-error > li {
    border-color: #d62c1a; }
  .nav.bg-error > .nav-separator {
    border-color: #d62c1a; }
  .nav.bg-error > li > a, .nav.bg-error > li > .nav-header, .nav.bg-error > li > .nav-footer, .nav.bg-error > li > .nav-text {
    border-color: #d62c1a;
    background: #e74c3c;
    color: #fff; }
  .nav.bg-error > li:not(.active) > a:hover, .nav.bg-error > li:not(.active) > a:focus {
    border-color: #a32518;
    background: #d02f1e;
    color: #fff; }
  .nav.bg-error > li:not(.active) > a:active, .nav.bg-error > .active > a, .nav.bg-error > .active > .nav-header, .nav.bg-error > .active > .nav-footer, .nav.bg-error > .active > .nav-text {
    border-color: #a32518;
    background: #d02f1e;
    color: #fff; }
  .nav.bg-info {
    background: transparent; }
  .nav.bg-info, .nav.bg-info > li {
    border-color: #5aadf0; }
  .nav.bg-info > .nav-separator {
    border-color: #5aadf0; }
  .nav.bg-info > li > a, .nav.bg-info > li > .nav-header, .nav.bg-info > li > .nav-footer, .nav.bg-info > li > .nav-text {
    border-color: #5aadf0;
    background: #89c4f4;
    color: #22313f; }
  .nav.bg-info > li:not(.active) > a:hover, .nav.bg-info > li:not(.active) > a:focus {
    border-color: #4297dd;
    background: #6dafe5;
    color: #22313f; }
  .nav.bg-info > li:not(.active) > a:active, .nav.bg-info > .active > a, .nav.bg-info > .active > .nav-header, .nav.bg-info > .active > .nav-footer, .nav.bg-info > .active > .nav-text {
    border-color: #4297dd;
    background: #6dafe5;
    color: #22313f; }
  .nav.bg-style1 {
    background: transparent; }
  .nav.bg-style1, .nav.bg-style1 > li {
    border-color: #444; }
  .nav.bg-style1 > .nav-separator {
    border-color: #444; }
  .nav.bg-style1 > li > a, .nav.bg-style1 > li > .nav-header, .nav.bg-style1 > li > .nav-footer, .nav.bg-style1 > li > .nav-text {
    border-color: #444;
    background: #111;
    color: #fff; }
  .nav.bg-style1 > li:not(.active) > a:hover, .nav.bg-style1 > li:not(.active) > a:focus {
    border-color: #444;
    background: #252525;
    color: #fff; }
  .nav.bg-style1 > li:not(.active) > a:active, .nav.bg-style1 > .active > a, .nav.bg-style1 > .active > .nav-header, .nav.bg-style1 > .active > .nav-footer, .nav.bg-style1 > .active > .nav-text {
    border-color: #444;
    background: #303030;
    color: #fff; }
  .nav.bg-style2 {
    background: transparent; }
  .nav.bg-style2, .nav.bg-style2 > li {
    border-color: #cc5400; }
  .nav.bg-style2 > .nav-separator {
    border-color: #cc5400; }
  .nav.bg-style2 > li > a, .nav.bg-style2 > li > .nav-header, .nav.bg-style2 > li > .nav-footer, .nav.bg-style2 > li > .nav-text {
    border-color: #cc5400;
    background: #ff6900;
    color: #fff; }
  .nav.bg-style2 > li:not(.active) > a:hover, .nav.bg-style2 > li:not(.active) > a:focus {
    border-color: #f16300;
    background: #ff7f25;
    color: #fff; }
  .nav.bg-style2 > li:not(.active) > a:active, .nav.bg-style2 > .active > a, .nav.bg-style2 > .active > .nav-header, .nav.bg-style2 > .active > .nav-footer, .nav.bg-style2 > .active > .nav-text {
    border-color: #b34a00;
    background: #e65f00;
    color: #fff; }
  .nav.bg-style3 {
    background: transparent; }
  .nav.bg-style3, .nav.bg-style3 > li {
    border-color: #195fa6; }
  .nav.bg-style3 > .nav-separator {
    border-color: #195fa6; }
  .nav.bg-style3 > li > a, .nav.bg-style3 > li > .nav-header, .nav.bg-style3 > li > .nav-footer, .nav.bg-style3 > li > .nav-text {
    border-color: #195fa6;
    background: #2079d2;
    color: #fff; }
  .nav.bg-style3 > li:not(.active) > a:hover, .nav.bg-style3 > li:not(.active) > a:focus {
    border-color: #10486d;
    background: #176599;
    color: #fff; }
  .nav.bg-style3 > li:not(.active) > a:active, .nav.bg-style3 > .active > a, .nav.bg-style3 > .active > .nav-header, .nav.bg-style3 > .active > .nav-footer, .nav.bg-style3 > .active > .nav-text {
    border-color: #030d14;
    background: #0a2a40;
    color: #fff; }
  .nav.bg-style4 {
    background: transparent; }
  .nav.bg-style4, .nav.bg-style4 > li {
    border-color: #4a2e52; }
  .nav.bg-style4 > .nav-separator {
    border-color: #4a2e52; }
  .nav.bg-style4 > li > a, .nav.bg-style4 > li > .nav-header, .nav.bg-style4 > li > .nav-footer, .nav.bg-style4 > li > .nav-text {
    border-color: #4a2e52;
    background: #674172;
    color: #fff; }
  .nav.bg-style4 > li:not(.active) > a:hover, .nav.bg-style4 > li:not(.active) > a:focus {
    border-color: #371b3f;
    background: #562a63;
    color: #fff; }
  .nav.bg-style4 > li:not(.active) > a:active, .nav.bg-style4 > .active > a, .nav.bg-style4 > .active > .nav-header, .nav.bg-style4 > .active > .nav-footer, .nav.bg-style4 > .active > .nav-text {
    border-color: #371b3f;
    background: #562a63;
    color: #fff; }
  .nav > li.bg-success {
    border-color: #1d7d44;
    background: transparent; }
  .nav > .bg-success.nav-separator {
    border-color: #1d7d44; }
  .nav > li.bg-success > a, .nav > li.bg-success > .nav-header, .nav > li.bg-success > .nav-footer, .nav > li.bg-success > .nav-text {
    border-color: #1d7d44;
    background: #26a65b;
    color: #fff; }
  .nav > li.bg-success:not(.active) > a:hover, .nav > li.bg-success:not(.active) > a:focus {
    border-color: #0e6432;
    background: #149148;
    color: #fff; }
  .nav > li.bg-success:not(.active) > a:active, .nav > .bg-success.active > a, .nav > .bg-success.active > .nav-header, .nav > .bg-success.active > .nav-footer, .nav > .bg-success.active > .nav-text {
    border-color: #0e6432;
    background: #149148;
    color: #fff; }
  .nav > li.bg-warning {
    border-color: #f19e20;
    background: transparent; }
  .nav > .bg-warning.nav-separator {
    border-color: #f19e20; }
  .nav > li.bg-warning > a, .nav > li.bg-warning > .nav-header, .nav > li.bg-warning > .nav-footer, .nav > li.bg-warning > .nav-text {
    border-color: #f19e20;
    background: #f4b350;
    color: #fff; }
  .nav > li.bg-warning:not(.active) > a:hover, .nav > li.bg-warning:not(.active) > a:focus {
    border-color: #ca8215;
    background: #e99d29;
    color: #fff; }
  .nav > li.bg-warning:not(.active) > a:active, .nav > .bg-warning.active > a, .nav > .bg-warning.active > .nav-header, .nav > .bg-warning.active > .nav-footer, .nav > .bg-warning.active > .nav-text {
    border-color: #ca8215;
    background: #e99d29;
    color: #fff; }
  .nav > li.bg-error {
    border-color: #d62c1a;
    background: transparent; }
  .nav > .bg-error.nav-separator {
    border-color: #d62c1a; }
  .nav > li.bg-error > a, .nav > li.bg-error > .nav-header, .nav > li.bg-error > .nav-footer, .nav > li.bg-error > .nav-text {
    border-color: #d62c1a;
    background: #e74c3c;
    color: #fff; }
  .nav > li.bg-error:not(.active) > a:hover, .nav > li.bg-error:not(.active) > a:focus {
    border-color: #a32518;
    background: #d02f1e;
    color: #fff; }
  .nav > li.bg-error:not(.active) > a:active, .nav > .bg-error.active > a, .nav > .bg-error.active > .nav-header, .nav > .bg-error.active > .nav-footer, .nav > .bg-error.active > .nav-text {
    border-color: #a32518;
    background: #d02f1e;
    color: #fff; }
  .nav > li.bg-info {
    border-color: #5aadf0;
    background: transparent; }
  .nav > .bg-info.nav-separator {
    border-color: #5aadf0; }
  .nav > li.bg-info > a, .nav > li.bg-info > .nav-header, .nav > li.bg-info > .nav-footer, .nav > li.bg-info > .nav-text {
    border-color: #5aadf0;
    background: #89c4f4;
    color: #22313f; }
  .nav > li.bg-info:not(.active) > a:hover, .nav > li.bg-info:not(.active) > a:focus {
    border-color: #4297dd;
    background: #6dafe5;
    color: #22313f; }
  .nav > li.bg-info:not(.active) > a:active, .nav > .bg-info.active > a, .nav > .bg-info.active > .nav-header, .nav > .bg-info.active > .nav-footer, .nav > .bg-info.active > .nav-text {
    border-color: #4297dd;
    background: #6dafe5;
    color: #22313f; }
  .nav > li.bg-style1 {
    border-color: #444;
    background: transparent; }
  .nav > .bg-style1.nav-separator {
    border-color: #444; }
  .nav > li.bg-style1 > a, .nav > li.bg-style1 > .nav-header, .nav > li.bg-style1 > .nav-footer, .nav > li.bg-style1 > .nav-text {
    border-color: #444;
    background: #111;
    color: #fff; }
  .nav > li.bg-style1:not(.active) > a:hover, .nav > li.bg-style1:not(.active) > a:focus {
    border-color: #444;
    background: #252525;
    color: #fff; }
  .nav > li.bg-style1:not(.active) > a:active, .nav > .bg-style1.active > a, .nav > .bg-style1.active > .nav-header, .nav > .bg-style1.active > .nav-footer, .nav > .bg-style1.active > .nav-text {
    border-color: #444;
    background: #303030;
    color: #fff; }
  .nav > li.bg-style2 {
    border-color: #cc5400;
    background: transparent; }
  .nav > .bg-style2.nav-separator {
    border-color: #cc5400; }
  .nav > li.bg-style2 > a, .nav > li.bg-style2 > .nav-header, .nav > li.bg-style2 > .nav-footer, .nav > li.bg-style2 > .nav-text {
    border-color: #cc5400;
    background: #ff6900;
    color: #fff; }
  .nav > li.bg-style2:not(.active) > a:hover, .nav > li.bg-style2:not(.active) > a:focus {
    border-color: #f16300;
    background: #ff7f25;
    color: #fff; }
  .nav > li.bg-style2:not(.active) > a:active, .nav > .bg-style2.active > a, .nav > .bg-style2.active > .nav-header, .nav > .bg-style2.active > .nav-footer, .nav > .bg-style2.active > .nav-text {
    border-color: #b34a00;
    background: #e65f00;
    color: #fff; }
  .nav > li.bg-style3 {
    border-color: #195fa6;
    background: transparent; }
  .nav > .bg-style3.nav-separator {
    border-color: #195fa6; }
  .nav > li.bg-style3 > a, .nav > li.bg-style3 > .nav-header, .nav > li.bg-style3 > .nav-footer, .nav > li.bg-style3 > .nav-text {
    border-color: #195fa6;
    background: #2079d2;
    color: #fff; }
  .nav > li.bg-style3:not(.active) > a:hover, .nav > li.bg-style3:not(.active) > a:focus {
    border-color: #10486d;
    background: #176599;
    color: #fff; }
  .nav > li.bg-style3:not(.active) > a:active, .nav > .bg-style3.active > a, .nav > .bg-style3.active > .nav-header, .nav > .bg-style3.active > .nav-footer, .nav > .bg-style3.active > .nav-text {
    border-color: #030d14;
    background: #0a2a40;
    color: #fff; }
  .nav > li.bg-style4 {
    border-color: #4a2e52;
    background: transparent; }
  .nav > .bg-style4.nav-separator {
    border-color: #4a2e52; }
  .nav > li.bg-style4 > a, .nav > li.bg-style4 > .nav-header, .nav > li.bg-style4 > .nav-footer, .nav > li.bg-style4 > .nav-text {
    border-color: #4a2e52;
    background: #674172;
    color: #fff; }
  .nav > li.bg-style4:not(.active) > a:hover, .nav > li.bg-style4:not(.active) > a:focus {
    border-color: #371b3f;
    background: #562a63;
    color: #fff; }
  .nav > li.bg-style4:not(.active) > a:active, .nav > .bg-style4.active > a, .nav > .bg-style4.active > .nav-header, .nav > .bg-style4.active > .nav-footer, .nav > .bg-style4.active > .nav-text {
    border-color: #371b3f;
    background: #562a63;
    color: #fff; }

.nav > li > a.nav-transparent, .nav > li > .nav-header.nav-transparent, .nav > li > .nav-footer.nav-transparent, .nav > li > .nav-text.nav-transparent {
  border-color: transparent;
  background: transparent;
  color: #22313f; }

.nav .dropdown-menu, .nav .dropdown-menu-bottom, .nav .dropdown-menu-bottom-left {
  margin: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.nav .dropdown-menu-top, .nav .dropdown-menu-top-left {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.nav .dropdown-menu-right, .nav .dropdown-menu-right-top {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.nav .dropdown-menu-left, .nav .dropdown-menu-left-top {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.nav .caret {
  margin-left: 0.5em; }

.nav-vertical {
  padding: 0;
  border-color: #d2d2d2;
  margin: 0;
  background: transparent;
  font-size: 100%;
  list-style: none;
  list-style-image: none; }

.nav-vertical > li {
  display: block;
  margin: 0; }

.nav-vertical > .nav-separator {
  overflow: hidden;
  height: 0;
  margin: 0.98077em 0;
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-radius: 0; }

.nav-vertical > li > a, .nav-vertical > li > .nav-header, .nav-vertical > li > .nav-footer, .nav-vertical > li > .nav-text {
  display: block;
  position: relative;
  outline: 0;
  padding: 0.23077em 0.75em;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0px;
  border-radius: 0;
  background: transparent;
  color: #22313f;
  font-size: 100%;
  line-height: 1.5; }

.nav-vertical > li > .nav-header {
  padding: 0.5em 0.75em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5; }

.nav-vertical > li:not(.active) > a:hover, .nav-vertical > li:not(.active) > a:focus {
  border-color: #c5c5c5;
  background: #f1f1f1;
  color: #22313f; }

.nav-vertical > li:not(.active) > a:active, .nav-vertical > .active > a, .nav-vertical > .active > .nav-header, .nav-vertical > .active > .nav-footer, .nav-vertical > .active > .nav-text {
  position: relative;
  z-index: 1;
  border-color: #b8b8b8;
  background: transparent;
  color: #000; }

.nav-vertical > li > .nav-footer, .nav-vertical > li > a.nav-footer, .nav-vertical > li:not(.active) > a.nav-footer:hover, .nav-vertical > li:not(.active) > a.nav-footer:focus {
  color: #999; }

.dropdown-menu .nav-vertical > li > a, .dropdown-menu .nav-vertical > li > .nav-header, .dropdown-menu .nav-vertical > li > .nav-footer, .dropdown-menu .nav-vertical > li > .nav-text {
  padding: 8px 15px;
  border-radius: 0;
  color: #464646; }

.dropdown-menu .nav-vertical > li:not(.active) > a:hover, .dropdown-menu .nav-vertical > li:not(.active) > a:focus {
  background: #e3e3e3;
  color: #464646;
  text-decoration: none; }

.dropdown-menu .nav-select-vertical > li > a, .dropdown-menu .nav-select-vertical > li > .nav-header, .dropdown-menu .nav-select-vertical > li > .nav-footer, .dropdown-menu .nav-select-vertical > li > .nav-text {
  padding: 7px 10px;
  border-radius: 0;
  color: #464646; }

.dropdown-menu .nav-select-vertical > li:not(.active) > a:hover, .dropdown-menu .nav-select-vertical > li:not(.active) > a:focus {
  background: #4183d7;
  color: #fff;
  text-decoration: none; }
  .nav-vertical > .nav-separator {
    margin: 0.98077em 0; }
  .nav-vertical.text-sm > li > a, .nav-vertical.text-sm > li > .nav-header, .nav-vertical.text-sm > li > .nav-footer, .nav-vertical.text-sm > li > .nav-text {
    padding: 0.23077em 0.75em;
    border-radius: 0;
    font-size: 92.30769%;
    line-height: 1.5; }
  .nav-vertical.text-sm > li > .nav-header {
    padding: 0.5em 0.75em;
    font-size: 92.30769%;
    line-height: 1.5; }
  .nav-vertical > .nav-separator {
    margin: 0.75em 0; }
  .nav-vertical.text-xs > li > a, .nav-vertical.text-xs > li > .nav-header, .nav-vertical.text-xs > li > .nav-footer, .nav-vertical.text-xs > li > .nav-text {
    padding: 0 0.23077, 0.75;
    border-radius: 0;
    font-size: 84.61538%;
    line-height: 1.5; }
  .nav-vertical.text-xs > li > .nav-header {
    padding: 0.5em 0.75em;
    font-size: 84.61538%;
    line-height: 1.5; }

.nav-vertical > li > a.nav-transparent, .nav-vertical > li > .nav-header.nav-transparent, .nav-vertical > li > .nav-footer.nav-transparent, .nav-vertical > li > .nav-text.nav-transparent {
  border-color: transparent;
  background: transparent;
  color: #22313f; }

.nav-vertical > li.checkbox > a:before, .nav-vertical > li.checkbox > .nav-text:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 0.375em;
  margin-left: -0.375em;
  background-image: url('../../img/desktop/form_sprite.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top; }

.nav-vertical > li.checkbox:not(.active) > a:hover:before, .nav-vertical > li.checkbox:not(.active) > a:focus:before {
  background-position: 0 -20px; }

.nav-vertical > li.checkbox:not(.active) > a:active:before, .nav-vertical > .checkbox.active > a:before, .nav-vertical > .checkbox.active > .nav-text:before {
  background-position: -40px -20px; }

.nav-vertical > li.checkbox.active > a:hover:before, .nav-vertical > li.checkbox.active > a:focus:before {
  /*background-position: -40px 0;*/ }

.nav-vertical > .checkbox.active > a:hover {
  text-decoration: line-through; }
  .nav-vertical.text-sm > li.checkbox > a:before, .nav-vertical.text-sm > li.checkbox > .nav-text:before {
    margin-right: 0.375em;
    margin-left: -0.375em; }
  .nav-vertical.text-xs > li.checkbox > a:before, .nav-vertical.text-xs > li.checkbox > .nav-text:before {
    margin-right: 0.23077, 0.75 / 2em;
    margin-left: -0.23077, 0.75 / 2em; }

.nav-vertical-simple-subcat > li.arrow > a:before, .nav-vertical-simple-subcat > li.arrow > .nav-text:before, .nav-vertical > li.arrow > a:before, .nav-vertical > li.arrow > .nav-text:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 0.375em;
  margin-left: -0.375em;
  background-image: url('../../img/desktop/icon_sprite.png');
  background-position: -60px -20px;
  background-repeat: no-repeat;
  vertical-align: top; }

.nav-vertical > li.icon > a {
  padding-left: 30px; }

.nav-vertical > li.icon > a > [class^="font-icon-"] {
  margin-right: 5px;
  margin-left: -25px; }

.nav-vertical > li.icon > a:hover > [class^="font-icon-"]:before {
  color: #1a5b9c; }

.nav-tab {
  float: left;
  padding: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  margin: 0;
  font-size: 1.2rem;
  list-style: none;
  list-style-image: none; }

.nav-tab > li {
  float: left;
  margin: 0; }

.nav-tab > li {
  margin-right: 0.2rem; }

.nav-tab > li:last-child {
  margin-right: 0; }

.menu .nav-tab {
  margin: 0 0 -0.1rem 0; }

.nav-tab > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.75rem;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  margin: 0 0 -0.1rem 0;
  background: transparent;
  color: #22313f;
  text-decoration: none; }

.nav-tab > :not(.disabled):not(.active) > a:hover, .nav-tab > :not(.disabled):not(.active) > a:focus {
  border-color: #ebebeb;
  background: #ebebeb;
  color: #22313f; }

.nav-tab > .active > a, .nav-tab > :not(.disabled):not(.active) > a:active {
  z-index: 1;
  border-color: #ebebeb #ebebeb transparent #ebebeb;
  background: #fff;
  color: #000; }

.nav-tab > li > .nav-text {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.75rem;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  margin: 0 0 -0.1rem 0;
  background: transparent;
  color: #22313f; }

.nav-tab > :not(.disabled):not(.active) > .nav-text:hover, .nav-tab > :not(.disabled):not(.active) > .nav-text:focus {
  color: #22313f; }

.nav-tab > .active > .nav-text, .nav-tab > :not(.disabled):not(.active) > .nav-text:active {
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb #ebebeb transparent #ebebeb;
  background: #fff;
  color: #000; }

.nav-tab-vertical {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  list-style: none;
  list-style-image: none; }

.nav-tab-vertical > li {
  display: block;
  margin: 0; }

.nav-tab-vertical > li {
  margin-bottom: 0.16667rem; }

.nav-tab-vertical > li:last-child {
  margin-bottom: 0; }

.nav-tab-vertical > li > a {
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  padding: 0.5rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  background: transparent;
  color: #22313f;
  text-decoration: none; }

.nav-tab-vertical > :not(.disabled):not(.active) > a:hover, .nav-tab-vertical > :not(.disabled):not(.active) > a:focus {
  border-color: #ccc;
  background: #ebebeb;
  color: #22313f; }

.nav-tab-vertical > .active > a, .nav-tab-vertical > :not(.disabled):not(.active) > a:active {
  z-index: 1;
  border-color: #ccc transparent #ccc #ccc;
  background: #fff;
  color: #000; }

.nav-page {
  padding: 0;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0;
  margin: 0;
  background: transparent;
  font-size: 100%;
  list-style: none;
  list-style-image: none; }

.nav-page, .nav-page > li {
  display: inline-block; }

.nav-page.float-right {
  float: right; }

.nav-page > li {
  margin: 0 0 -1px 0; }

.nav-page > .nav-separator {
  overflow: hidden;
  width: 0;
  height: 2.25em;
  margin: 0 0.75em -1px 0.75em;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
  font-size: 100%; }

.nav-page > li > a, .nav-page > li > .nav-text {
  display: inline-block;
  outline: 0;
  padding: 0.375em 0.5em;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  background: transparent;
  color: #22313f;
  font-size: 100%;
  line-height: 1.5;
  text-decoration: none; }

.nav-page > li > a {
  color: #2079d2; }

.nav-tab > li.disabled .nav-text, .nav-page > li.disabled .nav-text {
  display: none; }

.nav-page > li:not(.active) > a:hover, .nav-page > li:not(.active) > a:focus {
  border-color: transparent;
  background: transparent;
  color: #22313f; }

.nav-page > li:not(.active) > a:active, .nav-page > .active > a, .nav-page > .active > .nav-text {
  position: relative;
  z-index: 1;
  border-color: #ebebeb;
  background: #ebebeb;
  color: #22313f; }

.nav-page > li:not(.nav-separator) + li:not(.nav-separator) {
  margin-left: 0.375em; }

.nav-page > li > a.nav-transparent, .nav-page > li > .nav-text.nav-transparent {
  border-color: transparent;
  background: transparent;
  color: #22313f; }
  .nav-page.text-sm > .nav-separator {
    height: 2.25em;
    font-size: 92.30769%; }
  .nav-page.text-sm > li > a, .nav-page.text-sm > li > .nav-text {
    padding: 0.375em 0.5em;
    border-radius: 3px;
    font-size: 92.30769%;
    line-height: 1.5; }
  .nav-page.bg-style2 {
    border-color: #cc5400;
    background: transparent; }
  .nav-page.bg-style2 > .nav-separator {
    border-color: #cc5400; }
  .nav-page.bg-style2 > li > a, .nav-page.bg-style2 > li > .nav-text {
    border-color: #cc5400;
    background: #ff6900;
    color: #fff; }
  .nav-page.bg-style2 > li:not(.active) > a:hover, .nav-page.bg-style2 > li:not(.active) > a:focus {
    border-color: #f16300;
    background: #ff7f25;
    color: #fff; }
  .nav-page.bg-style2 > li:not(.active) > a:active, .nav-page.bg-style2 > .active > a, .nav-page.bg-style2 > .active > .nav-text {
    border-color: #b34a00;
    background: #e65f00;
    color: #fff; }
  .nav-page > li.bg-style2 {
    border-color: #cc5400;
    background: transparent; }
  .nav-page > .bg-style2.nav-separator {
    border-color: #cc5400; }
  .nav-page > li.bg-style2 > a, .nav-page > li.bg-style2 > .nav-text {
    border-color: #cc5400;
    background: #ff6900;
    color: #fff; }
  .nav-page > li.bg-style2:not(.active) > a:hover, .nav-page > li.bg-style2:not(.active) > a:focus {
    border-color: #f16300;
    background: #ff7f25;
    color: #fff; }
  .nav-page > li.bg-style2:not(.active) > a:active, .nav-page > .bg-style2.active > a, .nav-page > .bg-style2.active > .nav-text {
    border-color: #b34a00;
    background: #e65f00;
    color: #fff; }

.nav-page > li > a.nav-transparent, .nav-page > li > .nav-text.nav-transparent {
  border-color: transparent;
  background: transparent;
  color: #22313f; }

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }

.breadcrumb > li {
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.breadcrumb > li + li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../../img/desktop/icon_sprite.png');
  background-position: -160px -80px;
  background-repeat: no-repeat;
  line-height: 16px;
  vertical-align: middle; }

.breadcrumb > li.ns:before {
  content: '\00a0';
  width: auto;
  background-image: none; }

.breadcrumb > li a {
  outline: 0; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.block {
  display: block; }

.full-width {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.position-relative {
  position: relative; }

.none {
  display: none; }

.hide {
  display: none !important; }

.hidden {
  visibility: hidden; }

.invisible {
  position: absolute !important;
  top: -999em;
  left: -999em; }

.stealth {
  width: 700em;
  position: relative !important;
  left: -999em; }

.overflow-hidden {
  overflow: hidden; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-y-hidden {
  overflow-y: hidden; }

.table {
  display: table;
  width: 100%; }

.table-cell {
  display: table-cell; }

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.border {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px; }

.border-top-5 {
  border-top-style: solid;
  border-top-width: 5px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.block-middle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.block-middle-inner {
  display: inline-block;
  vertical-align: middle; }

.vertical-middle {
  vertical-align: middle; }

.vertical-top {
  vertical-align: top; }

.vertical-out {
  display: table; }

.vertical-in {
  display: table-cell;
  vertical-align: middle; }

.p-05 {
  padding: 1rem; }

.pt-05 {
  padding-top: 1rem; }

.pr-05 {
  padding-right: 1rem; }

.pb-05 {
  padding-bottom: 1rem; }

.pl-05 {
  padding-left: 1rem; }

.p-1 {
  padding: 2rem; }

.pt-1 {
  padding-top: 2rem; }

.pr-1 {
  padding-right: 2rem; }

.pb-1 {
  padding-bottom: 2rem; }

.pl-1 {
  padding-left: 2rem; }

.m-05 {
  margin: 1rem; }

.mt-05 {
  margin-top: 1rem; }

.mr-05 {
  margin-right: 1rem; }

.mb-05 {
  margin-bottom: 1rem; }

.ml-05 {
  margin-left: 1rem; }

.m-1 {
  margin: 2rem; }

.mt-1 {
  margin-top: 2rem; }

.mr-1 {
  margin-right: 2rem; }

.mb-1 {
  margin-bottom: 2rem; }

.ml-1 {
  margin-left: 2rem; }

.transition-width {
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  transition: width 0.2s linear; }

.transition-size {
  -webkit-transition: width 0.2s linear, height 0.2s linear;
  -moz-transition: width 0.2s linear, height 0.2s linear;
  transition: width 0.2s linear, height 0.2s linear; }

.transition-size-position {
  -webkit-transition: top 0.3s linear, left 0.3s linear, width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  -moz-transition: top 0.3s linear, left 0.3s linear, width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  transition: top 0.3s linear, left 0.3s linear, width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in; }

.transition-height-02 {
  -webkit-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  transition: height 0.2s linear; }

.transition-height-03 {
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  transition: height 0.3s linear; }

.transition-height-05 {
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  transition: height 0.5s linear; }

.transition-transform-02 {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear; }

.transition-transform-03 {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear; }

.negative-60 {
  -webkit-transform: translateY(-60px) translateZ(0) !important;
  -ms-transform: translateY(-60px) translateZ(0) !important;
  transform: translateY(-60px) translateZ(0) !important; }

.transition-transform-05 {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear; }

.menu-select {
  float: right;
  margin-top: -54px;
  margin-right: 0.75em; }

.menu-2-container {
  width: 320px; }

.menu-2-container hr {
  border-color: #eee; }

.menu-2-container hr:last-child {
  display: none; }

.menu-2-box {
  width: 160px;
  float: left;
  white-space: normal; }

.menu-3-container {
  width: 480px; }

.menu-3-container hr {
  border-color: #eee; }

.menu-3-container hr:last-child {
  display: none; }

.menu-3-box {
  width: 160px;
  float: left;
  white-space: normal; }

.menu-text {
  min-width: 250px;
  color: #999;
  line-height: 2.7rem;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-align: center; }

.menu-text em {
  color: #1cbfd4;
  font-style: normal; }

.mb-03 {
  margin-bottom: 0.375em; }

.fb_iframe_widget {
  vertical-align: top; }

.fb-share-button > span, .fb-like > span {
  vertical-align: top !important; }

.text-red {
  color: #c00; }

.text-green {
  color: #0c0; }

.main-content-gray {
  background-color: #f5f5f5; }

.label:before {
  content: "("; }

.label:after {
  content: ")"; }

.parsley-errors-list {
  color: #d91e18;
  font-size: 1.3rem;
  font-style: italic; }

.font-alternate {
  font-family: 'Roboto', sans-serif; }

h1.font-alternate {
  font-size: 2.5rem; }

h1.font-alternate.text-sm {
  font-size: 1.8rem; }

.img-prod-discount, .label-discount {
  background-color: #ed5565;
  box-shadow: -1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 11px;
  padding: 2px 3px 3px;
  position: absolute;
  right: -4px;
  text-align: center;
  top: 10px;
  width: 30px; }

.img-prod-discount:after, .label-discount:after {
  border-color: #c81a49 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c81a49;
  border-style: solid;
  border-width: 3px 3px 2px 2px;
  bottom: -5px;
  content: "";
  position: absolute;
  right: 0; }

.prod-gallery-full .label-discount {
  top: 23px;
  right: -18px; }

#loading_layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  min-height: 100%; }

#loading_layer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30); }

#loading_layer_msg {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 120px;
  padding: 0.5em 0;
  /*		border: 1px solid #F0C36D;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;*/
  margin-left: -60px;
  font-weight: 400;
  /*background-color: #F9EDBE;*/ }

#loading_layer_preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  min-height: 100%; }

#loading_layer_preview_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.spinner-16 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #888 #ddd #ddd #ddd;
  vertical-align: middle;
  -webkit-animation: spin 0.6s linear infinite;
  -moz-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite; }

.spinner-24 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #888 #ddd #ddd #ddd;
  vertical-align: middle;
  -webkit-animation: spin 0.6s linear infinite;
  -moz-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite; }

.spinner-32 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #888 #ddd #ddd #ddd;
  vertical-align: middle;
  -webkit-animation: spin 0.6s linear infinite;
  -moz-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite; }

body {
  background-color: #111;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px; }

#main_header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0); }

#main_header .nav > li > a {
  text-transform: uppercase; }

#main_footer {
  position: relative;
  z-index: 100; }

.main-footer-info {
  background-color: #eee; }

#main_content {
  background-color: #fff; }

#main_content_inner > *:not(.header):not([class^="l1"]):not([class^="l2"]):not([class^="l3"]):not([class^="r1"]):not([class^="r2"]):not([class^="r3"]):not(.no-spacing) {
  min-height: 50rem;
  margin: 1rem; }

#main_content {
  min-height: calc(100vh - 231px); }

#main_menu_left, #main_header_logo_container, #main_header_menu_container {
  overflow: visible;
  height: 60px; }

#main_menu_right {
  /*min-width: 387px;*/ }

#main_header_logo_container .logo {
  position: relative;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s; }

#main_header_logo_container .logo:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95); }

#main_header_logo_container .logo.logo-animate:after {
  -webkit-animation: 0.3s steps(6) both logo;
  animation: 0.3s steps(6) both logo;
  background: url(../../img/logo/sprite-logo.png) no-repeat;
  content: "";
  height: 24px;
  left: 11px;
  position: absolute;
  top: 5px;
  width: 16px; }

@-webkit-keyframes logo {
  from {
    background-position: 0 0; }

  to {
    background-position: -96px 0; } }

@keyframes logo {
  from {
    background-position: 0 0; }

  to {
    background-position: -96px 0; } }

.dropdown-menu #all_lists, .dropdown-menu .all-lists {
  overflow: auto;
  overflow-x: hidden;
  max-height: 27rem; }

.border-left .dropdown-menu-bottom-left {
  margin-right: -1px; }

.page-title {
  position: relative;
  padding-top: 3.25em; }

.page-title > .header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 0; }

.nav-sidebar ul {
  padding: 0.75em;
  line-height: 1.5em; }

.nav-sidebar .list-inline:after {
  content: '\00a0...'; }

.nav-sidebar .list-inline > li:not(:last-child):after {
  content: ',\00a0'; }

#main_col {
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 500em;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  margin-bottom: -500em;
  background: #f9f9f9; }

.main-col-floating {
  position: absolute;
  z-index: 99;
  width: 210px; }

#main_col .nav-vertical {
  margin-bottom: 0.75em; }

#main_col .nav-vertical > li > .nav-header {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0 0 0.5em 0;
  color: #666;
  line-height: 2rem;
  text-transform: uppercase;
  cursor: pointer; }

#main_col .nav-vertical > li.closed > .nav-header:before {
  content: '';
  display: inline-block;
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-image: url('../../img/desktop/icon_sprite.png');
  background-position: 0 -20px;
  background-repeat: no-repeat; }

#main_col .nav-vertical > li.closed ~ li {
  display: none; }

#main_col .nav-vertical.active-subfilter > li:not(:first-child):not(.active):not(.subfilter) {
  display: none; }

#main_col .nav-vertical .filter-sub {
  margin-left: 1rem; }

#main_col .nav-vertical > li > .nav-header * {
  text-transform: none;
  /*text-transform: initial;*/ }

#main_col .nav-vertical > li > .nav-header:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff; }

#main_col .nav-vertical > li > a > img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.375em;
  margin-left: -0.75em;
  vertical-align: middle; }

#main_col .nav-vertical-active {
  margin: 0 -0.5em 0.75em -0.5em;
  padding: 0 0.5em;
  background-color: #eee;
  color: #000; }

#main_col.col-subcat {
  padding: 0 0 500em; }

#main_col.col-homepage {
  padding: 0 0.5em 500em;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  background-color: #fff; }

#main_col_all_loading, #main_col_all {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding-bottom: 500em;
  border: 1px solid #444;
  border-width: 0 1px;
  padding-bottom: 500em;
  margin-bottom: -500em;
  background-color: #13181b;
  color: #bbb; }

.nav-cnt .nav-vertical > li > a[cnt]:after {
  content: attr(cnt);
  display: inline;
  margin-left: 4px;
  color: #999;
  font-size: 92.30769%;
  font-style: italic;
  text-decoration: none; }

.nav-vertical > li.arrow > a, .nav-vertical > li.simple > a, .nav-vertical > li.arrow > .nav-footer, .nav-vertical > li.checkbox > a {
  padding-left: 4px; }

.nav-vertical-stores {
  overflow: auto;
  overflow-x: hidden;
  max-height: 14em; }

.price-offer, a.price-offer, .price, .discount-percent {
  color: #333;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif; }

.price-offer, a.price-offer {
  color: #ef601c;
  font-size: 14px; }

.price-old {
  color: #999;
  font-size: 1.3rem;
  text-decoration: line-through; }

.discount-percent {
  color: #c00;
  font-size: 1.3rem; }

.prod-gallery-full .price {
  font-size: 14px; }

.text-xl.price sup {
  top: -4px;
  font-size: 14px; }

.offer-list-light > li {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #ebebeb;
  font-size: 1.5rem; }

.offer-list-light > li.text-header {
  padding: 1rem; }

.offer-list-light.cols-160 > li > div:first-child {
  float: left;
  width: 160px;
  margin-right: -160px; }

.offer-list-light.cols-160 > li > div:first-child + div {
  margin-left: 160px; }

.prod-list-full > li {
  padding: 0.75em;
  border-bottom: 1px solid #ebebeb; }

.prod-list-full.cols-135-280-160 > li > div:first-child {
  position: relative;
  float: left;
  width: 180px;
  margin-right: -180px; }

.prod-list-full > li > div:first-child a {
  display: inline-block; }

.prod-list-full.cols-135-280-160 > li > div:first-child a, .prod-list-full.cols-135-280-160 > li > div:first-child a:hover, .prod-list-full.cols-135-280-160 > li > div:first-child a:active {
  text-decoration: none; }

.prod-list-full.cols-135-280-160 > li > div:first-child img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  height: 180px; }

.prod-list-full.cols-135-280-160 > li > div:first-child + div {
  float: right;
  width: 370px;
  margin-left: -370px; }

.prod-list-full.cols-135-280-160 > li > div:first-child + div.right-narrow {
  width: 210px;
  margin-left: -210px; }

.prod-list-full.cols-135-280-160 > li > div:first-child + div > div:first-child {
  float: right;
  width: 190px;
  text-align: right; }

.prod-list-full.cols-135-280-160 > li > div:first-child + div.right-narrow > div:first-child {
  display: none; }

.prod-list-full.cols-135-280-160 > li > div:first-child + div > div:first-child + div {
  float: left;
  width: 190px;
  text-align: center;
  padding-top: 10px; }
/*.prod-list-full.cols-135-280-160 > li > div:first-child + div.wide,*/
.prod-list-full.cols-135-280-160 > li > div:first-child + div + div {
  margin-left: 13.84615em;
  margin-right: 28.46154em;
  padding: 0 1em; }

.prod-list-full.cols-135-280-160 > li > div:first-child + div + div.center-wide {
  margin-right: 16.15385em; }
/*.prod-list-full.cols-135-280-160 > li > div:first-child + div.wide {
 margin-right: 0;
 padding-right: 0;
 }*/
.prod-list-full .stars {
  display: inline-block;
  width: 121px;
  padding-left: 9px;
  text-align: left; }

.prod-list-full .shipping {
  display: inline-block;
  padding-right: 9px;
  color: #999;
  font-size: 100%;
  vertical-align: top; }

.group-store {
  margin-bottom: 7px; }

.group-store .group-item {
  line-height: 25px;
  text-align: left; }
/*.prod-gallery-full .group-store .group-item {
 line-height: 20px;
 }
 .prod-gallery-full li a.btn-stroke > span {
 height: 20px;
 line-height: 20px;
 }*/
.group-store .dropdown-menu {
  line-height: 1.5; }

.group-store .caret {
  margin: 0; }

.group-store .btn-img {
  width: 100px;
  padding-right: 0;
  border-right: 0; }

.group-store .btn-img img {
  width: 100px;
  height: 25px; }
/*.prod-gallery-full .group-store .btn-img img {
 width: 80px;
 height: 20px;
 }*/
.group-store .btn-img + * a {
  border-left: 0; }

.group-store + p {
  white-space: nowrap; }

.store-logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #ebebeb; }

.div-offer {
  text-align: center; }

.div-offer > div:first-child:not(.btn-offer) {
  height: 30px;
  padding-left: 16px;
  margin-bottom: 10px; }

.div-offer-no-expand > div:first-child {
  padding: 0; }

.div-offer > div:first-child:not(.btn-offer) > a {
  display: inline-block;
  vertical-align: middle; }

.div-offer > div:first-child:not(.btn-offer) ~ div {
  color: #999;
  font-size: 1.1rem;
  line-height: 1em;
  margin-bottom: 6px; }

.offer-list-full .do-offer, .div-offer .do-offer {
  color: #aaa;
  visibility: hidden; }

.offer-list-full .over .do-offer, .over .div-offer .do-offer, .div-offer:hover .do-offer {
  visibility: visible; }

.div-offer-left .div-offer {
  padding: 0;
  text-align: left; }

.div-offer .btn-offer {
  margin-top: 10px;
  line-height: 1.5rem !important; }

li .do-info {
  visibility: hidden; }

li.over .do-info {
  visibility: visible; }

.img-info {
  display: none;
  height: 39px;
  padding: 5px;
  position: relative;
  background: rgba(245, 245, 245, 0.8);
  margin: 0 auto;
  margin-top: -39px;
  box-sizing: border-box;
  text-align: left; }

.img-info .icon-details {
  float: left;
  margin-top: 3px;
  margin-right: -24px;
  margin-bottom: 1px; }

.img-info .info-title, .img-info .info-details {
  font-size: 12px;
  margin-left: 27px;
  display: block;
  line-height: 14px;
  vertical-align: top;
  color: #000; }

.img-info .info-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.img-info .info-details {
  white-space: nowrap;
  font-size: 11px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis; }

.img-info .info-details .info-price {
  color: #ef601c;
  font-size: 12px; }

.offer-list-full li.over .img-info {
  display: block; }

.do-prod-actions li.over-img .img-info {
  display: block; }

.img-info-simple {
  margin-top: -39px;
  text-align: center; }

.img-info-simple .icon-details {
  float: none;
  margin: 0 auto; }

.text-price-xl {
  color: #222;
  font-size: 1.8rem; }

.prod-details {
  color: #333; }

.prod-details .prod-desc {
  color: #777; }

.compare-list-full-top {
  position: absolute;
  z-index: 2;
  background-color: #fff; }

.compare-list-full-top-left, .compare-list-full-top-right, .compare-list-full-left, .compare-list-full-wrap {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.compare-list-full-container {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  border-color: #ececec;
  line-height: 2.5rem; }

.compare-list-full-top-right {
  overflow: hidden;
  overflow-x: auto; }

.compare-list-full-wrap {
  overflow: auto;
  /*max-height: 80rem;*/ }

.compare-list-full-left {
  overflow: hidden;
  /*max-height: 80rem;*/ }

.compare-list-full-top-left > ul > li, .compare-list-full-top-right > ul > li, .compare-list-full-left > ul > li, .compare-list-full > li {
  position: relative;
  float: left;
  width: 195px; }

.compare-list-full-container .btn-close, .compare-list-full .btn-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  padding: 0 3px; }

.compare-list-full-container li:hover .btn-close, .compare-list-full li:hover .btn-close {
  display: inline-block; }

.compare-list-full-top-left > ul > li > div, .compare-list-full-top-right > ul > li > div, .compare-list-full-left > ul > li > div, .compare-list-full > li > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 5px;
  border-bottom: 1px solid #ebebeb; }

.compare-list-full > li:not(.prop-details) > div {
  text-align: center; }

.compare-list-full-top ul > li > div {
  border-color: #bae5ff; }

:not(.compare-list-full-wrap) > .compare-list-full > li > div:first-child {
  border-color: #bae5ff;
  text-align: center; }

.compare-list-full-left .prop-group, .compare-list-full .prop-group {
  background-color: #f4f4f4;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.compare-list-full-container .is-current, .compare-list-full .is-current {
  background-color: #f4f4f4; }

.compare-list-full-container .img, .compare-list-full .img {
  height: 160px; }

.compare-list-full-container .prop-intro, .compare-list-full .prop-intro {
  display: inline-block;
  height: 140px;
  margin: 2rem 1rem 0;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase; }

.compare-list-full-container .prod-name, .compare-list-full .prod-name {
  text-align: center; }

.compare-list-full-container .prod-name > a, .compare-list-full .prod-name > a {
  font-family: 'Roboto', sans-serif; }
/*.compare-list-full .prop-header {
 background-color: #ebebeb;
 font-size: 14px;
 text-transform: uppercase;
 }*/
.compare-list-full-container .prop-details, .compare-list-full .prop-details {
  width: 230px; }

.compare-list-full-container .prop-title, .compare-list-full .prop-title {
  color: #333;
  font-size: 12px;
  text-transform: uppercase; }

.compare-list-full-container .prop-info, .compare-list-full .prop-info {
  overflow: hidden;
  max-height: 5.1rem;
  color: #666;
  line-height: 1.7rem; }

.compare-list-full-top-left > ul > .empty-column, .compare-list-full-top-right > ul > .empty-column, .compare-list-full-left > ul > .empty-column, .compare-list-full > .empty-column {
  width: 0; }

.compare-list-full-top-left > ul > .empty-column > div, .compare-list-full-top-right > ul > .empty-column > div, .compare-list-full-left > ul > .empty-column > div, .compare-list-full > .empty-column > div {
  padding-right: 0;
  padding-left: 0; }

a.do-info {
  font-size: 11px;
  text-decoration: none;
  color: #ccc; }

a.do-info:hover {
  text-decoration: none;
  color: #aaa; }

ul > .do-expand-container {
  position: relative;
  z-index: 4;
  overflow: visible;
  width: 270px;
  padding-left: 158px;
  margin-top: -21px; }

ul > .do-expand-container .do-offers-expand {
  font-size: 1.2rem;
  margin-right: 5px;
  color: #bbb; }

.btn-skinny.do-offers-expand {
  padding: 0.1rem !important;
  line-height: 16px !important; }

.offer-list-full.sub-offers {
  display: none; }

.offer-list-full > li {
  padding: 0.75em;
  border-bottom: 1px solid #ebebeb; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child {
  float: left;
  width: 95px;
  margin-right: -95px; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child a {
  display: inline-block; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child img {
  width: 95px;
  height: 95px; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child + div {
  float: right;
  width: 600px;
  margin-left: -600px; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child + div > div {
  float: right;
  width: 200px;
  min-height: 1px;
  text-align: right; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child + div > div:first-child {
  width: 150px; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child + div > div:first-child + div {
  width: 250px; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child + div > div:first-child + div > p:first-child > a {
  margin-left: 16px; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child + div > div:first-child, .offer-list-full.cols-135-200-200-200 > li > div:first-child + div > div:first-child + div {
  text-align: center; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child + div > div:first-child + div * {
  vertical-align: middle; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child + div > div:first-child + div > *, .offer-list-full.cols-135-200-200-200 > li > div:first-child + div > div:first-child + div + div > * {
  margin-bottom: 0.375em; }

.offer-list-full.cols-135-200-200-200 > li > div:first-child + div + div {
  margin-left: 110px;
  margin-right: 600px;
  padding: 4px 1em 0 1em; }

.action-gallery-row {
  display: none;
  position: absolute;
  top: -10px;
  width: calc(100% + 10px);
  text-align: left;
  margin-left: -5px; }

.over .action-gallery-row {
  display: block; }

.action-gallery-row > .do-fav {
  float: right; }

.action-gallery-row > .do-compare {
  float: left; }

.prod-gallery-full > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 1.5em 1em;
  border-color: transparent transparent #ebebeb transparent;
  border-style: solid;
  border-width: 1px;
  text-align: center; }

.prod-gallery-full > li.over {
  border: 1px solid #ebebeb; }

.prod-gallery-full > li:nth-child(4n+1) {
  clear: left; }

.prod-gallery-full > li:nth-child(4n+4) {
  border-right-width: 0; }

.prod-gallery-full > li > div:first-child {
  position: relative; }

.prod-gallery-full .prod-name {
  overflow: hidden;
  max-height: 4rem;
  line-height: 2rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

.prod-gallery-full > li > *:not(:last-child) {
  margin-bottom: 0.75em; }

.prod-gallery-full > li > *:before, .prod-gallery-full > li > *:after {
  content: ' ';
  display: table; }

.prod-gallery-full > li > *:after {
  clear: both; }

.prod-gallery-full > li > div:first-child a {
  display: inline-block;
  margin: 0 auto;
  width: 100%; }

.prod-gallery-full > li > div:first-child a, .prod-gallery-full > li > div:first-child a:hover, .prod-gallery-full > li > div:first-child a:active {
  text-decoration: none; }

.prod-gallery-full > li > div:first-child img {
  width: 190px;
  height: 190px; }

ul.prop-desc-list {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

@media (min-width: 1200px) {
  ul.prop-desc-list {
    width: 50%; } }

@media (min-width: 1400px) {
  /*	.prod-gallery-full > li:nth-child(4n+4) {
   border-right-width: 1px;
   }
   .prod-gallery-full > li:nth-child(5n+5) {
   border-right-width: 0;
   }*/
    .prod-gallery-full > li {
      width: 20%; }
    .prod-gallery-full > li:nth-child(4n+1) {
      clear: none; }
    .prod-gallery-full > li:nth-child(5n+1) {
      clear: left; } }

@media (min-width: 1620px) {
  /*	.prod-gallery-full > li:nth-child(4n+4) {
   border-right-width: 1px;
   }
   .prod-gallery-full > li:nth-child(5n+5) {
   border-right-width: 1px;
   }
   .prod-gallery-full > li:nth-child(6n+6) {
   border-right-width: 0;
   }*/
    .prod-gallery-full > li {
      width: 16.66667%; }
    .prod-gallery-full > li:nth-child(4n+1) {
      clear: none; }
    .prod-gallery-full > li:nth-child(5n+1) {
      clear: none; }
    .prod-gallery-full > li:nth-child(6n+1) {
      clear: left; } }

.manuf-gallery-light > li {
  float: left;
  width: 150px;
  margin-right: 20px; }

.manuf-gallery-light > li a {
  display: inline-block;
  max-width: 100%; }

.subcat-gallery-light > li {
  float: left;
  width: 150px;
  margin-right: 20px; }

.subcat-gallery-light > li a {
  display: inline-block; }

.box-subcat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.box-subcat > li {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1rem; }

.box-subcat > li > div {
  padding: 1rem;
  border: 1px solid #ccc; }

.box-subcat p {
  margin-bottom: 0.66667rem; }

.box-subcat p a {
  font-size: 16px;
  color: #333; }

.box-subcat img {
  width: 120px; }

.box-subcat > li:not(:nth-child(3n)) {
  padding-right: 1rem; }

.box-subcat > li:nth-child(3n + 1) {
  clear: left; }

@media (min-width: 1200px) {
  .box-subcat > li {
    width: 25%; }

  .box-subcat > li:not(:nth-child(4n)) {
    padding-right: 1rem; }

  .box-subcat > li:nth-child(4n) {
    padding-right: 0; }

  .box-subcat > li:nth-child(3n + 1) {
    clear: none; }

  .box-subcat > li:nth-child(4n + 1) {
    clear: left; } }

.box-subcat li ul {
  margin-left: 130px;
  line-height: 20px; }

.box-subcat li ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.offer-gallery-full > li {
  float: left;
  width: 160px;
  margin-right: 20px; }

.offer-gallery-full > li > div:first-child {
  margin-bottom: 1rem; }

.offer-gallery-full > li > div:first-child + div {
  overflow: hidden;
  max-height: 4rem;
  margin-bottom: 1rem; }

.offer-gallery-full li img {
  display: inline-block; }

.offer-gallery-full li > div:first-child img {
  width: 160px;
  height: 160px; }

.offer-gallery-light > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 200px !important;
  height: 90px;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
  /*	background: rgb(204,204,204);
   background: -moz-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 60%, rgba(229,229,229,1) 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,229,229,0)), color-stop(60%,rgba(229,229,229,0)), color-stop(100%,rgba(229,229,229,1)));
   background: -webkit-linear-gradient(left, rgba(229,229,229,0) 0%,rgba(229,229,229,0) 60%,rgba(229,229,229,1) 100%);
   background: -o-linear-gradient(left, rgba(229,229,229,0) 0%,rgba(229,229,229,0) 60%,rgba(229,229,229,1) 100%);
   background: -ms-linear-gradient(left, rgba(229,229,229,0) 0%,rgba(229,229,229,0) 60%,rgba(229,229,229,1) 100%);
   background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(229,229,229,0) 60%,rgba(229,229,229,1) 100%);*/ }

.offer-gallery-light > li:hover {
  /*border: 1px solid #a9c8e6;*/
  /*box-shadow: inset 0 0 1px 1px rgba(169, 200, 230, 0.2);*/
  background: #e2ecf5;
  background: -moz-linear-gradient(left, rgba(226, 236, 245, 0) 0%, rgba(226, 236, 245, 0) 60%, #e2ecf5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(226, 236, 245, 0)), color-stop(60%, rgba(226, 236, 245, 0)), color-stop(100%, #e2ecf5));
  background: -webkit-linear-gradient(left, rgba(226, 236, 245, 0) 0%, rgba(226, 236, 245, 0) 60%, #e2ecf5 100%);
  background: -o-linear-gradient(left, rgba(226, 236, 245, 0) 0%, rgba(226, 236, 245, 0) 60%, #e2ecf5 100%);
  background: -ms-linear-gradient(left, rgba(226, 236, 245, 0) 0%, rgba(226, 236, 245, 0) 60%, #e2ecf5 100%);
  background: linear-gradient(to right, rgba(226, 236, 245, 0) 0%, rgba(226, 236, 245, 0) 60%, #e2ecf5 100%); }

.offer-gallery-light > li > div:first-child {
  float: left;
  width: 90px;
  margin-right: -90px;
  text-align: center; }

.offer-gallery-light > li > div:first-child + div {
  margin-left: 95px;
  padding-right: 5px; }

.offer-gallery-light > li > div:first-child + div > div {
  /*margin-bottom: 5px;*/ }

.offer-gallery-light > li > div:first-child + div > div:first-child {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3.6rem;
  line-height: 1.8rem;
  font-size: 1.3rem;
  margin-bottom: 5px; }

.offer-gallery-light > li > div:first-child + div > div:first-child + div {
  white-space: nowrap;
  font-size: 1.3rem;
  max-height: 2rem;
  overflow: hidden; }

.offer-gallery-light > li > div:first-child + div > div:first-child + div + div {
  max-height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  font-size: 1.1rem; }

.offer-gallery-light li img {
  display: inline-block; }

.offer-gallery-light li > div:first-child img {
  width: 73px;
  height: 73px;
  padding: 3px;
  border: 1px solid #ddd;
  margin: 0 auto;
  background-color: #fff; }

.prod-gallery-light > li {
  overflow: hidden;
  float: left;
  width: 170px;
  margin-right: 15px;
  text-align: center; }

.prod-gallery-light > li > div:not(:last-child) {
  margin-bottom: 0.5rem; }

.prod-gallery-light > li > div:first-child a {
  display: inline-block; }

.prod-gallery-light > li > div:first-child, .prod-gallery-light > li > div:first-child + div {
  font-size: 14px; }

.prod-gallery-light .prod-props {
  padding: 0.5em 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 0.5em 0; }

.prod-gallery-light .prod-props .caret-square {
  margin: 0 1px; }

.bx-wrapper .prod-gallery-light img {
  width: 150px;
  height: 150px; }

#js_prod_silimiar_list .prod-gallery-light > li {
  width: 205px;
  padding: 0 15px 15px 0;
  background-image: url('../../img/desktop/bg_prod_gallery_light.png');
  background-position: 100% 100%;
  background-repeat: no-repeat; }

#js_prod_silimiar_list .prod-gallery-light > li div:first-child + div + div {
  float: left;
  font-weight: 700; }

#js_prod_silimiar_list .prod-gallery-light > li div:first-child + div + div + div {
  float: right; }

#js_prod_silimiar_list .prod-gallery-light > li div:first-child + div + div + div .text-dark {
  color: #777; }
/*#js_prod_silimiar_list .prod-gallery-light > li:nth-child(3n+3) {
 margin-right: 0;
 }
 #js_prod_silimiar_list .prod-gallery-light > li > div + div {
 display: none;
 }
 #js_prod_silimiar_list .prod-gallery-light > li {
 width: 166px;
 border: 2px solid #cccccc;
 margin-bottom: 15px;
 }
 #js_prod_silimiar_list .prod-gallery-light > li.active {
 border: 2px solid #666666;
 }
 #js_prod_silimiar_list .prod-gallery-light > li img {
 width: 166px;
 height: 166px;
 }
 #js_prod_silimiar_list .prod-gallery-light > li > div:first-child + div {
 display: block;
 position: relative;
 overflow: hidden;
 height: 40px;
 padding: 0 5px;
 margin-top: -49px;
 margin-bottom: 0;
 background: rgba(255, 255, 255, 0.9);
 }*/
.prop-list-full > li {
  padding: 1rem;
  color: #000; }

.prop-list-full > li.text-header:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 10px; }

.prop-list-full > li.text-header {
  font-weight: 700; }

.prop-list-full > li:not(.text-header) {
  font-size: 1.3rem; }

.prop-list-full > li > div:first-child {
  float: left;
  width: 200px;
  color: #777; }

.prop-list-full > li > div:first-child + div {
  margin-left: 22rem;
  color: #222; }

.prop-list-full > li > div:first-child + div a {
  color: #222;
  text-decoration: underline; }

.ean-list {
  display: inline; }

.ean-list li {
  display: inline; }

.all .do-more-ean {
  display: none; }

.ean-list li:not(:last-child):after {
  content: ', '; }

:not(.all) > .ean-list li:nth-child(n+5) {
  display: none; }

.tags-cloud {
  padding: 1rem; }

.tags-cloud a {
  display: inline-block;
  margin: 0.5rem 1rem;
  color: #b2b2b2; }

.tags-cloud a.on {
  color: #264ca2;
  text-decoration: underline; }

.box {
  padding: 0.75em;
  border: 1px solid #ccc;
  background-color: #f9f9f9; }

.loader {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #ccc #999 #ccc #ccc;
  -webkit-animation: spin 0.6s linear infinite;
  -moz-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite; }

.tab-content-white {
  position: relative;
  z-index: 0;
  padding-top: 1rem;
  border: 1px solid #ebebeb;
  border-width: 0 1px 1px 1px;
  margin-bottom: 1rem;
  background-color: #fff; }

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

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

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

.blink-once {
  -webkit-animation: blink 0.2s linear;
  -moz-animation: blink 0.2s linear;
  animation: blink 0.2s linear; }

@-moz-keyframes blink {
  0, 100% {
    background: rgba(0, 0, 0, 0); }

  50% {
    background: rgba(255, 255, 255, 0.5); } }

@-webkit-keyframes blink {
  0, 100% {
    background: rgba(0, 0, 0, 0); }

  50% {
    background: rgba(255, 255, 255, 0.5); } }

@keyframes blink {
  0, 100% {
    background: rgba(0, 0, 0, 0); }

  50% {
    background: rgba(255, 255, 255, 0.5); } }

h2.style1 {
  color: #00a3cc;
  text-transform: uppercase; }

.bottom-center-box-pager {
  margin-bottom: 1rem; }

.bottom-center-box-pager .bx-pager {
  padding-top: 7px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  text-align: center; }

.prod-box.style1 {
  padding: 4px;
  border: 1px solid #e2e2e2;
  background-color: #ebebeb; }

.prod-box.style1 .prod-box-inner {
  padding: 20px;
  border: 1px solid #e2e2e2;
  background-color: #fff; }

.tag-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px; }

.tag-list li {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 5px;
  white-space: nowrap; }

.tag-list li.tag {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #fafafa;
  color: #000; }

.tag-list .tag-value {
  font-weight: 700; }

a.tag-value {
  color: #333;
  text-decoration: none; }

a.tag-value:hover {
  text-decoration: line-through; }

.tag-list.hover-tag a, .tag-list .hover-tag a {
  text-decoration: line-through; }

.tag-list .icon-close-red {
  vertical-align: text-bottom; }

.btn-share {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  position: relative;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: #ccc solid 1px;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  font-size: 11px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  cursor: pointer;
  height: 18px;
  text-decoration: none; }

.btn-share:focus, .btn-share:hover, .btn-share:active {
  border-color: #bbb;
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(#f8f8f8, #d9d9d9);
  background-image: linear-gradient(#f8f8f8, #d9d9d9);
  box-shadow: none;
  color: #333;
  text-decoration: none; }

.btn-share:active {
  background-color: #efefef;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  color: #333;
  text-decoration: none; }

.no-slider-parent {
  text-align: left; }

.no-slider {
  display: inline-block;
  margin-left: 50px;
  text-align: left; }

.rows3 {
  height: 5.1rem;
  line-height: 1.7rem;
  overflow: hidden; }

[class^="stars-"], [class*=" stars-"] {
  display: inline-block;
  width: 88px;
  height: 16px;
  background-image: url('../../img/desktop/stars_sprite.png');
  background-repeat: no-repeat;
  vertical-align: middle; }

.stars-0 {
  background-position: -90px 0; }

.stars-0h {
  background-position: -252px 0; }

.stars-1 {
  background-position: -72px 0; }

.stars-1h {
  background-position: -234px 0; }

.stars-2 {
  background-position: -54px 0; }

.stars-2h {
  background-position: -216px 0; }

.stars-3 {
  background-position: -36px 0; }

.stars-3h {
  background-position: -198px 0; }

.stars-4 {
  background-position: -18px 0; }

.stars-4h {
  background-position: -180px 0; }

.stars-5 {
  background-position: -0px 0; }

[class^="stars-sm-"], [class*=" stars-sm-"] {
  width: 64px;
  height: 12px; }

.stars-sm-0 {
  background-position: -65px -20px; }

.stars-sm-0h {
  background-position: -182px -20px; }

.stars-sm-1 {
  background-position: -52px -20px; }

.stars-sm-1h {
  background-position: -169px -20px; }

.stars-sm-2 {
  background-position: -39px -20px; }

.stars-sm-2h {
  background-position: -156px -20px; }

.stars-sm-3 {
  background-position: -26px -20px; }

.stars-sm-3h {
  background-position: -143px -20px; }

.stars-sm-4 {
  background-position: -13px -20px; }

.stars-sm-4h {
  background-position: -130px -20px; }

.stars-sm-5 {
  background-position: -0px -20px; }

.container-stars {
  line-height: 1.5rem; }

[class^="stars-lg-"], [class*=" stars-lg-"] {
  width: 88px;
  height: 16px; }

.stars-lg-0 {
  background-position: -90px -40px; }

.stars-lg-0h {
  background-position: -252px -40px; }

.stars-lg-1 {
  background-position: -72px -40px; }

.stars-lg-1h {
  background-position: -234px -40px; }

.stars-lg-2 {
  background-position: -54px -40px; }

.stars-lg-2h {
  background-position: -216px -40px; }

.stars-lg-3 {
  background-position: -36px -40px; }

.stars-lg-3h {
  background-position: -198px -40px; }

.stars-lg-4 {
  background-position: -18px -40px; }

.stars-lg-4h {
  background-position: -180px -40px; }

.stars-lg-5 {
  background-position: -0px -40px; }

[class^="stars-md-"], [class*=" stars-md-"] {
  width: 64px;
  height: 12px; }

.stars-md-0 {
  background-position: -65px -60px; }

.stars-md-0h {
  background-position: -182px -60px; }

.stars-md-1 {
  background-position: -52px -60px; }

.stars-md-1h {
  background-position: -169px -60px; }

.stars-md-2 {
  background-position: -39px -60px; }

.stars-md-2h {
  background-position: -156px -60px; }

.stars-md-3 {
  background-position: -26px -60px; }

.stars-md-3h {
  background-position: -143px -60px; }

.stars-md-4 {
  background-position: -13px -60px; }

.stars-md-4h {
  background-position: -130px -60px; }

.stars-md-5 {
  background-position: -0px -60px; }

[class^="flag-"], [class*=" flag-"] {
  background-image: url('../../img/desktop/flag_sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 12px;
  vertical-align: middle;
  width: 18px; }

.flag-ar {
  background-position: 0 0; }

.flag-au {
  background-position: -20px 0; }

.flag-be, .flag-be_fr, .flag-be_nl {
  background-position: -40px 0; }

.flag-bg {
  background-position: -60px 0; }

.flag-br {
  background-position: -80px 0; }

.flag-ch, .flag-ch_de, .flag-ch_fr {
  background-position: -100px 0; }

.flag-cl {
  background-position: -120px 0; }

.flag-cn {
  background-position: -140px 0; }

.flag-cz {
  background-position: -160px 0; }

.flag-de {
  background-position: -180px 0; }

.flag-ee, .flag-ee_ee, .flag-ee_ru {
  background-position: -200px 0; }

.flag-es {
  background-position: -220px 0; }

.flag-fr {
  background-position: -240px 0; }

.flag-hr {
  background-position: -260px 0; }

.flag-hu {
  background-position: -280px 0; }

.flag-ie {
  background-position: -300px 0; }

.flag-in {
  background-position: -320px 0; }

.flag-it {
  background-position: -340px 0; }

.flag-jp {
  background-position: -360px 0; }

.flag-mx {
  background-position: -380px 0; }

.flag-nl {
  background-position: -400px 0; }

.flag-pl {
  background-position: -420px 0; }

.flag-pt {
  background-position: -440px 0; }

.flag-ro {
  background-position: -460px 0; }

.flag-rs {
  background-position: -480px 0; }

.flag-ru {
  background-position: -500px 0; }

.flag-se {
  background-position: -520px 0; }

.flag-sk {
  background-position: -540px 0; }

.flag-tr {
  background-position: -560px 0; }

.flag-uk {
  background-position: -580px 0; }

.flag-us {
  background-position: -600px 0; }

.flag-za {
  background-position: -620px 0; }

.prod-preview-container, .prod-lists-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 2px 4px #ccc; }

.prod-preview-container {
  width: 100%;
  height: 0;
  z-index: 2; }

.prod-preview-container-open {
  height: 126px;
  overflow: visible; }

.prod-preview-inner p {
  margin-bottom: 0.3rem; }

.prod-preview-inner {
  min-height: 116px;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff; }

.prod-lists-inner {
  height: 70px;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  background-color: #f4f4f4; }

.list-slider-container {
  padding: 0 42px; }

.list-slider > li {
  width: 66px;
  height: 67px; }

.list-slider > li > a, .list-slider > li > span {
  display: inline-block;
  width: 58px;
  height: 58px;
  padding: 3px;
  border: 1px dashed #ccc;
  background-color: #fff; }

.prod-lists-empty .loader-bg, .prod-lists-loading .loader-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5; }

.prod-lists-loading .loader {
  position: absolute;
  top: 50%;
  margin-top: -14px; }

.prod-lists-empty .empty-msg {
  position: absolute;
  top: 50%;
  margin-top: -10px; }

.image-box {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #fff;
  line-height: 0; }

.image-box img {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top; }

.image-box:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  margin-top: -150px;
  background: rgba(0, 0, 0, 0.02);
  line-height: 0; }

.manuf-gallery-light .image-box {
  width: 150px;
  height: 150px; }

.manuf-gallery-light .image-box:after {
  width: 150px;
  height: 150px;
  margin-top: -150px; }

li a.image-box-title, li a.image-box-title:hover, li a.image-box-title:active {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  font-family: roboto;
  font-size: 13px;
  display: block;
  position: relative;
  line-height: 25px;
  padding: 5px 10px;
  height: 35px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  margin-top: -40px;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px; }

.image-box-container {
  height: 170px;
  overflow: hidden; }
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4161c299d9c13709f287)
 * Config saved to config.json and https://gist.github.com/4161c299d9c13709f287
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 16px;
  color: #222;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #bbb;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .175);
  box-shadow: 0 0 16px rgba(0, 0, 0, .175); }

.tooltip .tooltip-arrow, .tooltip .tooltip-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip .tooltip-arrow {
  border-width: 11px; }

.tooltip .tooltip-arrow:after {
  border-width: 10px;
  content: ""; }

.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #bbb;
  bottom: -5px; }

.tooltip.top .tooltip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: -5px;
  margin-top: -14px;
  border-left-width: 0;
  border-right-color: #bbb; }

.tooltip.right .tooltip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #bbb;
  top: -5px; }

.tooltip.bottom .tooltip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: -5px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #bbb; }

.tooltip.left .tooltip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  text-align: left;
  white-space: normal;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .175);
  box-shadow: 0 0 16px rgba(0, 0, 0, .175);
  padding: 0;
  min-width: 300px;
  border: 1px solid #bbb;
  border-radius: 0;
  margin: 0.375em 0 0 0;
  background: #fff;
  color: #22313f;
  font-weight: 400; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 16px; }

.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 {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #bbb;
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -14px;
  border-left-width: 0;
  border-right-color: #bbb; }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #bbb;
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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: #bbb; }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.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: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.modal-header {
  min-height: 16.42857px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.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; } }
/*! jQuery UI - v1.11.2 - 2014-10-21
 * http://jqueryui.com
 * Includes: core.css, draggable.css, sortable.css, autocomplete.css, datepicker.css, menu.css, tabs.css, theme.css
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
 ----------------------------------*/
.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;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }
/* support: IE8 */
.ui-front {
  z-index: 100; }
/* Interaction Cues
 ----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }
/* Icons
 ----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }
/* Misc visuals
 ----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .175);
  box-shadow: 0 0 16px rgba(0, 0, 0, .175);
  padding: 0 !important;
  border: 1px solid #b0aba4;
  border-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
  background: #fff;
  color: #22313f;
  font-weight: 400;
  text-align: left; }

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.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: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }
/* with multiple calendars */
.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 0.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; }
/* RTL support */
.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-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  display: block;
  outline: 0;
  padding: 0.23077em 0.75em;
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 0px;
  border-radius: 0;
  background: transparent;
  color: #22313f;
  font-size: 100%;
  line-height: 1.5; }

.ui-menu .ui-state-focus {
  border-color: #c5c5c5;
  background: #f1f1f1;
  color: #22313f; }

.ui-menu .ui-state-active {
  border-color: #b8b8b8;
  background: transparent;
  color: #000; }
/*.ui-menu .ui-menu-divider {
 margin: 5px 0;
 height: 0;
 font-size: 0;
 line-height: 0;
 border-width: 1px 0 0 0;
 }*/
/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0; }
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.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; }
/* Component containers
 ----------------------------------*/
/*.ui-widget {
 font-family: Lucida Grande,Lucida Sans,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: Lucida Grande,Lucida Sans,Arial,sans-serif;
 font-size: 1em;
 }
 .ui-widget-content {
 border: 1px solid #a6c9e2;
 background: #fcfdfd url("../../img/desktop/jquery_ui/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
 color: #222222;
 }
 .ui-widget-content a {
 color: #222222;
 }
 .ui-widget-header {
 border: 1px solid #4297d7;
 background: #5c9ccc url("../../img/desktop/jquery_ui/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
 color: #ffffff;
 font-weight: bold;
 }
 .ui-widget-header a {
 color: #ffffff;
 }*/
/* Interaction states
 ----------------------------------*/
/*.ui-state-default,
 .ui-widget-content .ui-state-default,
 .ui-widget-header .ui-state-default {
 border: 1px solid #c5dbec;
 background: #dfeffc url("../../img/desktop/jquery_ui/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
 font-weight: bold;
 color: #2e6e9e;
 }
 .ui-state-default a,
 .ui-state-default a:link,
 .ui-state-default a:visited {
 color: #2e6e9e;
 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 #79b7e7;
 background: #d0e5f5 url("../../img/desktop/jquery_ui/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
 font-weight: bold;
 color: #1d5987;
 }
 .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: #1d5987;
 text-decoration: none;
 }
 .ui-state-active,
 .ui-widget-content .ui-state-active,
 .ui-widget-header .ui-state-active {
 border: 1px solid #79b7e7;
 background: #f5f8f9 url("../../img/desktop/jquery_ui/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
 font-weight: bold;
 color: #e17009;
 }
 .ui-state-active a,
 .ui-state-active a:link,
 .ui-state-active a:visited {
 color: #e17009;
 text-decoration: none;
 }*/
/* Interaction Cues
 ----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88 url("../../img/desktop/jquery_ui/ui-bg_flat_55_fbec88_40x100.png") 50% 50% 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: #fef1ec url("../../img/desktop/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.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: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
  /* support: IE8 */ }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  /* support: IE8 */ }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }
/* support: IE8 - See #6059 */
/* Icons
 ----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../../img/desktop/jquery_ui/ui-icons_469bdd_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../../img/desktop/jquery_ui/ui-icons_d8e7f3_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../../img/desktop/jquery_ui/ui-icons_6da8d5_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../../img/desktop/jquery_ui/ui-icons_217bc0_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("../../img/desktop/jquery_ui/ui-icons_f9bd01_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../../img/desktop/jquery_ui/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../../img/desktop/jquery_ui/ui-icons_cd0a0a_256x240.png"); }
/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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; }
/* Misc visuals
 ----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 5px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 5px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 5px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 5px; }
/* Overlays */
.ui-widget-overlay {
  background: #aaa url("../../img/desktop/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("../../img/desktop/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
 ===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 32px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }
/** THEME
 ===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -32px;
  width: 100%; }
/* LOADER */
/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccc; }

.bx-pager.bx-default-pager a:hover {
  border-color: #999; }

.bx-pager.bx-default-pager a.active {
  background: #3d83b6;
  border-color: #3d83b6; }

.red-pager .bx-pager.bx-default-pager a.active {
  background: #cf2a23;
  border-color: #cf2a23; }
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-prev i, .bx-next i {
  vertical-align: middle; }

.bx-wrapper .bx-prev {
  left: -50px;
  padding: 4px 5px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #eee; }

.bx-wrapper .bx-next {
  right: -50px;
  text-align: right;
  padding: 4px 8px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #eee; }

.bx-wrapper .bx-prev:hover .icon-left-dir {
  background-position: -80px -80px; }

.bx-wrapper .bx-next:hover .icon-right-dir {
  background-position: -100px -80px; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  /*text-indent: -9999px;*/
  z-index: 1; }

.bx-wrapper .bx-controls-direction a.disabled {
  opacity: 0.3; }
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../img/img_map/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../img/img_map/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px; }

.top-right-pager {
  float: right;
  margin-top: -40px;
  margin-right: 10px; }
/* iCheck plugin Minimal skin
 ----------------------------------- */
.icheckbox_minimal, .iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url('../../img/desktop/icheck_minimal.png') no-repeat;
  border: none;
  cursor: pointer; }

.float-checkbox .icheckbox_minimal, .float-checkbox .iradio_minimal {
  float: left;
  margin-right: -18px; }

.icheckbox_minimal {
  background-position: 0 0; }

.icheckbox_minimal.hover {
  background-position: -20px 0; }

.icheckbox_minimal.checked {
  background-position: -40px 0; }

.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default; }

.icheckbox_minimal.checked.disabled {
  background-position: -80px 0; }

.iradio_minimal {
  background-position: -100px 0; }

.iradio_minimal.hover {
  background-position: -120px 0; }

.iradio_minimal.checked {
  background-position: -140px 0; }

.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default; }

.iradio_minimal.checked.disabled {
  background-position: -180px 0; }

#moccaUItoTop {
  opacity: 0;
  text-decoration: none;
  position: fixed;
  z-index: 10000;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background-color: #333;
  outline: none;
  text-align: left;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0); }

.moccaUIhover {
  background: url('../../img/desktop/jquery_ui/icon_sprite.png') no-repeat 0 -100px;
  width: 20px;
  height: 11px;
  display: block;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 13px; }

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em; }

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("../../font/raty.eot");
  src: url("../../font/raty.eot?#iefix") format("embedded-opentype");
  src: url("../../font/raty.svg#raty") format("svg");
  src: url("../../font/raty.ttf") format("truetype");
  src: url("../../font/raty.woff") format("woff"); }

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none; }

.cancel-on-png:before {
  content: "\e600"; }

.cancel-off-png:before {
  content: "\e601"; }

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

.star-off-png:before {
  content: "\f006"; }

.star-half-png:before {
  content: "\f123"; }
