/*Colors*/
/* images */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Open Sans", Arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
  html.hgrid {
    background: url("../img/vertical-grid.png"); }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9. Correct `block` display
 * not defined on `summary` and `details` in IE and Firefox and on `main` in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

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

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 32px;
  line-height: 48px;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 24px;
  margin-bottom: 24px; }

h2 {
  font-size: 24px;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 24px; }

h3 {
  font-size: 19px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px; }

h4 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px; }

h5 {
  font-size: 13px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px; }

h6 {
  font-size: 11px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px; }

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

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 24px 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * 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: 24px 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 24px 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: "Open Sans", Arial, sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * Address `overflow` set to `hidden` in IE.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 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;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 7px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 14px;
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 14px;
  border-right-width: 1px;
  border-right-style: solid;
  padding-right: 14px; }

/**
 * 1. Correct `color` not being inherited in IE.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * Remove default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/* Custom mixins*/
/* SVG icon nosvg fallback sprite */
/* ==========================================================================
   Helper classes
   ========================================================================== */
a:visited {
  color: #888478; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.js .js-hidden {
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.clearfix:before, .l-cols:before,
.h-cols:before, .l-container_subheader:before, .inner-l-cols:before, .main-slider-descriptions-item:before, .m-news-list:before, .m-news-article:before, .m-news-article header figure:before, .m-online-services:before, .m-online-services-list:before, .m-inner-services:before, .m-inner-services .m-online-services-list-item:before, .m-media-list:before, .m-polls:before, .m-documents-list:before, .m-logos-list:before, .territory-list:before, .m-territory-description-info:before, .m-management-top-manager:before,
.m-management-managers:before, .m-management-list-item:before, .m-cabinet-serachbox .form-additional p:before, .table-type-5 tbody td:first-child p:before, .search-form-simple:before, .search-form-filters:before, .search-result-servicebar:before, .docs-controls:before, .table-item-extend-header:before, .sidebar-search-list-item:before,
.clearfix:after,
.l-cols:after,
.h-cols:after,
.l-container_subheader:after,
.inner-l-cols:after,
.main-slider-descriptions-item:after,
.m-news-list:after,
.m-news-article:after,
.m-news-article header figure:after,
.m-online-services:after,
.m-online-services-list:after,
.m-inner-services:after,
.m-inner-services .m-online-services-list-item:after,
.m-media-list:after,
.m-polls:after,
.m-documents-list:after,
.m-logos-list:after,
.territory-list:after,
.m-territory-description-info:after,
.m-management-top-manager:after,
.m-management-managers:after,
.m-management-list-item:after,
.m-cabinet-serachbox .form-additional p:after,
.table-type-5 tbody td:first-child p:after,
.search-form-simple:after,
.search-form-filters:after,
.search-result-servicebar:after,
.docs-controls:after,
.table-item-extend-header:after,
.sidebar-search-list-item:after {
  content: " ";
  display: table; }

.clearfix:after, .l-cols:after,
.h-cols:after, .l-container_subheader:after, .inner-l-cols:after, .main-slider-descriptions-item:after, .m-news-list:after, .m-news-article:after, .m-news-article header figure:after, .m-online-services:after, .m-online-services-list:after, .m-inner-services:after, .m-inner-services .m-online-services-list-item:after, .m-media-list:after, .m-polls:after, .m-documents-list:after, .m-logos-list:after, .territory-list:after, .m-territory-description-info:after, .m-management-top-manager:after,
.m-management-managers:after, .m-management-list-item:after, .m-cabinet-serachbox .form-additional p:after, .table-type-5 tbody td:first-child p:after, .search-form-simple:after, .search-form-filters:after, .search-result-servicebar:after, .docs-controls:after, .table-item-extend-header:after, .sidebar-search-list-item:after {
  clear: both; }

.clearfix, .l-cols,
.h-cols, .l-container_subheader, .inner-l-cols, .main-slider-descriptions-item, .m-news-list, .m-news-article, .m-news-article header figure, .m-online-services, .m-online-services-list, .m-inner-services, .m-inner-services .m-online-services-list-item, .m-media-list, .m-polls, .m-documents-list, .m-logos-list, .territory-list, .m-territory-description-info, .m-management-top-manager,
.m-management-managers, .m-management-list-item, .m-cabinet-serachbox .form-additional p, .table-type-5 tbody td:first-child p, .search-form-simple, .search-form-filters, .search-result-servicebar, .docs-controls, .table-item-extend-header, .sidebar-search-list-item {
  *zoom: 1; }

.ib, .delete, .close, .printpage-btn, .l-col-1-wrapper, .f-col, .f-col-1, .f-col-2, .f-col-3, .f-col-4, .h-menu, .h-menu-item, .h-menu-item > a, .h-blocks,
.h-block, .h-block_special a, .h-block_search a, .m-menu-item, .m-menu-item > a, .l-col-2 .h-sites-list, .h-sites-list-col-1,
.h-sites-list-col-2, .f-social-bar-list li, .subheader-menu-list-item, #float-menu, .main-slider-navigation li, .main-slider-navigation li a, .type-2 .m-news-list-item a.more-link, .news-media-informer a, .media-ico, .more-news-btn, .m-inner-services .m-online-services-list-item.type-2 .m-online-services-ico, .m-inner-services .m-online-services-list-item.type-2 .m-online-services-title, .m-expandible-list-item-trigger span, .m-cabinet .email-ico, .m-cabinet-links-wrapper p, .m-site-map-list > li > a, .form-list .input-group label, .search-form-list label, .search-form-list input, .search-form-list .input-group, .search-result-pagination a.prev, .search-result-pagination a.next, .calendar-wrapper em {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.lc, .h-menu-list, .m-menu-list,
.h-submenu,
.h-sites-list, .m-submenu, .f-links ul, .f-social-bar-list, .subheader-menu-list, .subheader-submenu ul, .sidebar-menu ul, .main-slider-images, .main-slider-descriptions, .main-slider-navigation, .m-news-list, .m-news-article header figure, .m-online-services-list, .m-media-list, .m-polls, .m-documents-list, .m-faq-item, .m-faq-item-title, .m-faq-item-description, .m-info-list, .m-info-e-list, .territory-list-col, .m-management-top-manager,
.m-management-managers, .m-expandible-list,
.m-expandible-sub-list, .form-list, .form-sublist, .form-tree-view-first-level,
.form-tree-view-inner-level, .search-form-filters-list, .search-form-list, .docs-controls, .sidebar-search-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.fl {
  float: left;
  *display: inline; }

.fr {
  float: right;
  *display: inline; }

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

.uppercase-header, .l-col-1-wrapper h3, .f-col-1 h3, .f-col-2 h3, .form-title, .search-form-title {
  text-transform: uppercase;
  color: #555;
  font-weight: normal;
  font-size: 18px; }
  .l-col-2 .uppercase-header, .l-col-2 .l-col-1-wrapper h3, .l-col-1-wrapper .l-col-2 h3, .l-col-2 .f-col-1 h3, .f-col-1 .l-col-2 h3, .l-col-2 .f-col-2 h3, .f-col-2 .l-col-2 h3, .l-col-2 .form-title, .l-col-2 .search-form-title {
    margin-bottom: 12px; }

.m-header-wrapper {
  background: #EBECEE; }
  .m-header-wrapper .uppercase-header, .m-header-wrapper .l-col-1-wrapper h3, .l-col-1-wrapper .m-header-wrapper h3, .m-header-wrapper .f-col-1 h3, .f-col-1 .m-header-wrapper h3, .m-header-wrapper .f-col-2 h3, .f-col-2 .m-header-wrapper h3, .m-header-wrapper .form-title, .m-header-wrapper .search-form-title {
    margin: 0;
    padding: 0;
    line-height: normal; }

.more-link {
  color: #ff0000;
  font-size: 12px;
  font-weight: 600; }
  .l-col-2 .more-link {
    margin-bottom: 0; }
  .back-link .more-link {
    position: relative;
    padding-left: 20px;
    font-weight: 400; }
    .back-link .more-link:before {
      content: '';
      position: absolute;
      color: #FF0000;
      left: 0;
      top: 5px;
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -524px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 10px;
      width: 14px; }

.download-link {
  color: #ff0000;
  font-size: 12px;
  position: relative;
  padding-left: 26px;
  padding-top: 6px; }
  .download-link:before {
    content: '';
    position: absolute;
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -885px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 21px;
    width: 17px;
    left: 0;
    top: 0; }
    .download-link:before:visited {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -864px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 21px;
      width: 17px; }

.follow-link {
  color: #ff0000;
  font-size: 12px;
  position: relative;
  padding-left: 30px;
  padding-top: 6px; }
  .follow-link:before {
    content: '';
    position: absolute;
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -1455px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 17px;
    width: 21px;
    left: 0;
    top: 4px; }
    .follow-link:before:visited {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -1438px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 17px;
      width: 21px; }

.sidebar-link {
  padding-left: 10px;
  margin-bottom: 0.75em; }

.dotted-header {
  border-bottom: 1px dotted #8B8A89;
  padding-bottom: 12px; }

.l-col-1-wrapper h3 {
  padding-left: 10px; }

.l-col-2 h3.uppercase-header, .l-col-2 .l-col-1-wrapper h3, .l-col-1-wrapper .l-col-2 h3, .l-col-2 .f-col-1 h3, .f-col-1 .l-col-2 h3, .l-col-2 .f-col-2 h3, .f-col-2 .l-col-2 h3, .l-col-2 h3.form-title, .l-col-2 h3.search-form-title {
  margin-top: 0; }

.last-p {
  margin-top: 0.75em !important;
  margin-bottom: 0 !important; }

.no-outline, .main-slider-navigation li a, .online-services-caroufredsel-wrap .caroufredsel-prev,
.online-services-caroufredsel-wrap .caroufredsel-next, .m-media .caroufredsel-prev,
.m-media .caroufredsel-next, .m-documents .caroufredsel-prev,
.m-documents .caroufredsel-next {
  outline: none; }

.bp, .m-header-wrapper, .m-cabinet h3, .form-wrapper, .search-form-wrapper {
  padding-left: 30px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.delete {
  vertical-align: middle;
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -824px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 12px;
  width: 12px;
  border: 1px solid #DB0C0C;
  margin-top: -2px;
  cursor: pointer; }

.close {
  vertical-align: middle;
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -786px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 24px;
  width: 24px;
  cursor: pointer;
  text-decoration: none; }

.fancybox-close {
  right: 0 !important;
  top: 0 !important; }

.btn, .m-cabinet-serachbox form button, .form-submit, .form-reset, .search-form-simple-submit, .sidebar-search-submit, .search-form-extended-submit {
  background-color: #FF0000;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }
  .btn:hover, .m-cabinet-serachbox form button:hover, .form-submit:hover, .form-reset:hover, .search-form-simple-submit:hover, .sidebar-search-submit:hover, .search-form-extended-submit:hover {
    background-color: #7F8181; }

.js-sliders-hide-before-show, .js-m-news-list, .js-media-list, .js-m-documents-list {
  position: relative;
  height: 0;
  overflow: hidden; }

/*.calendar-wrapper {
    position: relative;
    &:after {
        content: '';
        position: absolute;
        @include use-sprite('ico-calendar');
    }
}*/
.calendar {
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -749px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  width: 25px;
  background-position: 0 -753px;
  width: 110px;
  height: auto;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 30px !important; }

.printpage-btn {
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -1095px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 22px;
  width: 23px;
  position: relative; }

.print {
  display: none; }

.l-wrapper {
  width: 100%; }

.l-container {
  width: 100%;
  min-width: 1280px;
  max-width: 1280px;
  margin: 0 auto; }
  .l-container.lite-grey {
    background: #F7F7F7; }
  .l-container.grey {
    background: #EAECEE; }

.l-container_add {
  border-top: 1px solid #F7F7F7; }

.h-cols .l-col-1 {
  position: relative; }

.l-col, .l-col-1,
.l-col-2 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px; }

.l-col-1 {
  min-width: 280px;
  padding-right: 30px;
  text-align: center;
  width: 27%; }
  .l-col-1-wrapper {
    text-align: left;
    width: 220px; }

.l-col-2 {
  width: 73%; }

/* header layout
   ========================================================================== */
.l-wrapper_header {
  min-height: 2.6875em;
  position: relative; }

.l-container_header {
  position: relative;
  z-index: 650;
  background: #FFF; }
  .l-container_header .l-col-2 {
    border-top: 2px solid #DE2729; }

/* subheader layout
   ========================================================================== */
.main-page .l-wrapper_subheader {
  height: 17.875em; }

.l-container_subheader {
  position: relative;
  z-index: 550; }

.l-container_subheader_menu .l-col-1 {
  background: #DBDBDB; }
.l-container_subheader_menu .l-col-2 {
  background: #7F8181; }

/* main layout
   ========================================================================== */
.l-wrapper_main {
  position: relative;
  z-index: 500; }

/* footer layout
   ========================================================================== */
.l-wrapper_footer {
  padding: 0;
  position: relative;
  z-index: 600; }
  .select-open .l-wrapper_footer, .filters-open .l-wrapper_footer  {
    z-index: auto; }

.l-container_footer {
  font-size: 0;
  background: #EAECEE; }

.f-col, .f-col-1, .f-col-2, .f-col-3, .f-col-4 {
  font-size: 16px;
  width: 210px;
  margin: 0 16px;
  color: #C3C3C3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.f-col-1 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: #424242;
  width: 33%; }

.f-col-2 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: #C3C3C3;
  width: 67%; }

/* inner layout
   ========================================================================== */
.inner-l-cols-1,
.inner-l-cols-2 {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.inner-l-cols-1 {
  padding-right: 25px; }

.inner-l-cols-1 {
  padding-left: 25px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.caroufredsel-wrap {
  width: 500px;
  height: 300px; }

#carousel {
  width: 500px;
  height: 300px;
  overflow: hidden; }

.caroufredsel-prev {
  float: left; }

.caroufredsel-next {
  float: right; }

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

.jq-checkbox {
  top: -1px;
  width: 14px;
  height: 14px;
  border: 1px solid #555;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  vertical-align: middle;
  cursor: pointer; }

.jq-checkbox.checked .jq-checkbox__div {
  margin: 4px 0 0 2px;
  border-radius: 2px;
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -779px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 7px;
  width: 10px; }

.jq-checkbox.focused {
  border: 1px solid #08C; }

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-checkbox ~ span {
  padding-left: 4px; }

.jq-radio {
  width: 15px;
  height: 15px;
  border: 1px solid #555;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  vertical-align: middle;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 5px;
  height: 5px;
  margin: 5px 0 0 5px;
  border-radius: 50%;
  background: #dc0c0c; }

.jq-radio.focused {
  border: 1px solid #08C; }

.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-file {
  width: 270px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em; }

.jq-file__name {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF; }

.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif; }

.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.disabled .jq-file__name {
  color: #888; }

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 22px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  color: #333;
  font: 12px/22px Arial, sans-serif; }

.jq-selectbox__select:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30); }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100); }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.jq-selectbox__dropdown {
  top: 23px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 12px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif; }

input[type="search"].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none; }

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, sans-serif;
  cursor: pointer; }

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:after {
  content: ''; }

button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

/**
 * @package		PickMeUp - jQuery datepicker plugin
 * @author		Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author		Stefan Petre <www.eyecon.ro>
 * @copyright	Copyright (c) 2013-2014, Nazar Mokrynskyi
 * @copyright	Copyright (c) 2008-2009, Stefan Petre
 * @license		MIT License, see license.txt
 */
.pickmeup {
  background: #fff;
  border-radius: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute;
  z-index: 601;
  font-size: 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px; }
  .pickmeup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pickmeup .pmu-instance {
    display: inline-block;
    height: auto;
    padding: 0 0 5px 0;
    text-align: center;
    width: 190px; }
    .pickmeup .pmu-instance .pmu-button {
      color: #7F8181;
      cursor: pointer;
      outline: none;
      text-decoration: none; }
    .pickmeup .pmu-instance .pmu-today {
      background: #B2B2B2;
      color: #000; }
    .pickmeup .pmu-instance .pmu-button:hover {
      color: #000; }
    .pickmeup .pmu-instance .pmu-not-in-month {
      color: #CCCDCD; }
    .pickmeup .pmu-instance .pmu-disabled,
    .pickmeup .pmu-instance .pmu-disabled:hover {
      color: #CCCDCD;
      cursor: default; }
    .pickmeup .pmu-instance .pmu-selected {
      background: #B2B2B2;
      color: #fff; }
    .pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
      background: #17384d; }
    .pickmeup .pmu-instance nav {
      color: #FFF;
      /*     : -ms-flexbox;
      display     : -webkit-flex;
      display     : flex;*/
      display: block;
      line-height: 2.5em;
      background: #B2B2B2;
      position: relative; }
      .pickmeup .pmu-instance nav .pmu-button {
        color: #FFF; }
      .pickmeup .pmu-instance nav *:first-child :hover {
        color: #000; }
      .pickmeup .pmu-instance nav .pmu-prev,
      .pickmeup .pmu-instance nav .pmu-next {
        height: 2.5em;
        width: 30px;
        position: relative;
        text-indent: -9000em; }
        .lt-ie9 .pickmeup .pmu-instance nav .pmu-prev, .lt-ie9
        .pickmeup .pmu-instance nav .pmu-next {
          position: absolute;
          top: 0; }
      .pmu-prev
      .lt-ie9 .pickmeup .pmu-instance nav {
        left: 0; }
      .pickmeup .pmu-instance nav .pmu-prev:before {
        content: '';
        position: absolute;
        left: 8px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 6px solid #FFF;
        border-bottom: 5px solid transparent; }
      .pickmeup .pmu-instance nav .pmu-prev:after {
        content: '';
        position: absolute;
        left: 9px;
        top: 11px;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-right: 6px solid #B2B2B2;
        border-bottom: 4px solid transparent; }
      .lt-ie9 .pickmeup .pmu-instance nav .pmu-next {
        right: 0; }
      .pickmeup .pmu-instance nav .pmu-next:before {
        content: '';
        position: absolute;
        left: 14px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 6px solid #FFF;
        border-bottom: 5px solid transparent; }
      .pickmeup .pmu-instance nav .pmu-next:after {
        content: '';
        position: absolute;
        left: 13px;
        top: 11px;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 6px solid #B2B2B2;
        border-bottom: 4px solid transparent; }
      .pickmeup .pmu-instance nav .pmu-prev:hover:before,
      .pickmeup .pmu-instance nav .pmu-next:hover:before {
        border-left-color: #000;
        border-right-color: #000; }
      .pickmeup .pmu-instance nav .pmu-month {
        width: 14em; }
        .lt-ie9 .pickmeup .pmu-instance nav .pmu-month {
          width: 100%; }
    .pickmeup .pmu-instance .pmu-years *,
    .pickmeup .pmu-instance .pmu-months * {
      display: inline-block;
      line-height: 3.6em;
      width: 3.5em; }
    .pickmeup .pmu-instance .pmu-day-of-week {
      color: #7F8181;
      cursor: default;
      background: #F7F7F7; }
    .pickmeup .pmu-instance .pmu-day-of-week *,
    .pickmeup .pmu-instance .pmu-days * {
      display: inline-block;
      line-height: 26px;
      width: 26px; }
    .pickmeup .pmu-instance .pmu-day-of-week * {
      line-height: 1.8em; }
  .pickmeup .pmu-instance:first-child .pmu-prev,
  .pickmeup .pmu-instance:last-child .pmu-next {
    /*display : block;*/
    display: inline-block;
    vertical-align: middle; }
  .pickmeup .pmu-instance .pmu-prev,
  .pickmeup .pmu-instance .pmu-next {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .pickmeup .pmu-instance:first-child .pmu-month,
  .pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em;
    display: inline-block;
    vertical-align: middle; }
  .pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 120px;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC; }
  .pickmeup .pmu-days,
  .pickmeup .pmu-day-of-week,
  .pickmeup .pmu-months,
  .pickmeup .pmu-years {
    display: none; }
  .pickmeup.pmu-view-days .pmu-days, .pickmeup.pmu-view-days .pmu-day-of-week, .pickmeup.pmu-view-months .pmu-months, .pickmeup.pmu-view-years .pmu-years {
    display: block; }

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111; }

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting {
  background-image: url("../img/datatables/ico-sort-both.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting_asc {
  background-image: url("../img/datatables/ico-sort-asc.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting_desc {
  background-image: url("../img/datatables/ico-sort-desc.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../img/datatables/ico-sort-asc-disabled.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../img/datatables/ico-sort-desc-disabled.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable tbody tr {
  background-color: white; }

table.dataTable tbody tr.selected {
  background-color: #b0bed9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3; }

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke; }

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb; }

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee; }

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8; }

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center; }
table.dataTable td.dataTables_empty {
  text-align: left; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left;
  font-size: 12px; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  font-size: 12px; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  font-size: 12px; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
  font-size: 12px; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  font-size: 12px; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both;
  padding: 15px 0; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }
/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu Nov 21 2013 08:34 GMT+0000
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent; }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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; }

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
   * Overrides qTip2:
   * .qtip-titlebar .qtip-close{
   *   [...]
   *   right: 4px;
   *   top: 50%;
   *   [...]
   *   border-style: solid;
   * }
   */
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  /**
   * Overrides qTip2:
   * .qtip-default .qtip-icon {
   *   border-color: #CCC;
   *   background: #F1F1F1;
   *   color: #777;
   * }
   */
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
   * Overrides qTip2:
   * .qtip-icon .ui-icon{
   *   width: 18px;
   *   height: 14px;
   * }
   */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.qtipmodal-ie6fix {
  position: absolute !important; }

/*!
 * jQCloud 2.0.1
 * Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
 * Copyright 2013 Daniel White (http://www.developerdan.com)
 * Copyright 2014 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/* layout */
div.jqcloud {
  overflow: hidden;
  position: relative; }

div.jqcloud span {
  padding: 0; }

/* fonts */
div.jqcloud {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  line-height: normal; }

div.jqcloud a {
  font-size: inherit;
  text-decoration: none; }

/*
div.jqcloud span.w10 { font-size: 550%; }
div.jqcloud span.w9 { font-size: 500%; }
div.jqcloud span.w8 { font-size: 450%; }
div.jqcloud span.w7 { font-size: 400%; }
div.jqcloud span.w6 { font-size: 350%; }
div.jqcloud span.w5 { font-size: 300%; }
div.jqcloud span.w4 { font-size: 250%; }
div.jqcloud span.w3 { font-size: 200%; }
div.jqcloud span.w2 { font-size: 150%; }
div.jqcloud span.w1 { font-size: 100%; }*/
/* colors
div.jqcloud { color: #09f; }
div.jqcloud a { color: inherit; }
div.jqcloud a:hover { color: #0df; }
div.jqcloud a:hover { color: #0cf; }
div.jqcloud span.w10 { color: #0cf; }
div.jqcloud span.w9 { color: #0cf; }
div.jqcloud span.w8 { color: #0cf; }
div.jqcloud span.w7 { color: #39d; }
div.jqcloud span.w6 { color: #90c5f0; }
div.jqcloud span.w5 { color: #90a0dd; }
div.jqcloud span.w4 { color: #90c5f0; }
div.jqcloud span.w3 { color: #a0ddff; }
div.jqcloud span.w2 { color: #99ccee; }
div.jqcloud span.w1 { color: #aab5f0; }
*/
/* header 
   ========================================================================== */
.h-logo-container {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  height: 130px;
  width: 220px;
  position: relative;
  left: 20px; }

.h-logo-text,
.h-logo-img {
  display: table-cell;
  vertical-align: middle; }

.h-logo-img {
  width: 57px; }

.h-logo {
  text-align: center;
  padding-left: 0.6875em;
  height: 10.5625em; }
  .h-logo a, .h-logo img {
    text-decoration: none;
    outline: none; }

.h-logo-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.6875em;
  color: #8A8A8A;
  text-transform: uppercase;
  line-height: 16px; }

.h-menu-item-hover, .h-menu-item > a:hover, .h-menu-item > a.current, .h-menu-item.current > a, .h-menu-item.hover > a {
  color: #000;
  border-bottom: 2px solid #E12526;
  padding-bottom: 2px; }

.m-menu-item-hover, .m-menu-item > a:hover, .m-menu-item > a.current, .m-menu-item.hover > a, .m-menu-item.current > a {
  background: #F4F4F5;
  border-bottom: 2px solid #E12526;
  padding-bottom: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 2px; }

.submenus, .h-submenu, .h-search-form, .m-submenu {
  width: 100%;
  background: #F4F4F5;
  padding: 12px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 8px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 8px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 8px 15px; }

.submenu-item-a, .h-submenu a {
  font-size: 0.875em;
  color: #000;
  padding: 0.4375em 0;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }
  .submenu-item-a:hover, .h-submenu a:hover {
    color: #333; }

.h-menu {
  border-right: 1px solid #E7E7E7;
  margin-left: 20px;
  margin-right: 17px;
  margin-top: 43px; }

.h-menu-item {
  margin-right: 17px;
  position: relative; }
  .h-menu-item > a, .h-block a {
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    padding: 6px 0;
    border-color: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: border-color;
    -o-transition-property: border-color;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  .h-menu-item.has-submenu > a {
    padding-right: 1.125em;
    position: relative; }
    .h-menu-item.has-submenu > a:after {
      content: '';
      position: absolute;
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -44px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 4px;
      width: 7px;
      right: 0;
      top: 16px; }
  .h-menu-item.has-submenu.hover a:after {
    top: 16px; }

.h-submenu,
.m-submenu {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 450; }
  .hover .h-submenu, .hover
  .m-submenu {
    display: block; }

.h-submenu {
  z-index: 550;
  width: auto; }
  .h-submenu a {
    font-size: 0.8125em;
    line-height: normal;
    white-space: nowrap; }

.h-menu,
.h-blocks {
  vertical-align: middle; }

.h-block {
  margin-right: 17px;
  margin-top: 23px; }

.h-lang-item {
  color: #7f8182;
  text-decoration: none;
  font-size: 0.875em; }

.h-block_special {
  position: relative;
  top: 2px; }
  .h-block_special a {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -947px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 19px;
    width: 27px; }

.h-block_search {
  position: relative;
  top: 5px; }
  .h-block_search a {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -1163px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 17px; }

.h-search-form {
  position: absolute;
  padding: 0;
  right: 0;
  width: 380px;
  text-align: right;
  z-index: 130;
  visibility: hidden;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }
  .h-search-form.show {
    opacity: 1;
    visibility: visible; }
  .h-search-form input[type=search] {
    padding: 7px;
    font-size: 12px;
    width: 302px;
    text-align: left;
    margin-right: -4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px inset; }
  .h-search-form input[type=submit] {
    border: none;
    background: #ebecee;
    padding: 8px;
    font-size: 13px;
    width: auto;
    text-align: left; }

.m-menu {
  margin-top: 48px;
  background: #EBECEE;
  position: relative; }

.m-menu-list {
  font-size: 0;
  height: 40px; }

.m-menu-item {
  margin-right: -1px; }
  .m-menu-item > a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    padding: 8px 9px;
    position: relative;
    z-index: 120;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }

.m-submenu-item a {
  font-size: 14px;
  color: #000;
  padding: 7px 0;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }
  .m-submenu-item a:hover {
    color: #333; }

.h-sites {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px; }

.h-sites-open-btn {
  text-align: left;
  background: #7F8181; }
  .h-sites-open-btn a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 11px 20px 12px 46px;
    position: relative;
    line-height: normal;
    font-size: 12px; }
    .maxw_1200 .h-sites-open-btn a, .maxw_980 .h-sites-open-btn a, .maxw_768 .h-sites-open-btn a, .maxw_0 .h-sites-open-btn a {
      font-size: 11px;
      padding: 12px 20px 13px 46px; }
    .h-sites-open-btn a:after {
      content: '';
      position: absolute;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      border: 1px solid #FFF;
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -646px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 18px;
      width: 18px;
      right: 12px;
      top: 8px; }
    .h-sites-open-btn a.active:after {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -628px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 18px;
      width: 18px; }

.h-sites-content {
  position: absolute;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 8px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 8px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 8px 15px; }
  .l-col-2 .h-sites-content {
    background: #eaecee;
    padding: 3px 0;
    top: 124px;
    width: 96%;
    z-index: 500; }
  .l-col-1 .h-sites-content {
    margin-left: 38px; }
  .h-sites-content .close {
    position: absolute;
    right: 10px;
    top: 10px; }

.h-sites-list-cols {
  max-height: 400px;
  overflow: hidden;
  margin: 24px 0;
  padding: 0 24px; }

.l-col-2 .h-sites-content_main-page {
  top: 127px; }

.h-sites-list {
  border: 1px solid #CCC;
  border-top: 0; }
  .l-col-2 .h-sites-list {
    width: 50%;
    margin: 0 -5px 0 0;
    background: none;
    border: none;
    padding: 0; }

.h-sites-list-item, .h-sites-list li {
  text-align: left;
  font-size: 12px; }
  .h-sites-list-item a, .h-sites-list li a {
    color: #373737; }
    .h-sites-list-item a:hover, .h-sites-list li a:hover {
      color: #E12526; }
  .h-sites-list-item.selected, .h-sites-list li.selected {
    font-size: 14px; }
    .h-sites-list-item.selected a, .h-sites-list li.selected a, .h-sites-list a.found {
      color: #E12526; }

.h-sites-list-wrapper {
  display: none; }

.h-sites-list-header {
  font-size: 14px;
  font-weight: normal;
  color: #424242;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer; }
  .h-sites-list-header:before {
    content: '';
    position: absolute;
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -55px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 7px;
    width: 4px;
    left: -11px;
    top: 8px; }
  .h-sites-list-header.open:before {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -44px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 4px;
    width: 7px;
    top: 10px; }
  .h-sites-list-header:first-child {
    margin-top: 0; }

.h-sites-list-col-1,
.h-sites-list-col-2 {
  width: 50%;
  box-sizing: border-box; }

.h-sites-list-col-1 {
  margin-right: -5px; }

.h-sites-list-col-2 {
  padding-left: 25px; }

.h-sites-search {
  margin: -4px 0 0 0;
  padding: 6px 12px;
  background: #f7f7f7;
  border-bottom: 2px solid #E12526; }
  .h-sites-search form {
    width: 100%;
    box-sizing: border-box;
    padding-right: 40px;
    position: relative; }
  .h-sites-search input {
    border: none;
    background: none;
    width: 100%;
    box-sizing: border-box;
    font-style: italic;
    padding: 3px 12px; }
  .h-sites-search button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0px;
    background: none;
    border: 0; }
    .h-sites-search button:before {
      content: '';
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -1117px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 16px;
      width: 17px;
      top: 6px;
      left: 5px;
      position: absolute; }

.h-sites-open {
  display: block;
  background: #E33D3D;
  width: 37px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0; }
  .h-sites-open:before {
    content: '';
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -966px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 28px;
    width: 20px;
    position: absolute;
    left: 7px;
    top: 5px; }

.l-col-2 {
  border: none;
  position: relative; }

.l-container_header_to {
  -webkit-background-size: cover;
  background-size: cover;
  height: 164px; }
  .l-container_header_to .l-col-1 {
    padding: 38px 0 0 0; }
  .l-container_header_to .l-col-1-wrapper {
    width: 100%; }
  .l-container_header_to .h-logo {
    height: 8em;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
    overflow: hidden;
    text-align: left;
    position: relative; }
    .l-container_header_to .h-logo a img {
      vertical-align: middle;
      outline: none; }
      .l-container_header_to .h-logo a img:first-child {
        margin-right: 5px; }
  .l-container_header_to .h-logo-container {
    width: 240px;
    top: 12px;
    height: auto;
    left: 60px; }
  .l-container_header_to .h-logo-text {
    padding-left: 10px;
    text-align: center; }
  .l-container_header_to .h-menu,
  .l-container_header_to .h-block {
    margin-top: 0; }
  .l-container_header_to .m-menu {
    margin-top: 88px;
    background: #777372; }
  .l-container_header_to .m-menu-item > a {
    color: #353535; }
    .l-container_header_to .m-menu-item > a:hover {
      color: #000; }
  .l-container_header_to .m-menu-item.current > a, .l-container_header_to .m-menu-item.hover > a {
    color: #000; }

.h-menu-wrapper {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.8);
  height: 34px;
  border-top: 2px solid #DE2729; }

/* footer layout
   ========================================================================== */
.f-logo {
  text-align: center;
  padding-top: 24px; }

.f-copyright {
  font-size: 11px;
  color: #7b7b7b; }

.f-col-1 {
  padding-left: 30px;
  padding-top: 24px;
  padding-bottom: 48px;
  position: relative;
  height: 100%; }
  .f-col-1 h3 {
    color: #FFF;
    font-size: 14px;
    padding-right: 15px;
    margin-top: 38px;
    margin-bottom: 9px; }

.f-col-2 {
  padding-left: 30px;
  padding-bottom: 48px;
  color: #424242;
  font-size: 12px;
  position: relative;
  height: 100%; }
  .f-col-2 h3 {
    color: #424242;
    font-size: 14px;
    padding-right: 15px;
    margin-bottom: 0; }
  .f-col-2 p {
    margin: 0;
    padding: 0; }

.f-links ul li {
  font-size: 11px; }
  .f-links ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 4px 0; }

.f-contacts a {
  color: #424242;
  text-decoration: none; }

.f-social-bar {
  padding-top: 21px; }

.f-social-bar-list li {
  margin-right: 8px; }

.f-social-bar-list-item a {
  display: block; }
  .f-social-bar-list-item a.ico-fb {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -1179px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 20px;
    width: 21px; }
  .f-social-bar-list-item a.ico-twitter {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -1219px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 20px;
    width: 21px; }
  .f-social-bar-list-item a.ico-skype {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -1199px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 20px;
    width: 21px; }
  .f-social-bar-list-item a.ico-youtube {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -1239px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 20px;
    width: 21px; }

.subheader-menu-title {
  margin: 0;
  font-size: 14px;
  color: #545454;
  font-weight: bold;
  padding: 5px 0;
  line-height: normal; }
.subheader-menu-list {
  font-size: 0; }
  .subheader-menu-list-item {
    font-size: 14px;
    color: #FFF;
    border-left: 1px solid #545454;
    width: 32%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .subheader-menu-list-item:first-child {
      border: none; }
      .subheader-menu-list-item:first-child a {
        padding-left: 30px; }
    .subheader-menu-list-item a {
      color: #FFF;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      padding: 5px 15px 5px 15px;
      position: relative;
      line-height: normal;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -webkit-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear; }
      .subheader-menu-list-item a:after {
        content: '';
        position: absolute;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid #FFF;
        background-image: url("../img/icons-sf8b56e5be9.png");
        background-position: 0 -646px;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 18px;
        width: 18px;
        right: 15px;
        top: 5px; }
      .subheader-menu-list-item a:hover {
        background: #696B6B; }

.l-container_subheader_menu {
  position: relative;
  z-index: 550; }
  .l-container_subheader_menu:before {
    content: '';
    position: absolute;
    z-index: 20;
    width: 96%;
    left: 2%;
    top: 5px;
    height: 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
    .sticky-subheader-menu .l-container_subheader_menu:before {
      -moz-box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 30px 20px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 30px 20px;
      box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 30px 20px; }
  .l-container_subheader_menu .l-cols {
    position: relative;
    z-index: 50; }

.sticky-subheader-menu .l-wrapper_subheader_menu {
  position: fixed;
  top: 0;
  z-index: 7000; }

.sticky-subheader-menu .l-container_main {
  margin-top: 30px; }

.subheader-submenu {
  max-width: 550px; }
  .subheader-submenu-title {
    font-size: 18px;
    color: #ff0000;
    margin: 0 0 5px 0;
    text-align: center;
    text-transform: uppercase; }
  .subheader-submenu ul {
    margin-top: 0px; }
    .subheader-submenu ul li {
      font-size: 13px;
      padding: 5px 15px 5px 20px;
      margin-bottom: 2px;
      line-height: normal;
      position: relative; }
      .subheader-submenu ul li:nth-child(odd) {
        background: #E9EBED; }
      .subheader-submenu ul li:last-child {
        margin-bottom: 0; }
      .subheader-submenu ul li:before {
        content: '';
        position: absolute;
        background-image: url("../img/icons-sf8b56e5be9.png");
        background-position: 0 -55px;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 7px;
        width: 4px;
        left: 10px;
        top: 11px; }
    .subheader-submenu ul a {
      color: #000;
      text-decoration: none; }
      .subheader-submenu ul a:hover {
        text-decoration: underline; }

/* sidebar menu
   ========================================================================== */
.sidebar-menu-wrapper {
  margin-top: 24px;
  overflow-y: auto; }

.sidebar-menu {
  margin-top: -12px; }
  .inner-page .sidebar-menu {
    margin-top: 0; }

.sidebar-menu-item {
  border-top: 1px dotted #8B8A89;
  position: relative; }
  .sidebar-menu-item:first-child {
    border-top: 0; }
  .sidebar-menu-item a {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    padding: 7px 15px 8px 20px;
    display: block;
    position: relative;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
    .sidebar-menu-item a:hover {
      color: #000; }
  .main-page .sidebar-menu-item > a:before {
    content: '';
    position: absolute;
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -55px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 7px;
    width: 4px;
    left: 10px;
    top: 13px; }
  .sidebar-menu-item.show > a:before {
    /*	@include use-sprite('ico-arrow-down');
    	left: $mPaddingLeft - 3px;
    	top: 15px*/ }
  .sidebar-menu-item a.current {
    color: #ff0000; }

.sidebar-submenu {
  display: none;
  /*@include transition-property(max-height);
  @include transition-duration(0.25s);
  @include transition-timing-function(linear);*/ }
  .no-js .sidebar-submenu {
    display: block; }

.sidebar-submenu-item {
  padding-left: 0.9375em;
  border-top: 1px dotted #8B8A89;
  position: relative; }
  .sidebar-submenu-item:first-child {
    border: none; }

#float-menu {
  text-align: left;
  width: 220px;
  z-index: 500; }
  #float-menu .title h3 {
    display: none; }
  .sticky-subheader-menu #float-menu .title {
    margin-top: 48px; }
  #float-menu .title .sub-title {
    text-transform: none;
    line-height: normal;
    margin-top: 24px; }

.submenu-show-btn {
  position: absolute;
  z-index: 100;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 4px; }
  .submenu-show-btn:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 7px;
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -55px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 7px;
    width: 4px; }
  .show > a .submenu-show-btn:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 9px;
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -44px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 4px;
    width: 7px; }
  .submenu-show-btn:hover {
    cursor: pointer;
    background: #EAECEE; }

/* sidebar form 
   ========================================================================== */
.m-region-list-filter {
  width: 207px;
  padding-left: 10px; }
  .m-region-list-filter label {
    color: #FF0000;
    font-size: 14px;
    margin-bottom: 3px; }

/* main slider
   ========================================================================== */
.main-slider-wrapper {
  position: relative;
  height: 286px;
  width: 100%;
  overflow: hidden; }

.main-slider-images {
  position: relative;
  height: 286px;
  width: 100%;
  z-index: 10; }

.main-slider-images-item {
  position: absolute;
  z-index: 10;
  background-size: cover;
  width: 100%;
  height: 286px; }

.main-slider-descriptions-bg {
  position: absolute;
  z-index: 20;
  left: 27%;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.main-slider-slogan {
  position: absolute;
  top: 0;
  height: 116px;
  left: 27%;
  right: 0;
  z-index: 50;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.main-slider-slogan-text {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  right: 0;
  margin: 18px 36px;
  color: #FFF;
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 130;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.main-slider-slogan-text-line:nth-child(1) {
  margin-left: 0ex; }
.main-slider-slogan-text-line:nth-child(2) {
  margin-left: 5ex; }
.main-slider-slogan-text-line:nth-child(3) {
  margin-left: 10ex; }

.main-slider-descriptions {
  position: absolute;
  height: 170px;
  left: 27%;
  bottom: 0;
  width: 73%;
  z-index: 50;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.main-slider-descriptions-item {
  position: absolute;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 130;
  text-align: justify;
  margin: 30px;
  width: 93%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 130; }
  .main-slider-descriptions-item:first-child, .main-slider-descriptions-item.current {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .main-slider-descriptions-item time {
    float: left;
    width: 76px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
    border: 2px solid #FFF;
    text-align: center;
    color: #FFF;
    padding-top: 0.875em;
    font-size: 0.75em;
    margin-right: 16px; }
    .main-slider-descriptions-item time b {
      font-size: 36px;
      display: block;
      margin-bottom: 5px;
      font-weight: 600; }
    .main-slider-descriptions-item time i {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      font-style: normal;
      margin-bottom: -5px;
      font-weight: 600; }
  .main-slider-descriptions-item h1, .main-slider-descriptions-item h2, .main-slider-descriptions-item p {
    overflow: hidden;
    margin: 0 0 0 10px; }
  .main-slider-descriptions-item h1, .main-slider-descriptions-item h2 {
    font-size: 1.125em;
    line-height: 1.125em;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 0.75em; }
  .main-slider-descriptions-item p {
    color: #FFF;
    font-size: 12px; }
    .main-slider-descriptions-item p a {
      color: #FFF; }

.main-slider-navigation {
  z-index: 150;
  position: absolute;
  bottom: 0;
  left: 27%;
  font-size: 0; }
  .main-slider-navigation li {
    font-size: 12px; }
    .main-slider-navigation li a {
      width: 30px;
      height: 30px;
      background: #FF0000;
      position: relative;
      -moz-transition-property: background;
      -o-transition-property: background;
      -webkit-transition-property: background;
      transition-property: background;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -webkit-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear; }
      .main-slider-navigation li a:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 10px; }
      .main-slider-navigation li a:hover {
        background: #FF3535; }
    .main-slider-navigation li.next a:before {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -86px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 13px;
      width: 7px; }
    .main-slider-navigation li.prev a:before {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -73px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 13px;
      width: 7px; }
    .main-slider-navigation li.disable a {
      background: #DC0C0C; }
      .main-slider-navigation li.disable a:hover {
        background: #F21E1E; }

/* main news 
   ========================================================================== */
.m-news {
  background: #F7F7F7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%; }
  .l-col-2 > .m-news {
    padding-left: 30px;
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
  .inner-page .m-news {
    margin-bottom: 0px; }
  h3 ~ .m-news {
    padding-top: 0; }
  .inner-page .m-news {
    height: auto; }
  .m-news .button-wrapper {
    border-top: 1px solid #A3A3A3;
    margin-top: 20px;
    padding-top: 12px;
    width: 96%; }

.m-news-list {
  width: 100%;
  margin-top: 0.75em; }
  .m-news-list:first-child, .m-news-list:first-of-type {
    margin-top: 0; }

.m-news-list-item {
  float: left;
  width: 30%;
  margin-left: 3%; }
  .m-news-list-item:first-child {
    margin-left: 0; }
  .m-news-list-item time {
    color: #ff0000;
    font-size: 14px; }
  .m-news-list-item p {
    font-size: 0.75em;
    line-height: 18px;
    font-weight: 600;
    color: #373737;
    margin: 0; }
    .m-news-list-item p a {
      color: #373737;
      -moz-transition-property: color;
      -o-transition-property: color;
      -webkit-transition-property: color;
      transition-property: color;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -webkit-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      text-decoration: none; }
      .m-news-list-item p a:visited {
        color: #888478; }
      .m-news-list-item p a:hover {
        color: #000;
        text-decoration: underline; }
  .type-2 .m-news-list-item {
    border-top: 1px solid #A3A3A3;
    padding-top: 0.75em; }
    .type-2 .m-news-list-item a {
      text-decoration: none; }
      .type-2 .m-news-list-item a:hover {
        text-decoration: underline; }
      .type-2 .m-news-list-item a.more-link {
        color: #ff0000;
        font-weight: normal;
        margin-top: 4px;
        text-decoration: underline; }
        .type-2 .m-news-list-item a.more-link:visited {
          color: #888478; }
  .type-2 .m-news-list:first-child .m-news-list-item, .type-2 .m-news-list:first-of-type .m-news-list-item {
    border-top: none;
    padding-top: 0; }
  .m-news-list-item .news-media-informer {
    margin: 9px 0 4px 0; }
  .m-news-list-item h5 {
    color: #979797;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin: 0; }

.news-media-informer {
  margin: 9px 0 4px 0 !important; }
  .news-media-informer a {
    color: #373737;
    position: relative;
    padding-left: 30px;
    text-decoration: none; }
    .news-media-informer a .media-ico {
      position: absolute;
      left: 0;
      top: 0; }

.m-news-list-item-preview {
  display: block;
  margin: 5px 0 4px 0; }
  .m-news-list-item-preview img {
    border: none;
    display: block;
    max-height: 200px;
    max-width: 200px; }
  .fancybox-video .m-news-list-item-preview {
    position: relative; }
    .fancybox-video .m-news-list-item-preview:after {
      content: '';
      position: absolute;
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -1074px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 21px;
      width: 17px;
      right: 50%;
      top: 50%;
      margin-top: -10px;
      margin-right: -7px; }

.media-ico {
  vertical-align: middle;
  margin-right: 5px; }
  .media-ico.video {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -1009px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 12px;
    width: 24px; }
  .media-ico.photo {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -994px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 15px;
    width: 20px; }
  .media-ico.docs {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -24px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 20px;
    width: 21px; }

.more-news-btn {
  font-size: 14px;
  color: #ff0000; }
  .more-news-btn:visited {
    color: #ff0000; }

.m-news-article {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .m-news-article-wrapper {
    background: #F7F7F7;
    padding-left: 30px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .m-news-article-wrapper .back-link {
      margin-bottom: 0.75em; }
  .m-news-article time {
    color: #FFFFFF;
    font-size: 13px; }
  .m-news-article .printpage time {
    color: #666666; }
  .m-news-article header figure {
    margin-top: 10px; }
    .m-news-article header figure img {
      float: left;
      margin-right: 15px; }
  .m-news-article header h1 {
    font-size: 20px;
    color: #363636;
    font-weight: 600;
    line-height: normal;
    margin: 0; }
  .m-news-article article {
    font-size: 0.875em;
    overflow: hidden; }
  .m-news-article.with-sidebar article {
    float: left;
    width: 72%;
    margin-left: 0; }
  .m-news-article aside {
    width: 28%;
    float: right;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .m-news-article aside h2 {
      font-size: 14px;
      line-height: normal;
      font-weight: normal; }
    .m-news-article aside h3 {
      font-size: 14px;
      line-height: normal;
      font-weight: normal;
      margin: 0;
      font-weight: 600; }
      .m-news-article aside h3 a {
        color: #545454; }
        .m-news-article aside h3 a:visited {
          color: #888478; }
  .m-news-article .m-related-info .m-media-list-item {
    float: none;
    margin-bottom: 25px;
    background: none;
    width: auto;
    height: auto; }
    .m-news-article .m-related-info .m-media-list-item p {
      margin: 8px 0 0 0; }
    .m-news-article .m-related-info .m-media-list-item a {
      background: none; }

/* online services 
   ========================================================================== */
.online-services-caroufredsel-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 30px;
  width: 100%;
  position: relative; }
  .online-services-caroufredsel-wrap .caroufredsel-prev,
  .online-services-caroufredsel-wrap .caroufredsel-next {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px; }
    .online-services-caroufredsel-wrap .caroufredsel-prev:before,
    .online-services-caroufredsel-wrap .caroufredsel-next:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 10px; }
  .online-services-caroufredsel-wrap .caroufredsel-prev {
    left: 0px; }
    .online-services-caroufredsel-wrap .caroufredsel-prev:before {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -200px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 26px;
      width: 14px; }
  .online-services-caroufredsel-wrap .caroufredsel-next {
    right: 5px; }
    .online-services-caroufredsel-wrap .caroufredsel-next:before {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -226px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 26px;
      width: 14px; }

.m-online-services {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .inner-page .m-online-services {
    background: #EAECEE; }
  .inner-page .m-online-services {
    margin-bottom: 0px; }

.m-online-services-carusel-item {
  width: 100%;
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.m-online-services-list {
  width: 100%; }

.m-online-services-list-item {
  margin-bottom: 25px;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
  margin-left: 1%;
  float: left; }
  .m-online-services-list:last-child .m-online-services-list-item {
    margin-bottom: 0; }
  .m-online-services-list.col-1 .m-online-services-list-item, .m-online-services-list.col-2 .m-online-services-list-item, .m-online-services-list.col-2:last-child .m-online-services-list-item {
    margin-bottom: 25px;
    margin-left: 0; }
  .m-online-services-list-item:first-child {
    margin-left: 0; }
  .m-online-services-list-item a {
    color: #000;
    font-size: 0.75em;
    display: block;
    line-height: 16px;
    text-align: center;
    text-decoration: none; }
    .m-online-services-list-item a:visited {
      color: #888478; }
    .m-online-services-list-item a:hover {
      text-decoration: underline; }
  .m-inner-services .m-online-services-list-item a {
    text-align: left; }

.m-online-services-ico {
  display: block;
  position: relative;
  margin: 0 auto 20px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #BBBDBF;
  overflow: hidden;
  font-size: 0;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  perspective: 1800px; }
  .m-online-services-ico img {
    vertical-align: middle;
    transform-style: preserve-3d;
    transition: transform 1s;
    backface-visibility: hidden;
    transform-origin: right center;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .m-online-services-ico img:last-child {
      margin-left: -100%;
      opacity: 0;
      transform: translateX(-120%) rotateY(-180deg); }
  a:hover .m-online-services-ico {
    border-color: #DB1F26; }
    a:hover .m-online-services-ico img {
      opacity: 0;
      transform: translateX(-20%) rotateY(180deg); }
      a:hover .m-online-services-ico img:last-child {
        opacity: 1;
        transform: translateX(0) rotateY(0); }

.m-inner-services {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.75em;
  padding-left: 30px;
  width: 100%;
  position: relative; }
  .m-inner-services .col-1,
  .m-inner-services .col-2 {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%; }
  .m-inner-services .col-2 {
    margin-left: 2%; }
  .m-inner-services .m-online-services-list-item {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .m-inner-services .m-online-services-list-item.type-2 .m-online-services-ico {
      float: none;
      vertical-align: middle; }
    .m-inner-services .m-online-services-list-item.type-2 .m-online-services-title {
      vertical-align: middle;
      width: 320px;
      margin-bottom: 0;
      overflow: visible; }
    .m-inner-services .m-online-services-list-item.type-2 .m-online-services-description {
      margin-top: 7px; }
    .m-inner-services .m-online-services-list-item a {
      text-decoration: none; }
  .m-inner-services .m-online-services-ico {
    float: left;
    margin: 0 10px 0 0; }

.m-online-services-title {
  font-size: 16px;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  text-decoration: underline; }

.m-online-services-description {
  font-size: 12px;
  overflow: hidden;
  display: block;
  text-decoration: none; }

/* main video 
   ========================================================================== */
.m-media {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .m-media.type-2 {
    background: #F7F7F7;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .m-media.type-3 {
    padding-left: 33px;
    padding-right: 33px; }
  .m-media .caroufredsel-prev,
  .m-media .caroufredsel-next {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px; }
    .m-media .caroufredsel-prev:before,
    .m-media .caroufredsel-next:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 10px; }
  .m-media .caroufredsel-prev {
    left: 0px; }
    .m-media .caroufredsel-prev:before {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -200px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 26px;
      width: 14px; }
  .m-media .caroufredsel-next {
    right: 5px; }
    .m-media .caroufredsel-next:before {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -226px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 26px;
      width: 14px; }

.type-2 .m-media-list {
  margin-bottom: 0.75em; }

.m-media-list-item {
  float: left;
  width: 33%;
  height: 195px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .m-media-list-item:last-child {
    width: 34%; }
  .m-media-list-item a {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    background: #000; }
    .m-media-list-item a img {
      display: block;
      height: 100%;
      width: 100%; }
    .m-media-list-item a.fancybox-video:before {
      content: '';
      position: absolute;
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -1350px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 53px;
      width: 43px;
      right: 50%;
      top: 50%;
      margin-top: -25px;
      margin-right: -25px;
      -moz-transition-property: scale;
      -o-transition-property: scale;
      -webkit-transition-property: scale;
      transition-property: scale;
      -moz-transition-duration: 0.15s;
      -o-transition-duration: 0.15s;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear; }
    .m-media-list-item a.fancybox-video:hover:before {
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }

.m-media-item-description,
.m-media-item-desription {
  position: absolute;
  width: 100%;
  padding: 3px 30px;
  min-height: 65px;
  bottom: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.75em;
  line-height: 1.125em;
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000; }
  .m-media-item-description time,
  .m-media-item-desription time {
    display: block;
    margin-bottom: 3px; }

/* main polls 
   ========================================================================== */
.inner-page .m-polls {
  background: #E9EBED; }
.inner-page .m-polls {
  margin-bottom: 0px; }

.m-polls-item {
  float: left;
  width: 33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .m-polls-item:last-child {
    width: 34%; }
  .m-polls-item a {
    width: 100%;
    height: 139px;
    position: relative;
    display: block;
    font-size: 0.9375em;
    line-height: 1.25em;
    text-decoration: none;
    padding-left: 30px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-right: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF; }
    .m-polls-item a:before {
      content: '';
      right: 25px;
      bottom: 24px;
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -348px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 41px;
      width: 40px;
      position: absolute; }
    .m-polls-item a strong {
      font-size: 20px;
      font-weight: 400; }

/* main docs 
   ========================================================================== */
.m-documents {
  background: #F7F7F7;
  padding-left: 30px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%; }
  .inner-page .m-documents {
    height: auto; }
  .inner-page .m-documents {
    margin-bottom: 0px; }
  .m-documents .search-results-pagination {
    padding-top: 0.75em;
    border-top: 1px solid #A3A3A3;
    width: 96%; }
  .m-documents .caroufredsel-prev,
  .m-documents .caroufredsel-next {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px; }
    .m-documents .caroufredsel-prev:before,
    .m-documents .caroufredsel-next:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 10px; }
  .m-documents .caroufredsel-prev {
    left: 0px; }
    .m-documents .caroufredsel-prev:before {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -200px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 26px;
      width: 14px; }
  .m-documents .caroufredsel-next {
    right: 5px; }
    .m-documents .caroufredsel-next:before {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -226px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 26px;
      width: 14px; }

.m-documents-list {
  width: 100%;
  margin-top: 0.75em;
  overflow: hidden;
  position: relative; }
  .m-documents-list:first-child, h4 ~ .m-documents-list, h3 ~ .m-documents-list, h2 ~ .m-documents-list {
    margin-top: 0; }

.m-documents-list-item {
  float: left;
  width: 30%;
  margin-left: 3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .js-m-documents-list .m-documents-list-item {
    width: 33%;
    margin-left: 0%;
    padding: 0 25px; }
  .type-2 .m-documents-list-item {
    border-top: 1px solid #A3A3A3;
    padding-top: 0.75em; }
  .type-2 .m-documents-list:first-child .m-documents-list-item, .type-2 .m-documents-list:first-of-type .m-documents-list-item {
    border-top: none;
    padding-top: 0; }
  .m-documents-list-item:first-child, h4 ~ .m-documents-list-item, h3 ~ .m-documents-list-item, h2 ~ .m-documents-list-item {
    margin-left: 0; }
  .m-documents-list-item h5 {
    color: #000;
    font-size: 0.8125em;
    font-weight: normal;
    line-height: normal;
    margin: 0; }
    .m-documents-list-item h5 a {
      color: #000; }
      .m-documents-list-item h5 a:visited {
        color: #888478; }
  .m-documents-list-item p {
    font-size: 0.75em;
    line-height: 18px;
    font-weight: 600;
    color: #373737;
    margin: 0; }
    .m-documents-list-item p a {
      -moz-transition-property: color;
      -o-transition-property: color;
      -webkit-transition-property: color;
      transition-property: color;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -webkit-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear; }
      .m-documents-list-item p a:visited {
        color: #888478; }
    .m-documents-list-item p.m-documents-list-link {
      line-height: normal;
      margin-top: 8px; }
	.m-documents-list-item p a:visited {
		color: #888478; }
	.m-documents-list-item p a:hover {
		color: #000;
		text-decoration: underline; }

/* main logos 
   ========================================================================== */
.logos-caroufredsel-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  width: 100%;
  position: relative;
  background: #E9EBED;
  height: 100%; }
  .logos-caroufredsel-wrap .caroufredsel-prev,
  .logos-caroufredsel-wrap .caroufredsel-next {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px; }
    .logos-caroufredsel-wrap .caroufredsel-prev:before,
    .logos-caroufredsel-wrap .caroufredsel-next:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 10px; }
  .logos-caroufredsel-wrap .caroufredsel-prev {
    left: 0px; }
    .logos-caroufredsel-wrap .caroufredsel-prev:before {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -200px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 26px;
      width: 14px; }
  .logos-caroufredsel-wrap .caroufredsel-next {
    right: 5px; }
    .logos-caroufredsel-wrap .caroufredsel-next:before {
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -226px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 26px;
      width: 14px; }

.m-logos-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%; }

.m-logos-list-item {
  width: auto;
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 80px; }
  .m-logos-list-item .m-logos-img {
    display: table-cell;
    vertical-align: middle; }
  .m-logos-list-item:first-child .m-logos-img {
    margin-left: 0px; }
  .m-logos-list-item a {
    display: table;
    height: 100%;
    padding: 0 15px;
    text-decoration: none;
    position: relative;
    font-size: 0; }
    .m-logos-list-item a img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -webkit-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear; }
      .m-logos-list-item a img:first-child {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        position: relative;
        padding-left: 0; }
    .m-logos-list-item a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      .m-logos-list-item a:hover img:first-child {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
      .m-logos-list-item a:hover img:last-child {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }

/* teaser
   ========================================================================== */
.m-teaser {
  background: #eaecee;
  padding-left: 30px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: #000; }
  .inner-page .m-teaser {
    margin-bottom: 0px; }

.teaser-content {
  width: 100%; }
  .teaser-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0; }
    .teaser-content > p:first-child {
      margin-top: 0; }

.table-wrapper{
  overflow-x: auto;
}
/* main faq
   ========================================================================== */
.m-faq {
  background: #F7F7F7;
  color: #373737;
  padding-left: 30px;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  .inner-page .m-faq {
    margin-bottom: 0px; }

.m-faq-item {
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-top: 15px;
  width: 95%; }
  .m-faq-item:first-child {
    margin-top: 0; }

.m-faq-item-title {
  font-size: 0.875em;
  line-height: normal;
  margin-bottom: 8px; }
  .m-faq-item-title a {
    color: #373737;
    position: relative; }
    .m-faq-item-title a:before {
      content: '';
      position: absolute;
      left: -10px;
      top: 8px;
      width: 4px;
      height: 4px;
      background: #FF0000;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
    .m-faq-item-title a:visited {
      color: #888478; }

.m-faq-item-description {
  font-size: 0.75em;
  line-height: normal; }

/* main faq
   ========================================================================== */
.m-votes {
  background: #F7F7F7;
  color: #373737;
  padding-left: 30px;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  .inner-page .m-faq {
    margin-bottom: 0px; }

.m-votes-item {
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-top: 15px;
  width: 95%; }
  .m-votes-item:first-child {
    margin-top: 0; }

.m-votes-item-title {
  font-size: 0.875em;
  line-height: normal;
  margin-bottom: 8px;
  text-align: justify;
  position: relative; }
  .m-votes-item-title:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #FF0000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

.m-votes-item-description {
  font-size: 0.75em;
  text-align: justify;
  line-height: normal; }

/* contacts table 
   ========================================================================== */
.m-contacts-table {
  background: #F7F7F7; }
  .l-col-2 > .m-contacts-table {
    padding-left: 30px;
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
  .inner-page .m-contacts-table {
    margin-bottom: 0px; }

.contact-table {
  width: 100%;
  color: #373737;
  font-size: 14px;
  margin-top: 20px; }
  .contact-table th {
    background: #E6E6E6; }
  .contact-table td, .contact-table th {
    padding: 7px 20px; }
  .contact-table td strong {
    color: #DB0C0C;
    font-weight: normal; }
.contact-table tr td {
	width: 33%}
.contact-table tr td:last-child {
	text-align: center}

.m-info {
  background: #F7F7F7;
  padding-left: 30px;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  .inner-page .m-info {
    margin-bottom: 0px; }

.m-info-list {
  width: 100%;
  font-size: 0.875em; }

.m-info-list-item {
  line-height: normal;
  margin-bottom: 10px;
  color: #555555; }
  .m-info-list-item.expanded > a {
    font-weight: 700; }
  .m-info-list-item a {
    color: #555555; }
    .m-info-list-item a:visited {
      color: #888478; }

.m-info-e-list {
  padding-left: 20px;
  margin-top: 10px; }

.m-info-e-list-item {
  line-height: normal;
  margin-bottom: 10px; }
  .m-info-e-list-item a {
    position: relative; }
    .m-info-e-list-item a:before {
      content: '';
      position: absolute;
      left: -10px;
      top: 8px;
      width: 4px;
      height: 4px;
      background: #FF0000;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
    .m-info-e-list-item a:visited {
      color: #888478; }

/* Territory map & item
   ========================================================================== */
.m-territory-header {
  background: #F7F7F7;
  padding: 25px 30px 10px 30px; }
  .m-territory-header h2 {
    margin: 0; }

.territory-map-area {
  background: #E9EBED; }

.territory-important {
  padding: 12px 30px; }
  .territory-important h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #2A2A2A; }
    .territory-important h4 a {
      color: #2A2A2A; }

.territory-list {
  background: #F7F7F7;
  padding: 15px 30px 15px 30px;
  color: #545454; }
  .territory-list h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0; }

.territory-list-col {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 30%;
  position: relative; }
  .territory-list-col:first-child {
    padding-left: 0; }
  .territory-list-col li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 7px;
    color: #545454; }
    .territory-list-col li a {
      color: #545454; }
      .territory-list-col li a:visited {
        color: #888478; }
    .territory-list-col li:before {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background: #FF0000;
      top: 9px;
      left: 0; }

.m-territory-item h1.uppercase-header, .m-territory-item h1.form-title, .m-territory-item h1.search-form-title {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 12px;
  margin-top: 0; }
.m-territory-item p {
  font-size: 14px;
  margin: 12px 0; }
.m-territory-item .m-news-list-item p {
  margin: 0; }
.m-territory-item .m-contacts-table h3 {
  margin-bottom: 5px; }

#territory-svg-map {
  width: 820px;
  height: 480px; }
  #territory-svg-map path {
    cursor: pointer; }

.qtip-nohover {
  pointer-events: none; }

.m-territory-description {
  background: #F7F7F7;
  padding: 25px 30px 10px 30px; }
  .m-territory-description p {
    font-size: 0.8125em;
    line-height: 20px;
    margin: 0 0 20px 0; }
  .m-territory-description h3 {
    font-size: 0.875em;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 5px 0;
    color: #FE0002; }

.m-territory-description-info-col {
  float: left;
  margin-right: 20px; }
  .m-territory-description-info-col:last-child {
    float: none;
    margin-right: 0px; }

.m-territory-description-info-img {
  width: 77px; }
  .m-territory-description-info-img img {
    width: 100%; }

/* Management
   ========================================================================== */
.m-management .uppercase-header, .m-management .l-col-1-wrapper h3, .l-col-1-wrapper .m-management h3, .m-management .f-col-1 h3, .f-col-1 .m-management h3, .m-management .f-col-2 h3, .f-col-2 .m-management h3, .m-management .form-title, .m-management .search-form-title {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  background: #F7F7F7; }

.m-management-list > h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0.75em 0 0.75em 30px; }

.m-management-top-manager,
.m-management-managers {
  background: #F7F7F7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.75em;
  padding-bottom: 0;
  padding-left: 30px; }

.m-management-list-item {
  background: #EBECEE;
  margin-bottom: 12px; }
  .m-management-list-item img {
    display: block; }
  .m-management-list-item p {
    margin: 0;
    overflow: hidden;
    padding-left: 15px; }

.m-management-top-manager .m-management-list-item {
  width: 99%; }

.m-management-managers .m-management-list-item {
  width: 49%;
  float: left; }
  .m-management-managers .m-management-list-item:nth-child(2n) {
    margin-left: 1%; }

.m-management-photo {
  float: left;
  min-width: 115px;
  min-height: 154px; }

.m-management-photo-small {
  float: left;
  min-width: 115px;
  min-height: 120px; }

.m-management-description {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 10px;
  min-height: 90px; }
  .m-management-description h3 {
    font-size: 14px;
    color: #363636;
    margin: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    text-transform: uppercase; }
  .m-management-description h4 {
    font-size: 12px;
    color: #545454;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase; }
  .m-management-managers .m-management-description h3 {
    font-size: 13px; }
  .m-management-managers .m-management-description h4 {
    font-size: 11px; }

.no-photo {
  width: 115px;
  height: 154px;
  background: #BFC3C6;
  text-align: center;
  line-height: 154px;
  color: #FFF;
  text-transform: uppercase;
  display: block; }

.no-photo-small {
  width: 115px;
  height: 120px;
  background: #BFC3C6;
  text-align: center;
  line-height: 120px;
  color: #FFF;
  text-transform: uppercase;
  display: block; }

/* teaser 
   ========================================================================== */
.m-expandibles {
  background: #F7F7F7;
  padding-left: 30px;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  .inner-page .m-expandibles {
    margin-bottom: 0px; }

.m-expandible-list-item {
  background: #EBECEE;
  margin-bottom: 6px; }

.m-expandible-list-item-trigger {
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 0 0 55px;
  height: 38px;
  display: table-cell;
  vertical-align: middle;
  color: #363739;
  font-size: 14px;
  position: relative; }
  .m-expandible-list-item-trigger span {
    line-height: normal; }
  .m-expandible-list-item-trigger:after {
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    border-right: 1px solid #FFF;
    left: 0;
    top: 0; }
  .m-expandible-list-item-trigger:before {
    content: '';
    position: absolute;
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -699px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 20px;
    width: 20px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #FD1815;
    left: 12px;
    top: 12px; }
  .opened .m-expandible-list-item-trigger:after, .active .m-expandible-list-item-trigger:after {
    border-bottom: 1px solid #FFF; }
  .opened .m-expandible-list-item-trigger:before, .active .m-expandible-list-item-trigger:before {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -679px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 20px;
    width: 20px; }

.m-expandible-sub-list {
  margin-left: 55px;
  padding-top: 10px;
  padding-bottom: 6px;
  display: none; }
  .opened .m-expandible-sub-list {
    display: block; }
  .m-expandible-sub-list li {
    font-size: 11px;
    color: #373737;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    line-height: normal;
    margin-bottom: 12px; }
    .m-expandible-sub-list li:before {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background: #FD1815;
      top: 5px;
      left: 0; }
    .m-expandible-sub-list li.more-link-wrapper {
      padding-top: 5px; }
      .m-expandible-sub-list li.more-link-wrapper:before {
        display: none; }
      .m-expandible-sub-list li.more-link-wrapper a {
        color: #ff0000;
        text-transform: none; }
        .m-expandible-sub-list li.more-link-wrapper a:visited {
          color: #888478; }
  .m-expandible-sub-list a {
    color: #373737; }

/* Cabinet 
   ========================================================================== */
.m-cabinet h3 {
  color: #363636;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0; }
.m-cabinet p {
  position: relative; }
.m-cabinet .email-ico {
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -906px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 10px;
  width: 15px;
  vertical-align: middle; }
.m-cabinet td p .email-ico {
  /*position: absolute;*/
  right: 0;
  bottom: 0; }

.m-cabinet-links-wrapper {
  padding: 15px 0; }
  .m-cabinet-links-wrapper p {
    font-size: 11px;
    color: #8D8F8F;
    padding-left: 20px;
    margin: 0; }
    .m-cabinet-links-wrapper p:first-child {
      width: 300px;
      padding-left: 30px; }
    .m-cabinet-links-wrapper p a {
      color: #FF0000;
      text-transform: uppercase; }

.m-cabinet-serachbox form {
  background: #BDBDBD;
  color: #FFF;
  font-size: 12px;
  padding: 5px 5px 5px 30px; }
  .m-cabinet-serachbox form input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    padding: 3px 10px;
    font-size: 12px;
    vertical-align: middle;
    color: #000;
    font-weight: normal;
    margin-right: 18px; }
  .m-cabinet-serachbox form select {
    color: #000; }
  .m-cabinet-serachbox form .jq-selectbox__select {
    height: 23px; }
  .m-cabinet-serachbox form label {
    font-weight: 600;
    vertical-align: top;
    line-height: 25px; }
  .m-cabinet-serachbox form .jq-selectbox__select {
    background: #FFF; }
  .m-cabinet-serachbox form button {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    margin-left: 40px;
    height: 25px;
    line-height: 25px;
    font-weight: normal; }
.m-cabinet-serachbox .form-additional {
  background: #F7F7F7;
  padding: 5px 5px 5px 30px;
  font-size: 12px;
  color: #545454;
  margin-bottom: 2px; }
  .m-cabinet-serachbox .form-additional a {
    color: #FF0000; }
  .m-cabinet-serachbox .form-additional p {
    font-size: 14px;
    margin: 0 0 5px 0; }
    .m-cabinet-serachbox .form-additional p strong {
      font-weight: normal;
      color: #FF0000;
      float: left;
      display: block;
      margin-right: 5px;
      line-height: normal; }
    .m-cabinet-serachbox .form-additional p span {
      overflow: hidden;
      display: block;
      line-height: normal; }

.m-cabinet-form-notice {
  margin-top: 38px;
  border-top: 1px solid #BDBDBD;
  padding-top: 9px;
  font-size: 12px;
  line-height: normal; }
  .m-cabinet-form-notice p {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .m-cabinet-form-notice .info {
    padding-left: 65px;
    position: relative; }
    .m-cabinet-form-notice .info:before {
      content: '';
      background-image: url("../img/icons-sf8b56e5be9.png");
      background-position: 0 -836px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 28px;
      width: 24px;
      position: absolute;
      left: 30px;
      top: 12px; }
  .m-cabinet-form-notice .warning {
    padding-left: 65px;
    color: #373737;
    background: #F7F7F7;
    position: relative; }
    .m-cabinet-form-notice .warning:before {
      content: '!';
      width: 25px;
      height: 25px;
      position: absolute;
      line-height: 25px;
      background: #FFF;
      text-align: center;
      color: #FF0000;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      left: 30px;
      top: 12px;
      font-weight: 600; }

div.jqcloud span.w10 {
  font-size: 24px; }

div.jqcloud span.w9 {
  font-size: 22px; }

div.jqcloud span.w8 {
  font-size: 20px; }

div.jqcloud span.w7 {
  font-size: 18px; }

div.jqcloud span.w6 {
  font-size: 16px; }

div.jqcloud span.w5 {
  font-size: 14px; }

div.jqcloud span.w4 {
  font-size: 13px; }

div.jqcloud span.w3 {
  font-size: 12px; }

div.jqcloud span.w2 {
  font-size: 11px; }

div.jqcloud span.w1 {
  font-size: 10px; }

/* colors
div.jqcloud { color: #09f; }
div.jqcloud a { color: inherit; }
div.jqcloud a:hover { color: #0df; }
div.jqcloud a:hover { color: #0cf; }
div.jqcloud span.w10 { color: #0cf; }
div.jqcloud span.w9 { color: #0cf; }
div.jqcloud span.w8 { color: #0cf; }
div.jqcloud span.w7 { color: #39d; }
div.jqcloud span.w6 { color: #90c5f0; }
div.jqcloud span.w5 { color: #90a0dd; }
div.jqcloud span.w4 { color: #90c5f0; }
div.jqcloud span.w3 { color: #a0ddff; }
div.jqcloud span.w2 { color: #99ccee; }
div.jqcloud span.w1 { color: #aab5f0; }
*/
div.jqcloud {
  color: #666; }
  div.jqcloud a {
    color: #666; }

.js-sidebar-tags-cloud {
  margin-top: -30px; }

.tag-weihgt-10 {
  font-size: 24px; }
.tag-weihgt-9 {
  font-size: 22px; }
.tag-weihgt-8 {
  font-size: 20px; }
.tag-weihgt-7 {
  font-size: 18px; }
.tag-weihgt-6 {
  font-size: 16px; }
.tag-weihgt-5 {
  font-size: 15px; }
.tag-weihgt-4 {
  font-size: 14px; }
.tag-weihgt-3 {
  font-size: 13px; }
.tag-weihgt-2 {
  font-size: 12px; }
.tag-weihgt-1 {
  font-size: 12px; }

.sidebar-tags-cloud-list {
  width: 100%; }

.tags-cloud-list ul, .tags-cloud-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
/* .tags-cloud-list li:first-child, .tags-cloud-list li:last-child {
  display: block; } */

.tag-cloud-item {
  display: inline;
  white-space: nowrap; }
  .tag-cloud-item a {
    color: #666;
    text-decoration: none; }

.tags-inline {
  margin-top: 10px; }

.tags-inline-header {
  display: block;
  text-transform: uppercase;
  color: #000; }

.tags-inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875em;
  margin-top: -0.3125em; }

.tags-inline-list-item {
  display: inline-block;
  vertical-align: middle; }
  .tags-inline-list-item a {
    color: #666;
    text-decoration: none; }

/* site map 
   ========================================================================== */
.m-site-map {
  font-size: 14px; }
  .m-site-map a {
    text-decoration: none;
    color: #000;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
    .m-site-map a:hover {
      color: #ff0000; }
    .m-site-map a:visited {
      color: #888478; }

.m-site-map-list {
  padding-left: 0px; }
  .m-site-map-list li {
    list-style: none;
    position: relative;
    margin-bottom: 10px; }
  .m-site-map-list > li {
    padding-left: 15px;
    margin-top: 20px;
    /*&:before {
    	position: absolute;
    	content: '';
    	width: 15px;
    	height: 1px;
    	background: $brd-color;
    	left: 0;
    	top: 15px;
    }*/ }
    .m-site-map-list > li:first-child {
      margin-top: 0; }
    .m-site-map-list > li:last-child {
      margin-bottom: 0; }
      .m-site-map-list > li:last-child:after {
        content: '';
        position: absolute;
        width: 5px;
        height: 100%;
        background: #FFF;
        left: -3px;
        top: 16px; }
    .m-site-map-list > li > a {
      font-size: 16px;
      font-weight: 600; }
    .m-site-map-list > li > ul {
      margin-top: 5px;
      padding-left: 20px;
      padding-top: 10px;
      margin-left: 20px;
      border-left: 1px solid #CCC;
      position: relative;
      /*&:before {
      	position: absolute;
      	content: '';
      	width: 35px;
      	height: 1px;
      	background: $brd-color;
      	left: -35px;
      	top: 5%;
      }*/ }
      .m-site-map-list > li > ul > li:before {
        position: absolute;
        content: '';
        width: 15px;
        height: 1px;
        background: #CCC;
        left: -20px;
        top: 11px; }
      .m-site-map-list > li > ul > li:last-child {
        margin-bottom: 0; }
        .m-site-map-list > li > ul > li:last-child:after {
          content: '';
          position: absolute;
          width: 5px;
          height: 100%;
          background: #FFF;
          left: -22px;
          top: 12px; }
        .m-site-map-list > li > ul > li:last-child > ul {
          /*&:after {
          	content: '';
          	width: 1px;
          	height: 40px;
          	background: $brd-color;
          	top: -10px;
          	left: -10px;
          	position: absolute;
          }*/ }
      .m-site-map-list > li > ul ul {
        position: relative;
        padding-left: 20px;
        padding-top: 18px;
        margin-top: 5px;
        margin-left: 14px;
        border-left: 1px solid #CCC;
        /*&:before {
        	position: absolute;
        	content: '';
        	width: 35px;
        	height: 1px;
        	background: $brd-color;
        	left: -35px;
        	top: 48%;
        }*/ }
        .m-site-map-list > li > ul ul > li {
          top: -11px; }
          .m-site-map-list > li > ul ul > li:before {
            position: absolute;
            content: '';
            width: 15px;
            height: 1px;
            background: #CCC;
            left: -20px;
            top: 11px; }
          .m-site-map-list > li > ul ul > li:last-child {
            margin-bottom: 0; }
            .m-site-map-list > li > ul ul > li:last-child:after {
              content: '';
              position: absolute;
              width: 5px;
              height: 100%;
              background: #FFF;
              left: -22px;
              top: 12px; }

/* page title
   ========================================================================== */
.page-title {
  background-size: cover;
  height: 100px; }

.page-title-header {
  margin: 0 0 0 27%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1.875em;
  font-weight: 600;
  height: 100%;
  line-height: 100px;
  padding-left: 30px;
  color: #FFF; }
  .page-title-header span {
    display: table-cell;
    vertical-align: middle; }

/* article 
   ========================================================================== */
.pseudo-article,
article {
  color: #2a2a2a; }
  .pseudo-article h1,
  article h1 {
    font-size: 21px;
    line-height: 48px;
    font-weight: normal;
    margin: 12px 0; }
  .pseudo-article h2,
  article h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 12px 0; }
  .pseudo-article p,
  article p {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0; }
  .pseudo-article strong,
  article strong {
    /*color: #373737;*/
    font-weight: 600; }
  .pseudo-article a,
  article a {
    color: #FF0000; }
  .pseudo-article ul,
  .pseudo-article ol,
  article ul,
  article ol {
    margin: 12px 0; }

.table-type-1 {
  width: 100%; }
  .table-type-1 thead th {
    background: #BDBDBD;
    border-left: 1px solid #A9A9A9;
    color: #FFF;
    font-size: 12px;
    padding: 8px 10px; }
    .table-type-1 thead th:first-child {
      border-left: 0; }
  .table-type-1 tbody td {
    font-size: 11px;
    color: #373737;
    padding: 8px 10px 3px 10px;
    line-height: normal; }
  .table-type-1 tbody tr:nth-child(even) td {
    background: #F6F6F6; }

.table-type-2 {
  width: 100%; }
  .table-type-2 thead th {
    background: #BDBDBD;
    border-left: 1px solid #A9A9A9;
    color: #FFF;
    font-size: 10px;
    padding: 8px 10px;
    line-height: normal;
    /*min-width: 200px;*/ }
    .table-type-2 thead th:first-child {
      border-left: 0;
      min-width: 10px;
      /*width: 50px;*/ }
  .table-type-2 tbody td {
    font-size: 11px;
    color: #373737;
    padding: 8px 10px 3px 10px;
    line-height: normal; }
    .table-type-2 tbody td a {
      color: #373737; }
  .table-type-2 tbody tr:nth-child(even) td {
    background: #F6F6F6; }

.table-type-3 {
  width: 100%; }
  .table-type-3 thead th {
    background: #BDBDBD;
    border-left: 1px solid #A9A9A9;
    color: #FFF;
    font-size: 10px;
    padding: 8px 10px;
    line-height: normal;
    min-width: 200px; }
    .table-type-3 thead th:first-child {
      border-left: 0;
      min-width: 10px;
      width: 370px; }
  .table-type-3 tbody td {
    font-size: 11px;
    color: #373737;
    padding: 8px 10px 3px 10px;
    line-height: normal; }
    .table-type-3 tbody td a {
      color: #373737; }
  .table-type-3 tbody tr:nth-child(even) td {
    background: #F6F6F6; }

.table-type-4 {
  width: 100%; }
  .table-type-4 thead th {
    background: #BDBDBD;
    border-left: 1px solid #A9A9A9;
    color: #FFF;
    font-size: 14px;
    padding: 8px 10px;
    line-height: normal;
    min-width: 200px; }
  .table-type-4 tbody td {
    font-size: 14px;
    color: #373737;
    padding: 8px 10px 8px 10px;
    line-height: normal;
    text-align: right; }
    .table-type-4 tbody td:first-child {
      width: 420px;
      text-align: left; }
    .table-type-4 tbody td a {
      color: #FF0000; }
  .table-type-4 tbody tr:nth-child(odd) td {
    background: #E6E6E6; }

.table-type-5 {
  width: 100%; }
  .table-type-5 thead th {
    background: #BDBDBD;
    color: #FFF;
    font-size: 12px;
    padding: 8px 10px 8px 10px;
    line-height: normal;
    min-width: 200px;
    text-align: left; }
    .table-type-5 thead th:first-child {
      width: 300px;
      border-right: 1px solid #FFF;
      padding-left: 30px; }
  .table-type-5 tbody td {
    font-size: 11px;
    font-weight: 600;
    color: #373737;
    padding: 8px 10px;
    line-height: normal; }
    .table-type-5 tbody td:first-child {
      width: 300px;
      padding-left: 30px;
      border-right: 1px solid #FFF; }
      .table-type-5 tbody td:first-child p {
        padding-right: 0; }
    .table-type-5 tbody td a,
    .table-type-5 tbody td strong {
      color: #FF0000; }
    .table-type-5 tbody td p {
      margin: 0;
      position: relative;
      padding-right: 25px; }
      .table-type-5 tbody td p i {
        float: left;
        margin-right: 5px;
        display: block;
        font-style: normal; }
      .table-type-5 tbody td p span {
        overflow: hidden;
        display: block; }
  .table-type-5 tbody tr:nth-child(odd) td {
    background: #F6F6F6; }

.table-type-opendata {
  width: 100%; }
  .table-type-opendata thead th {
    background: #BDBDBD;
    border-left: 1px solid #A9A9A9;
    color: #FFF;
    font-size: 13px;
    padding: 8px 10px;
    line-height: normal;
    min-width: 20px; }
    .table-type-opendata thead th:first-child {
      border-left: 0;
      min-width: 10px;
      width: 20px; }
  .table-type-opendata tbody td {
    font-size: 15px;
    color: #373737;
    padding: 8px 10px 3px 10px;
    line-height: normal; }
    .table-type-opendata tbody td a {
      color: #373737; }
  .table-type-opendata tbody tr:nth-child(even) td {
    background: #F6F6F6; }

.fancy-table {
  display: block !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px; }

/* forms 
   ========================================================================== */
.form-type-1 {
  width: 90%;
  position: relative; }
  .form-type-1 fieldset {
    border: none; }
  .form-type-1 .more-link {
    font-size: 14px;
    font-weight: normal; }
  .form-type-1 p {
    margin: 10px 0 0 10px; }

.form-title {
  font-size: 18px;
  line-height: 24px;
  color: #555;
  font-variant: normal; }

.form-list label {
  display: block; }
.form-list label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  margin-right: -5px;
  font-size: 12px;
  color: #373737;
  line-height: normal; }
.form-list input[type=text],
.form-list input[type=email],
.form-list input[type=tel],
.form-list input[type=url],
.form-list input[type=password],
.form-list textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #555;
  padding: 3px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px; }
.form-list .input-group label {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px; }
.form-list .calendar-wrapper {
  margin-right: 10px;
  font-size: 12px;
  color: #373737; }
  .form-list .calendar-wrapper input[type=text] {
    width: 110px; }

.form-list-item {
  margin-bottom: 14px; }

.form-submit {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 4px 20px; }

.form-reset {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  line-height: 24px;
  padding: 4px 20px; }

.form-tree-view {
  font-size: 12px; }

.form-tree-view-inner-level {
  margin-left: 20px !important; }

.form-expandible-block {
  display: none; }
  .checked > .form-expandible-block {
    display: block; }

.width_p-100 {
  width: 100%; }
  .width_p-100.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-100.wrap-text li {
    white-space: normal !important; }
  .width_p-100 .wrap-text li {
    white-space: normal !important; }

.width_p-95 {
  width: 95%; }
  .width_p-95.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-95.wrap-text li {
    white-space: normal !important; }
  .width_p-95 .wrap-text li {
    white-space: normal !important; }

.width_p-90 {
  width: 90%; }
  .width_p-90.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-90.wrap-text li {
    white-space: normal !important; }
  .width_p-90 .wrap-text li {
    white-space: normal !important; }

.width_p-85 {
  width: 85%; }
  .width_p-85.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-85.wrap-text li {
    white-space: normal !important; }
  .width_p-85 .wrap-text li {
    white-space: normal !important; }

.width_p-80 {
  width: 80%; }
  .width_p-80.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-80.wrap-text li {
    white-space: normal !important; }
  .width_p-80 .wrap-text li {
    white-space: normal !important; }

.width_p-75 {
  width: 75%; }
  .width_p-75.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-75.wrap-text li {
    white-space: normal !important; }
  .width_p-75 .wrap-text li {
    white-space: normal !important; }

.width_p-70 {
  width: 70%; }
  .width_p-70.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-70.wrap-text li {
    white-space: normal !important; }
  .width_p-70 .wrap-text li {
    white-space: normal !important; }

.width_p-65 {
  width: 65%; }
  .width_p-65.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-65.wrap-text li {
    white-space: normal !important; }
  .width_p-65 .wrap-text li {
    white-space: normal !important; }

.width_p-60 {
  width: 60%; }
  .width_p-60.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-60.wrap-text li {
    white-space: normal !important; }
  .width_p-60 .wrap-text li {
    white-space: normal !important; }

.width_p-55 {
  width: 55%; }
  .width_p-55.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-55.wrap-text li {
    white-space: normal !important; }
  .width_p-55 .wrap-text li {
    white-space: normal !important; }

.width_p-50 {
  width: 50%; }
  .width_p-50.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-50.wrap-text li {
    white-space: normal !important; }
  .width_p-50 .wrap-text li {
    white-space: normal !important; }

.width_p-45 {
  width: 45%; }
  .width_p-45.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-45.wrap-text li {
    white-space: normal !important; }
  .width_p-45 .wrap-text li {
    white-space: normal !important; }

.width_p-40 {
  width: 40%; }
  .width_p-40.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-40.wrap-text li {
    white-space: normal !important; }
  .width_p-40 .wrap-text li {
    white-space: normal !important; }

.width_p-35 {
  width: 35%; }
  .width_p-35.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-35.wrap-text li {
    white-space: normal !important; }
  .width_p-35 .wrap-text li {
    white-space: normal !important; }

.width_p-30 {
  width: 30%; }
  .width_p-30.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-30.wrap-text li {
    white-space: normal !important; }
  .width_p-30 .wrap-text li {
    white-space: normal !important; }

.width_p-25 {
  width: 25%; }
  .width_p-25.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-25.wrap-text li {
    white-space: normal !important; }
  .width_p-25 .wrap-text li {
    white-space: normal !important; }

.width_p-20 {
  width: 20%; }
  .width_p-20.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-20.wrap-text li {
    white-space: normal !important; }
  .width_p-20 .wrap-text li {
    white-space: normal !important; }

.width_p-15 {
  width: 15%; }
  .width_p-15.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-15.wrap-text li {
    white-space: normal !important; }
  .width_p-15 .wrap-text li {
    white-space: normal !important; }

.width_p-10 {
  width: 10%; }
  .width_p-10.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-10.wrap-text li {
    white-space: normal !important; }
  .width_p-10 .wrap-text li {
    white-space: normal !important; }

.width_p-5 {
  width: 5%; }
  .width_p-5.wrap-text .jq-selectbox__dropdown {
    width: 100% !important; }
  .width_p-5.wrap-text li {
    white-space: normal !important; }
  .width_p-5 .wrap-text li {
    white-space: normal !important; }

.width-700 {
  width: 700px; }
  .width-700.wrap-text .jq-selectbox__dropdown {
    width: 700px !important; }
  .width-700.wrap-text li {
    white-space: normal !important; }
  .width-700 .wrap-text li {
    white-space: normal !important; }

.width-500 {
  width: 500px; }
  .width-500.wrap-text .jq-selectbox__dropdown {
    width: 500px !important; }
  .width-500.wrap-text li {
    white-space: normal !important; }
  .width-500 .wrap-text li {
    white-space: normal !important; }

.width-495 {
  width: 495px; }
  .width-495.wrap-text .jq-selectbox__dropdown {
    width: 495px !important; }
  .width-495.wrap-text li {
    white-space: normal !important; }
  .width-495 .wrap-text li {
    white-space: normal !important; }

.width-490 {
  width: 490px; }
  .width-490.wrap-text .jq-selectbox__dropdown {
    width: 490px !important; }
  .width-490.wrap-text li {
    white-space: normal !important; }
  .width-490 .wrap-text li {
    white-space: normal !important; }

.width-485 {
  width: 485px; }
  .width-485.wrap-text .jq-selectbox__dropdown {
    width: 485px !important; }
  .width-485.wrap-text li {
    white-space: normal !important; }
  .width-485 .wrap-text li {
    white-space: normal !important; }

.width-480 {
  width: 480px; }
  .width-480.wrap-text .jq-selectbox__dropdown {
    width: 480px !important; }
  .width-480.wrap-text li {
    white-space: normal !important; }
  .width-480 .wrap-text li {
    white-space: normal !important; }

.width-475 {
  width: 475px; }
  .width-475.wrap-text .jq-selectbox__dropdown {
    width: 475px !important; }
  .width-475.wrap-text li {
    white-space: normal !important; }
  .width-475 .wrap-text li {
    white-space: normal !important; }

.width-470 {
  width: 470px; }
  .width-470.wrap-text .jq-selectbox__dropdown {
    width: 470px !important; }
  .width-470.wrap-text li {
    white-space: normal !important; }
  .width-470 .wrap-text li {
    white-space: normal !important; }

.width-465 {
  width: 465px; }
  .width-465.wrap-text .jq-selectbox__dropdown {
    width: 465px !important; }
  .width-465.wrap-text li {
    white-space: normal !important; }
  .width-465 .wrap-text li {
    white-space: normal !important; }

.width-460 {
  width: 460px; }
  .width-460.wrap-text .jq-selectbox__dropdown {
    width: 460px !important; }
  .width-460.wrap-text li {
    white-space: normal !important; }
  .width-460 .wrap-text li {
    white-space: normal !important; }

.width-455 {
  width: 455px; }
  .width-455.wrap-text .jq-selectbox__dropdown {
    width: 455px !important; }
  .width-455.wrap-text li {
    white-space: normal !important; }
  .width-455 .wrap-text li {
    white-space: normal !important; }

.width-450 {
  width: 450px; }
  .width-450.wrap-text .jq-selectbox__dropdown {
    width: 450px !important; }
  .width-450.wrap-text li {
    white-space: normal !important; }
  .width-450 .wrap-text li {
    white-space: normal !important; }

.width-445 {
  width: 445px; }
  .width-445.wrap-text .jq-selectbox__dropdown {
    width: 445px !important; }
  .width-445.wrap-text li {
    white-space: normal !important; }
  .width-445 .wrap-text li {
    white-space: normal !important; }

.width-440 {
  width: 440px; }
  .width-440.wrap-text .jq-selectbox__dropdown {
    width: 440px !important; }
  .width-440.wrap-text li {
    white-space: normal !important; }
  .width-440 .wrap-text li {
    white-space: normal !important; }

.width-435 {
  width: 435px; }
  .width-435.wrap-text .jq-selectbox__dropdown {
    width: 435px !important; }
  .width-435.wrap-text li {
    white-space: normal !important; }
  .width-435 .wrap-text li {
    white-space: normal !important; }

.width-430 {
  width: 430px; }
  .width-430.wrap-text .jq-selectbox__dropdown {
    width: 430px !important; }
  .width-430.wrap-text li {
    white-space: normal !important; }
  .width-430 .wrap-text li {
    white-space: normal !important; }

.width-425 {
  width: 425px; }
  .width-425.wrap-text .jq-selectbox__dropdown {
    width: 425px !important; }
  .width-425.wrap-text li {
    white-space: normal !important; }
  .width-425 .wrap-text li {
    white-space: normal !important; }

.width-420 {
  width: 420px; }
  .width-420.wrap-text .jq-selectbox__dropdown {
    width: 420px !important; }
  .width-420.wrap-text li {
    white-space: normal !important; }
  .width-420 .wrap-text li {
    white-space: normal !important; }

.width-415 {
  width: 415px; }
  .width-415.wrap-text .jq-selectbox__dropdown {
    width: 415px !important; }
  .width-415.wrap-text li {
    white-space: normal !important; }
  .width-415 .wrap-text li {
    white-space: normal !important; }

.width-410 {
  width: 410px; }
  .width-410.wrap-text .jq-selectbox__dropdown {
    width: 410px !important; }
  .width-410.wrap-text li {
    white-space: normal !important; }
  .width-410 .wrap-text li {
    white-space: normal !important; }

.width-405 {
  width: 405px; }
  .width-405.wrap-text .jq-selectbox__dropdown {
    width: 405px !important; }
  .width-405.wrap-text li {
    white-space: normal !important; }
  .width-405 .wrap-text li {
    white-space: normal !important; }

.width-400 {
  width: 400px; }
  .width-400.wrap-text .jq-selectbox__dropdown {
    width: 400px !important; }
  .width-400.wrap-text li {
    white-space: normal !important; }
  .width-400 .wrap-text li {
    white-space: normal !important; }

.width-395 {
  width: 395px; }
  .width-395.wrap-text .jq-selectbox__dropdown {
    width: 395px !important; }
  .width-395.wrap-text li {
    white-space: normal !important; }
  .width-395 .wrap-text li {
    white-space: normal !important; }

.width-390 {
  width: 390px; }
  .width-390.wrap-text .jq-selectbox__dropdown {
    width: 390px !important; }
  .width-390.wrap-text li {
    white-space: normal !important; }
  .width-390 .wrap-text li {
    white-space: normal !important; }

.width-385 {
  width: 385px; }
  .width-385.wrap-text .jq-selectbox__dropdown {
    width: 385px !important; }
  .width-385.wrap-text li {
    white-space: normal !important; }
  .width-385 .wrap-text li {
    white-space: normal !important; }

.width-380 {
  width: 380px; }
  .width-380.wrap-text .jq-selectbox__dropdown {
    width: 380px !important; }
  .width-380.wrap-text li {
    white-space: normal !important; }
  .width-380 .wrap-text li {
    white-space: normal !important; }

.width-375 {
  width: 375px; }
  .width-375.wrap-text .jq-selectbox__dropdown {
    width: 375px !important; }
  .width-375.wrap-text li {
    white-space: normal !important; }
  .width-375 .wrap-text li {
    white-space: normal !important; }

.width-370 {
  width: 370px; }
  .width-370.wrap-text .jq-selectbox__dropdown {
    width: 370px !important; }
  .width-370.wrap-text li {
    white-space: normal !important; }
  .width-370 .wrap-text li {
    white-space: normal !important; }

.width-365 {
  width: 365px; }
  .width-365.wrap-text .jq-selectbox__dropdown {
    width: 365px !important; }
  .width-365.wrap-text li {
    white-space: normal !important; }
  .width-365 .wrap-text li {
    white-space: normal !important; }

.width-360 {
  width: 360px; }
  .width-360.wrap-text .jq-selectbox__dropdown {
    width: 360px !important; }
  .width-360.wrap-text li {
    white-space: normal !important; }
  .width-360 .wrap-text li {
    white-space: normal !important; }

.width-355 {
  width: 355px; }
  .width-355.wrap-text .jq-selectbox__dropdown {
    width: 355px !important; }
  .width-355.wrap-text li {
    white-space: normal !important; }
  .width-355 .wrap-text li {
    white-space: normal !important; }

.width-350 {
  width: 350px; }
  .width-350.wrap-text .jq-selectbox__dropdown {
    width: 350px !important; }
  .width-350.wrap-text li {
    white-space: normal !important; }
  .width-350 .wrap-text li {
    white-space: normal !important; }

.width-345 {
  width: 345px; }
  .width-345.wrap-text .jq-selectbox__dropdown {
    width: 345px !important; }
  .width-345.wrap-text li {
    white-space: normal !important; }
  .width-345 .wrap-text li {
    white-space: normal !important; }

.width-340 {
  width: 340px; }
  .width-340.wrap-text .jq-selectbox__dropdown {
    width: 340px !important; }
  .width-340.wrap-text li {
    white-space: normal !important; }
  .width-340 .wrap-text li {
    white-space: normal !important; }

.width-335 {
  width: 335px; }
  .width-335.wrap-text .jq-selectbox__dropdown {
    width: 335px !important; }
  .width-335.wrap-text li {
    white-space: normal !important; }
  .width-335 .wrap-text li {
    white-space: normal !important; }

.width-330 {
  width: 330px; }
  .width-330.wrap-text .jq-selectbox__dropdown {
    width: 330px !important; }
  .width-330.wrap-text li {
    white-space: normal !important; }
  .width-330 .wrap-text li {
    white-space: normal !important; }

.width-325 {
  width: 325px; }
  .width-325.wrap-text .jq-selectbox__dropdown {
    width: 325px !important; }
  .width-325.wrap-text li {
    white-space: normal !important; }
  .width-325 .wrap-text li {
    white-space: normal !important; }

.width-320 {
  width: 320px; }
  .width-320.wrap-text .jq-selectbox__dropdown {
    width: 320px !important; }
  .width-320.wrap-text li {
    white-space: normal !important; }
  .width-320 .wrap-text li {
    white-space: normal !important; }

.width-315 {
  width: 315px; }
  .width-315.wrap-text .jq-selectbox__dropdown {
    width: 315px !important; }
  .width-315.wrap-text li {
    white-space: normal !important; }
  .width-315 .wrap-text li {
    white-space: normal !important; }

.width-310 {
  width: 310px; }
  .width-310.wrap-text .jq-selectbox__dropdown {
    width: 310px !important; }
  .width-310.wrap-text li {
    white-space: normal !important; }
  .width-310 .wrap-text li {
    white-space: normal !important; }

.width-305 {
  width: 305px; }
  .width-305.wrap-text .jq-selectbox__dropdown {
    width: 305px !important; }
  .width-305.wrap-text li {
    white-space: normal !important; }
  .width-305 .wrap-text li {
    white-space: normal !important; }

.width-300 {
  width: 300px; }
  .width-300.wrap-text .jq-selectbox__dropdown {
    width: 300px !important; }
  .width-300.wrap-text li {
    white-space: normal !important; }
  .width-300 .wrap-text li {
    white-space: normal !important; }

.width-295 {
  width: 295px; }
  .width-295.wrap-text .jq-selectbox__dropdown {
    width: 295px !important; }
  .width-295.wrap-text li {
    white-space: normal !important; }
  .width-295 .wrap-text li {
    white-space: normal !important; }

.width-290 {
  width: 290px; }
  .width-290.wrap-text .jq-selectbox__dropdown {
    width: 290px !important; }
  .width-290.wrap-text li {
    white-space: normal !important; }
  .width-290 .wrap-text li {
    white-space: normal !important; }

.width-285 {
  width: 285px; }
  .width-285.wrap-text .jq-selectbox__dropdown {
    width: 285px !important; }
  .width-285.wrap-text li {
    white-space: normal !important; }
  .width-285 .wrap-text li {
    white-space: normal !important; }

.width-280 {
  width: 280px; }
  .width-280.wrap-text .jq-selectbox__dropdown {
    width: 280px !important; }
  .width-280.wrap-text li {
    white-space: normal !important; }
  .width-280 .wrap-text li {
    white-space: normal !important; }

.width-275 {
  width: 275px; }
  .width-275.wrap-text .jq-selectbox__dropdown {
    width: 275px !important; }
  .width-275.wrap-text li {
    white-space: normal !important; }
  .width-275 .wrap-text li {
    white-space: normal !important; }

.width-270 {
  width: 270px; }
  .width-270.wrap-text .jq-selectbox__dropdown {
    width: 270px !important; }
  .width-270.wrap-text li {
    white-space: normal !important; }
  .width-270 .wrap-text li {
    white-space: normal !important; }

.width-265 {
  width: 265px; }
  .width-265.wrap-text .jq-selectbox__dropdown {
    width: 265px !important; }
  .width-265.wrap-text li {
    white-space: normal !important; }
  .width-265 .wrap-text li {
    white-space: normal !important; }

.width-260 {
  width: 260px; }
  .width-260.wrap-text .jq-selectbox__dropdown {
    width: 260px !important; }
  .width-260.wrap-text li {
    white-space: normal !important; }
  .width-260 .wrap-text li {
    white-space: normal !important; }

.width-255 {
  width: 255px; }
  .width-255.wrap-text .jq-selectbox__dropdown {
    width: 255px !important; }
  .width-255.wrap-text li {
    white-space: normal !important; }
  .width-255 .wrap-text li {
    white-space: normal !important; }

.width-250 {
  width: 250px; }
  .width-250.wrap-text .jq-selectbox__dropdown {
    width: 250px !important; }
  .width-250.wrap-text li {
    white-space: normal !important; }
  .width-250 .wrap-text li {
    white-space: normal !important; }

.width-245 {
  width: 245px; }
  .width-245.wrap-text .jq-selectbox__dropdown {
    width: 245px !important; }
  .width-245.wrap-text li {
    white-space: normal !important; }
  .width-245 .wrap-text li {
    white-space: normal !important; }

.width-240 {
  width: 240px; }
  .width-240.wrap-text .jq-selectbox__dropdown {
    width: 240px !important; }
  .width-240.wrap-text li {
    white-space: normal !important; }
  .width-240 .wrap-text li {
    white-space: normal !important; }

.width-235 {
  width: 235px; }
  .width-235.wrap-text .jq-selectbox__dropdown {
    width: 235px !important; }
  .width-235.wrap-text li {
    white-space: normal !important; }
  .width-235 .wrap-text li {
    white-space: normal !important; }

.width-230 {
  width: 230px; }
  .width-230.wrap-text .jq-selectbox__dropdown {
    width: 230px !important; }
  .width-230.wrap-text li {
    white-space: normal !important; }
  .width-230 .wrap-text li {
    white-space: normal !important; }

.width-225 {
  width: 225px; }
  .width-225.wrap-text .jq-selectbox__dropdown {
    width: 225px !important; }
  .width-225.wrap-text li {
    white-space: normal !important; }
  .width-225 .wrap-text li {
    white-space: normal !important; }

.width-220 {
  width: 220px; }
  .width-220.wrap-text .jq-selectbox__dropdown {
    width: 220px !important; }
  .width-220.wrap-text li {
    white-space: normal !important; }
  .width-220 .wrap-text li {
    white-space: normal !important; }

.width-215 {
  width: 215px; }
  .width-215.wrap-text .jq-selectbox__dropdown {
    width: 215px !important; }
  .width-215.wrap-text li {
    white-space: normal !important; }
  .width-215 .wrap-text li {
    white-space: normal !important; }

.width-210 {
  width: 210px; }
  .width-210.wrap-text .jq-selectbox__dropdown {
    width: 210px !important; }
  .width-210.wrap-text li {
    white-space: normal !important; }
  .width-210 .wrap-text li {
    white-space: normal !important; }

.width-205 {
  width: 205px; }
  .width-205.wrap-text .jq-selectbox__dropdown {
    width: 205px !important; }
  .width-205.wrap-text li {
    white-space: normal !important; }
  .width-205 .wrap-text li {
    white-space: normal !important; }

.width-200 {
  width: 200px; }
  .width-200.wrap-text .jq-selectbox__dropdown {
    width: 200px !important; }
  .width-200.wrap-text li {
    white-space: normal !important; }
  .width-200 .wrap-text li {
    white-space: normal !important; }

.width-195 {
  width: 195px; }
  .width-195.wrap-text .jq-selectbox__dropdown {
    width: 195px !important; }
  .width-195.wrap-text li {
    white-space: normal !important; }
  .width-195 .wrap-text li {
    white-space: normal !important; }

.width-190 {
  width: 190px; }
  .width-190.wrap-text .jq-selectbox__dropdown {
    width: 190px !important; }
  .width-190.wrap-text li {
    white-space: normal !important; }
  .width-190 .wrap-text li {
    white-space: normal !important; }

.width-185 {
  width: 185px; }
  .width-185.wrap-text .jq-selectbox__dropdown {
    width: 185px !important; }
  .width-185.wrap-text li {
    white-space: normal !important; }
  .width-185 .wrap-text li {
    white-space: normal !important; }

.width-180 {
  width: 180px; }
  .width-180.wrap-text .jq-selectbox__dropdown {
    width: 180px !important; }
  .width-180.wrap-text li {
    white-space: normal !important; }
  .width-180 .wrap-text li {
    white-space: normal !important; }

.width-175 {
  width: 175px; }
  .width-175.wrap-text .jq-selectbox__dropdown {
    width: 175px !important; }
  .width-175.wrap-text li {
    white-space: normal !important; }
  .width-175 .wrap-text li {
    white-space: normal !important; }

.width-170 {
  width: 170px; }
  .width-170.wrap-text .jq-selectbox__dropdown {
    width: 170px !important; }
  .width-170.wrap-text li {
    white-space: normal !important; }
  .width-170 .wrap-text li {
    white-space: normal !important; }

.width-165 {
  width: 165px; }
  .width-165.wrap-text .jq-selectbox__dropdown {
    width: 165px !important; }
  .width-165.wrap-text li {
    white-space: normal !important; }
  .width-165 .wrap-text li {
    white-space: normal !important; }

.width-160 {
  width: 160px; }
  .width-160.wrap-text .jq-selectbox__dropdown {
    width: 160px !important; }
  .width-160.wrap-text li {
    white-space: normal !important; }
  .width-160 .wrap-text li {
    white-space: normal !important; }

.width-155 {
  width: 155px; }
  .width-155.wrap-text .jq-selectbox__dropdown {
    width: 155px !important; }
  .width-155.wrap-text li {
    white-space: normal !important; }
  .width-155 .wrap-text li {
    white-space: normal !important; }

.width-150 {
  width: 150px; }
  .width-150.wrap-text .jq-selectbox__dropdown {
    width: 150px !important; }
  .width-150.wrap-text li {
    white-space: normal !important; }
  .width-150 .wrap-text li {
    white-space: normal !important; }

.width-145 {
  width: 145px; }
  .width-145.wrap-text .jq-selectbox__dropdown {
    width: 145px !important; }
  .width-145.wrap-text li {
    white-space: normal !important; }
  .width-145 .wrap-text li {
    white-space: normal !important; }

.width-140 {
  width: 140px; }
  .width-140.wrap-text .jq-selectbox__dropdown {
    width: 140px !important; }
  .width-140.wrap-text li {
    white-space: normal !important; }
  .width-140 .wrap-text li {
    white-space: normal !important; }

.width-135 {
  width: 135px; }
  .width-135.wrap-text .jq-selectbox__dropdown {
    width: 135px !important; }
  .width-135.wrap-text li {
    white-space: normal !important; }
  .width-135 .wrap-text li {
    white-space: normal !important; }

.width-130 {
  width: 130px; }
  .width-130.wrap-text .jq-selectbox__dropdown {
    width: 130px !important; }
  .width-130.wrap-text li {
    white-space: normal !important; }
  .width-130 .wrap-text li {
    white-space: normal !important; }

.width-125 {
  width: 125px; }
  .width-125.wrap-text .jq-selectbox__dropdown {
    width: 125px !important; }
  .width-125.wrap-text li {
    white-space: normal !important; }
  .width-125 .wrap-text li {
    white-space: normal !important; }

.width-120 {
  width: 120px; }
  .width-120.wrap-text .jq-selectbox__dropdown {
    width: 120px !important; }
  .width-120.wrap-text li {
    white-space: normal !important; }
  .width-120 .wrap-text li {
    white-space: normal !important; }

.width-115 {
  width: 115px; }
  .width-115.wrap-text .jq-selectbox__dropdown {
    width: 115px !important; }
  .width-115.wrap-text li {
    white-space: normal !important; }
  .width-115 .wrap-text li {
    white-space: normal !important; }

.width-110 {
  width: 110px; }
  .width-110.wrap-text .jq-selectbox__dropdown {
    width: 110px !important; }
  .width-110.wrap-text li {
    white-space: normal !important; }
  .width-110 .wrap-text li {
    white-space: normal !important; }

.width-105 {
  width: 105px; }
  .width-105.wrap-text .jq-selectbox__dropdown {
    width: 105px !important; }
  .width-105.wrap-text li {
    white-space: normal !important; }
  .width-105 .wrap-text li {
    white-space: normal !important; }

.width-100 {
  width: 100px; }
  .width-100.wrap-text .jq-selectbox__dropdown {
    width: 100px !important; }
  .width-100.wrap-text li {
    white-space: normal !important; }
  .width-100 .wrap-text li {
    white-space: normal !important; }

.width-95 {
  width: 95px; }
  .width-95.wrap-text .jq-selectbox__dropdown {
    width: 95px !important; }
  .width-95.wrap-text li {
    white-space: normal !important; }
  .width-95 .wrap-text li {
    white-space: normal !important; }

.width-90 {
  width: 90px; }
  .width-90.wrap-text .jq-selectbox__dropdown {
    width: 90px !important; }
  .width-90.wrap-text li {
    white-space: normal !important; }
  .width-90 .wrap-text li {
    white-space: normal !important; }

.width-85 {
  width: 85px; }
  .width-85.wrap-text .jq-selectbox__dropdown {
    width: 85px !important; }
  .width-85.wrap-text li {
    white-space: normal !important; }
  .width-85 .wrap-text li {
    white-space: normal !important; }

.width-80 {
  width: 80px; }
  .width-80.wrap-text .jq-selectbox__dropdown {
    width: 80px !important; }
  .width-80.wrap-text li {
    white-space: normal !important; }
  .width-80 .wrap-text li {
    white-space: normal !important; }

.width-75 {
  width: 75px; }
  .width-75.wrap-text .jq-selectbox__dropdown {
    width: 75px !important; }
  .width-75.wrap-text li {
    white-space: normal !important; }
  .width-75 .wrap-text li {
    white-space: normal !important; }

.width-70 {
  width: 70px; }
  .width-70.wrap-text .jq-selectbox__dropdown {
    width: 70px !important; }
  .width-70.wrap-text li {
    white-space: normal !important; }
  .width-70 .wrap-text li {
    white-space: normal !important; }

.width-65 {
  width: 65px; }
  .width-65.wrap-text .jq-selectbox__dropdown {
    width: 65px !important; }
  .width-65.wrap-text li {
    white-space: normal !important; }
  .width-65 .wrap-text li {
    white-space: normal !important; }

.width-60 {
  width: 60px; }
  .width-60.wrap-text .jq-selectbox__dropdown {
    width: 60px !important; }
  .width-60.wrap-text li {
    white-space: normal !important; }
  .width-60 .wrap-text li {
    white-space: normal !important; }

.width-55 {
  width: 55px; }
  .width-55.wrap-text .jq-selectbox__dropdown {
    width: 55px !important; }
  .width-55.wrap-text li {
    white-space: normal !important; }
  .width-55 .wrap-text li {
    white-space: normal !important; }

.width-50 {
  width: 50px; }
  .width-50.wrap-text .jq-selectbox__dropdown {
    width: 50px !important; }
  .width-50.wrap-text li {
    white-space: normal !important; }
  .width-50 .wrap-text li {
    white-space: normal !important; }

.width-45 {
  width: 45px; }
  .width-45.wrap-text .jq-selectbox__dropdown {
    width: 45px !important; }
  .width-45.wrap-text li {
    white-space: normal !important; }
  .width-45 .wrap-text li {
    white-space: normal !important; }

.width-40 {
  width: 40px; }
  .width-40.wrap-text .jq-selectbox__dropdown {
    width: 40px !important; }
  .width-40.wrap-text li {
    white-space: normal !important; }
  .width-40 .wrap-text li {
    white-space: normal !important; }

.width-35 {
  width: 35px; }
  .width-35.wrap-text .jq-selectbox__dropdown {
    width: 35px !important; }
  .width-35.wrap-text li {
    white-space: normal !important; }
  .width-35 .wrap-text li {
    white-space: normal !important; }

.width-30 {
  width: 30px; }
  .width-30.wrap-text .jq-selectbox__dropdown {
    width: 30px !important; }
  .width-30.wrap-text li {
    white-space: normal !important; }
  .width-30 .wrap-text li {
    white-space: normal !important; }

.width-25 {
  width: 25px; }
  .width-25.wrap-text .jq-selectbox__dropdown {
    width: 25px !important; }
  .width-25.wrap-text li {
    white-space: normal !important; }
  .width-25 .wrap-text li {
    white-space: normal !important; }

.width-20 {
  width: 20px; }
  .width-20.wrap-text .jq-selectbox__dropdown {
    width: 20px !important; }
  .width-20.wrap-text li {
    white-space: normal !important; }
  .width-20 .wrap-text li {
    white-space: normal !important; }

.width-15 {
  width: 15px; }
  .width-15.wrap-text .jq-selectbox__dropdown {
    width: 15px !important; }
  .width-15.wrap-text li {
    white-space: normal !important; }
  .width-15 .wrap-text li {
    white-space: normal !important; }

.width-10 {
  width: 10px; }
  .width-10.wrap-text .jq-selectbox__dropdown {
    width: 10px !important; }
  .width-10.wrap-text li {
    white-space: normal !important; }
  .width-10 .wrap-text li {
    white-space: normal !important; }

.width-5 {
  width: 5px; }
  .width-5.wrap-text .jq-selectbox__dropdown {
    width: 5px !important; }
  .width-5.wrap-text li {
    white-space: normal !important; }
  .width-5 .wrap-text li {
    white-space: normal !important; }

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

/**
 * Multiple select.
 */
.select-multiple-wrap {
  position: relative;
  display: inline-block;
  width: 40%; }

.select-multiple-wrap .selected-text {
  position: relative;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  padding: 0px 30px 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  border: 1px solid #555;
  color: #333; }

.select-multiple-wrap .selected-text.empty {
  color: #777;
  font-style: italic; }

.select-multiple-wrap .selected-text:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.3; }

.select-multiple-wrap .selected-text:hover:after {
  opacity: 1; }

.select-multiple-wrap .input-group {
  position: absolute;
  left: 0;
  display: none;
  width: 100% !important;
  margin: -1px 0 0 0px;
  padding: 12px;
  background: #fff;
  border: 1px solid #555;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10000; }

.select-multiple-wrap .input-group input[type=text] {
  width: 100%; }

.select-multiple-wrap .input-group label {
  vertical-align: top;
  margin: 4px;
  padding: 0;
  width: 85%; }

.select-multiple-wrap .input-group ul {
  max-height: 300px;
  margin-top: 12px;
  overflow: auto; }

.select-multiple-wrap .input-group ul .empty {
  display: none;
  color: #777;
  font-style: italic;
  font-size: 12px; }

.select-multiple-wrap li.optgroup ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.75em; }

.select-multiple-wrap li.optgroup.semi-selected > .jq-checkbox .jq-checkbox__div {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-selectbox__select {
  border: 1px solid #555; }

/* Search 
   ========================================================================== */
.search-form-wrapper {
  background: #EBECEE; }

.search-form {
  width: 95%;
  position: relative; }
  .search-form fieldset {
    border: none; }
  .search-form .more-link {
    font-size: 14px;
    font-weight: normal; }
  .search-form p {
    margin: 10px 0 0 10px; }

.search-form-title {
  font-size: 18px;
  line-height: 24px;
  color: #555;
  font-variant: normal;
  padding-right: 60px;
  margin-top: 0; }

.search-form-simple {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  margin: 0; }

.search-form-simple-string {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 30px 5px 15px;
  font-size: 14px;
  border: none;
  float: left; }

.search-form-simple-submit, .sidebar-search-submit {
  width: 30px;
  height: 30px;
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -1133px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  width: 30px;
  border: none;
  float: right;
  margin-right: -30px;
  position: relative; }

.search-form-filters {
  margin: 10px;
  width: 95%; }

.search-form-filters-list-item {
  /*white-space: nowrap;*/ }

.search-form-filters-list {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none; }
  .search-form-filters-list-item {
    display: inline;
    font-size: 14px;
    color: #545454;
    margin-right: 10px; }
  .search-form-filters-list.fl {
    width: 80%; }

.search-form-extended {
  display: none;
  position: absolute;
  z-index: 450;
  width: 100%;
  max-width: 100%;
  padding: 2px 30px 0 0;
  margin: 2px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .search-form-extended-wrapper {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 829px;
    background: #FFF;
    padding: 32px 12px 12px 12px;
    position: relative; }
  .search-form-extended.show {
    display: block; }
  .search-form-extended .close {
    right: 4px;
    top: 4px;
    position: absolute; }

.search-form-list label {

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  margin-right: -5px;
  font-size: 12px;
  color: #373737;
  line-height: normal; }
.search-form-list input[type=text] {

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #555;
  padding: 3px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px; }
.search-form-list .input-group {

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .search-form-list .input-group input {
    width: auto; }
  .search-form-list .input-group label {
    width: auto;
    vertical-align: middle;
    margin: 0 5px; }
.search-form-list .calendar-wrapper {
  margin-right: 10px;
  font-size: 12px;
  color: #373737; }
  .search-form-list .calendar-wrapper.to {
    margin-right: 0; }
  .search-form-list .calendar-wrapper input[type=text] {
    width: 110px; }

.search-form-list-item {
  margin-bottom: 14px; }

.search-form-button-wrapper {
  text-align: center; }

.search-form-extended-submit {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 4px 20px; }

.search-result-servicebar {
  font-size: 0.75em;
  color: #545454;
  padding: 20px 10px; }
  .search-result-servicebar strong {
    color: #FF0000;
    font-weight: normal; }

.dataTables_info strong {
  color: #FF0000;
  font-weight: normal; }

.dataTables_scrollHead {
  background-color: #c3c3c3; }

.search-result-count {
  float: left; }

.search-result-pagination {
  float: right; }
  .search-result-pagination a {
    text-decoration: none; }
    .search-result-pagination a.prev, .search-result-pagination a.next {
      font-size: 18px;
      vertical-align: baseline;
      line-height: 10px;
      text-align: center;
      height: 12px;
      width: 12px;
      overflow: hidden;
      position: relative; }

.docs-controls-item {
  float: left;
  margin-left: 10px; }
  .docs-controls-item:first-child {
    margin-left: 0; }

.ico {
  display: block; }

.ico-xls {
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -1403px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 22px;
  width: 19px; }

.ico-pdf {
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -1052px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 22px;
  width: 19px; }

.ico-print {
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -1095px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 22px;
  width: 23px; }

.table-item-extend-header {
  background: #EBECEE;
  padding: 12px 20px;
  margin-bottom: 17px; }
  .table-item-extend-header h1 {
    color: #545454;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0; }
  .table-item-extend-header .docs-controls {
    position: relative;
    top: 3px; }

.table-item-extend-main {
  padding-bottom: 3px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BEBEBE; }

.dataTables_wrapper .jq-selectbox__dropdown {
  width: 100%; }

/* side bar search
   ========================================================================== */
.sidebar-search {
  margin-top: 24px; }

.sidebar-search-list-item {
  margin-bottom: 18px; }
  .sidebar-search-list-item .jq-selectbox__select {
    width: 133px; }
.sidebar-search-list label {
  color: #545454;
  font-size: 14px;
  font-weight: 100;
  display: block;
  margin-bottom: 3px; }

.sidebar-search-string {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 15px 4px 15px;
  height: 30px;
  font-size: 14px;
  border: 1px solid #555;
  border-right: none; }
  .sidebar-search-string.near-btn {
    width: 190px; }

.sidebar-search-submit {
  margin: 0; }

.sidebar-search .calendar {
  border: 1px solid #555;
  width: 120px; }

.sidebar-search .calendar-wrapper {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #545454; }
.calendar-wrapper em {
  font-size: 14px;
  color: #545454;
  font-style: normal;
  width: 33px; }

.m-search-results {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.75em;
  padding-left: 30px;
  width: 100%;
  position: relative; }
  .m-search-results h3 {
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 6px 0; }
  .m-search-results p {
    margin: 0; }
  .m-search-results ol {
    padding: 0; }
  .m-search-results li {
    margin-bottom: 30px; }

.search-results-pagination {
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

/* full screen view
   ========================================================================== */
.full-screen-btn {
  background-image: url("../img/icons-sf8b56e5be9.png");
  background-position: 0 -916px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 31px;
  width: 31px; }
  .full-screen-btn.close {
    background-image: url("../img/icons-sf8b56e5be9.png");
    background-position: 0 -1021px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 31px;
    width: 31px; }
  .search-form-title .full-screen-btn {
    position: absolute;
    right: 0;
    top: 0; }

.full-screen-mode .l-wrapper {
  display: none; }
.full-screen-mode .search-form-wrapper {
  padding-right: 30px; }
.full-screen-mode .search-form,
.full-screen-mode .search-form-filters {
  width: 100%; }
.full-screen-mode .search-form-filters,
.full-screen-mode .data-table-wrapper {
  padding: 0 30px;
  margin-left: 0;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Special Ajust
   ========================================================================== */
.special-ajust-form p.has-group {
  margin-bottom: 0.75em; }
.special-ajust-form .input-group label {
  font-size: 0.875em;
  vertical-align: middle;
  line-height: normal;
  display: inline-block; }

.special-ajust-text-big {
  font-size: 1.125em; }

.special-ajust-text-verybig {
  font-size: 1.5em; }

.input-group .special-ajust-sitebackgroud {
  margin-bottom: 0.75em; }
  .input-group .special-ajust-sitebackgroud label {
    font-size: 0.875em;
    display: inline-block;
    padding: 0.125em 0.625em;
    border: 1px solid #000; }

.special-ajust-sitebackgroud_back label {
  background: #000;
  color: #FFF; }

.special-ajust-kerning-big {
  letter-spacing: 1px; }

.special-ajust-kerning-verybig {
  letter-spacing: 2px; }

.m-special-ajust .uppercase-header, .m-special-ajust .l-col-1-wrapper h3, .l-col-1-wrapper .m-special-ajust h3, .m-special-ajust .f-col-1 h3, .f-col-1 .m-special-ajust h3, .m-special-ajust .f-col-2 h3, .f-col-2 .m-special-ajust h3, .m-special-ajust .form-title, .m-special-ajust .search-form-title {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  background: #F7F7F7; }

.m-special-ajust-article {
  background: #EAECEE;
  padding-left: 30px;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }

.m-special-ajust-browser-select {
  display: table;
  width: 100%;
  table-layout: fixed; }

.m-special-ajust-browser-select-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.browser-select-btn {
  display: block; }

.m-special-ajust-browser-name,
.m-special-ajust-browser-logo-img {
  display: block;
  margin: auto; }

.m-special-ajust-browser-name {
  font-size: 0.875em; }

.m-special-ajust-table tbody td:first-child, .m-special-ajust-table tbody th:first-child, .m-special-ajust-table thead td:first-child, .m-special-ajust-table thead th:first-child {
  width: auto; }
.m-special-ajust-table tbody td:last-child, .m-special-ajust-table tbody th:last-child, .m-special-ajust-table thead td:last-child, .m-special-ajust-table thead th:last-child {
  width: 12.5em;
  text-align: left; }
.m-special-ajust-table tbody td:last-child, .m-special-ajust-table thead td:last-child {
  padding-top: 0; }

.keyboard-btn {
  background: #FFF;
  display: inline-block;
  padding: 0.625em 0.9375em;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 0.8125em;
  line-height: 1.75em;
  height: 1.75em;
  min-width: 1.75em;
  text-align: center;
  font-family: monospace;
  margin-top: 0.625em; }
  .keyboard-btn .btn-arrow {
    font-size: 1.25em; }

.m-special-ajust-browser-select-table {
  display: none; }

.m-special-ajust-browser-select-table_active {
  display: block; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }

   /* a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }*/
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .print {
    display: block; }

  .no-print, .l-wrapper_header .h-menu,
  .l-wrapper_header .h-blocks,
  .l-wrapper_header .m-menu, .back-link,
  aside,
  .f-col-1,
  .f-social-bar {
    display: none; }

  .l-container {
    max-width: auto;
    min-width: 600px; }

  .l-col-1 {
    width: 40%;
    min-width: 100px;
    height: auto !important; }

  .l-col-2 {
    width: 60%;
    height: auto !important; }

  .l-wrapper_subheader {
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .l-container_subheader {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 10px 0;
    min-width: 600px;
    margin: 20px auto 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .page-title {
    background: none !important;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-right: -5px;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .breadcrumbs {
    display: inline-block;
    vertical-align: middle;
    width: 60%; }
    .breadcrumbs .breadcrumbs-separator {
      padding: 0 5px; }
    .breadcrumbs nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .breadcrumbs nav li {
      display: inline-block;
      vertical-align: middle;
      margin-left: -4px;
      font-size: 12px; }
      .breadcrumbs nav li a {
        color: #DF2323; }

  .page-title-header {
    color: #DF2323;
    padding: 0;
    margin: 0;
    line-height: normal;
    height: auto; }

  .l-container_main .l-col-1 {
    display: none; }
  .l-container_main .l-col-2 {
    width: 100%; }

  .f-col-2 {
    width: 100%;
    padding: 0;
    height: auto; }

  .f-copyright {
    margin: 0; }

  article {
    margin: 0; } }
