/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* @import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Open+Sans+Condensed:300,300italic,700"); */

th.width_1 {
  width: 1%;
}
th.width_2 {
  width: 2%;
}
th.width_5 {
  width: 5%;
}
th.width_10 {
  width: 10%;
}
th.width_15 {
  width: 15%;
}
th.width_20 {
  width: 20%;
}
th.width_25 {
  width: 25%;
}

/* from old template /toomas */
.cal-pck-day-has-events {
  font-weight:bold;
  text-decoration:underline;
}

.line-solid-grey {border-top:1px solid #EEE;}
.item-padding {padding-bottom:30px;}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}

p {
  font-size: 15px;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
HTML {
  overflow: -moz-scrollbars-vertical;
}
BODY {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
@media screen and (-webkit-min-device-pixel-ratio: 1) {
  HTML {
    overflow-y: scroll;
  }
  SELECT {
    padding-right: 30px !important;
  }
}
BUTTON,
INPUT,
SELECT,
TEXTAREA {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal !important;
  max-width: 100%;
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
*:first-child + HTML INPUT[type="checkbox"] {
  margin: 0;
}
*:first-child + HTML INPUT[type="radio"] {
  margin: 0;
}
SELECT {
  -webkit-appearance: none;
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
}
SELECT::-ms-expand {
  display: none;
}
SELECT:focus {
  outline: none;
  border-color: #aaa;
}
SELECT:focus OPTION {
  background: #fff;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAGCAYAAAAsVdWjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpidHV1FWRgYDgDxK5AfI8BOwgF4vJdu3aZMBABmID4PRCvhhqshMPAVUDcyUAkYIHSFVAaZLAJkothBoZBLSbJUGwGG5NjILqh6AYLkmMgNkNhBr+HBgHJBoIAQIABAAMEFxMvb6R3AAAAAElFTkSuQmCC) 100% 50% no-repeat;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  SELECT {
    padding-right: 30px !important;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAGCAYAAAAsVdWjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpidHV1FWRgYDgDxK5AfI8BOwgF4vJdu3aZMBABmID4PRCvhhqshMPAVUDcyUAkYIHSFVAaZLAJkothBoZBLSbJUGwGG5NjILqh6AYLkmMgNkNhBr+HBgHJBoIAQIABAAMEFxMvb6R3AAAAAElFTkSuQmCC) 100% 50% no-repeat;
  }
}
::-moz-selection {
  background: #b91318;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #b91318;
  color: #fff;
  text-shadow: none;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.img-left {
  float: left;
  margin: .3em 1em 1em 0;
  clear: both;
}
.img-right {
  float: right;
  margin: .3em 0 1em 1em;
  clear: both;
}
.strike {
  text-decoration: line-through;
}
.posrel {
  position: relative;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.hidden {
  display: none;
  visibility: hidden;
}
TR.hidden {
  visibility: visible;
}
.ui-helper-hidden-accessible {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center !important;
}
.nomargin {
  margin: 0 !important;
}
.nomarginl {
  margin-left: 0 !important;
}
.bold,
.bold * {
  font-weight: bold !important;
}
.w50p {
  width: 50%;
}
.w100p {
  width: 100%;
  /*margin-bottom: 10px;*/
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt1em {
  margin-top: 1em !important;
}
.mt2em {
  margin-top: 2em !important;
}
.ml2em {
  margin-left: 2em !important;
}
.negative {
  color: #eb361a;
}
.positive {
  color: #75bd3f;
}
.flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@font-face {
  font-family: "icons";
  src: url('../fonts/Icons/icons.eot');
  src: url('../fonts/Icons/icons.eot?#iefix') format('eot'), url('../fonts/Icons/icons.woff') format('woff'), url('../fonts/Icons/icons.ttf') format('truetype'), url('../fonts/Icons/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ico"]:before,
[class*=" ico"]:before,
[class^="ico"]:after,
[class*=" ico"]:after {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-aaa:after {
  content: "\E001";
}
.ico-ddds:after {
  content: "\E002";
}
.ico-dog:after {
  content: "\E003";
}
.ico-eat:after {
  content: "\E004";
}
.ico-kid:after {
  content: "\E005";
}
.ico-like:after {
  content: "\E006";
}
.ico-loupe:after {
  content: "\E007";
}
.ico-mail:after {
  content: "\E008";
}
.ico-money:after {
  content: "\E009";
}
.ico-remove:after {
  content: "\E00A";
}
.ico-xoink:after {
  content: "\E00B";
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table {
    border-collapse: collapse !important;
  }
}
/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b2b2b;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background: #2b2b2b;
  width: 268px!important;
  box-sizing: border-box;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
  background: #2b2b2b;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper:active,
.ui-menu .ui-menu-item-wrapper:focus {
  *background: #2b2b2b !important;
  border: 1px solid white!important;
  color: white!important;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  *background: #2b2b2b !important;
  border: 1px solid white!important;
  color: white!important;
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.6%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
/*
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
*/
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #2b2b2b;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ed4e0d;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
 /* background-position: -48px -192px; */
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
.ui-autocomplete .ui-menu-item .ui-corner-all {
  *background: #2b2b2b !important;
  font-family: "Times New Roman", Times, serif;
}
.ui-menu-item,
.ui-menu,
.ui-autocomplete,
.ui-front,
.ui-menu-item a,
.ui-menu-item a:hover {
  padding: .2em .4em;
  /* margin: .8em 0 .2em; */
  line-height: 1.5;
  *background: #2b2b2b !important;
  color: white!important;
  border: none!important;
  font-size: 12px !important;
}
.ui-autocomplete-category {
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 18px;
}
.ui-autocomplete-category:hover {
  background: none!important;
}
.ui-state-focus {
  color: White!important;
  background: #96B202!important;
  outline: none;
}
/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=ffffff&bgTextureHeader=01_flat.png&bgImgOpacityHeader=15&borderColorHeader=cadbd7&fcHeader=453821&iconColorHeader=b83400&bgColorContent=f9fcfb&bgTextureContent=01_flat.png&bgImgOpacityContent=10&borderColorContent=cadbd7&fcContent=1f1f1f&iconColorContent=222222&bgColorDefault=ffffff&bgTextureDefault=01_flat.png&bgImgOpacityDefault=10&borderColorDefault=cadbd7&fcDefault=474648&iconColorDefault=b83400&bgColorHover=654b24&bgTextureHover=23_fine_grain.png&bgImgOpacityHover=65&borderColorHover=654b24&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=e6f3f0&bgTextureActive=01_flat.png&bgImgOpacityActive=15&borderColorActive=d9d6c4&fcActive=140f06&iconColorActive=8c291d&bgColorHighlight=e6f3f0&bgTextureHighlight=23_fine_grain.png&bgImgOpacityHighlight=15&borderColorHighlight=cadbd7&fcHighlight=474648&iconColorHighlight=3572ac&bgColorError=b83400&bgTextureError=23_fine_grain.png&bgImgOpacityError=68&borderColorError=681818&fcError=ffffff&iconColorError=fbdb93&bgColorOverlay=6e4f1c&bgTextureOverlay=16_diagonal_maze.png&bgImgOpacityOverlay=20&opacityOverlay=60&bgColorShadow=000000&bgTextureShadow=16_diagonal_maze.png&bgImgOpacityShadow=40&opacityShadow=60&thicknessShadow=5px&offsetTopShadow=0&offsetLeftShadow=-10px&cornerRadiusShadow=18px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #cadbd7;
  background: #f9fcfb;
  color: #1f1f1f;
}
#ui-id-1.ui-widget-content {
  background: #2b2b2b;
}
.ui-widget-content a {
  color: #1f1f1f;
}
.ui-widget-header {
  border: 1px solid #cadbd7;
  background: #ffffff;
  color: #453821;
  font-weight: bold;
}
.ui-widget-header a {
  color: #453821;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ffffff;
  font-weight: bold;
  color: #474648;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #474648;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #654b24;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-hover a {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-hover a:hover,
.ui-state-hover {
  color: green;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #e6f3f0;
  font-weight: bold;
  color: #140f06;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #140f06;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cadbd7;
  background: #e6f3f0;
  color: #474648;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #474648;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #681818;
  background: #b83400;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
}
/* Overlays */
.ui-widget-overlay {
  background: #000000;
  opacity: .70;
  filter: alpha(opacity=70);
}
.ui-widget-shadow {
  margin: 0 0 0 -10px;
  padding: 5px;
  background: #000000;
  opacity: .60;
  filter: alpha(opacity=60);
  -moz-border-radius: 18px;
  -khtml-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  background: green;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 1.5em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
}
.ui-datepicker td {
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
#datepicker {
  border: 5px solid #d6d6d6;
  margin: 0 0 0 0;
  width: auto;
}
#datepicker .pad {
  padding: 9px;
}
#datepicker HR {
  clear: both;
  height: 5px;
  background: url(../img/bg07.png) no-repeat 0 50%;
  border: none;
  margin: 13px 0;
}
#datepicker .ui-datepicker {
  width: auto;
}
.ui-datepicker {
  width: 318px;
}
#datepicker .ui-widget-content {
  background: #fff;
  border: none;
  color: #1F1F1F;
}
#datepicker .ui-datepicker .ui-datepicker-header {
  padding: 0;
}
#datepicker .ui-widget-header {
  color: #0a0a0a;
  font-size: 20px;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  border: none;
}
#datepicker .corner-all {
  padding: 0;
}
#datepicker .ui-datepicker-calendar {
  background: #fff;
  margin: 27px auto 20px auto;
  width: 193px;
}
#datepicker THEAD {
  display: none;
}
#datepicker .ui-datepicker th {
  border: 1px solid #D2D2D2;
  color: #6E6E6E;
  font-size: 0.93em;
  padding: 3px !important;
  text-align: center;
  font-weight: bold;
  line-height: normal;
}
#datepicker .ui-state-default,
#datepicker .ui-widget-content .ui-state-default,
#datepicker .ui-widget-header .ui-state-default {
  background: none;
  border: none;
  color: #474648;
  font-weight: normal;
}
#datepicker .ui-datepicker td span,
#datepicker .ui-datepicker td a {
  padding: 0;
  text-align: center;
  font-size: 1em;
}
#datepicker .ui-datepicker td {
  background: none;
  border: 1px solid #D2D2D2;
  color: #3A3A3A;
  font-weight: normal;
  text-align: center;
  font-size: 1em;
  line-height: normal;
}
#datepicker .ui-datepicker td A,
#datepicker .ui-datepicker td SPAN {
  padding: 3px !important;
}
#datepicker td.ui-datepicker-today {
  background: #b91318;
  color: white;
}
#datepicker td.ui-datepicker-today a {
  color: white;
}
/* current input value background color */
#datepicker .ui-datepicker-current-day {
  background: #0B3F71;
  color: white;
}
/* today's background color */
#datepicker .ui-datepicker-today {
  background: none;
  color: white;
}
#datepicker .ui-datepicker-today:hover {
  background: #999999;
}
#datepicker .ui-datepicker-today a:hover {
  color: #212121;
}
#datepicker td.ui-datepicker-today SPAN {
  color: white!important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border: none;
  cursor: pointer;
  width: 25px;
}
.ui-datepicker .ui-datepicker-prev span {
  position: static;
  width: 25px;
  height: 30px;
  background: url("../img/dot06.png") no-repeat;
  margin: 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span {
  position: static;
  width: 25px;
  height: 30px;
  background: url("../img/dot06b.png") no-repeat;
  margin: 0;
}
.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
}
.ui-datepicker-prev-hover {
  background: none;
  border: none;
  left: 2px;
  top: 2px;
}
.ui-datepicker-next-hover {
  background: none;
  border: none;
  right: 2px;
  top: 2px;
}
#datepicker .ui-state-disabled {
  opacity: 1;
  color: #474648;
  font-weight: normal;
}
#datepicker .hasevents A {
  color: #D61546 !important;
  font-weight: bold !important;
}
#datepicker .ui-datepicker-calendar TD:hover A {
  background: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
#datepicker SELECT {
  width: 192px;
  padding: 3px;
  border: 1px solid #c8c8c8;
}
#datepicker SPAN.b {
  width: 188px;
  padding: 0 3px;
  display: block;
  border: 1px solid #c8c8c8;
  margin: 5px 0 0 0;
  overflow: hidden;
}
#datepicker SPAN.b INPUT.txt {
  width: 160px;
  border: none;
  margin: 0;
}
#datepicker SPAN.submit {
  float: right;
}
#datepicker .btn {
  margin-top: 5px;
}
#datepicker .ui-widget-content TD .ui-state-active {
  background: #0a0a0a;
  color: #fff;
}
#datepicker .ui-widget-content TD .ui-state-active:hover,
#datepicker .ui-widget-content .ui-state-hover.ui-state-active,
#datepicker .ui-widget-content TD:hover .ui-state-active {
  background: #b71234 !important;
  color: #fff;
}
#datepicker .ui-widget-content TD .ui-state-highlight {
  background: none;
  color: white;
}
#datepicker .ui-widget-content TD .ui-state-highlight:hover {
  background: none;
}
.ui-datepicker-calendar .ui-state-hover,
#datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #8c939a !important;
}
BODY,
HTML {
  padding: 0;
  background: #fff;
  height: 100%;
}
@media only screen and (max-width: 759px) {
  BODY,
  HTML {
    background: #fff;
  }
  .mobile-hide {
    display: none;
  }
}
BODY {
  font-size: 15px;
  line-height: 17px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
H2,
H3,
H4,
H5,
H6,
P,
UL,
OL,
TABLE {
  margin: 1em 0 0 0;
}
H1,
H2,
H3,
H4,
H5,
H6,
TH {
  font-family: "Times New Roman", Times, serif;
  line-height: 0.67em;
  letter-spacing: -0.04em;
}
H1 {
  font-size: 45px;
  margin: 0;
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 40px;
  /*+ H2 {
		margin: 0; color: @color01; font-size: ceil(@base-font-size * 1.5) !important;
		I { font-style: normal; font-weight: 300; }
	}*/
}
H1 STRONG {
  color: #b71234;
}
H2 {
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
}
H3 {
  color: #0a0a0a;
  font-style: italic;
  font-family: "Times New Roman", serif;
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: normal;
}
H4 {
  font-size: 15px;
}
H5 {
  font-size: 14px;
}
H6 {
  font-size: 12px;
}
H1[class*="ico-"]:before,
H2[class*="ico-"]:before,
H3[class*="ico-"]:before,
H4[class*="ico-"]:before,
H5[class*="ico-"]:before,
H6[class*="ico-"]:before,
H1[class*=" ico-"]:before,
H2[class*=" ico-"]:before,
H3[class*=" ico-"]:before,
H4[class*=" ico-"]:before,
H5[class*=" ico-"]:before,
H6[class*=" ico-"]:before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: 15%;
  font-size: 70%;
  background: #27aae1;
  color: #fff;
  padding: .25em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media only screen and (max-width: 759px) {
  H1 {
    font-size: 23px;
  }
}
tr {
  text-align: left;
}
A {
  text-decoration: none;
  color: #b71234;
}
A:hover {
  text-decoration: none;
  *border-bottom: 1px solid #b91318;
}
@media only screen and (max-width: 239px) {
  .supported {
    display: none;
  }
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  .supported {
    height: 100%;
  }
}
@media only screen and (max-width: 239px) {
  .notsupported {
    display: block;
    padding: 10px;
    text-align: center;
  }
  .notsupported P.logo {
    margin: 0;
  }
  .notsupported P.logo IMG {
    width: 120px;
    height: auto;
  }
}
@media only screen and (min-width: 240px) {
  .notsupported {
    display: none;
  }
}
INPUT[type="text"],
INPUT[type="password"],
SELECT,
BUTTON,
INPUT[type="submit"],
INPUT[type="reset"],
TEXTAREA {
  font-size: inherit;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
INPUT[type="text"]:focus,
INPUT[type="password"]:focus,
SELECT:focus,
BUTTON:focus,
INPUT[type="submit"]:focus,
INPUT[type="reset"]:focus,
TEXTAREA:focus {
  outline: none;
  /*border-color: @color04;*/
}
INPUT[type="text"],
INPUT[type="password"] {
  padding: 6px 9px;
  line-height: 17px;
  height: 45px;
  width: 320px;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  border: 1px solid #c3c3c3;
}
SELECT,
BUTTON,
INPUT[type="submit"],
INPUT[type="reset"] {
  display: inline-block;
  padding: 7px 9px;
  height: 39px;
}
TEXTAREA {
  padding: 7px 9px;
}
.line01 {
  width: 100%;
  height: 10px;
  background: #b91318 none repeat 0 0;
  display: inline-block;
}
.logo {
  margin: 80px auto 60px auto;
  max-width: 303px;
}
.login01 {
  display: flex;
  max-width: 660px;
  margin: auto;
}
.login01 .col-a {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #f5f5f5;
  padding: 60px 60px 0 60px;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 4px;
}
.login01 .col-a .main {
  font-family: "Times New Roman", Times, serif;
  background: #b91318 none repeat 0 0;
  width: 150px;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -0.03em;
  border-width: 0;
  padding-left: 10px;
  text-align: left;
}
.login01 .col-a .main:hover {
  border: none;
  background: #e7181e none repeat 0 0 !important;
}
.login01 .col-a .main:after {
  float: right;
  content: "›";
}
.login01 .col-a SPAN {
  font-style: normal;
  position: relative;
  left: -15px;
  color: #fff;
  pointer-events: none;
}
.login01 .col-b {
  -webkit-flex: 0 1 33.333%;
  -moz-flex: 0 1 33.333%;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.login01 .col-b A:hover {
  border-width: 0;
}
.login01 .col-b A:first-child {
  margin-bottom: 4px;
}
.login01 .col-b IMG {
  width: 220px;
  height: auto;
  display: block;
}
UL.msg01 LI > *:first-child {
  margin: 0;
}
UL.msg01 .msg-error {
  color: red;
  border-width: 1px;
  border-style: solid;
  border-color: red;
  padding: 15px;
  text-align: center;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
}
.form01 .row {
  margin: 10px 0 0 0;
}
.form01 .row:after {
  content: '';
  display: table;
  clear: both;
}
.form01 .row > LABEL,
.form01 .row > SPAN.label {
  width: 200px;
  float: left;
  padding: 15px 0 0;
}
.form01 .row > DIV.items {
  float: left;
  width: 100%;
  margin-left: -200px;
  padding-left: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form01 .row > DIV.items.w100p {
  margin-left: 0;
  padding-left: 0;
  float: none;
}
.form01 .row > DIV.items > * {
  float: left;
}
.form01 .row > DIV.items SPAN.text {
  padding: 15px 5px 0;
}
.form01 .row.readonly > LABEL,
.form01 .row.readonly > SPAN.label {
  padding: 0;
}
.form01 .row.readonly > DIV.items SPAN.text {
  padding: 0;
}
.form01 .row.type01 {
  display: flex;
}
.form01 .row.type01 INPUT[type="text"] {
  -webkit-flex: 1 1 150px;
  -moz-flex: 1 1 150px;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
}
.form01 .row.type01 .marg {
  margin-left: 2em;
}
.form01 .row.type01 .ico-remove {
  text-indent: -10000px;
  padding: 15px 0 0;
}
.form01 .row.type01 .ico-remove:after {
  text-indent: 0;
  float: left;
}
.form01.readonly .row {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  font-size: 14px;
}
.form01.readonly .row > LABEL,
.form01.readonly .row > SPAN.label {
  padding: 0;
}
.form01.readonly .row > DIV.items {
  font-weight: bold;
}
.form01 .max {
  width: 100%;
}
.form01 TEXTAREA,
.form01 SELECT[multiple] {
  height: 150px;
}
@media only screen and (max-width: 759px) {
  .form01 .row > LABEL,
  .form01 .row > SPAN.label {
    width: 100%;
    display: block;
    float: none;
  }
  .form01 .row > DIV.items {
    float: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: .5em;
  }
  .form01 .row.type01 {
    background: #f1f1f1;
    margin: 10px -20px 0;
    padding: 10px 20px;
  }
  .form01 .row.type01 .marg {
    margin-left: 0;
    margin-top: 1em;
    padding: 0 0 5px;
    display: block;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .form01 .row.type01 {
    background: #f1f1f1;
    margin: 10px -20px 0;
    padding: 10px 20px;
  }
  .form01 .row.type01 > LABEL,
  .form01 .row.type01 > SPAN.label {
    width: 100%;
    display: block;
    float: none;
  }
  .form01 .row.type01 > DIV.items {
    float: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: .5em;
  }
  .form01 .row.type01 .marg {
    margin-left: 0;
    margin-top: 1em;
    padding: 0 0 5px;
    display: block;
  }
}
.discrete {
  border: none;
  background: none;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.2em;
  color: #000;
  font-size: 17px;
  font-variant: small-caps;
  margin-top: 40px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.searchbox {
  position: relative;
  margin-bottom: 0px;
  min-width: 50px;
  width: 0%;
  height: 55px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #dcddd8;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 14px;
  color: white;
  background: #2b2b2b none repeat 0 0;
}
.searchbox-input::-webkit-input-placeholder {
  color: #8c939a;
}
.searchbox-input:-moz-placeholder {
  color: #8c939a;
}
.searchbox-input::-moz-placeholder {
  color: #8c939a;
}
.searchbox-input:-ms-input-placeholder {
  color: #8c939a;
}
.searchbox-icon,
.searchbox-submit {
  width: 40px;
  height: 55px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 18px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  color: white;
  background: #2b2b2b;
}
.searchbox-open {
  width: 268px;
  position: absolute;
  right: 0;
  top: 0;
}
.supported {
  display: inline;
  visibility: visible;
}
@media only screen and (max-width: 239px) {
  .supported {
    display: none;
  }
}
@media only screen and (max-width: 239px) {
  .notsupported {
    display: block;
    visibility: visible;
    padding: 10px;
    text-align: center;
  }
  .notsupported .logo {
    margin: 0;
  }
}
@media only screen and (min-width: 240px) {
  .notsupported {
    display: none;
  }
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #c3c3c3;
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  .desktop-hide {
    display: none;
  }
  .align-left {
    text-align: left!important;
  }
  .norelative {
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
  }
  .menu02 > LI {
    padding-right: 5px!important;
  }
  .menu02 > LI > A {
    font-size: 0.95em!important;
  }
  .menu02 > LI A:first-of-type {
    margin-left: 10px!important;
  }
  .menu02 > LI:last-of-type {
    padding-right: 0!important;
  }
  .searchbox {
    width: 268px;
  }
}
@media only screen and (min-width: 1377px) {
  .desktoplarge-hide {
    display: none;
  }
  .searchbox {
    width: 268px;
  }
}
BODY {
  margin: 0;
}
BODY {
  background: #fff;
}
.skipnav {
  position: absolute !important;
  left: -1000px;
  top: -1000px;
}
BODY.size01,
BODY.size01 INPUT,
BODY.size01 SELECT,
BODY.size01 TEXTAREA,
BODY.size01 BUTTON,
BODY.size01 TD,
BODY.size01 TH {
  font-size: 13px;
}
BODY.size02,
BODY.size02 INPUT,
BODY.size02 SELECT,
BODY.size02 TEXTAREA,
BODY.size02 BUTTON,
BODY.size02 TD,
BODY.size02 TH {
  font-size: 16px;
}
BODY.size03,
BODY.size03 INPUT,
BODY.size03 SELECT,
BODY.size03 TEXTAREA,
BODY.size03 BUTTON,
BODY.size03 TD,
BODY.size03 TH {
  font-size: 26px;
}
UL {
  list-style: none;
  padding: 0;
  margin: 0;
}
LI {
  padding: 0;
  margin: 0;
}
.base-line-height {
  line-height: 17px !important;
}
/* Menus */
#size01 {
  font-size: 11px;
  margin: 0 8px 0 0;
}
#size02 {
  font-size: 15px;
  margin: 0 8px 0 0;
}
#size03 {
  font-size: 16px;
  margin: 0 8px 0 0;
}
.bg01 {
  background: #ededed;
}
.bg02 {
  background: #f4f4f4;
}
.bg03 {
  background: #e1e1e1;
}
.bg04 {
  background: #e9e9e9;
}
DIV#menus > A {
  padding: 0 !important;
}
/* Overlay fade */
.menu-open:before {
  content: "";
  opacity: 0.65;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 500;
  top: 0;
  left: 0;
  position: fixed;
}
/* Header */
.header-a,
.header-b,
#header {
  display: inline;
}
.header-a .name01,
.header-a .logout01 {
  font-weight: bold;
  margin: 20px 1.5% 0 0;
  display: inline-block;
}
.header-a .name01 {
  color: #b91318;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 45%;
}
.header-a .logout01 {
  color: #8c939a;
  float: right;
}
#language01 {
  font-size: 13px;
  width: 125px;
  float: right;
  position: relative;
  background: url(../img/bg01.png) no-repeat 105px 9px;
  margin: 16px 0 0 0;
  z-index: 100;
}
#language01 A {
  color: #0a0a0a;
  text-decoration: none;
  border: 1px solid #c3c3c3;
  display: block;
  padding: 3px 5px 3px 26px;
}
#language01 UL {
  display: none;
}
#language01.open UL {
  display: block;
  position: absolute;
  width: 100%;
}
#language01.open {
  background: url(../img/bg01b.png) no-repeat 105px 9px;
}
#language01 .et {
  background: url(../img/flag_et.png) no-repeat 5px 50%;
}
#language01 .ru {
  background: url(../img/flag_ru.png) no-repeat 5px 50%;
}
#language01 .en {
  background: url(../img/flag_en.png) no-repeat 5px 50%;
}
#language01 UL A {
  background-color: #fff !important;
  border-top: none;
}
.subscribe02 {
  width: 268px !important;
  height: 60px !important;
  background: #656565 none repeat 0 0 !important;
  margin: 15px 0 25px 0!important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  position: relative;
}
.subscribe02:hover {
  border: none;
  background: #7f7f7f none repeat 0 0 !important;
}
.ico-mail:after {
  font-size: 30px;
  padding-left: 100px;
}
#menuToggler {
  display: none !important;
}
#logo01 {
  float: left;
  position: relative;
  top: -20px;
  font-family: desktop;
}
#logo01 IMG {
  width: 205px;
  height: auto;
}
#logo01 H1 {
  margin: 0;
}
#logo01 a:hover {
  text-decoration: none;
  border-bottom: none!important;
}
#logo01 a {
  text-decoration: none;
  border-bottom: none!important;
}
#search01 {
  position: relative;
  z-index: 10;
  float: right;
  clear: right;
  background: #2b2b2b none repeat 0 0;
  width: 286px;
  overflow: hidden;
  height: 100%;
}
#search01 FORM {
  overflow: hidden;
  height: 100%;
}
#search01 INPUT {
  border: none;
  background: none;
  width: 216px;
  float: left;
  padding: 0;
}
#search01 INPUT[type="text"] {
  color: #fff;
  padding-left: 15px;
  height: 100%;
  font-size: 14px;
}
#search01 SPAN {
  float: right;
  width: 40px;
}
#search01 SPAN INPUT {
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  position: relative;
  top: 6px;
}
#search01 .btn {
  width: auto;
  height: 100%;
  padding: 0;
  float: right;
  background: transparent none repeat 0 0;
  border: none;
  margin-right: 15px;
}
#search01 .ico-loupe:after {
  font-size: 20px!important;
  color: #f5f5f5;
}
#subscribe01 INPUT[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 2px;
}
#subscribe01 INPUT[type="text"] {
  margin-bottom: 10px;
  padding: 0;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  border-bottom: 1px solid #8c939a;
  height: auto;
  margin-top: 15px;
  padding-bottom: 4px;
}
#subscribe01 .discrete {
  margin-top: 20px;
  border: 1px solid transparent;
}
#subscribe01 button {
  background: none;
  height: auto;
  padding: 0;
}
#subscribe01 button:hover {
  border-bottom: 1px solid #b91318 !important;
}
#subscribe01 .ico-mail:after {
  padding: 0 10px 0 0 ;
  font-size: 25px!important;
  float: left;
  color: #b71234;
  position: relative;
  top: -3px;
}
#subscribe01 INPUT[type="text"]:-moz-placeholder {
  color: black;
  font-size: 15px;
}
#subscribe01 INPUT[type="text"]:-ms-input-placeholder {
  color: black;
  font-size: 15px;
}
#subscribe01 INPUT[type="text"]::-webkit-input-placeholder {
  color: black;
  font-size: 15px;
}
#subscribe01 label {
  display: block;
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
}
/* Menus */
.menu01 {
  float: right;
  margin: 10px 0 0 0;
  clear: right;
}
.menu01 A {
  font-size: 0.85em;
  color: #909090;
  text-decoration: none;
  margin: 0 0 0 15px;
}
.menu01 A.active {
  border-bottom: 1px solid #b71234;
}
.menu02 {
  clear: both;
  position: relative;
  margin: auto;
  width: 100%;
  background: #b91318 none repeat 0 0;
  display: flex;
  height: 55px;
}
.menu02:before,
.menu02:after {
  content: "";
  display: table;
}
.menu02:after {
  clear: both;
}
.menu02 > LI {
  float: left;
  background: #b91318 none repeat 0 0;
  position: relative;
  padding-right: 10px;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.menu02 > LI:last-of-type {
  padding-right: 0px;
  margin-left: auto;
}
.menu02 > LI > A {
  border-bottom: 4px solid transparent;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  max-height: 51px;
  line-height: 51px;
}
.menu02 > LI > A:hover {
  border-bottom: 4px solid #ff4248;
}
 .menu02 > li > a.topbar_menu_active {
  border-bottom: 4px solid #ff4248;
}
.menu02 > LI A:first-of-type {
  margin-left: 20px;
}
.menu02 > LI > A.active {
  color: #fff;
}
.menu02 > LI.nobg {
  background: none;
}
.menu02 > LI.type02 {
  background: none;
  padding-right: 0;
  padding-bottom: 0;
  float: right;
  z-index: 600;
}
.menu02 > LI.type02 > A {
  color: #fff;
  padding: 7px 38px 7px 15px;
}
.menu02 > LI > UL {
  display: none;
  padding: 15px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  left: -20px;
  top: 100%;
  width: 250px;
}
.menu02 > LI > UL LI {
  float: none;
  width: 100%;
  padding: 0;
  background: none;
}
.menu02 > LI > UL LI A {
  color: #1a1a1a;
  display: block;
  padding: 5px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: none;
}
.menu02 > LI > UL LI A:hover {
  background: #b71234;
  color: #fff;
}
.menu03 {
  margin: 48px 0 0;
  padding: 10px;
  background: #f5f5f5 none repeat 0 0;
}
.menu03.noborder {
  margin: 36px 0 0;
  border-top: none;
  padding-top: 0;
}
.col08 .menu03.noborder {
  margin: 10px 0 0;
}
.menu03 LI {
  margin: 0 0 4px 0;
  padding-left: 30px;
}
.menu03 LI A {
  font-size: 0.8em;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: black;
}
.menu03 LI A.active {
  font-weight: bold;
}
.menu03 LI A.active,
.menu03 LI A:hover {
  border-bottom: 1px solid #b71234;
}
.menu03 LI:before {
  content: "";
  border-bottom: 1px solid #b71234;
  display: block;
  position: relative;
  top: .8em;
  left: -1.5em;
  width: 15px;
}
.menu03 LI LI A {
  font-size: 0.7em;
  color: #0a0a0a;
}
.menu03 LI LI LI A {
  font-size: 0.68em;
}
.menu03 LI UL {
  margin: 4px 2px 0 2px;
}
.menu03 LI LI {
  padding: 0;
  margin: 0 0 2px 0;
}
.menu03 LI LI:before {
  width: 7px;
  border-bottom: 1px solid black;
  left: -1.1em;
}
.menu03 LI LI LI {
  padding: 0 0 1px 15px;
}
/* Content */
P.path {
  font-size: 0.92em;
  font-family: "Times New Roman", serif;
  font-variant: small-caps;
  letter-spacing: 0.5em;
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0 20px;
  max-width: 495px;
}
P.path.w100p {
  max-width: none;
}
P.path A {
  color: #0a0a0a;
  text-decoration: none;
}
.content {
  position: relative;
  overflow: hidden;
}
.index .content {
  padding-top: 15px;
}
.content H1,
.content H2 {
  margin-left: 0;
  font-weight: bold;
  flex: 1 0 100%;
  text-align: left;
}
.content H2.type02 {
  margin: 1em 0 0 0;
  border-top: 5px solid #f1f1f1;
  padding: 1em 0;
  font-weight: normal;
  font-size: 25px;
}
.content H2.type02 SMALL {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
}
.content P.date {
  margin: 0;
  color: #989898;
}
.content P.lead {
  margin: 0 0 2em;
}
.content P.note {
  background: url(../img/ico04.png) no-repeat 0 0.4em;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  padding: 3px 0 3px 23px;
}
.content TABLE {
  width: 100%;
  clear: both;
  margin: 30px 0 0 0;
}
.content TABLE TH {
  line-height: normal;
  border: none;
  padding: 8px 7px;
  font-weight: bold;
  background: #4b4b4b;
  color: #fff;
}
.content TABLE TH A {
  color: #fff;
}
.content TABLE TD {
  line-height: normal;
  padding: 8px 7px;
  background: transparent;
  font-size: 1em;
}
.content DL DT {
  padding: 8px 7px!important;
}
.content TABLE TR.even TD {
  background: #f9f9f9;
}
.content TABLE TD.subheading {
  font-weight: bold;
}
.content TABLE TD A {
  text-decoration: none;
}
.content TABLE TD A:hover {
  text-decoration: underline;
}
.content TABLE TR.filter TD {
  padding: 3px 0 10px;
}
.content TABLE TR.filter INPUT {
  padding: 3px 8px;
}
.content TABLE.newsletter {
  width: 600px;
}
.content TABLE.newsletter TD {
  border: none;
}
.content TABLE.newsletter TD IMG {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
}
.content TABLE.fixed {
  table-layout: fixed;
}
.content TABLE.fixed TD {
  word-wrap: break-word;
}
.content TABLE.data TH {
  background: none;
  font-weight: bold;
  color: #292929;
  width: 30%;
  padding: 3px 0;
}
.content TABLE.data TD {
  width: 70%;
  padding: 3px 0;
}
.content TABLE.data TR.separated TH,
.content TABLE.data TR.separated TD {
  padding-top: 15px;
}
.content P.img-right {
  position: relative;
}
.content P.img-right IMG {
  float: right;
}
.content P.img-right:after {
  content: "";
  background-color: #b71234;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 45%;
  height: 15px;
  z-index: 10;
}
.content P.img-left {
  position: relative;
}
.content P.img-left IMG {
  float: left;
}
.content P.img-left:after {
  content: "";
  background-color: #b71234;
  position: absolute;
  top: 0;
  left: 0;
  right: 45%;
  height: 15px;
  z-index: 10;
}
.content UL {
  margin: 1em 0 0 0;
}
.content UL LI {
  padding-left: 18px;
  position: relative;
  margin: 0 0 5px 0;
  line-height: 26px;
}
.content UL LI:before {
  content: "";
  background: #b71234;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: .6em;
}
.content UL LI A {
  line-height: 21px;
}
.content UL LI UL {
  margin: 5px 0 5px;
}
.content-a P.img-right {
  clear: none;
}
.content-a TABLE {
  clear: none;
}
.tablewrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.content TABLE TBODY TR:last-child TD {
  padding-bottom: 20px;
}
.content BLOCKQUOTE,
.content CITE {
  background: #b3b4b7;
  float: right;
  margin: 0.5em 0 30px 30px;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1.53em;
  color: #fff;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.1;
}
.content BLOCKQUOTE SPAN,
.content CITE SPAN {
  display: block;
  font-size: 0.65em;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin: 2em 0 0 0;
  color: #fff;
}
.content BLOCKQUOTE:before,
.content CITE:before {
  content: '';
  width: 36px;
  height: 28px;
  background: url(../img/bg06.png) no-repeat;
  display: block;
  margin: 0 0 15px 0;
}
.content BLOCKQUOTE.f-left,
.content CITE.f-left {
  background: #b3b4b7;
  float: left;
  margin: 0.5em 30px 30px 0;
}
.content HR {
  clear: both;
  height: 5px;
  background: url(../img/bg07.png) no-repeat 0 50%;
  border: none;
  margin: 30px 0;
}
H1.type02 {
  color: #b71234;
}
UL.imagelist02 {
  padding: 0;
  list-style: none;
  width: 195px;
  margin: 10px 0 0 0;
  overflow: hidden;
}
UL.imagelist02 LI {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 60px;
  height: 60px;
}
UL.imagelist02 LI A {
  float: left;
  height: 60px;
  width: 60px;
  position: relative;
}
UL.imagelist02 LI A IMG {
  max-width: 100%;
  height: auto;
}
UL.imagelist02 LI A SPAN {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
UL.imagelist02 LI A:hover SPAN {
  border: 5px solid #b71234;
}
/* Tabs */
UL.tabs {
  clear: both;
  margin: 20px 0 0 0;
  padding: 0;
  border-bottom: 1px solid #c3c3c3;
}
UL.tabs:after {
  content: '';
  display: table;
  clear: both;
}
UL.tabs LI {
  float: left;
  padding: 0;
  background: none;
  margin: 0 -1px 0 0;
}
UL.tabs LI:before {
  display: none;
}
UL.tabs A {
  float: left;
  background: #f6f6f6;
  border: 1px solid #c3c3c3;
  color: #000;
  padding: 20px 40px;
  margin: 0 0 -1px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
UL.tabs A.active {
  font-weight: bold;
  border-bottom-color: #fff;
  background: #fff;
}
UL.tabs A SMALL {
  color: #918f8f;
  font-size: 100%;
}
DIV.tabcontent {
  overflow: hidden;
  padding: 10px 0 20px;
}
/* Search Results */
DIV.searchresults EM {
  background: #f9f08c;
  font-style: normal;
  padding: 0;
}
OL.searchresults {
  padding: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
OL.searchresults LI {
  margin: .5em 0 0 0;
}
OL.searchresults P {
  margin: 0;
}
OL.searchresults P.title {
  font-weight: bold;
  margin: 0;
}
OL.searchresults P.title A {
  text-decoration: none;
}
OL.searchresults P.lead {
  padding: 5px 0 0 0;
  color: #666;
}
OL.searchresults P.lead EM {
  background: #f9f08c;
  font-style: normal;
  padding: 0;
}
/* News */
UL.news {
  margin: 1.5em 0 2em 0;
}
UL.news LI {
  background: none;
  clear: left;
  padding: 0 0 1px 0;
  margin: 0 0 30px 0;
}
UL.news P.heading {
  font-size: 2em;
  line-height: 1;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
UL.news P.heading A {
  text-decoration: none;
  color: #b71234;
}
UL.news P.date {
  color: #989898;
  margin: 1em 0 0 0;
}
UL.news P {
  margin: 2px 0 0 0;
  line-height: 1.3;
}
UL.news P.img {
  float: left;
  margin: 0 5px 0 0 ;
}
UL.news P.img IMG {
  border: 3px solid #dcdcdc;
}
UL.news P.lead {
  margin: 0.5em 0 0.5em 0;
}
UL.news P.date {
  color: #777;
  font-weight: normal;
}
UL.news LI.sub {
  margin: 0.4em 0 0 0;
}
UL.news LI.sub P.heading {
  font-size: 1em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
}
UL.news LI.sub SPAN.date {
  font-weight: normal;
  color: #989898;
}
UL.news02 {
  margin: 10px 0 0 0;
}
UL.news02 LI {
  margin: 0 0 15px 0;
  font-size: 13px;
  line-height: 1.5;
}
UL.news02 A {
  color: #b91318;
  text-decoration: none;
  min-width: 100px;
  display: inline-block;
}
UL.news02 A:hover {
  border: none;
  text-decoration: underline;
}
UL.news02 + P A.more01 {
  margin: -0.5em 0 0 0;
}
UL.news03 {
  margin: 30px 0 0 0;
}
UL.news03 LI {
  margin: 15px 0 0 0;
  position: relative;
}
UL.news03 LI:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto;
  background: none;
  content: "";
  border-bottom: 1px solid #b71234;
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 15px;
}
UL.news03 LI SPAN {
  display: block;
  color: #8c939a;
  padding-left: 22px;
}
UL.news03 A {
  display: inline-block;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  padding-left: 22px;
}
UL.news03 A:hover {
  text-decoration: underline;
}
UL.news03 A:hover SPAN.heading01 {
  color: #b71234;
}
UL.news03 SPAN.img {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
UL.news03 SPAN.img IMG {
  width: auto;
  height: 100%;
  display: block;
}
UL.news03 SPAN.text {
  padding: 10px 20px 10px 180px;
  max-height: 150px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
UL.news03 SPAN.text02 {
  padding: 10px 20px 10px 20px;
}
UL.news03 SPAN.heading01 {
  color: #b71234;
  margin: 0;
  font-style: italic;
  font-size: 21px;
  line-height: 1;
  font-family: "Times New Roman", "Times New Roman", serif;
}
UL.news03 SPAN.meta {
  color: #979797;
  margin: 5px 0;
}
UL.news03 SPAN.body {
  color: #000;
  margin: 1em 0 0 0;
  line-height: 1.5;
}
UL.news04 {
  margin: 10px 0 0 0;
}
UL.news04 LI {
  margin: 15px 0 0 0 !important;
  padding: 0 !important;
  background: none;
  line-height: 1.5;
}
UL.news04 A {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #666;
}
UL.news04 A:hover {
  overflow: hidden;
  text-decoration: none;
  border-bottom: none;
}
UL.news04 SPAN {
  display: block;
}
UL.news04 SPAN.date2 {
  background: #b71234;
  color: #fff;
  float: left;
  width: 40px;
  height: 40px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.35em;
  text-align: center;
}
UL.news04 SPAN.date2 SPAN {
  font-size: 0.6em;
  line-height: .3;
}
UL.news04 SPAN.text {
  padding: 1px 0 0 50px;
  margin-top: -3px;
}
UL.news04 A:hover SPAN.text {
  color: #000;
}
UL.news04 A:hover SPAN.date2 {
  background: #000;
}
/* Events */
DIV.event-meta {
  border: 6px solid #f9f9f9;
  padding: 25px;
}
DIV.event-meta dl {
  margin: 0;
}
DIV.event-meta dt,
DIV.event-meta dd {
  font-size: 1.15em;
}
DIV.event-meta dt {
  background: none;
  color: #151515;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
DIV.event-meta dt.time {
  background: url(../img/time.png) no-repeat 5px 50%;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: italic;
  padding-left: 50px!important;
}
DIV.event-meta dt.location {
  background: url(../img/place.png) no-repeat 5px 50%;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: italic;
  padding-left: 50px!important;
}
/* Messages */
DIV.msg {
  margin: 30px 0 0;
}
DIV.msg P:first-child {
  margin: 0;
}
DIV.msg DIV {
  margin: 0 0 5px;
}
DIV.msg-error {
  color: #da2e00;
  padding: 8px 12px;
  background: #fff;
  line-height: normal;
  text-align: center;
  border: 2px solid #b71234;
}
DIV.msg-error A {
  color: #b71234;
}
DIV.msg-ok {
  color: #417301;
  padding: 8px 12px;
  background: #fff;
  line-height: normal;
  text-align: center;
  border: 2px solid #519000;
}
DIV.msg-ok A {
  color: #417301;
}
DIV.msg-info {
  color: #000;
  padding: 8px 12px;
  background: #fff;
  line-height: normal;
  text-align: center;
  border: 2px solid #b2a48c;
}
DIV.msg-info A {
  color: #000;
}
/* Actions */
TABLE UL.actions01 {
  padding: 0;
}
UL.actions01 {
  margin: 0;
  padding: 23px 0 0;
}
UL.actions01 LI {
  float: left !important;
  margin: 0 10px 5px 0 !important;
  padding: 0 !important;
  background: none !important;
  clear: none !important;
}
UL.actions01 LI:before {
  display: none;
}
UL.actions01 .discrete {
  margin-top: 0;
  border-bottom: 1px solid #b71234;
  padding: 10px 0 0;
  text-decoration: none !important;
}
UL.actions01 .discrete:hover {
  border-bottom-color: #000;
}
UL.actions01 .main {
  font-family: "Times New Roman", Times, serif;
  background: #b91318 none repeat 0 0;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -0.03em;
  border-width: 0;
  padding: 0px 20px;
  text-align: left;
}
UL.actions01 .main:hover {
  border: none;
  background: #e7181e none repeat 0 0 !important;
  text-decoration: none;
}
UL.actions01 .main:after {
  margin-left: 20px;
  float: right;
  content: "›";
}
UL.actions01 * {
  float: left;
}
UL.actions01 .disabled {
  color: #555;
}
UL.actions01 .btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
UL.actions01 .disabled:hover {
  cursor: default;
  text-decoration: none;
}
UL.actions01.f-right LI {
  margin: 0 0 5px 10px !important;
}
TD UL.actions01 {
  margin-top: 20px;
}
TD UL.actions01 INPUT {
  border: none !important;
}
/* Custom blocks */
DIV.col01 #slider01 .a {
  display: block;
}
DIV.col14 #slider01 .a {
  display: none;
}
.col14 #slider01,
.col14 #slider01 .images,
.col14 #slider01 .images LI {
  width: 375px;
  height: 375px;
}
.col14 #slider01 .images LI IMG {
  max-width: 100%;
  height: auto;
}
/* Newslists */
.index .block02 {
  margin: 0;
}
.block02 {
  margin: 25px 0 0 0;
}
.block02 H2 {
  font-size: 2.3em;
  line-height: 0.9;
  color: #b71234;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
}
.block02 H2 A {
  text-decoration: none;
}
.block02 H2 A:hover {
  text-decoration: underline;
}
.block02 UL {
  margin: 0 0 5px 0;
  height: 200px;
  overflow: hidden;
  position: relative;
}
/*.block02 UL LI.last { overflow: hidden; }
.block02 UL LI.last A { position: relative; overflow: hidden; }
.block02 UL LI.last A:after { content:""; background: url(bg09.png) repeat-x; height: 50px; width: 100%; position: absolute; left: 0; right: 0; bottom: 0; }*/
.block02 LI {
  margin: 0 0 15px 0;
}
.block02 LI A {
  color: #0a0a0a;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5;
}
.block02 LI A:hover {
  text-decoration: underline;
}
.block05 {
  padding-left: 10px;
}
.block06 {
  text-align: left;
  padding-left: 10px;
}
.block06 UL LI {
  line-height: 17px;
  margin: 0 0 2px 0;
}
.block06 UL LI A {
  padding-left: 8px;
}
.block06 UL LI:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto;
  background: none;
  content: "";
  border-bottom: 1px solid #b71234;
  display: block;
  position: absolute;
  top: .8em;
  left: 0;
  width: 15px;
}
A.more01 {
  font-size: 1em;
  font-variant: small-caps;
  letter-spacing: 0.4em;
  font-family: "Times New Roman", "Times New Roman", serif;
  text-decoration: none;
  color: #0a0a0a;
  border-bottom: 1px solid transparent;
}
A.more01:hover,
A.more02:hover {
  color: #b71234;
  border-bottom: 1px solid #b91318;
}
A.more02 {
  margin-top: 1em;
  font-size: 1.07em;
  font-variant: small-caps;
  letter-spacing: 0.4em;
  font-family: "Times New Roman", "Times New Roman", serif;
  text-decoration: none;
  border-bottom: 1px solid #b71234;
  color: #0a0a0a;
  display: inline-block;
}
.content .block04 {
  padding: 30px;
  background: #f5f5f5 none repeat 0 0;
  display: inline-block;
  text-align: left;
  margin: 4px 2.5px 4px;
 /* margin: 0.5% 0 0 0.5%!important; */
  flex: 1 0 42%;
 /* align-self: flex-start; */
  box-sizing: border-box;
}
.content .block04 UL LI {
  background: none;
  position: relative;
  padding-left: 20px;
  margin: .7em 0 0 0;
}
.content .block04 UL LI:first-child {
  margin: 0;
}
.content .block04 UL LI:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto;
  background: none;
  content: "";
  border-bottom: 1px solid #b71234;
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 15px;
}
.content .block04 UL LI A {
  display: block;
  line-height: 1.2;
}
/* Right column block */
.block07 {
  margin: 25px 0 0;
}
.block07:first-child {
  margin: 0;
  float: right;
}
.block07.block07a {
  margin: 20px 0 0;
}
.block07 P.title {
  padding-bottom: 10px;
  font-size: 1.68em;
  line-height: 1;
  font-style: italic;
  color: #0a0a0a;
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  padding-right: 14px;
}
.block07 P.title2 {
  font-size: 1.84em;
  line-height: 1;
  font-style: italic;
  color: #b20e10;
  font-family: "Times New Roman", Times, serif;
  margin: 50px 0px -20px 0;
}
.block07 .count01 {
  display: inline-block;
  margin-left: 10px;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  border-radius: 40%;
  background: #f5f5f5 none repeat 0 0;
  text-align: center;
  padding: 4px;
}
.block07 .count02 {
  display: inline-block;
  min-width: 100px;
}
.block07 .count02:hover {
  text-decoration: underline;
}
.block07 UL {
  margin: 1em 0 0 0;
}
.block07 UL LI UL {
  margin: 5px 0 5px;
}
.block07 UL.type02 LI {
  margin: 5px 0 0 0;
}
.block07 OL LI {
  margin: 0 0 5px 0;
}
.block07 UL.news02 {
  margin: 10px 0 0 0;
}
.block07 UL.news02 LI {
  background: none !important;
  padding: 0 !important;
  margin: 0;
  line-height: 1.4;
}
.block07 UL.imageslist {
  margin: 10px 0 0 0;
}
.block07 UL.imageslist LI {
  background: none !important;
  padding: 0 !important;
}
.block07 UL.actions01 {
  padding: 0;
}
.block07 A.more01 {
  display: inline-block;
}
.block07 A.btn,
.block07 INPUT.btn {
  font-size: 1.3em;
  font-variant: small-caps;
  letter-spacing: 0.4em;
  font-family: "Times New Roman", "Times New Roman", serif;
  font-weight: normal;
}
.block08 {
  margin: 47px 0 30px;
  height: 220px;
  position: relative;
  background: #b71234;
}
.col08 .block08 {
  margin: 40px 0 10px;
  height: 230px;
}
.col08 .block08.block08b {
  margin: 10px 0 10px;
  height: 100px;
}
.block08 A {
  display: block;
  height: 220px;
}
.block08 A:hover {
  text-decoration: underline;
}
.block08 SPAN {
  position: absolute;
  bottom: 5px;
  left: 10px;
  right: 10px;
  font-size: 32px;
  line-height: 30px;
  color: #fff;
  font-style: italic;
  font-family: "Times New Roman", "Times New Roman", serif;
  letter-spacing: -0.1em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: 0.2em;
}
.block12 {
  padding: 0 10px;
  text-align: left;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.block12 p {
  margin: 0.2em 0 1em 0;
}
.block12 h2 {
  margin-left: 0!important;
}
.block12 span.red {
  color: #b71234;
}
.block12 A.uppercase {
  text-transform: uppercase;
  display: block;
  margin: 10px 0;
  letter-spacing: 0.1em;
  color: black;
  font-family: "Times New Roman", Times, serif;
  border-bottom: 1px solid transparent;
}
.block12 A.uppercase:first-of-type {
  margin-top: 30px;
}
.block12 A.uppercase:last-of-type {
  margin-bottom: 50px;
}
.block12 A.uppercase span:hover {
  border-bottom: 1px solid #b71234;
}
/* Links block */
.block09 {
  border-left: 2px solid #eeeeee;
  padding-left: 15px;
  margin: 50px 0 0 0;
}
.block09 H2 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 1.53em;
  color: #b71234;
  font-style: italic;
}
.block09 A {
  display: block;
  margin: 7px 0 0 0;
  color: #606060;
  font-size: 1.15em;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
}
.block10 {
  border: 6px solid #f9f9f9;
  padding: 25px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
.block10 UL LI a {
  font-weight: bold;
  line-height: 17px;
}
.block10 UL LI {
  line-height: 17px;
}
.block10 h3 {
  margin: 0;
}
.block10 UL LI:before {
  top: 0.4em;
}
.banner0:first-child {
  margin: 10px 0 0 0;
  padding: 0;
}
.banner0,
.banner1,
.banner2,
.banner3 {
  padding-top: 5px;
}
.banner0 {
  margin: 35px 0 0 0;
}
.person01 {
  float: left;
  width: 480px;
}
.person01 H3 {
  margin: 0.1em 0 0 0.1em;
  line-height: 0.7em !important;
  padding-top: 0.2em;
}
.person01 P {
  margin: 0.8em 0;
}
.person01 TABLE {
  margin: 0.8em 0 0 0;
}
.content P.img-left:after {
  content: "";
  background-color: #b71234;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 55%;
  height: 5px;
  z-index: 10;
}
.map01 {
  float: right;
  width: 480px;
  height: 480px;
}
#TB_content_placeholder.hidden {
  display: block !important;
  visibility: visible !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
#tooltip {
  display: none;
}
DIV.share {
  float: right;
}
DIV.share SPAN.chicklets {
  text-indent: -10000px;
  padding-right: 0;
  padding-left: 0;
  width: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 16px;
  background-position: 50% 50%;
}
DIV.share SPAN.facebook {
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #263e78;
}
DIV.share SPAN.twitter {
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #0089bd;
}
DIV.share SPAN.googleplus {
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #9b2c1c;
}
DIV.share SPAN.linkedin {
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #006392;
}
DIV.share SPAN.email {
  border-radius: 2px;
  overflow: hidden;
}
DIV.share A.print {
  display: inline-block;
  margin-left: 5px;
  text-indent: -10000px;
  padding-right: 0;
  padding-left: 0;
  width: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 16px;
}
/*------------------------------------------------------------*/
BODY > .posrel {
  padding-bottom: 20px;
  overflow: hidden;
}
BODY.menu-open > .posrel {
  overflow: visible;
}
BODY.menu-open {
  overflow-x: hidden;
}
#menus {
  display: block;
}
#menus .col06 {
  clear: both;
}
/* Layout */
/* Boxes */
#box00 {
  width: 1360px;
  margin: auto;
}
#box00:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  #box00 {
    width: auto!important;
    padding: 0 1%;
  }
}
@media only screen and (max-width: 759px) {
  #box00 {
    width: auto;
  }
}
/* Columns */
.col {
  float: left;
  margin: 0 15px 0 0;
}
.col.w33p {
  width: 31.3333%;
  margin: 0;
}
.col.w33p:first-child {
  width: 33.3333%;
  margin: 0;
}
.col.w66p {
  width: 64.3333%;
  margin: 0 0 0 2%;
}
.col.w66p:first-child {
  width: 66.3333%;
  margin: 0;
}
.col.w25p {
  width: 23%;
  margin: 0 0 0 2%;
}
.col.w25p:first-child {
  width: 25%;
  margin: 0;
}
.col.w50p {
  width: 48%;
  margin: 0 0 0 2%;
}
.col.w50p:first-child {
  width: 50%;
  margin: 0;
}
.col.w75p {
  width: 73%;
  margin: 0 0 0 2%;
}
.col.w75p:first-child {
  width: 75%;
  margin: 0;
}
.col.w100p {
  width: 100%;
  margin: 0;
}
.col.w33p IMG,
.col.w66p IMG,
.col.w25p IMG,
.col.w50p IMG,
.col.w75p IMG {
  max-width: 100%;
  height: auto;
  width: auto;
}
@media only screen and (max-width: 759px) {
  .col.w33p,
  .col.w66p,
  .col.w25p,
  .col.w50p,
  .col.w75p {
    width: 100% !important;
    margin: 0 !important;
  }
}
.col.f-right {
  float: right;
}
.col.f-right.w50p:first-child {
  width: 48%;
  margin: 0 0 0 2%;
}
.col.f-right.w50p:first-child + .col.w50p {
  width: 50%;
  margin: 0;
}
.col.f-right.w25p:first-child {
  width: 23%;
  margin: 0 0 0 2%;
}
.col.f-right.w25p:first-child + .col.w75p {
  width: 75%;
  margin: 0;
}
.col.f-right.w75p:first-child {
  width: 73%;
  margin: 0 0 0 2%;
}
.col.f-right.w75p:first-child + .col.w25p {
  width: 25%;
  margin: 0;
}
@media only screen and (max-width: 759px) {
  .col {
    clear: both;
  }
}
.col00 {
  width: 1360px;
  margin: auto;
}
@media only screen and (max-width: 759px) {
  .col00 {
    margin: 0 3%;
    width: auto;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .col00 {
    width: auto!important;
    padding: 0 1%;
  }
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  .col00 {
    width: auto!important;
    padding: 0 1%;
  }
}
.col05 {
  max-width: 200px;
  width: 20%;
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  .col05 {
    width: 15%!important;
  }
}
.col06 {
  box-sizing: border-box;
  margin: 0 1% 0 1%;
  order: 1;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 268px;
}
@media only screen and (max-width: 759px) {
  .col06 {
    margin-top: 20px!important;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .col06 .pad {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .col06 {
    order: 1;
    margin-top: 20px!important;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  .col06 {
    order: 0!important;
    margin-left: 0 !important;
    width: 220px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1377px) {
  .col06 {
    order: -1 !important;
    margin-left: 0 !important;
    width: 268px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.col07 {
  width: 100%;
  margin-right: 0;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  display: flex;
}
@media only screen and (max-width: 759px) {
  .col07 {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .col07 {
    display: flex;
    width: auto;
    margin-right: 0;
    padding: 3%;
  }
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  .col07 {
    display: flex;
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}
@media only screen and (min-width: 1377px) {
  .col07 {
    display: flex;
  }
}
.col08 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1% 0 1%;
  order: 1;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 268px;
}
@media only screen and (max-width: 759px) {
  .col08 {
    margin-top: 20px!important;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .col08 {
    margin-top: 20px !important;
    order: 1;
  }
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  .col08 {
    margin-top: 20px !important;
    margin-right: 0 !important;
    width: 268px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1377px) {
  .col08 {
    margin-right: 0 !important;
    width: 268px;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.col09 {
  margin: 30px auto 30px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col09.content {
  margin-right: 0;
  margin-top: 0;
  overflow: visible;
  width: auto;
}
.col09 .date-and-category {
  color: #8c939a;
}
.col09 .content p {
  line-height: 26px;
}
.col09 .pad {
  padding: 30px;
}
.col09 h1,
.col09 h2 {
  font-size: 30px;
  text-transform: none;
  margin: 10px 10px;
  padding: 0;
}
.col09 .mrgt {
  margin-top: 20px;
}
.col09:first-child {
  margin: 30px auto 30px 0;
}
.col07 .col09 {
  margin-top: 0;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .col09 {
    margin: auto;
    width: 100%;
  }
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  .col09 {
    -webkit-flex: 1 1 74.999%;
    -moz-flex: 1 1 74.999%;
    -ms-flex: 1 1 74.999%;
    flex: 1 1 74.999%;
  }
  .col09 .content h1 {
    float: none;
    text-align: left;
  }
  .col09 .content .block04 {
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media only screen and (min-width: 1377px) {
  .col09 {
    -webkit-flex: 1 1 49.999%;
    -moz-flex: 1 1 49.999%;
    -ms-flex: 1 1 49.999%;
    flex: 1 1 49.999%;
  }
  .col09 .content h1,
  .col09 .content h2 {
    margin-left: 10px;
  }
}
.block13 {
  width: 268px;
  margin: 0;
  padding: 0 20px 30px 10px;
  background: #f5f5f5 none repeat 0 0;
  box-sizing: border-box;
}
.block13 h2 {
  margin-bottom: 30px;
}
.block13-noback {
  background: none;
}
.block11 .block13 {
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 759px) {
  .block13 {
    margin: 20px 0 0 0;
  }
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  .block13 {
    float: left;
  }
}
H1.type02 {
  font-size: 5.38em;
  margin: .35em 0;
}
.content-a {
  width: 490px;
  float: left;
}
.block14 {
  float: none;
  margin-top: 40px;
  display: block;
  background: #b91318 none repeat 0 0;
  width: inherit;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 40px;
}
.block14 SPAN {
  display: inline-block;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
}
.block14 .title {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 29px;
  float: left;
  text-align: center;
}
.block14 SPAN:last-of-type {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  position: relative;
  left: 110px;
}
.block14:hover {
  border: none;
  background: #e7181e none repeat 0 0 !important;
}
@media only screen and  (min-width: 1000px) and (max-width: 1376px) {
  .block14 {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
A.banner01 {
  display: block;
  margin-bottom: 1.5em;
}
.col06 A.banner01 {
  margin: 1em 0 0 0;
}
.col06 A.banner01 IMG {
  max-width: 100%;
  height: auto;
}
A.banner01:hover {
  border-bottom: none!important;
  text-decoration: none;
}
.banner02 {
  float: right;
  margin: 30px 0 40px 15px;
  padding: 0;
  overflow: hidden;
}
.banner02a {
  float: right;
  margin-top: 0;
}
.banner02 A {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.banner02 IMG,
.banner02 A IMG {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.banner02.col08b {
  border-top: none !important;
  top: 0 !important;
  margin-bottom: 0;
}
/* Footer */
#footer {
  border-top: 1px solid #e3e3e3;
  margin: 50px 0 0 0;
  padding: 0 0 65px 0;
  clear: both;
}
#footer P {
  padding: 19px 0 0 0;
  margin: 0;
}
#footer .block03,
.block03-left {
  background: #d23648 none repeat 0 0;
  color: #fff;
}
#footer .block03 {
  background: #b91318 none repeat 0 0;
}
#footer .block03 .pad {
  padding: 30px;
}
#footer .block03 P.title,
.block03-left P.title {
  /* font-size: 40px; */
  font-size: 29px;
  color: #fff;
  font-family: "Times New Roman", serif;
  font-style: italic;
  line-height: 36px;
  font-variant: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
#footer .block03 P,
.block03-left P {
  font-size: 1.06em;
  color: #fff;
  font-family: "Times New Roman", "Times New Roman", serif;
  font-variant: small-caps;
  line-height: 1;
  letter-spacing: 0.25em;
}
#footer .block03 A,
.block03-left A {
  color: #fff;
}
#footer .block04,
.block04 {
  margin-top: 10px;
}
#footer .block04 P.title,
.block04 P.title {
  color: #0a0a0a;
  font-style: italic;
  font-family: "Times New Roman", serif;
  font-size: 1.5em;
  margin-bottom: 1em;
}
#footer .block04 UL,
.block04 UL {
  margin-top: 15px;
}
#footer .block04 LI,
.block04 LI {
  margin: 5px 0 0 0;
}
#footer .block04 LI A {
  display: block;
  padding-left: 22px;
  font-size: 0.85em;
  color: #b71234;
  text-decoration: none;
}
#footer .block04 LI A:before {
  content: "";
  border-bottom: 1px solid #b71234;
  display: block;
  position: relative;
  top: 6px;
  right: 22px;
  width: 15px;
}
#footer .block04 LI A:hover,
.block04 LI A:hover {
  text-decoration: underline;
  border: none!important;
}
#footer .block05 {
  padding-top: 50px;
  clear: left;
}
#footer.dark {
  background: #0a0a0a;
  border-top: none;
}
#footer.dark .block04 P.title {
  color: #fff;
}
#footer .block03 {
  float: right;
  width: 268px;
  position: relative;
  top: -10px;
}
@media only screen and (max-width: 759px) {
  .logo {
    margin: 10px auto;
    max-width: 303px;
  }
  .login01 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .login01 .col-b {
    -webkit-flex: 0 1 0px;
    -moz-flex: 0 1 0px;
    -ms-flex: 0 1 0px;
    flex: 0 1 0px;
  }
  .login01 .col-b IMG {
    display: none;
  }
  .login01 .col-a {
    max-width: 100%;
    margin: auto;
    padding: 20px;
  }
  .login01 .col-a .msg-error {
    max-width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .login01 .col-a h1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  BODY > .posrel {
    overflow: hidden;
  }
  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none!important;
  }
  TR.mobile-show {
    display: table-row;
  }
  TH.mobile-show,
  TD.mobile-show {
    display: table-cell;
  }
  #logo01 {
    clear: both;
    font-family: mobile;
  }
  .banner02 {
    display: none;
  }
  .content IMG {
    max-width: 100% !important;
    height: auto !important;
  }
  .content BLOCKQUOTE,
  .content CITE {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  A.call {
    display: inline-block;
    text-indent: -10000px;
    width: 32px;
    height: 16px;
    position: relative;
    background: url(../img/ico_call.png) no-repeat 50% 50%;
    background-size: 12px 12px;
  }
  /* Header */
  #header {
    background: #f9f9f9;
  }
  #header .header-a {
    padding: 0 3% 1% 3%;
    display: inline-block;
    background: #f5f5f5 none repeat 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  #header .header-a .name01 {
    padding-bottom: 0;
    margin-top: 10px;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
  }
  #header .header-a .logout01 {
    margin-top: 10px;
  }
  #header .header-b {
    clear: both;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    padding: 10px 3%;
    overflow: hidden;
    display: block;
  }
  #header .header-b #logo01 {
    top: 0;
  }
  #language01 {
    font-size: 13px;
    width: 60px;
    float: right;
    position: relative;
    background: url(../img/bg01_mobile.png) no-repeat 38px 9px;
    background-size: auto 9px;
    margin: 5px 0 0 0;
    z-index: 100;
  }
  #language01 A {
    text-decoration: none;
    border: 1px solid #c3c3c3;
    display: block;
    padding: 4px 5px 4px 26px;
    text-indent: -10000px;
  }
  #language01 UL {
    display: none;
  }
  #language01.open UL {
    display: block;
    position: absolute;
    width: 100%;
  }
  #language01.open {
    background: url(../img/bg01b_mobile.png) no-repeat 38px 9px;
    background-size: auto 9px;
  }
  #language01 .et {
    background: url(../img/flag_et_mobile.png) no-repeat 5px 50%;
    background-size: 24px auto;
  }
  #language01 .ru {
    background: url(../img/flag_ru_mobile.png) no-repeat 5px 50%;
    background-size: 24px auto;
  }
  #language01 .en {
    background: url(../img/flag_en_mobile.png) no-repeat 5px 50%;
    background-size: 24px auto;
  }
  #language01 UL A {
    background-color: #fff !important;
    border-top: none;
  }
  #search01 {
    position: relative;
    z-index: 10;
    margin: 10px 0 25px 0;
    background: no-repeat;
    border-bottom: 1px solid #c3c3c3;
    overflow: hidden;
  }
  #search01 .btn {
    margin-right: 0;
  }
  #search01 FORM {
    overflow: hidden;
    height: 24px;
  }
  #search01 INPUT {
    border: none;
    background: none;
    width: 100%;
    float: left;
    padding: 0;
  }
  #search01 SPAN {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  #search01 SPAN INPUT {
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
  }
  #search01 INPUT[type="text"]:-moz-placeholder {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    color: white;
    font-size: 20px;
  }
  #search01 INPUT[type="text"]:-ms-input-placeholder {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    color: white;
    font-size: 20px;
  }
  #search01 INPUT[type="text"]::-webkit-input-placeholder {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    color: white;
    font-size: 20px;
  }
  .searchbox {
    width: 250px;
    height: 45px;
  }
  .searchbox-input {
    padding-left: 10px;
    background: #2b2b2b;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 16px;
    height: 45px;
  }
  .searchbox-icon,
  .searchbox-submit {
    background: #2b2b2b;
    line-height: 45px;
    font-size: 15px;
    width: 22px;
  }
  #social01 {
    float: left;
    padding: 5px 0 8px 0;
    margin: -5px 0 5px 0;
    overflow: hidden;
  }
  #social01 A {
    float: left;
    width: 25px;
    height: 25px;
    background: url(../img/ico01_mobile.png) no-repeat 0 50px;
    background-size: 25px auto;
  }
  #social01 A.fb {
    background-position: 0 0;
    margin: 0 5px 0 0;
  }
  #social01 A.twitter {
    background-position: 0 -25px;
    margin: 0 10px 0 0;
  }
  #social01 A.youtube {
    background-position: 0 -50px;
  }
  #social01 A.linkedin {
    background-position: 0 -75px;
    margin: 0 5px 0 0;
  }
  #social01 A.tv {
    background-position: 0 -100px;
    margin: 0 7px 0 0;
  }
  #social01 A.book {
    background-position: 0 -125px;
    margin: 0 7px 0 0;
  }
  #social01 A:hover {
    opacity: 0.5;
  }
  #logo01 {
    float: left;
    height: 32px;
    margin-right: 10px;
  }
  #logo01 IMG {
    height: 100%;
    width: auto;
  }
  #logo01 H1 {
    margin: 0;
  }
  /* Menus */
  #menus {
    padding: 0;
  }
  #footer {
    padding: 0;
  }
  #footer P.menu01 {
    margin: 5px 2% 10px 2%;
    float: none;
  }
  #footer P.menu01 A {
    font-size: 0.85em;
    color: #909090;
    text-decoration: none;
    margin: 0 15px 0 0;
    line-height: 2;
    white-space: nowrap;
  }
  #footer P.menu01 A.active {
    border-bottom: 1px solid #b71234;
  }
  #footer P.menu01 #size01 {
    font-size: 11px;
    margin: 0 8px 0 0;
  }
  #footer P.menu01 #size02 {
    font-size: 15px;
    margin: 0 8px 0 0;
  }
  #footer P.menu01 #size03 {
    font-size: 16px;
    margin: 0 8px 0 0;
  }
  #menuToggler {
    display: inline-block !important;
    background: #fff url(../img/ico_menu.png) no-repeat 3px 50%;
    margin: 8px 0 8px 0;
    border: 1px solid #c3c3c3;
    padding: 1px 10px 1px 30px;
    font-family: "Times New Roman", "Times New Roman", serif;
    font-style: italic;
    font-size: 1.2em;
    letter-spacing: -0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #0a0a0a;
  }
  #menuToggler.mobile-hide {
    position: relative;
    left: -10000px;
  }
  #menus {
    position: absolute;
    top: 0;
    height: 100%;
    width: 250px;
    left: -250%;
    z-index: 100;
    background: white none repeat 0 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  }
  #menus.multilevel A {
    color: #fff;
    font-size: 17px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    display: block;
    padding: 7px 10px;
    text-decoration: none;
  }
  #menus.multilevel UL.menu02 {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #b71234;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    width: 100%;
    min-width: 230px;
    height: 50%;
    /*border-right: 1px solid rgba(0,0,0,0.3);*/
  }
  #menus.multilevel UL.menu02 LI {
    background-color: #b71234;
    padding: 0;
    width: 250px;
    margin-left: 0;
  }
  #menus.multilevel UL.menu02 LI:last-of-type {
    background-color: #b71234;
    padding: 0;
    width: 250px;
    box-sizing: border-box;
    order: -1;
  }
  #menus.multilevel UL.menu02 LI:last-of-type #search01 {
    border-bottom: none;
    margin-bottom: 10px;
    width: 300px;
  }
  #menus.multilevel UL.menu02 LI:last-of-type #search01 INPUT[type="text"] {
    padding-left: 10px;
    width: 280px;
  }
  #menus.multilevel UL.menu02 LI > UL {
    display: none;
    margin: 0;
    padding: 10px 10px;
    background: #fff;
  }
  #menus.multilevel UL.menu02 LI.open > UL,
  #menus.multilevel UL.menu02 LI.type02 > UL {
    display: block;
  }
  #menus.multilevel UL.menu02 UL LI {
    margin: 0!important;
    background-color: #fff;
  }
  #menus.multilevel UL.menu02 UL LI A {
    margin: 0!important;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    color: #606060;
    font-size: 1.38em;
    text-decoration: none;
    border-bottom: none!important;
  }
  #menus.multilevel UL.menu02 UL LI A.active,
  #menus.multilevel UL.menu02 UL LI A:hover {
    color: #0a0a0a;
    border-bottom: none!important;
    margin: 0!important;
  }
  #menus.multilevel UL.menu02 UL LI LI A {
    border-bottom: none;
  }
  #menus.multilevel UL.menu02 UL LI LI A.active,
  #menus.multilevel UL.menu02 UL LI LI A:hover {
    color: #b71234;
    border-bottom: none;
  }
  #menus.multilevel UL.menu02 UL LI LI A {
    font-size: 1.15em;
    color: #0a0a0a;
  }
  #menus.multilevel UL.menu02 UL LI LI LI A {
    font-size: 1em;
  }
  #menus.multilevel UL.menu02 UL LI UL {
    margin: 10px 2px 0 2px;
  }
  #menus.multilevel UL.menu02 UL LI LI {
    background: url(../img/dot02.png) no-repeat 0 15px;
    padding: 0 0 0 23px;
    margin: 0 0 10px 0;
  }
  #menus.multilevel UL.menu02 UL LI LI LI {
    background: url(../img/dot03.png) no-repeat 0 15px;
    padding: 0 0 1px 15px;
  }
  #menus.multilevel .col06 {
    display: none;
  }
  #menus.singlelevel UL.menu02 {
    text-align: center;
    background: #fff;
    clear: both;
    overflow: hidden;
    font-family: "Times New Roman", "Times New Roman", serif;
    font-size: 1.5em;
    font-style: italic;
    text-transform: uppercase;
    padding: 0;
    margin: 0 3%;
  }
  #menus.singlelevel UL.menu02 LI {
    display: inline-block;
    background: url(../img/bg02.png) no-repeat 100% 50%;
    background-size: 14px auto;
    padding-right: 20px;
    margin: 0 0 2px 0;
  }
  #menus.singlelevel UL.menu02 A {
    color: #0a0a0a;
    text-decoration: none;
    display: block;
    padding: 7px 0px;
    letter-spacing: -0.15em;
    border: none!important;
  }
  #menus.singlelevel UL.menu02 A:hover {
    color: #b20e10;
    text-decoration: none;
    border: none!important;
  }
  #menus.singlelevel UL.menu02 LI.first A {
    padding-left: 0;
  }
  #menus.singlelevel UL.menu02 A.active {
    color: #b71234;
  }
  #menus.singlelevel UL.menu02 LI UL {
    display: none;
  }
  .menu02 {
    height: auto!important;
    margin: 0!important;
    font-size: 13px;
  }
  .menu02 > LI > A {
    border: none!important;
    margin: 0;
    line-height: 17px !important;
  }
  .menu02 > LI > A:first-of-type {
    border: none!important;
    margin: 0;
  }
  .menu02 > LI > A:hover {
    border: none!important;
  }
  .menu06 {
    margin: 20px;
  }
  .menu05 {
    display: none;
  }
  .menu04 LI {
    margin: 0;
    padding: 20px 30px;
  }
  .menu04 {
    margin: 2em 0;
  }
  .block08 {
    margin: 0 3%;
    background: #b71234;
    padding: 7px 10px 7px 30px;
    border: 3px solid #fff;
    border-style: solid none;
  }
  .block08 SPAN {
    font-size: 20px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
  }
  .col07 {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .col09 {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .col09 .pad {
    padding: 15px 30px;
  }
  .col09 h1:last-of-type {
    float: left;
  }
  .col09 .block04 {
    padding: 0 30px 15px 30px!important;
    -webkit-flex: 0 1 100% !important;
    -moz-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
    box-sizing: border-box;
  }
  .col09 .block04 UL LI A {
    padding-bottom: 2px;
  }
  .discrete {
    margin-top: 20px!important;
  }
  /* Banners */
  .banner02 IMG {
    width: 100%;
    height: auto;
  }
  /* Footer */
  #footer .col00 {
    padding: 0 1%;
    width: auto;
  }
  #footer .block04 {
    display: none;
  }
  #footer .block05 {
    overflow: hidden;
    margin: 0 20px;
  }
  /* Form */
  TABLE.form TH {
    line-height: normal;
    width: 30%;
    padding: 5px 10px 5px 10px;
    text-align: right;
    border: none;
    background: transparent;
    color: #0a0a0a;
  }
  TABLE.form TD {
    line-height: normal;
    width: 70%;
    padding: 5px 10px 1px 10px;
    border: none;
    background: transparent;
  }
  TABLE.form TD.data {
    padding: 5px 10px;
    font-weight: normal;
  }
  TABLE.form IMG,
  TABLE.form INPUT,
  TABLE.form SELECT {
    vertical-align: middle;
  }
  TABLE.form .max {
    width: 100%;
  }
  TABLE.form .default {
    width: 100%;
  }
  TABLE.form .min {
    width: 50%;
  }
  TABLE.form INPUT,
  TABLE.form SELECT,
  TABLE.form TEXTAREA {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  UL.actions01 * {
    float: none;
    display: block;
    text-align: center;
  }
  UL.actions01 INPUT {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 0;
  }
  UL.actions01 LI {
    float: none !important;
    margin: 0 0 10px !important;
  }
  .btn {
    float: none;
    display: inline-block;
    padding: 15px 0;
    text-align: left;
  }
  UL.actions01 A {
    padding: 15px 0;
  }
  /* Image List */
  UL.imagelist {
    padding: 0;
    list-style: none;
    width: 102%;
    margin: 30px 0 0 0;
  }
  UL.imagelist LI {
    float: left;
    margin: 0 1% 1% 0;
    padding: 0;
    width: 32%;
    overflow: hidden;
  }
  UL.imagelist LI IMG {
    width: 100%;
  }
  UL.imagelist LI A {
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
  }
  UL.imagelist LI A SPAN {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  UL.imagelist LI A:hover SPAN {
    border: 5px solid #b71234;
  }
  /* Content slider */
  #slider01.type02 {
    height: 200px;
    width: 100%;
  }
  #slider01.type02 .images {
    height: 200px;
    width: 100%;
  }
  #slider01.type02 .images LI {
    height: 200px;
    width: 100%;
  }
  #slider01.type02 .video01 {
    width: 100%;
    height: 200px;
  }
  #slider01.type02 .images A:before {
    background: url(../img/bg10.png) no-repeat 50% 60px;
  }
  #slider02 {
    display: none;
  }
  .col01 #slider01 {
    padding: 2.5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .col01 #slider01 {
    margin-bottom: 15px;
  }
  .col14 #slider01 {
    margin-bottom: 0px;
  }
  .col01 #slider01,
  .col01 #slider01 .images,
  .col01 #slider01 .images LI {
    width: 100vw;
    height: 95vw;
    background: none;
    max-height: 100%;
    max-width: 100%;
  }
  .col01 #slider01 .images LI IMG {
    width: 100%;
    height: 100%;
  }
  .col14 #slider01,
  .col14 #slider01 .images,
  .col14 #slider01 .images LI {
    width: 100vw;
    height: 95vw;
    background: none;
    max-height: 97%;
    max-width: 100%;
  }
  .col14 #slider01 .images LI IMG {
    width: 100%;
    height: 100%;
  }
  .col15 {
    width: auto;
    height: auto;
    margin: 0.5% 0 0 0.5%!important;
  }
  .col15 .discrete {
    float: left;
  }
  #slider01 .bullets {
    display: none;
  }
  /* Index cubicles */
  .block01 {
    margin: 0 -5px 0 0;
    padding: 0 2.5%;
  }
  .block01 LI {
    width: 50%;
    padding-bottom: 50%;
    float: left !important;
    position: relative;
    margin: 0;
    padding-left: 0 !important;
  }
  .block01 A {
    display: block;
    position: absolute;
    left: 0;
    right: 5px;
    bottom: 5px;
    top: 0;
    text-decoration: none;
    color: #fff;
    background-color: #909090;
    background-size: cover;
  }
  .block01 SPAN.a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .block01 SPAN.title {
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 28px;
    display: block;
  }
  .block01 SPAN.txt {
    display: none;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 10px;
  }
  .col14 .block01 {
    padding: 0;
  }
  .block01 A:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }
  .block07.nomargin {
    margin: 20px 0 0 0 !important;
  }
  /* Index news */
  .block02 {
    margin: 25px 3%;
  }
  .index .block02 {
    margin: 25px 3%;
  }
  .block02 UL {
    height: auto;
  }
  .block02 LI.last A:after {
    display: none;
  }
  UL.news03 SPAN.img {
    width: 60px;
    height: 60px;
    margin: 10px 0 0 15px;
  }
  UL.news03 SPAN.text {
    padding-left: 90px;
  }
  UL.news03 SPAN.text02 {
    padding-left: 20px;
  }
  UL.news03 SPAN.text {
    max-height: none;
  }
  UL.news03 SPAN.body {
    max-height: 6em;
    min-height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
  }
  UL.news03 SPAN.body:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "...";
    font-weight: bold;
    padding: 0 20px 1px 45px;
    position: absolute;
    right: 0;
  }
  UL.news03 A:hover SPAN.body:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f3f3f3 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  DIV.posts01 UL LI {
    width: 100%;
  }
  DIV.post01 {
    margin-top: 30px;
  }
  DIV.post01 DIV.a {
    position: relative;
    height: auto;
  }
  DIV.post01 DIV.a .img,
  DIV.post01c DIV.a .img {
    height: auto;
    float: left;
    width: 50%;
    padding-bottom: 150px !important;
    display: block;
  }
  DIV.post01 DIV.a .text,
  DIV.post01c DIV.a .text {
    float: left;
    width: 50%;
    display: block;
    box-sizing: border-box;
  }
  DIV.post01 DIV.img IMG,
  DIV.post01c DIV.img IMG {
    display: block;
  }
  DIV.post01 DIV.img A,
  DIV.post01c DIV.img A {
    position: relative;
  }
  /* Videobox */
  .video {
    margin: 40px 0 15px 0;
    position: relative;
  }
  .video A {
    position: absolute;
    background: url(../img/bg04.png) no-repeat 0 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 30px;
    line-height: 20px;
    text-decoration: none;
    font-family: "Times New Roman", "Times New Roman", serif;
    text-transform: uppercase;
    font-style: italic;
  }
  .video01 {
    width: auto;
    height: 260px;
    margin: 0 3%;
    overflow: hidden;
  }
  .video01 A {
    padding: 115px 0 0 80px;
  }
  .video02 A {
    padding: 115px 0 0 125px;
    background-position: 40px 60px;
  }
  A.more01 {
    margin-right: 3%;
  }
  .col08 A.more01,
  .col03 A.more01 {
    margin: 0;
  }
  P.img-right,
  P.img-left {
    clear: both;
    float: none;
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
  }
  P.img-right IMG,
  P.img-left IMG {
    width: 100%;
    height: auto;
  }
  /* Tabs */
  UL.tabs * {
    float: none;
    display: block;
    margin: 0 0 1px !important;
    border-bottom: none !important;
  }
  /* Datepicker */
  #datepicker {
    margin: 5px 0 0;
  }
  #datepicker .ui-datepicker-calendar {
    width: 100%;
  }
  #datepicker SELECT {
    width: 100%;
  }
  #datepicker SPAN.b {
    display: block;
    width: auto;
    padding: 0;
    position: relative;
    height: 25px;
  }
  #datepicker SPAN.b INPUT.txt {
    width: 90%;
  }
  #datepicker SPAN.submit {
    position: absolute;
    right: 2px;
    top: 0;
  }
  .banner02 {
    display: none;
  }
  H1,
  P.h1 {
    font-size: 2.8em;
    margin: 0 0 0.5em 0;
    line-height: 0.9 !important;
  }
  H2 {
    font-size: 2.4em;
  }
  H3 {
    font-size: 2.0em;
    color: #404040;
  }
  H4 {
    font-size: 1.8em;
    color: #616161;
    margin: 0.8em 0 0.5em 0;
  }
  H5 {
    font-size: 1.5em;
    color: #959595;
    margin: 0.8em 0 0.5em 0;
  }
  H6 {
    font-size: 1.2em;
    color: #959595;
    margin: 0.8em 0 0.5em 0;
  }
  #footer .block03 {
    float: none;
    width: auto;
  }
  #footer .block03 p.title {
    font-size: 40px;
  }
  .block10 UL.type03 + A.more01 {
    margin: 0;
  }
  .block10 A.more01 {
    margin: 20px 0 0 0;
  }
  UL.type02 UL P.img-right {
    margin: .5em 0 0 20px;
    max-width: 70px;
  }
  UL.type02 UL P.img-right IMG {
    max-width: 100%;
    height: auto;
  }
  UL.type03 {
    width: 102%;
    padding: 0;
  }
  UL.type03 LI {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
    padding-bottom: 20px;
  }
  /*UL.type03 A:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(bg10.png) no-repeat 50% 60px; z-index: 200; }*/
  UL.type03 A:before {
    background-position: 50% 30px;
  }
  .col09 UL.imagelist02 {
    width: 102%;
  }
  .col09 UL.imagelist02 LI {
    margin: 0 1% 5px 0;
    padding: 0;
    width: 19%;
    height: 60px;
  }
  /* Thickbox */
  HTML.tb_open,
  HTML.tb_open BODY {
    padding: 0;
  }
  HTML.tb_open #box00 {
    display: none;
  }
  HTML.tb_open #footer {
    display: none;
  }
  #TB_overlay {
    display: none !important;
  }
  #TB_window {
    display: none;
  }
  HTML.tb_open #TB_window {
    display: block;
    position: absolute;
    z-index: 102;
    text-align: left;
    line-height: 14px;
  }
  HTML.tb_open #TB_window.TB_window_hidden {
    left: -20000px !important;
    top: -20000px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  HTML.tb_open #TB_window.TB_window_visible {
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  HTML.tb_open #TB_window.TB_window_visible IFRAME {
    display: block;
    width: 100% !important;
    margin: auto !important;
    overflow: auto !important;
  }
  HTML.tb_open #TB_main,
  HTML.tb_open #TB_main DIV.main-b,
  HTML.tb_open #TB_body,
  HTML.tb_open #TB_content_placeholder {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
  }
  HTML.tb_open #TB_ajaxContent_holder {
    border: solid #48a917;
    border-width: 0 5px 5px 5px;
    padding: 50px 10px 10px 10px;
    background: #fff;
  }
  HTML.tb_open #TB_ajaxContent {
    background: #fff;
    width: 100% !important;
    height: auto !important;
  }
  HTML.tb_open #TB_error {
    border: solid #48a917;
    border-width: 0 5px 5px 5px;
    padding: 58px 20px 20px 20px;
    background: #fff;
    width: auto !important;
    height: auto !important;
  }
  HTML.tb_open #TB_error P {
    background: url(../img/ico_error.png) -2px -4px no-repeat;
    padding: 0 0 0 23px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
  }
  .tb_box01 {
    border: solid #48a917;
    border-width: 0 5px 5px 5px;
    padding-top: 38px;
  }
  .tb_box02 {
    padding: 0 10px 10px 10px;
    background: #fff;
  }
  HTML.thickbox {
    background: #fff;
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
  }
  HTML.thickbox BODY {
    text-align: left;
    background: #fff;
    padding: 0;
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
  }
  HTML.thickbox #TB_content_container {
    width: auto !important;
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
  }
  HTML.thickbox H1 {
    margin: 0;
  }
  #loader03 {
    display: none;
  }
  DIV.loader03 {
    text-align: center;
    line-height: 20px;
    margin: 10px 0 0 0;
  }
  DIV.loader03 SPAN {
    background: url(../img/loader02.gif) 0 50% no-repeat;
    padding: 5px 0 5px 23px;
    white-space: nowrap;
  }
  #TB_ajaxWindowTitle {
    font-family: 'Times New Roman', 'Times', serif;
    margin: 50px 0 0 0;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 20px;
    color: #0a0a0a;
    font-style: italic;
    position: relative;
    z-index: 2;
    zoom: 1;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
  }
  #TB_container2 {
    background: #fff;
    overflow: hidden;
    padding: 25px 0;
    margin: 0;
    text-align: center;
  }
  #TB_Image {
    display: block;
    margin: auto !important;
  }
  #TB_ImageOff {
    display: block;
    padding: 0 !important;
    margin: auto !important;
  }
  #TB_caption {
    background: #fff;
    padding: 0 10px 10px 10px;
  }
  #TB_caption P {
    margin: 0;
    line-height: 18px;
  }
  #TB_main #TB_closeWindowButton {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../img/icons16.png) -210px 0 no-repeat;
    margin: 0;
    overflow: hidden;
    z-index: 1;
  }
  #TB_main #TB_closeWindowButton:hover {
    background-position: -210px -30px;
  }
  #TB_main #TB_prev {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../img/icons16.png) -90px 0 no-repeat;
    margin: 0 10px 0 0;
    position: relative;
  }
  #TB_main A#TB_prev:hover {
    background-position: -90px -30px;
  }
  #TB_main #TB_next {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../img/icons16.png) -120px 0 no-repeat;
    margin: 0 10px 0 0;
    position: relative;
  }
  #TB_main A#TB_next:hover {
    background-position: -120px -30px;
  }
  #TB_main .TB_disabled {
    cursor: default;
  }
  #TB_main #TB_imgcount {
    margin: 0;
    position: absolute;
    width: 100px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -50px;
    padding: 4px 0;
  }
  #TB_main #TB_prev.TB_disabled {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #TB_main #TB_next.TB_disabled {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .TB_header {
    height: 50px;
    font-family: 'Times New Roman', 'Times', serif;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 60;
    background: #f9f9f9 !important;
    border-bottom: 1px solid #e3e3e3;
  }
  .TB_header DIV.a {
    padding: 5px;
    position: relative;
  }
  .TB_header .logo {
    width: 221px;
    height: 32px;
    left: 3% !important;
    margin: 10px 0 0 0 !important;
    top: 0;
    overflow: hidden;
    background: url(../img/logo01.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
  }
  .TB_header A {
    display: block;
    border: 1px solid #191919;
    text-decoration: none;
    padding: 5px 10px;
    color: #454545;
    text-shadow: #fff 0 1px 0;
    cursor: pointer;
    float: right;
    background: #fff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(50%, #ddd), color-stop(50%, #c8c8c8), to(#c8c8c8));
    background: -moz-linear-gradient(top, #fff 0%, #ddd 50%, #c8c8c8 50%, #c8c8c8 100%);
    background: -o-linear-gradient(top, #fff 0%, #ddd 50%, #c8c8c8 50%, #c8c8c8 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  }
  .person01 {
    clear: both;
    float: none;
    width: 100%;
  }
  .person01 H3 {
    word-wrap: break-word;
  }
  .block11 DIV.fb-like-box {
    padding-bottom: 0;
    height: 400px;
  }
  .block11 .col13 {
    margin: 0 3%;
  }
  .block11 DIV.video02 DIV.a {
    padding-bottom: 0;
  }
  .block11 DIV.video02 DIV.a P {
    position: static;
  }
  .block11 P.heading01 {
    text-align: center;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 3em;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    letter-spacing: -0.1em;
    z-index: 99;
  }
  .block11 P.heading01 SPAN {
    display: inline-block;
    background: #b71234;
    padding: 10px 30px;
  }
  UL.imagelist03 {
    margin-top: 2em;
  }
  DIV.fb-like-box.fb_iframe_widget {
    margin-top: 2em;
  }
  .block07 P.title2 {
    margin-left: 20px;
  }
  /* Overlay fade */
  .menu-open:before {
    display: none;
  }
  .col14d:first-child {
    margin-top: 2em;
  }
  .col14c:first-child {
    margin-top: 2em;
  }
  P.path {
    width: auto;
    float: none;
    margin: 0 0 25px;
  }
  P.path02 {
    margin: 0 0 20px;
  }
  .content H1 {
    float: none;
  }
  .content P {
    float: none;
  }
  .w50p {
    width: 100%!important;
    margin: 0!important;
  }
  DIV.event-meta {
    padding: 15px;
  }
  DIV.event-meta dd {
    font-size: 1em;
  }
  DIV.event-meta dt {
    font-size: 1em;
  }
  DIV.event-meta dt.time {
    font-size: 20px;
  }
  DIV.event-meta dt.location {
    font-size: 20px;
  }
}
@media only screen and (max-width: 759px) and only screen and (max-width: 475px) {
  .col01 #slider01 .images P,
  .col14 #slider01 .images P {
    font-size: 55px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 415px) {
  .logout01 {
    clear: right!important;
    margin-right: 0!important;
  }
  .name01 {
    max-width: 75%!important;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .medium-hide {
    display: none;
  }
  #box00 {
    width: auto;
    padding: 0 1%;
  }
  .menu02 > LI {
    padding-right: 6px;
  }
  .menu02 > LI > A {
    /*line-height: 1.5 * @base-line-height;*/
    font-size: 0.99em;
    text-align: center;
  }
  .menu02 > LI A:first-of-type {
    margin-left: 20px;
  }
  .menu02 LI:first-of-type A {
    line-height: 18px;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 50px;
  }
  .menu02 LI:nth-of-type(6) A {
    line-height: 18px;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 50px;
  }
  #search01 {
    width: auto;
  }
  #search01 INPUT {
    width: 0;
  }
  #search01 .btn {
    float: none;
  }
  #footer .block03 {
    float: none;
    width: auto;
  }
  #footer .block04 {
    display: none;
  }
  .searchbox-icon,
  .searchbox-submit {
    width: 45px;
  }
}
/*
.tablet-hide { display: none; }
.tablet-show { display: block !important; }

#box00, .col00  { width: auto; padding: 0 20px; }
.col07 .col08 { width: auto; display: block; clear: both; float: none; }
#footer .col05 { width: 23%; margin: 0 2% 0 0; }
.col07 { width: auto; float: none; padding-left: 255px;  }
.col07b,
.col07c { width: auto; float: none; padding-left: 0; }
.col06 { }
.content-a { width: 100%; float: none; }
.col09 { width: auto; float: none; margin-right: 0; }
.col09v { width: auto; float: none; margin-right: 0; }
.banner02 { display: none !important; }
.footer .block03 { width: 25%; }
.col07 .col08 { }
.col07 .col08b { margin: 30px 0 0 0; top: 0; }
#menus .col06 { margin-left: 0; }
.col06.c-left { margin-left: 255px; width: auto; float: none; margin-right: 0; }

.col06.c-left  DIV.block09 {width: 65%; margin: 0 1% 0 0; float: right; }
.col06.c-left  DIV.block06 {width: 65%; margin: 30px 1% 0 0; float: right; clear: right; }
.col06.c-left  .menu06 { width: 32%; margin: 30px 1% 0 0; }
.col09a { overflow: hidden; }

BODY.size03 .col06 { width: 300px;  }
BODY.size03 .col09 { width: auto; margin-right: 0; }
BODY.size03 .col08 { width: 100%; float: none; clear: both; padding-top: 100px; }
BODY.size03 .col07 { width: auto; padding-left: 320px; }
BODY.size03 .col09 H1 { word-wrap: break-word; }
BODY.size03 .col06.c-left .menu06 { width: 100%; clear: both; }
BODY.size03 .col06.c-left DIV.block06 {width: 100%; float: none; }

BODY.size03 TABLE.form,
BODY.size03 TABLE.form TR,
BODY.size03 TABLE.form TH,
BODY.size03 TABLE.form TD { display: block; width: auto; text-align: left;  }

.col01,
.col11,
.col12,
.col13,
.col03b,
.col08c { width: 580px; float: none; margin: 30px auto !important; }
.col13b { width: 100%; }
.col03b02 { width: 100%; }
.col08c02 { width: 100%; }
#slider01,
#slider01.type02 { margin: auto; float: none; }


.col14c .menu04 > LI:first-child { margin-left: 0; }
.col14c .menu04 > LI { width: 27%; margin: 0; }
.col14c .menu04b > LI { width: 50%; margin: 0; }
.col14c .menu04 > LI { margin: 0; padding: 3% 3%; }
.menu04 LI { margin: 0; padding: 20px 30px 0 30px; }
.col14 .menu04 { margin-top: 20px; }

.col14 { width: 49%; margin: 0 0 0 2%; }
.col14c { width: 100%; margin: 0; }
.col14d { width: 50%; margin: 0; }
.col14:first-child,.col14c:first-child { margin: 0; }
.col14 #slider01 { margin: 0; width: 100%; padding-bottom: 100%; height: auto; }
.col14 #slider01 .images { position: absolute; left: 0; top: 0; }
.col14 #slider01 .images,
.col14 #slider01 .images LI { width: 100%; height:100%; }
.col10 { width: 100%; margin: 0; }
.col02 { width: 580px; margin: 30px auto !important; float: none; }
.col02.nomargin { margin: 30px auto !important; }
.block01 { width: 585px; margin: auto; }
.col14 .block01 { width: auto; margin-right: -5px; }
.col14b .block01 LI { width: 50%; height: auto; margin: 0; padding-bottom: 50%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.col14b .block01 A { position: absolute; left: 0; top: 0; right: 5px; bottom: 5px; width: auto; height: auto; }
.col.w33p,
.col.w66p,
.col.w25p,
.col.w50p,
.col.w75p,
.col.w33p:first-child,
.col.w66p:first-child,
.col.w25p:first-child,
.col.w50p:first-child,
.col.w75p:first-child { width: 100%; margin: 0 }
.col.w33p02 { width: 33.333%; padding: 0 2%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0 !important; }
.col.w33p02:first-child { padding-left: 0; }
.col.w33p02:last-child { padding-right: 0; }

.col14 + .col08 { width: 100%; float: none; overflow: hidden; }
.col14 + .col08 .block07 { width: 49%; margin: 30px 0 0 2% !important; float: left; }
.col14 + .col08 .block07:first-child { margin:  30px 0 0 0 !important; }


A.btn { margin-bottom: 30px; }

#logo01 { margin-top: 0; clear: both; font-family: tablet; }
#logo01 IMG { width: 274px; height: auto; }

.menu02 > LI.type02 { float: left; }
.menu02 > LI.type02 UL { left: auto; right: 0; }
.menu02:before,
.menu02:after {
    content: " ";
    display: table;
}
.menu02:after {
    clear: both;
}
#menus .col06 { clear: both; }
.menu05 { position: absolute; top: 100%; left: 0; max-width: 810px; background-color: #fff; z-index: 600; padding: 20px 0 20px 0; display: none; }
.menu05 .corner { width: 0; height: 0; border-style: solid; border-width: 27px 27px 0 0; border-color: #b71233 transparent transparent transparent; position: absolute; top: 0; left: 0; }

@media only screen and ( max-width: 856px ) {
    .menu05 { position: absolute; top: 100%; left: -135px; max-width: 720px; background-color: #fff; z-index: 600; padding: 20px 0 20px 0; display: none; }
    .menu05 .corner { position:absolute; top: 0; left: 135px; }
}

UL.imagelist { padding: 0; list-style: none; width: 102% !important; margin: 30px 0 0 0; }
UL.imagelist LI { float: left; margin: 0 1% 1% 0 !important; padding: 0; width: 32%; overflow: hidden;  }
UL.imagelist LI IMG { width: 100%;  }
UL.imagelist LI A { float: left; height: 100%; width: 100%; position: relative; }
UL.imagelist LI A SPAN { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
UL.imagelist LI A:hover SPAN { border: 5px solid #b71234; }


#footer .block03 { width: 100%; }

TABLE.form INPUT.max,
TABLE.form SELECT.max,
TABLE.form TEXTAREA.max { width: 98%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

#slider02 H2 { margin-top: 10px; }
#slider02 DIV.txt {  }
#slider02 DIV.img + DIV.txt { padding-right: 230px; font-size: 16px; }

#social01 { clear: both; padding: 0; margin: -.5em 0 0;}

.block11 DIV.fb-like-box.fb_iframe_widget,
DIV.col08c DIV.fb-like-box.fb_iframe_widget { padding-bottom: 0; height: 400px; }
UL.imagelist03 LI { width: 33.3333%; padding-bottom: 33.3333%; }

.col03 UL.imagelist03 LI { width: 25%; padding-bottom: 25%; }
DIV.post01 { padding-bottom: 270px; }
DIV.post01 DIV.a .img { height: auto; float: left; width: 50%; padding-bottom: 270px !important; display: block; }
DIV.post01 DIV.a .text { float: left; width: 50%; display: block; box-sizing: border-box; }
P.path { width: 100%; float: none; padding-top: 25px; }
P.path02 { padding-top: 12px; }
P.path + .content,
P.img-right,
P.img-left,
.content.col09,
.content HR { clear: none; }
UL.news LI { clear: none; overflow: hidden; }

UL.news03 SPAN.body { max-height: 4.5em; min-height: 3em; line-height: 1.5em; overflow: hidden; position: relative; }
UL.news03 SPAN.body:after { background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);  bottom: 0;  content: "...";  font-weight: bold;  padding: 0 20px 1px 45px;  position: absolute;  right: 0; }
UL.news03 A:hover SPAN.body:after { background: linear-gradient(to right, rgba(255, 255, 255, 0), #f3f3f3 50%) repeat scroll 0 0 rgba(0, 0, 0, 0); }


*/

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