<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group &gt; .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open &gt; .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open &gt; .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open &gt; .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open &gt; .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open &gt; .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open &gt; .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open &gt; .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open &gt; .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open &gt; .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open &gt; .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open &gt; .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open &gt; .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open &gt; .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open &gt; .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open &gt; .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open &gt; .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-lg &gt; .form-control,
select[multiple].input-group-lg &gt; .input-group-addon,
select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-sm &gt; .form-control,
select[multiple].input-group-sm &gt; .input-group-addon,
select[multiple].input-group-sm &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn &gt; .btn {
  position: relative;
}
.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
}
.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
  z-index: 2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover &gt; .arrow {
  border-width: 11px;
}
.popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left &gt; .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner &gt; .item.next,
  .carousel-inner &gt; .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.prev,
  .carousel-inner &gt; .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.next.left,
  .carousel-inner &gt; .item.prev.right,
  .carousel-inner &gt; .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  width: 0;
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Additional Resets */
.slides li,
.flex-control-nav li,
.flex-direction-nav li {
  margin: 0;
  list-style-type: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides &gt; li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides &gt; li {
  position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative;
}
/* Caption style */
/* IE rgba() hack *
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  padding: 0;
}
/*fix for IE 7 */
.flex-direction-nav li a {
  width: 26px;
  height: 26px;
  margin: -13px 0 0;
  display: block;
  background: no-repeat 0 0;
  position: absolute;
  top: 45%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.flex-direction-nav li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-direction-nav li .next {
  background-position: -30px 0;
  right: 10px;
}
.flex-direction-nav li .prev {
  left: 10px;
}
.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  top: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li:first-child {
  margin: 0;
}
.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: no-repeat;
  cursor: pointer;
  text-indent: -999em;
}
.flex-control-nav li a:hover {
  background-position: 0 -13px;
}
.flex-control-nav li a.active {
  background-position: 0 -26px;
  cursor: default;
}
/*! jQuery UI - v1.12.1 - 2017-05-21*/
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000000;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup &gt; .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup &gt; .ui-controlgroup-item:focus,
.ui-controlgroup &gt; .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical &gt; .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(97.59999999999999%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("libs/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("libs/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("libs/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("libs/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("libs/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("libs/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("libs/images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666666;
}
.mm-menu,
.mm-panels,
.mm-panels &gt; .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}
.mm-btn,
.mm-menu {
  box-sizing: border-box;
}
.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-listview .mm-next:before,
.mm-listview &gt; li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
  content: '';
  bottom: 0;
}
.mm-hidden {
  display: none !important;
}
.mm-menu,
.mm-panels &gt; .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}
.mm-panels,
.mm-panels &gt; .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}
.mm-btn,
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panels &gt; .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-listview .mm-divider,
.mm-listview &gt; li &gt; a,
.mm-listview &gt; li &gt; span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-panels &gt; .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels &gt; .mm-panel:after,
.mm-panels &gt; .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview &gt; li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview &gt; li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened &gt; .mm-panel,
li.mm-vertical.mm-opened &gt; .mm-panel {
  display: block;
}
.mm-listview &gt; li.mm-vertical &gt; .mm-next,
.mm-vertical .mm-listview &gt; li &gt; .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-listview &gt; li.mm-vertical &gt; .mm-next:after,
.mm-vertical .mm-listview &gt; li &gt; .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-listview &gt; li.mm-vertical.mm-opened &gt; .mm-next:after,
.mm-vertical .mm-listview &gt; li.mm-opened &gt; .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-next:after,
.mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}
.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar &gt; * {
  display: block;
  padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview &gt; li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview &gt; li {
  position: relative;
}
.mm-listview &gt; li,
.mm-listview &gt; li .mm-next,
.mm-listview &gt; li .mm-next:before,
.mm-listview &gt; li:after {
  border-color: inherit;
}
.mm-listview &gt; li &gt; a,
.mm-listview &gt; li &gt; span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview &gt; li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels &gt; .mm-panel &gt; .mm-listview {
  margin: 20px -20px;
}
.mm-panels &gt; .mm-panel &gt; .mm-listview:first-child,
.mm-panels &gt; .mm-panel &gt; .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset &gt; li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer &gt; .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar &gt; * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview &gt; li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview &gt; li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview &gt; li.mm-selected &gt; a:not(.mm-next),
.mm-menu .mm-listview &gt; li.mm-selected &gt; span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-divider,
.mm-menu .mm-listview &gt; li.mm-opened.mm-vertical &gt; .mm-panel,
.mm-menu .mm-listview &gt; li.mm-opened.mm-vertical &gt; a.mm-next,
.mm-menu.mm-vertical .mm-listview &gt; li.mm-opened &gt; .mm-panel,
.mm-menu.mm-vertical .mm-listview &gt; li.mm-opened &gt; a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking,
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-menu.mm-offcanvas.mm-current {
  display: block;
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}
.mm-menu.mm-offcanvas.mm-measureheight &gt; .mm-panels &gt; .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
.mm-menu.mm-columns {
  -webkit-transition-property: width,max-width,-webkit-transform;
  transition-property: width,max-width,-webkit-transform;
  transition-property: transform,width,max-width;
  transition-property: transform,width,max-width,-webkit-transform;
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu.mm-columns-1 .mm-panels &gt; .mm-panel {
  width: 100%;
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-menu.mm-columns-2 .mm-panels &gt; .mm-panel {
  width: 50%;
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-menu.mm-columns-3 .mm-panels &gt; .mm-panel {
  width: 33.34%;
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-menu.mm-columns-4 .mm-panels &gt; .mm-panel {
  width: 25%;
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-columns-5 {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}
html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(2200px, 0);
    -ms-transform: translate(2200px, 0);
    transform: translate(2200px, 0);
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-2200px, 0);
    -ms-transform: translate(-2200px, 0);
    transform: translate(-2200px, 0);
    -webkit-transform: translate3d(-2200px, 0, 0);
    transform: translate3d(-2200px, 0, 0);
  }
}
.mm-menu.mm-columns-5 .mm-panels &gt; .mm-panel {
  width: 20%;
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-columns-6 {
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns .mm-panels &gt; .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate(700%, 0);
  -ms-transform: translate(700%, 0);
  transform: translate(700%, 0);
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}
html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(2640px, 0);
    -ms-transform: translate(2640px, 0);
    transform: translate(2640px, 0);
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-2640px, 0);
    -ms-transform: translate(-2640px, 0);
    transform: translate(-2640px, 0);
    -webkit-transform: translate3d(-2640px, 0, 0);
    transform: translate3d(-2640px, 0, 0);
  }
}
.mm-menu.mm-columns-6 .mm-panels &gt; .mm-panel {
  width: 16.67%;
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span,
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-vertical &gt; .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer &gt; .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults &gt; .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-divider &gt; span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}
.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-iconpanel .mm-panel {
  -webkit-transition-property: left,-webkit-transform;
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
.mm-keyboardfocus a:focus {
  outline: 0;
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}
.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-menu &gt; .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar[class*=mm-navbar-content-] &gt; * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs &gt; * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs &gt; a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0;
}
.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 &gt; * {
  width: 50%;
}
.mm-navbar-content-3 &gt; * {
  width: 33.33%;
}
.mm-navbar-content-4 &gt; * {
  width: 25%;
}
.mm-navbar-content-5 &gt; * {
  width: 20%;
}
.mm-navbar-content-6 &gt; * {
  width: 16.67%;
}
.mm-menu.mm-rtl {
  direction: rtl;
}
.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu.mm-rtl .mm-listview &gt; li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}
.mm-menu.mm-rtl .mm-listview &gt; li &gt; a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview &gt; li &gt; span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}
.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}
.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}
.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right,-webkit-transform;
  transition-property: right,-webkit-transform;
  transition-property: transform,right;
  transition-property: transform,right,-webkit-transform;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}
@charset "UTF-8";
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}
.mm-panel &gt; .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults &gt; a.mm-next {
  display: none;
}
li.mm-nosubresults &gt; a.mm-next + a,
li.mm-nosubresults &gt; a.mm-next + span {
  padding-right: 10px;
}
.mm-panels &gt; .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected .mm-listview &gt; li &gt; a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview &gt; li &gt; a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview &gt; li &gt; a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview &gt; li &gt; a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview &gt; li &gt; a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview &gt; li &gt; a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview &gt; li &gt; a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview &gt; li &gt; a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview &gt; li &gt; a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}
label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}
.mm-listview.mm-border-none &gt; li:after,
.mm-menu.mm-border-none .mm-listview &gt; li:after {
  content: none;
}
.mm-listview.mm-border-full &gt; li:after,
.mm-menu.mm-border-full .mm-listview &gt; li:after {
  left: 0 !important;
}
.mm-listview.mm-border-offset &gt; li:after,
.mm-menu.mm-border-offset .mm-listview &gt; li:after {
  right: 20px;
}
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li {
  -webkit-transition: none .4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview &gt; li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-effect-listitems-slide .mm-listview &gt; li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview &gt; li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview &gt; li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview &gt; li {
  opacity: 1;
}
.mm-menu.mm-effect-listitems-drop .mm-listview &gt; li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview &gt; li {
  opacity: 1;
  top: 0;
}
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
.mm-menu .mm-panels &gt; .mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels &gt; .mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels &gt; .mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels &gt; .mm-panel:before {
  content: none;
  display: none;
}
.mm-menu .mm-panels &gt; .mm-panel.mm-justified-listview &gt; .mm-listview,
.mm-menu.mm-justified-listview .mm-panels &gt; .mm-panel &gt; .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu .mm-panels &gt; .mm-panel.mm-justified-listview &gt; .mm-listview &gt; li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels &gt; .mm-panel &gt; .mm-listview &gt; li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.mm-menu .mm-panels &gt; .mm-panel.mm-justified-listview &gt; .mm-listview &gt; li:not(.mm-divider) &gt; a:not(.mm-next),
.mm-menu .mm-panels &gt; .mm-panel.mm-justified-listview &gt; .mm-listview &gt; li:not(.mm-divider) &gt; span,
.mm-menu.mm-justified-listview .mm-panels &gt; .mm-panel &gt; .mm-listview &gt; li:not(.mm-divider) &gt; a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels &gt; .mm-panel &gt; .mm-listview &gt; li:not(.mm-divider) &gt; span {
  box-sizing: border-box;
  height: 100%;
}
.mm-menu .mm-panels &gt; .mm-panel.mm-justified-listview &gt; .mm-listview &gt; li:not(.mm-divider) &gt; a:not(.mm-next):before,
.mm-menu .mm-panels &gt; .mm-panel.mm-justified-listview &gt; .mm-listview &gt; li:not(.mm-divider) &gt; span:before,
.mm-menu.mm-justified-listview .mm-panels &gt; .mm-panel &gt; .mm-listview &gt; li:not(.mm-divider) &gt; a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels &gt; .mm-panel &gt; .mm-listview &gt; li:not(.mm-divider) &gt; span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}
.mm-listview.mm-multiline &gt; li .mm-listview &gt; li.mm-multiline &gt; a,
.mm-listview.mm-multiline &gt; li .mm-listview &gt; li.mm-multiline &gt; span,
.mm-menu.mm-multiline .mm-listview &gt; li &gt; a,
.mm-menu.mm-multiline .mm-listview &gt; li &gt; span {
  text-overflow: clip;
  white-space: normal;
}
html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}
html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim #mm-blocker {
  background: inherit;
}
html.mm-pagedim-white #mm-blocker {
  background: #fff;
}
html.mm-pagedim-black #mm-blocker {
  background: #000;
}
.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}
html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-popup .mm-menu {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar &gt; *,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview &gt; li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview &gt; li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview &gt; li.mm-selected &gt; a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview &gt; li.mm-selected &gt; span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview &gt; li.mm-opened.mm-vertical &gt; .mm-panel,
.mm-menu.mm-theme-dark .mm-listview &gt; li.mm-opened.mm-vertical &gt; a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview &gt; li.mm-opened &gt; .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview &gt; li.mm-opened &gt; a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview &gt; li &gt; a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview &gt; li &gt; a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview &gt; li &gt; a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar &gt; *,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview &gt; li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview &gt; li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview &gt; li.mm-selected &gt; a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview &gt; li.mm-selected &gt; span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview &gt; li.mm-opened.mm-vertical &gt; .mm-panel,
.mm-menu.mm-theme-white .mm-listview &gt; li.mm-opened.mm-vertical &gt; a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview &gt; li.mm-opened &gt; .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview &gt; li.mm-opened &gt; a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview &gt; li &gt; a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview &gt; li &gt; a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview &gt; li &gt; a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar &gt; *,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview &gt; li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview &gt; li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview &gt; li.mm-selected &gt; a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview &gt; li.mm-selected &gt; span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview &gt; li.mm-opened.mm-vertical &gt; .mm-panel,
.mm-menu.mm-theme-black .mm-listview &gt; li.mm-opened.mm-vertical &gt; a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview &gt; li.mm-opened &gt; .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview &gt; li.mm-opened &gt; a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview &gt; li &gt; a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview &gt; li &gt; a:not(.mm-fullsubopen):hover,
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview &gt; li &gt; a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}
.mm-menu .mm-tileview.mm-listview &gt; li &gt; .mm-next:after,
.mm-menu .mm-tileview.mm-listview &gt; li &gt; .mm-next:before,
.mm-menu.mm-tileview .mm-listview &gt; li &gt; .mm-next:after,
.mm-menu.mm-tileview .mm-listview &gt; li &gt; .mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu .mm-tileview.mm-listview &gt; li,
.mm-menu.mm-tileview .mm-listview &gt; li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview &gt; li:after,
.mm-menu.mm-tileview .mm-listview &gt; li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview &gt; li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview &gt; li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview &gt; li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview &gt; li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview &gt; li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview &gt; li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview &gt; li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview &gt; li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview &gt; li &gt; a,
.mm-menu .mm-tileview.mm-listview &gt; li &gt; span,
.mm-menu.mm-tileview .mm-listview &gt; li &gt; a,
.mm-menu.mm-tileview .mm-listview &gt; li &gt; span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview &gt; li &gt; .mm-next,
.mm-menu.mm-tileview .mm-listview &gt; li &gt; .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
.heading-with-line,
.heading-with-line-centered,
.vacancy-item__title h3,
.modal-employee__name h3,
.press-item__title h3,
.tx-owlslider .modal-owlitem__title h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .heading-with-line,
  .heading-with-line-centered,
  .vacancy-item__title h3,
  .modal-employee__name h3,
  .press-item__title h3,
  .tx-owlslider .modal-owlitem__title h4 {
    font-size: 18px;
    margin: 10px 0 10px;
  }
}
@media (max-width: 767px) {
  .heading-with-line,
  .heading-with-line-centered,
  .vacancy-item__title h3,
  .modal-employee__name h3,
  .press-item__title h3,
  .tx-owlslider .modal-owlitem__title h4 {
    font-size: 17px;
    margin: 10px 0 10px;
  }
}
.heading-with-line:after,
.heading-with-line-centered:after,
.vacancy-item__title h3:after,
.modal-employee__name h3:after,
.press-item__title h3:after,
.tx-owlslider .modal-owlitem__title h4:after {
  background-color: #f89b1c;
  content: "";
  display: block;
  height: 3px;
  margin: 12px 0 0;
  width: 100px;
}
.heading-with-line-centered,
.tx-owlslider .modal-owlitem__title h4 {
  text-align: center;
}
.heading-with-line-centered:after,
.tx-owlslider .modal-owlitem__title h4:after {
  margin: 12px auto 0;
}
@media (max-width: 479px) {
  .col-xs-24 {
    width: 100%;
    float: none;
  }
  .col-xs-23 {
    width: 100%;
    float: none;
  }
  .col-xs-22 {
    width: 100%;
    float: none;
  }
  .col-xs-21 {
    width: 100%;
    float: none;
  }
  .col-xs-20 {
    width: 100%;
    float: none;
  }
  .col-xs-19 {
    width: 100%;
    float: none;
  }
  .col-xs-18 {
    width: 100%;
    float: none;
  }
  .col-xs-17 {
    width: 100%;
    float: none;
  }
  .col-xs-16 {
    width: 100%;
    float: none;
  }
  .col-xs-15 {
    width: 100%;
    float: none;
  }
  .col-xs-14 {
    width: 100%;
    float: none;
  }
  .col-xs-13 {
    width: 100%;
    float: none;
  }
  .col-xs-12 {
    width: 100%;
    float: none;
  }
  .col-xs-11 {
    width: 100%;
    float: none;
  }
  .col-xs-10 {
    width: 100%;
    float: none;
  }
  .col-xs-9 {
    width: 100%;
    float: none;
  }
  .col-xs-8 {
    width: 100%;
    float: none;
  }
  .col-xs-7 {
    width: 100%;
    float: none;
  }
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  .col-xs-5 {
    width: 100%;
    float: none;
  }
  .col-xs-4 {
    width: 100%;
    float: none;
  }
  .col-xs-3 {
    width: 100%;
    float: none;
  }
  .col-xs-2 {
    width: 100%;
    float: none;
  }
  .col-xs-1 {
    width: 100%;
    float: none;
  }
  .col-xxs-24 {
    width: 100%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-23 {
    width: 95.83333333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-22 {
    width: 91.66666667%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-21 {
    width: 87.5%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-20 {
    width: 83.33333333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-19 {
    width: 79.16666667%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-18 {
    width: 75%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-17 {
    width: 70.83333333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-16 {
    width: 66.66666667%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-15 {
    width: 62.5%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-14 {
    width: 58.33333333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-13 {
    width: 54.16666667%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-12 {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-11 {
    width: 45.83333333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-10 {
    width: 41.66666667%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-9 {
    width: 37.5%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-8 {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-7 {
    width: 29.16666667%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-6 {
    width: 25%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-5 {
    width: 20.83333333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-4 {
    width: 16.66666667%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-3 {
    width: 12.5%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-2 {
    width: 8.33333333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .col-xxs-1 {
    width: 4.16666667%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-row__item {
  flex-direction: column;
  display: flex;
}
.flex-row__item .element:only-of-type {
  flex: 1;
  flex-direction: column;
  display: flex;
}
.flex-row__item .element:only-of-type .box {
  flex-direction: column;
}
.flex-row__item .element:only-of-type .box,
.flex-row__item .element:only-of-type .box .csc-default,
.flex-row__item .element:only-of-type .box .container,
.flex-row__item .element:only-of-type .box .csc-default .container {
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: column;
}
.flexbox-block {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.flexbox-block__title {
  text-align: center;
  font-weight: 500;
  margin: 10px 0 20px;
}
.flexbox-block p:last-child {
  margin-bottom: 0;
}
.form-horizontal.form-horizontal-left .control-label {
  text-align: left;
}
.form-group-xxs-condensed &gt; div {
  padding-right: 5px;
}
.form-group-xxs-condensed &gt; div:last-child {
  padding-right: 15px;
}
.form-group-xxs-condensed &gt; div + div {
  padding-left: 5px;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #f89b1c;
  box-shadow: none;
}
textarea,
input[type="text"] {
  padding: 5px 10px;
  border: 2px solid #eeeeee;
  width: 100%;
  box-sizing: border-box;
}
textarea:focus,
input[type="text"]:focus {
  outline: none;
  border-color: #f89b1c;
}
label {
  font-weight: normal;
}
/*
  it is also important to have
  fileadmin/template/css/xiag-icons.css
  compiled for backend use in Accordion module
*/
@font-face {
  font-family: 'xiag';
  src: url('../fonts/xiag.eot?tk7bqi');
  src: url('../fonts/xiag.eot?tk7bqi#iefix') format('embedded-opentype'), url('../fonts/xiag.ttf?tk7bqi') format('truetype'), url('../fonts/xiag.woff?tk7bqi') format('woff'), url('../fonts/xiag.svg?tk7bqi#xiag') format('svg');
  font-weight: normal;
  font-style: normal;
}
.xi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'xiag' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.xi-code:before {
  content: "\e90c";
}
.xi-settings:before {
  content: "\e90e";
}
.xi-light:before {
  content: "\e90f";
}
.xi-marketing:before {
  content: "\e910";
}
.xi-design:before {
  content: "\e911";
}
.xi-server:before {
  content: "\e912";
}
.xi-arrow:before {
  content: "\e900";
}
.xi-arrow-right:before {
  content: "\e913";
}
.xi-arrow-up:before {
  content: "\e914";
}
.xi-arrow-left:before {
  content: "\e915";
}
.xi-clock:before {
  content: "\e901";
}
.xi-close:before {
  content: "\e902";
}
.xi-education:before {
  content: "\e903";
}
.xi-homeoffice:before {
  content: "\e904";
}
.xi-linkout:before {
  content: "\e905";
}
.xi-sampler:before {
  content: "\e906";
}
.xi-search:before {
  content: "\e907";
}
.xi-shape:before {
  content: "\e908";
}
.xi-togglebtn:before {
  content: "\e909";
}
.xi-tools:before {
  content: "\e90a";
}
.xi-train:before {
  content: "\e90b";
}
.xi-umbrella:before {
  content: "\e90d";
}
input[type="submit"],
.btn-primary {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.5s ease 0s;
  padding: 8px 15px;
  line-height: 28px;
}
input[type="submit"],
.btn-primary,
input[type="submit"]:focus,
.btn-primary:focus,
input[type="submit"]:active,
.btn-primary:active,
input[type="submit"]:active:focus,
.btn-primary:active:focus,
input[type="submit"]:active:hover,
.btn-primary:active:hover,
input[type="submit"]:hover,
.btn-primary:hover {
  background-color: #f89b1c;
  border-color: #f89b1c;
  border-radius: 0;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
}
input[type="submit"]:hover,
.btn-primary:hover {
  box-shadow: none;
}
.btn-link {
  color: inherit;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
.btn-link.mt-0 {
  padding: 0;
}
.btn-sm {
  padding: 3px 15px;
}
/* checkbox / radiobox */
.checkbox,
.radiobox {
  margin: 0;
  min-width: 20px;
  min-height: 20px;
  position: relative;
  /* if the label value is on the left from checkbox icon */
}
.checkbox.checkbox_bordered .input-icon,
.radiobox.checkbox_bordered .input-icon {
  border: 1px #000 solid;
}
.checkbox.checkbox_inline,
.radiobox.checkbox_inline,
.checkbox.radiobox_inline,
.radiobox.radiobox_inline {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.checkbox.checkbox_inline .input-icon + .input-label,
.radiobox.checkbox_inline .input-icon + .input-label,
.checkbox.radiobox_inline .input-icon + .input-label,
.radiobox.radiobox_inline .input-icon + .input-label {
  margin-right: 10px;
}
.checkbox.disabled,
.radiobox.disabled,
.checkbox.readonly,
.radiobox.readonly {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkbox.disabled:before,
.radiobox.disabled:before,
.checkbox.readonly:before,
.radiobox.readonly:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  position: absolute;
  z-index: 2;
  cursor: not-allowed;
}
.checkbox label,
.radiobox label {
  font-weight: normal;
  cursor: pointer;
  line-height: 20px;
  min-height: 20px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.checkbox input,
.radiobox input {
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
}
.checkbox input:disabled + .input-icon,
.radiobox input:disabled + .input-icon,
.checkbox input:disabled ~ .input-label,
.radiobox input:disabled ~ .input-label {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkbox .input-icon,
.radiobox .input-icon {
  background-position: 0 50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  position: absolute;
  top: 3px;
  left: 0;
}
.checkbox .input-label,
.radiobox .input-label {
  display: inline-block;
  vertical-align: text-bottom;
  padding-right: 27px;
  line-height: 20px;
}
.checkbox .input-label a,
.radiobox .input-label a {
  text-decoration: underline;
}
.checkbox .input-icon + .input-label,
.radiobox .input-icon + .input-label {
  padding-left: 27px;
  padding-right: 0;
}
.checkbox .input-label ~ .input-icon,
.radiobox .input-label ~ .input-icon {
  left: auto;
  right: 0;
}
.checkbox .input-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNzc2MkE3RDczNkQxMUU3OURCQUMwNENCQThCMTY1MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNzc2MkE3RTczNkQxMUU3OURCQUMwNENCQThCMTY1MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3NzYyQTdCNzM2RDExRTc5REJBQzA0Q0JBOEIxNjUyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU3NzYyQTdDNzM2RDExRTc5REJBQzA0Q0JBOEIxNjUyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+fTzCxQAAADJJREFUeNpifPToEQO5gImBAsACoWRlZUnS9vjxY0ptHtU8qnlUM43yMyR/0tVmgAADAH6ACHteYXQ8AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
}
.checkbox input:checked:not(old) + .input-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNzc2MkE3OTczNkQxMUU3OURCQUMwNENCQThCMTY1MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNzc2MkE3QTczNkQxMUU3OURCQUMwNENCQThCMTY1MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3NzYyQTc3NzM2RDExRTc5REJBQzA0Q0JBOEIxNjUyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU3NzYyQTc4NzM2RDExRTc5REJBQzA0Q0JBOEIxNjUyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ib/Q/QAAASlJREFUeNpi/DFbloFcwMRAAWCBUOwpj0jS9nOOHKU2k6D5//ubf040kaP535ODvzb6///6FIufCeh8de73nlSGPz8Y2QVIs/n/t1d/9qYDdYLY39+QpvnPkYr/X19COb8+EdL8++v/t1ehDr6/9d+jPVAfGhWyeq3Ep/nfw52/1jj9PpDH8P8fw78/f053QHVa1DIbFTIwMuEMsD8nm/5engNifWX4d2/L/x9v/396CFJkUsqsk4ozhUE5plWMHCJ/zvaA7Dzfz/DnO8htKgHMBrlEJBImFmb9LFbPZQysPP8/3P3/5RmjsBarTScJKYxJ0oLNeyUDGy8DCwer4xQGFk4CGQMNMIrosrrM+v/mEqOACuFchcV+KWsGIKJ5fobkT7qWJAABBgDEmW26UbFs0AAAAABJRU5ErkJggg==);
}
.radiobox .input-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QUU1QTMyMjczNkUxMUU3OURCQUMwNENCQThCMTY1MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QUU1QTMyMzczNkUxMUU3OURCQUMwNENCQThCMTY1MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3NzYyQTdGNzM2RDExRTc5REJBQzA0Q0JBOEIxNjUyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU3NzYyQTgwNzM2RDExRTc5REJBQzA0Q0JBOEIxNjUyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IAVRygAAAahJREFUeNqslc1OwkAUhYdWpCxIWBH/ujEu3KsL3wKjkvgObnShwQcwRtY+Rf3B+BoaE9e6IRgCKxIW0IaC5zR3yFiqQuNJvjAtc89cZu5cMo1GQyVoEZSFXbACAtAEr+ABPPKd67rfAhcSzPbANdhIWGRTOALv4Bzcm5MyRoY2uARnfHAcR+Xz+ejTtu1ownA4VIPBYIKIi18g0zCe4cSsWCyqQqEwlXo2m43gd71eT3W7XaVjJNtJhgfA46BUKqlcLqdmke/7qtPp6MdDZHlLQ+7NB1j7KbPfZGT6CdYtOtOMezWvGcUYxkKroGJJaUQHkFZGbJmGO/pU08qI3abhUlQzUhppZMQuW3ID1Hg8Vv8hGrY4GI1GqU3CMNTDFg3fODIqf24Zsc80rHPU7/dTGxqxdUtuSJOrsEjnFWMkQxa2pw/llG9Y8UEQzGzGuXJLqBNcPd+SB2ZZ46Ddbs+UKedwrqgGMy/ebaosenDMVfkz4u2Lp8n33DPjIG4kdqofau2Dq4QGGxcbbJUd5q+OfQeepGmwe2/Jxdcb/yJ/AZ6+FKa+BBgAhj2lNFJemycAAAAASUVORK5CYII=);
  background-position: 50% 50%;
}
.radiobox input:checked:not(old) + .input-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QUU1QTMyNjczNkUxMUU3OURCQUMwNENCQThCMTY1MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QUU1QTMyNzczNkUxMUU3OURCQUMwNENCQThCMTY1MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjdBRTVBMzI0NzM2RTExRTc5REJBQzA0Q0JBOEIxNjUyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdBRTVBMzI1NzM2RTExRTc5REJBQzA0Q0JBOEIxNjUyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+e8szSgAAAm5JREFUeNqsVc9LVFEUPu++6UVTWJvSfJNluQiqVSNlGBgEBSVpZdDWbNemFsUEkRT0y0VtWmn9A1PmJEFUC6koQSUI21WWOJnuipKcefPsO3fuHd99vnCEDnxw7rn3fO/cc885z/rTvYEixAFaFBqAaiAHTADvgEdAhm3LO8YNx1gEWStwC6iL+MhWhZPAR+AC0Bs8ZAUitIFrwHleiOo9JDYeIFGzn6x4JZGfo7nf38nPviT/6zPyv73Rfvzxi4i0EI6wRBbbdYnsHafN+GyHrDV1ZDO2tVNhtJu8waukfVS0pQiPA2lWljX3kqhMUjniTw1Tvv+oXrYhygdC5ea2jGz35bLJZFpwln2U3JntqXH4ym1AgnNmbz9lOMz9GCNv6Dry9rpI4DZSrD5F1ura+UzAxx9/zjl1sTwhVGmQqD0UIvtEuUwz+V+eEuV/SbDONt4zIt18WKstTFgvjYl9xiFv6Caq7OfCe8Im94KEbpNWk0xYJV8nvtZMuLpm5GNkXxlrK75Oq+uF6gCcytP/ECaclDmbmQpdo/HfTu5eM98z01qdZML3MsD5yi/2ZBL16lREdHlFcc9IwYBWh5mwTxrHnph5QUc4RzIkNh1Eta+SYJ1tvGcQfi759nGncGFzHSRiDZ2yrZYihQ/3yXvbyWoW2KIf5ZwsFWz40yNlk/FZRcZyFq03K9SC+7iLlfzjVjR+z+KRjd6TZ5V0gSwdnjYpYAVwxhu8gnZ6IbtHJJrIWllVfE0eXxMDMt+BR7yrfBfMQy3HgBsRAzYsPGBTPGEWm9gPgX41NPhOOwFX7XHiR9QvIF1qioD8FWAAdmLOh7i1YF0AAAAASUVORK5CYII=);
}
.section .csc-header {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .section .csc-header {
    margin-bottom: 32px;
  }
}
.section .csc-header h1,
.section .csc-header h2,
.section .csc-header h3 {
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.section .csc-header h1.csc-header-alignment-left,
.section .csc-header h2.csc-header-alignment-left,
.section .csc-header h3.csc-header-alignment-left {
  text-align: left;
}
.section .csc-header h1.csc-header-alignment-left:after,
.section .csc-header h2.csc-header-alignment-left:after,
.section .csc-header h3.csc-header-alignment-left:after {
  margin: 12px 0 0;
}
.section .csc-header h1.csc-header-alignment-center,
.section .csc-header h2.csc-header-alignment-center,
.section .csc-header h3.csc-header-alignment-center {
  text-align: center;
}
.section .csc-header h1.csc-header-alignment-center:after,
.section .csc-header h2.csc-header-alignment-center:after,
.section .csc-header h3.csc-header-alignment-center:after {
  margin: 12px auto 0;
}
.section .csc-header h1:after,
.section .csc-header h2:after,
.section .csc-header h3:after {
  background-color: #f89b1c;
  content: "";
  display: block;
  height: 3px;
  margin: 12px 0 0;
  width: 100px;
}
.section .csc-header h3 {
  text-transform: none;
}
.section .csc-header h4 {
  line-height: 21px;
  font-weight: 500;
  margin: 0 0 10px;
}
.section .csc-header_gray h3 {
  margin: 0;
  font-weight: bold;
}
.section .csc-header_gray h3:after {
  display: none;
}
.section_page-title {
  background-color: #262b2f;
  padding: 20px 0;
  color: #fff;
}
@media (min-width: 992px) {
  .section_page-title {
    padding: 36px 0 43px;
    font-size: 18px;
  }
}
.section_page-title .csc-header {
  margin-bottom: 0;
}
.section_page-title .csc-header h1,
.section_page-title .csc-header h2 {
  text-transform: uppercase;
}
.section_page-title .csc-header h1:after,
.section_page-title .csc-header h2:after {
  margin: 12px auto 0;
}
.section_page-title .csc-header h1.csc-header-alignment-left,
.section_page-title .csc-header h2.csc-header-alignment-left {
  text-align: left;
}
.section_page-title .csc-header h1.csc-header-alignment-left:after,
.section_page-title .csc-header h2.csc-header-alignment-left:after {
  margin: 12px 0 0;
}
.section_page-title .csc-header_gray {
  background-color: #ddd;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.section_page-title .csc-header_gray h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.section_page-title .csc-header_gray h3:after {
  display: none;
}
.section_page-title .csc-header_long h1,
.section_page-title .csc-header_long h2,
.section_page-title .csc-header_long h3,
.section_page-title .csc-header_long h4,
.section_page-title .csc-header_long h5,
.section_page-title .csc-header_long h6 {
  font-size: 25px;
  font-weight: 300;
  text-transform: none;
}
.section_page-title .csc-header + p {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .section_page-title .csc-header + p {
    margin-top: 32px;
  }
}
.section_white,
.section_gray {
  padding: 20px 0;
  background-color: #eeeeee;
}
@media (min-width: 992px) {
  .section_white,
  .section_gray {
    padding: 50px 0 60px;
  }
}
.section_darkgray {
  padding: 20px 0;
  background-color: #1e1e1e;
}
@media (min-width: 992px) {
  .section_darkgray {
    padding: 50px 0 60px;
  }
}
.section_white {
  background-color: #fff;
}
.section_white-gray {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 50%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 50%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #eeeeee 50%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.section_white-gray .box {
  margin-bottom: 0;
}
.section_gray-white {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 50%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.section_gray-white .box {
  margin-bottom: 0;
}
.section_small .container {
  max-width: 768px;
}
.section p:last-child {
  margin-bottom: 0;
}
.box {
  display: flex;
  -moz-box-flex: 1;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.4);
  flex: 1 0 auto;
  flex-direction: column;
  padding: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .box {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .box {
    padding: 30px;
  }
}
.box_white {
  background-color: #fff;
}
.box_dark {
  background-color: #262b2f;
  color: #fff;
}
.box_lightgray {
  background-color: #eeeeee;
}
.box_condensed {
  padding: 20px;
}
.box_nomargin {
  padding: 0;
}
.box .icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
  margin: 0 auto 10px;
}
.box--blog-teaser {
  padding: 15px;
  height: 100%;
}
@media (min-width: 768px) {
  .box--blog-teaser {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .box--blog-teaser {
    padding: 15px;
  }
}
.section_white .box_white {
  box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.4);
}
.block_underlined {
  margin-bottom: 20px;
}
.block_underlined:after {
  background-color: #f89b1c;
  content: "";
  display: block;
  height: 3px;
  margin: 12px 0 0;
  width: 100px;
}
.block_underlined .csc-header {
  margin-bottom: 10px;
}
.block_underlined .csc-header h2:after,
.block_underlined .csc-header h3:after {
  display: none;
}
body {
  color: #262b2f;
}
.xi {
  line-height: inherit;
  vertical-align: middle;
}
a {
  color: #f89b1c;
  transition: all .3s ease;
}
a:hover {
  color: #f89b1c;
}
a:focus {
  color: #f89b1c;
  text-decoration: none;
}
a,
input,
button,
textarea,
select {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
.ampersand {
  font-family: Arial, Helvetica, sans-serif;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  content: "";
  display: table;
  clear: both;
}
.ul-reset,
.ul-plain,
.contacts,
.nav-footer &gt; ul,
.nav-footer__subnav &gt; ul,
.f3-widget-paginator,
.xslider__pagination ol,
.page-footer__language &gt; ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul-reset &gt; li,
.ul-plain &gt; li,
.contacts &gt; li,
.nav-footer &gt; ul &gt; li,
.nav-footer__subnav &gt; ul &gt; li,
.f3-widget-paginator &gt; li,
.xslider__pagination ol &gt; li,
.page-footer__language &gt; ul &gt; li {
  display: block;
  padding: 0;
}
.ul-plain,
.page-footer__language &gt; ul {
  display: inline-block;
  vertical-align: middle;
}
.ul-plain &gt; li,
.page-footer__language &gt; ul &gt; li {
  display: inline-block;
}
.page-container {
  padding-top: 71px;
}
@media (min-width: 992px) {
  .page-container {
    padding-top: 0;
  }
}
.page-header {
  padding: 0;
  margin: 0;
  border: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  background-color: #fff;
  border-bottom: 4px #f89b1c solid;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.4);
}
.page-header.mm-slideout {
  box-shadow: none;
}
@media (min-width: 992px) {
  .page-header {
    position: static;
    border: 0;
    box-shadow: none;
  }
}
.page-header .container {
  position: relative;
}
.page-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .page-header__nav {
    float: right;
  }
}
@media (min-width: 992px) {
  .page-header__nav {
    display: block;
  }
}
.page-header__search {
  display: none;
  position: absolute;
  bottom: -50px;
  right: 15px;
  left: 15px;
  z-index: 7;
}
.page-header__search.opened {
  display: block;
}
.page-header__search .input-group .form-control {
  padding: 8px 15px;
  height: 45px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.24);
}
.page-header__search .input-group .form-control:focus {
  z-index: 1;
  border-right: 2px #eeeeee solid;
}
.page-header__search .input-group .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.page-header__logo {
  display: block;
  margin-top: 24px;
  float: left;
}
@media (max-width: 991px) {
  .page-header__logo {
    float: none;
    margin: 15px 0;
    width: 180px;
  }
}
.page-header__logo &gt; a,
.page-header__logo &gt; a &gt; img {
  width: 135px;
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .page-slider {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  .page-slider {
    min-height: 400px;
  }
}
.page-section-full-width {
  height: 100%;
}
.page-footer {
  background-color: #262b2f;
  color: #dcdcdd;
  padding: 30px 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .page-footer {
    padding: 49px 0;
  }
}
.page-footer a {
  color: #dcdcdd;
}
.page-footer__logo {
  font-size: 17px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .page-footer__logo {
    text-align: right;
  }
}
.page-footer__logo:after {
  content: "";
  display: block;
  margin-top: 6px;
  height: 2px;
  width: 64px;
  background: #f89b1c;
}
@media (min-width: 992px) {
  .page-footer__logo:after {
    margin: 6px 0 0 auto;
  }
}
@media (min-width: 992px) {
  .page-footer__contact {
    text-align: right;
  }
}
.page-footer__contact address {
  margin: 19px 0 5px;
}
.page-footer__contact .phone:after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 4px;
}
.page-footer__language {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .page-footer__language {
    text-align: right;
  }
}
.page-footer__language &gt; ul &gt; li {
  margin-left: 5px;
  color: #f89b1c;
}
.page-footer__copyright {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .page-footer__copyright {
    text-align: right;
  }
}
@media (max-width: 5999px) {
  .page-footer__nav {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  :lang(ru) .page-footer__nav &gt; ul {
    display: block;
  }
  :lang(ru) .page-footer__nav &gt; ul:after {
    content: "";
    display: table;
    clear: both;
  }
  :lang(ru) .page-footer__nav &gt; ul &gt; li {
    float: left;
    margin-right: 30px;
  }
}
.container .container {
  width: 100%;
  padding: 0;
}
.row-rubber {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .row-rubber {
    display: block;
  }
  .row-rubber img {
    width: 100%;
  }
}
.row-rubber__column {
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .row-rubber__column {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
}
.row-rubber__column:first-child {
  padding-left: 0;
}
.row-rubber__column:last-child {
  padding-right: 0;
}
.contacts__title {
  display: inline-block;
  width: 50px;
  vertical-align: top;
}
.contacts__value {
  display: inline-block;
  vertical-align: top;
}
.flexbox {
  display: flex;
}
.flexbox__item {
  flex: 1;
  flex-direction: column;
  display: flex;
}
.flexbox__item .block .container {
  padding: 20px;
}
.flexbox__item .csc-textpic .csc-textpic-imagewrap .csc-textpic-center-inner &gt; .csc-textpic-image.csc-textpic-last {
  margin-bottom: 0;
}
.contact-box__name {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
.contact-box__place {
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact-box__place {
    font-size: 20px;
    margin: 5px 0 10px;
  }
}
.contact-box__address {
  border-bottom: 1px #d8d8d8 solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-box__data {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.contact-box__data:last-child {
  margin-bottom: 0;
}
.contact-box__label {
  width: 140px;
}
.contact-box__value {
  width: calc(100% - 140px);
}
.contact-box__box {
  font-weight: 400;
}
.contact-box__boss {
  font-weight: 400;
}
div.csc-textpic.csc-textpic-center .csc-textpic-imagewrap img {
  margin: 0 auto;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 318px;
}
.csc-textpic-intext-right-nowrap .csc-textpic-text {
  margin-right: 318px;
}
.csc-header_gray {
  background-color: #ddd;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.csc-header_gray h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.csc-header_gray h3:after {
  display: none;
}
.csc-header_long h1,
.csc-header_long h2,
.csc-header_long h3,
.csc-header_long h4,
.csc-header_long h5,
.csc-header_long h6 {
  font-size: 25px;
  font-weight: 300;
  text-transform: none;
}
#element-350:hover,
#element-351:hover,
#element-352:hover,
#element-78:hover,
#element-79:hover,
#element-80:hover {
  cursor: pointer;
}
#element-350:hover .big,
#element-351:hover .big,
#element-352:hover .big,
#element-78:hover .big,
#element-79:hover .big,
#element-80:hover .big {
  color: #f89b1c;
}
@media (min-width: 992px) {
  .nav-primary &gt; ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav-primary__item {
    position: relative;
    line-height: 89px;
    display: inline-block;
  }
  .nav-primary__item.active &gt; a {
    color: #f89b1c;
  }
  .nav-primary__item.last .nav-primary__subsubnav {
    left: auto;
    right: 80%;
  }
  .nav-primary__item:hover &gt; a:after {
    width: 100%;
  }
  .nav-primary__item:hover .nav-primary__subnav {
    display: block;
  }
  .nav-primary__item &gt; a {
    color: #262b2f;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    font-size: 17px;
    font-weight: 300;
  }
  .nav-primary__item &gt; a:hover {
    text-decoration: none;
  }
  .nav-primary__item &gt; a:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #f89b1c;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
  }
  .nav-primary__subnav {
    display: none;
    position: absolute;
    z-index: 999;
    padding: 10px 0;
    background-color: #f89b1c;
    line-height: normal;
    left: 50%;
    transform: translate(-50%);
    min-width: 200px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.4);
  }
  .nav-primary__subnav &gt; ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav-primary__subnav &gt; ul &gt; li {
    position: relative;
  }
  .nav-primary__subnav &gt; ul &gt; li:last-child &gt; a {
    border-bottom: 0;
  }
  .nav-primary__subnav &gt; ul &gt; li.active &gt; a {
    color: #000;
  }
  .nav-primary__subnav &gt; ul &gt; li &gt; a {
    display: block;
    padding: 10px 15px;
    color: #fff;
  }
  .nav-primary__subnav &gt; ul &gt; li &gt; a:hover {
    text-decoration: none;
    color: #000;
  }
  .nav-primary__subitem:hover .nav-primary__subsubnav {
    display: block;
  }
  .nav-primary__subsubnav {
    display: none;
    position: absolute;
    left: 80%;
    top: 10%;
    background-color: #f89b1c;
    width: 200px;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.4);
  }
  .nav-primary__subsubnav &gt; ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav-primary__subsubnav &gt; ul &gt; li {
    line-height: 24px;
  }
  .nav-primary__subsubnav &gt; ul &gt; li.active &gt; a {
    color: #000;
  }
  .nav-primary__subsubnav &gt; ul &gt; li &gt; a {
    display: block;
    padding: 8px 8px;
    color: #fff;
  }
  .nav-primary__subsubnav &gt; ul &gt; li &gt; a:hover {
    text-decoration: none;
    color: #000;
  }
}
.nav-footer &gt; ul {
  display: flex;
  justify-content: space-between;
}
.nav-footer &gt; ul &gt; li &gt; a {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
}
.nav-footer &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
}
.nav-footer &gt; ul &gt; li &gt; a &gt; span:after {
  content: "";
  display: block;
  height: 2px;
  width: 64px;
  background: #f89b1c;
  margin: 4px 0 0;
}
.nav-footer__subnav {
  margin-top: 15px;
}
.nav-footer__subnav &gt; ul &gt; li {
  line-height: 27px;
}
.nav-footer__subnav &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
  color: #f89b1c;
}
.modal-open .mm-slideout {
  z-index: auto;
}
.mm-menu.mm-opened {
  border-left: 1px #eeeeee solid;
  background-color: #fff;
  box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:before,
.mm-menu .mm-btn:after {
  border-color: #fff;
}
.mm-menu .mm-navbar-top {
  background-color: #f89b1c;
}
.mm-menu .mm-navbar-top .mm-title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.mm-menu .mm-listview {
  font-size: 16px;
}
.mm-menu .mm-listview &gt; li &gt; a {
  padding: 20px;
  color: #262b2f;
  text-transform: uppercase;
}
.mobile-nav-panel {
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (min-width: 992px) {
  .mobile-nav-panel {
    float: right;
    position: static;
    line-height: 87px;
  }
}
.mobile-nav-panel__search-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #262b2f;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px #eeeeee solid;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992px) {
  .mobile-nav-panel__search-button {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    font-size: 20px;
  }
  .mobile-nav-panel__search-button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-left: 1px #eeeeee solid;
    height: 30px;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
}
.mobile-nav-panel__search-button:hover {
  color: #f89b1c;
}
.mobile-nav-panel__nav-trigger {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 28px;
  position: relative;
}
@media (min-width: 992px) {
  .mobile-nav-panel__nav-trigger {
    display: none;
  }
}
.mobile-nav-panel__nav-trigger.on span {
  background-color: transparent;
}
.mobile-nav-panel__nav-trigger.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px);
  transform: rotate(45deg) translate(-1px);
}
.mobile-nav-panel__nav-trigger.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
  transform: rotate(-45deg) translate(6px, -7px);
}
.mobile-nav-panel__nav-trigger span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #262b2f;
  position: absolute;
  top: 0;
}
.mobile-nav-panel__nav-trigger span:after,
.mobile-nav-panel__nav-trigger span:before {
  display: block;
  height: 2px;
  transition: all 0.3s ease 0s;
  width: 100%;
  background-color: #262b2f;
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
}
.mobile-nav-panel__nav-trigger span:after {
  top: 18px;
}
.f3-widget-paginator {
  margin-bottom: 20px;
}
.f3-widget-paginator:before {
  content: "";
  display: table;
  clear: both;
}
.f3-widget-paginator &gt; li {
  display: inline-block;
  margin: 0 5px 0 0 !important;
}
.f3-widget-paginator &gt; li:before {
  display: none !important;
}
.f3-widget-paginator &gt; li.current {
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
}
.f3-widget-paginator &gt; li.next a,
.f3-widget-paginator &gt; li.previous a {
  text-indent: -9999px;
  position: relative;
}
.f3-widget-paginator &gt; li.next a:after,
.f3-widget-paginator &gt; li.previous a:after {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0px;
  width: 35px;
  height: 35px;
  content: "&lt;";
  display: inline-block;
  text-align: center;
}
.f3-widget-paginator &gt; li.next a:after {
  content: "&gt;";
}
.f3-widget-paginator &gt; li a {
  display: block;
  width: 35px;
  line-height: 35px;
  background-color: #f89b1c;
  color: #fff;
  text-align: center;
}
.f3-widget-paginator &gt; li a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .modal .modal-xlg {
    width: 1100px;
  }
}
.modal.carousel {
  position: fixed;
}
.modal .modal-close {
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 2000;
  right: 28px;
  top: 28px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .modal .modal-close {
    font-size: 30px;
    right: 10px;
    top: 10px;
  }
}
.modal .modal-dialog {
  z-index: 1043;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 10px;
}
@media (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 30px;
  }
}
.carousel-control {
  opacity: 1;
}
.carousel-control:hover .carousel-control-icon {
  color: #f89b1c;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  left: -15%;
}
@media (min-width: 1200px) {
  .carousel-control.left {
    left: -10%;
  }
}
.carousel-control.left .carousel-control-icon {
  left: 20%;
}
.carousel-control.right {
  right: -15%;
}
@media (min-width: 1200px) {
  .carousel-control.right {
    right: -10%;
  }
}
.carousel-control.right .carousel-control-icon {
  right: 20%;
}
.carousel-control .carousel-control-icon {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.accordion-item {
  background-color: #eeeeee;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}
.accordion-item__title {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .accordion-item__title {
    font-size: 20px;
  }
}
.accordion-item__title &gt; a {
  display: block;
  position: relative;
  line-height: 54px;
  padding: 0 15px;
}
.accordion-item__title &gt; a,
.accordion-item__title &gt; a:focus,
.accordion-item__title &gt; a:active,
.accordion-item__title &gt; a:hover {
  color: #000;
  text-decoration: none;
}
.accordion-item__title &gt; a.collapsed .accordion-item__arrow {
  -webkit-transform: rotate(180deg) translate(-2px);
  transform: rotate(180deg) translate(-2px);
}
.accordion-item__icon {
  color: #f89b1c;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .accordion-item__icon {
    font-size: 24px;
  }
}
.accordion-item__arrow {
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 0;
  transition: all 0.3s ease;
}
.accordion-item__body {
  padding: 5px 15px 20px;
}
.flexslider .slides &gt; li &gt; img {
  width: 100%;
  height: auto;
}
.page-slider {
  /*transition: all 0.3s ease-in 0s; */
  transition: height 0.5s;
}
.page-slider .csc-header {
  display: none;
}
.modal-open .owl-nav {
  transition: all 0.5s ease 0s;
  display: none;
}
.tx-owlslider .owl-carousel {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tx-owlslider .owl-carousel {
    margin-bottom: 0;
  }
}
.tx-owlslider .owl-carousel__item {
  display: block;
}
.tx-owlslider .owl-carousel__item,
.tx-owlslider .owl-carousel__item:focus,
.tx-owlslider .owl-carousel__item:hover {
  color: inherit;
}
.tx-owlslider .owl-carousel__item .box_white {
  height: 85px;
  padding: 0;
  display: flex;
  margin: 0 0 5px;
  z-index: 3;
  flex-direction: column;
  justify-content: center;
}
.tx-owlslider .owl-carousel__item .box_white img {
  width: auto;
  margin: 0 auto;
}
.tx-owlslider .modal-owlitem__title {
  background-color: #262b2f;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}
.tx-owlslider .modal-owlitem__title h4 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
}
.tx-owlslider .modal-owlitem__description {
  padding: 10px 0;
  background-color: #262b2f;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.tx-vacancies .owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tx-vacancies .owl-carousel .owl-item {
  display: flex;
  float: none;
}
.tx-vacancies .owl-carousel__item {
  display: flex;
  padding: 5px 3px;
  flex: 0 0 100%;
}
.tx-vacancies .owl-carousel__item .box_white {
  margin: 0;
  display: block;
  box-sizing: border-box;
  flex: inherit;
}
.tx-owlslider .owl-carousel,
.tx-vacancies .owl-carousel {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tx-owlslider .owl-carousel,
  .tx-vacancies .owl-carousel {
    margin-bottom: 0;
  }
}
.tx-owlslider .owl-carousel .owl-nav,
.tx-vacancies .owl-carousel .owl-nav {
  margin: 0;
}
.tx-owlslider .owl-carousel .owl-nav .owl-prev,
.tx-vacancies .owl-carousel .owl-nav .owl-prev,
.tx-owlslider .owl-carousel .owl-nav .owl-next,
.tx-vacancies .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 0;
  padding: 0;
  margin: -20px 0 0 0;
}
.tx-owlslider .owl-carousel .owl-nav .owl-prev,
.tx-vacancies .owl-carousel .owl-nav .owl-prev,
.tx-owlslider .owl-carousel .owl-nav .owl-next,
.tx-vacancies .owl-carousel .owl-nav .owl-next,
.tx-owlslider .owl-carousel .owl-nav .owl-prev:hover,
.tx-vacancies .owl-carousel .owl-nav .owl-prev:hover,
.tx-owlslider .owl-carousel .owl-nav .owl-next:hover,
.tx-vacancies .owl-carousel .owl-nav .owl-next:hover {
  background-color: #f89b1c;
}
.tx-owlslider .owl-carousel .owl-nav .owl-prev span,
.tx-vacancies .owl-carousel .owl-nav .owl-prev span,
.tx-owlslider .owl-carousel .owl-nav .owl-next span,
.tx-vacancies .owl-carousel .owl-nav .owl-next span {
  font-size: 30px;
  line-height: 40px;
}
.tx-owlslider .owl-carousel .owl-nav .owl-prev,
.tx-vacancies .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}
.tx-owlslider .owl-carousel .owl-nav .owl-next,
.tx-vacancies .owl-carousel .owl-nav .owl-next {
  right: -60px;
}
.tx-owlslider .owl-carousel .owl-dots,
.tx-vacancies .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  padding-top: 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .tx-owlslider .owl-carousel .owl-dots,
  .tx-vacancies .owl-carousel .owl-dots {
    padding-top: 20px;
  }
}
.tx-owlslider .owl-carousel .owl-dots .owl-dot.active span,
.tx-vacancies .owl-carousel .owl-dots .owl-dot.active span,
.tx-owlslider .owl-carousel .owl-dots .owl-dot:hover span,
.tx-vacancies .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #f89b1c;
}
.tx-owlslider .owl-carousel .owl-dots .owl-dot:last-child span,
.tx-vacancies .owl-carousel .owl-dots .owl-dot:last-child span {
  margin: 0;
}
.tx-owlslider .owl-carousel .owl-dots .owl-dot span,
.tx-vacancies .owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #f89b1c;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  margin: 0;
  margin-right: 16px;
}
.project-details__slider .owl-carousel {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .project-details__slider .owl-carousel {
    margin-bottom: 0;
  }
}
.project-details__slider .owl-carousel__item {
  display: block;
}
.project-details__slider .owl-carousel .owl-nav {
  margin: 0;
  transition: all 0.5s ease 0s;
}
.project-details__slider .owl-carousel .owl-nav .owl-prev,
.project-details__slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 0;
  padding: 0;
  margin: -20px 0 0 0;
}
.project-details__slider .owl-carousel .owl-nav .owl-prev,
.project-details__slider .owl-carousel .owl-nav .owl-next,
.project-details__slider .owl-carousel .owl-nav .owl-prev:hover,
.project-details__slider .owl-carousel .owl-nav .owl-next:hover {
  background-color: #f89b1c;
}
.project-details__slider .owl-carousel .owl-nav .owl-prev span,
.project-details__slider .owl-carousel .owl-nav .owl-next span {
  font-size: 30px;
  line-height: 40px;
}
.project-details__slider .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}
.project-details__slider .owl-carousel .owl-nav .owl-next {
  right: -60px;
}
.project-details__slider .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  padding-top: 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .project-details__slider .owl-carousel .owl-dots {
    padding-top: 20px;
  }
}
.project-details__slider .owl-carousel .owl-dots .owl-dot.active span,
.project-details__slider .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #f89b1c;
}
.project-details__slider .owl-carousel .owl-dots .owl-dot:last-child span {
  margin: 0;
}
.project-details__slider .owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #f89b1c;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  margin: 0;
  margin-right: 16px;
}
.projects-list-item {
  background-image: linear-gradient(0deg, #d9d9d9 0, #ffffff);
  border-bottom: 3px solid #f89b1c;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .projects-list-item {
    margin: 0 0 30px;
  }
}
.projects-list-item,
.projects-list-item:focus,
.projects-list-item:hover {
  color: #000;
  text-decoration: none;
}
.projects-list-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media (min-width: 768px) {
  .projects-list-item__image {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .projects-list-item__image {
    height: 190px;
  }
}
.projects-list-item__image img {
  max-height: 140px;
}
.projects-list-item__heading {
  padding: 14px 16px;
  background-color: #fff;
}
.projects-list-item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.projects-list-item__subtitle {
  text-transform: uppercase;
}
.project-details .csc-header,
.project-details__overview,
.project-details__description {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.modal-project-owlitem__description {
  background-color: #262b2f;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}
.modal-project-owlitem__image {
  text-align: center;
}
.vacancy-list {
  max-width: 768px;
  margin: 0 auto;
}
.vacancy-item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .vacancy-item {
    margin-bottom: 0;
  }
}
.vacancy-item__title {
  margin-bottom: 20px;
}
.vacancy-item__title h3 {
  margin-bottom: 8px;
}
.vacancy-item__title h3 a {
  color: inherit;
}
.vacancy-item__title h3 a,
.vacancy-item__title h3 a:hover {
  text-decoration: none;
}
.vacancy-item__title p {
  font-size: 17px;
  font-weight: 400;
}
.vacancy-item__shorttext {
  margin-bottom: 20px;
}
.vacancy__shorttext {
  margin-bottom: 20px;
}
.vacancy__action {
  padding: 20px 0;
}
.vacancy__action:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .vacancy__action {
    padding: 0 0 20px 0;
  }
}
.vacancy .link-back {
  display: inline-block;
  margin-top: 5px;
}
.employees-actions {
  margin-bottom: 35px;
  text-align: center;
}
.employees-actions a {
  margin-right: 10px;
  margin-bottom: 15px;
}
.employees-actions a.btn-link-default,
.employees-actions a.btn-link-primary {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.employees-actions a:last-child {
  margin-right: 0;
}
.employees-actions__all {
  display: none;
  text-align: center;
  padding-top: 25px;
}
.employee-item {
  display: block;
  background-color: #fff;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.4);
  transition: all .3s ease;
  border-bottom: 3px solid #f89b1c;
  text-align: center;
}
@media (min-width: 480px) {
  .employee-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .employee-item {
    margin-bottom: 30px;
  }
}
.employee-item,
.employee-item:focus,
.employee-item:hover {
  color: #262b2f;
  text-decoration: none;
}
.employee-item__image img {
  width: 100%;
  display: block;
}
.employee-item__name {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .modal-employees .modal-close {
    color: #000;
  }
}
.modal-employees .carousel-control {
  width: 10%;
}
.modal-employee__name h3 {
  margin-top: 0;
  font-weight: 300;
}
.modal-employee__image {
  text-align: center;
}
.modal-employee__image img {
  width: 100%;
}
.modal-employee__description {
  padding-right: 20px;
}
@media (min-width: 480px) {
  .modal-employee__description {
    height: 282px;
    overflow: auto;
    padding-bottom: 20px;
  }
  .modal-employee__description:before {
    content: "";
    position: absolute;
    left: 0;
    right: 41px;
    height: 50px;
    background: linear-gradient(180deg, rgba(255, 225, 255, 0), #ffffff);
    bottom: 0;
  }
  .modal-employee__description:after {
    content: "";
    display: block;
    height: 30px;
  }
}
.press-item {
  margin-bottom: 15px;
}
.press-item .box {
  margin: 0;
  display: block;
}
@media (min-width: 992px) {
  .press-item {
    margin-bottom: 50px;
  }
}
.press-item:last-child {
  margin-bottom: 0;
}
.press-item__logo {
  float: right;
  margin-top: -5px;
}
.press-item__description {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .press-item__description {
    margin-bottom: 40px;
  }
}
.press-item__links a {
  margin-right: 15px;
}
.press-item__links a:last-child {
  margin-right: 0;
}
.team-members {
  padding: 40px 0;
}
.team-member {
  position: relative;
  margin-bottom: 20px;
  background-image: url(../images/bg-circle.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (min-width: 992px) {
  .team-member {
    min-height: 388px;
  }
}
@media (max-width: 991px) {
  .team-member {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .team-member {
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
  }
}
.team-member__image {
  padding: 65px 0 0 15px;
}
@media (max-width: 479px) {
  .team-member__image {
    padding: 0 0 15px;
  }
}
.team-member__image img {
  width: 255px;
  max-height: 255px;
  border-radius: 100%;
}
@media (max-width: 479px) {
  .team-member__image img {
    border-radius: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
  }
}
.team-member__content {
  position: relative;
  padding-top: 10px;
}
.team-member__position h4 {
  font-size: 30px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  color: #f89b1c;
  margin: 0 0 10px;
}
@media (max-width: 479px) {
  .team-member__position h4 {
    font-size: 25px;
  }
}
.team-member__name h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (max-width: 479px) {
  .team-member__name h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .team-member__contact {
    background-color: #3d3d40;
    padding: 20px 20px 20px 30px;
  }
}
@media (max-width: 1199px) {
  .team-member__contact {
    background-color: transparent;
    padding: 20px 0;
  }
}
.team-member__contact h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.team-member__contact a,
.team-member__contact a:hover {
  color: #fff;
  text-decoration: none;
}
.info-blocks {
  padding: 40px 0;
}
.info-block {
  position: relative;
  margin-bottom: 20px;
  background-image: url(../images/bg-circle.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (min-width: 992px) {
  .info-block {
    min-height: 388px;
  }
}
@media (max-width: 991px) {
  .info-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .info-block {
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
  }
}
.info-block.simple {
  background-image: none;
}
@media (min-width: 992px) {
  .info-block.simple {
    min-height: 1%;
    margin-bottom: 40px;
  }
}
.info-block.simple .info-block__image {
  padding: 0;
}
@media (max-width: 767px) {
  .info-block.simple .info-block__image {
    margin-bottom: 10px;
  }
}
.info-block.simple .info-block__image img {
  border-radius: 0;
  width: 100%;
  max-height: none;
}
.info-block.simple .info-block__content {
  padding-top: 0;
}
.info-block__image {
  padding: 65px 0 0 15px;
}
@media (max-width: 479px) {
  .info-block__image {
    padding: 0 0 15px;
  }
}
.info-block__image img {
  width: 255px;
  max-height: 255px;
  border-radius: 100%;
}
@media (max-width: 479px) {
  .info-block__image img {
    border-radius: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
  }
}
.info-block__content {
  position: relative;
  z-index: 3;
  padding-top: 10px;
}
@media (max-width: 479px) {
  .info-block__content a.btn-link-default,
  .info-block__content a.btn-link-primary {
    width: 100%;
    text-align: center;
  }
}
.info-block__subtitle h4 {
  font-size: 30px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  color: #f89b1c;
  margin: 0 0 10px;
}
@media (max-width: 479px) {
  .info-block__subtitle h4 {
    font-size: 25px;
  }
}
.info-block__title h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (max-width: 479px) {
  .info-block__title h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .info-block__info {
    background-color: #3d3d40;
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .info-block__info {
    background-color: transparent;
    padding: 20px 0;
  }
}
.info-block__info h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.info-block__info a,
.info-block__info a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 479px) {
  .info-block__info a.btn-link-default,
  .info-block__info a.btn-link-primary {
    width: 100%;
    text-align: center;
  }
}
.info-block__info p:last-child {
  margin-bottom: 0;
}
.xslider {
  background-color: transparent;
}
.xslider_parallax {
  height: 100px;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 768px) {
  .xslider_parallax {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .xslider_parallax {
    height: 400px;
  }
}
.xslider &gt; .slides &gt; li {
  margin: 0;
  padding: 0;
}
.xslider &gt; .slides &gt; li:before {
  display: none;
}
.xslider__image {
  height: 100px;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 768px) {
  .xslider__image {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .xslider__image {
    height: 400px;
  }
}
.xslider__content {
  display: none;
}
@media (min-width: 992px) {
  .xslider__content {
    display: block;
    color: #fff;
    position: absolute;
    bottom: 10px;
    width: 410px;
  }
}
.xslider__title {
  background-color: #262b2f;
  margin-bottom: 10px;
  padding: 18px;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
.xslider__description {
  background-color: #262b2f;
  padding: 18px;
}
.xslider__pagination {
  display: none;
}
.customer-list_inactive .customer-list__logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.customer-list .box {
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.customer-list__item {
  display: block;
  padding: 20px;
  text-decoration: none;
}
.customer-list__logo {
  text-align: center;
}
.customer-list__logo img {
  max-height: 65px;
}
.modal-customers {
  position: fixed;
}
@media (max-width: 767px) {
  .modal-customers .modal-close {
    font-size: 15px;
    top: 8px;
    right: 12px;
    color: #000;
  }
}
.modal-customer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.modal-customer__title {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .modal-customer__title {
    font-size: 24px;
  }
}
.modal-customer__title:after {
  background-color: #f89b1c;
  content: "";
  display: block;
  height: 3px;
  margin: 10px 0 0;
  width: 100px;
}
.modal-customer__logo {
  width: 130px;
  text-align: right;
}
@media (min-width: 768px) {
  .modal-customer__logo {
    width: 190px;
  }
}
.modal-customer__description {
  margin-bottom: 30px;
}
.modal-customer__website {
  line-height: 1;
  font-weight: 400;
}
.modal-customer__website a {
  color: #000;
}
.modal-customer__website a:hover {
  text-decoration: none;
}
.tx-indexedsearch .tx-indexedsearch-searchbox {
  position: absolute;
  left: -9999px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
  display: none;
}
@media (min-width: 768px) {
  .tx-indexedsearch .tx-indexedsearch-noresults {
    padding: 30px 0;
  }
}
.tx-indexedsearch .tx-indexedsearch-icon {
  display: none;
}
.tx-indexedsearch .tx-indexedsearch-res {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .tx-indexedsearch .tx-indexedsearch-res {
    margin-bottom: 30px;
  }
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title h3 {
  margin-top: 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title h3 a {
  color: #000;
  font-weight: 300;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title h3 a:hover {
  text-decoration: none;
}
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #f89b1c;
}
.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tx-indexedsearch .tx-indexedsearch-browsebox {
    margin-bottom: 30px;
  }
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox {
  padding: 10px 0 0 0;
  list-style: none;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox &gt; li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox &gt; li:before {
  display: none;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox &gt; li.tx-indexedsearch-browselist-currentPage a {
  background-color: #fff;
  color: #262b2f;
  font-weight: 300;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox &gt; li a {
  display: block;
  width: 35px;
  line-height: 35px;
  background-color: #f89b1c;
  color: #fff;
  text-align: center;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox &gt; li a:hover {
  text-decoration: none;
}
.csc-mailform .contact-form ol {
  list-style: none;
}
.csc-mailform .contact-form ol .csc-form-element {
  overflow: inherit;
  margin-bottom: 15px;
}
.csc-mailform .contact-form ol .csc-form-element.csc-form-element-submit {
  padding-top: 20px;
}
.csc-mailform .contact-form ol .csc-form-element label {
  font-weight: 300;
}
.csc-mailform .contact-form ol .csc-form-element label em {
  font: 0/0 a;
  display: inline;
}
.csc-mailform .contact-form ol .csc-form-element label em:after {
  font: 14px / 18px arial;
  content: "*";
  display: inline-block;
  color: red;
  margin-left: 5px;
}
.blog-teasers {
  position: relative;
  margin: 0 -15px;
  padding-bottom: 40px;
}
@media (min-width: 480px) {
  .blog-teasers {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .blog-teasers {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .blog-teasers {
    display: flex;
    padding-bottom: 40px;
  }
}
.blog-teasers__item {
  height: auto;
  padding: 0 15px 20px;
}
@media (min-width: 480px) {
  .blog-teasers__item {
    width: 50%;
    padding: 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .blog-teasers__item {
    width: 50%;
    padding: 0 15px 40px;
  }
}
@media (min-width: 992px) {
  .blog-teasers__item {
    width: 33.333333%;
    padding: 0 15px 40px;
  }
}
@media (min-width: 1200px) {
  .blog-teasers__item {
    width: 33.333333%;
    padding: 0 15px 40px;
  }
}
.blog-teasers .f3-widget-paginator {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.blog-teaser-item {
  height: 100%;
}
.blog-teaser-item__content {
  padding-bottom: 25px;
}
.blog-teaser-item__image {
  margin: -15px -15px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 180px;
  outline: none;
}
@media (min-width: 375px) {
  .blog-teaser-item__image {
    height: 230px;
  }
}
@media (min-width: 768px) {
  .blog-teaser-item__image {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .blog-teaser-item__image {
    height: 200px;
  }
}
.blog-teaser-item__image picture {
  width: 100%;
}
.blog-teaser-item__image img {
  width: 100%;
  height: auto;
}
.blog-teaser-item__video {
  margin: -15px -15px 0;
  display: flex;
  align-items: center;
  height: 180px;
  outline: none;
}
@media (min-width: 375px) {
  .blog-teaser-item__video {
    height: 230px;
  }
}
@media (min-width: 768px) {
  .blog-teaser-item__video {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .blog-teaser-item__video {
    height: 200px;
  }
}
.blog-teaser-item__video iframe {
  width: 100%;
  height: 180px;
  outline: none;
}
@media (min-width: 375px) {
  .blog-teaser-item__video iframe {
    height: 230px;
  }
}
@media (min-width: 768px) {
  .blog-teaser-item__video iframe {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .blog-teaser-item__video iframe {
    height: 200px;
  }
}
.blog-teaser-item__tags {
  color: #888888;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 14px;
  min-height: 14px;
}
.blog-teaser-item__title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog-teaser-item__title {
    margin-bottom: 20px;
  }
}
.blog-teaser-item__title h3 {
  margin: 0;
}
@media (min-width: 768px) {
  .blog-teaser-item__title h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .blog-teaser-item__title h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.blog-teaser-item__title h3 a,
.blog-teaser-item__title h3 a:focus,
.blog-teaser-item__title h3 a:hover {
  color: inherit;
  text-decoration: none;
}
.blog-teaser-item__date {
  color: #888888;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.blog-teaser-item__description h2,
.blog-teaser-item__description h3,
.blog-teaser-item__description h4 {
  font-size: inherit;
  margin-bottom: 5px;
}
.blog-teaser-item__more {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.blog-teaser-item__more a.more:before {
  display: none;
}
.blog-teaser-item__more a.more:after {
  content: "\e913";
  font-family: "xiag";
  font-size: 0.8em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .blog-single-view__body {
    display: block;
  }
}
@media (min-width: 992px) {
  .blog-single-view__body {
    display: flex;
    flex-flow: row-reverse;
  }
}
@media (min-width: 768px) {
  .blog-single-view__content {
    display: block;
  }
}
@media (min-width: 992px) {
  .blog-single-view__content {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1200px) {
  .blog-single-view__content {
    width: calc(100% - 450px);
  }
}
.blog-single-view__image {
  float: right;
  width: 100px;
  padding: 0 0 20px 15px;
}
@media (min-width: 375px) {
  .blog-single-view__image {
    width: 120px;
    padding: 0 0 20px 20px;
  }
}
@media (min-width: 768px) {
  .blog-single-view__image {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .blog-single-view__image {
    float: none;
    width: 300px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__image {
    width: 450px;
    padding-left: 35px;
  }
}
.blog-single-view__image img {
  width: 100%;
}
.blog-single-view__title {
  margin-bottom: 10px;
}
.blog-single-view__title h1 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog-single-view__title h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__title h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .blog-single-view__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__title {
    margin-bottom: 30px;
  }
}
.blog-single-view__date {
  color: #888888;
}
.blog-single-view__introtext {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog-single-view__introtext {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__introtext {
    margin-bottom: 40px;
  }
}
.blog-single-view__introtext:after {
  background-color: #f89b1c;
  content: "";
  display: block;
  height: 3px;
  margin: 10px 0 0;
  width: 100px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .blog-single-view__introtext:after {
    margin-top: 30px;
    height: 4px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__introtext:after {
    margin-top: 40px;
    width: 160px;
  }
}
.blog-single-view__video {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog-single-view__video {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__video {
    margin-bottom: 40px;
  }
}
.blog-single-view__video iframe {
  width: 100%;
  height: 200px;
  border: 0;
}
@media (min-width: 768px) {
  .blog-single-view__video iframe {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__video iframe {
    height: 350px;
  }
}
.blog-single-view__description {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-single-view__description {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__description {
    margin-bottom: 100px;
  }
}
.blog-single-view__description h2,
.blog-single-view__description h3,
.blog-single-view__description h4 {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .blog-single-view__description h2,
  .blog-single-view__description h3,
  .blog-single-view__description h4 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__description h2,
  .blog-single-view__description h3,
  .blog-single-view__description h4 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__description p {
    margin-left: 80px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__description ol {
    margin-left: 57px;
  }
}
.blog-single-view__description ol &gt; li {
  padding-left: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .blog-single-view__description ol &gt; li {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__description ul {
    margin-left: 74px;
  }
}
.blog-single-view__description ul &gt; li {
  padding-left: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .blog-single-view__description ul &gt; li {
    margin-bottom: 15px;
  }
}
.blog-single-view__tags {
  color: #888888;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-single-view__tags {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__tags {
    margin-bottom: 100px;
  }
}
.blog-single-view__tags:before {
  background-color: #f89b1c;
  content: "";
  display: block;
  height: 3px;
  margin: 10px 0 0;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .blog-single-view__tags:before {
    width: 150px;
    margin-top: 30px;
    margin-bottom: 15px;
    height: 4px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view__tags:before {
    margin-top: 40px;
    margin-bottom: 24px;
    width: 360px;
  }
}
.blog-single-view__back a {
  color: #888888;
}
.blog-single-view__back a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .blog-single-view--no-sidebar .blog-single-view__body {
    display: block;
  }
}
@media (min-width: 992px) {
  .blog-single-view--no-sidebar .blog-single-view__content {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .blog-single-view--no-sidebar .blog-single-view__content {
    width: 100%;
  }
}
.blog-single-view--no-sidebar .blog-single-view__video {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog-single-view--no-sidebar .blog-single-view__video {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view--no-sidebar .blog-single-view__video {
    margin-bottom: 40px;
  }
}
.blog-single-view--no-sidebar .blog-single-view__video iframe {
  width: 100%;
  height: 300px;
  border: 0;
}
@media (min-width: 768px) {
  .blog-single-view--no-sidebar .blog-single-view__video iframe {
    height: 420px;
  }
}
@media (min-width: 768px) {
  .blog-single-view--no-sidebar .blog-single-view__video iframe {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .blog-single-view--no-sidebar .blog-single-view__video iframe {
    height: 600px;
  }
}
.blog-single-view--dark {
  color: rgba(255, 255, 255, 0.87);
}
.blog-single-view--dark .box {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.blog-single-view--dark .blog-single-view__tags {
  color: rgba(255, 255, 255, 0.6);
}
.blog-single-view--dark .blog-single-view__back a {
  color: rgba(255, 255, 255, 0.87);
}
.blog-single-view--dark .blog-single-view__back a.link-back {
  color: rgba(255, 255, 255, 0.87);
}
.blog-single-view--dark .blog-single-view__back a:hover {
  text-decoration: none;
}
.blog-item__image {
  float: right;
  margin: 0 0 20px 20px;
}
.blog-item__title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog-item__title {
    margin-bottom: 20px;
  }
}
.blog-item__title h3 {
  margin: 0;
}
@media (min-width: 768px) {
  .blog-item__title h3 {
    margin-bottom: 5px;
  }
}
.blog-item__title h3 a,
.blog-item__title h3 a:focus,
.blog-item__title h3 a:hover {
  color: inherit;
  text-decoration: none;
}
.blog-item__title h3:after {
  background-color: #f89b1c;
  content: "";
  display: block;
  height: 3px;
  margin: 10px 0 0;
  width: 100px;
}
.blog-item__date {
  color: #999;
}
.blog-item__description {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .blog-item__description {
    margin-bottom: 25px;
  }
}
.blog-item__back a:hover {
  text-decoration: none;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../plugins/owlcarousel/less/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #eeeeee;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #eeeeee;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.table-data,
.table-wrapper .table-data-responsive,
.htmlarea-content-body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.table-data caption,
.table-wrapper .table-data-responsive caption,
.htmlarea-content-body table caption {
  display: none;
}
.table-data &gt; thead &gt; tr &gt; th,
.table-data &gt; tbody &gt; tr &gt; th,
.table-data &gt; tfoot &gt; tr &gt; th,
.table-data &gt; thead &gt; tr &gt; td,
.table-data &gt; tbody &gt; tr &gt; td,
.table-data &gt; tfoot &gt; tr &gt; td,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; th,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; td,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td,
.htmlarea-content-body table &gt; thead &gt; tr &gt; th,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; th,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; th,
.htmlarea-content-body table &gt; thead &gt; tr &gt; td,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; td,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; td {
  padding: 10px;
}
.table-data &gt; thead &gt; tr &gt; th:first-child,
.table-data &gt; tbody &gt; tr &gt; th:first-child,
.table-data &gt; tfoot &gt; tr &gt; th:first-child,
.table-data &gt; thead &gt; tr &gt; td:first-child,
.table-data &gt; tbody &gt; tr &gt; td:first-child,
.table-data &gt; tfoot &gt; tr &gt; td:first-child,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; th:first-child,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th:first-child,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th:first-child,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; td:first-child,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td:first-child,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td:first-child,
.htmlarea-content-body table &gt; thead &gt; tr &gt; th:first-child,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; th:first-child,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; th:first-child,
.htmlarea-content-body table &gt; thead &gt; tr &gt; td:first-child,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; td:first-child,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; td:first-child {
  padding-left: 25px;
}
.table-data &gt; thead &gt; tr &gt; th.align-center,
.table-data &gt; tbody &gt; tr &gt; th.align-center,
.table-data &gt; tfoot &gt; tr &gt; th.align-center,
.table-data &gt; thead &gt; tr &gt; td.align-center,
.table-data &gt; tbody &gt; tr &gt; td.align-center,
.table-data &gt; tfoot &gt; tr &gt; td.align-center,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; th.align-center,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th.align-center,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th.align-center,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; td.align-center,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td.align-center,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td.align-center,
.htmlarea-content-body table &gt; thead &gt; tr &gt; th.align-center,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; th.align-center,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; th.align-center,
.htmlarea-content-body table &gt; thead &gt; tr &gt; td.align-center,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; td.align-center,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; td.align-center {
  text-align: center;
}
.table-data &gt; thead &gt; tr &gt; th.align-right,
.table-data &gt; tbody &gt; tr &gt; th.align-right,
.table-data &gt; tfoot &gt; tr &gt; th.align-right,
.table-data &gt; thead &gt; tr &gt; td.align-right,
.table-data &gt; tbody &gt; tr &gt; td.align-right,
.table-data &gt; tfoot &gt; tr &gt; td.align-right,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; th.align-right,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th.align-right,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th.align-right,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; td.align-right,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td.align-right,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td.align-right,
.htmlarea-content-body table &gt; thead &gt; tr &gt; th.align-right,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; th.align-right,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; th.align-right,
.htmlarea-content-body table &gt; thead &gt; tr &gt; td.align-right,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; td.align-right,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; td.align-right {
  text-align: right;
}
.table-data &gt; thead &gt; tr &gt; th,
.table-data &gt; tbody &gt; tr &gt; th,
.table-data &gt; tfoot &gt; tr &gt; th,
.table-data &gt; thead &gt; tr &gt; td,
.table-data &gt; tbody &gt; tr &gt; td,
.table-data &gt; tfoot &gt; tr &gt; td,
.table-data &gt; thead &gt; tr &gt; th a,
.table-data &gt; tbody &gt; tr &gt; th a,
.table-data &gt; tfoot &gt; tr &gt; th a,
.table-data &gt; thead &gt; tr &gt; td a,
.table-data &gt; tbody &gt; tr &gt; td a,
.table-data &gt; tfoot &gt; tr &gt; td a,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; th,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; td,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; th a,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th a,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th a,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; td a,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td a,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td a,
.htmlarea-content-body table &gt; thead &gt; tr &gt; th,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; th,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; th,
.htmlarea-content-body table &gt; thead &gt; tr &gt; td,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; td,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; td,
.htmlarea-content-body table &gt; thead &gt; tr &gt; th a,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; th a,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; th a,
.htmlarea-content-body table &gt; thead &gt; tr &gt; td a,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; td a,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; td a {
  color: #fff;
}
.table-data &gt; thead &gt; tr &gt; th p,
.table-data &gt; tbody &gt; tr &gt; th p,
.table-data &gt; tfoot &gt; tr &gt; th p,
.table-data &gt; thead &gt; tr &gt; td p,
.table-data &gt; tbody &gt; tr &gt; td p,
.table-data &gt; tfoot &gt; tr &gt; td p,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; th p,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th p,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th p,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; td p,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td p,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td p,
.htmlarea-content-body table &gt; thead &gt; tr &gt; th p,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; th p,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; th p,
.htmlarea-content-body table &gt; thead &gt; tr &gt; td p,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; td p,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; td p {
  margin: 0;
}
.table-data &gt; thead &gt; tr &gt; th p + p,
.table-data &gt; tbody &gt; tr &gt; th p + p,
.table-data &gt; tfoot &gt; tr &gt; th p + p,
.table-data &gt; thead &gt; tr &gt; td p + p,
.table-data &gt; tbody &gt; tr &gt; td p + p,
.table-data &gt; tfoot &gt; tr &gt; td p + p,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; th p + p,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th p + p,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th p + p,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; td p + p,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td p + p,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td p + p,
.htmlarea-content-body table &gt; thead &gt; tr &gt; th p + p,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; th p + p,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; th p + p,
.htmlarea-content-body table &gt; thead &gt; tr &gt; td p + p,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; td p + p,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; td p + p {
  margin-top: 10px;
}
.table-data &gt; thead &gt; tr &gt; th,
.table-data &gt; thead &gt; tr &gt; td,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; th,
.table-wrapper .table-data-responsive &gt; thead &gt; tr &gt; td,
.htmlarea-content-body table &gt; thead &gt; tr &gt; th,
.htmlarea-content-body table &gt; thead &gt; tr &gt; td {
  font-size: 16px;
  text-align: left;
  background-color: #555;
}
.table-data &gt; tbody &gt; tr.row-important-line &gt; td,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr.row-important-line &gt; td,
.htmlarea-content-body table &gt; tbody &gt; tr.row-important-line &gt; td {
  border-top: 1px #fff solid;
  padding-top: 20px;
}
.table-data &gt; tbody &gt; tr.row-no-border &gt; td,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr.row-no-border &gt; td,
.htmlarea-content-body table &gt; tbody &gt; tr.row-no-border &gt; td {
  border-top: 0;
}
.table-data &gt; tbody &gt; tr.row-condenced &gt; td,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr.row-condenced &gt; td,
.htmlarea-content-body table &gt; tbody &gt; tr.row-condenced &gt; td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-data &gt; tbody &gt; tr:first-child &gt; td,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr:first-child &gt; td,
.htmlarea-content-body table &gt; tbody &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table-data &gt; tbody &gt; tr &gt; td,
.table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; td {
  border-top: 1px #555 solid;
  padding: 10px;
}
.table-data &gt; tfoot &gt; tr:first-child &gt; td,
.table-data &gt; tfoot.footer-lined-condenced &gt; tr:first-child &gt; td,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr:first-child &gt; td,
.table-wrapper .table-data-responsive &gt; tfoot.footer-lined-condenced &gt; tr:first-child &gt; td,
.htmlarea-content-body table &gt; tfoot &gt; tr:first-child &gt; td,
.htmlarea-content-body table &gt; tfoot.footer-lined-condenced &gt; tr:first-child &gt; td {
  border-top: 1px #fff solid;
  padding-top: 20px;
}
.table-data &gt; tfoot &gt; tr &gt; td,
.table-data &gt; tfoot.footer-lined-condenced &gt; tr &gt; td,
.table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td,
.table-wrapper .table-data-responsive &gt; tfoot.footer-lined-condenced &gt; tr &gt; td,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; td,
.htmlarea-content-body table &gt; tfoot.footer-lined-condenced &gt; tr &gt; td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.table-wrapper {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .table-wrapper .table-data-responsive {
    display: block;
    border-bottom: 1px #fff solid;
  }
  .table-wrapper .table-data-responsive &gt; thead {
    display: none;
  }
  .table-wrapper .table-data-responsive &gt; tbody {
    display: block;
  }
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr {
    display: block;
    margin-bottom: 20px;
  }
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr:before {
    content: attr(data-item-title);
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th,
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td {
    display: block;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
  }
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th,
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td,
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th:first-child,
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td:first-child {
    padding: 10px 0;
  }
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th:first-child,
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td:first-child {
    border-top: 1px #fff solid;
  }
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th:last-child,
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td:last-child {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  }
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; th:before,
  .table-wrapper .table-data-responsive &gt; tbody &gt; tr &gt; td:before {
    content: attr(data-column-title);
    display: inline-block;
    font-weight: bold;
    width: 100px;
    vertical-align: top;
  }
  .table-wrapper .table-data-responsive &gt; tfoot {
    display: block;
  }
  .table-wrapper .table-data-responsive &gt; tfoot:before {
    content: attr(data-summary-title);
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px #fff solid;
  }
  .table-wrapper .table-data-responsive &gt; tfoot &gt; tr {
    display: block;
  }
  .table-wrapper .table-data-responsive &gt; tfoot &gt; tr:first-child &gt; th,
  .table-wrapper .table-data-responsive &gt; tfoot &gt; tr:first-child &gt; td {
    padding: 10px 0;
    border: 0;
  }
  .table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th,
  .table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td {
    display: block;
    border: 0;
  }
  .table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th,
  .table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td,
  .table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; th:first-child,
  .table-wrapper .table-data-responsive &gt; tfoot &gt; tr &gt; td:first-child {
    padding: 10px 0;
  }
}
body,
.htmlarea-content-body {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
}
@media (min-width: 768px) {
  body,
  .htmlarea-content-body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body,
  .htmlarea-content-body {
    font-size: 18px;
    line-height: 27px;
  }
}
.htmlarea-content-body {
  font-size: 16px;
}
table.table-data-responsive {
  border: inherit;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.highlight {
  color: red;
}
.text,
.text:hover {
  color: inherit;
  text-decoration: none;
}
span.important {
  text-transform: uppercase;
}
span.big {
  font-size: 80px;
  line-height: normal;
}
h1.condensed,
h2.condensed,
h3.condensed,
h4.condensed,
h5.condensed,
h6.condensed,
p.condensed,
div.condensed {
  margin: 0;
}
h1.important,
h2.important,
h3.important,
h4.important,
h5.important,
h6.important,
p.important,
div.important {
  text-transform: uppercase;
}
a.btn-link-default,
a.btn-link-primary {
  display: inline-block;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.5s ease 0s;
  border-radius: 0;
  background-color: #f89b1c;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  text-decoration: none;
}
a.btn-link-default:hover,
a.btn-link-primary:hover {
  box-shadow: none;
}
a.btn-link-default.btn-sm,
a.btn-link-primary.btn-sm {
  padding: 3px 15px;
}
a.btn-link-default {
  background-color: #3d3d40;
}
a.link-back {
  color: #262b2f;
  font-weight: 400;
}
a.link-back .fa {
  font-size: 18px;
  font-weight: bold;
  margin-right: 3px;
}
a.more {
  font-weight: 400;
}
a.more:before {
  content: "\e913";
  font-family: "xiag";
  font-size: 0.8em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}
a.more,
a.more:focus,
a.more:active,
a.more:hover {
  text-decoration: none;
  color: #262b2f;
}
h1 {
  font-size: 35px;
  margin: 10px 0 30px;
}
h2 {
  font-size: 35px;
  margin: 10px 0 30px;
}
h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0 30px;
}
h4 {
  font-size: 19px;
  margin: 10px 0 30px;
}
h5 {
  font-size: 19px;
  font-weight: 300;
  margin: 5px 0 10px;
}
h6 {
  font-size: 16px;
  margin: 5px 0 10px;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 30px;
}
p + h6 {
  margin-top: 25px;
}
ul + p,
p + ul {
  margin-top: 10px;
}
.csc-bulletlist {
  padding-left: 18px;
}
.csc-bulletlist &gt; li {
  margin-bottom: 10px;
}
.ul-styled,
.htmlarea-content-body ul,
.main-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ul-styled &gt; li,
.htmlarea-content-body ul &gt; li,
.main-content ul &gt; li {
  padding: 0 0 0 2px;
  margin-left: 18px;
  margin-bottom: 5px;
}
.ul-styled &gt; li:before,
.htmlarea-content-body ul &gt; li:before,
.main-content ul &gt; li:before {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  font: 0/0 a;
  border-width: 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #f89b1c;
  margin-left: -20px;
  margin-right: 5px;
}
.htmlarea-content-body table &gt; tbody &gt; tr &gt; td,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; td,
.htmlarea-content-body table &gt; tbody &gt; tr &gt; th,
.htmlarea-content-body table &gt; tfoot &gt; tr &gt; th {
  color: #000;
  font-size: 18px;
}
.htmlarea-content-body table &gt; tfoot &gt; tr:first-child &gt; td,
.htmlarea-content-body table &gt; tfoot.footer-lined-condenced &gt; tr:first-child &gt; td {
  border-top: 1px #000 solid;
}
@media (min-width: 768px) {
  html:lang(ru) .element.element-text .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  html:lang(ru) .element.element-text .container {
    box-sizing: content-box;
  }
}
@media (min-width: 768px) {
  html:lang(ru) .section_page-title .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  html:lang(ru) .section_page-title .container {
    box-sizing: content-box;
  }
}
.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.hidden-sm-max {
  display: none;
}
@media (min-width: 992px) {
  .hidden-sm-max {
    display: block;
  }
}
@media (min-width: 992px) {
  .hidden-md-min {
    display: none;
  }
}
@media (max-width: 767px) {
  .csc-space-left-40 {
    /* rewrite plugin styles */
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .page-header__nav {
    display: none;
    border-top: 1px #f89b1c solid;
  }
  .csc-space-before-40,
  .csc-space-before-50,
  .csc-space-before-55,
  .csc-space-before-60,
  .csc-space-before-70,
  .csc-space-before-80,
  .csc-space-before-90 {
    margin-top: 20px !important;
  }
  .csc-space-after-40,
  .csc-space-after-50,
  .csc-space-after-55,
  .csc-space-after-60,
  .csc-space-after-70,
  .csc-space-after-80,
  .csc-space-after-90 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 20px;
    margin: 10px 0 10px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 18px;
    margin: 10px 0 20px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 20px;
    margin: 10px 0 10px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    margin: 10px 0 20px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 18px;
    margin: 10px 0 10px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 17px;
    margin: 10px 0 10px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 16px;
    margin: 10px 0 10px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 15px;
    margin: 10px 0 10px;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 15px;
    margin: 10px 0 10px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 15px;
    margin: 5px 0 10px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 13px;
    margin: 5px 0 5px;
  }
}
@media (max-width: 479px) {
  div.csc-textpic .csc-textpic-imagewrap {
    float: none;
    margin: 0;
  }
  div.csc-textpic .csc-textpic-imagewrap .csc-textpic-center-outer,
  div.csc-textpic .csc-textpic-imagewrap .csc-textpic-center-outer .csc-textpic-center-inner {
    float: none;
    left: auto;
    right: auto;
  }
  div.csc-textpic .csc-textpic-imagewrap figure {
    display: block;
  }
  div.csc-textpic .csc-textpic-imagewrap figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-row_xs .flex-row__item .box {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .flex-row_xs {
    display: block;
  }
  .flex-row_xs .flex-row__item {
    margin-bottom: 20px;
  }
  .flex-row_xs .flex-row__item .box {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .flex-row_sm {
    display: block;
  }
  .flex-row_sm .flex-row__item {
    margin-bottom: 20px;
  }
  .flex-row_sm .flex-row__item .box {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .flex-row_md {
    display: block;
  }
  .flex-row_md .flex-row__item {
    margin-bottom: 20px;
  }
}
</pre></body></html>