extend ' .btn-xs' has no matches
extend ' .btn-sm' has no matches
extend ' .btn-lg' has no matches
/* =====================================================================================================================
======================================================= BOOTSTRAP ======================================================
===================================================================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  transition: all all 0.2s ease-in-out ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-in-out;
  -moz-transition: all all 0.2s ease-in-out ease-in-out;
  -o-transition: all all 0.2s ease-in-out ease-in-out;
  -ms-transition: all all 0.2s ease-in-out ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  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: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(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: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  transition: all opacity 0.15s linear ease-in-out;
  -webkit-transition: all opacity 0.15s linear ease-in-out;
  -moz-transition: all opacity 0.15s linear ease-in-out;
  -o-transition: all opacity 0.15s linear ease-in-out;
  -ms-transition: all opacity 0.15s linear ease-in-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 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: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  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 {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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: 12px;
  line-height: 1.5;
}
.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;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  transition: all border 0.2s ease-in-out ease-in-out;
  -webkit-transition: all border 0.2s ease-in-out ease-in-out;
  -moz-transition: all border 0.2s ease-in-out ease-in-out;
  -o-transition: all border 0.2s ease-in-out ease-in-out;
  -ms-transition: all border 0.2s ease-in-out ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  transition: all width 0.6s ease ease-in-out;
  -webkit-transition: all width 0.6s ease ease-in-out;
  -moz-transition: all width 0.6s ease ease-in-out;
  -o-transition: all width 0.6s ease ease-in-out;
  -ms-transition: all width 0.6s ease ease-in-out;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  transition: all 0.6s ease-in-out left ease-in-out;
  -webkit-transition: all 0.6s ease-in-out left ease-in-out;
  -moz-transition: all 0.6s ease-in-out left ease-in-out;
  -o-transition: all 0.6s ease-in-out left ease-in-out;
  -ms-transition: all 0.6s ease-in-out left ease-in-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* =====================================================================================================================
====================================================== PAGE STYLES =====================================================
===================================================================================================================== */
/* =====================================================================================================================
============================================ Gridx SYSTEM BY TOMÁŠ JORPALIDIS ===========================================
===================================================================================================================== */
/* =====================================================================================================================
===================================================== gridx SETTINGS ====================================================
===================================================================================================================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1036px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1092px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1152px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1292px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.grid-xs-1, .grid-s-1, .grid-m-1, .grid-l-1, .grid-xl-1, .grid-xxl-1, .grid-xs-2, .grid-s-2, .grid-m-2, .grid-l-2, .grid-xl-2, .grid-xxl-2, .grid-xs-3, .grid-s-3, .grid-m-3, .grid-l-3, .grid-xl-3, .grid-xxl-3, .grid-xs-4, .grid-s-4, .grid-m-4, .grid-l-4, .grid-xl-4, .grid-xxl-4, .grid-xs-5, .grid-s-5, .grid-m-5, .grid-l-5, .grid-xl-5, .grid-xxl-5, .grid-xs-6, .grid-s-6, .grid-m-6, .grid-l-6, .grid-xl-6, .grid-xxl-6, .grid-xs-7, .grid-s-7, .grid-m-7, .grid-l-7, .grid-xl-7, .grid-xxl-7, .grid-xs-8, .grid-s-8, .grid-m-8, .grid-l-8, .grid-xl-8, .grid-xxl-8, .grid-xs-9, .grid-s-9, .grid-m-9, .grid-l-9, .grid-xl-9, .grid-xxl-9, .grid-xs-10, .grid-s-10, .grid-m-10, .grid-l-10, .grid-xl-10, .grid-xxl-10, .grid-xs-11, .grid-s-11, .grid-m-11, .grid-l-11, .grid-xl-11, .grid-xxl-11, .grid-xs-12, .grid-s-12, .grid-m-12, .grid-l-12, .grid-xl-12, .grid-xxl-12, .grid-xs-13, .grid-s-13, .grid-m-13, .grid-l-13, .grid-xl-13, .grid-xxl-13, .grid-xs-14, .grid-s-14, .grid-m-14, .grid-l-14, .grid-xl-14, .grid-xxl-14, .grid-xs-15, .grid-s-15, .grid-m-15, .grid-l-15, .grid-xl-15, .grid-xxl-15, .grid-xs-16, .grid-s-16, .grid-m-16, .grid-l-16, .grid-xl-16, .grid-xxl-16, .grid-xs-17, .grid-s-17, .grid-m-17, .grid-l-17, .grid-xl-17, .grid-xxl-17, .grid-xs-18, .grid-s-18, .grid-m-18, .grid-l-18, .grid-xl-18, .grid-xxl-18, .grid-xs-19, .grid-s-19, .grid-m-19, .grid-l-19, .grid-xl-19, .grid-xxl-19, .grid-xs-20, .grid-s-20, .grid-m-20, .grid-l-20, .grid-xl-20, .grid-xxl-20, .grid-xs-21, .grid-s-21, .grid-m-21, .grid-l-21, .grid-xl-21, .grid-xxl-21, .grid-xs-22, .grid-s-22, .grid-m-22, .grid-l-22, .grid-xl-22, .grid-xxl-22, .grid-xs-23, .grid-s-23, .grid-m-23, .grid-l-23, .grid-xl-23, .grid-xxl-23, .grid-xs-24, .grid-s-24, .grid-m-24, .grid-l-24, .grid-xl-24, .grid-xxl-24 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1680px) {
  .grid-xs-1, .grid-s-1, .grid-m-1, .grid-l-1, .grid-xl-1, .grid-xxl-1, .grid-xs-2, .grid-s-2, .grid-m-2, .grid-l-2, .grid-xl-2, .grid-xxl-2, .grid-xs-3, .grid-s-3, .grid-m-3, .grid-l-3, .grid-xl-3, .grid-xxl-3, .grid-xs-4, .grid-s-4, .grid-m-4, .grid-l-4, .grid-xl-4, .grid-xxl-4, .grid-xs-5, .grid-s-5, .grid-m-5, .grid-l-5, .grid-xl-5, .grid-xxl-5, .grid-xs-6, .grid-s-6, .grid-m-6, .grid-l-6, .grid-xl-6, .grid-xxl-6, .grid-xs-7, .grid-s-7, .grid-m-7, .grid-l-7, .grid-xl-7, .grid-xxl-7, .grid-xs-8, .grid-s-8, .grid-m-8, .grid-l-8, .grid-xl-8, .grid-xxl-8, .grid-xs-9, .grid-s-9, .grid-m-9, .grid-l-9, .grid-xl-9, .grid-xxl-9, .grid-xs-10, .grid-s-10, .grid-m-10, .grid-l-10, .grid-xl-10, .grid-xxl-10, .grid-xs-11, .grid-s-11, .grid-m-11, .grid-l-11, .grid-xl-11, .grid-xxl-11, .grid-xs-12, .grid-s-12, .grid-m-12, .grid-l-12, .grid-xl-12, .grid-xxl-12, .grid-xs-13, .grid-s-13, .grid-m-13, .grid-l-13, .grid-xl-13, .grid-xxl-13, .grid-xs-14, .grid-s-14, .grid-m-14, .grid-l-14, .grid-xl-14, .grid-xxl-14, .grid-xs-15, .grid-s-15, .grid-m-15, .grid-l-15, .grid-xl-15, .grid-xxl-15, .grid-xs-16, .grid-s-16, .grid-m-16, .grid-l-16, .grid-xl-16, .grid-xxl-16, .grid-xs-17, .grid-s-17, .grid-m-17, .grid-l-17, .grid-xl-17, .grid-xxl-17, .grid-xs-18, .grid-s-18, .grid-m-18, .grid-l-18, .grid-xl-18, .grid-xxl-18, .grid-xs-19, .grid-s-19, .grid-m-19, .grid-l-19, .grid-xl-19, .grid-xxl-19, .grid-xs-20, .grid-s-20, .grid-m-20, .grid-l-20, .grid-xl-20, .grid-xxl-20, .grid-xs-21, .grid-s-21, .grid-m-21, .grid-l-21, .grid-xl-21, .grid-xxl-21, .grid-xs-22, .grid-s-22, .grid-m-22, .grid-l-22, .grid-xl-22, .grid-xxl-22, .grid-xs-23, .grid-s-23, .grid-m-23, .grid-l-23, .grid-xl-23, .grid-xxl-23, .grid-xs-24, .grid-s-24, .grid-m-24, .grid-l-24, .grid-xl-24, .grid-xxl-24 {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.grid-xs-1, .grid-xs-2, .grid-xs-3, .grid-xs-4, .grid-xs-5, .grid-xs-6, .grid-xs-7, .grid-xs-8, .grid-xs-9, .grid-xs-10, .grid-xs-11, .grid-xs-12, .grid-xs-13, .grid-xs-14, .grid-xs-15, .grid-xs-16, .grid-xs-17, .grid-xs-18, .grid-xs-19, .grid-xs-20, .grid-xs-21, .grid-xs-22, .grid-xs-23, .grid-xs-24 {
  float: left;
}
.grid-xs-24 {
  width: 100%;
}
.grid-xs-23 {
  width: 95.83333333%;
}
.grid-xs-22 {
  width: 91.66666667%;
}
.grid-xs-21 {
  width: 87.5%;
}
.grid-xs-20 {
  width: 83.33333333%;
}
.grid-xs-19 {
  width: 79.16666667%;
}
.grid-xs-18 {
  width: 75%;
}
.grid-xs-17 {
  width: 70.83333333%;
}
.grid-xs-16 {
  width: 66.66666667%;
}
.grid-xs-15 {
  width: 62.5%;
}
.grid-xs-14 {
  width: 58.33333333%;
}
.grid-xs-13 {
  width: 54.16666667%;
}
.grid-xs-12 {
  width: 50%;
}
.grid-xs-11 {
  width: 45.83333333%;
}
.grid-xs-10 {
  width: 41.66666667%;
}
.grid-xs-9 {
  width: 37.5%;
}
.grid-xs-8 {
  width: 33.33333333%;
}
.grid-xs-7 {
  width: 29.16666667%;
}
.grid-xs-6 {
  width: 25%;
}
.grid-xs-5 {
  width: 20.83333333%;
}
.grid-xs-4 {
  width: 16.66666667%;
}
.grid-xs-3 {
  width: 12.5%;
}
.grid-xs-2 {
  width: 8.33333333%;
}
.grid-xs-1 {
  width: 4.16666667%;
}
.grid-xs-pull-24 {
  right: 100%;
}
.grid-xs-pull-23 {
  right: 95.83333333%;
}
.grid-xs-pull-22 {
  right: 91.66666667%;
}
.grid-xs-pull-21 {
  right: 87.5%;
}
.grid-xs-pull-20 {
  right: 83.33333333%;
}
.grid-xs-pull-19 {
  right: 79.16666667%;
}
.grid-xs-pull-18 {
  right: 75%;
}
.grid-xs-pull-17 {
  right: 70.83333333%;
}
.grid-xs-pull-16 {
  right: 66.66666667%;
}
.grid-xs-pull-15 {
  right: 62.5%;
}
.grid-xs-pull-14 {
  right: 58.33333333%;
}
.grid-xs-pull-13 {
  right: 54.16666667%;
}
.grid-xs-pull-12 {
  right: 50%;
}
.grid-xs-pull-11 {
  right: 45.83333333%;
}
.grid-xs-pull-10 {
  right: 41.66666667%;
}
.grid-xs-pull-9 {
  right: 37.5%;
}
.grid-xs-pull-8 {
  right: 33.33333333%;
}
.grid-xs-pull-7 {
  right: 29.16666667%;
}
.grid-xs-pull-6 {
  right: 25%;
}
.grid-xs-pull-5 {
  right: 20.83333333%;
}
.grid-xs-pull-4 {
  right: 16.66666667%;
}
.grid-xs-pull-3 {
  right: 12.5%;
}
.grid-xs-pull-2 {
  right: 8.33333333%;
}
.grid-xs-pull-1 {
  right: 4.16666667%;
}
.grid-xs-pull-0 {
  right: auto;
}
.grid-xs-push-24 {
  left: 100%;
}
.grid-xs-push-23 {
  left: 95.83333333%;
}
.grid-xs-push-22 {
  left: 91.66666667%;
}
.grid-xs-push-21 {
  left: 87.5%;
}
.grid-xs-push-20 {
  left: 83.33333333%;
}
.grid-xs-push-19 {
  left: 79.16666667%;
}
.grid-xs-push-18 {
  left: 75%;
}
.grid-xs-push-17 {
  left: 70.83333333%;
}
.grid-xs-push-16 {
  left: 66.66666667%;
}
.grid-xs-push-15 {
  left: 62.5%;
}
.grid-xs-push-14 {
  left: 58.33333333%;
}
.grid-xs-push-13 {
  left: 54.16666667%;
}
.grid-xs-push-12 {
  left: 50%;
}
.grid-xs-push-11 {
  left: 45.83333333%;
}
.grid-xs-push-10 {
  left: 41.66666667%;
}
.grid-xs-push-9 {
  left: 37.5%;
}
.grid-xs-push-8 {
  left: 33.33333333%;
}
.grid-xs-push-7 {
  left: 29.16666667%;
}
.grid-xs-push-6 {
  left: 25%;
}
.grid-xs-push-5 {
  left: 20.83333333%;
}
.grid-xs-push-4 {
  left: 16.66666667%;
}
.grid-xs-push-3 {
  left: 12.5%;
}
.grid-xs-push-2 {
  left: 8.33333333%;
}
.grid-xs-push-1 {
  left: 4.16666667%;
}
.grid-xs-push-0 {
  left: auto;
}
.grid-xs-offset-24 {
  margin-left: 100%;
}
.grid-xs-offset-23 {
  margin-left: 95.83333333%;
}
.grid-xs-offset-22 {
  margin-left: 91.66666667%;
}
.grid-xs-offset-21 {
  margin-left: 87.5%;
}
.grid-xs-offset-20 {
  margin-left: 83.33333333%;
}
.grid-xs-offset-19 {
  margin-left: 79.16666667%;
}
.grid-xs-offset-18 {
  margin-left: 75%;
}
.grid-xs-offset-17 {
  margin-left: 70.83333333%;
}
.grid-xs-offset-16 {
  margin-left: 66.66666667%;
}
.grid-xs-offset-15 {
  margin-left: 62.5%;
}
.grid-xs-offset-14 {
  margin-left: 58.33333333%;
}
.grid-xs-offset-13 {
  margin-left: 54.16666667%;
}
.grid-xs-offset-12 {
  margin-left: 50%;
}
.grid-xs-offset-11 {
  margin-left: 45.83333333%;
}
.grid-xs-offset-10 {
  margin-left: 41.66666667%;
}
.grid-xs-offset-9 {
  margin-left: 37.5%;
}
.grid-xs-offset-8 {
  margin-left: 33.33333333%;
}
.grid-xs-offset-7 {
  margin-left: 29.16666667%;
}
.grid-xs-offset-6 {
  margin-left: 25%;
}
.grid-xs-offset-5 {
  margin-left: 20.83333333%;
}
.grid-xs-offset-4 {
  margin-left: 16.66666667%;
}
.grid-xs-offset-3 {
  margin-left: 12.5%;
}
.grid-xs-offset-2 {
  margin-left: 8.33333333%;
}
.grid-xs-offset-1 {
  margin-left: 4.16666667%;
}
.grid-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 500px) {
  .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s-13, .grid-s-14, .grid-s-15, .grid-s-16, .grid-s-17, .grid-s-18, .grid-s-19, .grid-s-20, .grid-s-21, .grid-s-22, .grid-s-23, .grid-s-24 {
    float: left;
  }
  .grid-s-24 {
    width: 100%;
  }
  .grid-s-23 {
    width: 95.83333333%;
  }
  .grid-s-22 {
    width: 91.66666667%;
  }
  .grid-s-21 {
    width: 87.5%;
  }
  .grid-s-20 {
    width: 83.33333333%;
  }
  .grid-s-19 {
    width: 79.16666667%;
  }
  .grid-s-18 {
    width: 75%;
  }
  .grid-s-17 {
    width: 70.83333333%;
  }
  .grid-s-16 {
    width: 66.66666667%;
  }
  .grid-s-15 {
    width: 62.5%;
  }
  .grid-s-14 {
    width: 58.33333333%;
  }
  .grid-s-13 {
    width: 54.16666667%;
  }
  .grid-s-12 {
    width: 50%;
  }
  .grid-s-11 {
    width: 45.83333333%;
  }
  .grid-s-10 {
    width: 41.66666667%;
  }
  .grid-s-9 {
    width: 37.5%;
  }
  .grid-s-8 {
    width: 33.33333333%;
  }
  .grid-s-7 {
    width: 29.16666667%;
  }
  .grid-s-6 {
    width: 25%;
  }
  .grid-s-5 {
    width: 20.83333333%;
  }
  .grid-s-4 {
    width: 16.66666667%;
  }
  .grid-s-3 {
    width: 12.5%;
  }
  .grid-s-2 {
    width: 8.33333333%;
  }
  .grid-s-1 {
    width: 4.16666667%;
  }
  .grid-s-pull-24 {
    right: 100%;
  }
  .grid-s-pull-23 {
    right: 95.83333333%;
  }
  .grid-s-pull-22 {
    right: 91.66666667%;
  }
  .grid-s-pull-21 {
    right: 87.5%;
  }
  .grid-s-pull-20 {
    right: 83.33333333%;
  }
  .grid-s-pull-19 {
    right: 79.16666667%;
  }
  .grid-s-pull-18 {
    right: 75%;
  }
  .grid-s-pull-17 {
    right: 70.83333333%;
  }
  .grid-s-pull-16 {
    right: 66.66666667%;
  }
  .grid-s-pull-15 {
    right: 62.5%;
  }
  .grid-s-pull-14 {
    right: 58.33333333%;
  }
  .grid-s-pull-13 {
    right: 54.16666667%;
  }
  .grid-s-pull-12 {
    right: 50%;
  }
  .grid-s-pull-11 {
    right: 45.83333333%;
  }
  .grid-s-pull-10 {
    right: 41.66666667%;
  }
  .grid-s-pull-9 {
    right: 37.5%;
  }
  .grid-s-pull-8 {
    right: 33.33333333%;
  }
  .grid-s-pull-7 {
    right: 29.16666667%;
  }
  .grid-s-pull-6 {
    right: 25%;
  }
  .grid-s-pull-5 {
    right: 20.83333333%;
  }
  .grid-s-pull-4 {
    right: 16.66666667%;
  }
  .grid-s-pull-3 {
    right: 12.5%;
  }
  .grid-s-pull-2 {
    right: 8.33333333%;
  }
  .grid-s-pull-1 {
    right: 4.16666667%;
  }
  .grid-s-pull-0 {
    right: auto;
  }
  .grid-s-push-24 {
    left: 100%;
  }
  .grid-s-push-23 {
    left: 95.83333333%;
  }
  .grid-s-push-22 {
    left: 91.66666667%;
  }
  .grid-s-push-21 {
    left: 87.5%;
  }
  .grid-s-push-20 {
    left: 83.33333333%;
  }
  .grid-s-push-19 {
    left: 79.16666667%;
  }
  .grid-s-push-18 {
    left: 75%;
  }
  .grid-s-push-17 {
    left: 70.83333333%;
  }
  .grid-s-push-16 {
    left: 66.66666667%;
  }
  .grid-s-push-15 {
    left: 62.5%;
  }
  .grid-s-push-14 {
    left: 58.33333333%;
  }
  .grid-s-push-13 {
    left: 54.16666667%;
  }
  .grid-s-push-12 {
    left: 50%;
  }
  .grid-s-push-11 {
    left: 45.83333333%;
  }
  .grid-s-push-10 {
    left: 41.66666667%;
  }
  .grid-s-push-9 {
    left: 37.5%;
  }
  .grid-s-push-8 {
    left: 33.33333333%;
  }
  .grid-s-push-7 {
    left: 29.16666667%;
  }
  .grid-s-push-6 {
    left: 25%;
  }
  .grid-s-push-5 {
    left: 20.83333333%;
  }
  .grid-s-push-4 {
    left: 16.66666667%;
  }
  .grid-s-push-3 {
    left: 12.5%;
  }
  .grid-s-push-2 {
    left: 8.33333333%;
  }
  .grid-s-push-1 {
    left: 4.16666667%;
  }
  .grid-s-push-0 {
    left: auto;
  }
  .grid-s-offset-24 {
    margin-left: 100%;
  }
  .grid-s-offset-23 {
    margin-left: 95.83333333%;
  }
  .grid-s-offset-22 {
    margin-left: 91.66666667%;
  }
  .grid-s-offset-21 {
    margin-left: 87.5%;
  }
  .grid-s-offset-20 {
    margin-left: 83.33333333%;
  }
  .grid-s-offset-19 {
    margin-left: 79.16666667%;
  }
  .grid-s-offset-18 {
    margin-left: 75%;
  }
  .grid-s-offset-17 {
    margin-left: 70.83333333%;
  }
  .grid-s-offset-16 {
    margin-left: 66.66666667%;
  }
  .grid-s-offset-15 {
    margin-left: 62.5%;
  }
  .grid-s-offset-14 {
    margin-left: 58.33333333%;
  }
  .grid-s-offset-13 {
    margin-left: 54.16666667%;
  }
  .grid-s-offset-12 {
    margin-left: 50%;
  }
  .grid-s-offset-11 {
    margin-left: 45.83333333%;
  }
  .grid-s-offset-10 {
    margin-left: 41.66666667%;
  }
  .grid-s-offset-9 {
    margin-left: 37.5%;
  }
  .grid-s-offset-8 {
    margin-left: 33.33333333%;
  }
  .grid-s-offset-7 {
    margin-left: 29.16666667%;
  }
  .grid-s-offset-6 {
    margin-left: 25%;
  }
  .grid-s-offset-5 {
    margin-left: 20.83333333%;
  }
  .grid-s-offset-4 {
    margin-left: 16.66666667%;
  }
  .grid-s-offset-3 {
    margin-left: 12.5%;
  }
  .grid-s-offset-2 {
    margin-left: 8.33333333%;
  }
  .grid-s-offset-1 {
    margin-left: 4.16666667%;
  }
  .grid-s-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-m-13, .grid-m-14, .grid-m-15, .grid-m-16, .grid-m-17, .grid-m-18, .grid-m-19, .grid-m-20, .grid-m-21, .grid-m-22, .grid-m-23, .grid-m-24 {
    float: left;
  }
  .grid-m-24 {
    width: 100%;
  }
  .grid-m-23 {
    width: 95.83333333%;
  }
  .grid-m-22 {
    width: 91.66666667%;
  }
  .grid-m-21 {
    width: 87.5%;
  }
  .grid-m-20 {
    width: 83.33333333%;
  }
  .grid-m-19 {
    width: 79.16666667%;
  }
  .grid-m-18 {
    width: 75%;
  }
  .grid-m-17 {
    width: 70.83333333%;
  }
  .grid-m-16 {
    width: 66.66666667%;
  }
  .grid-m-15 {
    width: 62.5%;
  }
  .grid-m-14 {
    width: 58.33333333%;
  }
  .grid-m-13 {
    width: 54.16666667%;
  }
  .grid-m-12 {
    width: 50%;
  }
  .grid-m-11 {
    width: 45.83333333%;
  }
  .grid-m-10 {
    width: 41.66666667%;
  }
  .grid-m-9 {
    width: 37.5%;
  }
  .grid-m-8 {
    width: 33.33333333%;
  }
  .grid-m-7 {
    width: 29.16666667%;
  }
  .grid-m-6 {
    width: 25%;
  }
  .grid-m-5 {
    width: 20.83333333%;
  }
  .grid-m-4 {
    width: 16.66666667%;
  }
  .grid-m-3 {
    width: 12.5%;
  }
  .grid-m-2 {
    width: 8.33333333%;
  }
  .grid-m-1 {
    width: 4.16666667%;
  }
  .grid-m-pull-24 {
    right: 100%;
  }
  .grid-m-pull-23 {
    right: 95.83333333%;
  }
  .grid-m-pull-22 {
    right: 91.66666667%;
  }
  .grid-m-pull-21 {
    right: 87.5%;
  }
  .grid-m-pull-20 {
    right: 83.33333333%;
  }
  .grid-m-pull-19 {
    right: 79.16666667%;
  }
  .grid-m-pull-18 {
    right: 75%;
  }
  .grid-m-pull-17 {
    right: 70.83333333%;
  }
  .grid-m-pull-16 {
    right: 66.66666667%;
  }
  .grid-m-pull-15 {
    right: 62.5%;
  }
  .grid-m-pull-14 {
    right: 58.33333333%;
  }
  .grid-m-pull-13 {
    right: 54.16666667%;
  }
  .grid-m-pull-12 {
    right: 50%;
  }
  .grid-m-pull-11 {
    right: 45.83333333%;
  }
  .grid-m-pull-10 {
    right: 41.66666667%;
  }
  .grid-m-pull-9 {
    right: 37.5%;
  }
  .grid-m-pull-8 {
    right: 33.33333333%;
  }
  .grid-m-pull-7 {
    right: 29.16666667%;
  }
  .grid-m-pull-6 {
    right: 25%;
  }
  .grid-m-pull-5 {
    right: 20.83333333%;
  }
  .grid-m-pull-4 {
    right: 16.66666667%;
  }
  .grid-m-pull-3 {
    right: 12.5%;
  }
  .grid-m-pull-2 {
    right: 8.33333333%;
  }
  .grid-m-pull-1 {
    right: 4.16666667%;
  }
  .grid-m-pull-0 {
    right: auto;
  }
  .grid-m-push-24 {
    left: 100%;
  }
  .grid-m-push-23 {
    left: 95.83333333%;
  }
  .grid-m-push-22 {
    left: 91.66666667%;
  }
  .grid-m-push-21 {
    left: 87.5%;
  }
  .grid-m-push-20 {
    left: 83.33333333%;
  }
  .grid-m-push-19 {
    left: 79.16666667%;
  }
  .grid-m-push-18 {
    left: 75%;
  }
  .grid-m-push-17 {
    left: 70.83333333%;
  }
  .grid-m-push-16 {
    left: 66.66666667%;
  }
  .grid-m-push-15 {
    left: 62.5%;
  }
  .grid-m-push-14 {
    left: 58.33333333%;
  }
  .grid-m-push-13 {
    left: 54.16666667%;
  }
  .grid-m-push-12 {
    left: 50%;
  }
  .grid-m-push-11 {
    left: 45.83333333%;
  }
  .grid-m-push-10 {
    left: 41.66666667%;
  }
  .grid-m-push-9 {
    left: 37.5%;
  }
  .grid-m-push-8 {
    left: 33.33333333%;
  }
  .grid-m-push-7 {
    left: 29.16666667%;
  }
  .grid-m-push-6 {
    left: 25%;
  }
  .grid-m-push-5 {
    left: 20.83333333%;
  }
  .grid-m-push-4 {
    left: 16.66666667%;
  }
  .grid-m-push-3 {
    left: 12.5%;
  }
  .grid-m-push-2 {
    left: 8.33333333%;
  }
  .grid-m-push-1 {
    left: 4.16666667%;
  }
  .grid-m-push-0 {
    left: auto;
  }
  .grid-m-offset-24 {
    margin-left: 100%;
  }
  .grid-m-offset-23 {
    margin-left: 95.83333333%;
  }
  .grid-m-offset-22 {
    margin-left: 91.66666667%;
  }
  .grid-m-offset-21 {
    margin-left: 87.5%;
  }
  .grid-m-offset-20 {
    margin-left: 83.33333333%;
  }
  .grid-m-offset-19 {
    margin-left: 79.16666667%;
  }
  .grid-m-offset-18 {
    margin-left: 75%;
  }
  .grid-m-offset-17 {
    margin-left: 70.83333333%;
  }
  .grid-m-offset-16 {
    margin-left: 66.66666667%;
  }
  .grid-m-offset-15 {
    margin-left: 62.5%;
  }
  .grid-m-offset-14 {
    margin-left: 58.33333333%;
  }
  .grid-m-offset-13 {
    margin-left: 54.16666667%;
  }
  .grid-m-offset-12 {
    margin-left: 50%;
  }
  .grid-m-offset-11 {
    margin-left: 45.83333333%;
  }
  .grid-m-offset-10 {
    margin-left: 41.66666667%;
  }
  .grid-m-offset-9 {
    margin-left: 37.5%;
  }
  .grid-m-offset-8 {
    margin-left: 33.33333333%;
  }
  .grid-m-offset-7 {
    margin-left: 29.16666667%;
  }
  .grid-m-offset-6 {
    margin-left: 25%;
  }
  .grid-m-offset-5 {
    margin-left: 20.83333333%;
  }
  .grid-m-offset-4 {
    margin-left: 16.66666667%;
  }
  .grid-m-offset-3 {
    margin-left: 12.5%;
  }
  .grid-m-offset-2 {
    margin-left: 8.33333333%;
  }
  .grid-m-offset-1 {
    margin-left: 4.16666667%;
  }
  .grid-m-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12, .grid-l-13, .grid-l-14, .grid-l-15, .grid-l-16, .grid-l-17, .grid-l-18, .grid-l-19, .grid-l-20, .grid-l-21, .grid-l-22, .grid-l-23, .grid-l-24 {
    float: left;
  }
  .grid-l-24 {
    width: 100%;
  }
  .grid-l-23 {
    width: 95.83333333%;
  }
  .grid-l-22 {
    width: 91.66666667%;
  }
  .grid-l-21 {
    width: 87.5%;
  }
  .grid-l-20 {
    width: 83.33333333%;
  }
  .grid-l-19 {
    width: 79.16666667%;
  }
  .grid-l-18 {
    width: 75%;
  }
  .grid-l-17 {
    width: 70.83333333%;
  }
  .grid-l-16 {
    width: 66.66666667%;
  }
  .grid-l-15 {
    width: 62.5%;
  }
  .grid-l-14 {
    width: 58.33333333%;
  }
  .grid-l-13 {
    width: 54.16666667%;
  }
  .grid-l-12 {
    width: 50%;
  }
  .grid-l-11 {
    width: 45.83333333%;
  }
  .grid-l-10 {
    width: 41.66666667%;
  }
  .grid-l-9 {
    width: 37.5%;
  }
  .grid-l-8 {
    width: 33.33333333%;
  }
  .grid-l-7 {
    width: 29.16666667%;
  }
  .grid-l-6 {
    width: 25%;
  }
  .grid-l-5 {
    width: 20.83333333%;
  }
  .grid-l-4 {
    width: 16.66666667%;
  }
  .grid-l-3 {
    width: 12.5%;
  }
  .grid-l-2 {
    width: 8.33333333%;
  }
  .grid-l-1 {
    width: 4.16666667%;
  }
  .grid-l-pull-24 {
    right: 100%;
  }
  .grid-l-pull-23 {
    right: 95.83333333%;
  }
  .grid-l-pull-22 {
    right: 91.66666667%;
  }
  .grid-l-pull-21 {
    right: 87.5%;
  }
  .grid-l-pull-20 {
    right: 83.33333333%;
  }
  .grid-l-pull-19 {
    right: 79.16666667%;
  }
  .grid-l-pull-18 {
    right: 75%;
  }
  .grid-l-pull-17 {
    right: 70.83333333%;
  }
  .grid-l-pull-16 {
    right: 66.66666667%;
  }
  .grid-l-pull-15 {
    right: 62.5%;
  }
  .grid-l-pull-14 {
    right: 58.33333333%;
  }
  .grid-l-pull-13 {
    right: 54.16666667%;
  }
  .grid-l-pull-12 {
    right: 50%;
  }
  .grid-l-pull-11 {
    right: 45.83333333%;
  }
  .grid-l-pull-10 {
    right: 41.66666667%;
  }
  .grid-l-pull-9 {
    right: 37.5%;
  }
  .grid-l-pull-8 {
    right: 33.33333333%;
  }
  .grid-l-pull-7 {
    right: 29.16666667%;
  }
  .grid-l-pull-6 {
    right: 25%;
  }
  .grid-l-pull-5 {
    right: 20.83333333%;
  }
  .grid-l-pull-4 {
    right: 16.66666667%;
  }
  .grid-l-pull-3 {
    right: 12.5%;
  }
  .grid-l-pull-2 {
    right: 8.33333333%;
  }
  .grid-l-pull-1 {
    right: 4.16666667%;
  }
  .grid-l-pull-0 {
    right: auto;
  }
  .grid-l-push-24 {
    left: 100%;
  }
  .grid-l-push-23 {
    left: 95.83333333%;
  }
  .grid-l-push-22 {
    left: 91.66666667%;
  }
  .grid-l-push-21 {
    left: 87.5%;
  }
  .grid-l-push-20 {
    left: 83.33333333%;
  }
  .grid-l-push-19 {
    left: 79.16666667%;
  }
  .grid-l-push-18 {
    left: 75%;
  }
  .grid-l-push-17 {
    left: 70.83333333%;
  }
  .grid-l-push-16 {
    left: 66.66666667%;
  }
  .grid-l-push-15 {
    left: 62.5%;
  }
  .grid-l-push-14 {
    left: 58.33333333%;
  }
  .grid-l-push-13 {
    left: 54.16666667%;
  }
  .grid-l-push-12 {
    left: 50%;
  }
  .grid-l-push-11 {
    left: 45.83333333%;
  }
  .grid-l-push-10 {
    left: 41.66666667%;
  }
  .grid-l-push-9 {
    left: 37.5%;
  }
  .grid-l-push-8 {
    left: 33.33333333%;
  }
  .grid-l-push-7 {
    left: 29.16666667%;
  }
  .grid-l-push-6 {
    left: 25%;
  }
  .grid-l-push-5 {
    left: 20.83333333%;
  }
  .grid-l-push-4 {
    left: 16.66666667%;
  }
  .grid-l-push-3 {
    left: 12.5%;
  }
  .grid-l-push-2 {
    left: 8.33333333%;
  }
  .grid-l-push-1 {
    left: 4.16666667%;
  }
  .grid-l-push-0 {
    left: auto;
  }
  .grid-l-offset-24 {
    margin-left: 100%;
  }
  .grid-l-offset-23 {
    margin-left: 95.83333333%;
  }
  .grid-l-offset-22 {
    margin-left: 91.66666667%;
  }
  .grid-l-offset-21 {
    margin-left: 87.5%;
  }
  .grid-l-offset-20 {
    margin-left: 83.33333333%;
  }
  .grid-l-offset-19 {
    margin-left: 79.16666667%;
  }
  .grid-l-offset-18 {
    margin-left: 75%;
  }
  .grid-l-offset-17 {
    margin-left: 70.83333333%;
  }
  .grid-l-offset-16 {
    margin-left: 66.66666667%;
  }
  .grid-l-offset-15 {
    margin-left: 62.5%;
  }
  .grid-l-offset-14 {
    margin-left: 58.33333333%;
  }
  .grid-l-offset-13 {
    margin-left: 54.16666667%;
  }
  .grid-l-offset-12 {
    margin-left: 50%;
  }
  .grid-l-offset-11 {
    margin-left: 45.83333333%;
  }
  .grid-l-offset-10 {
    margin-left: 41.66666667%;
  }
  .grid-l-offset-9 {
    margin-left: 37.5%;
  }
  .grid-l-offset-8 {
    margin-left: 33.33333333%;
  }
  .grid-l-offset-7 {
    margin-left: 29.16666667%;
  }
  .grid-l-offset-6 {
    margin-left: 25%;
  }
  .grid-l-offset-5 {
    margin-left: 20.83333333%;
  }
  .grid-l-offset-4 {
    margin-left: 16.66666667%;
  }
  .grid-l-offset-3 {
    margin-left: 12.5%;
  }
  .grid-l-offset-2 {
    margin-left: 8.33333333%;
  }
  .grid-l-offset-1 {
    margin-left: 4.16666667%;
  }
  .grid-l-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .grid-xl-1, .grid-xl-2, .grid-xl-3, .grid-xl-4, .grid-xl-5, .grid-xl-6, .grid-xl-7, .grid-xl-8, .grid-xl-9, .grid-xl-10, .grid-xl-11, .grid-xl-12, .grid-xl-13, .grid-xl-14, .grid-xl-15, .grid-xl-16, .grid-xl-17, .grid-xl-18, .grid-xl-19, .grid-xl-20, .grid-xl-21, .grid-xl-22, .grid-xl-23, .grid-xl-24 {
    float: left;
  }
  .grid-xl-24 {
    width: 100%;
  }
  .grid-xl-23 {
    width: 95.83333333%;
  }
  .grid-xl-22 {
    width: 91.66666667%;
  }
  .grid-xl-21 {
    width: 87.5%;
  }
  .grid-xl-20 {
    width: 83.33333333%;
  }
  .grid-xl-19 {
    width: 79.16666667%;
  }
  .grid-xl-18 {
    width: 75%;
  }
  .grid-xl-17 {
    width: 70.83333333%;
  }
  .grid-xl-16 {
    width: 66.66666667%;
  }
  .grid-xl-15 {
    width: 62.5%;
  }
  .grid-xl-14 {
    width: 58.33333333%;
  }
  .grid-xl-13 {
    width: 54.16666667%;
  }
  .grid-xl-12 {
    width: 50%;
  }
  .grid-xl-11 {
    width: 45.83333333%;
  }
  .grid-xl-10 {
    width: 41.66666667%;
  }
  .grid-xl-9 {
    width: 37.5%;
  }
  .grid-xl-8 {
    width: 33.33333333%;
  }
  .grid-xl-7 {
    width: 29.16666667%;
  }
  .grid-xl-6 {
    width: 25%;
  }
  .grid-xl-5 {
    width: 20.83333333%;
  }
  .grid-xl-4 {
    width: 16.66666667%;
  }
  .grid-xl-3 {
    width: 12.5%;
  }
  .grid-xl-2 {
    width: 8.33333333%;
  }
  .grid-xl-1 {
    width: 4.16666667%;
  }
  .grid-xl-pull-24 {
    right: 100%;
  }
  .grid-xl-pull-23 {
    right: 95.83333333%;
  }
  .grid-xl-pull-22 {
    right: 91.66666667%;
  }
  .grid-xl-pull-21 {
    right: 87.5%;
  }
  .grid-xl-pull-20 {
    right: 83.33333333%;
  }
  .grid-xl-pull-19 {
    right: 79.16666667%;
  }
  .grid-xl-pull-18 {
    right: 75%;
  }
  .grid-xl-pull-17 {
    right: 70.83333333%;
  }
  .grid-xl-pull-16 {
    right: 66.66666667%;
  }
  .grid-xl-pull-15 {
    right: 62.5%;
  }
  .grid-xl-pull-14 {
    right: 58.33333333%;
  }
  .grid-xl-pull-13 {
    right: 54.16666667%;
  }
  .grid-xl-pull-12 {
    right: 50%;
  }
  .grid-xl-pull-11 {
    right: 45.83333333%;
  }
  .grid-xl-pull-10 {
    right: 41.66666667%;
  }
  .grid-xl-pull-9 {
    right: 37.5%;
  }
  .grid-xl-pull-8 {
    right: 33.33333333%;
  }
  .grid-xl-pull-7 {
    right: 29.16666667%;
  }
  .grid-xl-pull-6 {
    right: 25%;
  }
  .grid-xl-pull-5 {
    right: 20.83333333%;
  }
  .grid-xl-pull-4 {
    right: 16.66666667%;
  }
  .grid-xl-pull-3 {
    right: 12.5%;
  }
  .grid-xl-pull-2 {
    right: 8.33333333%;
  }
  .grid-xl-pull-1 {
    right: 4.16666667%;
  }
  .grid-xl-pull-0 {
    right: auto;
  }
  .grid-xl-push-24 {
    left: 100%;
  }
  .grid-xl-push-23 {
    left: 95.83333333%;
  }
  .grid-xl-push-22 {
    left: 91.66666667%;
  }
  .grid-xl-push-21 {
    left: 87.5%;
  }
  .grid-xl-push-20 {
    left: 83.33333333%;
  }
  .grid-xl-push-19 {
    left: 79.16666667%;
  }
  .grid-xl-push-18 {
    left: 75%;
  }
  .grid-xl-push-17 {
    left: 70.83333333%;
  }
  .grid-xl-push-16 {
    left: 66.66666667%;
  }
  .grid-xl-push-15 {
    left: 62.5%;
  }
  .grid-xl-push-14 {
    left: 58.33333333%;
  }
  .grid-xl-push-13 {
    left: 54.16666667%;
  }
  .grid-xl-push-12 {
    left: 50%;
  }
  .grid-xl-push-11 {
    left: 45.83333333%;
  }
  .grid-xl-push-10 {
    left: 41.66666667%;
  }
  .grid-xl-push-9 {
    left: 37.5%;
  }
  .grid-xl-push-8 {
    left: 33.33333333%;
  }
  .grid-xl-push-7 {
    left: 29.16666667%;
  }
  .grid-xl-push-6 {
    left: 25%;
  }
  .grid-xl-push-5 {
    left: 20.83333333%;
  }
  .grid-xl-push-4 {
    left: 16.66666667%;
  }
  .grid-xl-push-3 {
    left: 12.5%;
  }
  .grid-xl-push-2 {
    left: 8.33333333%;
  }
  .grid-xl-push-1 {
    left: 4.16666667%;
  }
  .grid-xl-push-0 {
    left: auto;
  }
  .grid-xl-offset-24 {
    margin-left: 100%;
  }
  .grid-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .grid-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .grid-xl-offset-21 {
    margin-left: 87.5%;
  }
  .grid-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .grid-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .grid-xl-offset-18 {
    margin-left: 75%;
  }
  .grid-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .grid-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .grid-xl-offset-15 {
    margin-left: 62.5%;
  }
  .grid-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .grid-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .grid-xl-offset-12 {
    margin-left: 50%;
  }
  .grid-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .grid-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .grid-xl-offset-9 {
    margin-left: 37.5%;
  }
  .grid-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .grid-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .grid-xl-offset-6 {
    margin-left: 25%;
  }
  .grid-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .grid-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .grid-xl-offset-3 {
    margin-left: 12.5%;
  }
  .grid-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .grid-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .grid-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .grid-xxl-1, .grid-xxl-2, .grid-xxl-3, .grid-xxl-4, .grid-xxl-5, .grid-xxl-6, .grid-xxl-7, .grid-xxl-8, .grid-xxl-9, .grid-xxl-10, .grid-xxl-11, .grid-xxl-12, .grid-xxl-13, .grid-xxl-14, .grid-xxl-15, .grid-xxl-16, .grid-xxl-17, .grid-xxl-18, .grid-xxl-19, .grid-xxl-20, .grid-xxl-21, .grid-xxl-22, .grid-xxl-23, .grid-xxl-24 {
    float: left;
  }
  .grid-xxl-24 {
    width: 100%;
  }
  .grid-xxl-23 {
    width: 95.83333333%;
  }
  .grid-xxl-22 {
    width: 91.66666667%;
  }
  .grid-xxl-21 {
    width: 87.5%;
  }
  .grid-xxl-20 {
    width: 83.33333333%;
  }
  .grid-xxl-19 {
    width: 79.16666667%;
  }
  .grid-xxl-18 {
    width: 75%;
  }
  .grid-xxl-17 {
    width: 70.83333333%;
  }
  .grid-xxl-16 {
    width: 66.66666667%;
  }
  .grid-xxl-15 {
    width: 62.5%;
  }
  .grid-xxl-14 {
    width: 58.33333333%;
  }
  .grid-xxl-13 {
    width: 54.16666667%;
  }
  .grid-xxl-12 {
    width: 50%;
  }
  .grid-xxl-11 {
    width: 45.83333333%;
  }
  .grid-xxl-10 {
    width: 41.66666667%;
  }
  .grid-xxl-9 {
    width: 37.5%;
  }
  .grid-xxl-8 {
    width: 33.33333333%;
  }
  .grid-xxl-7 {
    width: 29.16666667%;
  }
  .grid-xxl-6 {
    width: 25%;
  }
  .grid-xxl-5 {
    width: 20.83333333%;
  }
  .grid-xxl-4 {
    width: 16.66666667%;
  }
  .grid-xxl-3 {
    width: 12.5%;
  }
  .grid-xxl-2 {
    width: 8.33333333%;
  }
  .grid-xxl-1 {
    width: 4.16666667%;
  }
  .grid-xxl-pull-24 {
    right: 100%;
  }
  .grid-xxl-pull-23 {
    right: 95.83333333%;
  }
  .grid-xxl-pull-22 {
    right: 91.66666667%;
  }
  .grid-xxl-pull-21 {
    right: 87.5%;
  }
  .grid-xxl-pull-20 {
    right: 83.33333333%;
  }
  .grid-xxl-pull-19 {
    right: 79.16666667%;
  }
  .grid-xxl-pull-18 {
    right: 75%;
  }
  .grid-xxl-pull-17 {
    right: 70.83333333%;
  }
  .grid-xxl-pull-16 {
    right: 66.66666667%;
  }
  .grid-xxl-pull-15 {
    right: 62.5%;
  }
  .grid-xxl-pull-14 {
    right: 58.33333333%;
  }
  .grid-xxl-pull-13 {
    right: 54.16666667%;
  }
  .grid-xxl-pull-12 {
    right: 50%;
  }
  .grid-xxl-pull-11 {
    right: 45.83333333%;
  }
  .grid-xxl-pull-10 {
    right: 41.66666667%;
  }
  .grid-xxl-pull-9 {
    right: 37.5%;
  }
  .grid-xxl-pull-8 {
    right: 33.33333333%;
  }
  .grid-xxl-pull-7 {
    right: 29.16666667%;
  }
  .grid-xxl-pull-6 {
    right: 25%;
  }
  .grid-xxl-pull-5 {
    right: 20.83333333%;
  }
  .grid-xxl-pull-4 {
    right: 16.66666667%;
  }
  .grid-xxl-pull-3 {
    right: 12.5%;
  }
  .grid-xxl-pull-2 {
    right: 8.33333333%;
  }
  .grid-xxl-pull-1 {
    right: 4.16666667%;
  }
  .grid-xxl-pull-0 {
    right: auto;
  }
  .grid-xxl-push-24 {
    left: 100%;
  }
  .grid-xxl-push-23 {
    left: 95.83333333%;
  }
  .grid-xxl-push-22 {
    left: 91.66666667%;
  }
  .grid-xxl-push-21 {
    left: 87.5%;
  }
  .grid-xxl-push-20 {
    left: 83.33333333%;
  }
  .grid-xxl-push-19 {
    left: 79.16666667%;
  }
  .grid-xxl-push-18 {
    left: 75%;
  }
  .grid-xxl-push-17 {
    left: 70.83333333%;
  }
  .grid-xxl-push-16 {
    left: 66.66666667%;
  }
  .grid-xxl-push-15 {
    left: 62.5%;
  }
  .grid-xxl-push-14 {
    left: 58.33333333%;
  }
  .grid-xxl-push-13 {
    left: 54.16666667%;
  }
  .grid-xxl-push-12 {
    left: 50%;
  }
  .grid-xxl-push-11 {
    left: 45.83333333%;
  }
  .grid-xxl-push-10 {
    left: 41.66666667%;
  }
  .grid-xxl-push-9 {
    left: 37.5%;
  }
  .grid-xxl-push-8 {
    left: 33.33333333%;
  }
  .grid-xxl-push-7 {
    left: 29.16666667%;
  }
  .grid-xxl-push-6 {
    left: 25%;
  }
  .grid-xxl-push-5 {
    left: 20.83333333%;
  }
  .grid-xxl-push-4 {
    left: 16.66666667%;
  }
  .grid-xxl-push-3 {
    left: 12.5%;
  }
  .grid-xxl-push-2 {
    left: 8.33333333%;
  }
  .grid-xxl-push-1 {
    left: 4.16666667%;
  }
  .grid-xxl-push-0 {
    left: auto;
  }
  .grid-xxl-offset-24 {
    margin-left: 100%;
  }
  .grid-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .grid-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .grid-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .grid-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .grid-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .grid-xxl-offset-18 {
    margin-left: 75%;
  }
  .grid-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .grid-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .grid-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .grid-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .grid-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .grid-xxl-offset-12 {
    margin-left: 50%;
  }
  .grid-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .grid-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .grid-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .grid-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .grid-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .grid-xxl-offset-6 {
    margin-left: 25%;
  }
  .grid-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .grid-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .grid-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .grid-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .grid-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .grid-xxl-offset-0 {
    margin-left: 0%;
  }
}
/* =====================================================================================================================
================================================== MIXINS & FUNCTIONS ==================================================
===================================================================================================================== */
/* =====================================================================================================================
====================================================== DEBUG MODE ======================================================
===================================================================================================================== */
#tracy-debug:after {
  -webkit-user-drag: element;
  content: "XS";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #cc0000;
  padding: 5px 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
}
@media (min-width: 500px) {
  #tracy-debug:after {
    content: "S";
  }
}
@media (min-width: 768px) {
  #tracy-debug:after {
    content: "M";
  }
}
@media (min-width: 992px) {
  #tracy-debug:after {
    content: "L";
  }
}
@media (min-width: 1200px) {
  #tracy-debug:after {
    content: "XL";
  }
}
@media (min-width: 1400px) {
  #tracy-debug:after {
    content: "XXL";
  }
}
#tracy-debug:after:hover {
  opacity: 0.1;
}
.absoluteFull {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixedFull {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body *:focus {
  outline: none;
}
div,
section,
article,
header,
figure,
nav,
footer,
label,
main,
button,
aside,
form {
  position: relative;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: color 300ms;
  font-weight: 400;
}
a:focus,
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
}
p {
  margin: 0.5em 0;
}
html,
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #041b26;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.015em;
}
.h100p {
  height: 100%;
}
.h50p {
  height: 50%;
}
.container {
  max-width: 100%;
}
body.overflow {
  overflow: hidden;
}
body.overflowH {
  overflow-x: hidden;
}
.page__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.btn,
.btn:focus,
.btn:hover {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 9px 30px 7px 30px;
  transition: background-color 600ms ease-in-out, border-color 600ms, color 600ms;
  border-radius: 4.57px;
  letter-spacing: -0.015em;
  box-shadow: none;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-weight: 400;
  line-height: 18px;
}
.btn:hover {
  background: #1d9dd9;
  border-color: #1d9dd9;
}
.btn.btn--blue,
.btn.btn--blue:focus,
.btn.btn--blue:hover {
  background: #1d9dd9;
  border-color: #1d9dd9;
  color: #fff;
  border-radius: 30px;
}
.btn.btn--blue:hover {
  background: transparent;
  color: #1d9dd9;
}
@media (min-width: 500px) {
  .btn:active,
  .btn:focus,
  .btn:hover,
  .btn {
    font-size: 12px;
    padding: 9px 30px 7px 30px;
  }
  .btn--blue:active,
  .btn--blue:focus,
  .btn--blue:hover,
  .btn--blue {
    font-size: 12px;
    padding: 19px 57px 17px 57px;
    font-weight: 700;
  }
}
.header .container {
  padding-left: 0;
  padding-right: 0;
}
.header .logo {
  margin: 45px 0 35px;
  display: none;
}
.header .header__inner {
  height: 300px;
  overflow: hidden;
  background-color: #d2d2dd;
}
.header .header__inner .item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header .header__inner .item {
  display: none;
}
.header .header__inner .item.active {
  display: block;
}
.header .header__inner .image {
  display: none;
}
.header .header__inner .bg__mobile {
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  background-size: cover;
  background-position: right center;
}
.header .header__inner .bg__mobile::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(30deg, #051c36, #105895);
  opacity: 0.6;
}
.header .text {
  font-weight: 800;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 20px;
  transform: translate3D(0, 0, 0);
}
.header .text .logo__mobile {
  margin-bottom: 20px;
}
.header .text .subtitle {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 15px;
}
.header .text .title {
  font-size: 30px;
  line-height: 30px;
}
.header .configurator {
  display: none;
  z-index: 10;
}
@media (min-width: 500px) {
  .header .header__inner {
    height: 440px;
  }
  .header .text .subtitle {
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 15px;
  }
  .header .text .title {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .header .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .logo {
    display: block;
  }
  .header .header__inner .bg__mobile {
    background-position: center center;
  }
  .header .header__inner .bg__mobile::after {
    display: none;
  }
  .header .text {
    color: #041b26;
  }
  .header .text .logo__mobile {
    display: none;
  }
  .header .text .title {
    font-size: 56px;
    line-height: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .header .header__inner .image {
    display: block;
    position: absolute;
    top: -100px;
    left: -40px;
    max-width: 1450px;
    max-height: 650px;
    transform: translate3D(0, 0, 0);
  }
  .header .header__inner .bg__mobile {
    display: none;
  }
  .header .text {
    font-weight: 800;
    color: #041b26;
    display: inline-block;
    position: absolute;
    bottom: 60px;
    left: -145px;
    transform: translate3D(0, 0, 0);
  }
  .header .configurator {
    position: absolute;
    bottom: 30px;
    right: -80px;
    transform: translate3D(0, 0, 0);
    display: block;
  }
  .header .configurator a {
    display: none;
    width: 100%;
    height: 100%;
  }
  .header .configurator a.active {
    display: block;
  }
}
@media screen and (min-width: 1680px) {
  .header .header__inner .image {
    max-height: 680px;
  }
}
@media screen and (min-width: 1920px) {
  .header .header__inner .image {
    top: -145px;
    left: -65px;
    max-width: 1450px;
    max-height: none;
  }
}
.examples {
  padding-top: 40px;
}
.examples > .title {
  color: #cfdae2;
  font-size: 32px;
  bottom: -6px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.examples .example {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 45px;
  display: block;
}
.examples .example .bg {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  transform: translate(0, 0);
}
.examples .example .bg .bg__inner {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 200ms ease-in-out;
}
.examples .example .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(#051c36, #105895);
  opacity: 0.1;
  transition: opacity 300ms ease-in-out;
}
.examples .example:hover .bg .bg__inner {
  transform: scale(1.2);
  transition: all 800ms ease-in-out;
}
.examples .example:hover .bg::after {
  opacity: 0.3;
}
.examples .example .title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
  color: #041b26;
}
.examples .example .tag {
  color: #7b787c;
  font-size: 16px;
}
@media (min-width: 500px) {
  .examples {
    padding-left: 60px;
    padding-right: 60px;
  }
  .examples > .title {
    font-size: 43px;
    bottom: -8px;
  }
  .examples .example .bg {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .examples {
    padding-left: 0;
    padding-right: 0;
  }
  .examples > .title {
    font-size: 70px;
    bottom: -15px;
  }
  .examples .examples_inner {
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
    flex-wrap: wrap;
  }
  .examples .examples_inner .example {
    width: calc(33.3333% - 12px);
    margin: 0 6px 40px;
  }
  .examples .example {
    max-width: none;
  }
  .examples .example .title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .examples > .title {
    font-size: 80px;
    bottom: -18px;
  }
  .examples .example .bg {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .examples > .title {
    font-size: 90px;
    bottom: -20px;
  }
  .examples .example .bg {
    height: 215px;
  }
}
@media (min-width: 1400px) {
  .examples > .title {
    font-size: 108px;
    bottom: -23px;
  }
  .examples .example .bg {
    height: 230px;
  }
}
@media screen and (min-width: 1920px) {
  .examples .example .bg {
    height: 250px;
  }
}
.footer {
  text-align: center;
  padding: 100px 0;
}
.footer .logo_small {
  padding-bottom: 20px;
}
.footer .subtitle {
  font-size: 22px;
  font-weight: 800;
  color: #041b26;
  line-height: 24px;
  margin-bottom: 30px;
}
.footer .title {
  font-size: 32px;
  font-weight: 800;
  color: #041b26;
  line-height: 34px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .footer .logo_small {
    padding-bottom: 40px;
  }
  .footer .title {
    font-size: 44px;
    line-height: 46px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .footer .title {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .footer .title {
    font-size: 56px;
    line-height: 58px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.has_banner .header-wrap .languages ul li a,
.inverse-menu .header-wrap .languages ul li a,
.has_banner .navbar .nav-wrap ul li a,
.inverse-menu .navbar .nav-wrap ul li a {
  color: #000;
}
.has_banner .navbar .btn,
.inverse-menu .navbar .btn {
  color: #000;
  border-color: #000;
}
.has_banner .navbar .btn:hover,
.inverse-menu .navbar .btn:hover,
.has_banner .navbar .btn:focus,
.inverse-menu .navbar .btn:focus {
  color: #e8edf6;
  background: #000;
}
.has_banner .navbar .btn--showreel,
.inverse-menu .navbar .btn--showreel,
.has_banner .navbar .btn--showreel:hover,
.inverse-menu .navbar .btn--showreel:hover,
.has_banner .navbar .btn--showreel:focus,
.inverse-menu .navbar .btn--showreel:focus {
  color: #fff;
}
.has_banner .navbar .logo .st2,
.inverse-menu .navbar .logo .st2 {
  fill: #071c37;
}
.has_banner .navbar .nav-wrap ul li a:after,
.inverse-menu .navbar .nav-wrap ul li a:after {
  background: #000;
}
.has_banner .navbar .nav-toggle span,
.inverse-menu .navbar .nav-toggle span {
  background: #0f141f;
}
.has_banner .navbar .header-wrap .socials svg,
.inverse-menu .navbar .header-wrap .socials svg {
  fill: #0f141f;
}
.has_banner .navbar .nav-wrap ul li a,
.inverse-menu .navbar .nav-wrap ul li a,
.has_banner .navbar .nav-wrap ul li a:hover,
.inverse-menu .navbar .nav-wrap ul li a:hover,
.has_banner .navbar .nav-wrap ul li a:focus,
.inverse-menu .navbar .nav-wrap ul li a:focus {
  color: #0f141f;
}
.has_banner .navbar.navbar--condensed .logo .st2,
.inverse-menu .navbar.navbar--condensed .logo .st2 {
  fill: #fff;
}
.has_banner .navbar.navbar--condensed .header-wrap .languages ul li a,
.inverse-menu .navbar.navbar--condensed .header-wrap .languages ul li a,
.has_banner .navbar.navbar--condensed .nav-wrap ul li a,
.inverse-menu .navbar.navbar--condensed .nav-wrap ul li a {
  color: #e8edf6;
}
.has_banner .navbar.navbar--condensed .nav-wrap ul li a:after,
.inverse-menu .navbar.navbar--condensed .nav-wrap ul li a:after {
  background: #e8edf6;
}
.has_banner .navbar.navbar--condensed .nav-wrap ul li a,
.inverse-menu .navbar.navbar--condensed .nav-wrap ul li a,
.has_banner .navbar.navbar--condensed .nav-wrap ul li a:hover,
.inverse-menu .navbar.navbar--condensed .nav-wrap ul li a:hover,
.has_banner .navbar.navbar--condensed .nav-wrap ul li a:focus,
.inverse-menu .navbar.navbar--condensed .nav-wrap ul li a:focus {
  color: #e8edf6;
}
.has_banner .navbar.navbar--condensed .nav-toggle span,
.inverse-menu .navbar.navbar--condensed .nav-toggle span {
  background: #fff;
}
.has_banner .navbar.navbar--condensed .header-wrap .socials svg,
.inverse-menu .navbar.navbar--condensed .header-wrap .socials svg {
  fill: #e8edf6;
}
.has_banner .navbar.navbar--condensed .nav-wrap.mobile ul li a,
.inverse-menu .navbar.navbar--condensed .nav-wrap.mobile ul li a,
.has_banner .navbar.navbar--condensed .nav-wrap.mobile ul li a:hover,
.inverse-menu .navbar.navbar--condensed .nav-wrap.mobile ul li a:hover,
.has_banner .navbar.navbar--condensed .nav-wrap.mobile ul li a:focus,
.inverse-menu .navbar.navbar--condensed .nav-wrap.mobile ul li a:focus {
  color: #0f141f;
}
.has_banner .navbar.navbar--condensed .btn,
.inverse-menu .navbar.navbar--condensed .btn {
  color: #e8edf6;
  border-color: #fff;
}
.has_banner .navbar.navbar--condensed .btn:hover,
.inverse-menu .navbar.navbar--condensed .btn:hover,
.has_banner .navbar.navbar--condensed .btn:focus,
.inverse-menu .navbar.navbar--condensed .btn:focus {
  color: #000;
  background: #fff;
}
.navbar.navbar--condensed {
  background: #0f141f;
  height: 75px;
}
.navbar {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: .5s .1s background, .5s .15s height;
  z-index: 1000;
  border-radius: 0;
  background: transparent;
}
.navbar .container-medium {
  height: 100%;
}
.navbar.navbar--simple {
  background-color: #0f141f;
  height: 48px;
  color: #9da3a8;
  font-size: 12px;
  font-weight: 500;
  position: absolute !important;
}
.navbar.navbar--simple .header-wrap {
  justify-content: center;
}
.navbar.navbar--simple .claim {
  display: none;
}
.navbar.navbar--simple .claim strong {
  color: white;
}
.navbar.navbar--simple .nav-box {
  padding: 0;
}
.navbar.navbar--simple .nav-box .nav-box-wrapper {
  display: inline-block;
  vertical-align: middle;
  flex: 1 1 auto;
}
.navbar.navbar--simple .nav-box .nav-box-wrapper ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.navbar.navbar--simple .nav-box .nav-box-wrapper ul li {
  line-height: 22px;
}
.navbar.navbar--simple .nav-box .nav-box-wrapper ul .btn {
  padding: 0 10px;
  font-size: 11px;
  text-transform: none;
  font-weight: 500;
  margin-left: 25px;
}
.navbar.navbar--simple .nav-box .nav-box-wrapper ul a:not(.btn) {
  font-weight: 600;
  color: #9da3a8;
}
.navbar.navbar--simple .nav-box .nav-box-wrapper ul a:not(.btn):hover {
  color: #ffac00;
}
@media (min-width: 600px) {
  .navbar.navbar--simple .header-wrap {
    justify-content: space-between;
  }
  .navbar.navbar--simple .claim {
    display: block;
  }
}
.navbar .logo {
  display: flex;
  left: 0;
  position: relative;
  margin: 0;
}
.navbar .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .header-wrap .socials {
  display: none;
}
.navbar .header-wrap .socials svg {
  width: 20px;
  height: 20px;
  display: block;
}
.navbar .header-wrap .socials svg path {
  transition: fill 0.3s;
}
.navbar .header-wrap .socials .item + .item {
  margin-left: 15px;
}
.navbar .header-wrap .socials .item.order4 {
  display: none;
}
.navbar .logo svg {
  max-width: 100%;
  height: 23px;
  width: 105px;
  fill: #fff;
  float: left;
  transition: fill .3s,width .5s;
}
.navbar .logo svg:hover {
  fill: #1d9dd9;
}
.navbar .logo svg path {
  transition: fill 0.5s;
}
.navbar .nav-controls {
  display: block;
  font-size: 0;
}
.navbar .logo--mobile {
  display: none;
  width: 28px;
  height: 18px;
  left: 5px;
  z-index: 1;
  position: absolute;
  top: 29px;
}
.navbar .logo--mobile svg {
  display: block;
}
.navbar .logo--mobile svg .clls-5 {
  fill: #0f141f;
}
.navbar .nav-controls > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.navbar .nav-controls > * + * {
  margin-left: 20px;
}
.navbar .nav-controls svg {
  fill: #fff;
  width: 18px;
  height: auto;
}
.navbar .nav-controls .search svg {
  fill: #fff;
  width: 18px;
  height: auto;
}
.navbar .nav-controls .phone svg {
  fill: #fff;
  width: 18px;
  height: 21px;
}
.navbar .nav-controls .nav-ext,
.navbar .nav-controls .separator {
  display: none;
}
.header-wrap .languages ul {
  display: flex;
  margin: 0;
}
.header-wrap .languages ul li {
  width: 30px;
  text-align: center;
  position: relative;
}
.header-wrap .languages ul li + li a {
  margin-left: 1px;
}
.header-wrap .languages ul li + li::before {
  content: '';
  display: inline-block;
  background: white;
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0px;
  top: 13.4px;
}
.header-wrap .languages ul li a {
  color: #e8edf6;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.header-wrap .languages ul li a:hover,
.header-wrap .languages ul li a:focus {
  font-weight: 600;
}
.header-wrap .languages ul li.active a {
  font-weight: 600;
}
/* ----------------------------------------------------- MOBILE ----------------------------------------------------- */
.small-only {
  display: none;
}
@media (min-width: 500px) {
  .navbar .nav-controls .nav-ext {
    display: inline-block;
  }
  .navbar .nav-box .socialsIcons {
    display: inline-block;
  }
  .navbar .nav-box .languages {
    margin-right: 30px;
  }
  .navbar .nav-box .languages ul li.langItem.active {
    display: inline-block;
  }
  .navbar .nav-box .languages ul li + li:before {
    content: "";
    width: 1px;
    margin-bottom: -1px;
    margin-left: 5px;
    margin-right: 5px;
    height: 10px;
    background-color: #ffac00;
    display: inline-block;
  }
}
@media (min-width: 500px) and (max-width: 991px) {
  .navbar .nav-controls .separator {
    display: inline-block;
    width: 21px;
    height: 21px;
  }
  .navbar .nav-controls .separator:after {
    content: " ";
    display: block;
    margin-left: 10px;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 1024px) {
  .navbar {
    height: 80px;
  }
  .navbar .container-medium {
    width: 100%;
    margin: 0;
  }
  .navbar .nav-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .navbar .nav-box {
    height: 100%;
  }
  .navbar .nav-wrap.mobile .disable--mobile {
    display: none;
  }
  .navbar .nav-wrap.mobile .bottom--contact {
    position: absolute;
    bottom: 15px;
    width: 100%;
  }
  .navbar .nav-wrap.mobile .bottom--contact .contact-wrap {
    display: flex;
    justify-content: space-between;
  }
  .navbar .nav-wrap.mobile .bottom--contact .contact-wrap a {
    font-size: 13px;
    color: #0f141f;
    text-transform: uppercase;
    font-weight: 500;
  }
  .navbar .nav-wrap.mobile .bottom--contact .button {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .navbar .langs,
  .navbar .button-wrap {
    display: none;
  }
  .navbar.navbar--condensed {
    background: #0f141f;
    height: 60px;
  }
  .navbar .nav {
    display: none;
  }
  .nav-toggle {
    display: block;
    border: none;
    background: none;
    padding: 0;
    appearance: none;
  }
  .nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: background-color 0.5s;
  }
  .nav-toggle span + span {
    margin-top: 5px;
  }
  .toggle-fixed {
    padding: 15px 10px;
    border-radius: 10px;
    background: rgba(63, 65, 71, 0.4);
    position: fixed;
    top: 12px;
    right: 10px;
    transition: transform .3s;
    z-index: 999;
  }
  .toggle-fixed.toggle--show {
    transform: none;
  }
  .nav {
    margin-top: 68px;
    margin-left: 9px;
  }
  .nav > li > a,
  .nav > li > a:hover,
  .nav > li > a:focus {
    font-size: inherit;
    color: #e7e9ef;
    font-weight: 300;
    display: inline-block;
    background: none;
    text-transform: lowercase;
  }
  .nav > li.active > a,
  .nav > li > a:hover,
  .nav > li > a:focus {
    color: #ffac00;
  }
  .nav > li {
    font-size: 14px;
  }
  .nav > li + li {
    margin-top: 0.86em;
  }
  .nav-close {
    padding: 5px;
    display: block;
    position: absolute;
    right: -5px;
    margin-top: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 0;
  }
  .nav-close svg {
    fill: #4d535b;
    width: 12px;
    height: auto;
  }
  .navbar .breadcrumbs {
    font-size: 0;
    padding: 5px 0;
    cursor: pointer;
  }
  .navbar .breadcrumbs span {
    font-size: 13px;
    font-weight: 600;
    color: #1d9dd9;
  }
  .navbar .breadcrumbs span + span:before {
    content: "\2192";
    color: #4c525a;
    margin: 0 5px;
    font-family: monospace;
  }
  .nav-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }
  .nav-wrap ul {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
  }
  .nav-wrap ul li a {
    font-size: 43px;
    font-weight: 700;
    color: #0f141f;
    line-height: 1em;
    text-transform: lowercase;
  }
  body:lang(de) .nav-wrap ul li a {
    text-transform: none;
  }
  .nav-wrap.main {
    display: none;
  }
  .nav-wrap.sub {
    display: block;
  }
  .nav--open .nav-wrap.sub {
    background: none;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity 0.3s, transform 0.3s;
  }
  .nav--open .nav-wrap.sub.show {
    opacity: 1;
    pointer-events: all;
    transform: none;
    z-index: 1005;
  }
  .nav--open .nav-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
  }
  .nav--open .logo--mobile {
    display: block;
  }
  .nav--open .nav {
    display: block;
  }
  .nav-wrap .nav-ext {
    display: block;
    position: fixed;
    left: 25px;
    bottom: 30px;
    z-index: 1002;
  }
  .navbar .svgLogo {
    height: 50px;
  }
  .navbar .toggle-fixed {
    z-index: 1001;
    top: 27px;
    right: 30px;
  }
  .navbar .nav-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .navbar .nav-box .svgLogo {
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .navbar .nav-box .languages ul {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 4px 15px;
    line-height: 1em;
  }
  .navbar .nav-box .languages ul li.langItem {
    display: inline-block;
  }
  .navbar .nav-box .languages ul li.langItem a {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background: none;
  }
  .navbar .nav-box .languages ul li.langItem a:hover {
    color: #ffac00;
  }
}
@media (max-width: 1024px) and (min-height: 700px) {
  .nav > li {
    font-size: 18px;
  }
}
@media (max-width: 1024px) and (min-height: 900px) {
  .nav {
    margin-top: 82px;
  }
  .nav > li {
    font-size: 22px;
  }
  .navbar .breadcrumbs span {
    font-size: 21px;
  }
  .nav-wrap .nav-ext a:hover,
  .nav-wrap .nav-ext a:focus,
  .nav-wrap .nav-ext a {
    font-size: 19px;
  }
  .nav-close svg {
    width: 18px;
  }
}
@media (max-width: 1024px) and (max-height: 440px) {
  .navbar .nav-wrap .nav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .navbar .nav > li + li {
    margin-top: 0;
  }
}
/* ----------------------------------------------------- DESKTOP ---------------------------------------------------- */
@media (min-width: 1025px) {
  .small-only {
    display: none !important;
  }
  .navbar .mobile-wrap {
    display: none;
  }
  .navbar {
    height: 110px;
    width: 100%;
  }
  .navbar .nav-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
  }
  .navbar .nav-wrap {
    display: inline-block;
    vertical-align: middle;
    flex: 1 1 auto;
  }
  .navbar .nav-wrap.mobile {
    display: none;
  }
  .navbar .nav-wrap ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .navbar .nav-wrap ul li {
    flex: 0 1 auto;
  }
  .navbar .nav-wrap ul li + li {
    margin-left: 57px;
  }
  .navbar .nav-wrap ul li a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    width: 100%;
    background: #e8edf6;
    margin-bottom: -10px;
    opacity: 0;
    transition: ease-in-out 0.2s;
  }
  .navbar .nav-wrap ul li.active a:after,
  .navbar .nav-wrap ul li a:hover:after {
    opacity: 1;
    margin-bottom: 0;
  }
  .navbar .nav-wrap ul li a,
  .navbar .nav-wrap ul li a:hover,
  .navbar .nav-wrap ul li a:focus {
    position: relative;
    color: #e8edf6;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 36px;
    overflow: visible !important;
    display: inline-block !important;
    padding: 0;
    background: none;
    letter-spacing: -0.015em;
  }
  .navbar .nav-controls {
    display: inline-block;
    vertical-align: middle;
    flex: 0 1 auto;
  }
  .navbar .logo {
    left: 0;
  }
  .navbar .logo svg {
    max-width: 100%;
    height: 20px;
    width: 93px;
  }
  .navbar--inverse .nav a,
  .navbar--inverse .nav a:hover,
  .navbar--inverse .nav a:focus {
    color: #000;
  }
  .navbar--inverse .nav .active a,
  .navbar--inverse .nav a:hover {
    color: #1d9dd9;
  }
  .navbar .nav-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar .svgLogo {
    height: 50px;
  }
  .navbar .nav-box .languages ul {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 4px 15px;
    line-height: 1em;
  }
  .navbar .nav-box .languages ul li.langItem {
    display: inline-block;
  }
  .navbar .nav-box .languages ul li.langItem.active {
    display: none;
  }
  .navbar .nav-box .languages ul li.langItem a {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background: none;
  }
  .navbar .nav-box .languages ul li.langItem a:hover {
    color: #ffac00;
  }
}
@media (min-width: 1200px) {
  .navbar .svgLogo {
    height: 60px;
  }
  .navbar .nav-box .languages ul li.langItem.active {
    display: inline-block;
  }
  .navbar .nav-box .languages ul li + li:before {
    content: "";
    width: 1px;
    margin-bottom: -1px;
    margin-left: 5px;
    margin-right: 5px;
    height: 10px;
    background-color: #ffac00;
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .nav li + li {
    margin-left: 50px;
  }
  .navbar .nav-box .socialsIcons {
    margin: 0 50px;
  }
}
@media (max-width: 991px) {
  .comp__submenu {
    display: none;
  }
}
@media (min-width: 992px) {
  .comp__submenu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1500;
    width: 340px;
    background: #000;
    transform: translateX(-100%);
    transition: transform 0.35s;
  }
  .comp__submenu.open {
    transform: none;
    transition: transform 0.3s;
  }
  .comp__submenu ul {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .comp__submenu li {
    list-style: none;
    height: 200px;
    max-height: 25%;
    position: relative;
    background: #000;
    cursor: pointer;
  }
  .comp__submenu li a:hover,
  .comp__submenu li a:focus,
  .comp__submenu li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #dfe0e6;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
  }
  .comp__submenu li a {
    overflow: hidden;
  }
  .comp__submenu li a span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .comp__submenu li a .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    opacity: .5;
    transition: .4s opacity, 1s transform;
    background-position: center center;
    background-size: cover;
  }
  .comp__submenu li a:hover .bg {
    transform: scale(1.1);
    opacity: 0.8;
  }
  .comp__submenu .toggle {
    width: 32px;
    height: 64px;
    background: #1d9dd9;
    border-radius: 0 10px 10px 0;
    background: #cf0019;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-5px, -50%);
    transition: transform .3s;
    cursor: pointer;
  }
  .comp__submenu .toggle:hover {
    transform: translate(0, -50%);
  }
  .comp__submenu .toggle svg {
    fill: #f6f6f6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    width: 9px;
  }
  .comp__submenu.open .toggle svg {
    transform: translateY(-50%) rotate(180deg);
  }
  .page-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(100%);
    position: fixed;
    z-index: 1400;
    pointer-events: none;
    transition: opacity .3s, transform 0s .4s;
    cursor: pointer;
  }
  .page-overlay.visible {
    opacity: 1;
    transform: none;
    pointer-events: all;
    transition: opacity 0.3s, transform 0s 0s;
  }
}
@media (min-width: 1680px) {
  .navbar .header-wrap .socials {
    display: flex;
  }
  .navbar .header-wrap .socials svg {
    fill: #e8edf6;
  }
}
.top-box {
  background: #131313;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 0.4s, opacity 0s 0.5s;
}
.top-box.open {
  transform: none;
  opacity: 1;
  pointer-events: all;
  transition: transform 0.4s, opacity 0s 0s;
}
.top-box .text,
.top-box .text a,
.top-box .text a:hover,
.top-box .text a:focus,
.top-box form {
  height: 100%;
}
.top-box input.search {
  /*position:relative;top:50%;transform:translateY(-50%);*/
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
.top-box .text {
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}
.top-box input.search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  appearance: none;
  background: none;
  border: none;
  width: 100%;
  margin-right: 5px;
  height: 100%;
  line-height: 1em;
}
.top-box .controls {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.top-box .controls input.submit {
  font-size: 17px;
  font-weight: 700;
  appearance: none;
  border: none;
  background: none;
  color: #fff;
  transform: scale(0);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s opacity;
}
.top-box .controls .close-bar {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  vertical-align: middle;
  padding: 8px;
  transition: 0.3s opacity;
}
.top-box .controls .close-bar svg {
  fill: #4d535b;
  width: 14px;
  height: auto;
  transition: fill 0.3s;
}
.top-box .controls .close-bar:hover svg {
  fill: #707984;
}
.top-box .controls.input--filled .close-bar {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  vertical-align: middle;
  padding: 8px;
  transform: scale(0);
  pointer-events: none;
  opacity: 0;
}
.top-box .controls.input--filled input.submit {
  font-size: 17px;
  font-weight: 700;
  appearance: none;
  border: none;
  background: none;
  color: #fff;
  transform: none;
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 768px) {
  .top-box .text,
  .top-box .text a,
  .top-box .text a:hover,
  .top-box .text a:focus,
  .top-box input.search {
    font-size: 35px;
  }
  .top-box {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .top-box .text,
  .top-box .text a,
  .top-box .text a:hover,
  .top-box .text a:focus,
  .top-box input.search {
    font-size: 48px;
  }
  .top-box {
    height: 170px;
  }
  .close-bar svg {
    width: 18px;
  }
}
/* Global Variable */
/* Element Variables
   Change @bar-w to adjust entire button size.
*/
/* Ninja Button styles */
.ninja-btn {
  display: inline-block;
  float: left;
  position: relative;
  width: 25px;
  height: 16.28571429px;
  cursor: pointer;
  padding: 0;
}
.ninja-btn span,
.ninja-btn span:before,
.ninja-btn span:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #fff;
  width: 25px;
  height: 2px;
}
.ninja-btn.active span,
.ninja-btn.active span:before,
.ninja-btn.active span:after {
  background-color: #0f141f;
}
.ninja-btn span {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 7.14285714px;
  margin-bottom: 7.14285714px;
}
.ninja-btn span:before,
.ninja-btn span:after {
  content: "";
  position: absolute;
  left: 0;
}
.ninja-btn span:before {
  top: -7.14285714px;
}
.ninja-btn span:after {
  top: 7.14285714px;
}
/* Ninja Button */
.ninja-btn.active span {
  background-color: transparent;
}
.ninja-btn.active span:before,
.ninja-btn.active span:after {
  top: 0;
}
.ninja-btn.active span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.ninja-btn.active span:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
/* Ninja Button Active */
.has_banner .ninja-btn span,
.inverse-menu .ninja-btn span,
.has_banner .ninja-btn span:before,
.inverse-menu .ninja-btn span:before,
.has_banner .ninja-btn span:after,
.inverse-menu .ninja-btn span:after {
  background: #0f141f;
}
.has_banner .ninja-btn.active span,
.inverse-menu .ninja-btn.active span {
  background: #fff;
}
.has_banner .navbar.navbar--condensed .ninja-btn span,
.inverse-menu .navbar.navbar--condensed .ninja-btn span,
.has_banner .navbar.navbar--condensed .ninja-btn span:before,
.inverse-menu .navbar.navbar--condensed .ninja-btn span:before,
.has_banner .navbar.navbar--condensed .ninja-btn span:after,
.inverse-menu .navbar.navbar--condensed .ninja-btn span:after {
  background: #fff;
}
.has_banner .navbar.navbar--condensed .ninja-btn.active span,
.inverse-menu .navbar.navbar--condensed .ninja-btn.active span {
  background: #fff;
}
.has_banner .navbar.navbar--condensed .ninja-btn.active span:before,
.inverse-menu .navbar.navbar--condensed .ninja-btn.active span:before,
.has_banner .navbar.navbar--condensed .ninja-btn.active span:after,
.inverse-menu .navbar.navbar--condensed .ninja-btn.active span:after {
  background: #0f141f;
}
/* fix iOS bug not displaying 100vh correctly */
/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .navbar .nav-wrap.mobile .bottom--contact {
    display: none;
  }
  .navbar .nav-wrap.mobile ul {
    top: 60%;
  }
  .navbar .nav-wrap.mobile ul li a {
    font-size: 25px;
  }
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .navbar .nav-wrap.mobile .bottom--contact {
    display: none;
  }
  .navbar .nav-wrap.mobile ul {
    top: 60%;
  }
  .navbar .nav-wrap.mobile ul li a {
    font-size: 25px;
  }
}
/* iphone6 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .navbar .nav-wrap.mobile .bottom--contact {
    display: none;
  }
  .navbar .nav-wrap.mobile ul {
    top: 55%;
  }
  .navbar .nav-wrap.mobile ul li a {
    font-size: 40px;
  }
}
/* iphone6+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .navbar .nav-wrap.mobile .bottom--contact {
    display: none;
  }
  .navbar .nav-wrap.mobile ul {
    top: 55%;
  }
  .navbar .nav-wrap.mobile ul li a {
    font-size: 43px;
  }
}
@media (orientation: landscape) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 2) {
  .navbar .nav-wrap.mobile .bottom--contact {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar .nav-wrap.mobile ul li a {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .navbar .header-wrap .button-wrap {
    display: none;
  }
}
