@charset "UTF-8";
/*
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*
normalize.css v1.1.3 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
[hidden] {
  display: none !important; }

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

/*
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g, .row {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yui/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap; }

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g,
.row {
  word-spacing: -0.43em; }

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*="pure-u"], .row [class*="pure-u"] {
  font-family: sans-serif; }

.row .row-col {
  letter-spacing: normal; }

.col-1,
.col-1-1,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-6,
.col-5-6,
.col-1-8,
.col-3-8,
.col-5-8,
.col-7-8,
.col-1-12,
.col-5-12,
.col-7-12,
.col-11-12,
.col-1-24,
.col-2-24,
.col-3-24,
.col-4-24,
.col-5-24,
.col-6-24,
.col-7-24,
.col-8-24,
.col-9-24,
.col-10-24,
.col-11-24,
.col-12-24,
.col-13-24,
.col-14-24,
.col-15-24,
.col-16-24,
.col-17-24,
.col-18-24,
.col-19-24,
.col-20-24,
.col-21-24,
.col-22-24,
.col-23-24,
.col-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.col-1-24 {
  width: 4.1667%; }

.col-1-12,
.col-2-24 {
  width: 8.3333%; }

.col-1-8,
.col-3-24 {
  width: 12.5000%; }

.col-1-6,
.col-4-24 {
  width: 16.6667%; }

.col-5-24 {
  width: 20.8333%; }

.col-1-4,
.col-6-24 {
  width: 25%; }

.col-7-24 {
  width: 29.1667%; }

.col-1-3,
.col-8-24 {
  width: 33.3333%; }

.col-3-8,
.col-9-24 {
  width: 37.5000%; }

.col-5-12,
.col-10-24 {
  width: 41.6667%; }

.col-11-24 {
  width: 45.8333%; }

.col-1-2,
.col-12-24 {
  width: 50%; }

.col-13-24 {
  width: 54.1667%; }

.col-7-12,
.col-14-24 {
  width: 58.3333%; }

.col-5-8,
.col-15-24 {
  width: 62.5000%; }

.col-2-3,
.col-16-24 {
  width: 66.6667%; }

.col-17-24 {
  width: 70.8333%; }

.col-3-4,
.col-18-24 {
  width: 75%; }

.col-19-24 {
  width: 79.1667%; }

.col-5-6,
.col-20-24 {
  width: 83.3333%; }

.col-7-8,
.col-21-24 {
  width: 87.5000%; }

.col-11-12,
.col-22-24 {
  width: 91.6667%; }

.col-23-24 {
  width: 95.8333%; }

.col-1,
.col-1-1,
.col-24-24 {
  width: 100%; }

@media screen and (min-width: 30em) {
  .col-xs-1,
  .col-xs-1-1,
  .col-xs-1-2,
  .col-xs-1-3,
  .col-xs-2-3,
  .col-xs-1-4,
  .col-xs-3-4,
  .col-xs-1-6,
  .col-xs-5-6,
  .col-xs-1-8,
  .col-xs-3-8,
  .col-xs-5-8,
  .col-xs-7-8,
  .col-xs-1-12,
  .col-xs-5-12,
  .col-xs-7-12,
  .col-xs-11-12,
  .col-xs-1-24,
  .col-xs-2-24,
  .col-xs-3-24,
  .col-xs-4-24,
  .col-xs-5-24,
  .col-xs-6-24,
  .col-xs-7-24,
  .col-xs-8-24,
  .col-xs-9-24,
  .col-xs-10-24,
  .col-xs-11-24,
  .col-xs-12-24,
  .col-xs-13-24,
  .col-xs-14-24,
  .col-xs-15-24,
  .col-xs-16-24,
  .col-xs-17-24,
  .col-xs-18-24,
  .col-xs-19-24,
  .col-xs-20-24,
  .col-xs-21-24,
  .col-xs-22-24,
  .col-xs-23-24,
  .col-xs-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-xs-1-24 {
    width: 4.1667%; }
  .col-xs-1-12,
  .col-xs-2-24 {
    width: 8.3333%; }
  .col-xs-1-8,
  .col-xs-3-24 {
    width: 12.5000%; }
  .col-xs-1-6,
  .col-xs-4-24 {
    width: 16.6667%; }
  .col-xs-5-24 {
    width: 20.8333%; }
  .col-xs-1-4,
  .col-xs-6-24 {
    width: 25%; }
  .col-xs-7-24 {
    width: 29.1667%; }
  .col-xs-1-3,
  .col-xs-8-24 {
    width: 33.3333%; }
  .col-xs-3-8,
  .col-xs-9-24 {
    width: 37.5000%; }
  .col-xs-5-12,
  .col-xs-10-24 {
    width: 41.6667%; }
  .col-xs-11-24 {
    width: 45.8333%; }
  .col-xs-1-2,
  .col-xs-12-24 {
    width: 50%; }
  .col-xs-13-24 {
    width: 54.1667%; }
  .col-xs-7-12,
  .col-xs-14-24 {
    width: 58.3333%; }
  .col-xs-5-8,
  .col-xs-15-24 {
    width: 62.5000%; }
  .col-xs-2-3,
  .col-xs-16-24 {
    width: 66.6667%; }
  .col-xs-17-24 {
    width: 70.8333%; }
  .col-xs-3-4,
  .col-xs-18-24 {
    width: 75%; }
  .col-xs-19-24 {
    width: 79.1667%; }
  .col-xs-5-6,
  .col-xs-20-24 {
    width: 83.3333%; }
  .col-xs-7-8,
  .col-xs-21-24 {
    width: 87.5000%; }
  .col-xs-11-12,
  .col-xs-22-24 {
    width: 91.6667%; }
  .col-xs-23-24 {
    width: 95.8333%; }
  .col-xs-1,
  .col-xs-1-1,
  .col-xs-24-24 {
    width: 100%; } }

@media screen and (min-width: 35.5em) {
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-1-2,
  .col-sm-1-3,
  .col-sm-2-3,
  .col-sm-1-4,
  .col-sm-3-4,
  .col-sm-1-6,
  .col-sm-5-6,
  .col-sm-1-8,
  .col-sm-3-8,
  .col-sm-5-8,
  .col-sm-7-8,
  .col-sm-1-12,
  .col-sm-5-12,
  .col-sm-7-12,
  .col-sm-11-12,
  .col-sm-1-24,
  .col-sm-2-24,
  .col-sm-3-24,
  .col-sm-4-24,
  .col-sm-5-24,
  .col-sm-6-24,
  .col-sm-7-24,
  .col-sm-8-24,
  .col-sm-9-24,
  .col-sm-10-24,
  .col-sm-11-24,
  .col-sm-12-24,
  .col-sm-13-24,
  .col-sm-14-24,
  .col-sm-15-24,
  .col-sm-16-24,
  .col-sm-17-24,
  .col-sm-18-24,
  .col-sm-19-24,
  .col-sm-20-24,
  .col-sm-21-24,
  .col-sm-22-24,
  .col-sm-23-24,
  .col-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-sm-1-24 {
    width: 4.1667%; }
  .col-sm-1-12,
  .col-sm-2-24 {
    width: 8.3333%; }
  .col-sm-1-8,
  .col-sm-3-24 {
    width: 12.5000%; }
  .col-sm-1-6,
  .col-sm-4-24 {
    width: 16.6667%; }
  .col-sm-5-24 {
    width: 20.8333%; }
  .col-sm-1-4,
  .col-sm-6-24 {
    width: 25%; }
  .col-sm-7-24 {
    width: 29.1667%; }
  .col-sm-1-3,
  .col-sm-8-24 {
    width: 33.3333%; }
  .col-sm-3-8,
  .col-sm-9-24 {
    width: 37.5000%; }
  .col-sm-5-12,
  .col-sm-10-24 {
    width: 41.6667%; }
  .col-sm-11-24 {
    width: 45.8333%; }
  .col-sm-1-2,
  .col-sm-12-24 {
    width: 50%; }
  .col-sm-13-24 {
    width: 54.1667%; }
  .col-sm-7-12,
  .col-sm-14-24 {
    width: 58.3333%; }
  .col-sm-5-8,
  .col-sm-15-24 {
    width: 62.5000%; }
  .col-sm-2-3,
  .col-sm-16-24 {
    width: 66.6667%; }
  .col-sm-17-24 {
    width: 70.8333%; }
  .col-sm-3-4,
  .col-sm-18-24 {
    width: 75%; }
  .col-sm-19-24 {
    width: 79.1667%; }
  .col-sm-5-6,
  .col-sm-20-24 {
    width: 83.3333%; }
  .col-sm-7-8,
  .col-sm-21-24 {
    width: 87.5000%; }
  .col-sm-11-12,
  .col-sm-22-24 {
    width: 91.6667%; }
  .col-sm-23-24 {
    width: 95.8333%; }
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-24-24 {
    width: 100%; } }

@media screen and (min-width: 48em) {
  .col-md-1,
  .col-md-1-1,
  .col-md-1-2,
  .col-md-1-3,
  .col-md-2-3,
  .col-md-1-4,
  .col-md-3-4,
  .col-md-1-6,
  .col-md-5-6,
  .col-md-1-8,
  .col-md-3-8,
  .col-md-5-8,
  .col-md-7-8,
  .col-md-1-12,
  .col-md-5-12,
  .col-md-7-12,
  .col-md-11-12,
  .col-md-1-24,
  .col-md-2-24,
  .col-md-3-24,
  .col-md-4-24,
  .col-md-5-24,
  .col-md-6-24,
  .col-md-7-24,
  .col-md-8-24,
  .col-md-9-24,
  .col-md-10-24,
  .col-md-11-24,
  .col-md-12-24,
  .col-md-13-24,
  .col-md-14-24,
  .col-md-15-24,
  .col-md-16-24,
  .col-md-17-24,
  .col-md-18-24,
  .col-md-19-24,
  .col-md-20-24,
  .col-md-21-24,
  .col-md-22-24,
  .col-md-23-24,
  .col-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-md-1-24 {
    width: 4.1667%; }
  .col-md-1-12,
  .col-md-2-24 {
    width: 8.3333%; }
  .col-md-1-8,
  .col-md-3-24 {
    width: 12.5000%; }
  .col-md-1-6,
  .col-md-4-24 {
    width: 16.6667%; }
  .col-md-5-24 {
    width: 20.8333%; }
  .col-md-1-4,
  .col-md-6-24 {
    width: 25%; }
  .col-md-7-24 {
    width: 29.1667%; }
  .col-md-1-3,
  .col-md-8-24 {
    width: 33.3333%; }
  .col-md-3-8,
  .col-md-9-24 {
    width: 37.5000%; }
  .col-md-5-12,
  .col-md-10-24 {
    width: 41.6667%; }
  .col-md-11-24 {
    width: 45.8333%; }
  .col-md-1-2,
  .col-md-12-24 {
    width: 50%; }
  .col-md-13-24 {
    width: 54.1667%; }
  .col-md-7-12,
  .col-md-14-24 {
    width: 58.3333%; }
  .col-md-5-8,
  .col-md-15-24 {
    width: 62.5000%; }
  .col-md-2-3,
  .col-md-16-24 {
    width: 66.6667%; }
  .col-md-17-24 {
    width: 70.8333%; }
  .col-md-3-4,
  .col-md-18-24 {
    width: 75%; }
  .col-md-19-24 {
    width: 79.1667%; }
  .col-md-5-6,
  .col-md-20-24 {
    width: 83.3333%; }
  .col-md-7-8,
  .col-md-21-24 {
    width: 87.5000%; }
  .col-md-11-12,
  .col-md-22-24 {
    width: 91.6667%; }
  .col-md-23-24 {
    width: 95.8333%; }
  .col-md-1,
  .col-md-1-1,
  .col-md-24-24 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-1-2,
  .col-lg-1-3,
  .col-lg-2-3,
  .col-lg-1-4,
  .col-lg-3-4,
  .col-lg-1-6,
  .col-lg-5-6,
  .col-lg-1-8,
  .col-lg-3-8,
  .col-lg-5-8,
  .col-lg-7-8,
  .col-lg-1-12,
  .col-lg-5-12,
  .col-lg-7-12,
  .col-lg-11-12,
  .col-lg-1-24,
  .col-lg-2-24,
  .col-lg-3-24,
  .col-lg-4-24,
  .col-lg-5-24,
  .col-lg-6-24,
  .col-lg-7-24,
  .col-lg-8-24,
  .col-lg-9-24,
  .col-lg-10-24,
  .col-lg-11-24,
  .col-lg-12-24,
  .col-lg-13-24,
  .col-lg-14-24,
  .col-lg-15-24,
  .col-lg-16-24,
  .col-lg-17-24,
  .col-lg-18-24,
  .col-lg-19-24,
  .col-lg-20-24,
  .col-lg-21-24,
  .col-lg-22-24,
  .col-lg-23-24,
  .col-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-lg-1-24 {
    width: 4.1667%; }
  .col-lg-1-12,
  .col-lg-2-24 {
    width: 8.3333%; }
  .col-lg-1-8,
  .col-lg-3-24 {
    width: 12.5000%; }
  .col-lg-1-6,
  .col-lg-4-24 {
    width: 16.6667%; }
  .col-lg-5-24 {
    width: 20.8333%; }
  .col-lg-1-4,
  .col-lg-6-24 {
    width: 25%; }
  .col-lg-7-24 {
    width: 29.1667%; }
  .col-lg-1-3,
  .col-lg-8-24 {
    width: 33.3333%; }
  .col-lg-3-8,
  .col-lg-9-24 {
    width: 37.5000%; }
  .col-lg-5-12,
  .col-lg-10-24 {
    width: 41.6667%; }
  .col-lg-11-24 {
    width: 45.8333%; }
  .col-lg-1-2,
  .col-lg-12-24 {
    width: 50%; }
  .col-lg-13-24 {
    width: 54.1667%; }
  .col-lg-7-12,
  .col-lg-14-24 {
    width: 58.3333%; }
  .col-lg-5-8,
  .col-lg-15-24 {
    width: 62.5000%; }
  .col-lg-2-3,
  .col-lg-16-24 {
    width: 66.6667%; }
  .col-lg-17-24 {
    width: 70.8333%; }
  .col-lg-3-4,
  .col-lg-18-24 {
    width: 75%; }
  .col-lg-19-24 {
    width: 79.1667%; }
  .col-lg-5-6,
  .col-lg-20-24 {
    width: 83.3333%; }
  .col-lg-7-8,
  .col-lg-21-24 {
    width: 87.5000%; }
  .col-lg-11-12,
  .col-lg-22-24 {
    width: 91.6667%; }
  .col-lg-23-24 {
    width: 95.8333%; }
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-24-24 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-1-2,
  .col-xl-1-3,
  .col-xl-2-3,
  .col-xl-1-4,
  .col-xl-3-4,
  .col-xl-1-6,
  .col-xl-5-6,
  .col-xl-1-8,
  .col-xl-3-8,
  .col-xl-5-8,
  .col-xl-7-8,
  .col-xl-1-12,
  .col-xl-5-12,
  .col-xl-7-12,
  .col-xl-11-12,
  .col-xl-1-24,
  .col-xl-2-24,
  .col-xl-3-24,
  .col-xl-4-24,
  .col-xl-5-24,
  .col-xl-6-24,
  .col-xl-7-24,
  .col-xl-8-24,
  .col-xl-9-24,
  .col-xl-10-24,
  .col-xl-11-24,
  .col-xl-12-24,
  .col-xl-13-24,
  .col-xl-14-24,
  .col-xl-15-24,
  .col-xl-16-24,
  .col-xl-17-24,
  .col-xl-18-24,
  .col-xl-19-24,
  .col-xl-20-24,
  .col-xl-21-24,
  .col-xl-22-24,
  .col-xl-23-24,
  .col-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .col-xl-1-24 {
    width: 4.1667%; }
  .col-xl-1-12,
  .col-xl-2-24 {
    width: 8.3333%; }
  .col-xl-1-8,
  .col-xl-3-24 {
    width: 12.5000%; }
  .col-xl-1-6,
  .col-xl-4-24 {
    width: 16.6667%; }
  .col-xl-5-24 {
    width: 20.8333%; }
  .col-xl-1-4,
  .col-xl-6-24 {
    width: 25%; }
  .col-xl-7-24 {
    width: 29.1667%; }
  .col-xl-1-3,
  .col-xl-8-24 {
    width: 33.3333%; }
  .col-xl-3-8,
  .col-xl-9-24 {
    width: 37.5000%; }
  .col-xl-5-12,
  .col-xl-10-24 {
    width: 41.6667%; }
  .col-xl-11-24 {
    width: 45.8333%; }
  .col-xl-1-2,
  .col-xl-12-24 {
    width: 50%; }
  .col-xl-13-24 {
    width: 54.1667%; }
  .col-xl-7-12,
  .col-xl-14-24 {
    width: 58.3333%; }
  .col-xl-5-8,
  .col-xl-15-24 {
    width: 62.5000%; }
  .col-xl-2-3,
  .col-xl-16-24 {
    width: 66.6667%; }
  .col-xl-17-24 {
    width: 70.8333%; }
  .col-xl-3-4,
  .col-xl-18-24 {
    width: 75%; }
  .col-xl-19-24 {
    width: 79.1667%; }
  .col-xl-5-6,
  .col-xl-20-24 {
    width: 83.3333%; }
  .col-xl-7-8,
  .col-xl-21-24 {
    width: 87.5000%; }
  .col-xl-11-12,
  .col-xl-22-24 {
    width: 91.6667%; }
  .col-xl-23-24 {
    width: 95.8333%; }
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-24-24 {
    width: 100%; } }

/*
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-button {
  /* Structure */
  display: inline-block;
  *display: inline;
  /*IE 6/7*/
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*csslint outline-none:false*/
.pure-button {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 0.2em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  *color: #444;
  /* IE 6 & 7 */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none transparent;
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px; }

.pure-button:focus {
  outline: 0; }

.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset; }

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none; }

.pure-button-hidden {
  display: none; }

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #fff; }

/*
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*csslint adjoining-classes:false, outline-none:false*/
/*TODO: Remove this lint rule override after a refactor of this code.*/
.pure-menu.pure-menu-open {
  visibility: visible;
  z-index: 2;
  width: 100%; }

.pure-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.pure-menu > ul {
  position: relative; }

.pure-menu-open > ul {
  left: 0;
  top: 0;
  visibility: visible; }
  .pure-menu-open > ul:focus {
    outline: 0; }

.pure-menu li {
  position: relative; }

.pure-menu a, .pure-menu .pure-menu-heading {
  display: block;
  color: inherit;
  line-height: 1.5em;
  padding: 5px 20px;
  text-decoration: none;
  white-space: nowrap; }

.pure-menu.pure-menu-horizontal > .pure-menu-heading {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  vertical-align: middle; }

.pure-menu.pure-menu-horizontal > ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.pure-menu li a {
  padding: 5px 20px; }

.pure-menu-can-have-children > .pure-menu-label {
  padding-right: 30px; }
  .pure-menu-can-have-children > .pure-menu-label:after {
    content: '\25B8';
    float: right;
    /* These specific fonts have the Unicode char we need. */
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    margin-right: -20px;
    margin-top: -1px; }

.pure-menu-separator {
  background-color: #dfdfdf;
  display: block;
  height: 1px;
  font-size: 0;
  margin: 7px 2px;
  overflow: hidden; }

.pure-menu-hidden {
  display: none; }

/* FIXED MENU */
.pure-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

/* HORIZONTAL MENU CODE */
/* Initial menus should be inline-block so that they are horizontal */
.pure-menu-horizontal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }
  .pure-menu-horizontal li li {
    display: block; }
  .pure-menu-horizontal li.pure-menu-separator {
    height: 50%;
    width: 1px;
    margin: 0 7px; }
  .pure-menu-horizontal li li.pure-menu-separator {
    height: 1px;
    width: auto;
    margin: 7px 2px; }

.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label {
  padding-right: 30px; }
  .pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label:after {
    content: "\25BE"; }

/* Submenus should still be display: block; */
/* Content after should be down arrow */
/*Add extra padding to elements that have the arrow so that the hover looks nice */
/* Adjusting separator for vertical menus */
/* Submenus should be horizontal separator again */
/*csslint adjoining-classes:false*/
/*TODO: Remove this lint rule override after a refactor of this code.*/
/* MAIN MENU STYLING */
.pure-menu.pure-menu-open {
  /* Old browsers */
  border: 1px solid transparent; }

.pure-menu.pure-menu-horizontal {
  border: none; }
  .pure-menu.pure-menu-horizontal li .pure-menu-children {
    /* Old browsers */
    border: 1px solid #b7b7b7; }
  .pure-menu.pure-menu-horizontal .pure-menu-heading {
    border: none; }

.pure-menu a {
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
  color: #777; }

.pure-menu .pure-menu-can-have-children > li:after {
  color: #777; }

.pure-menu .pure-menu-can-have-children > li:hover:after {
  color: #fff; }

.pure-menu li.pure-menu-disabled a:hover, .pure-menu li.pure-menu-disabled a:focus {
  color: #bfbfbf; }

.pure-menu .pure-menu-disabled > a {
  background-image: none;
  border-color: transparent;
  cursor: default;
  color: #bfbfbf; }

.pure-menu .pure-menu-can-have-children.pure-menu-disabled > a:after {
  color: #bfbfbf; }

.pure-menu .pure-menu-heading {
  color: #565d64;
  text-transform: uppercase;
  font-size: 90%;
  margin-top: 0.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf; }

.pure-menu .pure-menu-selected a {
  color: #000; }

.pure-menu.pure-menu-open.pure-menu-fixed {
  border: none;
  border-bottom: 1px solid #b7b7b7; }

/* remove borders for horizontal menus */
/* LINK STYLES */
/* Focus style for a dropdown menu-item when the parent has been opened */
/* DISABLED STATES */
/* HEADINGS */
/* ACTIVE MENU ITEM */
/* FIXED MENU */
/*csslint box-model:false*/
/*TODO: Remove this lint rule override after a refactor of this code.*/
.pure-paginator {
  /* `pure-g` Grid styles */
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /* `pure-paginator` Specific styles */
  list-style: none;
  margin: 0;
  padding: 0; }

.opera-only :-o-prefocus {
  word-spacing: -0.43em; }

.pure-paginator {
  word-spacing: -0.43em; }
  .pure-paginator li {
    display: inline-block;
    *display: inline;
    /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-paginator .pure-button {
    border-radius: 0;
    padding: 0.8em 1.4em;
    vertical-align: top;
    height: 1.1em; }
    .pure-paginator .pure-button:focus, .pure-paginator .pure-button:active {
      outline-style: none; }
  .pure-paginator .prev, .pure-paginator .next {
    color: #C0C1C3;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45); }
  .pure-paginator .prev {
    border-radius: 2px 0 0 2px; }
  .pure-paginator .next {
    border-radius: 0 2px 2px 0; }

/* `pure-u` Grid styles */
@media (max-width: 480px) {
  .pure-menu-horizontal {
    width: 100%; }
  .pure-menu-children li {
    display: block;
    border-bottom: 1px solid black; } }

.row {
  font-family: "open_sansregular", Helvetica, Arial, sans-serif;
  width: 100%; }

[class*="col-"] {
  font-family: "open_sansregular", Helvetica, Arial, sans-serif; }

.label {
  margin: 0 0.1em;
  padding: 0.3em 1em;
  color: #ffffff;
  background: #999;
  font-size: 80%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

@font-face {
  font-family: "icons";
  src: url("/fonts/icons.eot?600afd73c12ad4663d61e3bd32437c97");
  src: url("/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/fonts/icons.woff?600afd73c12ad4663d61e3bd32437c97") format("woff"), url("/fonts/icons.ttf?600afd73c12ad4663d61e3bd32437c97") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icons {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icons_alert:before {
  content: "\f101"; }

.icons_arrow-dropdown:before {
  content: "\f102"; }

.icons_arrow-dropleft:before {
  content: "\f103"; }

.icons_arrow-dropright:before {
  content: "\f104"; }

.icons_arrow-dropup:before {
  content: "\f105"; }

.icons_arrow-swap:before {
  content: "\f106"; }

.icons_calendar:before {
  content: "\f107"; }

.icons_cat_home:before {
  content: "\f108"; }

.icons_chatboxes:before {
  content: "\f109"; }

.icons_checkmark:before {
  content: "\f10a"; }

.icons_chevron-down:before {
  content: "\f10b"; }

.icons_chevron-left:before {
  content: "\f10c"; }

.icons_chevron-right:before {
  content: "\f10d"; }

.icons_chevron-up:before {
  content: "\f10e"; }

.icons_close:before {
  content: "\f10f"; }

.icons_email-outline:before {
  content: "\f110"; }

.icons_email:before {
  content: "\f111"; }

.icons_information:before {
  content: "\f112"; }

.icons_list:before {
  content: "\f113"; }

.icons_more:before {
  content: "\f114"; }

.icons_navicon:before {
  content: "\f115"; }

.icons_printer:before {
  content: "\f116"; }

.icons_search:before {
  content: "\f117"; }

.icons_send:before {
  content: "\f118"; }

.icons_social-facebook:before {
  content: "\f119"; }

.icons_social-googleplus:before {
  content: "\f11a"; }

.icons_social-twitter:before {
  content: "\f11b"; }

.icons_social-youtube-outline:before {
  content: "\f11c"; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.hidden-lg {
  display: block; }
  @media screen and (max-width: 64em) {
    .hidden-lg {
      display: none !important;
      visibility: hidden; } }

.hidden-md {
  display: block; }
  @media screen and (max-width: 48em) {
    .hidden-md {
      display: none !important;
      visibility: hidden; } }

.hidden-sm {
  display: block; }
  @media screen and (max-width: 35.5em) {
    .hidden-sm {
      display: none !important;
      visibility: hidden; } }

.hidden-xs {
  display: block; }
  @media only screen and (max-width: 35.4375em) {
    .hidden-xs {
      display: none !important;
      visibility: hidden; } }

.invisible {
  visibility: hidden; }

.visible-lg {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 64em) {
    .visible-lg {
      display: block;
      visibility: visible; } }

.visible-md {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 48em) {
    .visible-md {
      display: block;
      visibility: visible; } }

.visible-sm {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 35.5em) {
    .visible-sm {
      display: block;
      visibility: visible; } }

.visible-xs {
  display: none;
  visibility: hidden; }
  @media only screen and (max-width: 35.4375em) {
    .visible-xs {
      display: block;
      visibility: visible; } }

.clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  content: "";
  clear: both;
  display: table; }

.f-left {
  float: left;
  display: inline;
  *display: inline; }

.f-right {
  float: right;
  display: inline;
  *display: inline; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.form_group, .top_menu .nav .show.search, .art_page .art_cat, .register-page .contact_form .tab-wrap, .footer_title {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap; }

.form_group .btn, .form_group input, .pagination li, .top_menu .nav .show.search .find-btn, .art_page .art_cat .cat_name, .art_page .art_cat .icons, .contact_form, .footer_title h1, nav, nav .ft_nav li, .ft_content .ft_us .ft_us_email address a {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  *vertical-align: auto;
  text-rendering: auto; }

.inl_block {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  *vertical-align: auto;
  text-rendering: auto; }

.f-wr-align {
  display: flex;
  align-items: center;
  justify-content: center; }

.f-wr-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 50%; }

.centered-ad {
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.ng-hide {
  display: none !important; }

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

body {
  -webkit-backface-visibility: hidden; }

@-webkit-keyframes widthExpand {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@-moz-keyframes widthExpand {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@keyframes widthExpand {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@-webkit-keyframes widthInput {
  from {
    width: 0%; }
  to {
    width: 85%;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px); } }

@-moz-keyframes widthInput {
  from {
    width: 0%; }
  to {
    width: 85%;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px); } }

@keyframes widthInput {
  from {
    width: 0%; }
  to {
    width: 85%;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px); } }

@-webkit-keyframes heightExpand {
  from {
    height: 0%; }
  to {
    height: 100%; } }

@-moz-keyframes heightExpand {
  from {
    height: 0%; }
  to {
    height: 100%; } }

@keyframes heightExpand {
  from {
    height: 0%; }
  to {
    height: 100%; } }

@-webkit-keyframes ohide {
  from {
    opacity: 0; }
  to {
    opacity: 0; } }

@-moz-keyframes ohide {
  from {
    opacity: 0; }
  to {
    opacity: 0; } }

@keyframes ohide {
  from {
    opacity: 0; }
  to {
    opacity: 0; } }

@-webkit-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes showup {
  from {
    -webkit-transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0); } }

@-moz-keyframes showup {
  from {
    -moz-transform: translateY(100%); }
  to {
    -moz-transform: translateY(0); } }

@keyframes showup {
  from {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes tada {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) rotate(180deg); }
  50%, 100% {
    opacity: 1; } }

@-moz-keyframes tada {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3) rotate(180deg); }
  50%, 100% {
    opacity: 1; } }

@keyframes tada {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) rotate(180deg);
    -moz-transform: scale3d(0.3, 0.3, 0.3) rotate(180deg);
    -ms-transform: scale3d(0.3, 0.3, 0.3) rotate(180deg);
    -o-transform: scale3d(0.3, 0.3, 0.3) rotate(180deg);
    transform: scale3d(0.3, 0.3, 0.3) rotate(180deg); }
  50%, 100% {
    opacity: 1; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-12px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-12px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-12px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-12px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@font-face {
  font-family: 'open_sansregular';
  src: url("/fonts/opensans-regular-webfont.eot");
  src: url("/fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff"), url("/fonts/opensans-regular-webfont.ttf") format("truetype"), url("/fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pt_sansregular';
  src: url("/fonts/pts55f-webfont.eot");
  src: url("/fonts/pts55f-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/pts55f-webfont.woff2") format("woff2"), url("/fonts/pts55f-webfont.woff") format("woff"), url("/fonts/pts55f-webfont.ttf") format("truetype"), url("/fonts/pts55f-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "open_sansregular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
  font-weight: 300; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000000; }
    h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
      color: #000000; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.875rem; }

h4 {
  font-size: 1.625rem; }

h5 {
  font-size: 1.5rem; }

h6 {
  font-size: 1.375rem; }

nav li {
  font-family: "pt_sansregular", Helvetica, Arial, sans-serif; }

.tabs li {
  font-family: "pt_sansregular", Helvetica, Arial, sans-serif; }

time {
  font-size: 0.75rem;
  color: #b8b8b8;
  cursor: default; }

.breadcrumbs .icons_cat_home {
  color: #dcdcdc;
  font-size: 1.0625rem;
  margin-right: 0.1875em;
  top: -0.125em;
  position: relative; }

.breadcrumbs .bc {
  list-style-type: none;
  padding-left: 0; }
  .breadcrumbs .bc li {
    display: inline-block;
    *display: inline;
    /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    *vertical-align: auto;
    text-rendering: auto; }
    .breadcrumbs .bc li a {
      color: #f26235;
      font-size: 0.875rem;
      cursor: pointer; }
      .breadcrumbs .bc li a .name {
        max-width: 15.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .breadcrumbs .bc li.active .name {
      border-bottom: 1px solid #f26235;
      padding-bottom: 0.0625em; }
    .breadcrumbs .bc li:hover:first-child .icons_cat_home {
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      transition: color 0.2s ease;
      color: #f26235; }
    .breadcrumbs .bc li:hover a {
      color: #b5340c; }
    .breadcrumbs .bc li:hover.active .name {
      border-bottom: 1px solid #b5340c; }

@media only screen and (max-width: 35.4375em) {
  .breadcrumbs {
    display: none; } }

.alert {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  *vertical-align: auto;
  text-rendering: auto;
  padding: 1.875em;
  position: fixed;
  z-index: 1000;
  top: 46%;
  right: 0;
  max-width: 25em;
  box-shadow: 0px 2px 3px #999;
  background: #ffffff; }
  .alert.show {
    -webkit-animation: fadeInRightBig 0.7s ease;
    -moz-animation: fadeInRightBig 0.7s ease;
    animation: fadeInRightBig 0.7s ease; }
    .no-cssanimations .alert.show {
      display: block; }
  .alert.hide {
    -webkit-animation: fadeOutRightBig 0.7s ease, forwards;
    -moz-animation: fadeOutRightBig 0.7s ease, forwards;
    animation: fadeOutRightBig 0.7s ease, forwards; }
    .no-cssanimations .alert.hide {
      display: none; }
  .alert button.close {
    position: absolute;
    padding: 0 0.3125em;
    padding-top: 0.0625em;
    top: 0;
    left: -1.1875em;
    font-size: 1.375rem;
    box-shadow: -1px 1px 3px #999;
    font-weight: 700;
    border: 0;
    background: #ffffff;
    outline: 0;
    z-index: 50; }
    .alert button.close:after {
      content: "";
      width: 0.625em;
      height: 110%;
      position: absolute;
      background: #ffffff;
      z-index: 200;
      top: 0;
      right: -0.5625em; }
  .alert p {
    font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
    color: #000000;
    margin: 0;
    text-align: center;
    font-weight: 400; }

.alert-danger {
  border-right: 50px solid #c44242; }
  .alert-danger:before {
    content: "\f101";
    color: #ffffff; }
  .alert-danger button.close {
    color: #7a2626;
    background: #c44242; }

.alert-success {
  border-right: 50px solid #42c445; }
  .alert-success:before {
    content: "\f10a";
    color: #ffffff; }
  .alert-success button.close {
    color: #267a28;
    background: #42c445; }

.alert-info {
  border-right: 50px solid #4295c4; }
  .alert-info:before {
    content: "\f112";
    color: #ffffff; }
  .alert-info button.close {
    color: #265c7a;
    background: #4295c4; }

.message_fix.show {
  -webkit-animation: fadeInRightBig 0.7s ease;
  -moz-animation: fadeInRightBig 0.7s ease;
  animation: fadeInRightBig 0.7s ease; }
  .no-cssanimations .message_fix.show {
    display: block; }

.message_fix.hide {
  -webkit-animation: fadeOutRightBig 0.7s ease, forwards;
  -moz-animation: fadeOutRightBig 0.7s ease, forwards;
  animation: fadeOutRightBig 0.7s ease, forwards; }
  .no-cssanimations .message_fix.hide {
    display: none; }

.message_fix .row {
  letter-spacing: 0; }

.alert-danger:before, .alert-success:before, .alert-info:before {
  position: absolute;
  right: -2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.375em;
  font-size: 1.375rem;
  font-family: "icons";
  vertical-align: middle;
  line-height: 1;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  position: relative;
  padding: 0.625em;
  height: 3.25em; }
  .btn:hover, .btn:active, .btn:focus {
    outline: 0px; }

.btn-group {
  margin-top: 1.875em; }
  .btn-group .btn-login {
    margin: 0 5px;
    color: #ffffff; }

.btn-icon {
  width: 3.75em;
  background: none;
  z-index: 2;
  overflow: visible; }
  .btn-icon i {
    font-size: 2rem;
    position: relative; }
  .btn-icon.active {
    background: #f26235; }
    .btn-icon.active i {
      color: #ffffff; }
    .btn-icon.active:after {
      content: '';
      border-top: 8px solid transparent;
      border-left: 8px solid #f26235;
      border-bottom: 8px solid transparent;
      display: inline-block;
      *display: inline;
      /* IE < 8: fake inline-block */
      zoom: 1;
      letter-spacing: normal;
      word-spacing: normal;
      vertical-align: top;
      *vertical-align: auto;
      text-rendering: auto;
      position: absolute;
      right: -0.3125em;
      top: 46%;
      margin-top: -webkit-calc(50% - 6px);
      margin-top: calc(50% - 6px); }

.btn-flat {
  padding: 0.8125em 1.5625em;
  margin: 0.625em;
  font-size: 0.875rem;
  font-family: "open_sansregular", Helvetica, Arial, sans-serif;
  height: 3.25em; }
  .btn-flat .icons {
    font-size: 1.375rem;
    margin-left: 0.625em;
    position: relative;
    top: -0.0625em; }

.btn-orange, .register-page .contact_form .tab-wrap .active {
  background-color: #f26235;
  color: #ffffff; }
  .btn-orange:hover, .register-page .contact_form .tab-wrap .active:hover {
    background-color: #f15727; }
  .btn-orange:active, .register-page .contact_form .tab-wrap .active:active {
    background-color: #c83f13; }

.btn-cyan {
  background-color: #01af9b;
  color: #ffffff; }
  .btn-cyan:hover {
    background-color: #01a08e; }
  .btn-cyan:active {
    background-color: #009584; }

.btn-cyano {
  background-color: #087d9e;
  color: #ffffff; }
  .btn-cyano:hover {
    background-color: #07718f; }
  .btn-cyano:active {
    background-color: #076681; }

.btn-blue {
  background-color: #4899D0;
  color: #ffffff; }
  .btn-blue:hover {
    background-color: #3c92cd; }
  .btn-blue:active {
    background-color: #338bc6; }

.btn-purple {
  background-color: #bc60a3;
  color: #ffffff; }
  .btn-purple:hover {
    background-color: #b7559d; }
  .btn-purple:active {
    background-color: #b24b96; }

.btn-black {
  background-color: #5b5b5b;
  color: #ffffff; }
  .btn-black:hover {
    background-color: #4e4e4e; }
  .btn-black:active {
    background-color: #444444; }

.btn-sys {
  border-radius: 50%;
  width: 2.1875em;
  height: 2.1875em;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  padding: 0 0 0.0625em 0.0625em;
  cursor: pointer; }
  .btn-sys .icons {
    color: #ffffff;
    margin: 0.5em 0 0 0.4375em; }

.rehab_wrap .tabs .tab-content > .tab-pane, .sb_multitab .tab-content > .tab-pane, .multitab .tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.rehab_wrap .tabs .tab-content > .active, .sb_multitab .tab-content > .active, .multitab .tab-content > .active {
  display: block;
  visibility: visible; }

.rehab_wrap .tabs .tab-content .fade, .sb_multitab .tab-content .fade, .multitab .tab-content .fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out; }

.rehab_wrap .tabs .tab-content .fade.in, .sb_multitab .tab-content .fade.in, .multitab .tab-content .fade.in {
  opacity: 1;
  filter: alpha(opacity=100); }

input, select {
  height: 3.25em;
  padding-left: 1.5625em; }

.main_wrap input, .main_wrap select {
  width: 100%;
  border: 1px solid #cccccc;
  padding-left: 0.9375em;
  outline: 0;
  background: #f4f2f2;
  color: #000000; }
  .main_wrap input:hover, .main_wrap input:active, .main_wrap input:focus, .main_wrap select:hover, .main_wrap select:active, .main_wrap select:focus {
    background: #ffffff;
    border: 1px solid #868686; }
  .main_wrap input.success, .main_wrap select.success {
    background: #ffffff;
    border: 1px solid #78dacd; }

.main_wrap textarea {
  width: 100%;
  border: 1px solid #cccccc;
  color: #000000;
  padding-top: 0.625em;
  padding-left: 0.9375em;
  outline: 0;
  height: 12.1875em;
  background: #f4f2f2; }
  .main_wrap textarea:hover, .main_wrap textarea:active, .main_wrap textarea:focus {
    background: #ffffff;
    border: 1px solid #868686; }
  .main_wrap textarea.success {
    background: #ffffff;
    border: 1px solid #78dacd; }

#gal_wrapp {
  padding: 0 1.25em; }
  #gal_wrapp .owl-carousel {
    position: relative; }
    #gal_wrapp .owl-carousel .owl-wrapper .owl-item {
      padding: 0 0.3125em;
      overflow: hidden; }
    #gal_wrapp .owl-carousel .owl-wrapper img {
      margin: 0; }
  #gal_wrapp .owl-controls {
    position: absolute;
    top: 0.9375em;
    top: -webkit-calc(50% - 32px);
    top: calc(50% - 32px);
    width: 100%; }
    #gal_wrapp .owl-controls .owl-buttons .owl-prev {
      width: 3.125em;
      height: 1.5625em;
      background: none;
      position: absolute;
      left: -4.6875em;
      height: 2.8125em; }
      #gal_wrapp .owl-controls .owl-buttons .owl-prev:after {
        content: "\f10c"; }
    #gal_wrapp .owl-controls .owl-buttons .owl-next {
      width: 3.125em;
      height: 1.5625em;
      background: none;
      position: absolute;
      right: -3.75em;
      height: 2.8125em; }
      #gal_wrapp .owl-controls .owl-buttons .owl-next:after {
        content: "\f10d"; }

iframe {
  max-width: 100%; }

.video_container object, .video_container embed {
  max-width: 100%; }

@media screen and (max-width: 48em) {
  .video_container {
    position: relative;
    margin-bottom: 1.25em;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden; }
    .video_container object, .video_container iframe, .video_container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.icons_calendar {
  color: #b8b8b8;
  font-size: 0.75rem;
  position: relative;
  top: -0.0625em; }

.icons_chatboxes {
  color: #00ad9b;
  font-size: 0.875rem;
  position: relative; }

.icons_search {
  width: 100%;
  margin-left: 0.125em; }

.ft_content .ft_nl:after {
  font-size: 4.375rem;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
  color: #f9f9f9;
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  *vertical-align: auto;
  text-rendering: auto;
  max-width: 100%;
  font-family: "icons";
  vertical-align: middle;
  line-height: 1;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.menu .menu-items .dropdown:after {
  font-size: 0.75rem;
  color: #ffffff;
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  *vertical-align: auto;
  text-rendering: auto;
  max-width: 100%;
  font-family: "icons";
  vertical-align: middle;
  line-height: 1;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.pagination .previous_page:before, .pagination .next_page:after {
  font-size: 0.875rem;
  color: #00ad9b;
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  *vertical-align: auto;
  text-rendering: auto;
  max-width: 100%;
  font-family: "icons";
  vertical-align: middle;
  line-height: 1;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

#gal_wrapp .owl-controls .owl-buttons .owl-prev:after, #gal_wrapp .owl-controls .owl-buttons .owl-next:after {
  font-size: 1.875rem;
  color: #444444;
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  *vertical-align: auto;
  text-rendering: auto;
  max-width: 100%;
  font-family: "icons";
  vertical-align: middle;
  line-height: 1;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.icons_social-googleplus {
  color: #fc7272;
  cursor: pointer; }
  .icons_social-googleplus:hover, .icons_social-googleplus:active {
    color: #fb4040; }

.icons_social-facebook {
  color: #3b5998;
  cursor: pointer; }
  .icons_social-facebook:hover, .icons_social-facebook:active {
    color: #2d4373; }

.icons_social-youtube-outline {
  color: #fc7272;
  cursor: pointer; }
  .icons_social-youtube-outline:hover, .icons_social-youtube-outline:active {
    color: #fb4040; }

.icons_social-twitter {
  color: #2295d7;
  cursor: pointer; }
  .icons_social-twitter:hover, .icons_social-twitter:active {
    color: #1b76ab; }

.pagination {
  padding: 0.625em 0;
  width: 100%;
  text-align: center; }
  .pagination li {
    text-align: center;
    color: #cecece;
    position: relative;
    top: 10px;
    cursor: default;
    font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
    font-size: 0.875rem; }
    .pagination li a {
      color: #737373; }
      .pagination li a:hover {
        color: #00ad9b; }
    .pagination li.current a {
      color: #cecece; }
  .pagination .previous_page, .pagination .next_page {
    position: relative;
    display: block;
    cursor: pointer;
    top: 0px; }
    .pagination .previous_page a, .pagination .previous_page span, .pagination .next_page a, .pagination .next_page span {
      color: #00ad9b;
      font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
      font-size: 0.875rem !important;
      font-weight: 600;
      border-bottom: 2px solid #01af9b;
      display: block;
      width: 100%;
      height: 100%; }
      .pagination .previous_page a:hover, .pagination .previous_page a:active, .pagination .previous_page a:focus, .pagination .previous_page span:hover, .pagination .previous_page span:active, .pagination .previous_page span:focus, .pagination .next_page a:hover, .pagination .next_page a:active, .pagination .next_page a:focus, .pagination .next_page span:hover, .pagination .next_page span:active, .pagination .next_page span:focus {
        color: #1bd4c5;
        border-bottom: 2px solid #1bd4c5; }
  .pagination .previous_page {
    float: left; }
    .pagination .previous_page a, .pagination .previous_page span {
      padding: 0.3125em 0.3125em 0.3125em 1.5625em; }
    .pagination .previous_page:before {
      content: "\f10c";
      position: absolute;
      top: 0.375em;
      left: 0.125em; }
    .pagination .previous_page:hover:before {
      color: #1bd4c5; }
  .pagination .next_page {
    float: right; }
    .pagination .next_page a, .pagination .next_page span {
      padding: 0.3125em 1.5625em 0.3125em 0.3125em; }
    .pagination .next_page:after {
      content: "\f10d";
      position: absolute;
      top: 0.375em;
      right: 0.125em; }
    .pagination .next_page:hover:after {
      color: #1bd4c5; }
  .pagination .disabled {
    cursor: default; }
    .pagination .disabled a:hover, .pagination .disabled a:active, .pagination .disabled a:focus, .pagination .disabled span:hover, .pagination .disabled span:active, .pagination .disabled span:focus {
      color: #00ad9b;
      border-bottom: 2px solid #01af9b; }
    .pagination .disabled:hover:before, .pagination .disabled:hover:after {
      color: #00ad9b; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 25%);
  -moz-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  transform: translate(0, 25%); }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0 !important; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.625em; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5; }

.modal-header {
  min-height: 1em;
  padding: 1.5625em 2.1875em;
  border-bottom: 1px solid #dcdcdc;
  background: #f7f7f7; }
  .modal-header .close {
    position: absolute;
    top: 0;
    right: 0; }
    .modal-header .close .icons {
      font-size: 1rem;
      color: #b3b3b3; }
    .modal-header .close:hover .icons, .modal-header .close:active .icons {
      color: #444444; }

.modal-title {
  margin: 0;
  line-height: 1.5rem; }

.modal-body {
  position: relative;
  padding: 2.8125em;
  background: #444444;
  color: #ffffff; }

.modal-footer {
  padding: 0.9375em;
  text-align: right;
  border-top: 1px solid #dcdcdc;
  background: #f7f7f7; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 0.3125em;
    position: relative;
    padding: 1em 1.0625em;
    top: 0.0625em; }
    .modal-footer .btn + .btn:hover, .modal-footer .btn + .btn:active {
      color: #ffffff; }
  .modal-footer .btn {
    min-width: 8.125em; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -0.0625em; }
  .modal-footer .btn-group .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -624.9375em;
  width: 3.125em;
  height: 3.125em;
  overflow: scroll; }

@media screen and (min-width: 48em) {
  .modal-dialog {
    width: 37.5em;
    margin: 1.875em auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 18.75em; } }

@media screen and (min-width: 992px) {
  .modal-lg {
    width: 56.25em; } }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      -moz-transition: height 500ms ease-in-out;
      -ms-transition: height 500ms ease-in-out;
      -o-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left; }
    .owl-carousel .owl-item > * {
      width: 100%; }

/* display none until init */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer; }

/* mouse grab icon */
.grabbing {
  cursor: url("../img/grabbing.png") 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.gallery_buttons {
  width: 40px;
  margin: 35px 0px; }
  .gallery_buttons button {
    position: absolute;
    padding: 4px 8px;
    display: block; }
    .gallery_buttons button span {
      height: 25px;
      width: 21px;
      display: block; }

/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.2
*/
.owl-controls {
  margin-top: 10px;
  text-align: center; }
  .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5; }
  .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none; }
  .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */ }
    .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      filter: Alpha(Opacity=50);
      /*IE7 fix*/
      opacity: 0.5;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #869791; }
    .owl-controls .owl-page.active span {
      filter: Alpha(Opacity=100);
      /*IE7 fix*/
      opacity: 1; }
  .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1; }
  .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
/* If PaginationNumbers is true */
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: "AjaxLoader.gif", center;
  background: "AjaxLoader.gif", center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75%, 100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75%, 100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75%, 100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
input,
select,
textarea {
  font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
  font-size: 1rem; }

input,
textarea {
  color: #c5c5c5; }

.no-bg body {
  background-image: none !important; }
  @media only screen and (max-width: 35.4375em) {
    .no-bg body {
      padding-top: 4em; } }

html {
  height: 100%; }

body {
  background-color: #f7f7f7;
  height: 100%;
  color: #000000;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding-top: 6.875em;
  background-position: center 6.5625em;
  background-repeat: no-repeat;
  background-size: 100% 35em; }
  body.menu-open {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  @media screen and (max-width: 48em) {
    body {
      padding-top: 3.125em; } }
  @media only screen and (max-width: 35.4375em) {
    body {
      padding-top: 5em; } }

img {
  vertical-align: middle; }

a {
  text-decoration: none;
  font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
  color: #00ad9b; }
  a:hover {
    color: #1bd4c5; }
  a:active {
    color: #f26235; }
  a:focus {
    outline: 0; }

li a {
  display: block;
  color: #000000;
  outline: 0; }
  li a:hover {
    color: #00ad9b; }
  li a:active {
    color: #f26235; }

.accept-rules {
  margin-top: 10px; }
  .accept-rules .checkbox.checkbox-rules label {
    font-size: 11px; }
    .accept-rules .checkbox.checkbox-rules label input {
      height: 15px;
      margin-right: 5px;
      float: left;
      margin-top: 6px; }

.container {
  width: auto;
  margin: auto;
  max-width: 1180px;
  padding: 0; }

.art_wrap .m_title, .cat_page .m_title, .sr_wrap .m_title, .page_wrap .m_title, .calc_wrap .calc_container .m_title, .contact_desc .m_title, .contact_form .contact .m_title, .ft_content .sec_wrap .m_title {
  font-size: 1.625rem;
  margin-top: 0;
  margin-bottom: 0.3125em;
  padding-bottom: 0.3125em;
  font-style: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  text-align: left;
  padding-left: 0.3125em; }
  @media only screen and (max-width: 35.4375em) {
    .art_wrap .m_title, .cat_page .m_title, .sr_wrap .m_title, .page_wrap .m_title, .calc_wrap .calc_container .m_title, .contact_desc .m_title, .contact_form .contact .m_title, .ft_content .sec_wrap .m_title {
      font-size: 1.5rem;
      padding-left: 0; } }
  .art_wrap .m_title:after, .cat_page .m_title:after, .sr_wrap .m_title:after, .page_wrap .m_title:after, .calc_wrap .calc_container .m_title:after, .contact_desc .m_title:after, .contact_form .contact .m_title:after, .ft_content .sec_wrap .m_title:after {
    content: "";
    width: 1.875em;
    height: 0.0625em;
    background-color: #cecece;
    position: absolute;
    bottom: 0;
    left: 0; }
  .art_wrap .m_title .btn-icon, .cat_page .m_title .btn-icon, .sr_wrap .m_title .btn-icon, .page_wrap .m_title .btn-icon, .calc_wrap .calc_container .m_title .btn-icon, .contact_desc .m_title .btn-icon, .contact_form .contact .m_title .btn-icon, .ft_content .sec_wrap .m_title .btn-icon {
    -webkit-transition: max-width 0.5s ease;
    -moz-transition: max-width 0.5s ease;
    transition: max-width 0.5s ease;
    float: right;
    max-width: 1.875em;
    height: 1.25em;
    padding: 0.125em;
    color: #afafaf;
    position: absolute;
    bottom: 0.375em;
    right: 0; }
    .art_wrap .m_title .btn-icon .icons, .cat_page .m_title .btn-icon .icons, .sr_wrap .m_title .btn-icon .icons, .page_wrap .m_title .btn-icon .icons, .calc_wrap .calc_container .m_title .btn-icon .icons, .contact_desc .m_title .btn-icon .icons, .contact_form .contact .m_title .btn-icon .icons, .ft_content .sec_wrap .m_title .btn-icon .icons {
      top: -0.1875em; }
    .art_wrap .m_title .btn-icon:hover, .cat_page .m_title .btn-icon:hover, .sr_wrap .m_title .btn-icon:hover, .page_wrap .m_title .btn-icon:hover, .calc_wrap .calc_container .m_title .btn-icon:hover, .contact_desc .m_title .btn-icon:hover, .contact_form .contact .m_title .btn-icon:hover, .ft_content .sec_wrap .m_title .btn-icon:hover, .art_wrap .m_title .btn-icon:active, .cat_page .m_title .btn-icon:active, .sr_wrap .m_title .btn-icon:active, .page_wrap .m_title .btn-icon:active, .calc_wrap .calc_container .m_title .btn-icon:active, .contact_desc .m_title .btn-icon:active, .contact_form .contact .m_title .btn-icon:active, .ft_content .sec_wrap .m_title .btn-icon:active, .art_wrap .m_title .btn-icon:focus, .cat_page .m_title .btn-icon:focus, .sr_wrap .m_title .btn-icon:focus, .page_wrap .m_title .btn-icon:focus, .calc_wrap .calc_container .m_title .btn-icon:focus, .contact_desc .m_title .btn-icon:focus, .contact_form .contact .m_title .btn-icon:focus, .ft_content .sec_wrap .m_title .btn-icon:focus {
      max-width: 5em;
      color: #444444; }
      .art_wrap .m_title .btn-icon:hover:after, .cat_page .m_title .btn-icon:hover:after, .sr_wrap .m_title .btn-icon:hover:after, .page_wrap .m_title .btn-icon:hover:after, .calc_wrap .calc_container .m_title .btn-icon:hover:after, .contact_desc .m_title .btn-icon:hover:after, .contact_form .contact .m_title .btn-icon:hover:after, .ft_content .sec_wrap .m_title .btn-icon:hover:after, .art_wrap .m_title .btn-icon:active:after, .cat_page .m_title .btn-icon:active:after, .sr_wrap .m_title .btn-icon:active:after, .page_wrap .m_title .btn-icon:active:after, .calc_wrap .calc_container .m_title .btn-icon:active:after, .contact_desc .m_title .btn-icon:active:after, .contact_form .contact .m_title .btn-icon:active:after, .ft_content .sec_wrap .m_title .btn-icon:active:after, .art_wrap .m_title .btn-icon:focus:after, .cat_page .m_title .btn-icon:focus:after, .sr_wrap .m_title .btn-icon:focus:after, .page_wrap .m_title .btn-icon:focus:after, .calc_wrap .calc_container .m_title .btn-icon:focus:after, .contact_desc .m_title .btn-icon:focus:after, .contact_form .contact .m_title .btn-icon:focus:after, .ft_content .sec_wrap .m_title .btn-icon:focus:after {
        content: attr(data-name);
        -webkit-animation: show 1.1s ease;
        -moz-animation: show 1.1s ease;
        animation: show 1.1s ease;
        display: inline-block;
        *display: inline;
        /* IE < 8: fake inline-block */
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        *vertical-align: auto;
        text-rendering: auto;
        z-index: 3;
        position: absolute;
        right: 0.9375em;
        text-transform: initial;
        padding: 0.1875em;
        font-size: 0.875rem; }

.sb .sb_title, .sb_sys .sb_title {
  font-size: 1.625rem;
  text-transform: uppercase;
  color: #706f6f;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.625em;
  position: relative; }
  .sb .sb_title:after, .sb_sys .sb_title:after {
    content: "";
    width: 1.25em;
    height: 0.125em;
    background-color: #cecece;
    position: absolute;
    bottom: 0;
    left: 47%;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px); }

.news_wrap .art_f, .st_wrap .treat_wrap .art_f {
  padding-top: 0.9375em;
  max-width: 49%;
  float: left; }
  .news_wrap .art_f .art_f_photo, .st_wrap .treat_wrap .art_f .art_f_photo {
    max-width: 100%; }
    .news_wrap .art_f .art_f_photo img, .st_wrap .treat_wrap .art_f .art_f_photo img {
      max-width: 100%;
      display: block; }
  .news_wrap .art_f .art_f_title, .st_wrap .treat_wrap .art_f .art_f_title {
    margin: 0.375em 0.3125em 0.1875em 0.3125em;
    font-size: 1.5rem; }
  .news_wrap .art_f p, .st_wrap .treat_wrap .art_f p {
    margin: 0.375em 0.625em 0.1875em 0.625em;
    font-size: 0.875rem;
    line-height: 1.7; }
  .news_wrap .art_f span, .st_wrap .treat_wrap .art_f span {
    color: #00ad9b;
    font-size: 0.75rem;
    white-space: nowrap; }
    .news_wrap .art_f span .icons, .st_wrap .treat_wrap .art_f span .icons {
      top: -0.125em; }
    .news_wrap .art_f span:first-of-type, .st_wrap .treat_wrap .art_f span:first-of-type {
      margin-right: 0.5em;
      margin-left: 0.625em; }
  .news_wrap .art_f:hover .art_f_title a, .st_wrap .treat_wrap .art_f:hover .art_f_title a {
    color: #f26235; }
  .news_wrap .art_f:hover .art_f_photo, .st_wrap .treat_wrap .art_f:hover .art_f_photo {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0.9;
    filter: alpha(opacity=90); }
    .news_wrap .art_f:hover .art_f_photo:before, .st_wrap .treat_wrap .art_f:hover .art_f_photo:before {
      content: "";
      height: 100%;
      -webkit-animation: show 0.2s ease;
      -moz-animation: show 0.2s ease;
      animation: show 0.2s ease;
      width: 0.75em;
      background: #f04f1d;
      display: block;
      position: absolute; }

.news_wrap .art, .rehab_wrap .mobile_collapse .cl_art .art, .st_wrap .sick_wrap .art, .st_wrap .treat_wrap .art, .st_wrap .st_mobile .art, .sb_multitab .tab-pane-in .art, .sb_st .art {
  float: left;
  padding: 1.1875em 0;
  width: 100%; }
  .news_wrap .art:before, .rehab_wrap .mobile_collapse .cl_art .art:before, .st_wrap .sick_wrap .art:before, .st_wrap .treat_wrap .art:before, .st_wrap .st_mobile .art:before, .sb_multitab .tab-pane-in .art:before, .sb_st .art:before, .news_wrap .art:after, .rehab_wrap .mobile_collapse .cl_art .art:after, .st_wrap .sick_wrap .art:after, .st_wrap .treat_wrap .art:after, .st_wrap .st_mobile .art:after, .sb_multitab .tab-pane-in .art:after, .sb_st .art:after {
    content: " ";
    display: table; }
  .news_wrap .art:after, .rehab_wrap .mobile_collapse .cl_art .art:after, .st_wrap .sick_wrap .art:after, .st_wrap .treat_wrap .art:after, .st_wrap .st_mobile .art:after, .sb_multitab .tab-pane-in .art:after, .sb_st .art:after {
    clear: both; }
  .news_wrap .art .art_photo, .rehab_wrap .mobile_collapse .cl_art .art .art_photo, .st_wrap .sick_wrap .art .art_photo, .st_wrap .treat_wrap .art .art_photo, .st_wrap .st_mobile .art .art_photo, .sb_multitab .tab-pane-in .art .art_photo, .sb_st .art .art_photo {
    float: left;
    max-width: 7.5em;
    margin-right: 0.625em;
    position: relative; }
    .news_wrap .art .art_photo img, .rehab_wrap .mobile_collapse .cl_art .art .art_photo img, .st_wrap .sick_wrap .art .art_photo img, .st_wrap .treat_wrap .art .art_photo img, .st_wrap .st_mobile .art .art_photo img, .sb_multitab .tab-pane-in .art .art_photo img, .sb_st .art .art_photo img {
      max-width: 100%;
      display: block; }
  .news_wrap .art .art_title, .rehab_wrap .mobile_collapse .cl_art .art .art_title, .st_wrap .sick_wrap .art .art_title, .st_wrap .treat_wrap .art .art_title, .st_wrap .st_mobile .art .art_title, .sb_multitab .tab-pane-in .art .art_title, .sb_st .art .art_title {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1.25em;
    overflow: hidden;
    height: 42px; }
  .news_wrap .art p, .rehab_wrap .mobile_collapse .cl_art .art p, .st_wrap .sick_wrap .art p, .st_wrap .treat_wrap .art p, .st_wrap .st_mobile .art p, .sb_multitab .tab-pane-in .art p, .sb_st .art p {
    margin-top: 0.3125em;
    color: #444444;
    font-style: italic;
    font-size: 0.875rem;
    margin-bottom: 0; }
  .news_wrap .art span, .rehab_wrap .mobile_collapse .cl_art .art span, .st_wrap .sick_wrap .art span, .st_wrap .treat_wrap .art span, .st_wrap .st_mobile .art span, .sb_multitab .tab-pane-in .art span, .sb_st .art span {
    color: #00ad9b;
    font-size: 0.75rem;
    white-space: nowrap; }
    .news_wrap .art span .icons, .rehab_wrap .mobile_collapse .cl_art .art span .icons, .st_wrap .sick_wrap .art span .icons, .st_wrap .treat_wrap .art span .icons, .st_wrap .st_mobile .art span .icons, .sb_multitab .tab-pane-in .art span .icons, .sb_st .art span .icons {
      top: -0.125em; }
    .news_wrap .art span:first-of-type, .rehab_wrap .mobile_collapse .cl_art .art span:first-of-type, .st_wrap .sick_wrap .art span:first-of-type, .st_wrap .treat_wrap .art span:first-of-type, .st_wrap .st_mobile .art span:first-of-type, .sb_multitab .tab-pane-in .art span:first-of-type, .sb_st .art span:first-of-type {
      margin-right: 0.5em; }
  .news_wrap .art:hover, .rehab_wrap .mobile_collapse .cl_art .art:hover, .st_wrap .sick_wrap .art:hover, .st_wrap .treat_wrap .art:hover, .st_wrap .st_mobile .art:hover, .sb_multitab .tab-pane-in .art:hover, .sb_st .art:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .news_wrap .art:hover h3 a, .rehab_wrap .mobile_collapse .cl_art .art:hover h3 a, .st_wrap .sick_wrap .art:hover h3 a, .st_wrap .treat_wrap .art:hover h3 a, .st_wrap .st_mobile .art:hover h3 a, .sb_multitab .tab-pane-in .art:hover h3 a, .sb_st .art:hover h3 a {
      color: #f26235; }
    .news_wrap .art:hover .art_photo, .rehab_wrap .mobile_collapse .cl_art .art:hover .art_photo, .st_wrap .sick_wrap .art:hover .art_photo, .st_wrap .treat_wrap .art:hover .art_photo, .st_wrap .st_mobile .art:hover .art_photo, .sb_multitab .tab-pane-in .art:hover .art_photo, .sb_st .art:hover .art_photo {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0.9;
      filter: alpha(opacity=90); }
      .news_wrap .art:hover .art_photo:before, .rehab_wrap .mobile_collapse .cl_art .art:hover .art_photo:before, .st_wrap .sick_wrap .art:hover .art_photo:before, .st_wrap .treat_wrap .art:hover .art_photo:before, .st_wrap .st_mobile .art:hover .art_photo:before, .sb_multitab .tab-pane-in .art:hover .art_photo:before, .sb_st .art:hover .art_photo:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0.625em;
        height: 100%;
        background: #f26235; }

.more_link {
  display: block;
  margin-top: 1.875em;
  padding-bottom: 0.4375em;
  text-align: center;
  border-bottom: 1px solid #dcdcdc; }
  .more_link a {
    border-bottom: 4px solid #01af9b;
    padding: 0.3125em 0.625em;
    font-size: 0.875rem;
    font-weight: 600; }
    .more_link a:hover {
      border-bottom: 4px solid #1bd4c5; }
    .more_link a:active {
      border-bottom: 4px solid #f26235; }
  @media screen and (max-width: 30em) {
    .more_link {
      display: none; } }

.main_wrap, .aside_wrap, .page_wrap, .sr_wrap {
  margin-top: 0.9375em; }
  @media screen and (max-width: 62.75em) {
    .main_wrap, .aside_wrap, .page_wrap, .sr_wrap {
      width: 100%; } }
  @media only screen and (max-width: 35.4375em) {
    .main_wrap, .aside_wrap, .page_wrap, .sr_wrap {
      margin-top: 0; } }

.article .main_wrap, .article .aside_wrap {
  margin-top: 0.9375em; }
  @media only screen and (max-width: 35.4375em) {
    .article .main_wrap, .article .aside_wrap {
      margin-top: 0; } }

.article .aside_wrap > div, .article .aside_wrap > div > aside {
  height: 100%; }

.back_to_top {
  width: 3.75em;
  height: 3.125em;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .back_to_top.affix {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .back_to_top a {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #f26235;
    color: #ffffff; }
    .back_to_top a:hover {
      background-color: #f15727; }
    .back_to_top a:active {
      background-color: #c83f13; }
  .back_to_top .icons {
    font-size: 2em; }
  @media screen and (max-width: 35.5em) {
    .back_to_top {
      width: 3em;
      height: 2.75em; } }

#top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0; }

.header {
  background-color: #ffffff;
  padding: 1em 1em 1.6em 1em;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0; }
  .header .header_content {
    position: relative;
    text-align: right;
    margin-top: 0.625em; }
  .header .header_logo {
    outline: 0; }
    .header .header_logo .logo {
      background-image: -webkit-linear-gradient(transparent, transparent), url("/../img//logo.svg");
      background-image: linear-gradient(transparent, transparent), url("/../img//logo.svg");
      background-image: url("/../img//logo.svg"), none;
      background-size: 7.5em 3.75em;
      background-repeat: no-repeat;
      background-position: 1.5625em 0.3125em;
      width: 100%;
      height: 4.0625em;
      display: block; }
      .no-backgroundsize .header .header_logo .logo {
        background: transparent url("/../img//logo_fallback.png") 1.5625em 0.3125em no-repeat; }
      .no-inlinesvg .header .header_logo .logo {
        background: transparent url("/../img//logo_fallback.png") 1.5625em 0.3125em no-repeat; }
    @media only screen and (max-width: 63.9375em) {
      .header .header_logo .logo {
        background-position: 0 0.3125em; } }
  @media screen and (max-width: 48em) {
    .header {
      padding: 0 1em; }
      .header .header_logo .logo {
        background-position: 1.625em 0.125em;
        background-size: 4.6875em 2.8125em;
        height: 3.25em; }
      .header .header_content {
        margin-top: 0; } }
  @media only screen and (max-width: 35.4375em) {
    .header {
      padding: 0; }
      .header .header_logo {
        width: 35%;
        position: absolute;
        z-index: 10;
        left: -0.9375em;
        top: 0.25em; }
        .header .header_logo .logo {
          background-size: 4.6875em 2.5em; }
      .header .header_content {
        width: 100%; } }

@media screen and (min-width: 48.0625em) {
  .affix {
    padding: 0.2em 1em;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    transition: padding 0.3s ease; }
    .affix .header_logo .logo {
      -webkit-transition: background-size 0.3s ease;
      -moz-transition: background-size 0.3s ease;
      transition: background-size 0.3s ease;
      background-size: 5.625em 2.8125em; }
    .affix .header_content .show .menu-items li {
      padding-top: 0.8125em; }
    .affix .header_content .show .menu-items .menu-dropdown {
      top: 1.75em; }
    .affix .header_content .show .menu-items .dropdown:after {
      top: 1.8125em; }
    .affix .header_content .btn-icon {
      -webkit-transition: width 0.3s ease, height 0.3s ease, padding 0.3s ease;
      -moz-transition: width 0.3s ease, height 0.3s ease, padding 0.3s ease;
      transition: width 0.3s ease, height 0.3s ease, padding 0.3s ease;
      height: 2.8125em;
      width: 3.125em;
      padding: 0.375em; }
      .affix .header_content .btn-icon i {
        font-size: 1.875rem; }
    .affix .search.show .input_wrap {
      left: 3.125em; }
    .affix .search.show .find-btn {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      height: 3.1875em;
      right: 0; }
    .affix .search.show .search_input {
      -webkit-transition: height 0.3s ease;
      -moz-transition: height 0.3s ease;
      transition: height 0.3s ease;
      height: 2.8125em; } }

.top_menu {
  margin-top: 0;
  width: 100%; }
  .top_menu .nav {
    margin: 0;
    padding-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -ms-flex-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .no-flexbox .top_menu .nav {
      width: auto;
      float: right; }
    .top_menu .nav li {
      padding: 0; }
    .top_menu .nav .show {
      max-width: 100%; }
      .top_menu .nav .show.menu {
        margin-right: 0; }
        .top_menu .nav .show.menu .menu-items {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          float: left; }
          .no-flexbox .top_menu .nav .show.menu .menu-items {
            display: table;
            table-layout: fixed; }
            .no-flexbox .top_menu .nav .show.menu .menu-items li {
              display: table-cell; }
          @media screen and (max-width: 64em) {
            .top_menu .nav .show.menu .menu-items {
              display: block; } }
        @media only screen and (max-width: 35.4375em) {
          .top_menu .nav .show.menu .menu-items {
            position: fixed; } }
      .top_menu .nav .show.search {
        width: 50%; }
        .top_menu .nav .show.search .input_wrap {
          display: block; }
          @media screen and (max-width: 48em) {
            .top_menu .nav .show.search .input_wrap {
              position: fixed; } }
        .top_menu .nav .show.search .search_input {
          display: block; }
        @media screen and (max-width: 62.75em) {
          .top_menu .nav .show.search {
            width: 75%; } }
        @media screen and (max-width: 48em) {
          .top_menu .nav .show.search {
            width: 3.75em; } }
        .ie9 .top_menu .nav .show.search {
          position: absolute;
          right: 6.25em; }
          @media screen and (max-width: 70.625em) {
            .ie9 .top_menu .nav .show.search {
              right: 4.375em; } }
      .top_menu .nav .show.cat_menu .cat_menu_items {
        display: block; }
        @media only screen and (max-width: 35.4375em) {
          .top_menu .nav .show.cat_menu .cat_menu_items {
            position: fixed;
            width: 100%; } }
      .top_menu .nav .show .btn {
        background: #f26235;
        cursor: default; }
        .top_menu .nav .show .btn i {
          color: #ffffff; }
        .top_menu .nav .show .btn:after {
          content: '';
          border-top: 12px solid transparent;
          border-left: 12px solid #f26235;
          border-bottom: 12px solid transparent;
          display: inline-block;
          position: absolute;
          right: -0.5em;
          top: 0.9375em;
          top: -webkit-calc(50% - 11px);
          top: calc(50% - 11px); }
          @media screen and (max-width: 48em) {
            .top_menu .nav .show .btn:after {
              border-right: 12px solid transparent;
              border-top: 12px solid #f26235;
              border-left: 12px solid transparent;
              right: 30%;
              right: -webkit-calc(50% - 12px);
              right: calc(50% - 12px);
              top: 94%;
              top: -webkit-calc(100% - 4px);
              top: calc(100% - 4px); } }
      @media screen and (max-width: 48em) {
        .top_menu .nav .show .btn-icon .icons:before {
          content: "\f10f";
          position: relative;
          top: -0.125em;
          font-size: 1.375rem;
          letter-spacing: 0; } }
    .top_menu .nav .show_block.menu .menu-items > li {
      animation: none; }
    .top_menu .nav .show_block.search .search_input {
      animation: none; }
  @media screen and (max-width: 48em) {
    .top_menu {
      margin-right: -1em; }
      .top_menu .nav {
        position: relative; } }
  @media only screen and (max-width: 35.4375em) {
    .top_menu {
      margin-right: 0; } }

.search {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.625em; }

.cat_menu {
  display: none; }
  @media screen and (max-width: 64em) {
    .cat_menu {
      display: block;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -ms-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      padding: 0 0.625em; } }

.menu {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.625em;
  max-width: 60px; }
  @media screen and (min-width: 71.875em) {
    .menu {
      margin-right: 1.875em; } }
  .menu .btn {
    float: left;
    margin-right: 0.625em; }
  .menu .menu-items {
    padding: 0;
    display: none;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -ms-flex-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    margin: 0; }
    .menu .menu-items > li {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -ms-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      padding: 0.9375em 0.9375em;
      position: relative; }
      .menu .menu-items > li:last-child {
        padding-right: 0; }
      .menu .menu-items > li a {
        white-space: nowrap;
        outline: 0; }
      .menu .menu-items > li .icons {
        font-size: 0.625rem;
        margin-left: 0.3125em; }
      .menu .menu-items > li.active > a {
        color: #f26235; }
    .menu .menu-items .menu-dropdown {
      -webkit-transition: opacity 0.2s linear;
      -moz-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      top: 2.125em;
      margin-left: -0.9375em;
      padding-left: 0;
      text-align: left;
      background-color: #ffffff;
      box-shadow: 3px 3px 5px -3px #999, 3px 3px 5px -3px #999, -3px 3px 5px -3px #999;
      min-width: 105%;
      max-width: 21.875em;
      min-width: -webkit-calc(100% + 1em);
      min-width: calc(100% + 1em); }
      .menu .menu-items .menu-dropdown:before {
        content: "";
        border-left: 4px solid #01af9b;
        position: absolute;
        left: 0;
        top: -3.125em;
        height: 132%;
        height: -webkit-calc(100% + 50px);
        height: calc(100% + 50px); }
      .menu .menu-items .menu-dropdown li {
        padding: 0; }
        .menu .menu-items .menu-dropdown li a {
          padding: 0.9375em 3.125em 0.9375em 1.875em; }
        .menu .menu-items .menu-dropdown li:last-child {
          padding-bottom: 0.625em; }
        .no-flexbox .menu .menu-items .menu-dropdown li {
          display: block !important; }
    .menu .menu-items .dropdown {
      position: relative;
      padding-right: 1.5625em; }
      .menu .menu-items .dropdown:after {
        content: "\f10b";
        color: #000000;
        font-size: 0.625rem;
        position: absolute;
        right: 0.75em;
        top: 2em; }
      .menu .menu-items .dropdown:hover, .menu .menu-items .dropdown:active {
        -webkit-transition: box-shadow 0.1s ease 0.13s;
        -moz-transition: box-shadow 0.1s ease 0.13s;
        transition: box-shadow 0.1s ease 0.13s;
        box-shadow: 1px 5px 5px #dcdcdc;
        cursor: default; }
        .menu .menu-items .dropdown:hover > a, .menu .menu-items .dropdown:active > a {
          color: #00ad9b; }
        .menu .menu-items .dropdown:hover:after, .menu .menu-items .dropdown:active:after {
          color: #00ad9b; }
        .menu .menu-items .dropdown:hover .menu-dropdown, .menu .menu-items .dropdown:active .menu-dropdown {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100); }
  @media screen and (max-width: 64em) {
    .menu {
      max-width: 3.75em; }
      .menu .btn {
        margin-right: 0;
        z-index: 2; }
      .menu .menu-items {
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 60%;
        z-index: 1;
        text-align: center;
        border-bottom: 5px solid #f04f1d;
        background: #444444;
        box-shadow: 1px 3px 3px #6a6a6a; }
        .menu-open .menu .menu-items {
          height: 100%;
          width: 100%;
          min-height: 100%;
          padding-bottom: 3.4375em;
          overflow-y: auto;
          overflow-x: hidden;
          position: fixed;
          left: 0px;
          top: 3.25em; }
        .menu .menu-items li {
          padding: 0; }
          .menu .menu-items li a {
            border-bottom: 1px solid #6a6a6a;
            display: block;
            color: #ffffff;
            margin: 0 1.25em;
            padding: 0.9375em; }
          .menu .menu-items li:last-child a {
            border: none; }
          .menu .menu-items li:hover, .menu .menu-items li:active, .menu .menu-items li.active, .menu .menu-items li:focus {
            background: #f4754d; }
            .menu .menu-items li:hover a, .menu .menu-items li:active a, .menu .menu-items li.active a, .menu .menu-items li:focus a {
              border-bottom: 1px solid #f4754d;
              color: #ffffff; }
        .menu .menu-items .menu-dropdown {
          position: relative;
          margin: 0;
          display: none;
          box-shadow: none;
          text-align: center;
          min-width: 100%;
          max-width: 100%;
          top: 100%;
          background: #f58765; }
          .menu .menu-items .menu-dropdown:before {
            display: none; }
          .menu .menu-items .menu-dropdown li {
            padding: 0; }
            .menu .menu-items .menu-dropdown li:last-child {
              padding-bottom: 0; }
            .menu .menu-items .menu-dropdown li a {
              display: block;
              padding: 0.9375em; }
        .menu .menu-items .dropdown {
          padding-right: 0;
          color: #ffffff; }
          .menu .menu-items .dropdown:after {
            display: none; }
          .menu .menu-items .dropdown:hover, .menu .menu-items .dropdown:active {
            box-shadow: none; }
            .menu .menu-items .dropdown:hover a, .menu .menu-items .dropdown:active a {
              color: #ffffff; }
          .menu .menu-items .dropdown.show-drop .menu-dropdown {
            display: block;
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100); } }
  @media only screen and (max-width: 35.4375em) {
    .menu {
      margin-right: 0;
      max-width: 100%; }
      .menu .menu-items {
        width: 100%;
        top: 3.25em; }
        .menu .menu-items .menu-dropdown li {
          padding: 0; }
          .menu .menu-items .menu-dropdown li a {
            display: block;
            padding: 0.9375em; } }

.cat_menu .cat_menu_items {
  display: none;
  position: absolute;
  right: 0;
  margin: 0;
  min-width: 60%;
  padding-left: 0;
  min-width: 60%;
  z-index: 1;
  text-align: center;
  border-bottom: 5px solid #f04f1d;
  background: #6a6a6a;
  box-shadow: 1px 3px 3px #777777; }
  .cat_menu .cat_menu_items li {
    padding: 0; }
    .cat_menu .cat_menu_items li a {
      border-bottom: 1px solid #777777;
      display: block;
      color: #ffffff;
      margin: 0 1.25em;
      padding: 0.9375em; }
    .cat_menu .cat_menu_items li:last-child a {
      border-bottom: 1px solid #6a6a6a; }
    .cat_menu .cat_menu_items li:hover, .cat_menu .cat_menu_items li:active, .cat_menu .cat_menu_items li.active, .cat_menu .cat_menu_items li:focus {
      background: #f4754d; }
      .cat_menu .cat_menu_items li:hover a, .cat_menu .cat_menu_items li:active a, .cat_menu .cat_menu_items li.active a, .cat_menu .cat_menu_items li:focus a {
        border-bottom: 1px solid #f4754d;
        color: #ffffff; }

@media only screen and (max-width: 35.4375em) {
  .menu-open .cat_menu .cat_menu_items {
    height: 100%;
    width: 100%;
    min-height: 100%;
    padding-bottom: 3.4375em;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    left: 0px;
    top: 3.25em; } }

.search {
  position: relative; }
  .search .input_wrap {
    width: 90%;
    position: absolute;
    top: 0;
    left: 3.75em;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    display: none; }
  .search .btn {
    float: left;
    text-align: left; }
  .search .find-btn {
    display: none;
    width: 6.25em;
    position: absolute;
    top: 0;
    right: 0;
    height: 3.6875em;
    border-radius: 0;
    background: #f4754d;
    border: 1px solid #f58765;
    outline: 0;
    margin: 0; }
    .search .find-btn:before {
      content: "szukaj"; }
    .search .find-btn:hover {
      background: #f26235; }
    .search .find-btn:focus {
      background: #f04f1d; }
  .search .search_input {
    display: none;
    width: 100%;
    border: 1px solid #f58765;
    color: #444444;
    outline: 0;
    padding-right: 6.875em;
    font-style: italic; }
    .search .search_input:hover, .search .search_input:active, .search .search_input:focus {
      background: #ffffff;
      border: 1px solid #e5420f; }
  @media screen and (max-width: 48em) {
    .search .btn {
      text-align: center; }
      .search .btn .icons {
        margin-left: 0; }
    .search .input_wrap {
      position: absolute;
      background: #dcdcdc;
      width: 100%;
      top: 3.25em;
      left: 0;
      box-shadow: 1px 3px 3px #919191;
      padding: 0.625em;
      padding-top: 0.75em;
      z-index: 1; }
      .search .input_wrap:before {
        content: "\f117";
        position: absolute;
        top: 0.375em;
        left: 0.3125em;
        width: 1.875em;
        height: 1.625em;
        padding-top: 0.3125em;
        color: #ffffff;
        border-right: 1px solid #fabfad;
        background: #f26235;
        font-size: 2rem;
        font-family: "icons";
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: normal;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased; }
      .search .input_wrap .find-btn {
        top: 0.9375em;
        right: 0.6875em;
        height: 3.5625em; }
      .search .input_wrap .search_input {
        padding-left: 5.3125em; } }
  @media only screen and (max-width: 35.4375em) {
    .search .input_wrap:before {
      display: none; }
    .search .input_wrap .search_input {
      width: 100%;
      margin: 0 auto;
      padding-right: 0.9375em;
      padding-left: 4.375em;
      border: none; }
    .search .input_wrap .find-btn {
      top: 0.875em;
      left: 0.625em;
      width: 4.375em;
      height: 3.75em;
      padding: 0;
      background: #f26235;
      border-color: #f26235; }
      .search .input_wrap .find-btn:before {
        content: "\f117";
        font-style: normal;
        font-family: "icons";
        font-size: 2rem; } }

.def_bg {
  background: -webkit-linear-gradient(#cbcbcb, #dedede);
  background: linear-gradient(#cbcbcb, #dedede);
  background-size: 100% 41.875em;
  background-position: 0 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41.875em; }
  @media only screen and (max-width: 79.9375em) {
    .def_bg {
      height: 41.4375em; } }
  @media only screen and (max-width: 63.9375em) {
    .def_bg {
      height: 36.875em; } }
  @media screen and (max-width: 48em) {
    .def_bg {
      height: 23.5625em; } }
  @media only screen and (max-width: 35.4375em) {
    .def_bg {
      height: 20.25em; } }

.slider_wrap {
  position: relative;
  padding: 0 0.625em;
  z-index: 110; }
  .slider_wrap .owl-carousel {
    max-width: 69.375em;
    margin: 0 auto; }
    .slider_wrap .owl-carousel .owl-item {
      position: relative; }
  .slider_wrap .txt-light:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 0; }
  .slider_wrap .txt-light .slider_title a {
    color: #ffffff;
    z-index: 1;
    position: relative; }
    @media only screen and (max-width: 35.4375em) {
      .slider_wrap .txt-light .slider_title a {
        background: rgba(0, 0, 0, 0.5); } }
  .slider_wrap .txt-light .slider_desc {
    color: #ffffff;
    z-index: 1;
    position: relative; }
    .slider_wrap .txt-light .slider_desc ul li {
      color: #ffffff; }
  .slider_wrap .txt-light ul li {
    color: #ffffff;
    z-index: 1;
    position: relative; }
  .slider_wrap .txt-black:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 0; }
  .slider_wrap .txt-black .slider_title a {
    color: #38555e;
    z-index: 1;
    position: relative; }
    @media only screen and (max-width: 35.4375em) {
      .slider_wrap .txt-black .slider_title a {
        background: rgba(255, 255, 255, 0.5); } }
  .slider_wrap .txt-black .slider_desc {
    color: #38555e;
    z-index: 1;
    position: relative; }
    .slider_wrap .txt-black .slider_desc ul li {
      color: #38555e; }
  .slider_wrap .txt-black ul li {
    color: #38555e;
    z-index: 1;
    position: relative; }
  .slider_wrap .owl-controls {
    display: none !important; }
    .slider_wrap .owl-controls .owl-pagination {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -ms-flex-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; }
      .no-flexbox .slider_wrap .owl-controls .owl-pagination {
        display: table;
        table-layout: fixed;
        width: 100%; }
        .no-flexbox .slider_wrap .owl-controls .owl-pagination .owl-page {
          display: table-cell; }
      .slider_wrap .owl-controls .owl-pagination .owl-page {
        position: relative;
        background: #d7f1ee;
        width: 100%;
        height: 0.5em;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -ms-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
        .slider_wrap .owl-controls .owl-pagination .owl-page:last-child {
          border-right: 0; }
        .slider_wrap .owl-controls .owl-pagination .owl-page:hover, .slider_wrap .owl-controls .owl-pagination .owl-page:active {
          border-top: 8px solid #01af9b;
          background-color: #50cfbe;
          color: #ffffff; }
        .slider_wrap .owl-controls .owl-pagination .owl-page.active {
          border-top: 8px solid #01af9b;
          color: #ffffff; }
          .slider_wrap .owl-controls .owl-pagination .owl-page.active:after {
            content: "";
            display: none; }
          .slider_wrap .owl-controls .owl-pagination .owl-page.active span {
            background-color: #50cfbe; }
        .slider_wrap .owl-controls .owl-pagination .owl-page span {
          width: 100%;
          height: 100%;
          margin: 0;
          background: #d7f1ee;
          border-radius: 0; }
    @media screen and (max-width: 48em) {
      .slider_wrap .owl-controls {
        display: block !important;
        margin-top: 0.625em; } }

.slider_first {
  height: 28.9375em;
  padding-bottom: 3.125em;
  margin: -0.5em 0 0 0;
  background-size: cover;
  background-position: center bottom;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .slider_first {
      height: 25em; } }
  @media screen and (max-width: 48em) {
    .slider_first {
      height: 18.75em; } }
  @media only screen and (max-width: 35.4375em) {
    .slider_first {
      background-position: 96% bottom;
      height: 14.625em;
      margin-top: 0;
      padding-top: 0.625em;
      padding-bottom: 0;
      position: relative; }
      .slider_first:before {
        content: "";
        display: none; } }
  .slider_first .slider_title {
    font-size: 2.875rem;
    font-weight: 700;
    margin-top: 0.5625em;
    margin-bottom: 0;
    padding: 0.875em 1.125em 0 1.125em;
    max-width: 50%; }
    @media only screen and (max-width: 63.9375em) {
      .slider_first .slider_title {
        font-size: 2.25rem;
        padding-left: 0.3125em;
        padding-right: 0.3125em;
        text-align: center;
        padding-top: 1em;
        max-height: 2.5em;
        overflow: hidden; } }
    @media screen and (max-width: 48em) {
      .slider_first .slider_title {
        max-height: 3.4375em;
        font-size: 2rem;
        padding-top: 0.75em; } }
    @media only screen and (max-width: 35.4375em) {
      .slider_first .slider_title {
        font-size: 1.5rem;
        width: 100%;
        max-height: 5.9375em;
        text-align: center;
        margin-bottom: 0;
        padding: 0.3125em 0.625em;
        max-width: 100%; }
        .slider_first .slider_title a {
          text-shadow: none;
          overflow: hidden;
          line-height: 1.75rem;
          max-height: 4.3125em;
          border: 1px solid #ffffff;
          display: block;
          padding: 0.3125em;
          margin: 0; } }
    @media screen and (max-width: 30em) {
      .slider_first .slider_title {
        font-size: 1.375rem;
        font-weight: 400; } }
  .slider_first small {
    margin-top: 0;
    font-size: 70%;
    padding-left: 1.25em; }
    @media only screen and (max-width: 63.9375em) {
      .slider_first small {
        padding-left: 0.9375em;
        display: none; } }
    @media screen and (max-width: 48em) {
      .slider_first small {
        padding-left: 0.9375em; } }
    @media only screen and (max-width: 35.4375em) {
      .slider_first small {
        padding-left: 0; } }
    @media screen and (max-width: 30em) {
      .slider_first small {
        font-size: 0.875rem;
        font-weight: 400; } }
  .slider_first .slider_desc {
    line-height: 1.5rem;
    padding: 1.875em 3.125em 1.25em 3.125em;
    min-height: 9.375em;
    max-height: 12.5em;
    max-width: 50%;
    overflow: hidden;
    overflow: hidden; }
    @media only screen and (max-width: 63.9375em) {
      .slider_first .slider_desc {
        margin-top: 0; } }
    @media screen and (max-width: 48em) {
      .slider_first .slider_desc {
        min-height: 3.125em;
        max-height: 5em;
        margin-top: 0.9375em;
        padding: 0.625em 1.25em; } }
    @media only screen and (max-width: 35.4375em) {
      .slider_first .slider_desc {
        display: none; } }
  .slider_first ul {
    position: absolute;
    color: #ffffff;
    top: 0;
    left: 2.5em;
    list-style-type: none;
    margin-top: 12.5em;
    margin-bottom: 0;
    max-width: 45%;
    padding-left: 0; }
    @media only screen and (max-width: 63.9375em) {
      .slider_first ul {
        padding-left: 1.5625em;
        margin-top: 0;
        top: 6.875em;
        left: 0;
        max-width: 50%; } }
    @media screen and (max-width: 48em) {
      .slider_first ul {
        max-height: 7.625em;
        overflow: hidden;
        top: 6em; } }
    @media only screen and (max-width: 35.4375em) {
      .slider_first ul {
        display: none; } }
    .slider_first ul li {
      line-height: 1.875rem;
      font-size: 1rem; }
      .slider_first ul li:before {
        content: "";
        display: inline-block;
        width: 0.625em;
        height: 1em;
        background: transparent url(../img//portal/slider/marker.png) no-repeat left center;
        position: relative;
        left: -0.625em;
        top: 0.125em; }
  .slider_first .btn-slider {
    padding: 0.9375em 4.0625em;
    -webkit-animation: show 1s ease;
    -moz-animation: show 1s ease;
    animation: show 1s ease;
    color: #ffffff;
    font-size: 1rem;
    font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
    top: 2.75em;
    margin: auto;
    margin-left: 7.5em; }
    .slider_first .btn-slider:after {
      content: "\f104";
      margin-left: 0.9375em;
      font-family: "icons";
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      font-weight: normal;
      font-style: normal;
      speak: none;
      text-decoration: inherit;
      text-transform: none;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased; }
    @media only screen and (max-width: 63.9375em) {
      .slider_first .btn-slider {
        margin-left: 6%;
        top: 1.5em;
        margin-bottom: 2.1875em; } }
    @media screen and (max-width: 48em) {
      .slider_first .btn-slider {
        margin-left: 0;
        margin-bottom: 3.125em;
        padding: 0.9375em 1.5625em;
        top: 0.625em;
        width: 46%;
        display: block;
        text-align: center;
        margin-left: 2%; } }
    @media only screen and (max-width: 35.4375em) {
      .slider_first .btn-slider {
        margin: 0 auto;
        bottom: 0;
        top: 3.875em;
        text-align: center;
        box-shadow: none;
        width: 80%;
        display: block;
        border: none;
        padding: 0.9375em 1.5625em; }
        .slider_first .btn-slider:hover {
          box-shadow: none; }
        .slider_first .btn-slider:active {
          box-shadow: none; } }

.slider_nav {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -ms-flex-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  margin: 0 auto;
  max-width: 69.375em; }
  .no-flexbox .slider_nav {
    display: table;
    table-layout: fixed;
    width: 69.375em;
    max-width: none;
    text-align: center; }
    @media screen and (max-width: 70.625em) {
      .no-flexbox .slider_nav {
        width: 100%; } }
  .slider_nav ul {
    margin: 0;
    padding: 0; }
  .slider_nav .btn-nav-slider {
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -ms-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
    overflow: visible;
    font-size: 1rem;
    text-align: center;
    padding: 1.25em 0.625em;
    height: auto;
    background-color: #d7f1ee;
    border-top: 4px solid #1bd4c5;
    color: #01af9b; }
    .slider_nav .btn-nav-slider:hover, .slider_nav .btn-nav-slider:active {
      border-color: #01af9b;
      background-color: #50cfbe;
      color: #ffffff; }
    .slider_nav .btn-nav-slider.active {
      border-color: #01af9b;
      background-color: #50cfbe;
      color: #ffffff; }
      .slider_nav .btn-nav-slider.active:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 11px solid #01af9b;
        display: inline-block;
        position: absolute;
        left: 47%;
        right: 0;
        top: -0.9375em; }
    .no-flexbox .slider_nav .btn-nav-slider {
      display: table-cell; }
    @media only screen and (max-width: 63.9375em) {
      .slider_nav .btn-nav-slider {
        padding: 0.9375em 0.625em; } }
  @media screen and (max-width: 48em) {
    .slider_nav {
      display: none; }
      .no-flexbox .slider_nav {
        display: none; } }

.slider_bg {
  width: 100%;
  height: 41.9375em;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  z-index: -1; }
  @media only screen and (max-width: 79.9375em) {
    .slider_bg {
      height: 41.4375em; } }
  @media only screen and (max-width: 63.9375em) {
    .slider_bg {
      height: 36.875em; } }
  @media screen and (max-width: 48em) {
    .slider_bg {
      height: 23.5625em; } }
  @media only screen and (max-width: 35.4375em) {
    .slider_bg {
      height: 20.25em; } }

.art_wrap {
  background-color: #ffffff;
  padding: 1.5625em; }
  @media only screen and (max-width: 35.4375em) {
    .art_wrap {
      padding: 0.9375em 0.9375em; } }

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

.news_wrap:after {
  clear: both; }

.news_wrap .n_art_f {
  padding-top: 1.1875em;
  padding-bottom: 1.25em; }
  .news_wrap .n_art_f .art_f_intro {
    margin-right: 0.3125em;
    max-height: 8.125em;
    overflow: hidden;
    text-overflow: ellipsis; }

.news_wrap .art_f_photo {
  position: relative; }
  .news_wrap .art_f_photo .c_art {
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    border-top: 3px solid #01af9b;
    margin: 0;
    padding: 0.625em 1.5625em;
    font-size: 0.75rem; }

.news_wrap .n_art {
  max-width: 48%;
  margin-left: 3%;
  border-bottom: 1px solid #dcdcdc; }
  .news_wrap .n_art .n_title {
    margin-bottom: 1.4375em; }
  .news_wrap .n_art:last-of-type {
    border-bottom: 0; }
  .news_wrap .n_art:hover, .news_wrap .n_art:active {
    border-bottom: 1px solid #f26235; }
    .news_wrap .n_art:hover:last-of-type, .news_wrap .n_art:active:last-of-type {
      border-bottom: 0; }

@media screen and (max-width: 44em) {
  .news_wrap .n_art_f {
    max-width: 90%;
    margin: 0 auto;
    float: none; }
    .news_wrap .n_art_f .art_f_photo {
      margin-left: auto;
      margin-right: auto; }
  .news_wrap .n_art {
    max-width: 48%;
    margin-left: 0;
    float: none;
    display: inline-block;
    *display: inline;
    /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    *vertical-align: auto;
    text-rendering: auto; }
    .news_wrap .n_art:last-of-type {
      border-bottom: 1px solid #dcdcdc; }
    .news_wrap .n_art:nth-child(odd) {
      margin-right: 3%; } }

@media screen and (max-width: 62.75em) {
  .news_wrap .n_art_f .art_f_photo {
    margin-left: 0; } }

@media screen and (max-width: 40.625em) {
  .news_wrap .n_art {
    max-width: 90%;
    float: none;
    margin-left: 5%;
    display: block; }
    .news_wrap .n_art:last-of-type {
      border-bottom: 0; }
    .news_wrap .n_art:nth-child(odd) {
      margin-right: 0; } }

@media screen and (max-width: 26.25em) {
  .news_wrap .n_art_f {
    max-width: 100%; }
  .news_wrap .n_art {
    max-width: 100%;
    margin: 0; }
    .news_wrap .n_art:hover {
      border-color: #f26235; } }

.rehab_wrap {
  background-color: #ffffff;
  padding: 1.5625em 0;
  margin-top: 1.5625em;
  position: relative; }
  .rehab_wrap:before, .rehab_wrap:after {
    content: " ";
    display: table; }
  .rehab_wrap:after {
    clear: both; }
  .rehab_wrap .rehab_title {
    background: transparent url(../img//portal/home/rehab_bg.jpg) no-repeat left center;
    height: 13.125em;
    width: 59.375em;
    position: absolute;
    right: -2em;
    padding-left: 33.9375em;
    z-index: 1; }
    .rehab_wrap .rehab_title h2 {
      text-transform: uppercase;
      color: #ffffff;
      text-align: left;
      text-shadow: 1px 1px 4px #444444;
      margin-top: 0.5em;
      margin-bottom: 0; }
    .rehab_wrap .rehab_title p {
      color: #ffffff;
      font-size: 0.875rem;
      line-height: 2;
      text-shadow: 1px 1px 4px #444444;
      text-align: left;
      overflow: hidden;
      margin-top: 0.625em;
      max-width: 25em;
      max-height: 6em; }
    @media only screen and (max-width: 79.9375em) {
      .rehab_wrap .rehab_title {
        padding-left: 35em; } }
    @media screen and (max-width: 62.75em) {
      .rehab_wrap .rehab_title {
        right: 0;
        max-width: 100%;
        padding-left: 26.25em; } }
    @media screen and (max-width: 44em) {
      .rehab_wrap .rehab_title {
        background-position: -12.5em center;
        padding-left: 0;
        height: 7.625em; }
        .rehab_wrap .rehab_title h2 {
          text-align: center;
          margin-top: 0.625em;
          font-size: 1.5rem;
          font-weight: 600; }
        .rehab_wrap .rehab_title p {
          display: none; } }
    @media only screen and (max-width: 35.4375em) {
      .rehab_wrap .rehab_title {
        height: 5.125em; } }
  .rehab_wrap .tabs {
    padding: 0.625em 1.5625em;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    margin-top: 9.8125em; }
    .rehab_wrap .tabs:before {
      content: "";
      display: block;
      background: transparent url(../img//portal/home/person.png) no-repeat left top;
      position: absolute;
      top: -14em;
      left: 4.0625em;
      width: 60%;
      height: 14.0625em; }
      @media only screen and (max-width: 79.9375em) {
        .rehab_wrap .tabs:before {
          left: 0; } }
      @media screen and (max-width: 62.75em) {
        .rehab_wrap .tabs:before {
          left: 10%; } }
      @media screen and (max-width: 44em) {
        .rehab_wrap .tabs:before {
          display: none; } }
    .rehab_wrap .tabs ul {
      margin-top: 0.3125em;
      padding-left: 0;
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
      display: table;
      width: 100%;
      text-align: center; }
      .rehab_wrap .tabs ul:before, .rehab_wrap .tabs ul:after {
        content: " ";
        display: table; }
      .rehab_wrap .tabs ul:after {
        clear: both; }
      @media only screen and (max-width: 35.4375em) {
        .rehab_wrap .tabs ul {
          background-color: #444444;
          border-top: 0;
          margin-top: 0; } }
    .rehab_wrap .tabs li {
      display: table-cell;
      list-style-type: none; }
      @media only screen and (max-width: 35.4375em) {
        .rehab_wrap .tabs li {
          width: 100%;
          text-align: center;
          border-bottom: 1px solid #5b5b5b;
          vertical-align: middle;
          float: left; } }
      .rehab_wrap .tabs li > a {
        color: #444444;
        font-weight: 600;
        display: block;
        padding: 0.9375em 0; }
        @media only screen and (max-width: 35.4375em) {
          .rehab_wrap .tabs li > a {
            color: #ffffff; } }
      .rehab_wrap .tabs li:hover, .rehab_wrap .tabs li:active {
        background: #f26235; }
        @media only screen and (max-width: 35.4375em) {
          .rehab_wrap .tabs li:hover, .rehab_wrap .tabs li:active {
            border-bottom: 1px solid #f26235; } }
        .rehab_wrap .tabs li:hover a, .rehab_wrap .tabs li:active a {
          color: #ffffff; }
      .rehab_wrap .tabs li.active {
        background-color: #f26235;
        pointer-events: none; }
        .rehab_wrap .tabs li.active a {
          color: #ffffff; }
    @media screen and (max-width: 44em) {
      .rehab_wrap .tabs {
        margin-top: 4.375em;
        padding: 0;
        padding-bottom: 0.625em; } }
    @media only screen and (max-width: 35.4375em) {
      .rehab_wrap .tabs {
        padding-top: 0; } }
  .rehab_wrap .tab-pane-in {
    margin-bottom: 1.25em;
    padding: 0; }
    .rehab_wrap .tab-pane-in .r_art_adv {
      margin: 10px 1% 10px 1%;
      width: 48%;
      float: left; }
      .rehab_wrap .tab-pane-in .r_art_adv ins {
        height: 98px; }
    .rehab_wrap .tab-pane-in .r_art {
      width: 48%;
      float: left;
      padding: 1.25em 0;
      margin-left: 1%;
      margin-right: 1%; }
      .rehab_wrap .tab-pane-in .r_art:before, .rehab_wrap .tab-pane-in .r_art:after {
        content: " ";
        display: table; }
      .rehab_wrap .tab-pane-in .r_art:after {
        clear: both; }
      .rehab_wrap .tab-pane-in .r_art:hover .r_title a {
        color: #f26235; }
      .rehab_wrap .tab-pane-in .r_art:hover .r_photo {
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        opacity: 0.9;
        filter: alpha(opacity=90);
        position: relative; }
        .rehab_wrap .tab-pane-in .r_art:hover .r_photo:before {
          content: "";
          height: 100%;
          -webkit-animation: show 0.2s ease;
          -moz-animation: show 0.2s ease;
          animation: show 0.2s ease;
          width: 0.625em;
          background: #f04f1d;
          display: block;
          position: absolute; }
    .rehab_wrap .tab-pane-in .r_photo {
      max-width: 7.5em;
      float: left;
      margin-right: 0.625em; }
      .rehab_wrap .tab-pane-in .r_photo img {
        max-width: 100%; }
    .rehab_wrap .tab-pane-in .r_title {
      font-size: 1rem;
      font-weight: 400;
      margin-top: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 40px;
      margin-bottom: 1em; }
    @media screen and (max-width: 40.625em) {
      .rehab_wrap .tab-pane-in .r_art_adv {
        width: 96%;
        float: none;
        margin: 0 auto; }
      .rehab_wrap .tab-pane-in .r_art {
        width: 96%;
        float: none;
        margin: 0 auto;
        margin-left: 2%;
        border-bottom: 1px solid #dcdcdc; }
        .rehab_wrap .tab-pane-in .r_art:last-of-type {
          border-bottom: 0; } }
    @media screen and (max-width: 26.25em) {
      .rehab_wrap .tab-pane-in .r_art, .rehab_wrap .tab-pane-in .r_art_adv {
        width: 100%;
        margin: 0; }
        .rehab_wrap .tab-pane-in .r_art:nth-child(even), .rehab_wrap .tab-pane-in .r_art_adv:nth-child(even) {
          margin-left: 0; } }
  .rehab_wrap .more_link {
    margin: 3.125em 1.5625em;
    margin-bottom: 0; }
    @media screen and (max-width: 40.625em) {
      .rehab_wrap .more_link {
        margin-top: 0; } }
  .rehab_wrap .mobile_collapse {
    padding-top: 3.75em; }
  @media screen and (max-width: 44em) {
    .rehab_wrap {
      padding: 0.625em 1.5625em; } }
  @media only screen and (max-width: 35.4375em) {
    .rehab_wrap {
      padding: 0.625em 0.9375em;
      margin-top: 0;
      padding-top: 0; }
      .rehab_wrap .mobile_collapse .cl_inner:before, .rehab_wrap .mobile_collapse .cl_inner:after {
        content: " ";
        display: table; }
      .rehab_wrap .mobile_collapse .cl_inner:after {
        clear: both; }
      .rehab_wrap .mobile_collapse .cl_title {
        background-color: #444444;
        pointer-events: inherit;
        margin: 0;
        position: relative;
        z-index: 50; }
        .rehab_wrap .mobile_collapse .cl_title a {
          display: block;
          padding: 0.9375em;
          text-align: center;
          color: #ffffff;
          font-size: 1.125rem;
          position: relative;
          border-bottom: 3px solid #f26235; }
        .rehab_wrap .mobile_collapse .cl_title .collapsed {
          border-bottom: 1px solid #515151; }
      .rehab_wrap .mobile_collapse .collapse {
        display: none;
        visibility: hidden; }
      .rehab_wrap .mobile_collapse .collapse.in {
        display: block;
        visibility: visible; }
      .rehab_wrap .mobile_collapse .collapsing {
        -webkit-transition: height 0.1s linear;
        -moz-transition: height 0.1s linear;
        transition: height 0.1s linear;
        overflow: hidden; } }

.st_wrap {
  background-color: #ffffff;
  padding: 1.5625em 0;
  padding-top: 0;
  margin-top: 1.5625em;
  position: relative; }
  .st_wrap:before, .st_wrap:after {
    content: " ";
    display: table; }
  .st_wrap:after {
    clear: both; }
  .st_wrap .st_title {
    background: transparent url(../img//portal/home/sick_bg.png) no-repeat left center;
    height: 13.125em;
    width: 59.375em;
    position: absolute;
    right: -2em;
    padding-left: 33.125em;
    z-index: 1; }
    .st_wrap .st_title h2 {
      text-transform: uppercase;
      color: #ffffff;
      text-align: left;
      text-shadow: 1px 1px 4px #444444;
      margin-top: 0.75em;
      margin-bottom: 0.625em; }
    .st_wrap .st_title p {
      color: #ffffff;
      font-size: 0.875rem;
      line-height: 2;
      overflow: hidden;
      text-shadow: 1px 1px 4px #444444;
      text-align: left;
      margin-top: 0.625em;
      max-width: 25em;
      height: 4em; }
    @media screen and (max-width: 62.75em) {
      .st_wrap .st_title {
        right: 0;
        max-width: 100%;
        padding-left: 21.25em; } }
    @media screen and (max-width: 44em) {
      .st_wrap .st_title {
        background-position: -12.5em center;
        padding-left: 0;
        height: 6.875em; }
        .st_wrap .st_title h2 {
          text-align: center;
          margin-top: 0.625em;
          font-size: 1.5rem;
          font-weight: 600; }
        .st_wrap .st_title p {
          display: none; } }
  .st_wrap .sick_wrap {
    margin-top: 9.375em;
    margin-bottom: 0;
    background-color: #ffffff;
    position: relative;
    padding: 0.625em 0.9375em 0.625em 1.25em;
    z-index: 2;
    max-width: 50%;
    min-width: 50%;
    float: left; }
    .st_wrap .sick_wrap:before {
      content: "";
      display: block;
      background: transparent url(../img//portal/home/doc.png) no-repeat left top;
      position: absolute;
      top: -10em;
      left: 2.5em;
      width: 90%;
      height: 14.0625em; }
      @media only screen and (max-width: 79.9375em) {
        .st_wrap .sick_wrap:before {
          left: 0; } }
      @media screen and (max-width: 62.75em) {
        .st_wrap .sick_wrap:before {
          left: 10%; } }
      @media screen and (max-width: 44em) {
        .st_wrap .sick_wrap:before {
          display: none; } }
    .st_wrap .sick_wrap .m_sick_title {
      margin-top: 1.25em;
      padding-right: 3.75em; }
    .st_wrap .sick_wrap .s_art {
      max-width: 100%;
      margin-left: 0;
      margin-bottom: 0.625em;
      padding: 0.9375em 0;
      border: 0; }
      .st_wrap .sick_wrap .s_art .s_title {
        height: 42px;
        margin-bottom: 1.25em; }
      .st_wrap .sick_wrap .s_art:nth-child(odd) {
        background-color: #f7f7f7; }
      .st_wrap .sick_wrap .s_art span:first-of-type {
        margin-top: 0.9375em; }
    .st_wrap .sick_wrap .s_art_more {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0.9375em; }
      .st_wrap .sick_wrap .s_art_more h3 {
        margin: 0; }
      .st_wrap .sick_wrap .s_art_more h3 a {
        font-size: 1.125rem;
        padding: 0.625em 0.9375em;
        color: #444444;
        white-space: nowrap;
        font-weight: 400;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block; }
      .st_wrap .sick_wrap .s_art_more li {
        border-left: 3px solid #dcdcdc; }
        .st_wrap .sick_wrap .s_art_more li:hover, .st_wrap .sick_wrap .s_art_more li:active {
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          transition: all 0.2s ease;
          border-left: 3px solid #f26235; }
          .st_wrap .sick_wrap .s_art_more li:hover h3 a, .st_wrap .sick_wrap .s_art_more li:active h3 a {
            color: #f26235; }
      .st_wrap .sick_wrap .s_art_more:last-of-type {
        margin-bottom: 2.0625em; }
    @media screen and (max-width: 44em) {
      .st_wrap .sick_wrap {
        display: none; } }
    .st_wrap .sick_wrap .more_link {
      margin-top: 2.375em; }
  .st_wrap .treat_wrap {
    margin-top: 9.375em;
    margin-bottom: 0;
    background-color: #ffffff;
    position: relative;
    padding: 0.625em 1.5625em 0.625em 0.9375em;
    z-index: 1;
    max-width: 50%;
    min-width: 50%;
    float: left; }
    .st_wrap .treat_wrap .m_treat_title {
      margin-top: 1.25em;
      padding-right: 3.75em; }
    .st_wrap .treat_wrap .t_art_f {
      max-width: 100%;
      margin-bottom: 1.25em; }
      .st_wrap .treat_wrap .t_art_f .t_f_photo {
        position: relative; }
      .st_wrap .treat_wrap .t_art_f .art_f_intro {
        line-height: 1.5rem;
        max-height: 4.75em;
        overflow: hidden; }
    .st_wrap .treat_wrap .t_art .t_title {
      height: 42px;
      margin-bottom: 1.0625em; }
    .st_wrap .treat_wrap .t_art:last-of-type {
      margin-bottom: 0; }
    .st_wrap .treat_wrap .t_art span:first-of-type {
      margin-top: 0.9375em; }
    @media screen and (max-width: 44em) {
      .st_wrap .treat_wrap {
        display: none; } }
  .st_wrap .st_mobile {
    display: none;
    position: relative;
    z-index: 5;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 4.125em;
    background: transparent; }
    .st_wrap .st_mobile .multitab li h3 {
      font-size: 1rem;
      margin: 0; }
    .st_wrap .st_mobile .mt_art {
      border-bottom: 1px solid #dcdcdc;
      max-width: 48%; }
      .st_wrap .st_mobile .mt_art:nth-child(odd) {
        margin-right: 3%; }
    .st_wrap .st_mobile .btn_mobile {
      margin-top: 1.25em; }
    @media screen and (max-width: 44em) {
      .st_wrap .st_mobile {
        display: block; } }
    @media screen and (max-width: 40.625em) {
      .st_wrap .st_mobile .mt_art {
        max-width: 100%;
        margin: 0 2%; }
        .st_wrap .st_mobile .mt_art:last-of-type {
          border-bottom: none; } }
    @media screen and (max-width: 30em) {
      .st_wrap .st_mobile {
        padding: 0 0.9375em; }
        .st_wrap .st_mobile .mt_art {
          max-width: 100%;
          margin: 0; } }

.btn_mobile {
  display: none; }
  @media screen and (max-width: 30em) {
    .btn_mobile {
      display: inline-block;
      *display: inline;
      /* IE < 8: fake inline-block */
      zoom: 1;
      letter-spacing: normal;
      word-spacing: normal;
      vertical-align: top;
      *vertical-align: auto;
      text-rendering: auto;
      width: 100%; }
      .btn_mobile .btn-flat {
        width: 100%;
        display: block;
        margin: 0.625em auto;
        padding: 1.0625em 0.3125em;
        height: 3.625em;
        text-align: center; }
      .btn_mobile a {
        color: #ffffff; } }

.mini-checkbox-rules {
  font-size: 11px;
  cursor: pointer; }
  .mini-checkbox-rules input {
    float: left;
    height: 15px;
    margin-right: 5px; }

.inline-search {
  width: 100%;
  margin-top: 15px;
  /*! CSS Used from: http://dobryfizjo.fizjoplaner.local/css/input-tags/ng-tags-input.css ; media=all */
  /*! CSS Used from: http://dobryfizjo.fizjoplaner.local/gestione/helpers/form/datepicker/datepicker.css ; media=all */
  /*! CSS Used from: http://dobryfizjo.fizjoplaner.local/css/screen.css ; media=all */ }
  .inline-search .label-row {
    color: #fff;
    font-weight: bold;
    padding: 0 15px 10px; }
  .inline-search .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .inline-search .glyphicon-chevron-left:before {
    content: "\e079"; }
  .inline-search .glyphicon-chevron-right:before {
    content: "\e080"; }
  .inline-search .glyphicon-chevron-up:before {
    content: "\e113"; }
  .inline-search .glyphicon-chevron-down:before {
    content: "\e114"; }
  .inline-search a {
    color: #428bca;
    text-decoration: none; }
  .inline-search a:hover, .inline-search a:focus {
    color: #2a6496;
    text-decoration: underline; }
  .inline-search a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .inline-search h4, .inline-search .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
  .inline-search h4, .inline-search .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .inline-search h4 {
    font-size: 18px; }
  .inline-search .h6 {
    font-size: 12px; }
  .inline-search p {
    margin: 0 0 10px; }
  .inline-search small {
    font-size: 85%; }
  .inline-search .text-center {
    text-align: center; }
  .inline-search .text-muted {
    color: #999999; }
  .inline-search ul {
    margin-top: 0;
    margin-bottom: 10px; }
  .inline-search .row {
    margin-left: -15px;
    margin-right: -15px;
    display: block; }
  .inline-search .row:before, .inline-search .row:after {
    content: " ";
    display: table; }
  .inline-search .row:after {
    clear: both; }
  .inline-search .col-md-1, .inline-search .col-md-2, .inline-search .col-md-4, .inline-search .col-lg-4, .inline-search .col-xs-5, .inline-search .col-sm-6, .inline-search .col-md-6, .inline-search .col-lg-6, .inline-search .col-xs-7, .inline-search .col-md-9, .inline-search .col-xs-12, .inline-search .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .inline-search .col-xs-5, .inline-search .col-xs-7, .inline-search .col-xs-12 {
    float: left; }
  .inline-search .col-xs-5 {
    width: 41.6666666667%; }
  .inline-search .col-xs-7 {
    width: 58.3333333333%; }
  .inline-search .col-xs-12 {
    width: 100%; }
  .inline-search .col-md-12 {
    width: 100%; }
  @media (min-width: 768px) {
    .inline-search .col-sm-6 {
      float: left; }
    .inline-search .col-sm-6 {
      width: 50%; } }
  @media (min-width: 992px) {
    .inline-search .col-md-1, .inline-search .col-md-2, .inline-search .col-md-4, .inline-search .col-md-6, .inline-search .col-md-9 {
      float: left; }
    .inline-search .col-md-1 {
      width: 8.3333333333%; }
    .inline-search .col-md-2 {
      width: 16.6666666667%; }
    .inline-search .col-md-4 {
      width: 33.3333333333%; }
    .inline-search .col-md-6 {
      width: 50%; }
    .inline-search .col-md-9 {
      width: 75%; }
    .inline-search .col-md-12 {
      width: 100%; } }
  @media (min-width: 1200px) {
    .inline-search .col-lg-4, .inline-search .col-lg-6 {
      float: left; }
    .inline-search .col-lg-4 {
      width: 33.3333333333%; }
    .inline-search .col-lg-6 {
      width: 50%; } }
  .inline-search .col-md-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  @media (min-width: 992px) {
    .inline-search .col-md-5 {
      float: left; }
    .inline-search .col-md-5 {
      width: 41.6666666667%; } }
  .inline-search table {
    max-width: 100%;
    background-color: transparent; }
  .inline-search th {
    text-align: left; }
  .inline-search label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .inline-search input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  .inline-search input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .inline-search .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .inline-search .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .inline-search .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .inline-search .form-control:-ms-input-placeholder {
    color: #999999; }
  .inline-search .form-control::-webkit-input-placeholder {
    color: #999999; }
  .inline-search input[type="time"] {
    line-height: 34px;
    line-height: 1.428571429 \0; }
  .inline-search .form-group {
    margin-bottom: 15px; }
  .inline-search .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold; }
  .inline-search .btn:focus, .inline-search .btn:active:focus, .inline-search .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .inline-search .btn:hover, .inline-search .btn:focus {
    color: #333;
    text-decoration: none; }
  .inline-search .btn:active, .inline-search .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .inline-search .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .inline-search .btn-default:hover, .inline-search .btn-default:focus, .inline-search .btn-default:active, .inline-search .btn-default.active {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .inline-search .btn-default:active, .inline-search .btn-default.active {
    background-image: none; }
  .inline-search .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd; }
  .inline-search .btn-primary:hover, .inline-search .btn-primary:focus, .inline-search .btn-primary:active {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .inline-search .btn-primary:active {
    background-image: none; }
  .inline-search .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
  .inline-search .btn-info:hover, .inline-search .btn-info:focus, .inline-search .btn-info:active, .inline-search .btn-info.active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .inline-search .btn-info:active, .inline-search .btn-info.active {
    background-image: none; }
  .inline-search .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
  .inline-search .btn-warning:hover, .inline-search .btn-warning:focus, .inline-search .btn-warning:active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .inline-search .btn-warning:active {
    background-image: none; }
  .inline-search .btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0; }
  .inline-search .btn-link, .inline-search .btn-link:active {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .inline-search .btn-link, .inline-search .btn-link:hover, .inline-search .btn-link:focus, .inline-search .btn-link:active {
    border-color: transparent; }
  .inline-search .btn-link:hover, .inline-search .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .inline-search .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .inline-search .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  .inline-search .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .inline-search .inline-dropdown {
    position: relative; }
  .inline-search .dropdown-toggle:focus {
    outline: 0; }
  .inline-search .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
  .inline-search .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
  .inline-search .dropdown-menu > li > a:hover, .inline-search .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .inline-search .open > .dropdown-menu {
    display: block; }
  .inline-search .btn .caret {
    margin-left: 0; }
  .inline-search .modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
  .inline-search .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .inline-search .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
  .inline-search .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0; }
  .inline-search .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px; }
  .inline-search .modal-title {
    margin: 0;
    line-height: 1.428571429; }
  .inline-search .modal-body {
    position: relative;
    padding: 15px; }
  .inline-search .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
  .inline-search .modal-footer:before, .inline-search .modal-footer:after {
    content: " ";
    display: table; }
  .inline-search .modal-footer:after {
    clear: both; }
  .inline-search .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .inline-search .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .inline-search .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
  .inline-search .clearfix:before, .inline-search .clearfix:after {
    content: " ";
    display: table; }
  .inline-search .clearfix:after {
    clear: both; }
  .inline-search .pull-right {
    float: right !important; }
  .inline-search .pull-left {
    float: left !important; }
  .inline-search *:before, .inline-search *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .inline-search .datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .inline-search .datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .inline-search .datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px; }
  .inline-search .datepicker table {
    width: 100%;
    margin: 0; }
  .inline-search .datepicker td, .inline-search .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .inline-search .datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .inline-search .datepicker td span:hover {
    background: #eeeeee; }
  .inline-search .datepicker thead tr:first-child th {
    cursor: pointer; }
  .inline-search .datepicker thead tr:first-child th:hover {
    background: #eeeeee; }
  .inline-search .clearfix:before {
    content: "";
    display: table; }
  .inline-search .clearfix:after {
    content: "";
    clear: both;
    display: table; }
  .inline-search h4 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #ffffff; }
  .inline-search .btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    cursor: pointer !important;
    position: relative;
    height: 40px;
    padding: 0px 10px;
    cursor: pointer; }
  .inline-search .btn .btn-span {
    font-size: 14px;
    line-height: 35px; }
  .inline-search a.btn, .inline-search button.btn {
    line-height: 35px; }
  .inline-search .btn-primary {
    background-color: #da5f9f;
    background-image: -webkit-linear-gradient(#da5f9f, #aa497b);
    background-image: linear-gradient(#da5f9f, #aa497b);
    border-bottom: 4px solid #732f52; }
  .inline-search .btn-primary .icons {
    border-right: 1px solid #732f52;
    width: 30px;
    height: 100%;
    padding-right: 35px;
    margin-right: 10px;
    float: left; }
  .inline-search .btn-primary .icons svg {
    margin-right: 10px; }
  .inline-search .btn-primary:hover, .inline-search .btn-primary:focus {
    border-bottom: 2px solid #732f52;
    background-color: #da5f9f;
    background-image: -webkit-linear-gradient(#da5f9f, #aa497b);
    background-image: linear-gradient(#da5f9f, #aa497b);
    top: 2px; }
  .inline-search .btn-info {
    background-color: #3aa1db;
    background-image: -webkit-linear-gradient(#3aa1db, #2d7cac);
    background-image: linear-gradient(#3aa1db, #2d7cac);
    border-bottom: 4px solid #215f85;
    color: #ffffff; }
  .inline-search .btn-info:hover, .inline-search .btn-info:focus, .inline-search .btn-info.active {
    border-bottom: 2px solid #215f85;
    background-color: #3aa1db;
    background-image: -webkit-linear-gradient(#3aa1db, #2d7cac);
    background-image: linear-gradient(#3aa1db, #2d7cac);
    color: #ffffff;
    top: 2px; }
  .inline-search .btn-default {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(#ddd, #b2b2b2);
    background-image: linear-gradient(#ddd, #b2b2b2);
    border-bottom: 4px solid #c0c0c0;
    color: #ffffff; }
  .inline-search .btn-default:hover, .inline-search .btn-default:focus, .inline-search .btn-default.active {
    border-bottom: 2px solid #c0c0c0;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(#ddd, #b2b2b2);
    background-image: linear-gradient(#ddd, #b2b2b2);
    color: #ffffff;
    top: 2px; }
  .inline-search .btn-no-bg {
    background: none;
    border: none;
    padding: 0px;
    height: 100%; }
  .inline-search .btn-no-bg .icons {
    background: none !important; }
  .inline-search .btn-no-bg .caret {
    border-top: 6px solid #ffffff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    vertical-align: middle; }
  .inline-search .btn-warning {
    background-color: #ee6b56;
    background-image: -webkit-linear-gradient(#ee6b56, #e95037);
    background-image: linear-gradient(#ee6b56, #e95037);
    border-bottom: 4px solid #b63e2a;
    color: #ffffff; }
  .inline-search .btn-warning:hover, .inline-search .btn-warning:focus {
    border-bottom: 2px solid #b63e2a;
    background-color: #ee6b56;
    background-image: -webkit-linear-gradient(#ee6b56, #e95037);
    background-image: linear-gradient(#ee6b56, #e95037);
    color: #ffffff;
    top: 2px; }
  @media only screen and (max-width: 480px) {
    .inline-search .btn-full-width {
      width: 90%; } }
  .inline-search .form-input input, .inline-search .form-input select {
    color: #50596c !important; }
  .inline-search .form-input input::-webkit-input-placeholder, .inline-search .form-input select::-webkit-input-placeholder {
    color: #50596c; }
  .inline-search .form-input input:-moz-placeholder, .inline-search .form-input select:-moz-placeholder {
    color: #50596c; }
  .inline-search .form-input input::-moz-placeholder, .inline-search .form-input select::-moz-placeholder {
    color: #50596c; }
  .inline-search .form-input input:-ms-input-placeholder, .inline-search .form-input select:-ms-input-placeholder {
    color: #50596c; }
  .inline-search .form-input {
    position: relative; }
  .inline-search .form-input .icons {
    background: -webkit-linear-gradient(#3bb2c0, #3d94a0) left repeat;
    background: linear-gradient(#3bb2c0, #3d94a0) left repeat;
    float: left;
    width: 38px;
    height: 38px;
    z-index: 200;
    position: relative; }
  .inline-search .form-input .icons:after {
    width: 0;
    height: 0;
    content: '';
    border-top: 8px solid transparent;
    border-left: 8px solid #3da8b6;
    border-bottom: 8px solid transparent;
    display: inline-block;
    position: absolute;
    right: -8px;
    top: 12px;
    z-index: 200; }
  .inline-search .form-control {
    background: #ffffff;
    border: 1px solid #c0c0c0;
    float: left;
    padding: 9px 12px;
    font-size: 13px;
    margin-left: -1px;
    color: #50596c;
    background: #ffffff;
    box-shadow: inset 0 0px 5px #c0c0c0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: auto; }
  .inline-search input[type=text], .inline-search select, .inline-search input.form-control {
    background: #ffffff;
    border: 1px solid #c0c0c0;
    float: left;
    height: 38px;
    padding: 9px 12px;
    font-size: 13px;
    width: 75%;
    color: #50596c;
    background: #ffffff;
    box-shadow: inset 0 0px 5px #c0c0c0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .inline-search select {
    width: 75%;
    padding: 8px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .inline-search input.form-control {
    width: 75%;
    padding: 10px 12px 8px 12px; }
  .inline-search ::-webkit-input-placeholder {
    color: #50596c; }
  .inline-search :-moz-placeholder {
    color: #50596c; }
  .inline-search ::-moz-placeholder {
    color: #50596c; }
  .inline-search :-ms-input-placeholder {
    color: #50596c; }
  .inline-search input[type="checkbox"] {
    width: 20px !important;
    height: 13px !important; }
  .inline-search .icons {
    width: 20px;
    height: 20px;
    line-height: 1;
    display: inline-block;
    position: relative; }
  .inline-search .icons svg {
    fill: #ffffff;
    width: inherit;
    height: inherit; }
  .inline-search .icons svg:not(:root) {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
  .inline-search .icons.icon-white svg {
    fill: #ffffff; }
  .inline-search .icons_sickness {
    padding: 6px; }
  .inline-search .icons_sickness svg {
    width: 23px !important;
    height: 26px !important; }
  .inline-search .icons_treatment {
    padding: 6px 7px; }
  .inline-search .icons_treatment svg {
    width: 23px !important;
    height: 23px !important; }
  .inline-search .icons_agency svg {
    width: 23px !important;
    height: 26px !important; }
  .inline-search .inline-dropdown .icons_agency {
    padding: 6px 5px; }
  .inline-search .dropdown-menu li a .icons_agency {
    padding: 2px 5px;
    padding-right: 35px !important; }
  .inline-search .dropdown-menu li a .icons_treatment {
    padding: 2px 5px;
    padding-right: 35px !important; }
  .inline-search .form-input .icons_sickness {
    padding: 6px 7px; }
  .inline-search .datepicker {
    top: 0;
    left: 0;
    padding: 10px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .inline-search .datepicker .btn {
    padding: 0px 0px;
    height: 30px;
    border: 1px solid #c0c0c0;
    border-radius: 0px;
    margin: 0;
    background: #b2b2b2; }
  .inline-search .datepicker .btn-default:active, .inline-search .datepicker .btn-default:hover, .inline-search .datepicker .btn-default:visited, .inline-search .datepicker .btn-default:focus {
    background: #3da8b6;
    outline: 0px;
    top: 0; }
  .inline-search .datepicker .btn-default .glyphicon {
    background-image: url(http://dobryfizjo.fizjoplaner.local/images/chev.png?1413884308029); }
  .inline-search .datepicker .btn-default .glyphicon:before {
    display: none; }
  .inline-search .datepicker .btn-default .glyphicon-chevron-left {
    background-position: 0px 0px;
    width: 9px;
    height: 15px;
    display: block;
    margin-left: 9px;
    margin-bottom: 3px; }
  .inline-search .datepicker .btn-default .glyphicon-chevron-left:before {
    display: none; }
  .inline-search .datepicker .btn-default .glyphicon-chevron-right {
    background-position: 0px -25px;
    width: 9px;
    height: 15px;
    display: block;
    margin-left: 11px;
    margin-bottom: 3px; }
  .inline-search .datepicker .btn-default .glyphicon-chevron-right:before {
    display: none; }
  .inline-search .datepicker .btn-info.active {
    background: #3da8b6;
    top: 0; }
  .inline-search .datepicker button.btn {
    line-height: 1.5; }
  .inline-search .datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .inline-search .datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px; }
  .inline-search .datepicker table {
    width: 100%;
    margin: 0;
    font-weight: 900;
    border-spacing: 0px;
    outline: 0;
    padding: 10px; }
  .inline-search .datepicker thead {
    font-weight: bold; }
  .inline-search .datepicker thead .btn {
    width: 100%; }
  .inline-search .datepicker thead .btn strong {
    color: #000; }
  .inline-search .datepicker td, .inline-search .datepicker th {
    text-align: center;
    width: 30px;
    height: 30px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .inline-search .datepicker span {
    color: #000; }
  .inline-search .datepicker td .btn .text-muted {
    color: #ddd;
    font-weight: 400; }
  .inline-search .datepicker td .btn span {
    display: block;
    width: 30px;
    height: 30px;
    color: black;
    font-weight: 900;
    line-height: 2.5;
    float: left;
    margin: 0px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0px; }
  .inline-search .datepicker td .btn span:hover {
    background: none;
    outline: 0px; }
  .inline-search .datepicker th small {
    font-size: 67%;
    color: #50596c; }
  .inline-search .datepicker thead tr:first-child th {
    cursor: pointer; }
  .inline-search .datepicker thead tr:first-child th:hover {
    background: #eeeeee; }
  .inline-search .inline-dropdown {
    position: relative; }
  .inline-search .dropdown-toggle {
    *margin-bottom: -3px; }
  .inline-search .dropdown-toggle:active {
    outline: 0; }
  .inline-search .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #dbdbdb;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""; }
  .inline-search .inline-dropdown .caret {
    margin-top: 8px;
    margin-left: 2px; }
  .inline-search .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1045;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
  .inline-search .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap; }
  .inline-search .dropdown-menu > li > a:hover, .inline-search .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear, to bottom, #0088cc, #0077b3;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }
  .inline-search .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
  .inline-search .modal.fade .modal-dialog {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform;
    -moz-transition: -moz-transform;
    transition: transform; }
  .inline-search .modal-dialog {
    width: 660px;
    margin: auto;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0;
    filter: alpha(opacity=0); }
  @media only screen and (max-width: 767px) {
    .inline-search .modal-dialog {
      width: 95%; } }
  .inline-search .modal-content {
    position: relative;
    background-clip: padding-box;
    border: 1px solid #c0c0c0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: 0; }
  .inline-search .modal-header {
    padding: 0px 25px; }
  .inline-search .modal-header h4 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 40px;
    text-transform: inherit;
    color: #657088; }
  .inline-search .modal-title {
    font-size: 18px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: inherit;
    margin: 0px;
    padding-bottom: 0.6em;
    color: #ffffff;
    padding: 0; }
  .inline-search .modal-body {
    position: relative;
    padding: 2em;
    background: #657088;
    color: #ffffff;
    min-height: 70px; }
  @media only screen and (max-width: 767px) {
    .inline-search .modal-body {
      padding: 15px; } }
  .inline-search .modal-footer {
    padding: 10px 15px;
    text-align: right; }
  .inline-search .modal-footer .btn {
    min-width: 80px;
    max-height: 35px;
    line-height: 28px; }
  .inline-search select option:disabled {
    color: #b2b2b2; }
  .inline-search * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .inline-search *:before, .inline-search *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .inline-search button, .inline-search input, .inline-search select {
    color: #666; }
  .inline-search .row {
    letter-spacing: 0px; }
  .inline-search ::selection {
    background: #d65d9c;
    color: #ffffff;
    text-shadow: none; }
  .inline-search ::-moz-selection {
    background: #d65d9c;
    color: #ffffff;
    text-shadow: none; }
  .inline-search ::-webkit-selection {
    background: #d65d9c;
    color: #ffffff;
    text-shadow: none; }
  .inline-search div > ul {
    list-style: none; }
  .inline-search a {
    text-decoration: none;
    color: #d65d9c;
    cursor: pointer !important; }
  .inline-search a:hover, .inline-search a:active, .inline-search a:focus {
    text-decoration: none;
    color: #e59ac1;
    outline: none; }
  .inline-search h4 {
    color: #50596c;
    font-weight: 400; }
  .inline-search svg {
    pointer-events: none; }
  .inline-search h4 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #50596c; }
  .inline-search span {
    font-size: 12px;
    outline: 0px; }
  .inline-search .txt-center {
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .inline-search input[type="checkbox"] {
      width: 20px !important;
      height: 16px !important;
      top: 10px;
      margin-top: 5px; } }
  .inline-search input.schedule-date {
    line-height: 18px; }
  .inline-search .schedule-date {
    text-align: center; }
  .inline-search .btn-link .glyphicon-chevron-up {
    background-image: url("http://dobryfizjo.fizjoplaner.local/images/icons/svg/chevron22.svg");
    background-image: url("http://dobryfizjo.fizjoplaner.local/images/icons/svg/chevron22.svg");
    width: 40px;
    height: 40px;
    display: block; }
  .inline-search .mrg-r {
    margin-right: 10px; }
  .inline-search .time-picker {
    margin-top: 0px; }
  .inline-search .time-picker input {
    padding: 8px 5px; }
  .inline-search .date-comment {
    margin-top: 10px;
    float: left;
    margin-right: 15px;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .inline-search .date-comment {
      width: 12%;
      margin-right: 0px; } }
  .inline-search .date-advance, .inline-search .date-adv-modal {
    background: #657088;
    position: relative;
    padding-left: 10px;
    padding-right: 10px; }
  @media only screen and (max-width: 480px) {
    .inline-search .date-advance, .inline-search .date-adv-modal {
      padding-left: 3px;
      padding-right: 3px; } }
  .inline-search .date-advance > .row > [class*="col-"] .form-input-outer, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input-outer {
    display: block; }
  @media only screen and (max-width: 767px) {
    .inline-search .date-advance > .row > [class*="col-"] .form-input-outer, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input-outer {
      width: 70%;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; } }
  @media only screen and (max-width: 480px) {
    .inline-search .date-advance > .row > [class*="col-"] .form-input-outer, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input-outer {
      width: 90%; } }
  .inline-search .date-advance > .row > [class*="col-"] .form-input-outer p, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input-outer p {
    text-align: left;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
  .inline-search .date-advance > .row > [class*="col-"] .form-input-outer .time-checkbox, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input-outer .time-checkbox {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    top: 2px;
    margin-top: 10px;
    margin-left: 20px; }
  .inline-search .date-advance > .row > [class*="col-"] .form-input, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: 100%;
    margin-top: 10px; }
  .inline-search .date-advance > .row > [class*="col-"] .form-input:before, .inline-search .date-advance > .row > [class*="col-"] .form-input:after, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input:before, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input:after {
    content: " ";
    display: table; }
  .inline-search .date-advance > .row > [class*="col-"] .form-input:after, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .inline-search .date-advance > .row > [class*="col-"] .form-input, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input {
      display: block; } }
  .inline-search .date-advance > .row > [class*="col-"] .form-input:first-child, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input:first-child {
    margin-top: 22px; }
  @media only screen and (max-width: 767px) {
    .inline-search .date-advance > .row > [class*="col-"] .form-input .icons, .inline-search .date-adv-modal > .row > [class*="col-"] .form-input .icons {
      position: absolute;
      left: 12%; } }
  .inline-search .date-advance > .row > [class*="col-"] .date-time, .inline-search .date-adv-modal > .row > [class*="col-"] .date-time {
    display: block;
    text-align: left; }
  @media only screen and (max-width: 767px) {
    .inline-search .date-advance > .row > [class*="col-"] .date-time, .inline-search .date-adv-modal > .row > [class*="col-"] .date-time {
      margin-top: 10px;
      text-align: center; } }
  .inline-search .date-advance > .row > [class*="col-"] .date-time p, .inline-search .date-adv-modal > .row > [class*="col-"] .date-time p {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
  .inline-search .date-advance > .row > [class*="col-"] .date-time .icons, .inline-search .date-adv-modal > .row > [class*="col-"] .date-time .icons {
    width: 38px;
    height: 38px;
    -webkit-transform: translateY(35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    -o-transform: translateY(35%);
    transform: translateY(35%); }
  @media only screen and (max-width: 991px) {
    .inline-search .date-advance > .row > [class*="col-"] .date-time .icons, .inline-search .date-adv-modal > .row > [class*="col-"] .date-time .icons {
      margin-left: 0px; }
    .inline-search .row {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .inline-search .date-adv-modal {
      text-align: center; } }
  .inline-search .date-adv-modal > .row > [class*="col-"] .form-input input {
    width: 72%;
    padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .inline-search .date-adv-modal > .row > [class*="col-"] .form-input input {
      width: 88%;
      padding-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .inline-search .date-adv-modal > .row > [class*="col-"] .form-input .icons {
      left: 12%; } }
  .inline-search .date-adv-modal > .row > [class*="col-"] .form-input-outer {
    float: left; }
  @media only screen and (max-width: 767px) {
    .inline-search .date-adv-modal > .row > [class*="col-"] .form-input-outer {
      width: 80%;
      float: none;
      text-align: center; }
    .inline-search .date-adv-modal > .row > [class*="col-"] .form-input-outer:first-child {
      background: #50596c;
      margin-bottom: 0px; } }
  @media only screen and (max-width: 480px) {
    .inline-search .date-adv-modal > .row > [class*="col-"] .form-input-outer {
      width: 100%; } }
  .inline-search .date-adv-modal > .row > [class*="col-"] .date-time p {
    margin-top: 22px;
    position: relative;
    padding-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .inline-search .date-adv-modal > .row > [class*="col-"] .date-time .icons {
      float: none;
      left: -10px; } }
  .inline-search .date-adv-modal > .row > [class*="col-"] .time-picker {
    float: left;
    position: relative;
    top: -18px; }
  @media only screen and (max-width: 767px) {
    .inline-search .date-adv-modal > .row > [class*="col-"] .time-picker {
      float: none; } }
  .inline-search .date-adv-modal > .row > [class*="col-"] .glyphicon-chevron-up {
    margin-left: 14px; }
  @media only screen and (max-width: 991px) {
    .inline-search .date-adv-modal > .row > [class*="col-"] .glyphicon-chevron-up {
      margin-left: 2px; } }
  @media only screen and (max-width: 767px) {
    .inline-search .date-adv-modal > .row > [class*="col-"] .glyphicon-chevron-up {
      margin-left: 8px; } }
  .inline-search .date-adv-modal > .row > [class*="col-"] .glyphicon-chevron-down {
    margin-left: 14px; }
  @media only screen and (max-width: 991px) {
    .inline-search .date-adv-modal > .row > [class*="col-"] .glyphicon-chevron-down {
      margin-left: 3px; } }
  @media only screen and (max-width: 767px) {
    .inline-search .date-adv-modal > .row > [class*="col-"] .glyphicon-chevron-down {
      margin-left: 9px; } }
  .inline-search .date-adv-ft {
    padding-top: 0px;
    padding-right: 15px;
    border: none; }
  .inline-search .date-adv-ft .date-adv-ft-btn {
    float: right;
    width: 100%; }
  .inline-search .date-adv-ft .date-adv-ft-btn .btn-primary, .inline-search .date-adv-ft .date-adv-ft-btn .btn-warning {
    width: 100px; }
  .inline-search .time-picker {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
    margin-top: -34px; }
  @media only screen and (max-width: 767px) {
    .inline-search .time-picker {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; } }
  .inline-search .time-picker input {
    width: 100%; }
  .inline-search .timepick {
    float: left; }
  .inline-search .timepick table tr ~ tr > td:not(.form-group) {
    color: #ffffff;
    padding-right: 7px; }
  .inline-search .timepick table tr ~ tr > .form-group {
    width: 50px; }
  .inline-search .timepick .glyphicon {
    background-image: url(http://dobryfizjo.fizjoplaner.local/images/arr.png?1413544887504); }
  .inline-search .timepick .glyphicon:before {
    display: none; }
  .inline-search .timepick .glyphicon-chevron-up {
    background-position: 0px -60px;
    width: 12px;
    height: 10px;
    display: block;
    margin-top: 30px;
    margin-left: -2px; }
  .inline-search .timepick .glyphicon-chevron-up:before {
    display: none; }
  .inline-search .timepick .glyphicon-chevron-up:active, .inline-search .timepick .glyphicon-chevron-up:hover, .inline-search .timepick .glyphicon-chevron-up:focus {
    background-position: 0px -40px;
    width: 12px;
    height: 10px; }
  .inline-search .timepick .glyphicon-chevron-up:active:before, .inline-search .timepick .glyphicon-chevron-up:hover:before, .inline-search .timepick .glyphicon-chevron-up:focus:before {
    display: none; }
  .inline-search .timepick .glyphicon-chevron-down {
    background-position: 0px -20px;
    width: 12px;
    height: 10px;
    display: block;
    margin-left: 4px; }
  .inline-search .timepick .glyphicon-chevron-down:before {
    display: none; }
  .inline-search .timepick .glyphicon-chevron-down:active, .inline-search .timepick .glyphicon-chevron-down:hover, .inline-search .timepick .glyphicon-chevron-down:focus {
    background-position: 0px 0px;
    width: 12px;
    height: 10px; }
  .inline-search .timepick .glyphicon-chevron-down:active:before, .inline-search .timepick .glyphicon-chevron-down:hover:before, .inline-search .timepick .glyphicon-chevron-down:focus:before {
    display: none; }
  .inline-search .time-comment {
    margin-top: 48px;
    margin-left: 8px;
    margin-right: 8px;
    float: left;
    letter-spacing: 0px;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%); }
  @media only screen and (max-width: 767px) {
    .inline-search .time-comment {
      margin-left: 4px;
      margin-right: 4px; } }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res .btns {
      margin: 0 auto;
      width: 75%; } }
  @media only screen and (max-width: 480px) {
    .inline-search .search-res .btns {
      width: 100%; } }
  .inline-search .search-res .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }
  @media only screen and (min-width: 992px) {
    .inline-search .search-res .city-autocomplete-wrapper select {
      padding: 8px 2px; } }
  .inline-search .search-res > .row > [class*="col-"] .date-adv-ft {
    padding-top: 0px;
    padding-right: 15px;
    border: none; }
  .inline-search .search-res > .row > [class*="col-"] .date-adv-ft .date-adv-ft-btn {
    float: right;
    width: 100%; }
  .inline-search .search-res > .row > [class*="col-"] .date-adv-ft .date-adv-ft-btn .btn-primary, .inline-search .search-res > .row > [class*="col-"] .date-adv-ft .date-adv-ft-btn .btn-warning {
    width: 100px; }
  @media only screen and (max-width: 1199px) {
    .inline-search .search-res > .row > [class*="col-"] .form-input .icons {
      position: absolute;
      left: 0px; } }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res > .row > [class*="col-"] .form-input {
      width: 75%;
      margin: 5px auto; }
    .inline-search .search-res > .row > [class*="col-"] .form-input:before, .inline-search .search-res > .row > [class*="col-"] .form-input:after {
      content: " ";
      display: table; }
    .inline-search .search-res > .row > [class*="col-"] .form-input:after {
      clear: both; } }
  @media only screen and (max-width: 767px) {
    .inline-search .search-res > .row > [class*="col-"] .form-input {
      width: 80%; } }
  @media only screen and (max-width: 480px) {
    .inline-search .search-res > .row > [class*="col-"] .form-input {
      width: 95%; } }
  @media only screen and (max-width: 1199px) {
    .inline-search .search-res > .row > [class*="col-"] .date-adv-modal .icons {
      position: relative;
      left: 12%; } }
  @media only screen and (max-width: 1199px) {
    .inline-search .search-res > .row > [class*="col-"] .date-adv-modal .date-time .icons {
      position: relative;
      left: 0; } }
  @media only screen and (max-width: 767px) {
    .inline-search .search-res > .row > [class*="col-"] .date-adv-modal .nfz-box-modal .icons {
      left: 0; } }
  @media only screen and (max-width: 1199px) {
    .inline-search .search-res > .row > [class*="col-"] .date-adv-modal .form-input {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .inline-search .search-res > .row > [class*="col-"] .date-adv-modal .form-input .icons {
      position: absolute; } }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res > .row > [class*="col-"] .btn-full-width {
      background: #657088; } }
  .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px; }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-menu {
      position: relative;
      width: 75%;
      left: 0px;
      top: 0px;
      float: none;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-menu {
      width: 80%; } }
  @media only screen and (max-width: 480px) {
    .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-menu {
      width: 95%; } }
  .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-menu > li > a:active, .inline-search .search-res > .row > [class*="col-"] .dropdown .dropdown-menu > li > a:hover, .inline-search .search-res > .row > [class*="col-"] .dropdown .dropdown-menu > li > a:focus {
    background: #50596c; }
  .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-menu .icons {
    width: 38px;
    height: 38px;
    margin-top: -5px;
    padding-right: 40px; }
  .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-menu .icons svg {
    width: 32px;
    height: 30px; }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-menu .icons {
      padding-right: 54px !important; } }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-menu .icons.icons_user78 {
      padding-right: 58px !important; } }
  .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-category {
    display: none;
    font-weight: bold; }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .dropdown-category {
      display: block;
      margin-left: 40px; } }
  .inline-search .search-res > .row > [class*="col-"] .inline-dropdown .caret {
    top: 12px;
    right: 0px;
    bottom: 0px;
    left: 40px;
    position: absolute; }
  .inline-search .search-res > .row > [class*="col-"] .btn-span {
    padding-left: 6px;
    padding-right: 7px; }
  @media only screen and (max-width: 1199px) {
    .inline-search .search-res > .row > [class*="col-"] .btn-span {
      padding-left: 2px;
      padding-right: 0px; } }
  .inline-search .search-res > .row > [class*="col-"] .btn-primary {
    margin-right: 14px; }
  @media only screen and (max-width: 1199px) {
    .inline-search .search-res > .row > [class*="col-"] .btn-primary {
      margin-top: 0px;
      margin-right: 0px; } }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res > .row > [class*="col-"] .btn-primary {
      margin: 0 auto;
      float: none;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; } }
  .inline-search .search-res > .row > [class*="col-"] .btn-primary .icons svg {
    width: 32px;
    height: 34px; }
  .inline-search .search-res > .row > [class*="col-"] .mrg-r {
    margin-right: 15px; }
  .inline-search .search-res > .row > [class*="col-"] .btn {
    height: 40px;
    width: 100%;
    padding-left: 3px;
    padding-right: 2px; }
  @media only screen and (max-width: 1199px) {
    .inline-search .search-res > .row > [class*="col-"] .btn {
      width: 100%; } }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res > .row > [class*="col-"] .btn {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .inline-search .search-res > .row > [class*="col-"] .btn {
      width: 75%; } }
  @media only screen and (max-width: 480px) {
    .inline-search .search-res > .row > [class*="col-"] .btn {
      width: 95%; } }
  .inline-search .search-res > .row > [class*="col-"] .btn .icons {
    height: 38px;
    width: 35px;
    margin-right: 0px;
    padding-right: 5px; }
  .inline-search .search-res > .row > [class*="col-"] .btn:active, .inline-search .search-res > .row > [class*="col-"] .btn:focus {
    outline: 0;
    box-shadow: none; }
  .inline-search .search-res > .row > [class*="col-"] .datepicker {
    min-width: 295px; }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res > .row > [class*="col-"] .datepicker .btn {
      width: 100%;
      height: 35px; } }
  @media only screen and (max-width: 767px) {
    .inline-search .search-res > .row > [class*="col-"] .datepicker .btn {
      width: 100%;
      height: 35px; } }
  @media only screen and (max-width: 480px) {
    .inline-search .search-res > .row > [class*="col-"] .datepicker .btn {
      width: 100%;
      height: 35px; } }
  @media only screen and (max-width: 991px) {
    .inline-search .search-res > .row > [class*="col-"] .btn-full-width {
      width: 75%; } }
  @media only screen and (max-width: 767px) {
    .inline-search .search-res > .row > [class*="col-"] .btn-full-width {
      width: 80%; } }
  @media only screen and (max-width: 480px) {
    .inline-search .search-res > .row > [class*="col-"] .btn-full-width {
      width: 95%; } }
  .inline-search .search-res > .row > [class*="col-"] .icons {
    float: left;
    max-width: 38px; }
  .inline-search .search-res > .row > [class*="col-"] .icons svg {
    width: 38px;
    height: 38px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inline-search .search-res > .row > [class*="col-"] > .row > [class*="col-"] {
      padding-left: 5px; } }
  .inline-search input[type="checkbox"] {
    width: 20px;
    height: 13px; }
  .inline-search .search-res {
    background: #50596c;
    padding: 10px 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inline-search .search-res .btn .icons_search19 {
      display: none; } }
  .inline-search .search-adv {
    position: relative; }
  @media only screen and (max-width: 991px) {
    .inline-search .search-adv {
      width: 100%;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      text-align: center; } }
  @media only screen and (max-width: 991px) {
    .inline-search .search-adv span {
      color: #ffffff;
      font-size: 13px;
      float: left;
      margin-left: 20px;
      padding-top: 5px; } }
  .inline-search .search-adv .search-adv-menu {
    position: absolute;
    border: none;
    left: -5px;
    top: 50px;
    background: #657088; }
  .inline-search .search-adv .search-adv-menu > li > a {
    padding: 13px 10px;
    color: #ffffff;
    border-top: 2px solid #c0c0c0; }
  @media only screen and (max-width: 991px) {
    .inline-search .search-adv .search-adv-menu > li > a {
      padding: 11px 10px 12px 5px; } }
  .inline-search .search-adv .search-adv-menu > li > a:active, .inline-search .search-adv .search-adv-menu > li > a:hover, .inline-search .search-adv .search-adv-menu > li > a:focus {
    border-top: 2px solid #3da8b6; }
  .inline-search .res-adv-search .form-input input[type=text] {
    width: 85%;
    margin-left: 0px;
    width: -webkit-calc(100% - 38px);
    width: calc(100% - 38px); }
  @media only screen and (max-width: 1199px) {
    .inline-search .res-adv-search .form-input input[type=text] {
      width: 100%;
      padding-left: 60px; } }
  @media only screen and (max-width: 767px) {
    .inline-search .res-adv-search .form-input .city-autocomplete-wrapper {
      width: 100%; } }
  .inline-search .res-adv-search .search-res .time {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: middle; }
  .inline-search .res-adv-search .search-res .time a {
    color: #ffffff;
    font-size: 16px;
    float: left; }
  .inline-search .res-adv-search .search-res .time .icons {
    float: left;
    position: absolute;
    left: 8px; }
  @media only screen and (max-width: 991px) {
    .inline-search .res-adv-search .search-res .time .icons {
      position: relative; } }
  .inline-search .res-adv-search .search-res .time .icons_medic svg {
    fill: #e59ac2; }
  @media only screen and (max-width: 991px) {
    .inline-search .res-adv-search .search-res .time {
      padding-top: 10px; } }
  .inline-search .dropdown-search .dropdown-menu {
    border-radius: 0px;
    max-height: 160px;
    overflow: hidden;
    overflow-y: auto; }
  @media only screen and (max-width: 1199px) {
    .inline-search .dropdown-search ul {
      left: 52px; } }
  .inline-search .no-match-lft, .inline-search .no-match-rgt {
    background-image: url("/img/icons/bg-trans.png");
    background-image: url("/img/icons/bg-trans.png");
    position: absolute;
    top: -2px;
    text-align: center;
    z-index: 900;
    width: 100%;
    height: 140px; }
  @media only screen and (max-width: 480px) {
    .inline-search .no-match-lft, .inline-search .no-match-rgt {
      width: 93%; } }
  .inline-search .no-match-lft {
    left: 5px; }
  @media only screen and (max-width: 767px) {
    .inline-search .no-match-lft {
      height: 120px; } }
  @media only screen and (max-width: 480px) {
    .inline-search .no-match-lft {
      left: 10px; } }
  @media only screen and (min-width: 1200px) {
    .inline-search .no-match-lft {
      width: 416px; } }
  .inline-search .no-match-rgt {
    left: 0; }
  @media only screen and (max-width: 767px) {
    .inline-search .no-match-rgt {
      top: 4px; } }
  @media only screen and (max-width: 1199px) {
    .inline-search .no-match-rgt {
      left: 5px; } }
  @media only screen and (max-width: 480px) {
    .inline-search .no-match-rgt {
      left: 10px; } }
  .inline-search .modal-body .no-match-lft, .inline-search .modal-body .no-match-rgt {
    left: 0px;
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .inline-search .modal-body .no-match-rgt {
      height: 160px; } }
  .inline-search .city-autocomplete-wrapper {
    overflow: hidden; }
  .inline-search .city-autocomplete-wrapper input {
    width: 78% !important; }
  .inline-search .city-autocomplete-wrapper select {
    width: 22% !important;
    padding: 8px 6px; }
  .inline-search .dropdown-menu > .active > a, .inline-search .dropdown-menu > .active > a:hover, .inline-search .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca; }
  .inline-search .dropdown-menu > .active > a, .inline-search .dropdown-menu > .active > a:hover, .inline-search .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear, to bottom, #0088cc, #0077b3;
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }
  .inline-search ::selection {
    background: #d65d9c;
    color: #ffffff;
    text-shadow: none; }
  .inline-search ::-moz-selection {
    background: #d65d9c;
    color: #ffffff;
    text-shadow: none; }
  .inline-search ::-webkit-selection {
    background: #d65d9c;
    color: #ffffff;
    text-shadow: none; }
  .inline-search div > ul {
    list-style: none; }
  .inline-search a {
    text-decoration: none;
    color: #d65d9c;
    cursor: pointer !important; }
  .inline-search a:hover, .inline-search a:active, .inline-search a:focus {
    text-decoration: none;
    color: #e59ac1;
    outline: none; }
  .inline-search span {
    font-size: 12px;
    outline: 0px; }
  .inline-search .dropdown-menu > .active > a, .inline-search .dropdown-menu > .active > a:hover, .inline-search .dropdown-menu > .active > a:focus {
    background-color: #3bb2c0;
    background-image: -webkit-linear-gradient(#3bb2c0, #3d94a0);
    background-image: linear-gradient(#3bb2c0, #3d94a0); }
  .inline-search .dropdown-search .dropdown-menu {
    border-radius: 0px;
    max-height: 160px;
    overflow: hidden;
    overflow-y: auto; }
  .inline-search .dropdown-search .dropdown-menu .t_head {
    font-size: 12px;
    font-weight: bold;
    color: #3da8b6;
    padding-left: 10px;
    padding-bottom: 5px; }
  .inline-search .dropdown-search .dropdown-menu .t_span {
    font-size: 13px;
    color: #50596c;
    font-weight: bold;
    display: block; }
  .inline-search .dropdown-search .dropdown-menu .t_span:hover, .inline-search .dropdown-search .dropdown-menu .t_span:active, .inline-search .dropdown-search .dropdown-menu .t_span:focus {
    color: #ffffff;
    font-weight: bold; }
  @media only screen and (max-width: 1199px) {
    .inline-search .dropdown-search ul {
      left: 52px; } }

.art_page {
  position: relative;
  padding-top: 0; }
  .art_page .art_cat {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 1.875em 0;
    background-image: url(../img/portal/article/art_bg.jpg); }
    .art_page .art_cat .cat_name {
      font-size: 1.375rem;
      color: #ffffff;
      background: #f5815d;
      padding: 0.9375em 1.25em;
      margin: 0;
      left: -3em;
      position: relative; }
      .art_page .art_cat .cat_name a {
        left: 0; }
    .art_page .art_cat a {
      position: relative;
      color: #ffffff;
      left: -4.125em; }
    .art_page .art_cat .icons {
      background: #f26235;
      font-size: 1.375rem;
      color: #ffffff;
      padding: 1em;
      padding-top: 1.125em; }
      .art_page .art_cat .icons:hover, .art_page .art_cat .icons:active {
        background: #f04f1d; }
  @media only screen and (max-width: 35.4375em) {
    .art_page .art_cat {
      padding: 0; }
      .art_page .art_cat .cat_name {
        height: 2.1875em;
        padding-top: 0.4375em;
        padding-left: 0.625em; }
      .art_page .art_cat a {
        left: 0;
        width: 15%;
        font-size: 1.125rem; }
        .art_page .art_cat a .icons {
          width: 100%;
          text-align: center;
          padding-top: 0.5625em;
          padding-left: 0.625em;
          height: 2.1875em; }
      .art_page .art_cat .cat_name {
        left: 0;
        width: 85%; } }

.art_container {
  padding-top: 0.3125em; }
  .art_container .m_title {
    margin-top: 0.625em;
    font-size: 2.25rem;
    font-style: inherit; }
    @media only screen and (max-width: 35.4375em) {
      .art_container .m_title {
        font-size: 1.625rem; } }
    .art_container .m_title .btn-icon {
      width: 10.3125em;
      bottom: 1.875em;
      font-size: 0.875rem;
      color: #50cfbe; }
      .art_container .m_title .btn-icon .icons {
        font-size: 0.875rem;
        top: -0.125em; }
      @media screen and (max-width: 48em) {
        .art_container .m_title .btn-icon {
          display: none; } }
  .art_container .art-header-text {
    font-size: 13px;
    color: #b8b8b8; }
  .art_container .socials {
    float: right; }
    .art_container .socials:before, .art_container .socials:after {
      content: " ";
      display: table; }
    .art_container .socials:after {
      clear: both; }
    .art_container .socials .icons {
      font-size: 1.5rem; }
      @media screen and (max-width: 62.75em) {
        .art_container .socials .icons {
          font-size: 1.875rem; } }
    .art_container .socials .icons_printer {
      display: none;
      visibility: hidden;
      color: #cecece; }
    @media screen and (max-width: 47.5em) {
      .art_container .socials {
        float: none; } }
  .art_container .photo_img {
    margin-top: 1.875em; }
    .art_container .photo_img img {
      width: 100%; }
  .art_container .art_content {
    margin-top: 1.25em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.625em;
    color: #000000; }
    .art_container .art_content img {
      float: left;
      max-width: 45%;
      height: auto;
      margin: 0.625em 1.25em; }
      @media only screen and (max-width: 35.4375em) {
        .art_container .art_content img {
          max-width: 100%; } }
    .art_container .art_content .row .img-tmce {
      float: none;
      margin: 0;
      max-width: 100%; }
    .art_container .art_content .img-tmce.img-full {
      display: block;
      height: auto;
      margin: auto;
      float: none;
      max-width: 100%; }
    .art_container .art_content .item img {
      max-width: 100%; }
    .art_container .art_content a[href*="/files"] {
      margin-right: 0.3125em;
      color: #f26235;
      font-weight: 700;
      position: relative;
      display: inline-block;
      *display: inline;
      /* IE < 8: fake inline-block */
      zoom: 1;
      letter-spacing: normal;
      word-spacing: normal;
      vertical-align: top;
      *vertical-align: auto;
      text-rendering: auto; }
      .art_container .art_content a[href*="/files"]:hover:before {
        content: "pobierz plik";
        position: absolute;
        white-space: nowrap;
        top: -2.8125em;
        left: 0.625em;
        color: #ffffff;
        font-size: 0.75rem;
        font-weight: 300;
        background: #f58765;
        z-index: 50;
        padding: 0 0.625em; }
      .art_container .art_content a[href*="/files"]:hover:after {
        content: '';
        border-right: 8px solid transparent;
        border-top: 8px solid #f58765;
        border-left: 8px solid transparent;
        display: inline-block;
        *display: inline;
        /* IE < 8: fake inline-block */
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        *vertical-align: auto;
        text-rendering: auto;
        position: absolute;
        z-index: 50;
        top: -0.75em;
        left: 2.1875em; }
      .art_container .art_content a[href*="/files"] img {
        width: 1.5625em;
        position: relative;
        top: -0.1875em;
        height: 1.5625em;
        float: none;
        margin: 0 0.3125em; }
  .art_container .art_ft {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 1.875em;
    background: white;
    padding-right: 1.25em; }
    .art_container .art_ft:before, .art_container .art_ft:after {
      content: " ";
      display: table; }
    .art_container .art_ft:after {
      clear: both; }
    .art_container .art_ft:after {
      content: "";
      background-color: #cecece;
      width: 2.5em;
      height: 0.25em;
      bottom: 0;
      left: 0; }
    .art_container .art_ft .share {
      float: left; }
      .art_container .art_ft .share p {
        float: left;
        margin: 1em 0.625em 0.5em 0.625em; }
      .art_container .art_ft .share a {
        padding: 1em 0.625em 0 0.625em; }
      .art_container .art_ft .share .icons {
        font-size: 1.5rem; }
    .art_container .art_ft .art_next {
      clear: both; }
      .art_container .art_ft .art_next p {
        margin: 0.6em 0.625em 0.5em 0.625em; }
    .art_container .art_ft #art_rating {
      overflow: hidden;
      float: right;
      line-height: 20px; }
      .art_container .art_ft #art_rating > div {
        float: left; }
      .art_container .art_ft #art_rating .user-rating {
        margin-right: 7px; }
      .art_container .art_ft #art_rating .rating-label {
        font-size: 10px; }
      .art_container .art_ft #art_rating .rating_star {
        display: block;
        float: left;
        background: url("/img/portal/article/star.png");
        background-size: 20px;
        width: 20px;
        height: 20px;
        cursor: pointer; }
        .art_container .art_ft #art_rating .rating_star.selected {
          background-position: left 19px; }
      .art_container .art_ft #art_rating .stars {
        margin-right: 5px; }
      .art_container .art_ft #art_rating .current-rating-text {
        font-size: 14px; }
        .art_container .art_ft #art_rating .current-rating-text .bold {
          font-size: 16px;
          font-weight: bold; }
    @media screen and (max-width: 62.75em) {
      .art_container .art_ft .share a {
        padding: 0.8125em 0.9375em 0 0.9375em; }
      .art_container .art_ft .share .icons {
        font-size: 1.875rem; } }
    @media screen and (max-width: 48em) {
      .art_container .art_ft {
        letter-spacing: -0.31em;
        /* Webkit: collapse white-space between units */
        *letter-spacing: normal;
        /* reset IE < 8 */
        *word-spacing: -0.43em;
        /* IE < 8: collapse white-space between units */
        text-rendering: optimizespeed;
        /* Webkit: fixes text-rendering: optimizeLegibility */
        /* IE10 uses display: flexbox */
        letter-spacing: normal;
        text-align: center; }
        .art_container .art_ft .art_next {
          width: 100%;
          display: inline-block;
          *display: inline;
          /* IE < 8: fake inline-block */
          zoom: 1;
          letter-spacing: normal;
          word-spacing: normal;
          vertical-align: top;
          *vertical-align: auto;
          text-rendering: auto; } }
    @media screen and (max-width: 30em) {
      .art_container .art_ft {
        border-bottom: 0; }
        .art_container .art_ft .share {
          margin-bottom: 0; }
        .art_container .art_ft:after {
          display: none; }
        .art_container .art_ft .art_next {
          display: none; } }
  @media only screen and (max-width: 35.4375em) {
    .art_container {
      padding-top: 0; }
      .art_container .art_ft {
        text-align: center;
        padding-right: 0; }
        .art_container .art_ft .share {
          width: 100%;
          display: inline-block;
          *display: inline;
          /* IE < 8: fake inline-block */
          zoom: 1;
          letter-spacing: normal;
          word-spacing: normal;
          vertical-align: top;
          *vertical-align: auto;
          text-rendering: auto;
          margin-bottom: 0.625em; }
          .art_container .art_ft .share .icons {
            font-size: 2.25rem; }
          .art_container .art_ft .share p {
            text-transform: uppercase;
            float: none; }
        .art_container .art_ft #art_rating {
          display: inline-block;
          float: none; } }

.related-articles {
  margin-top: 20px; }
  .related-articles .m_title {
    margin-bottom: 20px; }
  .related-articles .related-article-in {
    cursor: pointer; }
    .related-articles .related-article-in p {
      color: #000000;
      margin-top: 10px;
      display: block; }
    .related-articles .related-article-in .related-image {
      overflow: hidden;
      margin: 0 auto;
      border-left: 0.625em solid #50cfbe; }
      .related-articles .related-article-in .related-image img {
        max-width: 100%;
        max-height: 100%;
        height: auto; }
    .related-articles .related-article-in:hover p {
      color: #f26235; }
    .related-articles .related-article-in:hover .related-image {
      border-color: #f26235; }

.cat_page {
  background: #ffffff;
  padding: 1.5625em;
  position: relative; }
  .cat_page .cat_title {
    font-size: 2.25rem;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 0.9375em;
    text-transform: uppercase;
    color: #afafaf; }
  .cat_page .date {
    z-index: 2; }
  .cat_page .img-bg {
    position: absolute;
    z-index: 1;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: right;
    opacity: 0.8;
    filter: alpha(opacity=80); }
    .no-cssmasks .cat_page .img-bg:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-image: -webkit-linear-gradient( left , #ffffff 35%, rgba(255, 255, 255, 0.5) 50%, transparent 90%);
      background-image: linear-gradient(to right, #ffffff 35%, rgba(255, 255, 255, 0.5) 50%, transparent 90%); }
    .ie9 .cat_page .img-bg {
      opacity: 0.2;
      filter: alpha(opacity=20); }
    .iemobile .cat_page .img-bg {
      display: none; }
    .cat_page .img-bg:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000; }
    .cat_page .img-bg a {
      display: block;
      height: 100%;
      width: 100%;
      position: relative; }
      .cat_page .img-bg a img {
        height: 100%;
        position: relative; }
  @media only screen and (max-width: 35.4375em) {
    .cat_page {
      padding: 1.5625em 0.9375em; }
      .cat_page .cat_title {
        font-size: 1.625rem;
        margin-top: 0; }
      .cat_page .post_f {
        max-height: 8.125em; }
        .cat_page .post_f .img-bg {
          -webkit-mask-image: -webkit-gradient(linear, right center, left center, color-stop(0, black), color-stop(0.35, transparent), color-stop(1, transparent)); }
        .cat_page .post_f .art_info .art_title {
          font-size: 1rem;
          padding: 0;
          text-align: left;
          margin-bottom: 1.875em;
          padding-top: 0.625em; }
        .cat_page .post_f .art_info .art_intro a {
          display: none; }
        .cat_page .post_f .art_info .date {
          left: 0;
          margin-left: 0; }
      .cat_page .post {
        max-height: 8.125em; }
        .cat_page .post .img-bg {
          -webkit-mask-image: -webkit-gradient(linear, right center, left center, color-stop(0, black), color-stop(0.35, transparent), color-stop(1, transparent)); }
        .cat_page .post .art_info .art_title {
          font-size: 1rem;
          padding: 1.875em 5.625em 0 0;
          margin-bottom: 1.25em;
          max-height: 5.5em;
          overflow: hidden; }
        .cat_page .post .art_info .art_intro a {
          display: none; }
        .cat_page .post .art_info .date {
          left: 0; } }
  @media screen and (max-width: 30em) {
    .cat_page .post_f .img-bg, .cat_page .post .img-bg {
      -webkit-mask-image: -webkit-gradient(linear, right center, left center, color-stop(0, black), color-stop(0.45, transparent), color-stop(1, transparent)); } }

.post_f {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #444444;
  margin-bottom: 1.25em;
  max-height: 25em; }
  .post_f .img-bg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-mask-image: -webkit-gradient(linear, right center, left center, color-stop(0, black), color-stop(0.75, transparent), color-stop(1, transparent)); }
    .no-cssmasks .post_f .img-bg:after {
      -webkit-transition: background-image 0.5s ease;
      -moz-transition: background-image 0.5s ease;
      transition: background-image 0.5s ease;
      background-image: -webkit-linear-gradient( left , #ffffff 50%, rgba(255, 255, 255, 0.6) 70%, transparent);
      background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0.6) 70%, transparent); }
  .post_f .art_info .art_title {
    padding: 2.8125em 2.5em 0 2.5em;
    margin: 0;
    margin-bottom: 9.0625em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.625rem;
    position: relative;
    text-align: center;
    max-height: 5em;
    z-index: 2; }
    .post_f .art_info .art_title a {
      display: block; }
  .post_f .art_info .art_intro a {
    margin: 0 8.125em;
    color: #000000;
    line-height: 1.5625rem;
    text-align: center;
    position: absolute;
    top: 10.3125em;
    max-height: 4.625em;
    overflow: hidden;
    z-index: 2;
    display: block; }
  .post_f .art_info .date {
    margin-bottom: 0.9375em;
    margin-left: 1.875em;
    position: relative;
    z-index: 20; }
  .post_f:hover:before, .post_f:active:before, .post_f:focus:before {
    content: "";
    display: block;
    position: absolute;
    left: -1.5625em;
    height: 100%;
    border-left: 6px solid #f26235; }
  .post_f:hover .img-bg, .post_f:active .img-bg, .post_f:focus .img-bg {
    opacity: 1;
    filter: alpha(opacity=100); }
    .ie9 .post_f:hover .img-bg, .ie9 .post_f:active .img-bg, .ie9 .post_f:focus .img-bg {
      opacity: 0.4;
      filter: alpha(opacity=40); }

.post {
  position: relative;
  width: 100%;
  height: 15.625em;
  border-bottom: 1px solid #dcdcdc; }
  .post .img-bg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -webkit-mask-image: -webkit-gradient(linear, right center, left center, color-stop(0, black), color-stop(0.15, black), color-stop(0.45, transparent), color-stop(0.7, transparent), color-stop(0.85, transparent), color-stop(1, transparent)); }
    .no-cssmasks .post .img-bg:after {
      -webkit-transition: background-image 0.5s ease;
      -moz-transition: background-image 0.5s ease;
      transition: background-image 0.5s ease;
      background-image: -webkit-linear-gradient( left , #ffffff 50%, rgba(255, 255, 255, 0.5) 70%, transparent);
      background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0.5) 70%, transparent); }
  .post .art_info .art_title {
    font-size: 1.25rem;
    font-weight: 600;
    padding-right: 30%;
    text-transform: uppercase;
    padding-left: 1.25em;
    margin-top: 0;
    padding-top: 1.875em;
    z-index: 100;
    position: relative; }
    .post .art_info .art_title a {
      display: block;
      z-index: 2; }
  .post .art_info .art_intro a {
    color: #000000;
    position: relative;
    display: block;
    text-align: left;
    line-height: 1.5625rem;
    padding-left: 1.25em;
    padding-right: 30%;
    max-height: 4.375em;
    overflow: hidden;
    z-index: 2; }
  .post .art_info .date {
    position: absolute;
    bottom: 0.9375em;
    left: 1.25em; }
  .post:hover:before, .post:active:before, .post:focus:before {
    content: "";
    display: block;
    position: absolute;
    left: -1.5625em;
    height: 100%;
    border-left: 6px solid #f26235; }
  .post:hover .img-bg, .post:active .img-bg, .post:focus .img-bg {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px); }
    .no-cssmasks .post:hover .img-bg:after, .no-cssmasks .post:active .img-bg:after, .no-cssmasks .post:focus .img-bg:after {
      background-image: -webkit-linear-gradient( left , #ffffff 50%, rgba(255, 255, 255, 0.2) 70%, transparent);
      background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0.2) 70%, transparent); }
    .ie9 .post:hover .img-bg, .ie9 .post:active .img-bg, .ie9 .post:focus .img-bg {
      opacity: 0.4;
      filter: alpha(opacity=40); }

.sr_wrap {
  background: #ffffff;
  padding: 1.5625em; }
  .sr_wrap .m_title {
    font-size: 2.25rem;
    color: #afafaf;
    font-style: normal;
    font-weight: 400; }
  .sr_wrap .search_results .art_sr {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 1.25em;
    margin: 2.5em 0;
    border-left: 5px solid #dcdcdc; }
    .sr_wrap .search_results .art_sr:hover, .sr_wrap .search_results .art_sr:active, .sr_wrap .search_results .art_sr:focus {
      margin-left: 1.25em;
      padding-right: 0;
      border-left: 5px solid #f26235; }
    .sr_wrap .search_results .art_sr:first-child {
      margin-top: 2.5em; }
  .sr_wrap .search_results .cont_info h3 {
    margin-top: 0;
    margin-bottom: 0.625em; }
  .sr_wrap .search_results .cont_info a {
    font-size: 1.375rem;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase; }
  .sr_wrap .search_results .cont_intro {
    max-height: 4.5em;
    line-height: 1.5rem;
    overflow: hidden;
    font-size: 1rem;
    margin-bottom: 0.625em; }
    .sr_wrap .search_results .cont_intro a {
      color: #000000; }
  .sr_wrap .search_results span {
    font-size: 0.75rem;
    color: #00ad9b; }
  .sr_wrap .search_results {
    font-size: 1.375rem;
    color: #444444;
    margin: 1.875em 0; }
    .sr_wrap .search_results p {
      font-weight: 700; }
  .sr_wrap .noresults_tips {
    margin-top: 2.5em;
    padding-left: 1.25em;
    list-style-type: none; }
    .sr_wrap .noresults_tips li {
      font-size: 1rem;
      font-weight: 400;
      margin: 1.25em 0;
      padding: 0.9375em 1.25em;
      display: flex;
      align-items: center;
      justify-content: left;
      border-left: 5px solid #dcdcdc; }
  @media only screen and (max-width: 35.4375em) {
    .sr_wrap {
      padding: 1.5625em 0.9375em;
      margin-top: 0; }
      .sr_wrap .m_title {
        font-size: 1.375rem;
        color: #000000; }
      .sr_wrap .search_results {
        font-size: 1rem; }
        .sr_wrap .search_results .art_sr {
          padding-right: 0.625em;
          padding-left: 0.625em;
          margin: 1.25em 0; }
          .sr_wrap .search_results .art_sr:first-child {
            margin-top: 0.625em; }
          .sr_wrap .search_results .art_sr .cont_info h3 {
            margin: 0.3125em 0;
            line-height: 1.5rem; }
          .sr_wrap .search_results .art_sr .cont_info a {
            font-size: 1.125rem; }
          .sr_wrap .search_results .art_sr .cont_intro {
            font-size: 0.75rem;
            margin-bottom: 0; }
          .sr_wrap .search_results .art_sr:hover, .sr_wrap .search_results .art_sr:active, .sr_wrap .search_results .art_sr:focus {
            margin-left: 0.625em; }
      .sr_wrap .noresults_tips {
        padding-left: 0; }
        .sr_wrap .noresults_tips li {
          font-size: 0.75rem; } }

.page_wrap {
  background: #ffffff;
  padding: 1.5625em; }
  .page_wrap .m_title {
    margin-bottom: 1.25em;
    font-size: 2.25rem;
    font-style: inherit; }
    @media only screen and (max-width: 35.4375em) {
      .page_wrap .m_title {
        font-size: 1.625rem; } }
  .page_wrap .subpage img {
    max-width: 100%;
    height: auto; }
  .page_wrap .subpage .sub {
    float: left;
    margin: 0 1.25em 1.25em 0; }
  .page_wrap .subpage object, .page_wrap .subpage embed {
    max-width: 100%; }

.grid_main {
  position: relative; }
  @media screen and (max-width: 62.75em) {
    .grid_main {
      display: -webkit-flex;
      /* Safari */
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      display: flex;
      flex-direction: column-reverse; }
      .grid_main .aside_wrap section:not(.grid_form), .grid_main .aside_wrap .sb_advert, .grid_main .aside_wrap .sb_advert ins {
        display: none; } }
  .grid_main .cat_page {
    padding-top: 3.125em; }
    .grid_main .cat_page .m_title {
      margin-bottom: 2.1875em;
      border-bottom: none;
      color: #ffffff;
      z-index: 2;
      font-size: 2rem;
      text-shadow: 1px 1px 4px #444444; }
      .grid_main .cat_page .m_title:after {
        display: none; }
  .grid_main .grid_pic {
    top: 0.9375em;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 9.375em;
    background: transparent url(../img//portal/home/grid_bg.jpg) no-repeat -7.375em top;
    background-size: cover;
    z-index: 1; }
    .grid_main .grid_pic:before {
      content: "";
      background: transparent url(../img//portal/home/child.png) no-repeat left top;
      background-size: 100% auto;
      width: 18.75em;
      height: 12.5em;
      position: absolute;
      top: -1.25em;
      right: 32%;
      display: block; }
  @media screen and (max-width: 48em) {
    .grid_main .grid_pic:before {
      display: none; } }

.aside_wrap {
  background-color: #ffffff;
  padding: 0.9375em; }
  .aside_wrap .form_wrap {
    border: 1px solid #dcdcdc;
    padding: 1.25em;
    margin-top: 3.125em;
    background: #f7f7f7;
    z-index: 2;
    position: relative; }
  .aside_wrap .grid_form {
    margin-left: 1.5625em; }
  .aside_wrap .form-group {
    margin-bottom: 0.625em; }
    .aside_wrap .form-group input, .aside_wrap .form-group select {
      height: 3.25em;
      border: 1px solid #dcdcdc;
      color: #000000; }
      .aside_wrap .form-group input ::-webkit-input-placeholder, .aside_wrap .form-group select ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #dcdcdc; }
      .aside_wrap .form-group input :-moz-placeholder, .aside_wrap .form-group select :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #dcdcdc;
        opacity: 1; }
      .aside_wrap .form-group input ::-moz-placeholder, .aside_wrap .form-group select ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #dcdcdc;
        opacity: 1; }
      .aside_wrap .form-group input :-ms-input-placeholder, .aside_wrap .form-group select :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #dcdcdc; }
    .aside_wrap .form-group input[type="radio"] {
      float: none;
      height: auto;
      margin-right: 0.3125em; }
    .aside_wrap .form-group input[type="number"] {
      width: 100%; }
    .aside_wrap .form-group.gender {
      padding-top: 0.625em; }
      .aside_wrap .form-group.gender label:first-of-type {
        margin-right: 0.625em; }
    .aside_wrap .form-group.date select {
      min-width: 3.25em; }
    .aside_wrap .form-group span {
      margin-right: 0.625em;
      display: block;
      padding: 1em 0.625em 1em 0; }
  .aside_wrap .btn {
    padding: 0.625em 0.9375em; }
  @media screen and (max-width: 62.75em) {
    .aside_wrap .grid_form {
      max-width: 45.625em;
      margin: auto; }
    .aside_wrap .form_wrap .col-1-1 {
      width: 50%;
      float: left; }
      .aside_wrap .form_wrap .col-1-1:last-child {
        width: 100%; }
      .aside_wrap .form_wrap .col-1-1:nth-child(2) span {
        width: 20%; }
      .aside_wrap .form_wrap .col-1-1:nth-child(2) input {
        width: 75%;
        float: right; }
      .aside_wrap .form_wrap .col-1-1 .form-group span {
        display: inline-block; } }
  @media screen and (max-width: 48em) {
    .aside_wrap .form_wrap .col-1-1 .form-group.date span {
      display: block; } }
  @media screen and (max-width: 35.5em) {
    .aside_wrap .form_wrap .col-1-1 {
      width: 100%; }
      .aside_wrap .form_wrap .col-1-1 .form-group.date span {
        display: inline-block; }
      .aside_wrap .form_wrap .col-1-1 .form-group.gender {
        padding: 1.25em 0; } }
  @media screen and (max-width: 28.75em) {
    .aside_wrap .form_wrap .col-1-1 {
      width: 100%; }
      .aside_wrap .form_wrap .col-1-1 .form-group.date span {
        display: block; }
    .aside_wrap .btn {
      padding: 0.625em 0.9375em;
      width: 100%; } }

.grid_content .data-sex .highcharts-container {
  display: block;
  margin: auto; }

.grid_content .grid_view {
  padding: 1.5625em 0; }
  .grid_content .grid_view:last-child {
    border-top: 2px solid #dcdcdc; }

.calc_wrap .calc_container {
  padding: 1.5625em;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  z-index: 1; }
  .calc_wrap .calc_container .m_title {
    margin-bottom: 0.375em;
    font-size: 2.25rem;
    font-style: inherit; }
    @media only screen and (max-width: 35.4375em) {
      .calc_wrap .calc_container .m_title {
        font-size: 1.625rem; } }
  .calc_wrap .calc_container .f-wr-align {
    display: inline-block; }
  @media screen and (max-width: 30em) {
    .calc_wrap .calc_container {
      padding: 0.625em 0; } }

.calc_wrap .bg_img {
  width: 100%; }
  .calc_wrap .bg_img img {
    max-width: 100%; }
  @media screen and (max-width: 35.5em) {
    .calc_wrap .bg_img {
      display: none; } }

.calc_wrap .f-wr-align:nth-child(2) {
  align-items: flex-start; }

.calc_wrap .calc_info {
  padding: 0 0.9375em 0.9375em;
  margin-top: 0.5625em;
  margin-left: 20px;
  position: relative;
  border: 1px solid #dcdcdc; }
  .calc_wrap .calc_info .add_prod .btn {
    min-width: 5em; }
  .calc_wrap .calc_info .add_prod .symbol {
    margin: 0 1.25em 0 0.625em;
    padding-top: 0.9375em; }

.calculator {
  max-width: 37.5em;
  margin: 3.125em auto; }
  .calculator table {
    width: 100%; }
    .calculator table tr td {
      padding: 1em; }
    .calculator table thead, .calculator table tfoot {
      border: 1px solid #f26235; }
    .calculator table thead tr, .calculator table tfoot tr {
      background: #f26235; }
      .calculator table thead tr td, .calculator table tfoot tr td {
        color: #ffffff; }
    .calculator table tbody {
      border: 1px solid #dcdcdc; }
      .calculator table tbody tr:nth-child(odd) {
        background: #f7f7f7; }
    .calculator table .hide-xs {
      display: inline-block; }
    .calculator table .show-xs {
      display: none; }
    @media screen and (max-width: 30em) {
      .calculator table tr td {
        padding: 0.625em 0.3125em; }
      .calculator table .hide-xs {
        display: none; }
      .calculator table .show-xs {
        display: inline-block; } }
  .calculator .btn-icon {
    width: 2.5em; }
    .calculator .btn-icon i {
      font-size: 0.75rem;
      padding: 0.3125em;
      border-radius: 50%;
      -webkit-transition: background 0.1s ease, color 0.1s ease;
      -moz-transition: background 0.1s ease, color 0.1s ease;
      transition: background 0.1s ease, color 0.1s ease; }
    .calculator .btn-icon:hover i {
      color: #ffffff;
      background: #f26235; }

.contact_wrap {
  background: #ffffff;
  margin-top: 0.9375em; }
  .contact_wrap input, .contact_wrap textarea {
    width: 100%; }
    .contact_wrap input.btn, .contact_wrap textarea.btn {
      width: auto; }

.contact_desc {
  padding: 1.875em 5em 1.875em 3.125em; }
  .contact_desc:before, .contact_desc:after {
    content: " ";
    display: table; }
  .contact_desc:after {
    clear: both; }
  .contact_desc .m_title {
    margin-bottom: 1.25em;
    font-style: inherit;
    color: #afafaf; }
  .contact_desc .desc {
    line-height: 1.7rem;
    position: relative;
    min-height: 60px; }
    .contact_desc .desc:after {
      content: "";
      background: transparent url(../img//portal/contact/pic_bg.png) no-repeat center 65%;
      display: block;
      position: absolute;
      width: 11.875em;
      height: 13.75em;
      bottom: auto;
      left: 25%;
      left: -webkit-calc(50% - 95px);
      left: calc(50% - 95px); }
  @media screen and (max-width: 62.75em) {
    .contact_desc {
      width: 100%; }
      .contact_desc .m_title {
        margin-right: 7.5em; }
      .contact_desc .desc {
        margin-right: 11.25em;
        line-height: 1.5rem; }
        .contact_desc .desc:after {
          bottom: -100px;
          left: 105%; } }
  @media only screen and (max-width: 35.4375em) {
    .contact_desc {
      display: none; } }

.contact_form:before, .contact_form:after {
  background: transparent url(../img/portal/contact/shadow_bg.png) no-repeat 0 0;
  background-size: auto 100%;
  position: absolute;
  opacity: 0.1;
  filter: alpha(opacity=10);
  top: 0;
  width: 2.0625em;
  height: 40.9375em; }

.contact_form {
  padding: 2.5em 3.125em;
  position: relative; }
  .contact_form:before {
    content: "";
    left: -2.6875em; }
  .contact_form:after {
    content: "";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0.625em; }
  .contact_form .contact {
    text-align: left;
    padding-right: 4.375em; }
    .contact_form .contact .mobile_title {
      display: none; }
    .contact_form .contact .required_fields {
      font-size: 0.75rem;
      display: inline-block;
      *display: inline;
      /* IE < 8: fake inline-block */
      zoom: 1;
      letter-spacing: normal;
      word-spacing: normal;
      vertical-align: top;
      *vertical-align: auto;
      text-rendering: auto;
      position: absolute;
      left: 5em;
      bottom: 4.6875em; }
    .contact_form .contact .form-group, .contact_form .contact .input-group {
      padding-right: 0;
      padding-left: 0.625em;
      position: relative; }
      .contact_form .contact .form-group label, .contact_form .contact .input-group label {
        display: block;
        margin-top: 1.25em;
        margin-bottom: 0.625em; }
      .contact_form .contact .form-group.has-error input, .contact_form .contact .form-group.has-error textarea, .contact_form .contact .input-group.has-error input, .contact_form .contact .input-group.has-error textarea {
        border: 1px solid #f26235;
        background: #ffc0a9;
        color: #f26235; }
        .contact_form .contact .form-group.has-error input:-moz-placeholder, .contact_form .contact .form-group.has-error textarea:-moz-placeholder, .contact_form .contact .input-group.has-error input:-moz-placeholder, .contact_form .contact .input-group.has-error textarea:-moz-placeholder {
          color: #f26235; }
        .contact_form .contact .form-group.has-error input::-moz-placeholder, .contact_form .contact .form-group.has-error textarea::-moz-placeholder, .contact_form .contact .input-group.has-error input::-moz-placeholder, .contact_form .contact .input-group.has-error textarea::-moz-placeholder {
          color: #f26235; }
        .contact_form .contact .form-group.has-error input:-ms-input-placeholder, .contact_form .contact .form-group.has-error textarea:-ms-input-placeholder, .contact_form .contact .input-group.has-error input:-ms-input-placeholder, .contact_form .contact .input-group.has-error textarea:-ms-input-placeholder {
          color: #f26235; }
        .contact_form .contact .form-group.has-error input::-webkit-input-placeholder, .contact_form .contact .form-group.has-error textarea::-webkit-input-placeholder, .contact_form .contact .input-group.has-error input::-webkit-input-placeholder, .contact_form .contact .input-group.has-error textarea::-webkit-input-placeholder {
          color: #f26235; }
      .contact_form .contact .form-group.has-error .help-block, .contact_form .contact .input-group.has-error .help-block {
        position: absolute;
        top: 0.375em;
        right: 0;
        color: #f26235;
        font-size: 0.75rem;
        font-weight: 600; }
      .contact_form .contact .form-group:nth-child(5), .contact_form .contact .input-group:nth-child(5) {
        width: 100%;
        float: left; }
    .contact_form .contact .input-group {
      padding-left: 0;
      width: 75%;
      width: -webkit-calc(100% - 122px);
      width: calc(100% - 122px);
      float: left; }
      .contact_form .contact .input-group input {
        height: 3.875em; }
      .contact_form .contact .input-group:last-child {
        width: 7.625em; }
      .contact_form .contact .input-group .captchaimg {
        float: right;
        width: auto;
        height: auto;
        padding-left: 0;
        border: 1px solid #cecece; }
      .contact_form .contact .input-group .captchaform-control + .help-block {
        top: -2.375em;
        right: -10.3125em; }
    .contact_form .contact .btn-group .btn-primary {
      background: #f26235;
      float: right;
      margin-top: 1.25em;
      color: #ffffff;
      padding: 0.625em 2.5625em; }
      .contact_form .contact .btn-group .btn-primary:hover {
        background-color: #f15727; }
      .contact_form .contact .btn-group .btn-primary:active {
        background-color: #c83f13; }
  .register-page .contact_form:before {
    content: "";
    height: 28.125em;
    left: -0.625em;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    top: 50%; }
  .register-page .contact_form:after {
    content: "";
    height: 28.125em;
    -webkit-transform: rotate(180deg) translateY(-2%);
    -moz-transform: rotate(180deg) translateY(-2%);
    -ms-transform: rotate(180deg) translateY(-2%);
    -o-transform: rotate(180deg) translateY(-2%);
    transform: rotate(180deg) translateY(-2%);
    right: 2.6875em; }
  .register-page .contact_form .btn-flat {
    margin-right: 0;
    margin-top: 2em; }
  .register-page .contact_form .tab-wrap {
    padding-left: 0.625em; }
    .register-page .contact_form .tab-wrap .btn {
      margin: 0; }
  @media screen and (max-width: 62.75em) {
    .contact_form {
      margin-left: 1.5625em;
      padding-right: 1.5625em;
      width: 100%; }
      .contact_form:before {
        left: -1.25em; } }
  @media screen and (max-width: 48em) {
    .contact_form {
      margin-left: 0;
      padding: 1.5625em 2.1875em; }
      .contact_form .required_fields {
        bottom: 4.375em; }
      .contact_form:before {
        left: -0.625em; }
      .contact_form:after {
        right: -0.625em; }
      .contact_form .contact {
        padding-right: 0.625em; }
      .register-page .contact_form:after {
        right: -0.625em; } }
  @media only screen and (max-width: 35.4375em) {
    .contact_form {
      margin-left: 0;
      padding: 0.625em 0.625em; }
      .contact_form:after, .contact_form:before {
        display: none; }
      .contact_form .contact {
        padding-right: 0;
        padding-top: 0.9375em; }
        .contact_form .contact .mobile_title {
          display: block; }
        .contact_form .contact .form-group {
          padding: 0; }
          .contact_form .contact .form-group:nth-child(5) {
            width: 100%;
            float: left;
            text-align: left; }
            .contact_form .contact .form-group:nth-child(5) label {
              margin-bottom: 0; }
            .contact_form .contact .form-group:nth-child(5) .input-group {
              margin: 0.625em auto; }
        .contact_form .contact .required_fields {
          width: 100%;
          margin-top: 0;
          left: 0;
          bottom: 6.25em;
          margin-bottom: 0.3125em;
          text-align: center; }
        .contact_form .contact .btn-group {
          display: block;
          position: relative; }
          .contact_form .contact .btn-group:before, .contact_form .contact .btn-group:after {
            content: " ";
            display: table; }
          .contact_form .contact .btn-group:after {
            clear: both; }
          .contact_form .contact .btn-group .btn-primary {
            width: 60%;
            display: block;
            float: none;
            top: 1.25em;
            margin: 1.25em auto; }
      .register-page .contact_form .tab-wrap {
        padding-left: 0;
        display: block; }
        .register-page .contact_form .tab-wrap .btn {
          width: 100%; } }

.test-categories {
  padding: 0px;
  list-style-type: none;
  width: 100%; }
  .test-categories li {
    margin: 5px 0px; }
    .test-categories li a {
      background: #f26235;
      padding: 5px 10px;
      line-height: 25px;
      display: block;
      color: #ffffff;
      position: relative;
      font-style: italic;
      font-size: 1rem; }
      .test-categories li a:after {
        content: "\f054";
        display: none;
        font-family: FontAwesome;
        font-size: 18px;
        text-rendering: auto;
        font-style: normal;
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 5px 10px;
        background: #50cfbe; }
      .test-categories li a:hover {
        background: #01af9b; }
        .test-categories li a:hover:after {
          display: block; }

.info-test {
  line-height: 25px; }

.pick-test-box {
  background: #ffffff;
  position: relative;
  padding: 1.5625em; }
  .pick-test-box h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 10px; }
  .pick-test-box p {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 0.875rem;
    line-height: 25px; }
  .pick-test-box .test-type-select {
    height: 3.25em;
    border: 1px solid #dcdcdc;
    color: #000000;
    width: 100%; }
  .pick-test-box .quest-number {
    position: absolute;
    background: #f26235;
    left: 0px;
    padding: 6px 10px;
    color: #ffffff; }
  .pick-test-box .quest {
    font-size: 18px;
    font-style: normal;
    margin: 5px;
    margin-left: 30px;
    margin-bottom: 20px; }
  .pick-test-box .result-type {
    font-style: normal;
    margin-bottom: 0px; }
  .pick-test-box .radio {
    margin-left: 30px; }
    .pick-test-box .radio label {
      font-size: 18px;
      line-height: 30px;
      font-style: italic;
      cursor: pointer; }
    .pick-test-box .radio input[type="radio"] {
      margin-top: 7px;
      height: 20px;
      float: left;
      margin-right: 20px; }
  .pick-test-box .m_title {
    margin-top: 0;
    padding-bottom: 0.3125em;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    text-align: left;
    padding-left: 0.3125em;
    margin-bottom: 0.375em;
    font-size: 2.25rem;
    font-style: inherit; }
    .pick-test-box .m_title:after {
      content: "";
      width: 1.875em;
      height: 0.0625em;
      background-color: #cecece;
      position: absolute;
      bottom: 0;
      left: 0; }

.test-name {
  font-size: 18px;
  font-style: italic;
  margin: 0px; }
  .test-name a {
    color: #706f6f; }
    .test-name a:hover {
      text-decoration: none; }

.test-title {
  font-weight: 400;
  margin-bottom: 25px; }
  .test-title img {
    margin-right: 10px;
    margin-top: -6px; }
  .test-title.test-title-presc {
    margin-bottom: 0px; }

.test-image {
  margin: -25px -10px;
  overflow: hidden; }

.result-img {
  border: 1px solid #d4d4d4;
  width: 148px;
  height: 148px;
  overflow: hidden;
  margin-bottom: 15px; }

.nav-tabs.tabs-pat {
  margin-top: 30px; }
  .nav-tabs.tabs-pat > li > a {
    color: #50cfbe; }
    .nav-tabs.tabs-pat > li > a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .nav-tabs.tabs-pat > li.active, .nav-tabs.tabs-pat > li.active:hover, .nav-tabs.tabs-pat > li.active:focus {
    background: #50cfbe; }
    .nav-tabs.tabs-pat > li.active a, .nav-tabs.tabs-pat > li.active:hover a, .nav-tabs.tabs-pat > li.active:focus a {
      color: #bc60a3; }

.next-quest-btn {
  background: #01af9b;
  color: #ffffff;
  float: right; }
  .next-quest-btn:hover {
    background: #50cfbe;
    color: #ffffff;
    cursor: pointer; }
  .next-quest-btn.btn-nxt {
    margin: 20px 0px; }

.result-list .result-element {
  margin-bottom: 15px; }

.result-list .result-ex-desc {
  font-style: italic;
  font-size: 0.875rem;
  margin-bottom: 0px; }

.result-list .result-ex-img {
  border: 1px solid #d4d4d4;
  width: 195px;
  height: auto;
  overflow: hidden;
  position: relative; }
  .result-list .result-ex-img .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px !important;
    font-size: 0.75rem;
    padding: 6px 10px; }

.result-list .res-parameters {
  font-style: italic;
  list-style-type: none;
  padding: 0px;
  display: block;
  margin-top: 5px;
  font-weight: 600; }
  .result-list .res-parameters li {
    float: left;
    margin-right: 10px; }

.result-list .test-name {
  font-weight: 400; }

.result-list .alter-modal-head {
  margin: 0px;
  margin-bottom: 20px; }
  .result-list .alter-modal-head i {
    margin-top: 4px; }

.res-photo {
  max-width: 359px;
  overflow: hidden;
  margin: 0px -15px; }

.modal-title {
  font-style: italic;
  font-weight: 400; }
  .modal-title i {
    margin-right: 10px;
    color: #f26235;
    font-size: 28px;
    float: left; }

.modal-body table p {
  font-size: 1rem; }

.result-practice {
  font-size: 18px; }

.res-list {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .modal-lg {
    width: 750px; } }

.test-prescriptions {
  margin-bottom: 15px;
  font-style: italic; }

.payu-logo {
  float: left; }

.result-test-input {
  width: 100%; }

.close-modal-test {
  background: none;
  border: none; }

.sb {
  background: #ffffff;
  padding: 1.25em 1.5625em;
  margin-left: 1.5625em;
  padding-bottom: 0.625em; }
  @media screen and (max-width: 62.75em) {
    .sb {
      width: 50%;
      float: left;
      margin-left: 0; } }
  @media screen and (max-width: 30em) {
    .sb {
      display: none; } }

.sb_fb {
  padding: 1.25em 0.4375em; }
  .sb_fb .sb_fb_title {
    margin-left: 1.125em;
    margin-right: 1.125em; }
  @media screen and (max-width: 72.625em) {
    .sb_fb .fb_iframe_widget iframe {
      max-width: 320px !important; } }

.sb_gp {
  text-align: center; }

.sb_multitab {
  background-color: #ffffff;
  padding: 1.5625em;
  margin-left: 1.5625em; }
  .sb_multitab nav {
    width: 100%; }
  .sb_multitab .nav-tabs {
    padding-left: 0;
    margin: 0;
    display: table;
    width: 100%; }
    .sb_multitab .nav-tabs > li {
      display: table-cell;
      position: relative;
      background-color: #f7f7f7;
      text-align: center;
      vertical-align: middle; }
      .sb_multitab .nav-tabs > li.active {
        background-color: #444444;
        pointer-events: none; }
        .sb_multitab .nav-tabs > li.active:after {
          content: "";
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #444444;
          display: inline-block;
          position: absolute;
          left: 45%;
          bottom: -0.4375em; }
          @media screen and (max-width: 62.75em) {
            .sb_multitab .nav-tabs > li.active:after {
              left: 48%; } }
          @media screen and (max-width: 26.25em) {
            .sb_multitab .nav-tabs > li.active:after {
              left: 45%; } }
        .sb_multitab .nav-tabs > li.active a {
          color: #ffffff; }
      .sb_multitab .nav-tabs > li h3 {
        margin: 0; }
      .sb_multitab .nav-tabs > li a {
        color: #737373;
        font-weight: 600;
        font-size: 0.875rem;
        letter-spacing: 0.0625em;
        padding: 0.9375em 1.25em;
        font-style: normal;
        display: block;
        max-width: 100%;
        max-height: 100%;
        outline: 0; }
      .sb_multitab .nav-tabs > li:hover, .sb_multitab .nav-tabs > li:active {
        background-color: #444444;
        opacity: 0.9;
        filter: alpha(opacity=90); }
        .sb_multitab .nav-tabs > li:hover a, .sb_multitab .nav-tabs > li:active a {
          color: #ffffff; }
  .sb_multitab .tab-pane-in:before, .sb_multitab .tab-pane-in:after {
    content: " ";
    display: table; }
  .sb_multitab .tab-pane-in:after {
    clear: both; }
  .sb_multitab .tab-pane-in .sb_mt_art {
    padding-bottom: 0.625em;
    border-bottom: 1px solid #dcdcdc;
    position: relative; }
    .sb_multitab .tab-pane-in .sb_mt_art:after {
      content: "";
      width: 2.5em;
      height: 0.0625em;
      background-color: #cecece;
      position: absolute;
      bottom: 0;
      left: 0; }
    .sb_multitab .tab-pane-in .sb_mt_art:first-of-type {
      margin-top: 1.5625em; }
    .sb_multitab .tab-pane-in .sb_mt_art .sb_mt_photo {
      float: right;
      margin-left: 0.625em;
      margin-right: 0; }
      .sb_multitab .tab-pane-in .sb_mt_art .sb_mt_photo:before {
        left: auto !important;
        right: 0 !important; }
    .sb_multitab .tab-pane-in .sb_mt_art .sb_mt_title {
      height: 2.6em;
      margin-left: 0.3125em; }
    .sb_multitab .tab-pane-in .sb_mt_art span {
      margin-left: 0.3125em; }
    .sb_multitab .tab-pane-in .sb_mt_art:hover, .sb_multitab .tab-pane-in .sb_mt_art:active, .sb_multitab .tab-pane-in .sb_mt_art:focus {
      border-color: #f26235; }
      .sb_multitab .tab-pane-in .sb_mt_art:hover:after, .sb_multitab .tab-pane-in .sb_mt_art:active:after, .sb_multitab .tab-pane-in .sb_mt_art:focus:after {
        background: #f26235; }
    @media screen and (max-width: 66.5em) {
      .sb_multitab .tab-pane-in .sb_mt_art {
        padding-left: 0; }
        .sb_multitab .tab-pane-in .sb_mt_art .sb_mt_photo {
          float: none;
          max-width: 100%;
          margin-left: 0;
          margin-bottom: 0.9375em; }
          .sb_multitab .tab-pane-in .sb_mt_art .sb_mt_photo img {
            margin: 0 auto; }
        .sb_multitab .tab-pane-in .sb_mt_art .sb_mt_title {
          margin-left: 0.3125em; }
        .sb_multitab .tab-pane-in .sb_mt_art span {
          margin-left: 0.625em; }
          .sb_multitab .tab-pane-in .sb_mt_art span:first-of-type {
            margin-right: 0; } }
    @media screen and (max-width: 62.75em) {
      .sb_multitab .tab-pane-in .sb_mt_art {
        max-width: 48%;
        margin-top: 1.5625em; }
        .sb_multitab .tab-pane-in .sb_mt_art:nth-child(even) {
          margin-left: 3%; }
        .sb_multitab .tab-pane-in .sb_mt_art .sb_mt_photo {
          float: left;
          max-width: 7.5em;
          margin-right: 0.625em; }
          .sb_multitab .tab-pane-in .sb_mt_art .sb_mt_photo img {
            max-width: 100%;
            display: block; }
        .sb_multitab .tab-pane-in .sb_mt_art .sb_mt_title {
          max-height: 2.4375em; } }
    @media screen and (max-width: 40.625em) {
      .sb_multitab .tab-pane-in .sb_mt_art {
        max-width: 100%;
        margin: 0 2%; }
        .sb_multitab .tab-pane-in .sb_mt_art:nth-child(even) {
          margin: 0 2%; }
        .sb_multitab .tab-pane-in .sb_mt_art:last-of-type {
          border-bottom: 0; }
          .sb_multitab .tab-pane-in .sb_mt_art:last-of-type:after {
            display: none; } }
    @media screen and (max-width: 30em) {
      .sb_multitab .tab-pane-in .sb_mt_art {
        margin: 0; }
        .sb_multitab .tab-pane-in .sb_mt_art:nth-child(even) {
          margin: 0; } }
  @media screen and (max-width: 62.75em) {
    .sb_multitab {
      margin-left: 0; } }
  @media only screen and (max-width: 35.4375em) {
    .sb_multitab {
      padding: 0 0.9375em; } }

.multitab {
  background-color: #ffffff;
  margin-top: 0; }
  .multitab .tabs {
    padding-left: 0;
    margin: 0;
    margin-bottom: 1.5625em;
    display: table;
    width: 100%; }
    .multitab .tabs > li {
      display: table-cell;
      position: relative;
      background-color: #f7f7f7;
      text-align: center;
      vertical-align: middle; }
      .multitab .tabs > li.active {
        background-color: #444444;
        pointer-events: none; }
        .multitab .tabs > li.active:after {
          content: "";
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #444444;
          display: inline-block;
          position: absolute;
          left: 48%;
          bottom: -0.4375em; }
        .multitab .tabs > li.active a {
          color: #ffffff; }
      .multitab .tabs > li a {
        color: #737373;
        font-weight: 600;
        display: block;
        max-width: 100%;
        height: 100%;
        outline: 0;
        padding: 0.75em 1.25em; }
      .multitab .tabs > li:hover, .multitab .tabs > li:active {
        background-color: #444444;
        opacity: 0.9;
        filter: alpha(opacity=90); }
        .multitab .tabs > li:hover a, .multitab .tabs > li:active a {
          color: #ffffff; }

.sb_st {
  background: #ffffff; }
  .sb_st:before, .sb_st:after {
    content: " ";
    display: table; }
  .sb_st:after {
    clear: both; }
  .sb_st .stab_title {
    font-weight: 600;
    letter-spacing: 0.0625em;
    font-size: 0.875rem;
    background: #444444;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0.9375em 0;
    margin-bottom: 1.25em; }
    .sb_st .stab_title:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #444444;
      display: inline-block;
      position: absolute;
      left: 25%;
      bottom: -0.4375em; }
  .sb_st .sb_st_art {
    padding-left: 0.3125em;
    border-bottom: 1px solid #dcdcdc;
    position: relative; }
    .sb_st .sb_st_art:after {
      content: "";
      width: 2.5em;
      height: 0.0625em;
      background-color: #cecece;
      position: absolute;
      bottom: 0;
      left: 0; }
    .sb_st .sb_st_art:first-of-type {
      margin-top: 1.5625em; }
    .sb_st .sb_st_art .sb_st_photo {
      float: right;
      margin-left: 0.625em;
      margin-right: 0; }
    .sb_st .sb_st_art .st_title {
      height: 2.6em; }
  @media screen and (max-width: 66.5em) {
    .sb_st .sb_st_art {
      padding-left: 0; }
      .sb_st .sb_st_art .sb_st_photo {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 0.3125em; }
        .sb_st .sb_st_art .sb_st_photo img {
          margin: 0 auto; }
      .sb_st .sb_st_art .st_title {
        margin-left: 0.3125em; }
      .sb_st .sb_st_art span {
        margin-left: 0.625em; }
      .sb_st .sb_st_art p {
        margin-left: 0.625em; } }
  @media screen and (max-width: 62.75em) {
    .sb_st {
      width: 100%; }
      .sb_st .sb_st_art {
        max-width: 48%;
        margin-top: 1.5625em; }
        .sb_st .sb_st_art:nth-child(even) {
          margin-right: 3%; }
        .sb_st .sb_st_art .sb_st_photo {
          float: left;
          max-width: 7.5em;
          margin-right: 0.625em; }
          .sb_st .sb_st_art .sb_st_photo img {
            max-width: 100%;
            display: block; } }
  @media screen and (max-width: 40.625em) {
    .sb_st {
      display: block;
      padding: 0 0.9375em; }
      .sb_st .sb_st_art {
        max-width: 100%;
        margin: 0 2%; }
        .sb_st .sb_st_art:nth-child(even) {
          margin: 0 2%; }
        .sb_st .sb_st_art:last-of-type {
          border-bottom: 0; }
          .sb_st .sb_st_art:last-of-type:after {
            display: none; }
        .sb_st .sb_st_art .st_title {
          max-height: 2.4375em; }
        .sb_st .sb_st_art span {
          margin-left: 0; } }
  @media screen and (max-width: 30em) {
    .sb_st .sb_st_art {
      margin: 0; }
      .sb_st .sb_st_art:nth-child(even) {
        margin: 0; } }

.sb_sys {
  margin-left: 1.5625em;
  background: #ffffff;
  padding: 1.25em 0; }
  @media only screen and (max-width: 35.4375em) {
    .sb_sys {
      margin-left: 0; } }
  .sb_sys .sys_title {
    margin: 0 0.9375em 0.8125em 0.9375em; }
  .sb_sys .sys {
    position: relative;
    width: 100%;
    min-height: 6em;
    margin: 0.625em 0; }
    .sb_sys .sys .sys_cont {
      min-height: 5.9375em;
      padding: 0.0625em 0.625em;
      width: 65%;
      position: initial; }
      .sb_sys .sys .sys_cont:after {
        width: 65%;
        left: 0; }
      .sb_sys .sys .sys_cont h4 {
        font-size: 1.125rem;
        margin: 0.6875em 0;
        font-style: italic;
        position: relative;
        z-index: 5; }
      .sb_sys .sys .sys_cont p {
        font-size: 0.75rem;
        color: #ffffff;
        font-style: italic;
        padding-left: 0.625em;
        position: relative;
        z-index: 5; }
      .sb_sys .sys .sys_cont .btn-sys {
        position: absolute;
        background: none;
        border: none;
        width: 100%;
        height: 100%;
        z-index: 50;
        top: 0 !important;
        left: 0;
        padding: 0;
        border-radius: 0; }
        .sb_sys .sys .sys_cont .btn-sys .icons {
          display: none; }
  .sb_sys .spec_sys {
    background: #18999a; }
    .sb_sys .spec_sys .sys_cont {
      background: #1e889f; }
      .sb_sys .spec_sys .sys_cont h4 {
        color: #62dffa; }
      .sb_sys .spec_sys .sys_cont:after {
        content: "";
        height: 100%;
        position: absolute;
        z-index: 3;
        bottom: 0;
        background: transparent url(../img/portal/article/spec_bg.png) no-repeat bottom center; }
    .sb_sys .spec_sys:after {
      content: "";
      width: 7.5em;
      height: 6.625em;
      position: absolute;
      z-index: 4;
      bottom: 0;
      right: 0;
      background: transparent url(../img/portal/article/spec_pic.png) no-repeat 0 0;
      background-size: 6.5625em 6.625em; }
    .sb_sys .spec_sys:hover, .sb_sys .spec_sys:active, .sb_sys .spec_sys:focus {
      background: #19a2a3; }
      .sb_sys .spec_sys:hover .sys_cont, .sb_sys .spec_sys:active .sys_cont, .sb_sys .spec_sys:focus .sys_cont {
        background: #2197b0; }
  .sb_sys .pat_sys {
    background: #c061a6; }
    .sb_sys .pat_sys .sys_cont {
      background: #8c528d; }
      .sb_sys .pat_sys .sys_cont h4 {
        color: #f86dfa; }
      .sb_sys .pat_sys .sys_cont:after {
        content: "";
        height: 100%;
        position: absolute;
        z-index: 3;
        bottom: 0;
        background: transparent url(../img/portal/article/pat_bg.png) no-repeat bottom center; }
    .sb_sys .pat_sys:after {
      content: "";
      width: 9.375em;
      height: 6.6875em;
      position: absolute;
      z-index: 4;
      bottom: 0;
      right: 0;
      background: transparent url(../img/portal/article/pat_pic.png) no-repeat 0 0;
      background-size: 9.375em 6.6875em; }
    .sb_sys .pat_sys:hover, .sb_sys .pat_sys:active, .sb_sys .pat_sys:focus {
      background: #c368aa; }
      .sb_sys .pat_sys:hover .sys_cont, .sb_sys .pat_sys:active .sys_cont, .sb_sys .pat_sys:focus .sys_cont {
        background: #995a9a; }
  .sb_sys .par_sys {
    background: #6ec388; }
    .sb_sys .par_sys .sys_cont {
      background: #53b292; }
      .sb_sys .par_sys .sys_cont h4 {
        color: #7deec8; }
      .sb_sys .par_sys .sys_cont:after {
        content: "";
        height: 100%;
        position: absolute;
        z-index: 3;
        bottom: 0;
        background: transparent url(../img/portal/article/par_bg.png) no-repeat bottom center; }
    .sb_sys .par_sys:after {
      content: "";
      width: 8.4375em;
      height: 5.8125em;
      position: absolute;
      z-index: 4;
      bottom: 0;
      right: 0;
      background: transparent url(../img/portal/article/par_pic.png) no-repeat 0 0;
      background-size: 8.4375em 5.8125em; }
    .sb_sys .par_sys:hover, .sb_sys .par_sys:active, .sb_sys .par_sys:focus {
      background: #75c68e; }
      .sb_sys .par_sys:hover .sys_cont, .sb_sys .par_sys:active .sys_cont, .sb_sys .par_sys:focus .sys_cont {
        background: #65ba9d; }
  @media screen and (max-width: 67.5em) {
    .sb_sys .sys .sys_cont {
      width: 64%; }
      .sb_sys .sys .sys_cont:after {
        width: 64%; } }
  @media screen and (max-width: 62.75em) {
    .sb_sys {
      margin-left: 0;
      padding-left: 1.5625em; }
      .sb_sys .sys_title {
        margin-left: 0; }
      .sb_sys .sys {
        width: 47%;
        display: inline-block;
        *display: inline;
        /* IE < 8: fake inline-block */
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        *vertical-align: auto;
        text-rendering: auto; }
        .sb_sys .sys:first-of-type {
          margin-right: 3%; }
        .sb_sys .sys:last-of-type {
          display: block;
          margin: 0.625em auto; }
        .sb_sys .sys .sys_cont {
          width: 60%;
          max-height: 7em; }
          .sb_sys .sys .sys_cont:after {
            width: 60%; } }
  @media screen and (max-width: 48em) {
    .sb_sys {
      padding-left: 0; }
      .sb_sys .sys_title {
        margin-left: 0.9375em; }
      .sb_sys .sys {
        width: 100%; }
        .sb_sys .sys:first-of-type {
          margin-right: 0; }
        .sb_sys .sys .sys_cont {
          width: 70%; }
          .sb_sys .sys .sys_cont:after {
            width: 70%; } }
  @media screen and (max-width: 30em) {
    .sb_sys .sys .sys_cont {
      width: 65%;
      position: initial; }
      .sb_sys .sys .sys_cont:after {
        width: 65%;
        left: 0; }
    .sb_sys .sys .btn {
      background: none;
      border: none;
      width: 100%;
      height: 100%;
      z-index: 50;
      top: 0 !important;
      left: 0;
      padding: 0;
      border-radius: 0; }
    .sb_sys .sys .icons {
      display: none; } }

.touch .sb_sys .sys .sys_cont {
  width: 65%;
  position: initial; }
  .touch .sb_sys .sys .sys_cont:after {
    width: 65%;
    left: 0; }

.touch .sb_sys .sys .btn {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0 !important;
  left: 0;
  padding: 0;
  border-radius: 0; }

.touch .sb_sys .sys .icons {
  display: none; }

.sb_art_mlist .sb_title {
  text-align: left; }
  .sb_art_mlist .sb_title .btn-icon {
    -webkit-transition: max-width 0.5s ease;
    -moz-transition: max-width 0.5s ease;
    transition: max-width 0.5s ease;
    float: right;
    max-width: 1.875em;
    height: 1.25em;
    padding: 0.125em;
    color: #afafaf;
    position: absolute;
    bottom: 0.625em;
    right: 0; }
    .sb_art_mlist .sb_title .btn-icon:after {
      -webkit-animation: show 1.1s ease;
      -moz-animation: show 1.1s ease;
      animation: show 1.1s ease; }
    .sb_art_mlist .sb_title .btn-icon .icons {
      top: -0.1875em; }
    .sb_art_mlist .sb_title .btn-icon:hover, .sb_art_mlist .sb_title .btn-icon:active, .sb_art_mlist .sb_title .btn-icon:focus {
      max-width: 5em;
      color: #444444; }
      .sb_art_mlist .sb_title .btn-icon:hover:after, .sb_art_mlist .sb_title .btn-icon:active:after, .sb_art_mlist .sb_title .btn-icon:focus:after {
        content: attr(data-name);
        display: inline-block;
        *display: inline;
        /* IE < 8: fake inline-block */
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        *vertical-align: auto;
        text-rendering: auto;
        z-index: 3;
        position: absolute;
        right: 0.9375em;
        text-transform: initial;
        padding: 0.1875em;
        font-size: 0.875rem; }

.sb_art_mlist .art_mlist {
  list-style-type: none;
  padding-left: 0; }
  .sb_art_mlist .art_mlist .art_m {
    border-bottom: 1px solid #dcdcdc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    display: flex;
    height: 6.25em;
    align-items: center;
    justify-content: left; }
    .sb_art_mlist .art_mlist .art_m .l_bg {
      width: 9.0625em;
      height: 100%;
      position: absolute;
      z-index: 1;
      background-size: auto 100%;
      top: 0;
      right: 0;
      background-repeat: no-repeat;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-filter: blur(3px);
      -moz-filter: blur(3px);
      -o-filter: blur(3px);
      -ms-filter: blur(3px);
      filter: blur(3px);
      -webkit-mask-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, black), color-stop(0.75, transparent), color-stop(1, transparent)); }
      .no-cssmasks .sb_art_mlist .art_mlist .art_m .l_bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: background-image 0.5s ease;
        -moz-transition: background-image 0.5s ease;
        transition: background-image 0.5s ease;
        background-image: -webkit-linear-gradient( left , #ffffff 20%, rgba(255, 255, 255, 0.6) 70%, transparent);
        background-image: linear-gradient(to right, #ffffff 20%, rgba(255, 255, 255, 0.6) 70%, transparent); }
    .sb_art_mlist .art_mlist .art_m:before {
      content: "";
      width: 2.5em;
      height: 0.0625em;
      display: block;
      background: #cecece;
      position: absolute;
      bottom: 0;
      left: 0; }
    .sb_art_mlist .art_mlist .art_m .art_mtitle {
      font-size: 1.125rem;
      margin: 0;
      width: 100%;
      max-height: 3em;
      overflow: hidden; }
    .sb_art_mlist .art_mlist .art_m a {
      display: block;
      padding: 0.625em 1.25em 1.25em 1.25em;
      width: 100%;
      position: relative;
      text-transform: uppercase;
      z-index: 2; }
    .sb_art_mlist .art_mlist .art_m:hover, .sb_art_mlist .art_mlist .art_m:active, .sb_art_mlist .art_mlist .art_m:focus {
      border-bottom: 1px solid #ffffff; }
      .sb_art_mlist .art_mlist .art_m:hover .l_bg, .sb_art_mlist .art_mlist .art_m:active .l_bg, .sb_art_mlist .art_mlist .art_m:focus .l_bg {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
        -webkit-mask-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, black), color-stop(0.55, black), color-stop(0.75, transparent), color-stop(1, transparent)); }
        .no-cssmasks .sb_art_mlist .art_mlist .art_m:hover .l_bg:after, .no-cssmasks .sb_art_mlist .art_mlist .art_m:active .l_bg:after, .no-cssmasks .sb_art_mlist .art_mlist .art_m:focus .l_bg:after {
          background-image: -webkit-linear-gradient( left , #ffffff 17%, rgba(255, 255, 255, 0.4) 70%, transparent);
          background-image: linear-gradient(to right, #ffffff 17%, rgba(255, 255, 255, 0.4) 70%, transparent); }
      .sb_art_mlist .art_mlist .art_m:hover:before, .sb_art_mlist .art_mlist .art_m:active:before, .sb_art_mlist .art_mlist .art_m:focus:before {
        content: "";
        height: 100%;
        width: 2px;
        position: absolute;
        left: -0.9375em;
        border-left: 3px solid #f26235; }
    .sb_art_mlist .art_mlist .art_m a {
      color: #000000; }

@media screen and (max-width: 62.75em) {
  .sb_art_mlist {
    width: 100%; } }

@media only screen and (max-width: 35.4375em) {
  .sb_art_mlist {
    display: block;
    padding: 0.9375em; } }

.sb_cat_list .sb_cat_title {
  margin-top: 0;
  margin-bottom: 0; }

.sb_cat_list .cat_list {
  list-style-type: none;
  padding-left: 0.625em; }
  .sb_cat_list .cat_list li {
    border-bottom: 1px solid #dcdcdc;
    position: relative; }
    .sb_cat_list .cat_list li:before {
      content: "";
      width: 2.5em;
      height: 0.125em;
      background: #cecece;
      position: absolute;
      bottom: 0;
      left: 0; }
    .sb_cat_list .cat_list li:hover, .sb_cat_list .cat_list li:active, .sb_cat_list .cat_list li:focus {
      border-bottom: 1px solid #f26235; }
      .sb_cat_list .cat_list li:hover:before, .sb_cat_list .cat_list li:active:before, .sb_cat_list .cat_list li:focus:before {
        background: #f26235; }
      .sb_cat_list .cat_list li:hover .btn-icon, .sb_cat_list .cat_list li:active .btn-icon, .sb_cat_list .cat_list li:focus .btn-icon {
        -webkit-transition: min-width 0.5s ease;
        -moz-transition: min-width 0.5s ease;
        transition: min-width 0.5s ease;
        min-width: 4.375em; }
        .sb_cat_list .cat_list li:hover .btn-icon:after, .sb_cat_list .cat_list li:active .btn-icon:after, .sb_cat_list .cat_list li:focus .btn-icon:after {
          content: attr(data-name);
          -webkit-animation: show 1.1s ease;
          -moz-animation: show 1.1s ease;
          animation: show 1.1s ease;
          display: inline-block;
          *display: inline;
          /* IE < 8: fake inline-block */
          zoom: 1;
          letter-spacing: normal;
          word-spacing: normal;
          vertical-align: top;
          *vertical-align: auto;
          text-rendering: auto;
          z-index: 3;
          position: absolute;
          right: 0;
          top: 0;
          text-transform: initial;
          padding: 0.1875em;
          font-size: 0.875rem; }
      .sb_cat_list .cat_list li:hover a, .sb_cat_list .cat_list li:active a, .sb_cat_list .cat_list li:focus a {
        color: #f26235; }
  .sb_cat_list .cat_list h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin: 0; }
    .sb_cat_list .cat_list h3 .btn-icon {
      -webkit-transition: min-width 0.5s ease;
      -moz-transition: min-width 0.5s ease;
      transition: min-width 0.5s ease;
      float: right;
      max-width: 1.875em;
      height: 1.25em;
      padding: 0.125em;
      color: #dcdcdc;
      position: absolute;
      bottom: 1em;
      right: 0; }
      .sb_cat_list .cat_list h3 .btn-icon .icons {
        top: -0.1875em; }
    .sb_cat_list .cat_list h3 a {
      display: block;
      padding: 0.9375em 0.9375em; }

@media screen and (max-width: 62.75em) {
  .sb_cat_list {
    width: 100% !important; } }

@media only screen and (max-width: 35.4375em) {
  .sb_cat_list {
    padding: 1.5625em 0.9375em;
    display: block; }
    .sb_cat_list .cat_list {
      padding-left: 0; } }

.advert {
  background-color: #ffffff;
  padding: 4.375em 1.5625em;
  padding-bottom: 0; }

.art_advert {
  padding-top: 1.5625em;
  padding-bottom: 0; }
  .art_advert .adv {
    overflow: hidden; }
  .art_advert ins {
    display: block; }
  @media only screen and (max-width: 35.4375em) {
    .art_advert {
      padding-top: 0.625em; } }

.adv {
  max-width: 45.625em;
  max-height: 5.625em;
  margin: 0 auto; }

.ad_header {
  display: none; }

.sb_advert {
  background-color: #ffffff;
  padding: 1.5625em;
  margin-left: 1.5625em; }
  .sb_advert .sb_adv {
    display: block;
    max-width: 18.75em;
    margin: 0 auto; }
  .sb_advert ins {
    display: block; }
    @media screen and (max-width: 30em) {
      .sb_advert ins {
        display: none; } }
  @media screen and (max-width: 62.75em) {
    .sb_advert {
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
      background-color: #f7f7f7;
      margin: 0.9375em 0;
      background: transparent url(../img/portal/article/bg.png) no-repeat bottom center;
      background-repeat: repeat; }
      .sb_advert .sb_adv {
        border: 2px solid #444444; } }
  @media screen and (max-width: 30em) {
    .sb_advert {
      display: none; } }

.art_wrap .advert {
  background: none;
  padding: 1.5625em 0; }
  @media only screen and (max-width: 35.4375em) {
    .art_wrap .advert {
      padding-bottom: 0; } }

.disqus {
  padding: 4.6875em 1.5625em 1.25em 12.5em;
  background: #ffffff;
  position: relative;
  min-height: 26.8125em; }
  .disqus:before {
    content: "";
    width: 26.25em;
    height: 25.25em;
    background: transparent url(../img//portal/article/disc.png) no-repeat left center;
    display: block;
    position: absolute;
    top: 1.5625em;
    left: -13.75em; }
  @media screen and (max-width: 62.75em) {
    .disqus {
      padding-left: 18.75em; }
      .disqus:before {
        left: -7.5em; } }
  @media screen and (max-width: 48em) {
    .disqus {
      padding-left: 1.5625em; }
      .disqus:before {
        display: none; } }
  @media only screen and (max-width: 35.4375em) {
    .disqus {
      padding: 0.3125em 0.9375em; } }

.footer {
  margin-top: 1.5625em;
  background: transparent url(../img//portal/home/footer_bg.jpg) repeat-x top center; }

.footer_title {
  position: relative;
  background: #12ab97; }
  .footer_title .ft_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    padding: 1.125em 3.625em 1.0625em 3.625em;
    background-color: #ffffff;
    margin-left: 0.625em; }
    .footer_title .ft_logo img {
      max-width: 100%;
      display: block; }
  .footer_title h1 {
    font-size: 1.875rem;
    margin-left: 8.4375em;
    padding-right: 0.625em;
    color: #ffffff;
    margin-top: 0.9375em;
    margin-bottom: 0.875em; }
  @media only screen and (max-width: 63.9375em) {
    .footer_title .ft_logo {
      padding: 1.125em 0.3125em; }
    .footer_title h1 {
      margin-left: 5em; } }
  @media screen and (max-width: 60.5em) {
    .footer_title h1 {
      padding-left: 0.625em;
      margin-right: 1.25em;
      margin-top: 0.125em;
      margin-bottom: 0.1875em; } }
  @media screen and (max-width: 48em) {
    .footer_title .ft_logo {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .footer_title .ft_logo img {
        margin: 0 auto; }
    .footer_title h1 {
      color: #ffffff;
      margin-top: 0.3125em;
      margin-bottom: 0.3125em;
      padding: 0 0.9375em;
      margin-left: 0.3125em;
      text-align: center; } }
  @media screen and (max-width: 30em) {
    .footer_title h1 {
      margin-top: 0.6875em;
      padding-right: 0;
      padding-left: 0;
      margin-right: 0; }
      .footer_title h1 small {
        display: none; }
    .footer_title .ft_logo {
      padding: 1.125em 0.625em 1.0625em 0.625em;
      width: 30%;
      margin: 0 0.625em; }
      .footer_title .ft_logo img {
        width: 100%; } }

.ft_content {
  background-color: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 1.5625em; }
  .ft_content .sec_wrap {
    padding: 2.1875em 1.5625em; }
    @media screen and (max-width: 62.75em) {
      .ft_content .sec_wrap {
        padding: 1.5625em 5em; } }
    @media only screen and (max-width: 47.9375em) {
      .ft_content .sec_wrap {
        padding: 1.5625em; } }
    @media screen and (max-width: 41.75em) {
      .ft_content .sec_wrap {
        padding: 1.5625em 0.9375em; } }
  @media screen and (max-width: 62.75em) {
    .ft_content .ft_r_wrap, .ft_content .ft_l_wrap {
      width: 100%; } }

.copy, nav .ft_nav li a, .create a {
  font-size: 0.875rem;
  color: #b3b3b3; }

.copy-create {
  margin: 20px 0px; }

.copy {
  float: left;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  margin-left: 1.5625em; }
  @media screen and (max-width: 62.75em) {
    .copy {
      width: 100%;
      text-align: center;
      margin-left: 0; } }

nav .ft_nav {
  margin-top: 0.0625em; }
  nav .ft_nav li {
    padding: 0 1.25em; }
    nav .ft_nav li a:hover {
      color: #444444; }
    nav .ft_nav li a:active {
      color: #f26235; }
    @media screen and (max-width: 30em) {
      nav .ft_nav li {
        display: block;
        padding: 0.625em 0; } }

@media screen and (max-width: 62.75em) {
  nav {
    width: 100%;
    margin-top: 1.25em; }
    nav .ft_nav {
      padding-left: 0;
      text-align: center; } }

.create {
  float: right;
  margin-right: 1.5625em; }
  @media screen and (max-width: 62.75em) {
    .create {
      width: 100%;
      text-align: center;
      margin-right: 0;
      margin-bottom: 1.25em; } }

.eu {
  background: #ffffff;
  align-items: center;
  position: relative;
  border-top: 1px solid #50cfbe;
  margin-top: 0.625em; }
  .eu .logo {
    max-width: 15.625em;
    width: 100%;
    height: auto;
    padding: 0.625em; }
  .eu .slogan {
    font-size: 0.8125rem;
    text-align: center;
    width: 100%; }
  @media screen and (min-width: 48em) {
    .eu .slogan {
      position: absolute;
      top: 1.25em;
      left: 50%;
      width: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); } }

.ft_content .ft_us {
  padding-right: 5.625em; }
  .ft_content .ft_us .ft_us_title {
    margin-bottom: 0; }
  .ft_content .ft_us h4 {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #737373;
    margin: 0;
    margin-top: 1.875em; }
  .ft_content .ft_us p {
    font-size: 0.875rem;
    color: #444444;
    line-height: 2em;
    font-style: italic; }
  .ft_content .ft_us .ft_us_email address:first-child a {
    color: #50cfbe;
    float: left;
    opacity: 1;
    filter: alpha(opacity=100); }
  .ft_content .ft_us .ft_us_email address a {
    float: right;
    margin-right: 5em;
    margin-left: 0.625em;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #737373;
    font-style: inherit;
    font-weight: 600;
    text-decoration: underline; }
  .ft_content .ft_us .ft_us_email .icons {
    font-size: 1.5rem;
    text-decoration: none; }
  @media screen and (max-width: 62.75em) {
    .ft_content .ft_us {
      padding: 1.5625em 5em; } }
  @media only screen and (max-width: 47.9375em) {
    .ft_content .ft_us {
      padding: 1.5625em; } }
  @media only screen and (max-width: 35.4375em) {
    .ft_content .ft_us {
      display: none; } }

.ft_content .ft_nl {
  padding-top: 1.25em;
  padding-right: 5.625em;
  margin-bottom: 0.625em;
  position: relative; }
  .ft_content .ft_nl:after {
    content: "\f118";
    position: absolute;
    right: 0.3125em;
    top: 0.9375em;
    z-index: 1; }
    @media only screen and (max-width: 47.9375em) {
      .ft_content .ft_nl:after {
        display: none; } }
  .ft_content .ft_nl .ft_nl_input {
    border: 15px solid transparent;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    max-width: 28.75em;
    padding: 1.25em 0;
    position: relative;
    align-self: flex-start;
    -webkit-border-image: url(/img/portal/home/nl_bg2.png) 10% round;
    /* Safari 3.1-5 */
    -o-border-image: url(/img/portal/home/nl_bg2.png) 10% round;
    /* Opera 11-12.1 */
    border-image: url(/img/portal/home/nl_bg2.png) 10% round; }
    .ft_content .ft_nl .ft_nl_input .input_nl {
      background-color: #f4f2f2;
      border: 1px solid #cccccc;
      color: #444444;
      height: 2.5em;
      width: 100%;
      padding-left: 0.625em; }
      .ft_content .ft_nl .ft_nl_input .input_nl:hover, .ft_content .ft_nl .ft_nl_input .input_nl:active, .ft_content .ft_nl .ft_nl_input .input_nl:focus {
        background-color: #ffffff;
        border: 1px solid #868686;
        color: #444444;
        outline: 0; }
      .ft_content .ft_nl .ft_nl_input .input_nl.success {
        background: #ffffff;
        border: 1px solid #78dacd; }
      .ft_content .ft_nl .ft_nl_input .input_nl.has-error {
        background-color: #ffc0a9;
        border: 1px solid #f26235;
        color: #f26235; }
    .ft_content .ft_nl .ft_nl_input .help-block {
      position: absolute;
      top: 0;
      right: 0;
      color: #f26235;
      font-size: 0.75rem;
      font-weight: 600; }
    .ft_content .ft_nl .ft_nl_input p {
      margin-bottom: 0;
      font-size: 0.875rem;
      font-style: italic;
      line-height: 2; }
    @media screen and (max-width: 37.5em) {
      .ft_content .ft_nl .ft_nl_input {
        max-width: 100%; } }
  .ft_content .ft_nl .nl_cont {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 37.5em) {
      .ft_content .ft_nl .nl_cont {
        display: block; } }
  .ft_content .ft_nl .btn-flat {
    margin-left: 2.5em;
    z-index: 4;
    text-transform: uppercase;
    padding-right: 3.125em; }
    .ft_content .ft_nl .btn-flat .icons {
      position: absolute;
      top: 0.5625em;
      margin-left: 0;
      right: 0.625em; }
    @media only screen and (max-width: 47.9375em) {
      .ft_content .ft_nl .btn-flat .icons {
        right: 0.375em; } }
    @media screen and (max-width: 37.5em) {
      .ft_content .ft_nl .btn-flat {
        margin-top: 0.9375em;
        margin-left: 0;
        width: 40%; }
        .ft_content .ft_nl .btn-flat .icons {
          right: 15%; } }
    @media screen and (max-width: 30em) {
      .ft_content .ft_nl .btn-flat {
        width: 100%; }
        .ft_content .ft_nl .btn-flat .icons {
          right: 30%; } }
  @media screen and (max-width: 62.75em) {
    .ft_content .ft_nl {
      padding: 1.5625em 5em;
      text-align: center; } }
  @media only screen and (max-width: 47.9375em) {
    .ft_content .ft_nl {
      padding: 1.5625em; } }
  @media screen and (max-width: 41.75em) {
    .ft_content .ft_nl {
      padding: 1.5625em 0.9375em; } }

.ft_soc {
  margin-left: 1.5625em;
  padding: 0 1.5625em; }
  .ft_soc .ft_soc_title {
    white-space: nowrap; }
  @media only screen and (max-width: 79.9375em) {
    .ft_soc {
      margin-left: 0; }
      .ft_soc .ft_soc_title {
        padding-left: 0 !important; } }

.ft_gp, .ft_fb, .ft_yt, .ft_tw {
  margin-top: 0;
  margin-bottom: 0.625em;
  padding: 0.9375em 0.625em;
  border-bottom: 1px solid #f2f2f2;
  color: #909090;
  font-weight: 600;
  max-width: 100%; }
  .ft_gp a, .ft_fb a, .ft_yt a, .ft_tw a {
    margin: 0;
    color: #737373; }
    .ft_gp a span, .ft_fb a span, .ft_yt a span, .ft_tw a span {
      font-size: 0.875rem; }
      @media screen and (max-width: 37.5em) {
        .ft_gp a span, .ft_fb a span, .ft_yt a span, .ft_tw a span {
          display: none; } }
  .ft_gp [class*="icons_social-"], .ft_fb [class*="icons_social-"], .ft_yt [class*="icons_social-"], .ft_tw [class*="icons_social-"] {
    font-size: 1.875rem;
    margin-right: 0.625em; }
    @media only screen and (max-width: 63.9375em) {
      .ft_gp [class*="icons_social-"], .ft_fb [class*="icons_social-"], .ft_yt [class*="icons_social-"], .ft_tw [class*="icons_social-"] {
        font-size: 2rem;
        margin-right: 0.3125em; } }
    @media screen and (max-width: 37.5em) {
      .ft_gp [class*="icons_social-"], .ft_fb [class*="icons_social-"], .ft_yt [class*="icons_social-"], .ft_tw [class*="icons_social-"] {
        font-size: 2.25rem; } }
  .ft_gp [class*="icons_arrow-"], .ft_fb [class*="icons_arrow-"], .ft_yt [class*="icons_arrow-"], .ft_tw [class*="icons_arrow-"] {
    float: right;
    position: relative;
    top: 0.375em; }
    @media screen and (max-width: 62.75em) {
      .ft_gp [class*="icons_arrow-"], .ft_fb [class*="icons_arrow-"], .ft_yt [class*="icons_arrow-"], .ft_tw [class*="icons_arrow-"] {
        display: none; } }
  .ft_gp:hover, .ft_fb:hover, .ft_yt:hover, .ft_tw:hover, .ft_gp:active, .ft_fb:active, .ft_yt:active, .ft_tw:active {
    background-color: #f9f9f9;
    cursor: pointer; }
  @media screen and (max-width: 62.75em) {
    .ft_gp, .ft_fb, .ft_yt, .ft_tw {
      display: inline-block; } }

@media screen and (max-width: 62.75em) {
  .ft_gp, .ft_fb, .ft_yt, .ft_tw {
    display: table-cell;
    text-align: center; } }

.ft_gp {
  margin-top: 2.8125em; }
  .ft_gp:hover a, .ft_gp:active a {
    color: #fc7272; }
  .ft_gp:hover .icons_arrow-dropright, .ft_gp:active .icons_arrow-dropright {
    color: #fc7272; }

.ft_fb:hover a, .ft_fb:active a {
  color: #3b5998; }

.ft_fb:hover .icons_arrow-dropright, .ft_fb:active .icons_arrow-dropright {
  color: #3b5998; }

.ft_yt:hover a, .ft_yt:active a {
  color: #fc7272; }

.ft_yt:hover .icons_arrow-dropright, .ft_yt:active .icons_arrow-dropright {
  color: #fc7272; }

.ft_tw:hover a, .ft_tw:active a {
  color: #2295d7; }

.ft_tw:hover .icons_arrow-dropright, .ft_tw:active .icons_arrow-dropright {
  color: #2295d7; }

@media screen and (max-width: 62.75em) {
  .soc_cont {
    display: table;
    width: 100%;
    vertical-align: middle; } }

.no-mrg body {
  padding-top: 6.75em; }
  .no-mrg body .footer {
    margin-top: 0; }
  @media screen and (max-width: 48em) {
    .no-mrg body {
      padding-top: 3.125em; } }

.error_wrap {
  background: transparent url(../img/portal/error/404_bg.png) no-repeat center center;
  width: 100%;
  max-height: 41.25em;
  padding-left: 5em; }
  .error_wrap .error_content {
    padding-top: 7.5em; }
    .error_wrap .error_content h3 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #f26235; }
    .error_wrap .error_content p {
      padding-right: 6.25em;
      line-height: 1.5rem;
      font-size: 1.125rem;
      margin-bottom: 4.375em; }
    .error_wrap .error_content a {
      font-weight: 700;
      font-size: 1.25rem; }
  .error_wrap .error_sec {
    padding-top: 5em;
    padding-bottom: 5em; }
  .error_wrap .error_search {
    margin-bottom: 13.75em; }
    .error_wrap .error_search p {
      margin-bottom: 1.25em; }
    .error_wrap .error_search input {
      width: 80%;
      width: -webkit-calc(90% - 60px);
      width: calc(90% - 60px);
      border: 1px solid #f26235; }
      .error_wrap .error_search input:hover, .error_wrap .error_search input:active, .error_wrap .error_search input:focus {
        outline: 0; }
    .error_wrap .error_search .btn-icon .icons {
      margin-left: 0; }
    .error_wrap .error_search .btn-icon:after {
      right: -0.5em;
      top: -0.3125em; }
    .error_wrap .error_search .input_wrap {
      width: 80%;
      position: relative;
      width: -webkit-calc(90% - 60px);
      width: calc(90% - 60px); }
      .error_wrap .error_search .input_wrap .search_input {
        width: 100%; }
      .error_wrap .error_search .input_wrap .find-btn {
        position: absolute;
        border: none;
        top: -0.625em;
        height: 3.6875em;
        right: -0.625em;
        outline: 0; }
  .error_wrap .icon_bg {
    padding-top: 5em;
    background: transparent url(../img/portal/error/lupa.png) no-repeat center center; }
  .error_wrap .icon_bg_sec {
    padding-top: 5em;
    background: transparent url(../img/portal/error/lupa500.png) no-repeat center center;
    background-size: 20em; }
  @media screen and (max-width: 68.375em) {
    .error_wrap {
      padding-left: 3.75em; }
      .error_wrap .error_content {
        padding-top: 3.75em; }
        .error_wrap .error_content p {
          padding-right: 0;
          padding-left: 0; }
      .error_wrap .error_search {
        margin-bottom: 7.5em; }
      .error_wrap .icon_bg, .error_wrap .icon_bg_sec {
        background-size: 20em; } }
  @media only screen and (max-width: 63.9375em) {
    .error_wrap .error_content {
      padding-top: 1.875em; }
      .error_wrap .error_content h3 {
        font-size: 1.875rem; }
    .error_wrap .error_sec {
      padding-bottom: 1.875em; }
    .error_wrap .error_search {
      margin-bottom: 5em; }
    .error_wrap .icon_bg {
      background-size: 15.625em;
      background-position: center 3.125em; }
    .error_wrap .icon_bg_sec {
      background-size: 12.5em;
      background-position: center 1.25em; } }
  @media only screen and (max-width: 47.9375em) {
    .error_wrap {
      padding: 0 1.5625em; }
      .error_wrap .icon_bg, .error_wrap .icon_bg_sec {
        display: none; }
      .error_wrap .error_content {
        width: 100%;
        background: transparent url(../img/portal/error/lupa.png) no-repeat 95% 40%;
        background-size: 10em; }
        .error_wrap .error_content p {
          width: 60%;
          margin-bottom: 2.5em; }
      .error_wrap .error_search .input_wrap {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px); }
      .error_wrap .error_sec {
        padding-bottom: 2.5em;
        background: transparent url(../img/portal/error/lupa500.png) no-repeat 95% 50%;
        background-size: 10em; } }
  @media only screen and (max-width: 35.4375em) {
    .error_wrap {
      padding: 0 0.9375em; }
      .error_wrap .error_content {
        background: none;
        padding-top: 0; }
        .error_wrap .error_content h3 {
          font-size: 1.375rem; }
          .error_wrap .error_content h3:before {
            content: "Błąd 404 - "; }
        .error_wrap .error_content p {
          width: 100%;
          font-size: 0.875rem; }
        .error_wrap .error_content a {
          font-size: 1rem; }
      .error_wrap .error_sec {
        padding-bottom: 1.25em; }
        .error_wrap .error_sec h3:before {
          content: "Błąd 500 - "; }
      .error_wrap .error_search {
        margin-bottom: 1.25em; }
        .error_wrap .error_search .form_group {
          position: relative; }
        .error_wrap .error_search .btn-icon {
          position: absolute;
          top: 0;
          left: 0; }
        .error_wrap .error_search .input_wrap {
          width: 100%; }
          .error_wrap .error_search .input_wrap .search_input {
            padding-left: 4.6875em;
            padding-right: 0.3125em; }
            .error_wrap .error_search .input_wrap .search_input:before, .error_wrap .error_search .input_wrap .search_input:after {
              content: " ";
              display: table; }
            .error_wrap .error_search .input_wrap .search_input:after {
              clear: both; }
          .error_wrap .error_search .input_wrap .find-btn {
            position: relative;
            width: 65%;
            top: 0;
            right: 0;
            margin: 1.25em auto;
            display: block; } }

/*# sourceMappingURL=screen.css.map */