@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UN_r8OXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-UFW50e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UNirkOXOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UN7rgOXOhs.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;
}
#files h4,
.files h4 {
  margin-bottom: 4px;
}
#files ul.ico,
.files ul.ico {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.6em;
  list-style: none;
  background: none;
}
#files ul.ico li,
.files ul.ico li,
#files .ico,
.files .ico {
  padding: 0 0 0.5em 23px;
}
#files ul.ico li,
.files ul.ico li {
  background-repeat: no-repeat;
  list-style: none;
}
#files ul.ico li span,
.files ul.ico li span {
  font-size: 92%;
}
#files li.ico,
.files li.ico {
  background: url("ico/noname.gif") no-repeat left 0.5ex;
  padding-bottom: 5px;
}
#files li.ico-pdf,
.files li.ico-pdf {
  background-image: url("ico/pdf.gif");
}
#files li.ico-doc,
.files li.ico-doc,
#files li.ico-docx,
.files li.ico-docx {
  background-image: url("ico/doc.gif");
}
#files li.ico-xls,
.files li.ico-xls,
#files li.ico-xlsx,
.files li.ico-xlsx {
  background-image: url("ico/xls.gif");
}
#files li.ico-ppt,
.files li.ico-ppt,
#files li.ico-pptx,
.files li.ico-pptx {
  background-image: url("ico/ppt.png");
}
#files li.ico-jpg,
.files li.ico-jpg,
#files li.ico-jpeg,
.files li.ico-jpeg {
  background-image: url("ico/jpg.gif");
}
#files li.ico-zip,
.files li.ico-zip,
#files li.ico-rar,
.files li.ico-rar,
#files li.ico-7z,
.files li.ico-7z {
  background-image: url("ico/zip.gif");
}
#files li.ico-png,
.files li.ico-png {
  background-image: url("ico/png.gif");
}
#files li.ico-gif,
.files li.ico-gif {
  background-image: url("ico/gif.gif");
}
#files li.ico-rss,
.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 #000;
}
tr {
  padding: 2px 0;
}
th,
td {
  padding: 8px;
  background: transparent;
  margin: 0;
}
th {
  background: #000;
  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 #000;
}
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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
html,
button,
input,
select,
textarea {
  color: #222222;
}
input,
select,
textarea {
  font-size: 15px;
}
body {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #222222;
  min-width: 320px;
}
html,
body {
  background: #ffffff;
  min-width: 320px;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
h1 {
  color: #000;
  font-size: 40px;
  line-height: 52px;
  font-weight: 300;
  text-transform: uppercase;
}
h2 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
h3 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
h4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
h6 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
}
#menu-switch {
  display: none;
}
.blocks > .block-outer > .block {
  *zoom: 1;
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
  position: relative;
}
.blocks > .block-outer > .block:before,
.blocks > .block-outer > .block:after {
  content: " ";
  display: table;
}
.blocks > .block-outer > .block:after {
  clear: both;
}
.blocks.blocks-top {
  background: url("images/head-bg.jpg") no-repeat top right scroll #ffffff;
  /*position: fixed; z-index: 600; width: 100%; top: 0; left: 0; right: 0;*/
}
.blocks.blocks-middle {
  background: url("images/page-bg.jpg") no-repeat center 710px scroll #ffffff;
  /*padding-top: 231px;*/
}
.blocks.blocks-bottom {
  background: #ffffff;
}
#mother {
  position: relative;
  padding-top: 200px;
}
.blocks-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fixed .blocks-top {
  position: fixed;
  z-index: 600;
  background: url("images/head-bg-small.jpg") no-repeat top right scroll #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
}
.fixed .header {
  min-height: 75px;
}
.fixed .header .logo {
  top: 10px;
  height: 50px;
}
.fixed .header .logo img {
  max-height: 100%;
}
.fixed .header .tools {
  top: 10px;
}
.fixed.menu-open .blocks.blocks-top {
  position: absolute;
}
.menu-open #menu-block {
  z-index: 600;
  position: relative;
}
.menu-open #menu-block .menu {
  background: #ffffff;
}
.header {
  position: relative;
  min-height: 145px;
}
.header .logo {
  position: absolute;
  top: 35px;
  left: 0;
}
.header .logo img {
  max-width: 400px;
}
.header .tools {
  position: absolute;
  right: 0;
  top: 30px;
}
.header .tools a.btn {
  display: inline-block;
  width: 41px;
  height: 41px;
  overflow: hidden;
  text-align: center;
  line-height: 38px;
  background: #b81b21;
}
.header .tools a.btn:hover {
  background-color: #b81b21;
}
.header .tools .main-contact {
  display: block;
  font-size: 25px;
  line-height: 41px;
  font-weight: 700;
  color: #b81b21;
  padding-right: 10px;
  float: left;
}
.header .tools .write-us {
  display: block;
  float: left;
  margin-left: 3px;
  position: relative;
}
.header .tools .search {
  display: block;
  float: left;
  margin-left: 3px;
  position: relative;
}
.header .tools .lang-select {
  display: block;
  float: left;
  margin-left: 3px;
  font-size: 16px;
  font-weight: 400;
  background: #b81b21;
  position: relative;
}
.header .tools .lang-select .lang-box {
  display: block;
  width: 66px;
  height: 41px;
  overflow: hidden;
  text-align: left;
  line-height: 38px;
  background: url("images/lang-arr2.png") right center no-repeat scroll transparent;
  cursor: pointer;
  color: #ffffff;
  padding: 0 26px 0 10px;
}
.header .tools .lang-select .lang-box:hover {
  background-color: #b81b21;
}
.header .tools .lang-select .items {
  position: absolute;
  top: 41px;
  right: 0;
  width: 100%;
  background: #000;
  display: none;
  z-index: 550;
}
.header .tools .lang-select .items .item a {
  display: block;
  width: 100%;
  height: 41px;
  overflow: hidden;
  text-align: left;
  line-height: 38px;
  color: #ffffff;
  padding: 0 26px 0 10px;
  text-decoration: none;
}
.header .tools .lang-select .items .item a:hover {
  background: #b81b21;
}
#menu-switch {
  display: none;
}
#side-menu-switch {
  display: none;
}
#quick-contact-form {
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  width: 430px;
  padding: 28px 38px;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 550;
}
#quick-contact-form.open {
  display: block;
}
#quick-contact-form h2 {
  margin-top: 0;
}
#quick-contact-form p.submit {
  *zoom: 1;
  margin-top: 0;
}
#quick-contact-form p.submit:before,
#quick-contact-form p.submit:after {
  content: " ";
  display: table;
}
#quick-contact-form p.submit:after {
  clear: both;
}
#quick-contact-form p.submit input[type=submit] {
  float: right;
}
#quick-contact-form .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url("images/close.png") no-repeat scroll center center transparent;
  cursor: pointer;
}
#quick-search {
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  width: 430px;
  padding: 28px 38px;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 550;
}
#quick-search.open {
  display: block;
}
#quick-search h2 {
  margin-top: 0;
}
#quick-search p.submit {
  *zoom: 1;
  margin-top: 0;
}
#quick-search p.submit:before,
#quick-search p.submit:after {
  content: " ";
  display: table;
}
#quick-search p.submit:after {
  clear: both;
}
#quick-search p.submit input[type=submit] {
  float: right;
}
#quick-search .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url("images/close.png") no-repeat scroll center center transparent;
  cursor: pointer;
}
#menu-block {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
#menu-block .menu ul.l1 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  position: relative;
  width: 100%;
}
#menu-block .menu ul.l1 > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}
#menu-block .menu ul.l1 > li > a {
  display: block;
  color: #b81b21;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
}
#menu-block .menu ul.l1 > li.active > a {
  border-color: #b81b21;
  color: #b81b21;
}
#menu-block .menu ul.l2 {
  margin: 0;
  padding: 34px;
  list-style: none;
  text-align: left;
  position: absolute;
  width: 420px;
  top: 45px;
  left: -20px;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  z-index: 250;
}
#menu-block .menu ul.l2 > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-block .menu ul.l2 > li a {
  display: block;
  padding: 1px 0 1px 40px;
  line-height: 28px;
  background: url("images/menu-li-2a.png") left center no-repeat scroll transparent;
  color: #b81b21;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
#menu-block .menu ul.l2 > li a:hover {
  background: url("images/menu-li-2b.png") left center no-repeat scroll transparent;
  color: #222222;
}
#menu-block .menu ul.l1 > li:hover > a {
  border-color: #b81b21;
  color: #b81b21;
}
#menu-block .menu ul.l1 > li:hover ul.l2 {
  display: block;
}
#slideshow-block {
  position: relative;
}
#slideshow-block .slides {
  position: relative;
  max-height: 440px;
  overflow: hidden;
}
#slideshow-block .slides .slide {
  position: relative;
}
#slideshow-block .slides .slide img {
  width: 100%;
}
#slideshow-block .slides .slide .description {
  display: none;
  position: absolute;
  width: 350px;
  height: 320px;
  top: 50px;
  left: 50px;
  color: #ffffff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 300;
  text-align: left;
  overflow: hidden;
  text-transform: uppercase;
}
#slideshow-block .slides .slide .description .text {
  padding-top: 60px;
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
#slideshow-block ul.slick-dots {
  text-align: left;
  position: absolute;
  bottom: 1%;
  left: 4%;
  padding: 0 0 0 50px;
  margin: 0;
}
#slideshow-block ul.slick-dots li {
  display: inline-block;
  margin: 4px;
  z-index: 120;
  position: relative;
  padding: 0;
}
#slideshow-block ul.slick-dots li button {
  display: block;
  text-decoration: none;
  font-size: 11px;
  line-height: 11px;
  width: 11px;
  height: 11px;
  background: rgba(14, 118, 188, 0.18);
  border-radius: 0;
  text-indent: -1000em;
  outline: none;
  border: none;
}
#slideshow-block ul.slick-dots li.slick-active button {
  background-color: #ffffff;
}
#hpblocks-block .hpblocks {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  min-height: 520px;
}
#hpblocks-block .hpblocks .hpblocks-item {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  align-self: stretch;
  width: 33.33333%;
  padding: 3px 0 3px 3px;
}
#hpblocks-block .hpblocks .hpblocks-item .hpblocks-img {
  float: right;
}
#hpblocks-block .hpblocks .hpblocks-item .inner {
  padding: 40px;
  background: #fff1f2;
  height: 100%;
}
#hpblocks-block .hpblocks .hpblocks-item .inner > h3 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  padding: 10px 0 40px 0;
  color: #fec641;
  margin: 0;
}
#hpblocks-block .hpblocks .hpblocks-item .inner > h3 a {
  text-decoration: none;
}
#hpblocks-block .hpblocks .hpblocks-item .inner > h3 a:hover {
  text-decoration: underline;
}
#hpblocks-block .hpblocks .hpblocks-item .hpblocks-description {
  color: #cb9002;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#hpblocks-block .hpblocks .hpblocks-item .hpblocks-description a {
  color: #b81b21 !important;
  text-decoration: none;
}
#hpblocks-block .hpblocks .hpblocks-item .hpblocks-description a:hover {
  text-decoration: underline;
}
#hpblocks-block .hpblocks .hpblocks-item .hpblocks-description ul {
  padding: 0;
  margin: 0;
}
#hpblocks-block .hpblocks .hpblocks-item .hpblocks-description ul > li {
  list-style: none;
  background: url("images/li-yellow.png") no-repeat scroll left 5px transparent;
  padding: 2px 0 2px 30px;
  margin: 0;
}
#hpblocks-block .hpblocks .hpblocks-item.item-1 {
  padding-left: 0;
}
#hpblocks-block .hpblocks .hpblocks-item.item-1 h3 {
  color: black;
}
#hpblocks-block .hpblocks .hpblocks-item.item-1 h3 a {
  color: black;
}
#hpblocks-block .hpblocks .hpblocks-item.item-1 .hpblocks-description {
  color: #cb9002;
}
#hpblocks-block .hpblocks .hpblocks-item.item-1 .hpblocks-description a {
  color: #b81b21;
}
#hpblocks-block .hpblocks .hpblocks-item.item-1 .hpblocks-description ul > li {
  background-image: url("images/li-yellow.png");
}
#hpblocks-block .hpblocks .hpblocks-item.item-2 h3 {
  color: black;
}
#hpblocks-block .hpblocks .hpblocks-item.item-2 h3 a {
  color: #000;
}
#hpblocks-block .hpblocks .hpblocks-item.item-2 .hpblocks-description {
  color: #70b118;
}
#hpblocks-block .hpblocks .hpblocks-item.item-2 .hpblocks-description a {
  color: #70b118;
}
#hpblocks-block .hpblocks .hpblocks-item.item-2 .hpblocks-description ul > li {
  background-image: url("images/li-yellow.png");
}
#hpblocks-block .hpblocks .hpblocks-item.item-3 {
  float: right;
}
#hpblocks-block .hpblocks .hpblocks-item.item-3 h3 {
  color: black;
}
#hpblocks-block .hpblocks .hpblocks-item.item-3 h3 a {
  color: #000;
}
#hpblocks-block .hpblocks .hpblocks-item.item-3 .hpblocks-description {
  color: #f47521;
}
#hpblocks-block .hpblocks .hpblocks-item.item-3 .hpblocks-description a {
  color: #f47521;
}
#hpblocks-block .hpblocks .hpblocks-item.item-3 .hpblocks-description ul > li {
  background-image: url("images/li-yellow.png");
}
.no-flexbox #hpblocks-block .hpblocks {
  display: block;
  *zoom: 1;
}
.no-flexbox #hpblocks-block .hpblocks:before,
.no-flexbox #hpblocks-block .hpblocks:after {
  content: " ";
  display: table;
}
.no-flexbox #hpblocks-block .hpblocks:after {
  clear: both;
}
.no-flexbox #hpblocks-block .hpblocks .hpblocks-item {
  float: left;
  flex: auto;
}
.no-flexbox #hpblocks-block .hpblocks .hpblocks-item .inner {
  height: 520px;
  overflow: hidden;
}
#hp-content {
  padding: 50px 0;
}
#hp-content h1 {
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 20px 80px;
  margin: 0;
  background: url("images/arr-up-box.png") no-repeat 20px 6px scroll transparent;
}
#hp-content h1 a {
  color: #000;
  text-decoration: none;
}
#hp-content h1 a:hover {
  text-decoration: underline;
}
#hp-content .hp-article {
  padding: 50px 80px;
  background: #fff1f2;
  font-weight: 400;
}
#hp-content a.more {
  display: inline-block;
  color: #000;
  background: url("images/more-arr.png") no-repeat left center scroll transparent;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 2px 0 2px 16px;
  line-height: 18px;
}
#hp-content a.more:hover {
  text-decoration: underline;
}
#events-block h2 {
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 20px 30px;
  margin: 0;
}
#events-block .events-list {
  background: #fff1f2;
  padding: 60px 80px;
  position: relative;
}
#events-block .events-list .item {
  padding-left: 270px;
  padding-right: 10px;
  height: 167px;
  position: relative;
  width: 50%;
}
#events-block .events-list .item .img {
  position: absolute;
  left: 0;
  top: 0;
}
#events-block .events-list .item .description {
  height: 123px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
#events-block .events-list .item .description h3 {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 16px 0;
}
#events-block .events-list .item .description h3 a {
  text-decoration: none;
  color: #000;
}
#events-block .events-list .item .description h3 a:hover {
  text-decoration: underline;
}
#events-block .events-list .item .description p {
  margin: 0;
}
#events-block .events-list .item .more {
  display: inline-block;
  color: #000;
  background: url("images/more-arr.png") no-repeat left center scroll transparent;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 2px 0 2px 16px;
  line-height: 18px;
}
#events-block .events-list .item .more:hover {
  text-decoration: underline;
}
#events-block button.slick-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 40px;
  overflow: hidden;
  text-indent: 100em;
  margin-top: -30px;
  border: none;
  padding: 0;
}
#events-block button.slick-arrow.slick-prev {
  left: -50px;
  background: url("images/arr-left.png") no-repeat center center transparent;
}
#events-block button.slick-arrow.slick-next {
  right: -50px;
  background: url("images/arr-right.png") no-repeat center center transparent;
}
#events-block ul.slick-dots {
  text-align: center;
  position: relative;
  top: 40px;
  left: 0;
  margin: 0;
  padding: 0;
}
#events-block ul.slick-dots li {
  display: inline-block;
  margin: 4px;
  padding: 0;
}
#events-block ul.slick-dots li button {
  display: block;
  text-decoration: none;
  font-size: 11px;
  line-height: 11px;
  width: 11px;
  height: 11px;
  background: rgba(14, 118, 188, 0.18);
  border-radius: 0;
  text-indent: -1000em;
  outline: none;
  border: none;
}
#events-block ul.slick-dots li.slick-active button {
  background-color: #000;
}
#hptabs-block-switcher {
  padding-top: 50px;
}
#hptabs-block-switcher .switcher ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
#hptabs-block-switcher .switcher ul:before,
#hptabs-block-switcher .switcher ul:after {
  content: " ";
  display: table;
}
#hptabs-block-switcher .switcher ul:after {
  clear: both;
}
#hptabs-block-switcher .switcher ul li {
  margin: 0 2px 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
#hptabs-block-switcher .switcher ul li a {
  display: block;
  padding: 12px 30px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  background: #fff1f2;
  text-decoration: none;
  outline: none;
}
#hptabs-block-switcher .switcher ul li a:hover {
  text-decoration: none;
  background: #000;
  color: #ffffff;
}
#hptabs-block-switcher .switcher ul li.active a {
  color: #ffffff;
  background: #b81b21;
}
#references-block,
#certificates-block {
  display: none;
  background: url("images/references-bg.jpg") top center repeat scroll #000;
  background-size: cover;
  min-height: 383px;
  padding: 20px 0;
  overflow: hidden;
}
#references-block.active,
#certificates-block.active {
  display: block;
}
#references-block .items,
#certificates-block .items {
  height: 200px;
}
#references-block .items .item,
#certificates-block .items .item {
  width: 200px;
  background: #ffffff;
  margin: 0 10px 0 0;
  text-align: center;
  display: block;
  padding: 10px;
}
#references-block .items .item a,
#certificates-block .items .item a {
  display: table;
  height: 190px;
  width: 100%;
  max-width: 100%;
}
#references-block .items .item .img,
#certificates-block .items .item .img {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
#references-block .items .item .img img,
#certificates-block .items .item .img img {
  max-width: 100%;
  max-height: 100%;
  display: inline;
}
#references-block button.slick-arrow,
#certificates-block button.slick-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 40px;
  overflow: hidden;
  text-indent: 100em;
  margin-top: -30px;
  border: none;
  padding: 0;
}
#references-block button.slick-arrow.slick-prev,
#certificates-block button.slick-arrow.slick-prev {
  left: -50px;
  background: url("images/arr-left-white.png") no-repeat center center transparent;
}
#references-block button.slick-arrow.slick-next,
#certificates-block button.slick-arrow.slick-next {
  right: -50px;
  background: url("images/arr-right-white.png") no-repeat center center transparent;
}
#references-block .items {
  height: 189px;
}
#references-block .items .item {
  width: 189px;
}
#references-block .items .item a {
  height: 179px;
}
#references-block .items .item .img {
  max-width: 169px;
  height: 169px;
}
#references-block .references-list {
  padding: 80px;
}
#references-block .references-more {
  position: absolute;
  right: 80px;
  bottom: 30px;
}
#references-block .references-more a {
  display: inline-block;
  color: #ffffff;
  background: url("images/btn-arr-white.png") no-repeat left center scroll transparent;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 2px 0 2px 16px;
  line-height: 18px;
}
#references-block .references-more a:hover {
  text-decoration: underline;
}
#certificates-block .items {
  height: 200px;
}
#certificates-block .items .item {
  width: 300px;
}
#certificates-block .items .item a {
  height: 190px;
}
#certificates-block .items .item .img {
  max-width: 280px;
}
#certificates-block .certificate-list {
  padding: 80px;
}
#partners-block {
  padding: 80px 0;
}
#partners-block h2 {
  color: #000;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 0;
}
#partners-block h2 a {
  text-decoration: none;
  color: #000;
}
#partners-block h2 a:hover {
  text-decoration: underline;
}
#partners-block .items {
  text-align: center;
}
#partners-block .items .item {
  display: inline-block;
  height: 140px;
  background: #ffffff;
  margin: 0 30px;
  padding: 10px;
}
#partners-block .items .item a {
  display: table;
  text-align: center;
}
#partners-block .items .item a .img {
  display: table-cell;
  vertical-align: middle;
  height: 130px;
}
#partners-block .items .item a .img img {
  max-width: 100%;
}
#partners-block .partners-list {
  padding: 20px 0;
}
#hp-content2 {
  border-top: 1px solid #dcdcdc;
  padding: 30px 0;
}
#hp-content2 .hp-article {
  *zoom: 1;
}
#hp-content2 .hp-article:before,
#hp-content2 .hp-article:after {
  content: " ";
  display: table;
}
#hp-content2 .hp-article:after {
  clear: both;
}
#hp-content2 .hp-article h2 {
  color: #000;
  font-size: 48px;
  font-weight: 300;
}
#footer-menu-block {
  min-height: 220px;
  background: url("images/foot-bg.jpg") no-repeat bottom left scroll #ffffff;
  padding-top: 60px;
}
#footer-menu-block .menu2 ul.l1 {
  margin: 0;
  padding: 40px 0;
  text-align: left;
}
#footer-menu-block .menu2 ul.l1 > li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}
#footer-menu-block .menu2 ul.l1 > li a {
  display: block;
  color: #000;
  font-size: 20px;
  padding: 4px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
#footer-menu-block .menu2 ul.l1 > li a:hover {
  text-decoration: underline;
}
#footer-menu-block .menu2 ul.l2 {
  display: none;
}
#footer-copy-block {
  min-height: 93px;
  background: #b81b21;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
#footer-copy-block .logo {
  height: 100%;
  float: left;
  padding: 20px 0;
  text-align: left;
  width: 120px;
  margin-right: 50px;
}
#footer-copy-block .copy {
  line-height: 53px;
  padding: 20px 0;
  font-size: 14px;
}
.page-heading {
  width: 100%;
  height: 181px;
  overflow: hidden;
  position: relative;
  text-align: right;
}
.page-heading .title-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 483px;
  height: 181px;
  background: url("images/decor-bg.png") no-repeat scroll right center transparent;
  padding: 10px 45px;
}
.page-heading .title-box > div {
  display: table;
  width: 100%;
  height: 100%;
}
.page-heading .title-box > div h1 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.page-heading .title-box h1 {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 300;
  text-transform: uppercase;
}
.crumbs {
  min-height: 60px;
  background: #fff1f2;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 20px 40px;
  text-transform: uppercase;
}
.crumbs a {
  text-decoration: none;
  display: inline-block;
  background: url("images/crumb-sep.png") no-repeat scroll center left transparent;
  padding-left: 16px;
}
.crumbs a:hover {
  text-decoration: underline;
}
.crumbs .sep {
  display: inline-block;
  width: 10px;
  height: 18px;
  overflow: hidden;
  text-indent: -100em;
}
.side-menu {
  width: 385px;
}
.side-menu ul.l1 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.side-menu ul.l1 > li {
  margin: 1px 0;
  padding: 0;
  list-style: none;
}
.side-menu ul.l1 > li > a {
  display: block;
  background: url("images/submenu-li-1a.png") no-repeat scroll 24px center #000;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 20px 18px 60px;
}
.side-menu ul.l1 > li > a:hover {
  background-color: #b81b21;
}
.side-menu ul.l1 > li.active > a {
  background-color: #b81b21;
}
.side-menu ul.l1 > li.open > a {
  background-image: url("images/submenu-li-1b.png");
}
.side-menu ul.l1 > li.event > a {
  font-size: 14px;
}
.side-menu ul.l2 {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff1f2;
  display: none;
}
.side-menu ul.l2 > li {
  margin: 1px 0;
  padding: 0;
  list-style: none;
}
.side-menu ul.l2 > li > a {
  display: block;
  background: url("images/submenu-li-2a.png") no-repeat scroll 24px center transparent;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 20px 10px 60px;
}
.side-menu ul.l2 > li > a:hover {
  color: #b81b21;
}
.side-menu ul.l2 > li.active > a {
  background-color: transparent;
  color: #b81b21;
}
.side-menu ul.l2 > li.open > a {
  background-image: url("images/submenu-li-2b.png");
}
.side-menu ul.l2 > li.event > a {
  font-size: 13px;
}
.side-menu ul.l3 {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff1f2;
  display: none;
}
.side-menu ul.l3 > li {
  margin: 1px 0;
  padding: 0;
  list-style: none;
}
.side-menu ul.l3 > li > a {
  display: block;
  background: url("images/submenu-li-3a.png") no-repeat scroll 60px center transparent;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px 10px 80px;
}
.side-menu ul.l3 > li > a:hover {
  color: #b81b21;
}
.side-menu ul.l3 > li.active > a {
  background: url("images/submenu-li-3b.png") no-repeat scroll 60px center transparent;
  color: #b81b21;
}
.side-menu ul.l3 > li.event > a {
  font-size: 12px;
}
.side-menu ul.l1 > li.open ul.l2 {
  display: block;
}
.side-menu ul.l2 > li.open ul.l3 {
  display: block;
}
#common-page.with-side-menu > .block {
  display: table;
  position: relative;
}
#common-page.with-side-menu > .block .side-menu {
  display: table-cell;
  vertical-align: top;
  width: 385px;
}
#common-page.with-side-menu > .block .main-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 70px;
  font-weight: 400;
}
#common-page > .block > .main-content > .article > *:first-child {
  margin-top: 0;
}
.article {
  font-weight: 400;
}
.article tr:first-child:last-child > td:first-child:last-child {
  padding: 0 25px;
}
.article a.button {
  background: url("images/btn-arr-white.png") right center no-repeat #000;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 60px 8px 20px;
  display: inline-block;
}
.article a.button:hover {
  background-color: #b81b21;
}
#common-page > .block {
  /*padding-top: 30px; padding-bottom: 20px;*/
  max-width: 900px;
  padding: 30px 20px 30px 20px;
}
input[type="text"],
input[type="password"],
select,
textarea,
input[type=submit],
input[type=reset] {
  background: #ffffff;
  border: 1px solid #C7DBE8;
  border-radius: 0;
  color: #222222;
  padding: 8px;
  max-width: 460px;
  width: 100%;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
input[type=reset] {
  background: #3f3f3f;
  color: #ffffff;
  width: auto;
  padding: 8px 20px 8px 20px;
  font-weight: 300;
  font-size: 18px;
  border: none;
}
input[type=submit] {
  background: url("images/btn-arr-white.png") no-repeat right center scroll #000;
  color: #ffffff;
  width: auto;
  padding: 8px 60px 8px 20px;
  font-weight: 300;
  font-size: 18px;
  border: none;
}
textarea {
  max-width: none;
}
span.flabel,
span.finput {
  display: block;
  font-size: 15px;
}
span.customStyleSelectBox {
  background: url("images/arrow-select.png") no-repeat right center #ffffff;
}
span.customStyleSelectBox span {
  padding: 5px 26px 6px 8px;
  border: 1px solid #C7DBE8;
  color: #222222;
}
.webx-form > h2 {
  background: url("images/arr-up-box.png") no-repeat right top transparent;
  border-bottom: 1px solid #000;
  padding: 0 40px 16px 0;
}
.webx-form fieldset.summary > p {
  *zoom: 1;
  margin-top: 0;
}
.webx-form fieldset.summary > p:before,
.webx-form fieldset.summary > p:after {
  content: " ";
  display: table;
}
.webx-form fieldset.summary > p:after {
  clear: both;
}
.webx-form fieldset.summary > p input[type=submit] {
  float: right;
}
.webx-form p.frm-boolean {
  max-width: 460px;
  width: 100%;
}
.webx-form p.frm-boolean span.finput {
  float: right;
  width: 150px;
}
.webx-form p.frm-boolean span.finput label.radio-yes {
  margin-right: 20px;
}
.webx_sendform_event p.frm-boolean.frm-required-item {
  max-width: none;
  width: 100%;
}
.webx_sendform_event p.frm-boolean.frm-required-item span.finput {
  float: none;
  width: auto;
}
.webx_sendform_event p.frm-boolean.frm-required-item span.finput label {
  cursor: pointer;
}
.webx_sendform_event p.frm-boolean.frm-required-item span.finput input[type=checkbox] {
  margin-right: 10px;
}
.webx_sendform_event .souhlas-se-zpracovanim-ou {
  font-size: 14px;
  padding: 12px;
  background: #eeeeee;
  margin-bottom: 20px;
}
.webx_sendform_event .souhlas-se-zpracovanim-ou ul {
  margin-top: 0;
  margin-bottom: 0;
}
.webx_sendform_event .souhlas-se-zpracovanim-ou ol > li {
  margin-bottom: 6px;
}
.webx_sendform_event .souhlas-se-zpracovanim-ou h3 {
  margin: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}
.perex .main-img {
  float: right;
  margin: 0 0 10px 10px;
}
.contact-page {
  padding: 30px 0;
}
.contact-page.contact-map {
  background: #ffffff;
  padding: 10px 0 80px 0;
  border-top: 1px solid #dbdbdb;
  -webkit-box-shadow: 0px -14px 14px 0px rgba(219, 219, 219, 0.9);
  -moz-box-shadow: 0px -14px 14px 0px rgba(219, 219, 219, 0.9);
  box-shadow: 0px -14px 14px 0px rgba(219, 219, 219, 0.9);
}
.contact-page.contact-map > .block {
  max-width: 100%;
}
.contact-page h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-page .map-outer {
  position: relative;
}
.contact-page .map-outer .map {
  display: none;
}
.contact-page .map-outer.active .map {
  width: 100%;
  display: block;
  position: relative;
}
.contact-page .map-outer.active .map .search-form {
  *zoom: 1;
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
}
.contact-page .map-outer.active .map .search-form:before,
.contact-page .map-outer.active .map .search-form:after {
  content: " ";
  display: table;
}
.contact-page .map-outer.active .map .search-form:after {
  clear: both;
}
.contact-page .map-outer.active .map .search-form h3 {
  float: left;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.contact-page .map-outer.active .map .search-form form {
  float: right;
  margin: 10px;
}
.contact-page .map-outer.active .map .search-form form input[type=text] {
  width: 300px;
  margin-bottom: 4px;
}
.contact-page .map-outer.active .map .search-form form input[type=submit] {
  margin-left: 10px;
  margin-bottom: 4px;
}
.contact-page .map-outer.active .map .mapa {
  width: 100%;
  height: 400px;
}
.contact-page .map-outer.active .map .mapa img {
  max-width: none;
}
.contact-page .map-outer.active .map .map-directions {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
}
.contact-page .contact-description table {
  width: 100%;
  border: none;
}
.contact-page .contact-description table td {
  vertical-align: top;
  padding: 0 10px 10px 0;
}
.contact-page .contact-description table td *:first-child {
  margin-top: 0;
}
.contact-page .webx-form.contact-form {
  max-width: 800px;
}
.contact-page .webx-form.contact-form > h2 {
  background: transparent;
  border-bottom: none;
  padding: 0;
}
.contact-page .webx-form.contact-form input[type="text"],
.contact-page .webx-form.contact-form input[type="password"],
.contact-page .webx-form.contact-form select {
  width: 100%;
  max-width: 390px;
}
.crossroad {
  padding: 40px 0;
  position: relative;
  *zoom: 1;
}
.crossroad:before,
.crossroad:after {
  content: " ";
  display: table;
}
.crossroad:after {
  clear: both;
}
.crossroad .cross-item {
  padding-left: 270px;
  position: relative;
  width: 48%;
  margin: 20px 1%;
  float: left;
  height: 167px;
  overflow: hidden;
}
.crossroad .cross-item .img {
  position: absolute;
  left: 0;
  top: 0;
}
.crossroad .cross-item .description {
  height: 120px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.crossroad .cross-item .description h3 {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 16px 0;
}
.crossroad .cross-item .description h3 a {
  text-decoration: none;
  color: #000;
}
.crossroad .cross-item .description h3 a:hover {
  text-decoration: underline;
}
.crossroad .cross-item .description p {
  margin: 0;
}
.crossroad .cross-item .more {
  display: inline-block;
  color: #000;
  background: url("images/more-arr.png") no-repeat left center scroll transparent;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 2px 0 2px 16px;
  line-height: 18px;
}
.crossroad .cross-item .more:hover {
  text-decoration: underline;
}
.crossroad-partneri {
  padding: 40px 0;
  position: relative;
  *zoom: 1;
}
.crossroad-partneri:before,
.crossroad-partneri:after {
  content: " ";
  display: table;
}
.crossroad-partneri:after {
  clear: both;
}
.crossroad-partneri .cross-item {
  padding-left: 250px;
  position: relative;
  margin: 20px 0;
  min-height: 167px;
}
.crossroad-partneri .cross-item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  text-align: center;
}
.crossroad-partneri .cross-item .description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.crossroad-partneri .cross-item .description h3 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 4px 0;
}
.crossroad-partneri .cross-item .description h3 a {
  text-decoration: none;
  color: #000;
}
.crossroad-partneri .cross-item .description h3 a:hover {
  text-decoration: underline;
}
.crossroad-partneri .cross-item .description p {
  margin: 0;
}
.crossroad-partneri .cross-item .more {
  display: none;
}
.crossroad-reference {
  padding: 40px 0;
  position: relative;
  *zoom: 1;
}
.crossroad-reference:before,
.crossroad-reference:after {
  content: " ";
  display: table;
}
.crossroad-reference:after {
  clear: both;
}
.crossroad-reference .cross-item {
  position: relative;
  margin: 0;
  padding: 20px 0;
  *zoom: 1;
  width: 20%;
  height: 170px;
  float: left;
}
.crossroad-reference .cross-item:before,
.crossroad-reference .cross-item:after {
  content: " ";
  display: table;
}
.crossroad-reference .cross-item:after {
  clear: both;
}
.crossroad-reference .cross-item .img {
  width: 100%;
  padding-right: 20px;
  text-align: center;
  height: 90px;
}
.crossroad-reference .cross-item .img img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
}
.crossroad-reference .cross-item .description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  float: left;
  display: none;
}
.crossroad-reference .cross-item .description h3 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 4px 0;
}
.crossroad-reference .cross-item .description h3 a {
  text-decoration: none;
  color: #000;
}
.crossroad-reference .cross-item .description h3 a:hover {
  text-decoration: underline;
}
.crossroad-reference .cross-item .description p {
  margin: 0;
}
.crossroad-reference .cross-item .more {
  display: none;
}
.crossroad-events {
  padding: 40px 0;
  position: relative;
  *zoom: 1;
}
.crossroad-events:before,
.crossroad-events:after {
  content: " ";
  display: table;
}
.crossroad-events:after {
  clear: both;
}
.crossroad-events .cross-item {
  padding-left: 270px;
  position: relative;
  width: 100%;
  margin: 20px 0 30px 0;
  min-height: 167px;
}
.crossroad-events .cross-item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  text-align: center;
}
.crossroad-events .cross-item .description {
  min-height: 120px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.crossroad-events .cross-item .description h3 {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 16px 0;
}
.crossroad-events .cross-item .description h3 a {
  text-decoration: none;
  color: #000;
}
.crossroad-events .cross-item .description h3 a:hover {
  text-decoration: underline;
}
.crossroad-events .cross-item .description h3 span {
  margin-left: 10px;
  font-size: 18px;
  padding-left: 6px;
}
.crossroad-events .cross-item .description p {
  margin: 0;
}
.crossroad-events .cross-item .more {
  display: inline-block;
  color: #000;
  background: url("images/more-arr.png") no-repeat left center scroll transparent;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 2px 0 2px 16px;
  line-height: 18px;
}
.crossroad-events .cross-item .more:hover {
  text-decoration: underline;
}
.event-main-img {
  width: 100%;
  padding: 30px 0;
}
.event-main-img img {
  max-width: 100%;
}
table.event-details {
  border: none;
}
table.event-details tr,
table.event-details td,
table.event-details th {
  border: none;
}
table.event-details th,
table.event-details td {
  text-align: left;
  font-weight: 300;
  color: #222222;
  background: transparent;
  padding: 4px 0;
}
table.event-details th {
  font-weight: 600;
  padding-right: 20px;
}
ul.logos-download {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
ul.logos-download:before,
ul.logos-download:after {
  content: " ";
  display: table;
}
ul.logos-download:after {
  clear: both;
}
ul.logos-download > li {
  display: block;
  list-style: none;
  margin: 10px;
  width: 333px;
  height: 350px;
  overflow: hidden;
  float: left;
  padding: 4px;
}
ul.logos-download > li h3 {
  margin: 0;
  padding: 6px 0;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  height: 45px;
  overflow: hidden;
}
ul.logos-download > li .img {
  display: table;
  width: 100%;
  height: 183px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
}
ul.logos-download > li .img .img-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 183px;
  min-height: 183px;
  max-height: 183px;
  width: 325px;
  min-width: 325px;
  max-width: 325px;
  padding: 20px;
}
ul.logos-download > li .img .img-inner img {
  max-height: 143px;
  max-width: 100%;
}
ul.logos-download > li ul.logo-files {
  margin: 0;
  padding: 10px 0 0 0;
  *zoom: 1;
}
ul.logos-download > li ul.logo-files:before,
ul.logos-download > li ul.logo-files:after {
  content: " ";
  display: table;
}
ul.logos-download > li ul.logo-files:after {
  clear: both;
}
ul.logos-download > li ul.logo-files > li {
  list-style: none;
  margin: 7px 0;
  padding: 0 3px;
  float: left;
  width: 50%;
  height: 42px;
}
ul.logos-download > li ul.logo-files > li.odd {
  clear: both;
  padding-left: 0;
}
ul.logos-download > li ul.logo-files > li.even {
  float: right;
  padding-right: 0;
}
ul.logos-download > li ul.logo-files > li a {
  display: block;
  width: 100%;
  background: url("images/btn-arr-white.png") no-repeat right 16px scroll #000;
  padding: 10px 40px 10px 20px;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  font-size: 18px;
  font-weight: 300;
}
ul.logos-download > li ul.logo-files > li a:hover {
  text-decoration: none;
  background-color: #b81b21;
}
.fulltext-results h4 {
  margin-bottom: 6px;
}
.fulltext-results p {
  margin-top: 0;
}
.fulltext-results a.fulltext {
  font-size: 14px;
  color: #222222;
  text-decoration: none;
}
.fulltext-results a.fulltext:hover {
  text-decoration: underline;
}
.pager {
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.pager span {
  display: inline-block;
  margin: 5px 2px;
}
.pager span a {
  display: block;
  padding: 4px 8px;
  color: #ffffff;
  background: #000;
  text-decoration: none;
}
.pager span a:hover {
  background: #b81b21;
  text-decoration: none;
}
.pager span.active {
  background: transparent;
  color: #000;
}
.pager span.text {
  background: transparent;
  color: #000;
}
table.wallpaper {
  width: 30%;
  margin: 0 0 20px 0;
  float: left;
}
table.wallpaper td {
  background: #fff;
}
table.wallpaper td img {
  max-width: 100%;
  height: auto;
}
table.wallpaper td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
table.wallpaper td ul li {
  padding-left: 25px;
  background: url("images/li-arrow.png") 10px center no-repeat;
}
table.wallpaper td ul li a {
  text-decoration: none;
}
table.wallpaper td ul li a:hover {
  text-decoration: underline;
}
table.wallpaper.mobile {
  width: 160px;
}
.images {
  *zoom: 1;
}
.images:before,
.images:after {
  content: " ";
  display: table;
}
.images:after {
  clear: both;
}
.images img {
  border: 0;
}
.images a {
  margin: 4px;
  display: block;
  text-align: center;
  float: left;
  width: 183px;
  height: 142px;
  position: relative;
}
.images a > span {
  background: #000000;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  width: 100%;
  font-size: 13px;
}
.images-certificates .images a {
  width: 327px;
  height: 231px;
  margin: 7px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
}
.ex-videos-iframe .ex-video > iframe {
  width: 100%;
  height: 513px;
}
#common-page img,
.contact-page img {
  max-width: 100%;
}
.webx_sendform_event .multicontnet + .multicontnet {
  border-top: 1px solid #dedede;
}
.webx_sendform_event .multi-add-cont .btn-add-item {
  display: inline-block;
  background: url(images/btn-add2.png) right center no-repeat #000;
  padding: 10px 40px 10px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  cursor: pointer;
}
.webx_sendform_event .multi-add-cont .btn-add-item:hover {
  background-color: #b81b21;
}
.webx_sendform_event .frm-required-item input[type=text],
.webx_sendform_event .frm-required-item textarea,
.webx_sendform_event .frm-required-item select {
  border: 2px solid #000;
}
@media only screen and (max-width: 1365px) {
  #mother {
    padding-top: 75px;
  }
  #menu-switch {
    display: inline-block;
    width: 41px;
    height: 41px;
    overflow: hidden;
    margin-left: 3px;
    text-align: center;
    line-height: 38px;
    background: url("images/menu2.png") no-repeat scroll center center #000;
    cursor: pointer;
  }
  #menu-switch:hover {
    background-color: #b81b21;
  }
  #header-block > .block,
  #hptabs-block-switcher > .block,
  #footer-copy-block > .block,
  #common-page > .block,
  .contact-page,
  .contact-page .map-outer.active .map .search-form,
  .contact-page .map-outer.active .map .map-directions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header {
    min-height: 75px;
  }
  .header .logo {
    top: 10px;
    height: 50px;
  }
  .header .logo img {
    max-height: 100%;
  }
  .header .tools {
    top: 10px;
  }
  #menu-block {
    border: none;
    padding: 0;
  }
  #menu-block .menu {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
    display: none;
  }
  #menu-block .menu ul.l1 > li {
    display: block;
  }
  #menu-block .menu ul.l1 > li > a {
    text-align: left;
    height: auto;
    border-bottom: none;
  }
  #menu-block .menu ul.l2 {
    display: block;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    background: #ffffff;
    padding: 10px 20px 20px 40px;
  }
  #menu-block .menu ul.l1 > li:hover ul.l2 {
    display: block;
  }
  #hpblocks-block .hpblocks .hpblocks-item {
    width: 100%;
    float: none;
    padding: 2px 0;
  }
  #hpblocks-block .hpblocks .hpblocks-item .inner {
    height: auto;
  }
  #hpblocks-block .hpblocks .hpblocks-item .hpblocks-description ul {
    padding: 0;
    margin: 0;
    *zoom: 1;
  }
  #hpblocks-block .hpblocks .hpblocks-item .hpblocks-description ul:before,
  #hpblocks-block .hpblocks .hpblocks-item .hpblocks-description ul:after {
    content: " ";
    display: table;
  }
  #hpblocks-block .hpblocks .hpblocks-item .hpblocks-description ul:after {
    clear: both;
  }
  #hpblocks-block .hpblocks .hpblocks-item .hpblocks-description ul > li {
    display: block;
    width: 50%;
    float: left;
  }
  #hpblocks-block .hpblocks .hpblocks-item .hpblocks-description ul > li:nth-child(odd) {
    clear: left;
  }
  #footer-menu-block .menu2 ul.l1 {
    text-align: center;
  }
  #footer-menu-block .menu2 ul.l1 > li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .contact-page .contact-description table {
    display: block;
  }
  .contact-page .contact-description table tbody,
  .contact-page .contact-description table tr,
  .contact-page .contact-description table td,
  .contact-page .contact-description table th {
    display: block;
  }
  .crossroad .cross-item {
    float: none;
    margin: 10px 0 30px 0;
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .crossroad .cross-item .description {
    height: auto;
    margin-bottom: 10px;
  }
  .crossroad .cross-item .description h3 {
    margin-top: 10px;
  }
  .crossroad .cross-item .img {
    position: relative;
  }
  .crossroad-events .cross-item {
    padding-left: 0;
  }
  .crossroad-events .cross-item .description {
    height: auto;
    margin-bottom: 10px;
  }
  .crossroad-events .cross-item .description h3 {
    margin-top: 10px;
  }
  .crossroad-events .cross-item .img {
    position: relative;
  }
}
@media only screen and (max-width: 1000px) {
  #side-menu-switch {
    display: block;
    background: url("images/arr-down-white2.png") no-repeat scroll right 25px #000;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 18px 60px 18px 20px;
    cursor: pointer;
  }
  #side-menu-switch:hover {
    background-color: #b81b21;
  }
  #common-page.with-side-menu > .block {
    display: block;
  }
  #common-page.with-side-menu > .block .side-menu {
    display: none;
    width: 100%;
  }
  #common-page.with-side-menu > .block .main-content {
    display: block;
    padding-left: 0;
    padding-top: 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .crossroad-partneri .cross-item {
    padding-left: 0;
    min-height: 0;
  }
  .crossroad-partneri .cross-item .description {
    margin-bottom: 10px;
  }
  .crossroad-partneri .cross-item .description h3 {
    margin-top: 10px;
  }
  .crossroad-partneri .cross-item .img {
    position: relative;
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .header .tools .main-contact {
    font-size: 16px;
  }
  #quick-search,
  #quick-contact-form {
    width: 100%;
    max-width: 430px;
    position: fixed;
    top: 65px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-heading .title-box h1 {
    font-size: 30px;
    line-height: 42px;
  }
  #hpblocks-block .hpblocks .hpblocks-item .inner .hpblocks-description ul > li {
    width: 100%;
    float: none;
  }
  #hp-content .hp-article {
    padding: 30px 10px;
  }
  #events-block .events-list .item {
    padding: 0 10px;
    height: auto;
  }
  #events-block .events-list .item .img {
    position: relative;
  }
  #events-block .events-list .item .description {
    height: auto;
  }
  #events-block .events-list .item .description h3 {
    margin-top: 10px;
  }
  #events-block .events-list button.slick-arrow {
    height: 40px;
    margin-top: -20px;
  }
  #partners-block .items .item a .img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 460px) {
  .header .tools .main-contact {
    position: absolute;
    right: -10px;
    bottom: -27px;
  }
  #events-block .events-list {
    padding: 60px 20px 80px 20px;
  }
  #events-block .events-list ul.slick-dots {
    left: auto;
    margin: 0 40px;
  }
  #events-block .events-list button.slick-arrow {
    top: auto;
    height: 40px;
    margin-top: 0;
    bottom: -45px;
  }
  #events-block .events-list button.slick-arrow.slick-prev {
    left: 0;
  }
  #events-block .events-list button.slick-arrow.slick-next {
    right: 0;
  }
  #references-block .references-list,
  #certificates-block .references-list {
    padding: 80px 20px;
  }
  #references-block .certificate-list,
  #certificates-block .certificate-list {
    padding: 80px 20px;
  }
  #references-block button.slick-arrow,
  #certificates-block button.slick-arrow {
    top: auto;
    height: 40px;
    margin-top: 0;
    bottom: -70px;
  }
  #references-block button.slick-arrow.slick-prev,
  #certificates-block button.slick-arrow.slick-prev {
    left: 0;
  }
  #references-block button.slick-arrow.slick-next,
  #certificates-block button.slick-arrow.slick-next {
    right: 0;
  }
  #references-block .references-more {
    right: 20px;
    top: 40px;
    bottom: auto;
  }
}
@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;
  }
}
