@import "../js/libs/js-year-calendar/dist/js-year-calendar.min.css";
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptserif/v17/EJRTQgYoZZY2vCFuvAFT_rO1dw.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptserif/v17/EJRQQgYoZZY2vCFuvAFT9gaQZyffpQ.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptserif/v17/EJRVQgYoZZY2vCFuvAFYzro.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptserif/v17/EJRSQgYoZZY2vCFuvAnt66qcVy4.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVc.ttf) format('truetype');
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.datepicker-container {
  position: absolute;
  z-index: 201312;
  float: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 30px;
}
.datepicker-arrow,
.datepicker-arrow:after {
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
.datepicker-arrow {
  position: relative;
  margin: 0 10px;
  border-bottom-color: #9cf;
}
.datepicker-arrow:after {
  position: absolute;
  top: -4px;
  left: -5px;
  content: " ";
  border-bottom-color: #fff;
}
.datepicker-content {
  width: 210px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ccc;
  border-top-color: #9cf;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
}
.datepicker-prev,
.datepicker-next {
  font-size: 18px;
}
.datepicker-content ul:before,
.datepicker-content ul:after {
  display: table;
  content: "";
}
.datepicker-content ul:after {
  clear: both;
}
.datepicker-content ul {
  width: 102%;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
.datepicker-content li {
  float: left;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  background-color: #fff;
}
.datepicker-content .col-1 {
  width: 30px;
}
.datepicker-content .col-2 {
  width: 60px;
}
.datepicker-content .col-3 {
  width: 90px;
}
.datepicker-content .col-4 {
  width: 120px;
}
.datepicker-content .col-5 {
  width: 150px;
}
.datepicker-content .col-6 {
  width: 180px;
}
.datepicker-content .col-7 {
  width: 210px;
}
.datepicker-content li:hover {
  background-color: #eee;
}
.datepicker-content .selected,
.datepicker-content .selected:hover {
  color: #36f;
}
.datepicker-content .disabled,
.datepicker-content .disabled:hover {
  color: #ccc;
}
.datepicker-years li,
.datepicker-months li {
  width: 52.5px;
  height: 52.5px;
  line-height: 52.5px;
}
.datepicker-week li,
.datepicker-week li:hover {
  cursor: default;
  background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.break {
  clear: both;
  display: block;
  width: 80%;
}
p.report {
  border: 1px #A0C856 solid;
  padding: 12px;
  text-align: left;
  background-color: #CDF9BC;
}
p.report.error {
  border-color: #FF8D9A;
  background: #F9BDBD;
}
p.report.info {
  border-color: #A0C856;
  background: #CDF9BC;
}
p.report.warning {
  border-color: #E9D757;
  background: #FFEC93;
}
#content .article #files h4,
#content .article .files h4 {
  margin-bottom: 4px;
}
#content .article #files ul.ico,
#content .article .files ul.ico {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.6em;
  list-style: none;
  background: none;
}
#content .article #files ul.ico li,
#content .article .files ul.ico li,
#content .article #files .ico,
#content .article .files .ico {
  padding: 0 0 0.5em 23px;
}
#content .article #files ul.ico li,
#content .article .files ul.ico li {
  background-repeat: no-repeat;
  list-style: none;
}
#content .article #files ul.ico li span,
#content .article .files ul.ico li span {
  font-size: 11px;
  padding-left: 10px;
}
#content .article #files li.ico,
#content .article .files li.ico {
  background: url("ico/noname.gif") no-repeat 0 3px;
  padding-bottom: 5px;
}
#content .article #files li.ico-pdf,
#content .article .files li.ico-pdf {
  background-image: url("ico/pdf.gif");
}
#content .article #files li.ico-doc,
#content .article .files li.ico-doc,
#content .article #files li.ico-docx,
#content .article .files li.ico-docx {
  background-image: url("ico/doc.gif");
}
#content .article #files li.ico-xls,
#content .article .files li.ico-xls,
#content .article #files li.ico-xlsx,
#content .article .files li.ico-xlsx {
  background-image: url("ico/xls.gif");
}
#content .article #files li.ico-jpg,
#content .article .files li.ico-jpg,
#content .article #files li.ico-jpeg,
#content .article .files li.ico-jpeg {
  background-image: url("ico/jpg.gif");
}
#content .article #files li.ico-zip,
#content .article .files li.ico-zip,
#content .article #files li.ico-rar,
#content .article .files li.ico-rar,
#content .article #files li.ico-7z,
#content .article .files li.ico-7z {
  background-image: url("ico/zip.gif");
}
#content .article #files li.ico-png,
#content .article .files li.ico-png {
  background-image: url("ico/png.gif");
}
#content .article #files li.ico-gif,
#content .article .files li.ico-gif {
  background-image: url("ico/gif.gif");
}
#content .article #files li.ico-rss,
#content .article .files li.ico-rss {
  background-image: url("ico/rss.png");
}
.bx-wrapper {
  margin: 0;
}
.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}
.cols {
  *zoom: 1;
}
.cols:before,
.cols:after {
  content: " ";
  display: table;
}
.cols:after {
  clear: both;
}
.cols > .col {
  margin: 0;
  padding: 0;
}
.cols1 > .col {
  width: 100%;
}
.cols1 > .col1 {
  float: none;
}
.cols2 > .col {
  width: 50%;
}
.cols2 > .col1 {
  float: left;
}
.cols2 > .col2 {
  float: right;
}
.cols3 > .col {
  width: 33%;
}
.cols3 > .col1 {
  float: left;
}
.cols3 > .col2 {
  float: left;
}
.cols3 > .col3 {
  float: right;
  width: 34%;
}
.cols4 > .col {
  width: 25%;
}
.cols4 > .col1 {
  float: left;
}
.cols4 > .col2 {
  float: left;
}
.cols4 > .col3 {
  float: left;
}
.cols4 > .col4 {
  float: right;
}
.titlebox {
  padding: 2px 0;
}
.titlebox > .titlebox-title {
  cursor: pointer;
  font-size: 14px;
  background: url("images/titlebox-plus.png") no-repeat scroll right center transparent;
  margin: 0;
  padding: 5px 13px;
}
.titlebox > .titlebox-content {
  *zoom: 1;
  display: none;
  padding: 4px 16px;
}
.titlebox > .titlebox-content:before,
.titlebox > .titlebox-content:after {
  content: " ";
  display: table;
}
.titlebox > .titlebox-content:after {
  clear: both;
}
.titlebox.open > .titlebox-title {
  background: url("images/titlebox-minus.png") no-repeat scroll right center transparent;
}
.titlebox.article-form > .titlebox-content {
  padding: 20px 16px;
}
.titlebox.article-files > .titlebox-content {
  padding: 20px 16px;
}
.titlebox.article-images > .titlebox-content {
  padding: 4px;
}
.no-js .titlebox > .titlebox-content {
  display: block;
}
.no-js .titlebox > .titlebox-title {
  background-image: none;
}
table,
tr,
th,
td {
  border: none;
}
table[border="1"],
table[border="1"] tr,
table[border="1"] th,
table[border="1"] td {
  border: 1px solid #aeaeae;
}
tr {
  padding: 2px 0;
}
th,
td {
  padding: 8px;
  background: transparent;
  margin: 0;
}
th {
  background: #aeaeae;
  color: #ffffff;
}
th a {
  color: #ffffff;
}
table.lines,
table.lines tr,
table.lines td,
table.lines th {
  border: none;
}
table.lines td,
table.lines th {
  border-bottom: 1px dotted #aeaeae;
}
input[type="text"],
input[type="password"],
select,
textarea,
input[type=submit],
input[type=reset] {
  background: #ffffff;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  color: #434343;
  padding: 8px;
  width: 280px;
}
input[type=submit],
input[type=reset] {
  background: #FEFA4C;
  color: #272323;
  width: auto;
  padding: 8px 35px;
  font-weight: 300;
  border: none;
}
p.date input[type=text],
input.datepicker {
  width: 137px;
  padding: 8px 28px 8px 8px;
  background: url("images/datepicker.png") 150px center no-repeat transparent;
}
fieldset > p {
  margin: 0;
  *zoom: 1;
}
fieldset > p:before,
fieldset > p:after {
  content: " ";
  display: table;
}
fieldset > p:after {
  clear: both;
}
fieldset > p > span {
  padding: 4px;
}
span.flabel {
  display: block;
  width: 150px;
  float: left;
  padding-top: 12px;
  text-align: right;
}
span.finput {
  display: block;
  float: left;
}
span.customStyleSelectBox {
  background: url("images/arrow-select.png") no-repeat right center #ffffff;
}
span.customStyleSelectBox span {
  padding: 5px 26px 6px 8px;
  border: 1px solid #DEDEDE;
  color: #434343;
}
blockquote {
  padding: 40px 0 40px 60px;
  position: relative;
  font-style: italic;
  color: #8b8a8a;
}
blockquote:before {
  content: "\201C";
  font-size: 100px;
  color: #d7d7d7;
  position: absolute;
  top: 70px;
  left: -10px;
  display: block;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  background: #2e282a;
}
body {
  font-size: 14px;
  line-height: 26px;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  font-style: italic;
  background: #2e282a;
  height: 100vh;
  width: 100%;
  padding: 0;
  letter-spacing: 0.5px;
}
body:before {
  content: "";
  display: block;
  width: 100%;
  background: #2e282a;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}
body:after {
  content: "";
  display: block;
  width: 100%;
  background: #2e282a;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 150;
}
a {
  color: #FEFA4C;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#mother {
  position: relative;
  height: 100%;
  padding: 0 50px;
}
.top-line {
  background: #FFFFED;
  color: #2e282a;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  padding: 5px 20px;
  line-height: 18px;
  max-width: 500px;
  position: fixed;
  right: 50px;
  top: 0;
  width: 100%;
  z-index: 500;
  margin: 0;
}
.top-line a {
  color: #2e282a;
  text-decoration: none;
}
.top-line a:hover {
  text-decoration: underline;
}
.top-line a.btn {
  display: inline-block;
  background: #820010;
  color: #fff;
  padding: 8px 10px;
  line-height: 13px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
.top-line a.btn:hover {
  text-decoration: none;
  color: #FEFA4C;
}
.top-line .top-line-parts {
  display: flex;
  flex-wraP: wrap;
  flex-direction: row;
  align-content: stretch;
  justify-content: stretch;
  text-align: center;
}
.top-line .top-line-parts > .part1 {
  flex: 1 0 auto;
  width: 90px;
  font-size: 12px;
}
.top-line .top-line-parts > .part2 {
  flex: 1 1 auto;
  padding: 0 6px;
}
.top-line .top-line-parts > .part3 {
  flex: 1 0 auto;
  width: 90px;
  padding-top: 3px;
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
  .top-line {
    max-width: none;
    position: relative;
    right: auto;
    top: auto;
  }
}
#header {
  position: fixed;
  width: 250px;
  padding: 50px 10px 50px 0;
  z-index: 100;
  height: 100%;
  background: #2e282a;
}
#header .lang-switch {
  padding-top: 20px;
}
#header #menu {
  padding-top: 20px;
}
#header #menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header #menu ul li a {
  background: url("images/li.png") 0 17px no-repeat;
  padding: 6px 13px 6px 20px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
#header #menu ul li a:hover {
  background: url("images/li-active.png") 0 17px no-repeat;
  color: #FEFA4C;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
#header #menu ul li a .submenu-toggler {
  text-align: center;
  display: block;
  float: right;
  font-size: 20px;
  font-weight: 800;
  background: url('images/submenu-plus.png') center center no-repeat transparent;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 40px;
  height: 29px;
  line-height: 19px;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: 100em;
  margin-top: -2px;
}
#header #menu ul li a .submenu-toggler:hover {
  border-color: #FEFA4C;
}
@media only screen and (min-width: 1101px) {
  #header #menu ul li a .submenu-toggler {
    display: none;
  }
}
#header #menu ul li ul.l2 {
  display: none;
  position: absolute;
  right: -170px;
  width: 250px;
  background: #272323;
  height: 100%;
  top: 0;
  padding-top: 210px;
}
@media only screen and (min-width: 1101px) {
  #header #menu ul li ul.l2 {
    width: 170px;
  }
}
#header #menu ul li ul.l2 li a {
  background: transparent;
  font-style: normal;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
#header #menu ul li ul.l2 li.active a {
  color: #FEFA4C;
}
#header #menu ul li.active a {
  background: url("images/li-active.png") 0 17px no-repeat;
}
@media only screen and (min-width: 1101px) {
  #header #menu ul li.active ul.l2 {
    display: block;
  }
}
#header #menu ul li.open ul.l2 {
  display: block;
}
#header #menu-switch {
  display: none;
}
#header .search {
  position: absolute;
  bottom: 140px;
  width: 200px;
  min-height: 40px;
  border-bottom: 2px solid #585556;
}
#header .search input[type="text"] {
  width: 180px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0;
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-weight: 700;
  color: #585556;
  font-size: 14px;
}
#header .search input[type="text"]:focus {
  color: #FEFA4C;
  border: none;
  outline: 0;
}
#header .search input[type="text"]::-webkit-input-placeholder {
  color: #585556;
  text-transform: uppercase;
}
#header .search input[type="text"]::-moz-placeholder {
  color: #585556;
  text-transform: uppercase;
}
#header .search input[type="text"]:-ms-input-placeholder {
  color: #585556;
  text-transform: uppercase;
}
#header .search input[type="submit"] {
  width: 25px;
  height: 25px;
  background: transparent url("images/search-submit.png") center no-repeat;
  overflow: hidden;
  text-indent: 1000em;
  border: none;
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 0;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
#header .search input[type="submit"]:hover {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  bottom: 7px;
}
#header .social {
  position: absolute;
  bottom: 70px;
  left: 0;
  text-align: center;
  width: 200px;
}
#header .social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  margin: 5px;
}
#header .social a:hover {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
#header .social .rss {
  background: url("images/rss.png") center no-repeat;
}
#header .social .rss:hover {
  background: url("images/rss-h.png") center no-repeat;
}
#header .social .youtube {
  background: url("images/youtube.png") center no-repeat;
}
#header .social .youtube:hover {
  background: url("images/youtube-h.png") center no-repeat;
}
#header .social .facebook {
  background: url("images/face.png") center no-repeat;
}
#header .social .facebook:hover {
  background: url("images/face-h.png") center no-repeat;
}
#header .social .share {
  background: url("images/share.png") center no-repeat;
}
#header .social .share:hover {
  background: url("images/share-h.png") center no-repeat;
}
.home #content {
  width: 100%;
  position: relative;
  padding: 50px 0 50px 250px;
  min-height: 100vh;
}
.home #content .slideshow {
  position: relative;
  left: 0;
  height: 800px;
  width: 70%;
}
.home #content .slideshow .slides,
.home #content .slideshow .slider {
  height: 100%;
}
.home #content .slideshow .slider .bx-wrapper,
.home #content .slideshow .slider .bx-viewport {
  height: 100%;
}
.home #content .slideshow .item {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.home #content .slideshow .item img {
  height: auto;
  width: 100%;
  max-width: none;
}
.home #content .slideshow .welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -136px;
  margin-left: -160px;
  background: url("images/welcome.png") center no-repeat;
  width: 320px;
  height: 272px;
  padding-top: 50px;
  z-index: 99;
}
.home #content .slideshow .welcome h1 {
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.home #content .slideshow .welcome h1 strong {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 48px;
}
.home #content .slideshow .about2 {
  background: rgba(45, 40, 41, 0.5);
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 100;
}
.home #content .slideshow .about2 p {
  margin: 0;
}
.home #content .info {
  display: block;
  width: 30%;
  position: absolute;
  right: 0;
  padding: 0;
  height: 800px;
  top: 50px;
  z-index: 100;
}
.home #content .info .calendar {
  background: #FEFA4C;
  width: 100%;
  height: 100%;
  padding: 5% 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.home #content .info .calendar h2 {
  color: #2e282a;
  font-size: 30px;
  text-transform: uppercase;
  background: url("images/calendar-line.png") bottom center no-repeat;
  padding-bottom: 30px;
}
.home #content .info .calendar h2 span {
  color: #988d39;
  text-transform: none;
  font-size: 18px;
  line-height: 45px;
}
.home #content .info .calendar .calendar-item {
  text-align: left;
  padding-bottom: 10px;
}
.home #content .info .calendar .calendar-item a {
  text-decoration: none;
  color: #988d39;
}
.home #content .info .calendar .calendar-item h3 {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
  max-height: 44px;
  overflow-y: hidden;
  margin-bottom: 5px;
  text-decoration: none;
  color: #2e282a;
}
.home #content .info .calendar .calendar-item h3 a {
  text-decoration: underline;
  color: #2e282a;
  display: block;
  text-align: left;
  padding-left: 100px;
  position: relative;
}
.home #content .info .calendar .calendar-item h3 a span.date {
  font-size: 12px;
  color: #988d39;
  display: block;
  min-width: 90px;
  text-align: right;
  position: absolute;
  left: 0;
  top: 2px;
}
.home #content .info .calendar .calendar-item h3 a:hover {
  text-decoration: none;
  color: #e55934;
}
.home #content .info .calendar .calendar-item h3 a:hover span.date {
  color: #e55934;
}
.home #content .info .calendar .calendar-item.calendar-item-canceled h3 a {
  text-decoration: line-through;
}
.home #content .info .calendar .calendar-item .desc {
  color: #988d39;
  font-size: 14px;
  line-height: 25px;
  max-height: 90px;
  overflow-y: hidden;
}
.home #content .info .calendar .calendar-list2 .calendar-item h3 {
  max-height: none;
}
.home #content .info .calendar .calendar-list2 .calendar-item h3 a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  padding-left: 0;
  text-decoration: none;
}
.home #content .info .calendar .calendar-list2 .calendar-item h3 a span.date {
  position: relative;
  flex: 0 0 auto;
  padding-right: 10px;
  display: block;
  width: 100px;
}
.home #content .info .calendar .calendar-list2 .calendar-item h3 a span.title {
  flex: 1 1 auto;
  display: block;
}
@media only screen and (max-width: 400px) {
  .home #content .info .calendar .calendar-list2 .calendar-item h3 a {
    flex-wrap: wrap;
  }
  .home #content .info .calendar .calendar-list2 .calendar-item h3 a span.date {
    text-align: left;
    width: 100%;
  }
}
.home #content .about {
  background: #2e282a;
  width: 100%;
  padding: 30px;
  text-align: center;
  color: #ffffff;
}
.home #content .about h2 {
  color: #FEFA4C;
  font-size: 38px;
  text-transform: uppercase;
}
.home #content .about h2 span {
  color: #ffffff;
  text-transform: none;
  font-size: 18px;
  line-height: 45px;
}
.home #content .newsletter-registration {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: right;
}
.home #content .newsletter-registration h2 {
  font-size: 17px;
  margin-bottom: 4px;
}
.home #content .newsletter-registration p.report {
  display: inline-block;
  color: #2e282a;
  padding: 6px 12px;
}
.home #content .newsletter-registration input[type="text"] {
  max-width: 100%;
  margin-bottom: 4px;
  width: 200px;
}
.home #content .newsletter-registration input[type="submit"] {
  max-width: 100%;
  margin-bottom: 4px;
}
.home #content .newsletter-registration form p {
  margin-top: 4px;
}
#content {
  width: 100%;
  position: relative;
  height: 100vh;
  padding: 0 0 0 420px;
  color: #ffffff;
}
#content.no-submenu {
  padding-left: 250px;
}
#content .article {
  background: #363032;
  padding: 100px 50px;
  min-height: 100%;
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-weight: normal;
}
#content .article h1 {
  color: #FEFA4C;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 45px;
  margin-top: 0;
}
#content .article .perex {
  padding: 20px 0;
  font-weight: 700;
  font-size: 16px;
}
#content .article .main-img {
  float: right;
  width: 250px;
  margin-left: 20px;
  margin-bottom: 20px;
}
#content .article .main-img img {
  max-width: 100%;
  height: auto;
}
#content .article ul {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-weight: normal;
  list-style: none;
  padding: 0 0 0 10px;
}
#content .article ul li {
  background: url("images/li-active.png") 0 13px no-repeat;
  padding: 5px 5px 5px 23px;
}
#content .tools {
  position: absolute;
  top: 50px;
  right: 0;
  width: 90px;
  height: 45px;
}
#content .tools a {
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
#content .tools a.print {
  background: #e3de01 url("images/print.png") center no-repeat;
}
#content .tools a.share {
  background: #FEFA4C url("images/share1.png") center no-repeat;
}
#content .tools a:hover {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
#content .tools a:hover.print {
  background-color: #d4cf01;
}
#content .tools a:hover.share {
  background-color: #f2ed01;
}
#content h2.month {
  color: #FEFA4C;
}
#content h2.month.not-in-filter {
  display: none;
}
#content .crossroad {
  *zoom: 1;
}
#content .crossroad:before,
#content .crossroad:after {
  content: " ";
  display: table;
}
#content .crossroad:after {
  clear: both;
}
#content .crossroad .cross-item {
  float: left;
  padding: 15px;
  border: 2px solid #2e282a;
  width: 350px;
  margin: 1px;
  height: 350px;
  -webkit-transition: ease all 0.6s;
  -moz-transition: ease all 0.6s;
  -ms-transition: ease all 0.6s;
  -o-transition: ease all 0.6s;
  transition: ease all 0.6s;
}
#content .crossroad .cross-item > h2 {
  margin: 0;
  padding: 20px 0 0 0;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
#content .crossroad .cross-item > h2 a {
  color: #ffffff;
  text-decoration: none;
}
#content .crossroad .cross-item > h2 a:hover {
  text-decoration: underline;
}
#content .crossroad .cross-item .cross-img {
  height: 200px;
  overflow-y: hidden;
  background: url("images/no-image.jpg") center no-repeat;
}
#content .crossroad .cross-item .cross-img a {
  max-width: 350px;
  max-height: 250px;
  display: block;
}
#content .crossroad .cross-item .cross-img a img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
}
#content .crossroad .cross-item .cross-date {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
}
#content .crossroad .cross-item .cross-description {
  display: none;
  font-size: 14px;
}
#content .crossroad .cross-item .cross-description h1 {
  color: #ffffff;
}
#content .crossroad .cross-item:hover {
  background: #443c3e;
  -webkit-transition: ease all 0.6s;
  -moz-transition: ease all 0.6s;
  -ms-transition: ease all 0.6s;
  -o-transition: ease all 0.6s;
  transition: ease all 0.6s;
}
#content .crossroad .cross-item.item-canceled h2 a {
  display: inline-block;
  position: relative;
  text-decoration: line-through;
}
#content .crossroad.plain-old .cross-item {
  float: none;
  padding: 4px 4px 4px 160px;
  border: none;
  width: 100%;
  margin: 0;
  height: auto;
  position: relative;
}
#content .crossroad.plain-old .cross-item h2 {
  padding: 0;
  color: #ffffff;
}
#content .crossroad.plain-old .cross-item .cross-img {
  display: none;
}
#content .crossroad.plain-old .cross-item .cross-date {
  position: absolute;
  left: 2px;
  top: 3px;
  font-size: 14px;
}
#content .crossroad.plain-old .cross-item .cross-description {
  display: none;
}
#content .crossroad.plain-old .cross-item.item-saloon h2,
#content .crossroad.plain-old .cross-item.item-saloon h2 a {
  color: #FEFA4C;
}
#content .crossroad.plain-old .cross-item.item-stodola h2,
#content .crossroad.plain-old .cross-item.item-stodola h2 a {
  color: #189c24;
}
#content .crossroad.plain-old .cross-item.item-hala h2,
#content .crossroad.plain-old .cross-item.item-hala h2 a {
  color: #32a6dd;
}
#content .crossroad.plain-old .cross-item.item-canceled h2 a {
  display: inline-block;
  position: relative;
  text-decoration: line-through;
}
#content .crossroad.plain-old .cross-item.week-sep {
  border-top: 1px solid #FEFA4C;
}
#content .crossroad.plain .cross-item {
  float: none;
  padding: 4px;
  border: none;
  width: 100%;
  margin: 0;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
}
#content .crossroad.plain .cross-item h2 {
  padding: 0;
  color: #ffffff;
  flex: 1 1 auto;
  order: 2;
}
#content .crossroad.plain .cross-item .cross-img {
  display: none;
}
#content .crossroad.plain .cross-item .cross-date {
  position: relative;
  font-size: 14px;
  flex: 0 0 auto;
  order: 1;
  width: 160px;
  padding-right: 4px;
}
#content .crossroad.plain .cross-item .cross-description {
  display: none;
}
#content .crossroad.plain .cross-item.item-saloon h2,
#content .crossroad.plain .cross-item.item-saloon h2 a {
  color: #FEFA4C;
}
#content .crossroad.plain .cross-item.item-stodola h2,
#content .crossroad.plain .cross-item.item-stodola h2 a {
  color: #189c24;
}
#content .crossroad.plain .cross-item.item-hala h2,
#content .crossroad.plain .cross-item.item-hala h2 a {
  color: #32a6dd;
}
#content .crossroad.plain .cross-item.item-canceled h2 a {
  display: inline-block;
  position: relative;
  text-decoration: line-through;
}
#content .crossroad.plain .cross-item.week-sep {
  border-top: 1px solid #FEFA4C;
}
#content .crossroad .cross-item.not-in-filter {
  display: none;
}
#content .news-display-style-cont {
  line-height: 30px;
  padding: 4px 0;
}
#content .news-display-style-cont .news-display-style {
  display: inline-block;
  background: transparent no-repeat scroll center center;
  width: 25px;
  height: 25px;
  margin: 0 2px;
  vertical-align: middle;
}
#content .news-display-style-cont .news-display-style.style-rows {
  background-image: url("images/style-rows.png");
}
#content .news-display-style-cont .news-display-style.style-rows.active,
#content .news-display-style-cont .news-display-style.style-rows:hover {
  background-image: url("images/style-rows-active.png");
}
#content .news-display-style-cont .news-display-style.style-images {
  background-image: url("images/style-images.png");
}
#content .news-display-style-cont .news-display-style.style-images.active,
#content .news-display-style-cont .news-display-style.style-images:hover {
  background-image: url("images/style-images-active.png");
}
#content .news-display-style-cont .news-display-style.style-year {
  background-image: url("images/style-year.png");
}
#content .news-display-style-cont .news-display-style.style-year.active,
#content .news-display-style-cont .news-display-style.style-year:hover {
  background-image: url("images/style-year-active.png");
}
#content .pager {
  display: block;
  height: 50px;
  padding-top: 15px;
}
#content .pager span {
  width: 50px;
  height: 50px;
  float: left;
  background: #272323;
  text-align: center;
  line-height: 50px;
  margin: 1px;
  display: inline-block;
  font-weight: 700;
}
#content .pager span a {
  color: #FEFA4C;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
#content .pager span.active {
  background: #FEFA4C;
  color: #272323;
}
#content .pager span.active a {
  color: #272323;
}
#content .galleries {
  *zoom: 1;
  padding: 20px 0 0 0;
}
#content .galleries:before,
#content .galleries:after {
  content: " ";
  display: table;
}
#content .galleries:after {
  clear: both;
}
#content .galleries img {
  border: 0;
}
#content .galleries a {
  float: left;
  padding: 15px;
  border: 2px solid #2e282a;
  width: 280px;
  margin: 1px;
  height: 350px;
  -webkit-transition: ease all 0.6s;
  -moz-transition: ease all 0.6s;
  -ms-transition: ease all 0.6s;
  -o-transition: ease all 0.6s;
  transition: ease all 0.6s;
  color: #ffffff;
  text-decoration: none;
}
#content .galleries a:hover {
  background: #443c3e;
  -webkit-transition: ease all 0.6s;
  -moz-transition: ease all 0.6s;
  -ms-transition: ease all 0.6s;
  -o-transition: ease all 0.6s;
  transition: ease all 0.6s;
  text-decoration: underline;
}
#content .galleries a img {
  max-width: 100%;
  height: auto;
}
#content .galleries a span {
  display: block;
  text-align: left;
  text-decoration: none;
  padding-top: 20px;
  max-height: 75px;
  overflow-y: hidden;
}
#content .contact-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#content .contact-list .contact-item {
  flex: 0 0 auto;
  width: 230px;
  padding-bottom: 30px;
}
#content .contact-list .contact-item .contact-img {
  height: 250px;
  text-align: left;
  padding: 5px;
}
#content .contact-list .contact-item h2 {
  margin: 0;
  padding: 5px;
}
#content .contact-list .contact-item .contact-details {
  padding: 5px;
  font-size: 14px;
}
#content .contact-list .contact-item .contact-details > span {
  display: block;
}
@media only screen and (max-width: 1110px) {
  #content .contact-list .contact-item {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  #content .contact-list .contact-item {
    width: 100%;
  }
}
#content img,
#content iframe {
  max-width: 100%;
}
#content .spc img {
  max-width: 100%;
  height: auto!important;
}
#content span.flabel {
  width: auto;
  float: none;
  text-align: left;
}
#content span.finput {
  float: none;
  padding-left: 30px;
}
#content span.customStyleSelectBox span {
  width: 280px;
}
#footer {
  position: fixed;
  bottom: 0;
  right: 50px;
  font-size: 10px;
  z-index: 155;
}
#footer a {
  background: url("images/graweb-ico.png") right center no-repeat;
  padding-right: 28px;
  background-size: 20px 20px;
  display: block;
  height: 32px;
  text-align: right;
  padding-top: 2px;
  color: #585556;
  text-decoration: none;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
#footer a > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#footer a:hover {
  background: url("images/graweb-ico-hover.png") right center no-repeat;
  background-size: 20px 20px;
  color: #FEFA4C;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
#footer img {
  max-width: 25px;
  padding-left: 5px;
}
.images {
  *zoom: 1;
  padding: 20px 0 0 0;
  clear: both;
}
.images:before,
.images:after {
  content: " ";
  display: table;
}
.images:after {
  clear: both;
}
.images img {
  border: 0;
}
.images a {
  margin: 0 1% 1% 0;
  display: block;
  text-align: center;
  float: left;
  width: 19%;
  position: relative;
}
.images a img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.images a:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #FEFA4C url("images/foto.png") center no-repeat;
  z-index: 10;
}
.images a > span {
  background: #272323;
  opacity: 0;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  padding: 4px 35px 5px 15px;
  width: 100%;
  font-size: 13px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  text-align: left;
}
.images a:hover:after {
  display: block;
}
.images a:hover > span {
  opacity: 0.9;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border-left: 5px solid #2e282a;
}
@media only screen and (max-width: 1300px), (max-height: 700px) {
  .images a {
    width: 32%;
  }
}
@media only screen and (max-width: 800px) {
  .images a {
    width: 32%;
  }
}
@media only screen and (max-width: 560px) {
  .images a {
    width: 49%;
  }
}
@media only screen and (max-width: 400px) {
  .images a {
    width: 100%;
    margin-right: 0;
  }
}
.files {
  padding: 20px 0 ;
}
/* tipsy */
.tipsy {
  font-size: 11px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}
.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 8px 11px 8px 11px;
  text-align: center;
}
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
.tipsy-arrow-n {
  border-bottom-color: #000;
}
.tipsy-arrow-s {
  border-top-color: #000;
}
.tipsy-arrow-e {
  border-left-color: #000;
}
.tipsy-arrow-w {
  border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.event-tooltip-content {
  text-align: left;
  padding: 6px 0;
}
.event-tooltip-content + .event-tooltip-content {
  border-top: 1px solid #fff;
}
.event-tooltip-content .event-date .cal {
  float: right;
  margin-left: 4px;
}
.year-calendar .tippy-box {
  background-color: #272323;
  border: 1px solid #fff;
}
.year-calendar .tippy-arrow {
  color: #fff;
}
.year-calendar .tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: -1px;
}
.year-calendar.calendar table.month tr th {
  background-color: #272323;
}
.year-calendar.calendar table.month td.day .day-content {
  color: #fff;
}
.year-calendar.calendar .months-container .month-container {
  padding-top: 20px;
}
body.iframe-page {
  background: #363032;
}
body.iframe-page:before,
body.iframe-page:after {
  display: none;
}
body.iframe-page #mother {
  padding: 0;
}
body.iframe-page #mother #content {
  padding: 0;
  height: auto;
}
body.iframe-page #mother #content .article {
  padding: 10px;
}
.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}
.pairbox-style1,
.pairbox-style2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
}
.pairbox-style1 > .pairbox-part1,
.pairbox-style2 > .pairbox-part1 {
  flex: 0 0 auto;
  width: 48%;
  order: 1;
}
.pairbox-style1 > .pairbox-part2,
.pairbox-style2 > .pairbox-part2 {
  flex: 0 0 auto;
  width: 48%;
  order: 2;
}
@media only screen and (max-width: 1000px) {
  .pairbox-style1,
  .pairbox-style2 {
    flex-wrap: wrap;
  }
  .pairbox-style1 > .pairbox-part1,
  .pairbox-style2 > .pairbox-part1,
  .pairbox-style1 > .pairbox-part2,
  .pairbox-style2 > .pairbox-part2 {
    width: 100%;
  }
}
.pairbox-style2 > .pairbox-part1 {
  order: 2;
}
.pairbox-style2 > .pairbox-part2 {
  order: 1;
}
@media only screen and (max-width: 1000px) {
  .pairbox-style2 > .pairbox-part1 {
    order: 1;
  }
  .pairbox-style2 > .pairbox-part2 {
    order: 2;
  }
}
@media only screen and (max-height: 815px) {
  #mother {
    height: auto;
  }
  #header {
    position: absolute;
  }
}
@media only screen and (max-width: 1850px) {
  body.home #content .slideshow .slider .item img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 1600px), (max-height: 815px) {
  body #content {
    min-height: 100vh;
    height: auto;
  }
  body.home {
    overflow: auto;
  }
  body.home #content {
    padding-right: 0;
    overflow: visible;
    min-height: 100vh;
    height: auto;
  }
  body.home #content .slideshow {
    width: 70%;
    height: 800px;
  }
  body.home #content .slideshow .slider {
    height: 800px;
  }
  body.home #content .slideshow .slider .item {
    height: 800px;
  }
}
@media only screen and (max-width: 1300px), (max-height: 700px) {
  body.home {
    height: auto;
    overflow: visible;
  }
  body.home #content .slideshow {
    width: 100%;
    height: auto;
    padding: 0;
  }
  body.home #content .slideshow .item {
    height: auto;
  }
  body.home #content .slideshow .item img {
    width: 100%;
    height: auto;
  }
  body.home #content .info {
    position: relative;
    right: auto;
    width: auto;
    height: auto;
    padding: 0;
    top: 0;
  }
  body.home #content .info .calendar {
    width: 100%;
    float: none;
    height: auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  body:before {
    position: absolute;
  }
  #header {
    position: absolute;
    height: auto;
    min-height: 100%;
    padding-bottom: 180px;
  }
  #header #menu ul li ul.l2 {
    position: relative;
    right: auto;
    padding-top: 10px;
  }
  #content {
    padding-left: 250px;
  }
  #content .crossroad .cross-item {
    width: 250px;
    height: 370px;
  }
  #content .crossroad .cross-item .cross-img a {
    width: 100%;
    background: #363032;
    height: 100%;
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  body:before,
  body:after {
    display: none;
  }
  #mother {
    padding: 0 25px;
  }
  .home #content {
    padding: 0;
  }
  #header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: 120px;
    min-height: 0;
    padding: 0;
    z-index: 160;
  }
  #header .lang-switch {
    padding-top: 10px;
    float: right;
  }
  #header #logo {
    padding-top: 15px;
  }
  #header .search {
    display: none;
  }
  #header #menu {
    display: none;
    position: absolute;
    width: 100%;
    background: #363032;
    padding: 20px;
    top: 100px;
    border-bottom: 3px solid #FEFA4C;
  }
  #header #menu ul li ul.l2 {
    width: 100%;
    background: transparent;
    padding: 0 0 10px 30px;
  }
  #header #menu ul li ul.l2 li:before {
    content: " -  ";
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
  }
  #header #menu ul li ul.l2 li a {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
  }
  #header #menu-switch {
    display: block;
    position: absolute;
    right: 0;
    width: 33px;
    height: 33px;
    padding: 25px;
    top: 20px;
    background: url("images/menu.png") no-repeat center center scroll;
    cursor: pointer;
  }
  #header .social {
    position: absolute;
    right: 100px;
    top: 30px;
    bottom: auto;
    left: auto;
  }
  #content {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #content.no-submenu {
    padding: 0;
  }
  #content .slideshow {
    height: auto;
  }
  #content .slideshow .slider .item img {
    width: auto;
    height: 100%;
  }
  #content .tools {
    top: 0;
  }
  #footer {
    position: relative;
  }
}
@media only screen and (max-width: 560px) {
  #header .social {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #content .crossroad.plain-old .cross-item {
    padding: 4px 4px 4px 4px;
    border-top: 1px solid #2e282a;
  }
  #content .crossroad.plain-old .cross-item:first-child {
    border-top: none;
  }
  #content .crossroad.plain-old .cross-item .cross-date {
    position: relative;
    left: auto;
    top: auto;
  }
  #content .crossroad.plain .cross-item {
    flex-wrap: wrap;
    border-top: 1px solid #2e282a;
  }
  #content .crossroad.plain .cross-item:first-child {
    border-top: none;
  }
  #content .crossroad.plain .cross-item .cross-date {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  body.home #content .slideshow .welcome {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  body.home #content .slideshow .slider {
    height: 300px;
  }
  body.home #content .slideshow .slider .item {
    height: 300px;
  }
  body.home #content .info .calendar .calendar-item h3 a {
    padding-left: 0;
  }
  body.home #content .info .calendar .calendar-item h3 a span.date {
    width: 100%;
    text-align: left;
    position: relative;
    display: inline-block;
  }
  #content .article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
