/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
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;
    -webkit-box-shadow: none !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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .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;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #535353;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #f96f00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ad4d00;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  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: 22px;
  margin-bottom: 22px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 100;
  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: #b9b6b1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 28px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
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: #b9b6b1;
}
.text-primary {
  color: #f96f00;
}
a.text-primary:hover {
  color: #c65800;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #f96f00;
}
a.bg-primary:hover {
  background-color: #c65800;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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 > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
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 #b9b6b1;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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: #b9b6b1;
}
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: 22px;
  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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #535353;
  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: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.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 {
  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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b9b6b1;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #535353;
  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;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666666;
  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, -webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-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::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form-control:-moz-placeholder {
  color: #aaaaaa;
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
}
.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 49px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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 {
  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;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #939393;
}
@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 > .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: 29px;
}
.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: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #f96f00;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ad4d00;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #f96f00;
  border-color: #f96f00;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #b9b6b1;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.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;
  text-decoration: none;
  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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.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 {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group: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;
  visibility: hidden !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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
/**
 * Static Slick css
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url("../img/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-Light.eot');
  src: local('Fira Sans Light'), url('../fonts/fira/eot/FiraSans-Light.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-Light.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-LightItalic.eot');
  src: local('Fira Sans Light Italic'), url('../fonts/fira/eot/FiraSans-LightItalic.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-LightItalic.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-Regular.eot');
  src: local('Fira Sans Regular'), url('../fonts/fira/eot/FiraSans-Regular.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-Regular.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-Italic.eot');
  src: local('Fira Sans Regular Italic'), url('../fonts/fira/eot/FiraSans-Italic.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-Italic.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-Medium.eot');
  src: local('Fira Sans Medium'), url('../fonts/fira/eot/FiraSans-Medium.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-Medium.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-MediumItalic.eot');
  src: local('Fira Sans Medium Italic'), url('../fonts/fira/eot/FiraSans-MediumItalic.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-MediumItalic.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-SemiBold.eot');
  src: local('Fira Sans SemiBold'), url('../fonts/fira/eot/FiraSans-SemiBold.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-SemiBold.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-SemiBoldItalic.eot');
  src: local('Fira Sans SemiBold Italic'), url('../fonts/fira/eot/FiraSans-SemiBoldItalic.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-SemiBoldItalic.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-Bold.eot');
  src: local('Fira Sans Bold'), url('../fonts/fira/eot/FiraSans-Bold.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-Bold.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-BoldItalic.eot');
  src: local('Fira Sans Bold Italic'), url('../fonts/fira/eot/FiraSans-BoldItalic.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-BoldItalic.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-ExtraBold.eot');
  src: local('Fira Sans ExtraBold'), url('../fonts/fira/eot/FiraSans-ExtraBold.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-ExtraBold.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-ExtraBoldItalic.eot');
  src: local('Fira Sans ExtraBold Italic'), url('../fonts/fira/eot/FiraSans-ExtraBoldItalic.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-ExtraBoldItalic.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-Heavy.eot');
  src: local('Fira Sans Heavy'), url('../fonts/fira/eot/FiraSans-Heavy.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-Heavy.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/fira/eot/FiraSans-HeavyItalic.eot');
  src: local('Fira Sans Heavy Italic'), url('../fonts/fira/eot/FiraSans-HeavyItalic.eot') format('embedded-opentype'), url('../fonts/fira/woff/FiraSans-HeavyItalic.woff') format('woff'), url('../fonts/fira/ttf/FiraSans-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
/**
 * Text
 */
body {
  font-weight: 200;
  background: #ffffff;
}
.news-box .item,
.news-box .item .content,
blockquote p {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.wrap {
  min-height: 65vh;
}
a {
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover {
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
a::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
a::selection {
  background: #f96f00;
  color: #ffffff;
}
.align-center {
  text-align: center;
}
b,
strong {
  font-weight: normal;
}
b::-moz-selection,
strong::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
b::selection,
strong::selection {
  background: #f96f00;
  color: #ffffff;
}
h1,
h2 {
  margin: 0 0 36px 0;
  font-weight: 200;
}
h1::-moz-selection,
h2::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
h1::selection,
h2::selection {
  background: #f96f00;
  color: #ffffff;
}
h1 a:hover,
h2 a:hover {
  text-decoration: none;
}
h3 {
  margin: 0 0 36px 0;
  font-weight: normal;
  line-height: 1.42857143;
}
h3::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
h3::selection {
  background: #f96f00;
  color: #ffffff;
}
h4 {
  font-weight: normal;
}
h4::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
h4::selection {
  background: #f96f00;
  color: #ffffff;
}
h5::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
h5::selection {
  background: #f96f00;
  color: #ffffff;
}
h1 + h3,
h2 + h3 {
  margin-top: -27px;
}
p {
  max-width: 720px;
  margin: 0 0 25px 0;
  font-weight: 200;
}
p::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
p::selection {
  background: #f96f00;
  color: #ffffff;
}
p.intro {
  font-size: 1.3em;
}
span::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
span::selection {
  background: #f96f00;
  color: #ffffff;
}
ul li::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
ul li::selection {
  background: #f96f00;
  color: #ffffff;
}
table td::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
table td::selection {
  background: #f96f00;
  color: #ffffff;
}
input::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
input::selection {
  background: #f96f00;
  color: #ffffff;
}
textarea::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
textarea::selection {
  background: #f96f00;
  color: #ffffff;
}
time {
  font-size: 18px;
  color: #f96f00;
  margin-bottom: 15px;
  display: block;
}
time::-moz-selection {
  background: #f96f00;
  color: #ffffff;
}
time::selection {
  background: #f96f00;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  header {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  header h1 a:before,
  header h2 a:before,
  header h3 a:before {
    content: "";
    display: inline-block;
    position: relative;
    bottom: -5px;
    background: transparent url('../svg/arrow_right_dark.svg') center center no-repeat;
    -webkit-background-size: 17px 17px;
            background-size: 17px;
    width: 17px;
    height: 30px;
    margin-right: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.image {
  margin-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  .image {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  div[class^="col-sm-"]:not(.item) {
    margin-bottom: 30px;
  }
}
/**
 * Grid
 */
.container {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    width: 1800px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 750px) {
  .container.text {
    width: 750px;
  }
}
.container.text p:last-child {
  margin-bottom: 0;
}
.container.text img {
  max-width: 100%;
}
.container-full {
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .container-full {
    width: 1800px;
    margin: 0 auto;
  }
}
.container-full img {
  width: 100%;
}
.container-full .row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 750px) {
  .centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.col-ratio-1-1 [class^="col-"]:before,
.col-ratio-1-1 .item:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.col-ratio-1-1 [class^="col-"] .content,
.col-ratio-1-1 .item .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.col-ratio-2-1 [class^="col-"]:before,
.col-ratio-2-1 .item:before {
  content: "";
  display: block;
  padding-top: 70%;
  /* initial ratio of 1:1*/
}
.col-ratio-2-1 [class^="col-"] .content,
.col-ratio-2-1 .item .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.col-ratio-1-1:before,
.col-ratio-2-1:before,
.col-ratio-1-1:after,
.col-ratio-2-1:after {
  content: " ";
  display: table;
}
.col-ratio-1-1:after,
.col-ratio-2-1:after {
  clear: both;
}
.col-ratio-1-1:before,
.col-ratio-2-1:before,
.col-ratio-1-1:after,
.col-ratio-2-1:after {
  content: " ";
  display: table;
}
.col-ratio-1-1:after,
.col-ratio-2-1:after {
  clear: both;
}
.row.no-space {
  margin-left: 0;
  margin-right: 0;
}
.row.no-space [class^="col-"] {
  padding: 0;
}
/**
 * Loading element
 */
.loading-bar {
  width: 100%;
  background: #f4f0e8 url('../img/spin.gif') center center no-repeat;
  height: 120px;
}
img.loader {
  margin: -5px 0 0 25px;
}
.btn {
  outline: none;
}
.btn.btn-small {
  display: inline-block;
  color: #f96f00;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.btn.btn-small:hover {
  opacity: 0.7;
}
.btn.btn-small:before {
  content: "\203A";
  display: inline-block;
  margin-right: 5px;
}
.btn.btn-download {
  display: inline-block;
  color: #f96f00;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.btn.btn-download:hover {
  opacity: 0.7;
}
.btn.btn-download:before {
  content: "";
  width: 20px;
  height: 13px;
  display: inline-block;
  margin-right: 10px;
  background: transparent url('../svg/icons/download-icon-bottom.svg') left bottom no-repeat;
}
.btn.btn-download:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 13px;
  left: 0;
  top: 0;
  background: transparent url('../svg/icons/download-icon-top.svg') left top no-repeat;
}
.btn.btn-download:hover:after {
  -webkit-animation: moving-dl 0.35s ease alternate;
  -o-animation: moving-dl 0.35s ease alternate;
  animation: moving-dl 0.35s ease alternate;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.btn.btn-submit {
  background: #f96f00 url('../svg/arrow_right.svg') 8px center no-repeat;
  border: 0;
  color: #fff;
  padding: 9px 13px 7px 31px;
  height: 42px;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.btn.btn-submit:hover,
.btn.btn-submit:focus {
  opacity: 0.7;
}
@-webkit-keyframes moving-dl {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
form[role="form"] .btn-row {
  text-align: right;
  margin-top: 32px;
}
.form-group {
  margin-bottom: 10px;
}
.form-group.form-group-space {
  margin-bottom: 32px;
}
.form-control {
  border-radius: 0;
  border: 0;
  background: #e8e8e8;
  color: #535353;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 13px 7px;
  height: 42px;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #535353;
}
.form-control.bold-placeholder {
  font-weight: 400;
}
.form-control.bold-placeholder::-webkit-input-placeholder {
  font-weight: 400;
}
.form-control.form-control-fade {
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.form-control.form-control-fade:focus {
  opacity: 1;
}
.box .form-control {
  background: #e8e8e8;
  color: #434343;
}
.box .form-control::-webkit-input-placeholder {
  color: #535353;
}
div.wpcf7-mail-sent-ok {
  border: 0;
  background: #cbcbcb;
  color: #434343;
  padding: 2em;
  margin: 20px 0;
}
div.wpcf7-validation-errors {
  border: 0;
  background: #cbcbcb;
  color: #434343;
  padding: 2em;
  margin: 20px 0;
}
div.wpcf7 img.ajax-loader {
  margin-left: 15px;
  margin-top: -5px;
}
span.wpcf7-not-valid-tip {
  background: #BE1616;
  font-size: 1em;
  color: #fff;
  display: block;
  padding: 7px 10px 4px 10px;
  position: relative;
}
span.wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  right: 10px;
  top: -10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #BE1616;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.form-control::-ms-expand {
  display: none;
}
.form-group-select {
  position: relative;
}
.form-group-select:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 6px;
  pointer-events: none;
  width: 18px;
  height: 32px;
  background: transparent url('../svg/arrow_right_dark.svg') center center no-repeat;
  -webkit-background-size: 18px 32px;
          background-size: 18px 32px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wpcf7-response-output {
  margin-top: 16px;
  padding: 16px;
  background-color: #dfdfdf;
  color: #303030;
  font-weight: bold;
}
.wpcf7-submit:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.gallery-row {
  padding: 11px 0;
}
table {
  min-width: 400px;
  margin-top: 35px;
  border-top: 1px solid #cbcbcb;
}
@media only screen and (max-width: 768px) {
  table {
    width: 100%;
    min-width: 0;
  }
}
table tr {
  border-bottom: 1px solid #cbcbcb;
  vertical-align: top;
}
table tr td {
  width: 240px;
  padding: 5px 0 3px 0;
}
table tr td:first-child {
  width: 160px;
}
table.table-block {
  width: 100%;
}
.box-dark table {
  color: #cbcbcb;
  border-color: #666666;
}
.box-dark table tr {
  border-color: #666666;
}
blockquote {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  border-left: 0;
}
blockquote p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  blockquote:before {
    content: "";
    background: transparent url("../svg/quote.svg") center center no-repeat;
    width: 96px;
    height: 73px;
    position: absolute;
    left: -120px;
    top: 4px;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  blockquote p:before {
    content: '“';
    font-size: 31px;
    margin-left: -13px;
  }
  blockquote p:after {
    content: '”';
    font-size: 31px;
  }
}
.accordion {
  margin-top: -16px;
}
.accordion .panel {
  border-bottom: 1px solid #cbcbcb;
}
.accordion .panel .panel-heading a {
  position: relative;
  padding: 47px 35px 33px 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.accordion .panel .panel-heading a:hover {
  opacity: 0.7;
}
.accordion .panel .panel-heading a a,
.accordion .panel .panel-heading a a:hover,
.accordion .panel .panel-heading a a:focus,
.accordion .panel .panel-heading a a *,
.accordion .panel .panel-heading a a:hover *,
.accordion .panel .panel-heading a a:focus * {
  text-decoration: none;
}
.accordion .panel .panel-heading a:after {
  content: "";
  width: 28px;
  height: 15px;
  display: block;
  background: transparent url("../svg/collapse.svg") center center no-repeat;
  position: absolute;
  right: 0;
  top: 54px;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.25s ease-in;
  -o-transition: -o-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  -webkit-transition: -webkit-transform 0.25s ease-in;
  -o-transition: -o-transform 0.25s ease-in;
}
.accordion .panel .panel-heading a.collapsed:after {
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.accordion .panel .panel-heading h2 {
  line-height: 28px;
  margin: 0;
}
.accordion .panel .panel-heading h3 {
  margin: 0;
}
.accordion .panel .panel-heading h2 + h3 {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .accordion .panel .panel-heading h2 {
    font-size: 23px;
  }
  .accordion .panel .panel-heading h3 {
    font-size: 14px;
  }
  .accordion .panel .panel-heading time {
    font-size: 14px;
  }
}
.accordion .panel-collapse > p {
  margin-top: 31px;
}
.accordion .panel-collapse > p:last-child {
  margin-bottom: 31px;
}
.accordion .panel-collapse img {
  width: 100%;
  height: auto;
}
.accordion .panel-collapse [class^="col-"] img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .accordion .panel-collapse {
    font-size: 14px;
  }
}
.accordion table {
  width: 100%;
  margin: 0;
  border-bottom: 0;
}
.accordion table tr td {
  overflow: hidden;
  width: 70%;
}
.accordion table tr td:first-child {
  width: 30%;
  padding-right: 10px;
}
.accordion table tr:last-child {
  border-bottom: 0;
}
.box-dark .accordion .panel {
  border-color: #666666;
}
.box-slideshow,
.slideshow,
.slideshow .slide,
.slideshow .slide img {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .box-slideshow,
  .slideshow,
  .slideshow .slide,
  .slideshow .slide img {
    height: calc(100vh - 70px);
  }
}
.slideshow {
  position: relative;
  margin: 0;
}
.slideshow .slick-next,
.slideshow .slick-prev,
.logos .slick-prev,
.logos .slick-next,
.timeline-years .slick-next,
.timeline-years .slick-prev {
  width: 17px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 28px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  z-index: 5;
  padding: 40px;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.slideshow .slick-next:hover,
.slideshow .slick-prev:hover,
.logos .slick-prev:hover,
.logos .slick-next:hover,
.timeline-years .slick-next:hover,
.timeline-years .slick-prev:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  .slideshow .slick-next,
  .slideshow .slick-prev,
  .logos .slick-prev,
  .logos .slick-next,
  .timeline-years .slick-next,
  .timeline-years .slick-prev {
    bottom: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .slideshow .slick-next,
  .slideshow .slick-prev,
  .logos .slick-prev,
  .logos .slick-next,
  .timeline-years .slick-next,
  .timeline-years .slick-prev {
    visibility: hidden;
  }
}
.slideshow .slick-next.slick-next,
.slideshow .slick-prev.slick-next,
.logos .slick-prev.slick-next,
.logos .slick-next.slick-next,
.timeline-years .slick-next.slick-next,
.timeline-years .slick-prev.slick-next {
  right: 40px;
}
.slideshow .slick-next.slick-next:before,
.slideshow .slick-prev.slick-next:before,
.logos .slick-prev.slick-next:before,
.logos .slick-next.slick-next:before,
.timeline-years .slick-next.slick-next:before,
.timeline-years .slick-prev.slick-next:before {
  background-image: url('../svg/slideshow_arrow_right.svg');
  right: 15px;
}
.slideshow .slick-next.slick-prev,
.slideshow .slick-prev.slick-prev,
.logos .slick-prev.slick-prev,
.logos .slick-next.slick-prev,
.timeline-years .slick-next.slick-prev,
.timeline-years .slick-prev.slick-prev {
  left: 40px;
}
.slideshow .slick-next.slick-prev:before,
.slideshow .slick-prev.slick-prev:before,
.logos .slick-prev.slick-prev:before,
.logos .slick-next.slick-prev:before,
.timeline-years .slick-next.slick-prev:before,
.timeline-years .slick-prev.slick-prev:before {
  left: 15px;
}
.slideshow .slick-next:before,
.slideshow .slick-prev:before,
.logos .slick-prev:before,
.logos .slick-next:before,
.timeline-years .slick-next:before,
.timeline-years .slick-prev:before {
  content: "";
  background: transparent url('../svg/slideshow_arrow_left.svg') center center no-repeat;
  -webkit-background-size: 15px 15px;
          background-size: 15px;
  width: 17px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slideshow .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 28px;
  left: 0;
  z-index: 1;
  text-align: left;
  margin: 0 0 0 15%;
  width: auto;
}
@media only screen and (max-width: 750px) {
  .slideshow .slick-dots {
    margin: 0;
    width: 100%;
    text-align: center;
    bottom: 14px;
  }
}
.slideshow .slick-dots li button {
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
}
.slideshow .slick-dots li button:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 4px;
  left: 4px;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.25s ease-in;
  -o-transition: -o-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  -webkit-transition: -webkit-transform 0.25s ease-in;
  -o-transition: -o-transform 0.25s ease-in;
}
.slideshow .slick-dots li.slick-active button:before {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.slideshow .slide {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}
.slideshow .slide .caption {
  position: absolute;
  bottom: 58px;
  left: 0;
  margin: 0 0 0 15%;
  z-index: 1;
  padding-left: 4px;
  height: auto;
}
.slideshow .slide .caption a {
  display: block;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.slideshow .slide .caption a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  .slideshow .slide .caption {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .slideshow .slide .caption h4 {
    font-size: 14px;
  }
}
.slideshow .slide .caption h4 {
  margin: 0;
  line-height: 24px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.slideshow .slide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 0;
  pointer-events: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}
.slideshow.slick-initialized .slide {
  opacity: 1;
}
.slideshow .slide.slide-image-bottom {
  background-position: center bottom;
}
.wrap > section:first-child.box-slideshow .slide:before,
.eyecatcher:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  z-index: 0;
  pointer-events: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}
@media only screen and (max-width: 768px) {
  .box-arrow .slideshow .slick-next,
  .box-arrow .slideshow .slick-prev,
  .box-arrow .slideshow .slick-dots,
  .box-arrow .logos .slick-prev,
  .box-arrow .logos .slick-next,
  .box-arrow .timeline-years .slick-next,
  .box-arrow .timeline-years .slick-prev {
    bottom: 28px;
  }
}
.box-arrow + section.box-dark,
.box-arrow + section.box {
  position: relative;
}
.box-arrow + section.box-dark:before,
.box-arrow + section.box:before {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background: transparent url('../img/section_arrow.png') center center repeat-x;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  top: -16px;
  left: 0;
}
.box-arrow + section.box:before {
  background-image: url('../svg/slideshow_section_arrow.svg');
}
.logos div[class^="col-md-"] {
  text-align: center;
}
.logos .slide {
  text-align: center;
  height: 160px;
  width: 292.5px;
}
@media only screen and (max-width: 1200px) {
  .logos .slide {
    width: 235px;
  }
}
.logos .slide img {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logos .logo-slide {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.logos .slick-prev,
.logos .slick-next {
  bottom: 65px;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.logos .slick-prev:hover,
.logos .slick-next:hover {
  opacity: 0.6;
}
.logos .logo-slide .slick-prev {
  left: -20px;
}
@media only screen and (min-width: 1260px) {
  .logos .logo-slide .slick-prev {
    left: -40px;
  }
}
.logos .logo-slide .slick-prev:before {
  background-image: url('../svg/arrow_left_dark.svg');
}
.logos .logo-slide .slick-next {
  right: -20px;
}
@media only screen and (min-width: 1260px) {
  .logos .logo-slide .slick-next {
    right: -40px;
  }
}
.logos .logo-slide .slick-next:before {
  background-image: url('../svg/arrow_right_dark.svg');
}
section.video div[class^="container"] {
  position: relative;
  height: 100%;
}
section.video #player {
  width: 100%;
}
section.video .video-wrapper {
  position: relative;
  height: 100%;
}
section.video a {
  position: relative;
}
section.video a .play {
  content: "";
  width: 128px;
  height: 128px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -64px;
  margin-left: -64px;
  background: rgba(185, 182, 177, 0.7) url('../svg/video_start.svg') 46px 50% no-repeat;
  -webkit-border-radius: 64px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 64px;
  -moz-background-clip: padding;
  border-radius: 64px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
section.video a .play:hover {
  background-color: rgba(185, 182, 177, 0.85);
}
section.video a img {
  width: 100%;
}
section.video a.video-embedded {
  display: none;
}
section.video .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.viewbox {
  overflow: hidden;
  position: relative;
}
.viewbox:before,
.viewbox:after {
  content: " ";
  display: table;
}
.viewbox:after {
  clear: both;
}
.viewbox:before,
.viewbox:after {
  content: " ";
  display: table;
}
.viewbox:after {
  clear: both;
}
.viewbox .viewport {
  background: transparent center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  float: left;
  height: 640px;
  position: relative;
  cursor: pointer;
  cursor: url('../img/cursor_zoom-in.png') 48 48, default;
}
.viewbox .viewport .placeholder {
  visibility: hidden;
}
.viewbox .viewport:after,
.box-zoom .control .zoom-in,
.box-zoom .control .zoom-out,
.box-zoom .control .zoom-drag {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 24px;
  background: rgba(207, 204, 197, 0.8) url('../svg/zoom-in.svg') center center no-repeat;
}
.viewbox .viewport.left {
  width: 70%;
}
.viewbox .viewport.right {
  width: 30%;
  float: right;
}
body .viewbox .viewport:after {
  display: none;
}
/**
 * Hide box on mobile devices
 */
@media only screen and (max-width: 750px) {
  .box-viewbox .viewport {
    height: 440px;
  }
  .box-viewbox .viewport.left,
  .box-viewbox .viewport.right {
    width: 100%;
  }
}
body > figure img {
  cursor: url('../img/zoom-out.png') 25 25, auto !important;
}
.map {
  background: #cbcbcb !important;
}
.map .gm-style {
  font-family: 'Fira Sans', sans-serif;
}
.box-map .map-wrapper {
  position: relative;
}
.box-map .map-overlay {
  background: #e8e8e8;
  color: #535353;
  padding: 43px 20px;
}
@media only screen and (min-width: 768px) {
  .box-map .map-overlay {
    background: rgba(232, 232, 232, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    width: 427px;
    height: 100%;
    padding: 0 43px;
  }
  .box-map .map-overlay .middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 450px) {
  .box-map .map {
    height: 370px !important;
    height: 70vh !important;
  }
}
.info-window {
  height: 193px;
  width: 260px;
  overflow: hidden;
}
.marker-info {
  height: 193px;
  width: 260px;
  background: #434343;
}
.marker-info .image-thumb {
  position: relative;
  height: 193px;
}
@media only screen and (max-width: 450px) {
  .marker-info .image-thumb {
    height: 183px;
    overflow: hidden;
  }
}
.marker-info .image-thumb img {
  opacity: 1;
  margin: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.marker-info .image-thumb a:hover img {
  opacity: 0.6;
}
.marker-info .image-thumb h4 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 13px 17px 0 17px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  z-index: 2;
}
.marker-info .image-thumb.shadow a:after {
  content: "";
  width: 100%;
  height: 97px;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(from bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -o-linear-gradient(from bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -webkit-gradient(linear, , from(rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: -webkit-linear-gradient(from to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -o-linear-gradient(from to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: linear-gradient(from to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.marker-info .image-thumb.shadow a:before {
  content: "";
  width: 100%;
  height: 97px;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.marker-info .buttons {
  text-align: center;
  padding: 3px 0 0 0;
  position: absolute;
  bottom: 8px;
  width: 100%;
  z-index: 1;
}
.marker-info .buttons:before,
.marker-info .buttons:after {
  content: " ";
  display: table;
}
.marker-info .buttons:after {
  clear: both;
}
.marker-info .buttons:before,
.marker-info .buttons:after {
  content: " ";
  display: table;
}
.marker-info .buttons:after {
  clear: both;
}
.marker-info .buttons .add-queue,
.marker-info .buttons .remove-queue {
  position: absolute;
  right: 10px;
  height: 35px;
  top: -1px;
}
.marker-info .buttons .arrow {
  display: inline-block;
  position: relative;
  top: 1px;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.marker-info .buttons .arrow:before {
  content: "";
  background: transparent url('../svg/arrow_right.svg') center center no-repeat;
  -webkit-background-size: 15px 15px;
          background-size: 15px;
  width: 17px;
  height: 30px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.marker-info .buttons .arrow:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tabbar {
    width: 100%;
    overflow: hidden;
    height: 134px;
  }
  .tabbar .container.text {
    overflow-x: scroll;
  }
  .tabbar ul {
    width: 200%;
    height: 100%;
  }
}
.tabbar .tab-row,
.banner .navbar-subbar nav ul {
  padding: 0;
  margin: 0;
  margin-top: 82px;
  list-style: none;
}
.tabbar .tab-row li,
.banner .navbar-subbar nav ul li {
  display: inline-block;
  position: relative;
}
.tabbar .tab-row li > a,
.banner .navbar-subbar nav ul li > a {
  padding: 19px 18px 16px 18px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 17px;
}
.tabbar .tab-row li > a:hover,
.banner .navbar-subbar nav ul li > a:hover {
  text-decoration: none;
}
.tabbar .tab-row li:after,
.banner .navbar-subbar nav ul li:after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 10px;
  border-bottom: 0px solid #cbcbcb;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  pointer-events: none;
  -webkit-transition: border-bottom 0.15s ease;
  -o-transition: border-bottom 0.15s ease;
  transition: border-bottom 0.15s ease;
}
.tabbar .tab-row li.active a,
.tabbar .tab-row li.current-project_category-ancestor a,
.banner .navbar-subbar nav ul li.active a,
.banner .navbar-subbar nav ul li.current-project_category-ancestor a {
  font-weight: normal;
}
.tabbar .tab-row li.active:after,
.tabbar .tab-row li.current-project_category-ancestor:after,
.banner .navbar-subbar nav ul li.active:after,
.banner .navbar-subbar nav ul li.current-project_category-ancestor:after {
  border-bottom: 9px solid #cbcbcb;
}
.tabbar .tab-row li:hover:after,
.banner .navbar-subbar nav ul li:hover:after {
  border-bottom: 9px solid #cbcbcb;
}
.tabbar .tab-row li:first-child,
.banner .navbar-subbar nav ul li:first-child {
  margin-left: -18px;
}
.news-box .item-float,
.box-grid .item-float {
  width: 33.33%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .news-box .item-float,
  .box-grid .item-float {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .news-box .item-float,
  .box-grid .item-float {
    width: 100%;
  }
}
.news-box .packery .item.item-image,
.box-grid .packery .item.item-image {
  width: 33.34%;
}
@media only screen and (max-width: 992px) {
  .news-box .packery .item.item-image,
  .box-grid .packery .item.item-image {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .news-box .packery .item.item-image,
  .box-grid .packery .item.item-image {
    width: 100%;
  }
}
.news-box header,
.box-grid header {
  padding-top: 40px;
}
.news-box .item,
.box-grid .item {
  -webkit-background-size: cover;
          background-size: cover;
  padding: 0;
}
.news-box .item h3,
.box-grid .item h3 {
  color: #fff;
}
.news-box .item.item-portrait:before,
.box-grid .item.item-portrait:before {
  padding-top: 140%;
}
.news-box .item.item-portrait:after,
.box-grid .item.item-portrait:after {
  bottom: 5%;
}
.news-box .item.item-portrait .add-queue,
.box-grid .item.item-portrait .add-queue {
  bottom: 2.5%;
}
.news-box .item.item-portrait .content,
.box-grid .item.item-portrait .content {
  padding-top: 45%;
}
.news-box .item.item-light,
.box-grid .item.item-light {
  background-color: #e8e8e8;
  color: #535353;
}
.news-box .item.item-light a,
.box-grid .item.item-light a {
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.news-box .item.item-light a:hover,
.box-grid .item.item-light a:hover {
  background: #ffffff;
}
.news-box .item.item-light h3,
.box-grid .item.item-light h3 {
  color: #535353;
}
.news-box .item.item-orange,
.box-grid .item.item-orange {
  background-color: #f96f00;
  color: #fff;
}
.news-box .item.item-dark,
.box-grid .item.item-dark {
  background-color: #535353;
  color: #fff;
}
.news-box .item.item-dark a,
.box-grid .item.item-dark a {
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.news-box .item.item-dark a:hover,
.box-grid .item.item-dark a:hover {
  background: #434343;
}
.news-box .item .meta,
.box-grid .item .meta {
  margin-bottom: 15%;
}
.news-box .item .meta b,
.box-grid .item .meta b {
  text-transform: uppercase;
  margin-right: 7px;
}
.news-box .item a.content:hover,
.box-grid .item a.content:hover {
  text-decoration: none;
}
.news-box .item a.content:after,
.box-grid .item a.content:after,
.box-grid .item-image:after {
  content: "";
  background: transparent url('../svg/arrow_right_orange.svg') center center no-repeat;
  -webkit-background-size: 15px 15px;
  background-size: 17px;
  width: 17px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 15%;
  left: 50%;
  margin-left: -8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-box .item a.content .bottom,
.box-grid .item a.content .bottom {
  position: absolute;
  bottom: 30%;
}
.news-box .item .content,
.box-grid .item .content {
  display: block;
  padding: 15% 10%;
}
.news-box .item .remove-queue,
.box-grid .item .remove-queue,
.news-box .item .add-queue,
.box-grid .item .add-queue {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.news-box .item.item-static .content,
.box-grid .item.item-static .content {
  text-align: center;
}
.news-box .item.item-static .content h3,
.box-grid .item.item-static .content h3 {
  position: absolute;
  width: 80%;
  bottom: 0;
  margin: 0 10% 15% 10%;
  left: 0;
  font-size: 20px;
}
.news-box .item.item-image,
.box-grid .item.item-image {
  overflow: hidden;
  cursor: pointer;
}
.news-box .item.item-image .content,
.box-grid .item.item-image .content {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  -webkit-transition: -webkit-transform 0.25s ease-in;
  -o-transition: -o-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  -webkit-transition: -webkit-transform 0.25s ease-in;
  -o-transition: -o-transform 0.25s ease-in;
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.news-box .item.item-image .content h3,
.box-grid .item.item-image .content h3 {
  color: #fff;
}
.news-box .item.item-image:hover .content,
.box-grid .item.item-image:hover .content {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 1024px) {
  .news-box .item h2,
  .box-grid .item h2 {
    font-size: 22px;
  }
  .news-box .item h3,
  .box-grid .item h3,
  .news-box .item.item-static .content h3,
  .box-grid .item.item-static .content h3 {
    font-size: 15px;
  }
  .news-box .item .meta,
  .box-grid .item .meta {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .news-box .item h2,
  .box-grid .item h2 {
    font-size: 18px;
  }
  .news-box .item h3,
  .box-grid .item h3,
  .news-box .item.item-static .content h3,
  .box-grid .item.item-static .content h3,
  .news-box .item .meta,
  .box-grid .item .meta {
    font-size: 14px;
  }
}
.box-grid header:before,
.box-grid header:after {
  content: " ";
  display: table;
}
.box-grid header:after {
  clear: both;
}
.box-grid header:before,
.box-grid header:after {
  content: " ";
  display: table;
}
.box-grid header:after {
  clear: both;
}
.box-grid header h2 {
  font-size: 25px;
  margin-bottom: 20px;
  float: left;
}
.box-grid header h2.large {
  font-size: 40px;
}
.box-grid header .filter {
  float: right;
  margin-top: -17px;
}
.box-grid header .filter > ul > li:last-child {
  margin-right: -15px;
}
@media only screen and (max-width: 1200px) {
  .box-grid header h2,
  .box-grid header .filter {
    float: none;
  }
  .box-grid header .filter {
    margin-bottom: 15px;
  }
  .box-grid header .filter ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .box-grid header .filter {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .box-grid header .filter > ul > li {
    display: block;
  }
  .box-grid header .filter > ul > li > a {
    padding-left: 0;
  }
}
.box-grid .item-image:after {
  bottom: 10%;
  pointer-events: none;
  background-image: url('../svg/arrow_right.svg');
}
.box-grid .item-image:hover:after {
  background-image: url('../svg/arrow_right_orange.svg');
}
@media screen and (max-width: 768px) {
  .box-grid .item-image:hover:after {
    display: none;
  }
}
.box-grid .item-image a.content {
  padding-top: 25%;
}
@media screen and (max-width: 1200px) {
  .box-grid .item-image a.content {
    padding-top: 15%;
  }
}
.box-grid .item-image a.content:after {
  display: none;
}
@media screen and (max-width: 1800px) {
  .box-grid .container .item-image a.content {
    padding-top: 15%;
  }
  .box-grid .container .item h2 {
    font-size: 18px;
  }
  .box-grid .container .item h3,
  .box-grid .container .item.item-static .content h3,
  .box-grid .container .item .meta {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .news-box .item.item-image a.content:after {
    display: none;
  }
}
.box-zoom .zoom-box-wrapper {
  position: relative;
}
.box-zoom .control {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 2;
}
.box-zoom .control .zoom-in,
.box-zoom .control .zoom-out,
.box-zoom .control .zoom-drag {
  position: static;
  display: block;
  cursor: pointer;
  margin-bottom: 9px;
  outline: none;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.box-zoom .control .zoom-in:hover {
  background-color: rgba(67, 67, 67, 0.8);
  background-image: url('../svg/zoom-in-active.svg');
}
.box-zoom .control .zoom-out {
  background-image: url('../svg/zoom-out.svg');
}
.box-zoom .control .zoom-out:hover {
  background-color: rgba(67, 67, 67, 0.8);
  background-image: url('../svg/zoom-out-active.svg');
}
.box-zoom .control .zoom-out {
  background-image: url('../svg/zoom-out.svg');
}
.box-zoom .control .zoom-out:hover {
  background-color: rgba(67, 67, 67, 0.8);
  background-image: url('../svg/zoom-out-active.svg');
}
.box-zoom .control .zoom-drag {
  background-image: url('../svg/zoom-position.svg');
  -webkit-background-size: 48px 48px;
          background-size: 48px 48px;
  position: relative;
  left: 0;
  top: 0;
}
.box-zoom .control .zoom-drag:hover {
  background-color: rgba(67, 67, 67, 0.8);
  background-image: url('../svg/zoom-position-active.svg');
}
.box-zoom .control .zoom-drag div {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-zoom .control .zoom-drag div.top {
  top: 0;
  left: 14px;
  width: 40%;
  height: 20px;
}
.box-zoom .control .zoom-drag div.bottom {
  bottom: 0;
  left: 14px;
  width: 40%;
  height: 20px;
}
.box-zoom .control .zoom-drag div.right {
  top: 14px;
  left: 0;
  width: 20px;
  height: 40%;
}
.box-zoom .control .zoom-drag div.left {
  top: 14px;
  right: 0;
  width: 20px;
  height: 40%;
}
.box-zoom .svg-viewport {
  background: #e8e8e8;
  height: 680px;
  width: 100%;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .box-zoom .svg-viewport {
    height: 280px;
  }
}
.box-zoom .svg-viewport:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(232, 232, 232, 0.8) url('../img/spin.gif') center center no-repeat;
  display: none;
}
.box-zoom .svg-viewport.loading:after {
  display: block;
}
.box-zoom .svg-viewport img {
  height: 80%;
  width: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  padding-top: 5%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box-zoom .svg-viewport object,
.box-zoom .svg-viewport svg {
  width: 100%;
  height: 100%;
}
.box-zoom .svg-viewport object path,
.box-zoom .svg-viewport svg path {
  fill: none;
  stroke: #000;
  stroke-width: 0.1px;
}
.box-zoom .svg-viewport object line,
.box-zoom .svg-viewport svg line {
  stroke-width: 0.1px !important;
}
.box-zoom .container-full {
  position: relative;
}
.link-list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style: none;
}
.link-list li {
  margin-bottom: 10px;
  font-weight: 200;
  font-size: 1.2em;
}
.link-list a {
  font-weight: 200;
  color: #f96f00;
  font-size: 1em;
  background: none !important;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.link-list a:before {
  content: "";
  background: transparent url('../svg/arrow_right_orange.svg') center center no-repeat;
  -webkit-background-size: 15px 15px;
  background-size: 17px;
  -webkit-background-size: cover;
          background-size: cover;
  width: 17px;
  height: 30px;
  margin-right: 17px;
  display: inline-block;
  position: relative;
  bottom: -9px;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
}
.link-list a:hover {
  opacity: 0.7;
}
.link-list a:hover:before {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}
.news-box .link-list {
  margin-top: -20px;
}
@media only screen and (max-width: 1200px) {
  .news-box .link-list {
    font-size: 13px;
  }
  .news-box .link-list a:before {
    -webkit-background-size: 10px 10px;
    background-size: 5px;
    width: 4px;
    height: 20px;
    margin-right: 14px;
    display: inline-block;
    position: relative;
    bottom: -9px;
    background-position: center 1px;
  }
}
.tooltip-inner {
  border-radius: 0;
  font-size: 13px;
  line-height: 13px;
  max-width: 240px;
  min-width: 190px;
  padding: 5px 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #f96f00;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}
.tooltip.top .tooltip-arrow {
  bottom: -4px;
  left: 75%;
  margin-left: -5px;
  border-width: 9px 8px 0;
  border-top-color: #f96f00;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #f96f00;
  right: -3px;
  margin-top: -9px;
  border-width: 9px 0 8px 8px;
}
.tooltip.bottom .tooltip-arrow {
  top: -7px;
  margin-left: -5px;
  border-width: 0 7px 12px;
  border-bottom-color: #f96f00;
}
.icon {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  background: transparent url('../svg/icons/share_light.svg') center center no-repeat;
  -webkit-background-size: 110px 110px;
          background-size: 110px;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.icon.round {
  border-radius: 23px;
  border: 2px solid #f96f00;
}
.icon.icon-pdf {
  background-image: url('../svg/icons/pdf_light.svg');
  background-position: 49% 50%;
}
.icon.icon-bucket {
  background-image: url('../svg/icons/folder_dark.svg');
  background-position: 49% 50%;
}
.icon.icon-bucket-light {
  background-image: url('../svg/icons/folder_light.svg');
  background-position: 49% 50%;
}
.icon.icon-bucket-light .count:after {
  background-color: #fff;
}
.icon.icon-share {
  background-image: url('../svg/icons/share_light.svg');
  background-position: 51% 49%;
}
.icon.icon-list {
  background-image: url('../svg/icons/list_normal.svg');
  background-position: 51% 49%;
  -webkit-background-size: 46px 46px;
          background-size: 46px 46px;
}
.icon.icon-grid {
  background-image: url('../svg/icons/grid_normal.svg');
  background-position: 51% 49%;
  -webkit-background-size: 46px 46px;
          background-size: 46px 46px;
}
.icon.icon-globe {
  background-image: url('../svg/icons/globe_normal.svg');
  background-position: 51% 49%;
  -webkit-background-size: 46px 46px;
          background-size: 46px 46px;
}
.icon.count:after,
.icon.plus:after,
.icon.minus:after,
.icon.bubble:after {
  content: attr(data-count);
  position: absolute;
  top: 6px;
  right: 6px;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: #f96f00;
  font-size: 10px;
  line-height: 13px;
  font-weight: normal;
  color: #fff;
}
.icon.count.count-large:after,
.icon.plus.count-large:after,
.icon.minus.count-large:after,
.icon.bubble.count-large:after {
  width: 19px;
}
.icon.count:hover:after,
.icon.plus:hover:after,
.icon.minus:hover:after,
.icon.bubble:hover:after {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #f96f00;
}
.icon.plus:after {
  content: '+';
  font-size: 18px;
  line-height: 14px;
  background: #535353;
}
.icon.minus:after {
  content: '-';
  font-size: 18px;
  line-height: 14px;
  background: #535353;
}
.icon:hover.icon-pdf,
.active .icon.icon-pdf {
  background-image: url('../svg/icons/pdf_light.svg');
}
.icon:hover.icon-bucket,
.active .icon.icon-bucket {
  background-image: url('../svg/icons/folder_orange.svg');
}
.icon:hover.icon-share,
.active .icon.icon-share {
  background-image: url('../svg/icons/share_light.svg');
}
.icon:hover.icon-list,
.active .icon.icon-list {
  background-image: url('../svg/icons/list_active.svg');
}
.icon:hover.icon-grid,
.active .icon.icon-grid {
  background-image: url('../svg/icons/grid_active.svg');
}
.icon:hover.icon-globe,
.active .icon.icon-globe {
  background-image: url('../svg/icons/globe_active.svg');
}
.add-queue .icon:after {
  content: '';
  font-weight: normal;
  background: #535353 url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTgsNUg1djNIM1Y1SDBWM2gzVjBoMnYzaDNWNXoiLz4KPC9zdmc+) center center no-repeat;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s linear;
  -o-transition: -o-transform 0.25s ease, opacity 0.25s linear;
}
.add-queue.loading .icon:after {
  -webkit-animation: adding 0.5s linear alternate;
  -o-animation: adding 0.5s linear alternate;
  animation: adding 0.5s linear alternate;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.banner .icon.count:after,
.banner .icon.plus:after,
.banner .icon.minus:after,
.banner .icon.bubble:after {
  border-color: #e8e8e8;
}
.remove-queue .icon:after {
  content: '';
  background: #535353 url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTgsM3YySDVINC4xSDMuNUgzSDBWMyIvPgo8L3N2Zz4=) center center no-repeat;
  -webkit-background-size: 6px 6px;
          background-size: 6px 6px;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
}
.remove-queue.loading .icon:after {
  -webkit-animation: removing 0.5s linear alternate;
  -o-animation: removing 0.5s linear alternate;
  animation: removing 0.5s linear alternate;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.item h4 {
  font-size: 14px;
  line-height: 19px;
  margin-top: 2px;
}
@-webkit-keyframes adding {
  0% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  76% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes adding {
  0% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  76% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes adding {
  0% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  76% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes removing {
  0% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  76% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes removing {
  0% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  76% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes removing {
  0% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  76% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.toolbar {
  text-align: center;
}
.toolbar .item {
  display: inline-block;
  width: 140px;
  margin-bottom: 25px;
}
.toolbar .item:hover {
  text-decoration: none;
}
.toolbar .item:hover .icon {
  background-color: rgba(249, 111, 0, 0.15);
}
.toolbar .item:hover .icon.icon-pdf {
  background-image: url('../svg/icons/pdf_orange.svg');
}
.toolbar .item:hover .icon.icon-bucket {
  background-image: url('../svg/icons/folder_orange.svg');
}
.toolbar .item:hover .icon.icon-bucket:after {
  background-color: #f96f00;
}
.toolbar .item:hover .icon.icon-share {
  background-image: url('../svg/icons/share_orange.svg');
}
.toolbar .item h4 {
  font-size: 14px;
  line-height: 1.3em;
}
.toolbar .share {
  cursor: pointer;
}
.toolbar .share:hover .service-tooltip,
.toolbar .share:focus .service-tooltip {
  visibility: visible;
  opacity: 1;
}
.toolbar .share .service-tooltip {
  width: 200px;
  height: 60px;
  position: absolute;
  top: -60px;
  right: -80px;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .toolbar .share .service-tooltip {
    right: 0;
  }
}
.toolbar .share .service-tooltip .services {
  width: 100%;
  height: 40px;
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.toolbar .share .service-tooltip .services:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f96f00;
  position: absolute;
  bottom: -10px;
  right: 50%;
  margin-right: -7px;
  width: 14px;
}
@media only screen and (max-width: 480px) {
  .toolbar .share .service-tooltip .services:after {
    right: 0;
    margin-right: 14px;
  }
}
.toolbar .share .service-tooltip .service {
  height: 100%;
  width: 20%;
  float: left;
  background: #e8e8e8;
}
.toolbar .share .service-tooltip .service a {
  display: block;
  height: 100%;
  background: #f96f00 center center no-repeat;
}
.toolbar .share .service-tooltip .service a:hover {
  background-color: rgba(249, 111, 0, 0.15);
}
.toolbar .share .service-tooltip .facebook a {
  background-image: url('../svg/icons/facebook.svg');
}
.toolbar .share .service-tooltip .facebook a:hover {
  background-image: url('../svg/icons/facebook_orange.svg');
}
.toolbar .share .service-tooltip .twitter a {
  background-image: url('../svg/icons/twitter.svg');
}
.toolbar .share .service-tooltip .twitter a:hover {
  background-image: url('../svg/icons/twitter_orange.svg');
}
.toolbar .share .service-tooltip .xing a {
  background-image: url('../svg/icons/xing.svg');
}
.toolbar .share .service-tooltip .xing a:hover {
  background-image: url('../svg/icons/xing_orange.svg');
}
.toolbar .share .service-tooltip .linkedin a {
  background-image: url('../svg/icons/linkedin.svg');
}
.toolbar .share .service-tooltip .linkedin a:hover {
  background-image: url('../svg/icons/linkedin_orange.svg');
}
.toolbar .share .service-tooltip .mail a {
  background-image: url('../svg/icons/mail.svg');
}
.toolbar .share .service-tooltip .mail a:hover {
  background-image: url('../svg/icons/mail_orange.svg');
}
.box .toolbar .item .icon.icon-pdf {
  background-image: url('../svg/icons/pdf_dark.svg');
}
.box .toolbar .item .icon.icon-bucket {
  background-image: url('../svg/icons/folder_dark.svg');
}
.box .toolbar .item .icon.icon-share {
  background-image: url('../svg/icons/share_dark.svg');
}
.box-toolbar .back-to {
  display: inline-block;
  position: static !important;
  margin-top: 65px;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.box-toolbar .back-to:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 992px) {
  .box-toolbar .back-to {
    text-align: center;
    margin: 0;
    display: block;
  }
}
.box-toolbar .back-to:before {
  content: "";
  width: 11px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  bottom: -2px;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #b9b6b1;
  border-top: 6px solid transparent;
}
.box.box-toolbar .back-to {
  color: #535353;
}
.box.box-toolbar .back-to:before {
  border-right-color: #535353;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}
.pagination {
  margin: 5em 0 2em 0;
}
.pagination li .current {
  font-weight: 500;
}
.box-image header {
  padding-top: 0;
  position: relative;
}
.box-image header:before,
.box-image header:after {
  content: " ";
  display: table;
}
.box-image header:after {
  clear: both;
}
.box-image header:before,
.box-image header:after {
  content: " ";
  display: table;
}
.box-image header:after {
  clear: both;
}
.box-image header h1,
.box-image header h2 {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.box-image header h1 a,
.box-image header h2 a {
  -webkit-transition: opacity 0.15 linear;
  -o-transition: opacity 0.15 linear;
  transition: opacity 0.15 linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.box-image header h1 a:hover,
.box-image header h2 a:hover {
  opacity: 0.7;
}
.box-image header .add-queue,
.box-image header .remove-queue {
  position: absolute;
  right: 0;
  bottom: 7px;
}
@media only screen and (max-width: 992px) {
  .box-image header h1,
  .box-image header h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .box-image header h1,
  .box-image header h2 {
    font-size: 18px;
  }
  .box-image header .add-queue,
  .box-image header .remove-queue {
    bottom: 2px;
  }
}
.flex-images {
  overflow: hidden;
  display: block;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.flex-images img {
  height: 100%;
  width: 100%;
  height: auto;
  min-width: 20px;
  vertical-align: top;
  visibility: hidden;
}
.flex-images .flex,
.flex-images .flex-item {
  height: 100%;
}
.flex-images .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .flex-images .flex {
    min-height: 500px;
  }
}
.flex-images .flex:before,
.flex-images .flex:after {
  content: " ";
  display: table;
}
.flex-images .flex:after {
  clear: both;
}
.flex-images .flex:before,
.flex-images .flex:after {
  content: " ";
  display: table;
}
.flex-images .flex:after {
  clear: both;
}
.flex-images .flex .flex-item {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  float: left;
}
.flex-images .flex .flex-item.flex-100 {
  width: 100%;
}
.flex-images .flex .flex-item.flex-50 {
  width: 50%;
}
.flex-images .flex .flex-item.flex-66 {
  width: 66.666666%;
}
.flex-images .flex .flex-item.flex-33 {
  width: 33.333333%;
}
.flex-images .flex .flex-item .flex-image {
  height: 50%;
  width: 100%;
}
.flex-images .flex-item,
.flex-images .flex-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 0;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.flex-row .flex-item.flex-100 {
  width: 100%;
}
.flex-row .flex-item.flex-50 {
  width: 50%;
}
.flex-row .flex-item.flex-66 {
  width: 66.666666%;
}
.flex-row .flex-item.flex-33 {
  width: 33.333333%;
}
.flex-row .flex-item .flex-image {
  height: 50%;
  width: 100%;
}
.flex-row .flex-item img {
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.eyecatcher {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .eyecatcher {
    height: calc(100vh - 70px);
  }
}
@media only screen and (max-width: 1200px) {
  .eyecatcher blockquote {
    width: 70%;
  }
  .eyecatcher blockquote p {
    font-size: 17px;
    line-height: 22px;
  }
  .eyecatcher blockquote p:before,
  .eyecatcher blockquote p:after {
    font-size: 25px;
  }
  .eyecatcher blockquote h4 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .eyecatcher blockquote {
    width: 100%;
  }
  .eyecatcher blockquote p {
    font-size: 14px;
    line-height: 20px;
  }
  .eyecatcher blockquote p:before,
  .eyecatcher blockquote p:after {
    font-size: 20px;
  }
  .eyecatcher blockquote p:before {
    margin-left: -7px;
  }
  .eyecatcher blockquote h4 {
    font-size: 11px;
  }
}
.eyecatcher .cite {
  position: absolute;
  bottom: 8%;
  width: 100%;
  left: 0;
  color: #fff;
}
nav.filter {
  width: auto;
  float: none;
  text-align: left;
}
nav.filter > ul > li {
  display: inline-block;
  color: #999;
  margin-right: 10px;
  position: relative;
  font-size: 15px;
}
nav.filter > ul > li:first-child {
  margin-left: 0;
}
nav.filter > ul > li:last-child {
  margin-right: 0;
}
nav.filter > ul > li > a {
  text-transform: none;
  color: #e8e8e8;
  padding: 15px 12px;
  margin: 0;
  font-size: 15px;
}
nav.filter > ul > li > a:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 2px solid #fff;
  margin-right: 9px;
  border-radius: 8px;
  position: relative;
  bottom: -2px;
  -webkit-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
}
nav.filter > ul > li > a:after {
  content: "";
  width: 11px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
  border-top: 8px solid #e8e8e8;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: relative;
  top: -1px;
}
nav.filter > ul > li > a:hover {
  border: 0;
}
nav.filter > ul > li.active a,
nav.filter > ul > li.current-cat-parent a,
nav.filter > ul > li.current-cat a,
nav.filter > ul > li:hover a {
  font-weight: 200;
}
nav.filter > ul > li.active a:before,
nav.filter > ul > li.current-cat-parent a:before,
nav.filter > ul > li.current-cat a:before,
nav.filter > ul > li:hover a:before {
  border-width: 4px;
  background: #f96f00;
}
nav.filter > ul > li:hover .dropdown,
nav.filter > ul > li:focus .dropdown,
nav.filter > ul > li:hover .children,
nav.filter > ul > li:focus .children {
  display: block;
}
nav.filter ul.dropdown,
nav.filter ul.children {
  display: none;
  text-align: left;
  background: #535353;
  z-index: 20;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  nav.filter ul.dropdown,
  nav.filter ul.children {
    position: absolute;
    top: 48px;
    right: 0;
    width: 385px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  nav.filter ul.dropdown,
  nav.filter ul.children {
    left: 0;
    right: auto;
  }
}
nav.filter ul.dropdown li,
nav.filter ul.children li {
  display: block;
}
nav.filter ul.dropdown li:first-child,
nav.filter ul.children li:first-child {
  margin-left: 0;
}
nav.filter ul.dropdown li a,
nav.filter ul.children li a {
  color: #e8e8e8;
  padding: 13px 12px;
  margin: 0;
  display: block;
  text-transform: none;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
@media only screen and (max-width: 768px) {
  nav.filter ul.dropdown li a,
  nav.filter ul.children li a {
    font-size: 13px;
  }
}
nav.filter ul.dropdown li.current-cat a,
nav.filter ul.children li.current-cat a,
nav.filter ul.dropdown li a:hover,
nav.filter ul.children li a:hover,
nav.filter ul.dropdown li a:focus,
nav.filter ul.children li a:focus {
  text-decoration: none;
  border: 0;
  background: #f96f00;
}
.touch nav.filter ul > li .dropdown {
  display: none;
}
.touch nav.filter ul > li.open .dropdown {
  display: block;
}
.box nav.filter > ul > li > a {
  color: #535353;
}
.box nav.filter > ul > li > a:before {
  border-color: #535353;
}
.box nav.filter > ul > li > a:after {
  border-top-color: #535353;
}
.timeline {
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.timeline .slick-list {
  height: 510px;
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  .timeline .slick-list {
    padding: 44px 0 !important;
  }
}
@media only screen and (max-width: 1300px) {
  .timeline .slick-list {
    height: 400px;
  }
}
@media only screen and (max-width: 1120px) {
  .timeline .slick-list {
    height: 370px;
  }
  .timeline .slick-list .description p,
  .timeline .slick-list .description a {
    font-size: 11px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .timeline .slick-list {
    height: 300px;
  }
}
.timeline.visible {
  opacity: 1;
}
.timeline .slick-track {
  height: 100%;
}
.timeline .item {
  width: 599px;
  height: 100%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.timeline .item img {
  opacity: 0;
}
.timeline .item.slick-center,
.timeline .item.slick-active {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.timeline .item.slick-center:after,
.timeline .item.slick-active:after {
  background: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYig4MywgODMsIDgzKSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, rgba(83, 83, 83, 0.8) 0%, transparent 70%);
  background-image: -o-linear-gradient(bottom, rgba(83, 83, 83, 0.8) 0%, transparent 70%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(83, 83, 83, 0.8)), color-stop(70%, transparent));
  background-image: linear-gradient(to top, rgba(83, 83, 83, 0.8) 0%, transparent 70%);
}
.timeline .item.slick-center .description,
.timeline .item.slick-active .description {
  opacity: 1;
}
.timeline .item.slick-center {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.timeline .item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: rgba(83, 83, 83, 0.5);
}
.timeline .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 17px 11px 17px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.timeline .description p,
.timeline .description a {
  font-size: 12px;
  line-height: 16px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
  margin: 0;
}
.timeline .description a.btn {
  font-weight: 400;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}
.timeline-years {
  color: #fff;
  position: absolute;
  top: 57%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.timeline-years .slick-list {
  padding: 20px 0 20px 0 !important;
  border-bottom: 4px solid #f96f00;
  height: 66px;
}
.timeline-years .year {
  text-align: center;
}
.timeline-years .year a {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
  display: block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.timeline-years .year:after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -18px;
  display: block;
  width: 14px;
  height: 10px;
  margin-left: -7px;
  border-bottom: 0 solid #f96f00;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transition: border-bottom 0.25s ease;
  -o-transition: border-bottom 0.25s ease;
  transition: border-bottom 0.25s ease;
  -webkit-transition-delay: 300;
  transition-delay: 300;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.timeline-years .year.active,
.timeline-years .year.slick-center {
  position: relative;
}
.timeline-years .year.active a,
.timeline-years .year.slick-center a {
  font-size: 38px;
  line-height: 24px;
}
@media only screen and (max-width: 992px) {
  .timeline-years .year.active a,
  .timeline-years .year.slick-center a {
    font-size: 24px;
    line-height: 24px;
  }
}
.timeline-years .year.active:after,
.timeline-years .year.slick-center:after {
  border-bottom: 11px solid #f96f00;
  opacity: 1;
}
.timeline-years .slick-next,
.timeline-years .slick-prev {
  bottom: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.timeline-years .slick-next:hover,
.timeline-years .slick-prev:hover {
  opacity: 0.7;
}
.timeline-years .slick-next.slick-next,
.timeline-years .slick-prev.slick-next {
  right: 15px;
}
.timeline-years .slick-next.slick-prev,
.timeline-years .slick-prev.slick-prev {
  left: 15px;
}
@media only screen and (max-width: 1300px) {
  .timeline-years {
    top: 50%;
  }
}
@media only screen and (max-width: 1120px) {
  .timeline-years {
    top: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .timeline-years {
    position: relative;
    margin-bottom: 0;
  }
  .timeline-years .year a {
    font-size: 14px;
    line-height: 23px;
  }
  .timeline-years .year.active a {
    font-size: 22px;
  }
  .timeline-years .slick-list {
    padding: 10px 0 10px 0 !important;
    border-bottom: 6px solid #f96f00;
    height: 55px;
  }
}
.static-box.timeline-box {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzQzNDM0MyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #ffffff 50%, #434343 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 50%, #434343 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffffff), color-stop(50%, #434343));
  background-image: linear-gradient(to top, #ffffff 50%, #434343 50%);
}
.static-box.timeline-box > .container-full {
  position: relative;
}
.timeline-anniversary {
  padding: 2rem 0 0 0;
  background: #43433B;
}
@media only screen and (min-width: 768px) {
  .timeline-anniversary {
    height: 100vh;
    min-height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline-anniversary > .timeline-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 510px;
            flex: 1 0 510px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .timeline-anniversary > .timeline-box > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100vw;
  }
}
.timeline-anniversary .static-box.timeline-box {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzQzNDMzYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #ffffff 50%, #43433b 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 50%, #43433b 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffffff), color-stop(50%, #43433b));
  background-image: linear-gradient(to top, #ffffff 50%, #43433b 50%);
  padding-bottom: 5rem !important;
}
.timeline-anniversary .timeline,
.timeline-anniversary .timeline-years {
  opacity: 0;
  -webkit-transition: opacity 0.35 ease-out 0.3;
       -o-transition: opacity 0.35 ease-out 0.3;
          transition: opacity 0.35 ease-out 0.3;
}
.timeline-anniversary .timeline.slick-initialized,
.timeline-anniversary .timeline-years.slick-initialized {
  opacity: 1;
}
.timeline-anniversary__header {
  margin-top: 71px;
  margin-top: 45px;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}
.timeline-anniversary__header .btn {
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
}
.timeline-anniversary__header h1 {
  margin-bottom: 0;
}
.timeline-anniversary__header h1 strong {
  font-size: 40px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .timeline-anniversary__header {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 71px;
    padding: 0;
  }
  .timeline-anniversary__header h1 strong {
    font-size: 60px;
    letter-spacing: 1px;
  }
  .timeline-anniversary__header > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.timeline-anniversary__header p {
  margin: 0 auto;
}
.aligncenter {
  display: block;
  margin: 11px auto;
}
.alignleft,
.alignright {
  margin-bottom: 11px;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 11px;
  }
  .alignright {
    float: right;
    margin-left: 11px;
  }
}
.main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main {
    float: left;
    width: 100%;
  }
}
.sidebar-primary .main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sidebar-primary .main {
    float: left;
    width: 66.66666667%;
  }
}
.banner {
  padding: 22px 0 0 0;
  background: #ffffff;
  color: #535353;
  /**
	 * Sub Navigation
	 */
}
.banner .navbar-header:before,
.banner .navbar-header:after {
  content: " ";
  display: table;
}
.banner .navbar-header:after {
  clear: both;
}
.banner .navbar-header:before,
.banner .navbar-header:after {
  content: " ";
  display: table;
}
.banner .navbar-header:after {
  clear: both;
}
.banner .nav-wrapper {
  position: relative;
}
.banner .navbar-brand {
  width: 195px;
  height: 24px;
  display: inline-block;
  position: relative;
  z-index: 1;
  float: left;
  background: transparent url('../img/logo_dark.svg') center center no-repeat;
  -webkit-background-size: 195px 195px;
          background-size: 195px;
}
.banner .navbar-brand img {
  width: 100%;
}
.banner .lang {
  float: right;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}
.banner .lang a {
  text-decoration: none;
  font-weight: 200;
  font-size: 15px;
  line-height: 16px;
  display: inline-block;
  margin: 0 8px;
}
.banner .lang a:hover {
  border-bottom: 1px solid #535353;
}
.banner .lang a.active {
  font-weight: normal;
}
.banner .lang a:last-child {
  margin-right: 0;
}
.banner.navbar-static-top {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  color: #fff;
}
.banner.navbar-static-top .navbar-brand {
  background-image: url('../img/logo.svg');
}
.banner.navbar-static-top nav {
  color: #fff;
}
.banner.navbar-static-top .lang a:hover,
.banner.navbar-static-top nav ul li > a:hover {
  border-bottom-color: #fff;
}
.banner .navbar-subbar {
  margin-top: 22px;
  background-color: #e8e8e8;
}
.banner .navbar-subbar nav {
  float: none;
  text-align: center;
  width: 100%;
}
.banner .navbar-subbar nav ul {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .banner .navbar-subbar nav ul li {
    display: block;
    text-align: center;
  }
  .banner .navbar-subbar nav ul li a {
    padding: 12px 0 10px 0;
    font-size: 14px;
  }
  .banner .navbar-subbar nav ul li.active:after,
  .banner .navbar-subbar nav ul li:hover:after {
    display: none;
  }
  .banner .navbar-subbar nav ul li:hover a {
    font-weight: 400;
  }
}
.banner .navbar-subbar nav ul li:after {
  border-bottom-color: #ffffff !important;
}
.banner .navbar-subbar nav ul li > a {
  margin: 0;
}
.banner .navbar-subbar nav ul li > a:hover {
  border: 0;
}
.banner .navbar-nav .dropdown-menu {
  color: #535353;
}
.navbar-static-top.banner {
  padding: 22px 0;
}
.navbar-static-top.banner .lang a {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.admin-bar .banner {
  top: 32px;
}
nav {
  text-align: center;
  float: left;
  width: 69%;
  color: #535353;
}
@media only screen and (max-width: 1200px) {
  nav {
    width: 62%;
  }
}
nav ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  list-style: none;
}
nav ul li {
  display: inline-block;
  position: relative;
}
nav ul li > a {
  margin: 0 10px 0 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
}
nav ul li > a:hover {
  text-decoration: none;
  border-bottom: 1px solid #535353;
}
nav ul li ul {
  display: none;
}
@media only screen and (max-width: 992px) {
  nav ul li.active .dropdown-toggle {
    position: relative;
  }
  nav ul li.active .dropdown-toggle .caret {
    border-top: 6px solid #535353;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    position: absolute;
    right: -17px;
    bottom: 5px;
  }
}
nav ul li.active a {
  font-weight: normal;
}
@media only screen and (max-width: 992px) {
  nav ul li.active ul {
    margin-top: 22px;
    background-color: #ffffff;
    display: block;
    margin: 15px -15px 0 -15px;
    padding-bottom: 10px;
    background-color: #e8e8e8;
  }
  nav ul li.active ul li {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  nav ul li.active ul li:first-child {
    padding-top: 10px;
    margin-bottom: 0;
  }
  nav ul li.active ul li a {
    padding: 7px 0;
    display: block;
    font-size: 14px;
    font-weight: 200;
  }
  nav ul li.active ul li.active a {
    font-weight: 400;
  }
  nav ul li.active ul li.active:after,
  nav ul li.active ul li:hover:after {
    display: none;
  }
  nav ul li.active ul li:hover a {
    font-weight: 400;
  }
  nav ul li.active ul li > a {
    margin: 0;
  }
  nav ul li.active ul li > a:hover {
    border: 0;
  }
}
nav ul li:first-child {
  margin-left: -10px;
}
.navbar-filter .navbar-subbar nav {
  text-align: left;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .navbar-filter .navbar-subbar nav {
    float: left;
    width: 825px;
  }
}
.navbar-filter .navbar-subbar nav ul {
  margin: 0 -15px 0 0;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .navbar-filter .navbar-subbar nav {
    float: left;
    width: auto;
  }
}
.navbar-filter .navbar-subbar nav.filter-nav {
  height: 51px;
  text-align: center;
  float: right;
}
@media only screen and (min-width: 992px) {
  .navbar-filter .navbar-subbar nav.filter-nav {
    width: 345px;
    text-align: left;
  }
}
@media only screen and (min-width: 1201px) {
  .navbar-filter .navbar-subbar nav.filter-nav:before,
  .navbar-filter .navbar-subbar nav.filter-nav:after {
    content: " ";
    display: table;
  }
  .navbar-filter .navbar-subbar nav.filter-nav:after {
    clear: both;
  }
  .navbar-filter .navbar-subbar nav.filter-nav:before,
  .navbar-filter .navbar-subbar nav.filter-nav:after {
    content: " ";
    display: table;
  }
  .navbar-filter .navbar-subbar nav.filter-nav:after {
    clear: both;
  }
  .navbar-filter .navbar-subbar nav.filter-nav .indent {
    margin-left: 30px;
    float: left;
  }
  .navbar-filter .navbar-subbar nav.filter-nav .indent:last-child {
    float: right;
    margin-right: 8px;
  }
  .navbar-filter .navbar-subbar nav.filter-nav li {
    float: right;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .navbar-filter .navbar-subbar nav.filter-nav {
    float: right;
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-filter .navbar-subbar nav.filter-nav li {
    display: inline-block;
  }
}
.navbar-filter .navbar-subbar nav.filter-nav .icon {
  top: 4px;
}
.navbar-filter .navbar-subbar nav.filter-nav li.active:after,
.navbar-filter .navbar-subbar nav.filter-nav li:hover:after {
  display: none;
}
.banner .navbar-subbar nav.filter-nav ul li > a {
  padding: 0;
}
/**
 * Burger
 */
.burger {
  position: relative;
  width: 32px;
  height: 16px;
  float: right;
  margin-top: 3px;
}
.burger .stick {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 3px;
  background: #535353;
  -webkit-transition: -webkit-transform 0.25s ease-in, opacity 0.2s linear;
  -o-transition: -o-transform 0.25s ease-in, opacity 0.2s linear;
}
.burger .stick.first {
  margin-top: -8px;
}
.burger .stick.third {
  margin-top: 8px;
}
.burger .stick.second {
  top: 50%;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .burger {
    display: none;
  }
}
.navbar-static-top .burger .stick {
  background: #fff;
}
.menu-open .burger .stick.first {
  -webkit-transform: matrix(0.7, -0.7, 0.7, 0.7, 0, 9);
  -o-transform: matrix(0.7, -0.7, 0.7, 0.7, 0, 9);
  -ms-transform: matrix(0.7, -0.7, 0.7, 0.7, 0, 9);
      transform: matrix(0.7, -0.7, 0.7, 0.7, 0, 9);
}
.menu-open .burger .stick.second {
  opacity: 0;
}
.menu-open .burger .stick.third {
  -webkit-transform: matrix(0.7, 0.7, -0.7, 0.7, 0, -6);
  -o-transform: matrix(0.7, 0.7, -0.7, 0.7, 0, -6);
  -ms-transform: matrix(0.7, 0.7, -0.7, 0.7, 0, -6);
      transform: matrix(0.7, 0.7, -0.7, 0.7, 0, -6);
}
@media only screen and (max-width: 992px) {
  .banner {
    position: relative;
  }
  .banner .burger-nav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px 15px 25px 20%;
  }
  .nav-wrapper nav {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    position: static;
  }
  .nav-wrapper nav ul li {
    display: block;
    margin: 0 0 1.8rem 0;
  }
  .nav-wrapper nav ul li:first-child {
    margin: 0 0 1.8rem 0;
  }
  .nav-wrapper .lang {
    float: right;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #cbcbcb;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav-wrapper .lang a:first-child {
    margin-left: 0;
  }
  .nav-wrapper,
  .navbar-subbar nav {
    display: none;
  }
  .menu-open .nav-wrapper,
  .menu-open .navbar-subbar nav {
    display: block;
    float: none !important;
  }
  .menu-open .navbar-static-top {
    background: #535353;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-header nav {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-header nav {
    position: absolute;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-header nav .nav-wrapper nav {
    position: static;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-subbar nav ul.menu {
    display: none;
  }
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 33.33333333%;
  }
}
.content-info {
  background: #ffffff;
  color: #535353;
  padding: 62px 0 25px 0;
  min-height: 208px;
  position: relative;
}
.content-info .logo-wrapper {
  width: 100%;
}
.content-info .copyright {
  width: 100%;
  color: #535353;
  margin: 70px 0 0 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .content-info .copyright {
    margin: 20px 0 20px 0;
  }
}
.content-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-info ul li,
.content-info ul a {
  font-size: 17px;
  color: #535353;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.content-info ul li.active,
.content-info ul a.active {
  font-weight: 400;
}
.content-info a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.content-info .social {
  margin-bottom: 50px;
}
.content-info .top,
.box-toolbar .back-to {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #535353;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .content-info .top,
  .box-toolbar .back-to {
    display: none;
  }
}
.content-info .top:hover {
  font-weight: 200;
}
.content-info .top:after {
  content: "";
  width: 11px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
  border-bottom: 8px solid #535353;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.content-info .top:hover {
  color: rgba(83, 83, 83, 0.8);
}
.content-info .top:hover:after {
  border-bottom-color: rgba(83, 83, 83, 0.8);
}
.logo {
  width: 186px;
  height: 24px;
  display: inline-block;
  background: transparent url('../img/logo_dark.svg') center center no-repeat;
  -webkit-background-size: 186px 186px;
          background-size: 186px;
}
section.box,
section.box-dark {
  padding: 0 0 80px 0;
  background: #ffffff;
}
section.box:first-child,
section.box-dark:first-child {
  padding-top: 97px;
}
section.box.static-box,
section.box-dark.static-box {
  padding: 0 !important;
}
section.box-dark {
  background: #434343;
  color: #ffffff;
}
.static-box + section.box,
.static-box + section.box-dark,
section.box + section.box-dark,
section.box-dark + section.box {
  padding-bottom: 80px;
  padding-top: 97px;
}
.box-overlay {
  margin-bottom: -75px;
  min-height: 75px;
}
@media screen and (max-width: 1200px) {
  .box-overlay {
    margin-bottom: -35px;
  }
}
.social:before,
.social:after {
  content: " ";
  display: table;
}
.social:after {
  clear: both;
}
.social:before,
.social:after {
  content: " ";
  display: table;
}
.social:after {
  clear: both;
}
.social a {
  width: 24px;
  height: 24px;
  float: left;
  background: transparent url('../svg/facebook.svg') center center no-repeat;
  -webkit-background-size: 24px 24px;
          background-size: 24px 24px;
  margin-right: 16px;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (max-width: 450px) {
  .social a {
    margin-right: 8px;
  }
}
.social a:hover {
  opacity: 0.6;
}
.social a.facebook {
  background-image: url('../svg/facebook.svg');
}
.social a.vimeo {
  background-image: url('../svg/vimeo.svg');
}
.social a.instagram {
  background-image: url('../svg/instagram.svg');
}
.social a.linkedin {
  background-image: url('../svg/linkedin.svg');
}
.box-news .accordion .panel .panel-collapse .btn {
  margin-bottom: 25px;
}
.box-news .accordion .panel .panel-collapse .toolbar {
  text-align: center;
  padding: 25px 0 17px 0;
}
.box-news .accordion .panel .panel-collapse a {
  color: #f96f00;
  text-decoration: underline;
}
.box-news .accordion .panel .panel-collapse a:hover {
  opacity: 0.7;
}
.box-news .accordion .panel-collapse > p {
  margin-top: 0;
}
.box-news .accordion .entry-content-asset {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
.box-news .accordion .entry-content-asset iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article {
  margin-bottom: 50px;
}
article:before,
article:after {
  content: " ";
  display: table;
}
article:after {
  clear: both;
}
article:before,
article:after {
  content: " ";
  display: table;
}
article:after {
  clear: both;
}
article .thumb {
  width: 220px;
  padding-right: 30px;
  float: left;
}
article .thumb img {
  width: 100%;
  height: auto;
}
article .content {
  max-width: 100%;
}
article .content:before,
article .content:after {
  content: " ";
  display: table;
}
article .content:after {
  clear: both;
}
article .content:before,
article .content:after {
  content: " ";
  display: table;
}
article .content:after {
  clear: both;
}
article .content h2 {
  margin-bottom: 25px;
  font-size: 24px;
}
article .content h2 .add-queue {
  position: relative;
  top: 13px;
  margin-left: 15px;
}
article .content .btn {
  margin-bottom: 15px;
}
article .content a.item {
  margin-left: -10px;
}
@media only screen and (max-width: 710px) {
  article .content h2 {
    font-size: 18px;
  }
  article .btn.btn-download {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 710px) and (min-width: 480px) {
  article .thumb {
    width: 185px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  article .thumb {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.panel .profile-list:before,
.panel .profile-list:after {
  content: " ";
  display: table;
}
.panel .profile-list:after {
  clear: both;
}
.panel .profile-list:before,
.panel .profile-list:after {
  content: " ";
  display: table;
}
.panel .profile-list:after {
  clear: both;
}
.panel .profile-list:last-child {
  margin-bottom: 80px;
}
.panel .profile-list .profile {
  position: relative;
  padding: 0 3px 3px 0;
  float: left;
  width: 33.33%;
}
@media only screen and (max-width: 768px) {
  .panel .profile-list .profile {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .panel .profile-list .profile {
    width: 100%;
  }
}
.panel .profile-list .profile img {
  width: 100%;
  min-width: 1px;
  min-height: 306px;
}
.panel .profile-list .profile h5 {
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 5px 0;
}
.panel .profile-list .profile h3 {
  font-size: 15px;
  margin: 0 0 5px 0;
}
.panel .profile-list .profile h3:last-child {
  margin-bottom: 21px;
}
.panel .profile-list .profile .overlay {
  position: absolute;
  bottom: 3px;
  left: 0;
  padding: 9px;
  z-index: 2;
  width: calc(100% - 2px);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
html[dir="rtl"] .social a,
html[dir="rtl"] .banner .navbar-brand {
  float: right;
}
html[dir="rtl"] .slideshow {
  direction: initial;
}
html[dir="rtl"] .slideshow .slick-dots,
html[dir="rtl"] .slideshow .slide .caption {
  left: auto;
  right: 0;
  margin: 0 15% 0 0;
}
html[dir="rtl"] .content-info .top:after {
  margin-right: 5px;
}
html[dir="rtl"] .content-info .top,
html[dir="rtl"] .box-toolbar .back-to {
  right: auto;
  left: 0;
}
html[dir="rtl"] .link-list a:before {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 20px;
  margin-right: 0;
}
html:lang(ar) body {
  font-family: 'Noto Kufi Arabic', 'Fira Sans', sans-serif;
}
html:lang(ar) .burger-nav {
  display: none;
}
html:lang(ar) .back-to {
  float: left;
  text-shadow: 0px 0px 7px black;
  position: relative;
}
html:lang(ar) .back-to:before {
  content: "›";
  position: absolute;
  left: -10px;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
html:lang(ar) body {
  font-family: 'Noto Sans', 'Fira Sans', sans-serif;
}
html:lang(ar) .burger-nav {
  display: none;
}
html:lang(ar) .back-to {
  float: left;
  text-shadow: 0px 0px 7px black;
  position: relative;
}
html:lang(ar) .back-to:before {
  content: "›";
  position: absolute;
  left: -10px;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*# sourceMappingURL=main.css.map */