@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=068be8e4-61c2-4aa2-88de-b98da3263bba");
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,
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: 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  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, .img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 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;
}

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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  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.428571429;
}

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;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.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.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  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);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  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;
}

.container, .overlay-menu {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .overlay-menu:before, .container:after, .overlay-menu:after {
  content: " ";
  display: table;
}
.container:after, .overlay-menu:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .overlay-menu {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .overlay-menu {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .overlay-menu {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.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 > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  /* IE8-9 */
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.radio input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox,
.radio + .checkbox,
.checkbox + .radio {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio], .navbar-form .radio input[type=radio],
.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=checkbox],
.navbar-form .checkbox input[type=checkbox],
.navbar-form .radio input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.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;
  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.428571429;
  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: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.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.428571429;
  color: #999999;
}

.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.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%;
}

[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  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: #428bca;
}
.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.428571429;
  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-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: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-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;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container > .navbar-header, .overlay-menu > .navbar-header,
.container > .navbar-collapse,
.overlay-menu > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .overlay-menu > .navbar-header,
.container > .navbar-collapse,
.overlay-menu > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .overlay-menu .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.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: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}

.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.428571429;
  text-decoration: none;
  color: #428bca;
  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 > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  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: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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;
}
.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:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.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: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.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: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  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;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 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;
}
.container .jumbotron, .overlay-menu .jumbotron {
  border-radius: 6px;
}
.jumbotron .container, .jumbotron .overlay-menu {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .overlay-menu .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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.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 {
  padding-right: 35px;
}
.alert-dismissable .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: #428bca;
  -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;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  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: 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 {
  -webkit-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: 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: 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: 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: 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,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.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 {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.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 {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.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-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.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 {
  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 {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .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 {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.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;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.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-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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.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: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}

.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: none;
}

.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;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}

@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: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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;
  text-decoration: none;
  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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  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);
  white-space: normal;
}
.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;
  font-weight: normal;
  line-height: 18px;
  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: fadein(rgba(0, 0, 0, 0.2), 5%);
  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: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.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: fadein(rgba(0, 0, 0, 0.2), 5%);
  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: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.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);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.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: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.job-vacancy-full__apply-now, .field-seperator, .main-title__content h1, .main-page-title h1, .job-vacancy-full__title h1 {
  font-family: "Museo Slab W01 500";
  font-size: 44px;
  line-height: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .job-vacancy-full__apply-now, .field-seperator, .main-title__content h1, .main-page-title h1, .job-vacancy-full__title h1 {
    font-size: 34px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .job-vacancy-full__apply-now, .field-seperator, .main-title__content h1, .main-page-title h1, .job-vacancy-full__title h1 {
    font-size: 24px;
    line-height: 25px;
  }
}

.job-vacancy-full__content .intro, .search-panel__seperator, .emphasize, .training-contact__title, .training-contact, .labeled-button__label, .pop-up, .social-icons h2, form h1, .pull-out, .vacancy-module__title,
.vacancy-module__salary, .vacancy-module__front footer .vacancy-module__salary,
.vacancy-module__back footer .vacancy-module__salary, .main-navigation {
  font-family: "Museo Slab W01 500";
  font-size: 20px;
  line-height: 26px;
}

.job-vacancy-full__section, .tagline, h2 {
  font-family: "BasicCommercialW01-Blk";
  font-size: 26px;
  line-height: 28px;
}

.main-title__content small {
  font-family: "BasicCommercialW01-Roma";
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-title__content small {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .main-title__content small {
    font-size: 14px;
    line-height: 16px;
  }
}

.form-control, html,
body {
  font-family: "BasicCommercialW01-Roma";
  font-size: 18px;
  line-height: 28px;
}

.job-vacancy-full__list, .upload .upload__label, .btn, form label, h3 {
  font-family: "BasicCommercialW01-Bold";
  font-size: 18px;
  line-height: 28px;
}

.vacancy-module__front p, .vacancy-module__front .extra,
.vacancy-module__back p,
.vacancy-module__back .extra, .vacancy-module__header h2, .nav {
  font-family: "BasicCommercialW01-Roma";
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vacancy-module__front p, .vacancy-module__front .extra,
.vacancy-module__back p,
.vacancy-module__back .extra, .vacancy-module__header h2, .nav {
    font-size: 15px;
    line-height: 17px;
  }
}

@font-face {
  font-family: "BasicCommercialW01-Blk";
  src: url("/css/fonts/fonts.com/9bf2775e-20df-428d-a8c6-d65f79bb2f7b.eot?#iefix");
  src: url("/css/fonts/fonts.com/9bf2775e-20df-428d-a8c6-d65f79bb2f7b.eot?#iefix") format("eot"), url("/css/fonts/fonts.com/80fccca1-ffd4-473b-a074-d231aacb770d.woff") format("woff"), url("/css/fonts/fonts.com/1a7a2eda-596c-4998-ade8-fc84327b1df9.ttf") format("truetype"), url("/css/fonts/fonts.com/c77bdcc5-4854-4e35-aee2-1895f7d93168.svg#c77bdcc5-4854-4e35-aee2-1895f7d93168") format("svg");
}
@font-face {
  font-family: "BasicCommercialW01-Roma";
  src: url("/css/fonts/fonts.com/b79b3f0d-337c-493e-9dba-346560fd6d7f.eot?#iefix");
  src: url("/css/fonts/fonts.com/b79b3f0d-337c-493e-9dba-346560fd6d7f.eot?#iefix") format("eot"), url("/css/fonts/fonts.com/a96530dd-c9a4-4cd4-89c1-843e8965eba1.woff") format("woff"), url("/css/fonts/fonts.com/8a8c36d9-a5cc-4614-b098-5e57c6e09ca7.ttf") format("truetype"), url("/css/fonts/fonts.com/0ad7bf84-e32e-42e6-ae85-68acbb28f50a.svg#0ad7bf84-e32e-42e6-ae85-68acbb28f50a") format("svg");
}
@font-face {
  font-family: "Museo Slab W01 500";
  src: url("/css/fonts/fonts.com/2656a5f2-9367-4d1d-af19-8cd9f9028d08.eot?#iefix");
  src: url("/css/fonts/fonts.com/2656a5f2-9367-4d1d-af19-8cd9f9028d08.eot?#iefix") format("eot"), url("/css/fonts/fonts.com/3cf54835-9705-474e-9afa-46f2d59589e7.woff") format("woff"), url("/css/fonts/fonts.com/1bc72f40-8f25-47dd-874e-a829e7e992f6.ttf") format("truetype"), url("/css/fonts/fonts.com/5329032e-48ad-4e1a-9b4c-6b847641304c.svg#5329032e-48ad-4e1a-9b4c-6b847641304c") format("svg");
}
@font-face {
  font-family: "BasicCommercialW01-Bold";
  src: url("/css/fonts/fonts.com/1398268c-cf49-4567-ba48-8ff7d12bbbe5.eot?#iefix");
  src: url("/css/fonts/fonts.com/1398268c-cf49-4567-ba48-8ff7d12bbbe5.eot?#iefix") format("eot"), url("/css/fonts/fonts.com/fb411e31-380f-4a7f-a4c3-daaacd9aa217.woff") format("woff"), url("/css/fonts/fonts.com/bdcaa507-aa33-4a68-af05-eefb168255fc.ttf") format("truetype"), url("/css/fonts/fonts.com/432e459a-c917-431c-8099-76cbb7c83210.svg#432e459a-c917-431c-8099-76cbb7c83210") format("svg");
}
.spinner {
  margin: 55px 0;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #009bda;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.main-container {
  max-width: 100%;
  overflow: hidden;
}

html,
body {
  color: #777777;
  height: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

pre {
  text-align: left;
}

em {
  font-style: normal;
  color: #009bda;
}

a {
  color: #009bda;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #2b618e;
}

.bullet-list--alt, .job-vacancy-full__content ul, .content-section ul, .formatted-content ul, .job-vacancy-full ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}
.bullet-list--alt > li, .job-vacancy-full__content ul > li, .content-section ul > li, .formatted-content ul > li, .job-vacancy-full ul > li {
  padding-left: 0;
  margin: 7px 0;
  position: relative;
  padding-left: 1.5em;
}
.bullet-list--alt > li:before, .job-vacancy-full__content ul > li:before, .content-section ul > li:before, .formatted-content ul > li:before, .job-vacancy-full ul > li:before {
  content: "•";
  color: #009bda;
  position: absolute;
  left: 0;
}

.number-list--alt, .job-vacancy-full__content ol, .formatted-content ol, .job-vacancy-full ol {
  list-style: none;
  counter-reset: ol-counter;
  padding: 0;
  margin-bottom: 2em;
}
.number-list--alt > li, .job-vacancy-full__content ol > li, .formatted-content ol > li, .job-vacancy-full ol > li {
  padding-left: 0;
  margin: 7px 0;
  position: relative;
  padding-left: 1.5em;
}
.number-list--alt > li:before, .job-vacancy-full__content ol > li:before, .formatted-content ol > li:before, .job-vacancy-full ol > li:before {
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  color: #009bda;
  position: absolute;
  left: 0;
}

.formatted-content em, .job-vacancy-full em {
  color: #009bda;
  fill: #009bda;
}
.formatted-content em svg, .job-vacancy-full em svg {
  fill: #009bda;
}
.formatted-content .btn, .job-vacancy-full .btn {
  background-color: #009bda;
  color: white;
}
.formatted-content .btn:hover, .job-vacancy-full .btn:hover {
  background-color: #0077a7;
}
.main-page-title h1, .job-vacancy-full__title h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #009bda;
  margin: 0.5em 0 0.2em 0;
  padding: 0;
}

h2 {
  margin-bottom: 0.3em;
}

h3 {
  margin-bottom: 1em;
}

h2 + h3 {
  margin-top: 0;
}

.row--spaced {
  margin-top: 30px;
}

.row--bottom-clear {
  margin-bottom: 50px;
}

.row--spaced-vertical {
  margin-top: 40px;
  margin-bottom: 25px;
}

.drop-shadow {
  position: relative;
}
.drop-shadow:before, .drop-shadow:after {
  display: block;
  content: "";
  position: absolute;
}
.drop-shadow:before {
  left: -100px;
  right: -100px;
  top: 0;
  bottom: 0;
  background: #FFF;
  z-index: -1;
}
.drop-shadow:after {
  -webkit-box-shadow: 0 0 20px rgba(162, 167, 175, 0.5);
  -moz-box-shadow: 0 0 20px rgba(162, 167, 175, 0.5);
  box-shadow: 0 0 20px rgba(162, 167, 175, 0.5);
  top: 50%;
  bottom: 0;
  left: -80px;
  right: -80px;
  -moz-border-radius: 200px/20px;
  border-radius: 200px/20px;
  z-index: -2;
}

.drop-shadow--standalone {
  margin-top: -30px;
  height: 30px;
}

.shadow-clear {
  clear: both;
}

.main-navigation {
  border: none;
  margin-bottom: 50px;
  background: #FFF;
  color: #777777;
  border-radius: 2px;
  position: relative;
}
.main-navigation:before, .main-navigation:after {
  bottom: 14px;
  content: "";
  position: absolute;
  z-index: -1;
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  box-shadow: 0 20px 20px rgba(162, 167, 175, 0.4);
  height: 50px;
  left: -10px;
  max-width: 50%;
  width: 50%;
}
.main-navigation:after {
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  left: auto;
  right: -20px;
}
@media (max-width: 767px) {
  .main-navigation:before, .main-navigation:after {
    display: none;
  }
}

.main-navigation__header {
  float: none;
  background: white;
  padding: 30px 0 20px 0;
  position: relative;
}
.main-navigation__header:before, .main-navigation__header:after {
  display: block;
  content: "";
  position: absolute;
}
.main-navigation__header:before {
  left: -100px;
  right: -100px;
  top: 0;
  bottom: 0;
  background: #FFF;
  z-index: -1;
}
.main-navigation__header:after {
  -webkit-box-shadow: 0 0 20px rgba(162, 167, 175, 0.5);
  -moz-box-shadow: 0 0 20px rgba(162, 167, 175, 0.5);
  box-shadow: 0 0 20px rgba(162, 167, 175, 0.5);
  top: 50%;
  bottom: 0;
  left: -80px;
  right: -80px;
  -moz-border-radius: 200px/20px;
  border-radius: 200px/20px;
  z-index: -2;
}

.navbar-header {
  z-index: 1;
}
@media (max-width: 767px) {
  .navbar-header {
    padding: 10px 5px 3px 5px;
  }
}

.navbar-header__display:before, .navbar-header__display:after {
  content: " ";
  display: table;
}
.navbar-header__display:after {
  clear: both;
}

.navbar > .container .navbar-brand, .navbar > .overlay-menu .navbar-brand {
  padding: 0;
  margin-left: 0;
  display: inline-block;
  height: auto;
}
@media (max-width: 480px) {
  .navbar > .container .navbar-brand svg, .navbar > .overlay-menu .navbar-brand svg {
    width: 215px;
  }
}

.navbar-strapline {
  margin: 10px 0 0 100px;
  float: left;
  display: inline-block;
}

.navbar-contact {
  margin: 9px 0 0 0;
  float: right;
}
.navbar-contact a {
  color: #009bda;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar-contact .number {
    display: none;
  }
}
.navbar-contact .contact-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -9px 2px 0 0;
}
.navbar-contact .contact-icon__surround {
  fill: #009bda;
}
.navbar-contact:hover .contact-icon__surround, .navbar-contact:focus .contact-icon__surround, .navbar-contact:active .contact-icon__surround {
  fill: #0077a7;
}

.navbar-toggle {
  background: #009bda;
  color: #000;
  margin: 0;
  border-radius: 0;
  width: 34px;
  height: 34px;
  padding: 5px;
  margin: 0 0 0 5px;
}
.navbar-toggle .icon-bar {
  background: #FFF;
  height: 3px;
}
.navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active {
  background: #0077a7;
}

.navbar-alert {
  display: inline-block;
  height: 35px;
  text-align: center;
  background: #009bda;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navbar-alert:hover, .navbar-alert:focus, .navbar-alert:active {
  background: #2b618e;
}
.navbar-alert a {
  color: #FFF;
  display: block;
  padding: 5px 10px;
}

.navbar-collapse {
  padding: 0;
  text-align: center;
}

.navbar-nav {
  display: inline-block;
  text-align: left;
  float: none;
}
@media (max-width: 767px) {
  .navbar-nav {
    float: left;
    display: block;
    width: 100%;
  }
}

.nav > li > a {
  padding: 15px 20px;
  color: #777777;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
  color: #009bda;
  background: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    padding: 15px 9px;
  }
}
.nav > li.active > a {
  color: #009bda;
}
.nav > li:first-of-type > a {
  padding-left: 0;
}
.nav > li:last-of-type > a {
  padding-right: 0;
}
.nav > li .dropdown-menu {
  background: #009bda;
  border-radius: 0;
  border: 0;
}
.nav > li .dropdown-menu a {
  color: #FFF;
}
.nav > li .dropdown-menu a:hover, .nav > li .dropdown-menu a:focus, .nav > li .dropdown-menu a:active {
  background: #0077a7;
}
@media (max-width: 767px) {
  .nav {
    background: #009bda;
    margin: 0;
  }
  .nav > li > a {
    padding: 10px 15px;
    margin-right: 0;
    color: #FFF;
  }
  .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
    color: #FFF;
    background: #0077a7;
  }
  .nav > li.active > a {
    color: #FFF;
    background: #0077a7;
  }
  .nav > li.open .dropdown-menu {
    background: #0077a7;
    padding: 0;
  }
  .nav > li.open .dropdown-menu > li > a {
    padding: 10px 15px;
  }
  .nav > li:first-of-type > a {
    padding-left: 15px;
  }
  .nav > li:last-of-type > a {
    padding-right: 15px;
  }
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
}
@media (max-width: 767px) {
  .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #FFF;
    background: #0077a7;
  }
}

.main-title {
  text-align: center;
  height: 170px;
  color: #777777;
}
.main-title:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  width: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-title {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .main-title {
    height: auto;
    padding: 15px 0;
  }
  .main-title:before {
    display: none;
  }
}

.main-title__content {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
.main-title__content h1 {
  text-transform: uppercase;
  margin: 0;
}
.main-title__content small {
  line-height: 35px;
  vertical-align: bottom;
  text-transform: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-title__content small {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .main-title__content small {
    line-height: 24px;
  }
  .main-title__content small.main-title__row {
    line-height: 17px;
    display: block;
  }
}
@media (max-width: 480px) {
  .main-title__content {
    display: block;
    width: auto;
    text-align: left;
  }
  .main-title__content .main-title__row {
    display: inline;
  }
}
.main-title__content .highlight {
  color: #009bda;
}
.main-title__content .lowlight {
  color: #2b618e;
}
.main-title__content .knockback {
  color: #777777;
}

.module-container {
  position: relative;
  text-align: center;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .module-container {
    margin: 0 -25px 0 0;
    padding: 0 0 50px 0;
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-container .vacancy-module:nth-of-type(6n - 2) .vacancy-module__front:before,
.module-container .vacancy-module:nth-of-type(6n - 2) .vacancy-module__back:before, .module-container .vacancy-module:nth-of-type(6n - 1) .vacancy-module__front:before,
.module-container .vacancy-module:nth-of-type(6n - 1) .vacancy-module__back:before, .module-container .vacancy-module:nth-of-type(6n) .vacancy-module__front:before,
.module-container .vacancy-module:nth-of-type(6n) .vacancy-module__back:before {
    bottom: auto;
    top: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 0;
  }
  .module-container .vacancy-module:nth-of-type(6n - 2) .vacancy-module__back:before, .module-container .vacancy-module:nth-of-type(6n - 1) .vacancy-module__back:before, .module-container .vacancy-module:nth-of-type(6n) .vacancy-module__back:before {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-container .vacancy-module:nth-of-type(4n - 1) .vacancy-module__front:before,
.module-container .vacancy-module:nth-of-type(4n - 1) .vacancy-module__back:before, .module-container .vacancy-module:nth-of-type(4n) .vacancy-module__front:before,
.module-container .vacancy-module:nth-of-type(4n) .vacancy-module__back:before {
    bottom: auto;
    top: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 0;
  }
  .module-container .vacancy-module:nth-of-type(4n - 1) .vacancy-module__back:before, .module-container .vacancy-module:nth-of-type(4n) .vacancy-module__back:before {
    left: 0;
    right: auto;
  }
}
@media (max-width: 767px) {
  .module-container .vacancy-module:nth-of-type(2n) .vacancy-module__front:before,
.module-container .vacancy-module:nth-of-type(2n) .vacancy-module__back:before {
    bottom: auto;
    top: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 0;
  }
  .module-container .vacancy-module:nth-of-type(2n) .vacancy-module__back:before {
    left: 0;
    right: auto;
  }
}

.vacancy-module {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .vacancy-module {
    padding: 0;
    float: none;
    display: inline-block;
    margin: 0 25px 25px 0;
    width: 262px;
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vacancy-module {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vacancy-module {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .vacancy-module {
    margin-top: 5px;
    margin-bottom: 25px;
    height: 360px;
  }
}
.vacancy-module.vacancy-module--active .vacancy-module__content .vacancy-module__front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.vacancy-module.vacancy-module--active .vacancy-module__content .vacancy-module__back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 100;
}

.vacancy-module__content {
  position: relative;
  width: 100%;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
@media (min-width: 1200px) {
  .vacancy-module__content {
    width: 262px;
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vacancy-module__content {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vacancy-module__content {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .vacancy-module__content {
    height: 350px;
  }
}

.vacancy-module__inner {
  padding: 0 10px;
  height: 250px;
}

.vacancy-module__header {
  background: white;
  padding: 4px 5px 5px 5px;
  margin: 0 0 15px 0;
  line-height: 25px;
  position: relative;
  text-align: left;
  min-height: 31px;
  cursor: pointer;
}
.vacancy-module__header:before, .vacancy-module__header:after {
  content: " ";
  display: table;
}
.vacancy-module__header:after {
  clear: both;
}
.vacancy-module__header h2 {
  font-family: "BasicCommercialW01-Bold";
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 29px;
}
.vacancy-module__header .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 30px;
  height: 20px;
}
.vacancy-module__header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #FFF transparent transparent transparent;
}
.vacancy-module__header .icon {
  float: right;
  width: 29px;
  height: 29px;
}

.vacancy-module__flag {
  max-width: 28px;
  max-height: 21px;
}

.vacancy-module__front,
.vacancy-module__back {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 1s;
  transition: 1s;
  background: #f06;
  color: #FFF;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 1200px) {
  .vacancy-module__front,
.vacancy-module__back {
    width: 262px;
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vacancy-module__front,
.vacancy-module__back {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vacancy-module__front,
.vacancy-module__back {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .vacancy-module__front,
.vacancy-module__back {
    height: 330px;
  }
}
.vacancy-module__front:before,
.vacancy-module__back:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
}
.vacancy-module__front .icon-main,
.vacancy-module__back .icon-main {
  fill: #FFF;
  width: 100px;
  height: 130px;
}
.vacancy-module__front p, .vacancy-module__front .extra,
.vacancy-module__back p,
.vacancy-module__back .extra {
  color: rgba(255, 255, 255, 0.7);
}
.vacancy-module__front p .highlight, .vacancy-module__front .extra .highlight,
.vacancy-module__back p .highlight,
.vacancy-module__back .extra .highlight {
  color: #FFF;
}
.vacancy-module__front .extra,
.vacancy-module__back .extra {
  line-height: 17px;
}
.vacancy-module__front .marginless,
.vacancy-module__back .marginless {
  margin-bottom: 0;
}
.vacancy-module__front a,
.vacancy-module__back a {
  color: #FFF;
}
.vacancy-module__front a:hover,
.vacancy-module__back a:hover {
  color: #FFF;
}
.vacancy-module__front footer,
.vacancy-module__back footer {
  margin: 17px 0 0 0;
}
.vacancy-module__front footer:before, .vacancy-module__front footer:after,
.vacancy-module__back footer:before,
.vacancy-module__back footer:after {
  content: " ";
  display: table;
}
.vacancy-module__front footer:after,
.vacancy-module__back footer:after {
  clear: both;
}
.vacancy-module__front footer .vacancy-module__salary,
.vacancy-module__back footer .vacancy-module__salary {
  float: left;
  margin: 0;
  display: inline-block;
}
.vacancy-module__front .social-icons,
.vacancy-module__back .social-icons {
  margin: 2px 0 0 0;
  line-height: 29px;
  width: auto;
  display: inline-block;
  float: right;
}
.vacancy-module__front .social-icons:before, .vacancy-module__front .social-icons:after,
.vacancy-module__back .social-icons:before,
.vacancy-module__back .social-icons:after {
  content: " ";
  display: table;
}
.vacancy-module__front .social-icons:after,
.vacancy-module__back .social-icons:after {
  clear: both;
}
.vacancy-module__front .social-icons h2,
.vacancy-module__back .social-icons h2 {
  display: none;
}
.vacancy-module__front .social-icons svg,
.vacancy-module__back .social-icons svg {
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  fill: rgba(255, 255, 255, 0.7);
}
.vacancy-module__front .social-icons ul,
.vacancy-module__back .social-icons ul {
  float: right;
}
.vacancy-module__front .social-icons li,
.vacancy-module__back .social-icons li {
  margin: 0 0 0 3px;
  display: block;
  float: left;
}
.vacancy-module__front .social-icons li:hover svg,
.vacancy-module__back .social-icons li:hover svg {
  fill: #FFF;
}

@media (min-width: 992px) {
  .vacancy-module__teaser {
    max-height: 70px;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }

  .module {
    margin: 0 0 1em 0;
    overflow: hidden;
  }

  .module p {
    margin: 0;
  }

  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .last-line {
    height: 3.5em;
    text-overflow: -o-ellipsis-lastline;
  }
}
.vacancy-module__front {
  z-index: 2;
  color: #FFF;
  cursor: pointer;
}
.vacancy-module__front .icon {
  fill: #FFF;
}
.vacancy-module__front:before {
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #F06 transparent transparent transparent;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vacancy-module__front .vacancy-module__title {
    margin-top: 40px;
  }
}

.vacancy-module__back {
  text-align: left;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.vacancy-module__back:before {
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #f06 transparent transparent;
}
.vacancy-module__back .vacancy-module__header:before {
  border-width: 0 10px 10px 0;
  border-color: transparent #FFF transparent transparent;
  right: 0;
  left: auto;
}

.vacancy-module__title,
.vacancy-module__salary {
  line-height: 23px;
  color: #FFF;
  margin: 15px 0 10px 0;
}
.vacancy-module__title:before, .vacancy-module__title:after,
.vacancy-module__salary:before,
.vacancy-module__salary:after {
  content: " ";
  display: table;
}
.vacancy-module__title:after,
.vacancy-module__salary:after {
  clear: both;
}

.vacancy-module__icons {
  height: 130px;
  line-height: 130px;
}
.vacancy-module__icons object {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 130px;
}
.vacancy-module__icons svg {
  width: 100%;
  vertical-align: middle;
}
.vacancy-module__icons .icon {
  height: 100px;
  width: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vacancy-module__icons {
    height: 230px;
  }
  .vacancy-module__icons object {
    height: 230px;
    width: 110px;
    margin-right: 15px;
  }
  .vacancy-module__icons object:last-of-type {
    margin-right: 0;
  }
  .vacancy-module__icons .icon {
    height: 130px;
    width: 80px;
  }
}

.vacancy-module--hvac .vacancy-module__front,
.vacancy-module--hvac .vacancy-module__back {
  background: #009bda;
}
.vacancy-module--hvac .vacancy-module__front:before {
  border-color: #009bda transparent transparent transparent;
}
.vacancy-module--hvac .vacancy-module__back:before {
  border-color: transparent #009bda transparent transparent;
}
.vacancy-module--hvac .vacancy-module__header .title {
  color: #009bda;
}
.vacancy-module--hvac .vacancy-module__header .icon {
  fill: #009bda;
}
.vacancy-module--hvac .uk-map {
  fill: #0077a7;
}

.vacancy-module--electric .vacancy-module__front,
.vacancy-module--electric .vacancy-module__back {
  background: #fab600;
}
.vacancy-module--electric .vacancy-module__front:before {
  border-color: #fab600 transparent transparent transparent;
}
.vacancy-module--electric .vacancy-module__back:before {
  border-color: transparent #fab600 transparent transparent;
}
.vacancy-module--electric .vacancy-module__header .title {
  color: #fab600;
}
.vacancy-module--electric .vacancy-module__header .icon {
  fill: #fab600;
}
.vacancy-module--electric .uk-map {
  fill: #c79100;
}

.vacancy-module--fire .vacancy-module__front,
.vacancy-module--fire .vacancy-module__back {
  background: #e1081e;
}
.vacancy-module--fire .vacancy-module__front:before {
  border-color: #e1081e transparent transparent transparent;
}
.vacancy-module--fire .vacancy-module__back:before {
  border-color: transparent #e1081e transparent transparent;
}
.vacancy-module--fire .vacancy-module__header .title {
  color: #e1081e;
}
.vacancy-module--fire .vacancy-module__header .icon {
  fill: #e1081e;
}
.vacancy-module--fire .uk-map {
  fill: #b00617;
}

.vacancy-module--light .vacancy-module__front,
.vacancy-module--light .vacancy-module__back {
  background: #82bb27;
}
.vacancy-module--light .vacancy-module__front:before {
  border-color: #82bb27 transparent transparent transparent;
}
.vacancy-module--light .vacancy-module__back:before {
  border-color: transparent #82bb27 transparent transparent;
}
.vacancy-module--light .vacancy-module__header .title {
  color: #82bb27;
}
.vacancy-module--light .vacancy-module__header .icon {
  fill: #82bb27;
}
.vacancy-module--light .uk-map {
  fill: #65911e;
}

.vacancy-module--control .vacancy-module__front,
.vacancy-module--control .vacancy-module__back {
  background: #a2a7af;
}
.vacancy-module--control .vacancy-module__front:before {
  border-color: #a2a7af transparent transparent transparent;
}
.vacancy-module--control .vacancy-module__back:before {
  border-color: transparent #a2a7af transparent transparent;
}
.vacancy-module--control .vacancy-module__header .title {
  color: #a2a7af;
}
.vacancy-module--control .vacancy-module__header .icon {
  fill: #a2a7af;
}
.vacancy-module--control .uk-map {
  fill: #878d97;
}

.vacancy-module--facilities .vacancy-module__front,
.vacancy-module--facilities .vacancy-module__back {
  background: #bf4f9d;
}
.vacancy-module--facilities .vacancy-module__front:before {
  border-color: #bf4f9d transparent transparent transparent;
}
.vacancy-module--facilities .vacancy-module__back:before {
  border-color: transparent #bf4f9d transparent transparent;
}
.vacancy-module--facilities .vacancy-module__header .title {
  color: #bf4f9d;
}
.vacancy-module--facilities .vacancy-module__header .icon {
  fill: #bf4f9d;
}
.vacancy-module--facilities .uk-map {
  fill: #a13a82;
}

.vacancy-module--kbb .vacancy-module__front,
.vacancy-module--kbb .vacancy-module__back {
  background: #2b618e;
}
.vacancy-module--kbb .vacancy-module__front:before {
  border-color: #2b618e transparent transparent transparent;
}
.vacancy-module--kbb .vacancy-module__back:before {
  border-color: transparent #2b618e transparent transparent;
}
.vacancy-module--kbb .vacancy-module__header .title {
  color: #2b618e;
}
.vacancy-module--kbb .vacancy-module__header .icon {
  fill: #2b618e;
}
.vacancy-module--kbb .uk-map {
  fill: #1f4667;
}

.vacancy-module--training .vacancy-module__front,
.vacancy-module--training .vacancy-module__back {
  background: #2b618e;
}
.vacancy-module--training .vacancy-module__front:before {
  border-color: #2b618e transparent transparent transparent;
}
.vacancy-module--training .vacancy-module__back:before {
  border-color: transparent #2b618e transparent transparent;
}
.vacancy-module--training .vacancy-module__header .title {
  color: #2b618e;
}
.vacancy-module--training .vacancy-module__header .icon {
  fill: #2b618e;
}
.vacancy-module--training .uk-map {
  fill: #1f4667;
}

.uk-map {
  display: inline-block;
  width: 40%;
  height: 130px;
}
.uk-map .highlight {
  fill: white;
}

.uk-map--lowlighted {
  fill: #F00;
}

.section-icon {
  width: 120px;
  height: auto;
  position: relative;
}
.section-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35%;
  height: 35%;
}
.section-icon .bubble {
  width: 100%;
  height: 100%;
}

.section-icon__content {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
}

.hvac-icon {
  fill: #009bda;
}

.electric-icon {
  fill: #fab600;
}

.fire-icon {
  fill: #e1081e;
}

.light-icon {
  fill: #82bb27;
}

.control-icon {
  fill: #a2a7af;
}

.facilities-icon {
  fill: #bf4f9d;
}

.kbb-icon {
  fill: #2b618e;
}

.training-icon {
  fill: #2b618e;
}

.content-section {
  padding: 20px 0;
  margin: 20px 0;
  position: relative;
}
.content-section:before, .content-section:after {
  content: " ";
  display: table;
}
.content-section:after {
  clear: both;
}
.content-section + .drop-shadow {
  margin-top: -50px;
  margin-bottom: 60px;
}

.pull-out em {
  color: #2b618e;
}

.person {
  padding-bottom: 15px;
}
.person:before, .person:after {
  content: " ";
  display: table;
}
.person:after {
  clear: both;
}
.person h2 {
  margin: 0;
}
.person h3 {
  margin: 0;
}
.person .section-icon {
  width: 51px;
  height: 61px;
  float: left;
  margin: 0 10px 0 0;
}

.person--hvac h2, .person--hvac h3 {
  color: #009bda;
}
.person--hvac .section-icon {
  fill: #009bda;
}

#hvac_1_ stop:first-of-type,
#hvac_2_ stop:first-of-type {
  stop-color: #0077a7;
}
#hvac_1_ stop:last-of-type,
#hvac_2_ stop:last-of-type {
  stop-color: #009bda;
}

.person--electric h2, .person--electric h3 {
  color: #fab600;
}
.person--electric .section-icon {
  fill: #fab600;
}

#electric_1_ stop:first-of-type,
#electric_2_ stop:first-of-type {
  stop-color: #c79100;
}
#electric_1_ stop:last-of-type,
#electric_2_ stop:last-of-type {
  stop-color: #fab600;
}

.person--fire h2, .person--fire h3 {
  color: #e1081e;
}
.person--fire .section-icon {
  fill: #e1081e;
}

#fire_1_ stop:first-of-type,
#fire_2_ stop:first-of-type {
  stop-color: #b00617;
}
#fire_1_ stop:last-of-type,
#fire_2_ stop:last-of-type {
  stop-color: #e1081e;
}

.person--light h2, .person--light h3 {
  color: #82bb27;
}
.person--light .section-icon {
  fill: #82bb27;
}

#light_1_ stop:first-of-type,
#light_2_ stop:first-of-type {
  stop-color: #65911e;
}
#light_1_ stop:last-of-type,
#light_2_ stop:last-of-type {
  stop-color: #82bb27;
}

.person--control h2, .person--control h3 {
  color: #a2a7af;
}
.person--control .section-icon {
  fill: #a2a7af;
}

#control_1_ stop:first-of-type,
#control_2_ stop:first-of-type {
  stop-color: #878d97;
}
#control_1_ stop:last-of-type,
#control_2_ stop:last-of-type {
  stop-color: #a2a7af;
}

.person--facilities h2, .person--facilities h3 {
  color: #bf4f9d;
}
.person--facilities .section-icon {
  fill: #bf4f9d;
}

#facilities_1_ stop:first-of-type,
#facilities_2_ stop:first-of-type {
  stop-color: #a13a82;
}
#facilities_1_ stop:last-of-type,
#facilities_2_ stop:last-of-type {
  stop-color: #bf4f9d;
}

.person--kbb h2, .person--kbb h3 {
  color: #2b618e;
}
.person--kbb .section-icon {
  fill: #2b618e;
}

#kbb_1_ stop:first-of-type,
#kbb_2_ stop:first-of-type {
  stop-color: #1f4667;
}
#kbb_1_ stop:last-of-type,
#kbb_2_ stop:last-of-type {
  stop-color: #2b618e;
}

.person--training h2, .person--training h3 {
  color: #2b618e;
}
.person--training .section-icon {
  fill: #2b618e;
}

#training_1_ stop:first-of-type,
#training_2_ stop:first-of-type {
  stop-color: #1f4667;
}
#training_1_ stop:last-of-type,
#training_2_ stop:last-of-type {
  stop-color: #2b618e;
}

form h1 {
  font-size: 23px;
  margin-bottom: 10px;
}
form section + section {
  margin-top: 48px;
}
form label {
  color: #777777;
  font-weight: normal;
}

.form-control {
  border-radius: 0;
  height: 50px;
  border: 0;
  -webkit-box-shadow: 0 0 5px #a2a7af;
  box-shadow: 0 0 5px #a2a7af;
  color: #777777;
  padding: 10px 20px;
  resize: none;
  -webkit-appearance: none;
}
.form-control::-webkit-input-placeholder {
  color: rgba(162, 167, 175, 0.5);
}
.form-control:-moz-placeholder {
  color: rgba(162, 167, 175, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(162, 167, 175, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(162, 167, 175, 0.5);
}
.form-control.form-control--text, .form-control.form-control--email, .form-control.form-control--tel, .form-control.form-control--textarea {
  -webkit-box-shadow: inset 0 0 5px #a2a7af;
  box-shadow: inset 0 0 5px #a2a7af;
}
.form-control.form-control--textarea {
  resize: vertical;
}

.no-boxshadow .form-control {
  border: 1px solid #a2a7af;
}

.input-select {
  position: relative;
}
.input-select .arrow {
  display: block;
  width: 15px;
  height: 27px;
  position: absolute;
  top: 12px;
  right: 20px;
  border: 0;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #009bda;
}
.input-select select {
  -moz-appearance: window;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  width: 101%;
  overflow: hidden;
}
.input-select select:active {
  background: #009bda;
  color: #FFF;
}
.input-select select:active option {
  border: 0;
  box-shadow: 0;
}
.input-select select:active + .arrow {
  fill: #FFF;
}

.btn {
  border-radius: 0;
  height: 50px;
  text-align: left;
  padding: 10px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn.btn-primary {
  background-color: #009bda;
  border: none;
}
.btn.btn-primary.invert {
  background-color: #2b618e;
}
.btn.btn-primary.invert:hover, .btn.btn-primary.invert:focus, .btn.btn-primary.invert:active {
  background-color: #009bda;
}
.btn.btn-primary.invert:hover em, .btn.btn-primary.invert:focus em, .btn.btn-primary.invert:active em {
  color: #2b618e;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #2b618e;
}

.bgpositionshorthand .btn-arrow {
  padding: 10px 35px 10px 10px;
  background-image: url("/images/arrow-right.png");
  background-position: right 12px top 12px;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .bgpositionshorthand .btn-arrow {
    padding: 10px 70px 20px 10px;
  }
}

.search-icon {
  border: 0;
  padding: 0;
}
.search-icon svg {
  width: 100%;
  height: 100%;
}

.checkbox, .radio {
  padding: 0;
  margin: 5px 0 15px 0;
}
.checkbox label, .radio label {
  display: block;
}
.checkbox span, .radio span {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}
.checkbox span:before, .radio span:before {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  content: "\2713";
  font-size: 30px;
  color: #FFF;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px #a2a7af;
  box-shadow: 0 0 5px #a2a7af;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
.checkbox input, .radio input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.checkbox input:focus + span:before, .radio input:focus + span:before {
  text-shadow: 0 0 5px #a2a7af;
}
.checkbox input:checked + span:before, .radio input:checked + span:before {
  color: #009bda;
}

.radio span {
  line-height: 45px;
}
.radio span:before {
  border-radius: 50%;
  content: "●";
}

.upload {
  min-height: 50px;
  width: 100%;
  background: #009bda;
  overflow: hidden;
  position: relative;
}
.upload .upload__button input[type=file] {
  cursor: pointer;
  margin: 0;
  padding: 0;
  z-index: 50;
  background: #F00;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.upload .upload__label {
  color: #FFF;
  display: block;
  padding: 10px 20px;
  z-index: 2;
  position: relative;
}
.upload .upload__remove {
  display: none;
  position: absolute;
  right: 0;
  z-index: 100;
  background: transparent;
  border: 0;
  font-size: 30px;
  color: #FFF;
  top: 50%;
  margin-top: -28px;
  height: 50px;
  width: 40px;
  outline: 0;
  box-shadow: 0;
}
.upload .progress-bar {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #2b618e;
  z-index: 1;
}
.upload.upload--complete .progress-bar, .upload.upload--fail .progress-bar {
  width: 0;
}
.upload.upload--complete .upload__remove, .upload.upload--fail .upload__remove {
  display: block;
}
.upload.upload--complete {
  background: #82bb27;
}
.upload.upload--complete:hover {
  background: #65911e;
}
.upload.upload--fail {
  background: #e1081e;
}
.upload.upload--fail:hover {
  background: #b00617;
}
.upload:hover {
  background: #2b618e;
}

.banner {
  overflow: visible;
  height: 400px;
  position: relative;
  width: 100%;
}
.banner__center {
  display: inline-block;
  position: relative;
  float: right;
  right: 50%;
}

.banner__image {
  position: relative;
  right: -50%;
  width: 2000px;
  height: 400px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner__image {
    width: 1600px;
    height: 335px;
  }

  .banner {
    height: 335px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner__image {
    width: 1200px;
    height: 250px;
  }

  .banner {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .banner__image {
    width: 900px;
    height: 190px;
  }

  .banner {
    height: 190px;
  }
}
@media (max-width: 480px) {
  .banner__image {
    width: 600px;
    height: 125px;
  }

  .banner {
    height: 125px;
  }
}
.banner__overlay {
  width: 2000px;
  height: 80px;
  background: #FFF;
  position: absolute;
  top: -80px;
  left: 95px;
  z-index: 999;
}
.banner__overlay:before {
  content: "";
  display: block;
  width: 2000px;
  height: 80px;
  position: absolute;
  top: 0;
  left: -2080px;
  background: #FFF;
}
.banner__overlay:after {
  content: "";
  display: block;
  position: absolute;
  left: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: transparent #FFF transparent transparent;
}

.overlay-menu {
  overflow: hidden;
  margin: 0 0 0 -110px;
  height: 80px;
  line-height: 50px;
  vertical-align: middle;
}
.overlay-menu .happy-clients__label {
  display: block;
  float: right;
  line-height: 80px;
  height: 80px;
}
.overlay-menu .happy-clients__logos {
  display: inline-block;
  float: right;
  height: 80px;
  text-align: right;
  font-size: 0;
  line-height: 80px;
}
.overlay-menu .happy-clients__logos img {
  display: inline-block;
  vertical-align: middle;
}
.overlay-menu:after {
  display: block;
  content: " ";
  width: 2000px;
  height: 80px;
  background: #F00;
  position: absolute;
  top: 0;
  right: -2000px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner__overlay {
    height: 50px;
    top: -50px;
    left: 65px;
  }
  .banner__overlay:before {
    width: 2000px;
    height: 50px;
    left: -2050px;
  }
  .banner__overlay:after {
    left: -50px;
    border-width: 50px 50px 0 0;
  }

  .overlay-menu {
    margin: 0 0 0 -80px;
    padding: 0 0 0 95px;
    height: 50px;
  }
  .overlay-menu .happy-clients__logos {
    height: 50px;
    line-height: 50px;
  }
  .overlay-menu h4 {
    line-height: 50px;
    height: 50px;
  }
  .overlay-menu ul {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .banner__overlay {
    height: 30px;
    top: -30px;
    left: 45px;
  }
  .banner__overlay:before {
    width: 2000px;
    height: 30px;
    left: -2030px;
  }
  .banner__overlay:after {
    left: -30px;
    border-width: 30px 30px 0 0;
  }

  .overlay-menu {
    display: none;
  }
}
.page-footer__container {
  position: relative;
  line-height: 31px;
}

.page-footer__content {
  padding-bottom: 80px;
  padding-top: 30px;
}
.page-footer__content:before, .page-footer__content:after {
  content: " ";
  display: table;
}
.page-footer__content:after {
  clear: both;
}
@media (max-width: 767px) {
  .page-footer__content {
    padding-bottom: 30px;
    padding-top: 10px;
  }
}

.years-graphic {
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 15px;
}
@media (max-width: 767px) {
  .years-graphic {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .years-graphic {
    float: none;
  }
}

.years {
  font-family: "BasicCommercialW01-Blk";
  display: inline-block;
  color: #009bda;
  border-right: 1px solid #a2a7af;
  padding-right: 0.5em;
  margin-right: 0.4em;
}

.years__number {
  font-size: 5em;
  line-height: 0.7em;
}

.years__word {
  margin-left: 3px;
  font-size: 1.9em;
}

.tagline {
  font-size: 1.7em;
  line-height: 1.18em;
  display: inline-block;
  color: #a2a7af;
}

.social-icons {
  margin-top: 37px;
  display: inline-block;
  float: right;
}
.social-icons h2 {
  font-size: 23px;
  color: #a2a7af;
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-icons h2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .social-icons h2 {
    display: none;
  }
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.social-icons li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.social-icons li:hover svg, .social-icons li:active svg, .social-icons li:focus svg {
  fill: #009bda;
}
.social-icons svg {
  fill: #a2a7af;
}
@media (max-width: 767px) {
  .social-icons {
    margin-top: 20px;
  }
  .social-icons li {
    margin: 0 3px 0 0;
  }
  .social-icons svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .social-icons {
    display: block;
    float: none;
    margin-top: 20px 0 0 0;
    padding: 0;
  }
  .social-icons li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 1% 0 0;
    width: 33.3%;
  }
  .social-icons li:last-of-type {
    padding: 0;
  }
  .social-icons svg {
    width: 100%;
    height: 80px;
  }
}

.st0 {
  fill: #7BAC12;
}

.st1 {
  fill: #ACB500;
}

.st2 {
  fill: #E4E913;
}

.st3 {
  fill: #525251;
}

.st4 {
  fill: #247337;
}

.st5 {
  fill: #919A00;
}

.st6 {
  fill: #C0CE10;
}

.st7 {
  fill: #C2722D;
}

.st17 {
  fill: #FFEAC9;
}

.st18, .st19 {
  fill: #FFFFFF;
}

.st20 {
  fill: #CB8338;
}

.st39 {
  fill: #743D16;
}

.st40 {
  fill: #424241;
}

.industry-selector {
  display: block;
  text-align: center;
}
.industry-selector:before, .industry-selector:after {
  content: " ";
  display: table;
}
.industry-selector:after {
  clear: both;
}
.industry-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
}
.industry-selector li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.industry-selector li:last-of-type {
  margin-right: 0;
}
.industry-selector input {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.industry-selector input:checked + .industry-selector__item.industry-selector__item--hvac {
  background: #009bda;
}
.industry-selector input:checked + .industry-selector__item.industry-selector__item--electric {
  background: #fab600;
}
.industry-selector input:checked + .industry-selector__item.industry-selector__item--fire {
  background: #e1081e;
}
.industry-selector input:checked + .industry-selector__item.industry-selector__item--light {
  background: #82bb27;
}
.industry-selector input:checked + .industry-selector__item.industry-selector__item--control {
  background: #a2a7af;
}
.industry-selector input:checked + .industry-selector__item.industry-selector__item--facilities {
  background: #bf4f9d;
}
.industry-selector input:checked + .industry-selector__item.industry-selector__item--kbb {
  background: #2b618e;
}
.industry-selector input:checked + .industry-selector__item.industry-selector__item--training {
  background: #2b618e;
}
.industry-selector input:checked + .industry-selector__item .icon {
  fill: #FFF;
}
.industry-selector label {
  margin: 0;
}

.industry-selector__item {
  position: relative;
  float: left;
  width: 66px;
  height: 66px;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 5px #a2a7af;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
}
.industry-selector__item svg {
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  pointer-events: none;
  display: inline-block;
}
.no-touch .industry-selector__item:hover .pop-up {
  display: block;
}

.pop-up {
  display: none;
  background: #F00;
  position: absolute;
  top: -55px;
  left: 0;
  height: 40px;
  padding: 8px 20px;
  white-space: nowrap;
  color: #FFF;
  z-index: 9999;
}
.pop-up:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #ff0000 transparent transparent transparent;
}

.industry-selector__item--hvac .icon {
  fill: #009bda;
}
.industry-selector__item--hvac .pop-up {
  background: #009bda;
}
.industry-selector__item--hvac .pop-up:before {
  border-color: #009bda transparent transparent transparent;
}
.industry-selector__item--hvac:hover {
  background: #009bda;
}
.industry-selector__item--hvac:hover .icon {
  fill: #FFF;
}

.industry-selector__item--electric .icon {
  fill: #fab600;
}
.industry-selector__item--electric .pop-up {
  background: #fab600;
}
.industry-selector__item--electric .pop-up:before {
  border-color: #fab600 transparent transparent transparent;
}
.industry-selector__item--electric:hover {
  background: #fab600;
}
.industry-selector__item--electric:hover .icon {
  fill: #FFF;
}

.industry-selector__item--fire .icon {
  fill: #e1081e;
}
.industry-selector__item--fire .pop-up {
  background: #e1081e;
}
.industry-selector__item--fire .pop-up:before {
  border-color: #e1081e transparent transparent transparent;
}
.industry-selector__item--fire:hover {
  background: #e1081e;
}
.industry-selector__item--fire:hover .icon {
  fill: #FFF;
}

.industry-selector__item--light .icon {
  fill: #82bb27;
}
.industry-selector__item--light .pop-up {
  background: #82bb27;
}
.industry-selector__item--light .pop-up:before {
  border-color: #82bb27 transparent transparent transparent;
}
.industry-selector__item--light:hover {
  background: #82bb27;
}
.industry-selector__item--light:hover .icon {
  fill: #FFF;
}

.industry-selector__item--control .icon {
  fill: #a2a7af;
}
.industry-selector__item--control .pop-up {
  background: #a2a7af;
}
.industry-selector__item--control .pop-up:before {
  border-color: #a2a7af transparent transparent transparent;
}
.industry-selector__item--control:hover {
  background: #a2a7af;
}
.industry-selector__item--control:hover .icon {
  fill: #FFF;
}

.industry-selector__item--facilities .icon {
  fill: #bf4f9d;
}
.industry-selector__item--facilities .pop-up {
  background: #bf4f9d;
}
.industry-selector__item--facilities .pop-up:before {
  border-color: #bf4f9d transparent transparent transparent;
}
.industry-selector__item--facilities:hover {
  background: #bf4f9d;
}
.industry-selector__item--facilities:hover .icon {
  fill: #FFF;
}

.industry-selector__item--kbb .icon {
  fill: #2b618e;
}
.industry-selector__item--kbb .pop-up {
  background: #2b618e;
}
.industry-selector__item--kbb .pop-up:before {
  border-color: #2b618e transparent transparent transparent;
}
.industry-selector__item--kbb:hover {
  background: #2b618e;
}
.industry-selector__item--kbb:hover .icon {
  fill: #FFF;
}

.industry-selector__item--training .icon {
  fill: #2b618e;
}
.industry-selector__item--training .pop-up {
  background: #2b618e;
}
.industry-selector__item--training .pop-up:before {
  border-color: #2b618e transparent transparent transparent;
}
.industry-selector__item--training:hover {
  background: #2b618e;
}
.industry-selector__item--training:hover .icon {
  fill: #FFF;
}

.industry-selector__item--all {
  color: #000;
}

.screen-reader {
  display: none;
}

.primary-cta {
  padding: 50px 0;
}
.primary-cta:before, .primary-cta:after {
  content: " ";
  display: table;
}
.primary-cta:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .primary-cta .primary-cta__candidates {
    text-align: left;
  }
  .primary-cta .btn {
    margin: 0 0 5px 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .primary-cta {
    padding: 30px 0;
  }
  .primary-cta h2 {
    margin-top: 10px;
  }
  .primary-cta .btn {
    display: block;
  }
  .primary-cta .primary-cta__clients {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .primary-cta .primary-cta__candidates .btn {
    width: auto;
    margin: 0 0 5px 0;
    float: none;
  }
}

.primary-cta__clients {
  text-align: right;
}

.primary-cta__candidates {
  text-align: left;
}

.google-maps {
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.labeled-button {
  margin-bottom: 25px;
}
.labeled-button:last-of-type {
  margin-bottom: 0;
}

.labeled-button__label {
  margin: 0 0 0.2em 0;
}

.info-snippet p {
  margin: 0;
}

.equal-height-columns {
  display: table;
}
.equal-height-columns [class*=col-] {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 480px) {
  .equal-height-columns {
    display: block;
  }
  .equal-height-columns [class*=col-] {
    display: block;
  }
}
@media (max-width: 767px) {
  .equal-height-columns {
    display: block;
  }
  .equal-height-columns [class*=col-] {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .equal-height-columns {
    display: block;
  }
  .equal-height-columns [class*=col-] {
    display: block;
  }
}

.training-contact {
  text-align: right;
  margin-bottom: 10px;
}
.training-contact em {
  color: #2b618e;
}
@media (max-width: 480px) {
  .training-contact {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .training-contact {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .training-contact {
    padding-bottom: 25px;
  }
}

.training-contact__image, .training-contact__image--alt,
.training-contact__information {
  display: inline-block;
  vertical-align: bottom;
}

.training-contact__image, .training-contact__image--alt {
  width: 20%;
  margin: 0 5% 0 0;
}
@media (max-width: 480px) {
  .training-contact__image, .training-contact__image--alt {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .training-contact__image, .training-contact__image--alt {
    height: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .training-contact__image, .training-contact__image--alt {
    height: 230px;
  }
}

@media (max-width: 480px) {
  .training-contact__lead-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .training-contact__lead-image {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .training-contact__lead-image {
    display: none;
  }
}

.training-contact__image--alt {
  margin: 0 0 0 5%;
}

.training-contact__information {
  text-align: left;
  width: 73%;
}

.training-contact__title {
  color: #2b618e;
  margin: 0 0 10px 0;
}

.training-contact__button {
  margin: 0 0 10px 0;
}

.training-contact__details {
  margin: 0;
}

.flag {
  display: table;
  width: 100%;
}

.flag__image,
.flag__body {
  display: table-cell;
  vertical-align: middle;
}
.flag--top .flag__image,
.flag--top .flag__body {
  vertical-align: top;
}
.flag--bottom .flag__image,
.flag--bottom .flag__body {
  vertical-align: bottom;
}

.flag__image {
  padding-right: 10px;
}
.flag__image > img {
  display: block;
  max-width: none;
}
.flag--rev .flag__image {
  padding-right: 0;
  padding-left: 10px;
}

.flag__body {
  width: 100%;
  padding-bottom: 25px;
}

.section-module-container {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.section-module {
  margin: 30px 0;
}

.control-panel, .control-panel--center {
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.control-panel--center {
  text-align: center;
}

.control-panel__panel {
  text-align: left;
  display: inline-block;
}

.search-panel {
  display: inline-block;
}
.search-panel .form-group {
  margin-right: 15px;
}
.search-panel .form-group:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .search-panel .form-group:last-of-type {
    margin-right: 15px;
  }
}
.search-panel .form-control--select {
  min-width: 230px;
}

.search-panel__seperator {
  color: #009bda;
  padding: 7px 0 0 0;
}

.search-icon {
  width: 50px;
  height: 50px;
}
.search-icon svg {
  fill: #009bda;
}
.search-icon:hover, .search-icon:focus {
  background: transparent;
}
.search-icon:hover svg, .search-icon:focus svg {
  fill: #2b618e;
}

.field-seperator {
  vertical-align: middle;
  color: #009bda;
  margin: 0 10px;
  line-height: 50px;
  padding-top: 7px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .field-seperator {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .field-seperator {
    display: block;
  }
}

.job-vacancy-full .job-vacancy-full__title h1,
.job-vacancy-full .job-vacancy-full__list dd,
.job-vacancy-full .job-vacancy-full__section,
.job-vacancy-full .uk-map {
  color: #009bda;
  fill: #009bda;
}
.job-vacancy-full .job-vacancy-full__title h1 svg,
.job-vacancy-full .job-vacancy-full__list dd svg,
.job-vacancy-full .job-vacancy-full__section svg,
.job-vacancy-full .uk-map svg {
  fill: #009bda;
}
.job-vacancy-full .uk-map .lowlight {
  fill: #0077a7;
}

.job-vacancy-full__list dt {
  font-weight: normal;
  text-align: left;
  display: inline-block;
  width: auto;
  color: #777777;
}
.job-vacancy-full__list dt:after {
  content: ": ";
}
.job-vacancy-full__list dd {
  margin: 0;
}

.job-vacancy-full__section {
  margin: 25px 0;
  line-height: 85px;
  height: 100px;
}

.job-vacancy-full__section-icon {
  width: 85px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.job-vacancy-full__mapaside {
  height: auto;
  overflow: hidden;
}
.job-vacancy-full__mapaside .uk-map {
  width: 85px;
  margin-right: 20px;
  float: left;
}
.job-vacancy-full__mapaside .job-vacancy-full__list {
  float: left;
  width: 430px;
}

.job-vacancy-full__button-bar {
  height: auto;
  overflow: hidden;
  margin: 20px 0;
}
.job-vacancy-full__button-bar .social-icons {
  margin: 0;
}
.job-vacancy-full__button-bar .btn {
  float: left;
}

.job-vacancy-full__apply-now {
  margin-top: 25px;
}
.job-vacancy-full__apply-now .btn {
  margin: 10px 38px 17px 0;
}

.job-vacancy-full__content ol > li {
  margin-bottom: 1em;
}
.job-vacancy-full__content ol ul, .job-vacancy-full__content ul ol {
  margin-bottom: 0;
}
.job-vacancy-full__content h1, .job-vacancy-full__content h2, .job-vacancy-full__content h3, .job-vacancy-full__content h4, .job-vacancy-full__content h5, .job-vacancy-full__content h6 {
  font-family: "BasicCommercialW01-Bold";
}

.job-vacancy-full--hvac .job-vacancy-full__title h1,
.job-vacancy-full--hvac .job-vacancy-full__list dd,
.job-vacancy-full--hvac .job-vacancy-full__section,
.job-vacancy-full--hvac .uk-map,
.job-vacancy-full--hvac em {
  color: #009bda;
  fill: #009bda;
}
.job-vacancy-full--hvac .job-vacancy-full__title h1 svg,
.job-vacancy-full--hvac .job-vacancy-full__list dd svg,
.job-vacancy-full--hvac .job-vacancy-full__section svg,
.job-vacancy-full--hvac .uk-map svg,
.job-vacancy-full--hvac em svg {
  fill: #009bda;
}
.job-vacancy-full--hvac .btn {
  background-color: #009bda;
  color: white;
}
.job-vacancy-full--hvac .btn:hover {
  background-color: #0077a7;
}
.job-vacancy-full--hvac .uk-map .lowlight {
  fill: #0077a7;
}
.job-vacancy-full--hvac ol li:before, .job-vacancy-full--hvac ul li:before {
  color: #009bda;
}
.job-vacancy-full--hvac h1, .job-vacancy-full--hvac h2, .job-vacancy-full--hvac h3, .job-vacancy-full--hvac h4, .job-vacancy-full--hvac h5, .job-vacancy-full--hvac h6 {
  color: #009bda;
}
.job-vacancy-full--hvac h1.cv-upload__title, .job-vacancy-full--hvac h2.cv-upload__title, .job-vacancy-full--hvac h3.cv-upload__title, .job-vacancy-full--hvac h4.cv-upload__title, .job-vacancy-full--hvac h5.cv-upload__title, .job-vacancy-full--hvac h6.cv-upload__title {
  color: #009bda;
}

.job-vacancy-full--electric .job-vacancy-full__title h1,
.job-vacancy-full--electric .job-vacancy-full__list dd,
.job-vacancy-full--electric .job-vacancy-full__section,
.job-vacancy-full--electric .uk-map,
.job-vacancy-full--electric em {
  color: #fab600;
  fill: #fab600;
}
.job-vacancy-full--electric .job-vacancy-full__title h1 svg,
.job-vacancy-full--electric .job-vacancy-full__list dd svg,
.job-vacancy-full--electric .job-vacancy-full__section svg,
.job-vacancy-full--electric .uk-map svg,
.job-vacancy-full--electric em svg {
  fill: #fab600;
}
.job-vacancy-full--electric .btn {
  background-color: #fab600;
  color: white;
}
.job-vacancy-full--electric .btn:hover {
  background-color: #c79100;
}
.job-vacancy-full--electric .uk-map .lowlight {
  fill: #c79100;
}
.job-vacancy-full--electric ol li:before, .job-vacancy-full--electric ul li:before {
  color: #fab600;
}
.job-vacancy-full--electric h1, .job-vacancy-full--electric h2, .job-vacancy-full--electric h3, .job-vacancy-full--electric h4, .job-vacancy-full--electric h5, .job-vacancy-full--electric h6 {
  color: #fab600;
}
.job-vacancy-full--electric h1.cv-upload__title, .job-vacancy-full--electric h2.cv-upload__title, .job-vacancy-full--electric h3.cv-upload__title, .job-vacancy-full--electric h4.cv-upload__title, .job-vacancy-full--electric h5.cv-upload__title, .job-vacancy-full--electric h6.cv-upload__title {
  color: #009bda;
}

.job-vacancy-full--fire .job-vacancy-full__title h1,
.job-vacancy-full--fire .job-vacancy-full__list dd,
.job-vacancy-full--fire .job-vacancy-full__section,
.job-vacancy-full--fire .uk-map,
.job-vacancy-full--fire em {
  color: #e1081e;
  fill: #e1081e;
}
.job-vacancy-full--fire .job-vacancy-full__title h1 svg,
.job-vacancy-full--fire .job-vacancy-full__list dd svg,
.job-vacancy-full--fire .job-vacancy-full__section svg,
.job-vacancy-full--fire .uk-map svg,
.job-vacancy-full--fire em svg {
  fill: #e1081e;
}
.job-vacancy-full--fire .btn {
  background-color: #e1081e;
  color: white;
}
.job-vacancy-full--fire .btn:hover {
  background-color: #b00617;
}
.job-vacancy-full--fire .uk-map .lowlight {
  fill: #b00617;
}
.job-vacancy-full--fire ol li:before, .job-vacancy-full--fire ul li:before {
  color: #e1081e;
}
.job-vacancy-full--fire h1, .job-vacancy-full--fire h2, .job-vacancy-full--fire h3, .job-vacancy-full--fire h4, .job-vacancy-full--fire h5, .job-vacancy-full--fire h6 {
  color: #e1081e;
}
.job-vacancy-full--fire h1.cv-upload__title, .job-vacancy-full--fire h2.cv-upload__title, .job-vacancy-full--fire h3.cv-upload__title, .job-vacancy-full--fire h4.cv-upload__title, .job-vacancy-full--fire h5.cv-upload__title, .job-vacancy-full--fire h6.cv-upload__title {
  color: #009bda;
}

.job-vacancy-full--light .job-vacancy-full__title h1,
.job-vacancy-full--light .job-vacancy-full__list dd,
.job-vacancy-full--light .job-vacancy-full__section,
.job-vacancy-full--light .uk-map,
.job-vacancy-full--light em {
  color: #82bb27;
  fill: #82bb27;
}
.job-vacancy-full--light .job-vacancy-full__title h1 svg,
.job-vacancy-full--light .job-vacancy-full__list dd svg,
.job-vacancy-full--light .job-vacancy-full__section svg,
.job-vacancy-full--light .uk-map svg,
.job-vacancy-full--light em svg {
  fill: #82bb27;
}
.job-vacancy-full--light .btn {
  background-color: #82bb27;
  color: white;
}
.job-vacancy-full--light .btn:hover {
  background-color: #65911e;
}
.job-vacancy-full--light .uk-map .lowlight {
  fill: #65911e;
}
.job-vacancy-full--light ol li:before, .job-vacancy-full--light ul li:before {
  color: #82bb27;
}
.job-vacancy-full--light h1, .job-vacancy-full--light h2, .job-vacancy-full--light h3, .job-vacancy-full--light h4, .job-vacancy-full--light h5, .job-vacancy-full--light h6 {
  color: #82bb27;
}
.job-vacancy-full--light h1.cv-upload__title, .job-vacancy-full--light h2.cv-upload__title, .job-vacancy-full--light h3.cv-upload__title, .job-vacancy-full--light h4.cv-upload__title, .job-vacancy-full--light h5.cv-upload__title, .job-vacancy-full--light h6.cv-upload__title {
  color: #009bda;
}

.job-vacancy-full--control .job-vacancy-full__title h1,
.job-vacancy-full--control .job-vacancy-full__list dd,
.job-vacancy-full--control .job-vacancy-full__section,
.job-vacancy-full--control .uk-map,
.job-vacancy-full--control em {
  color: #a2a7af;
  fill: #a2a7af;
}
.job-vacancy-full--control .job-vacancy-full__title h1 svg,
.job-vacancy-full--control .job-vacancy-full__list dd svg,
.job-vacancy-full--control .job-vacancy-full__section svg,
.job-vacancy-full--control .uk-map svg,
.job-vacancy-full--control em svg {
  fill: #a2a7af;
}
.job-vacancy-full--control .btn {
  background-color: #a2a7af;
  color: white;
}
.job-vacancy-full--control .btn:hover {
  background-color: #878d97;
}
.job-vacancy-full--control .uk-map .lowlight {
  fill: #878d97;
}
.job-vacancy-full--control ol li:before, .job-vacancy-full--control ul li:before {
  color: #a2a7af;
}
.job-vacancy-full--control h1, .job-vacancy-full--control h2, .job-vacancy-full--control h3, .job-vacancy-full--control h4, .job-vacancy-full--control h5, .job-vacancy-full--control h6 {
  color: #a2a7af;
}
.job-vacancy-full--control h1.cv-upload__title, .job-vacancy-full--control h2.cv-upload__title, .job-vacancy-full--control h3.cv-upload__title, .job-vacancy-full--control h4.cv-upload__title, .job-vacancy-full--control h5.cv-upload__title, .job-vacancy-full--control h6.cv-upload__title {
  color: #009bda;
}

.job-vacancy-full--facilities .job-vacancy-full__title h1,
.job-vacancy-full--facilities .job-vacancy-full__list dd,
.job-vacancy-full--facilities .job-vacancy-full__section,
.job-vacancy-full--facilities .uk-map,
.job-vacancy-full--facilities em {
  color: #bf4f9d;
  fill: #bf4f9d;
}
.job-vacancy-full--facilities .job-vacancy-full__title h1 svg,
.job-vacancy-full--facilities .job-vacancy-full__list dd svg,
.job-vacancy-full--facilities .job-vacancy-full__section svg,
.job-vacancy-full--facilities .uk-map svg,
.job-vacancy-full--facilities em svg {
  fill: #bf4f9d;
}
.job-vacancy-full--facilities .btn {
  background-color: #bf4f9d;
  color: white;
}
.job-vacancy-full--facilities .btn:hover {
  background-color: #a13a82;
}
.job-vacancy-full--facilities .uk-map .lowlight {
  fill: #a13a82;
}
.job-vacancy-full--facilities ol li:before, .job-vacancy-full--facilities ul li:before {
  color: #bf4f9d;
}
.job-vacancy-full--facilities h1, .job-vacancy-full--facilities h2, .job-vacancy-full--facilities h3, .job-vacancy-full--facilities h4, .job-vacancy-full--facilities h5, .job-vacancy-full--facilities h6 {
  color: #bf4f9d;
}
.job-vacancy-full--facilities h1.cv-upload__title, .job-vacancy-full--facilities h2.cv-upload__title, .job-vacancy-full--facilities h3.cv-upload__title, .job-vacancy-full--facilities h4.cv-upload__title, .job-vacancy-full--facilities h5.cv-upload__title, .job-vacancy-full--facilities h6.cv-upload__title {
  color: #009bda;
}

.job-vacancy-full--kbb .job-vacancy-full__title h1,
.job-vacancy-full--kbb .job-vacancy-full__list dd,
.job-vacancy-full--kbb .job-vacancy-full__section,
.job-vacancy-full--kbb .uk-map,
.job-vacancy-full--kbb em {
  color: #2b618e;
  fill: #2b618e;
}
.job-vacancy-full--kbb .job-vacancy-full__title h1 svg,
.job-vacancy-full--kbb .job-vacancy-full__list dd svg,
.job-vacancy-full--kbb .job-vacancy-full__section svg,
.job-vacancy-full--kbb .uk-map svg,
.job-vacancy-full--kbb em svg {
  fill: #2b618e;
}
.job-vacancy-full--kbb .btn {
  background-color: #2b618e;
  color: white;
}
.job-vacancy-full--kbb .btn:hover {
  background-color: #1f4667;
}
.job-vacancy-full--kbb .uk-map .lowlight {
  fill: #1f4667;
}
.job-vacancy-full--kbb ol li:before, .job-vacancy-full--kbb ul li:before {
  color: #2b618e;
}
.job-vacancy-full--kbb h1, .job-vacancy-full--kbb h2, .job-vacancy-full--kbb h3, .job-vacancy-full--kbb h4, .job-vacancy-full--kbb h5, .job-vacancy-full--kbb h6 {
  color: #2b618e;
}
.job-vacancy-full--kbb h1.cv-upload__title, .job-vacancy-full--kbb h2.cv-upload__title, .job-vacancy-full--kbb h3.cv-upload__title, .job-vacancy-full--kbb h4.cv-upload__title, .job-vacancy-full--kbb h5.cv-upload__title, .job-vacancy-full--kbb h6.cv-upload__title {
  color: #009bda;
}

.job-vacancy-full--training .job-vacancy-full__title h1,
.job-vacancy-full--training .job-vacancy-full__list dd,
.job-vacancy-full--training .job-vacancy-full__section,
.job-vacancy-full--training .uk-map,
.job-vacancy-full--training em {
  color: #2b618e;
  fill: #2b618e;
}
.job-vacancy-full--training .job-vacancy-full__title h1 svg,
.job-vacancy-full--training .job-vacancy-full__list dd svg,
.job-vacancy-full--training .job-vacancy-full__section svg,
.job-vacancy-full--training .uk-map svg,
.job-vacancy-full--training em svg {
  fill: #2b618e;
}
.job-vacancy-full--training .btn {
  background-color: #2b618e;
  color: white;
}
.job-vacancy-full--training .btn:hover {
  background-color: #1f4667;
}
.job-vacancy-full--training .uk-map .lowlight {
  fill: #1f4667;
}
.job-vacancy-full--training ol li:before, .job-vacancy-full--training ul li:before {
  color: #2b618e;
}
.job-vacancy-full--training h1, .job-vacancy-full--training h2, .job-vacancy-full--training h3, .job-vacancy-full--training h4, .job-vacancy-full--training h5, .job-vacancy-full--training h6 {
  color: #2b618e;
}
.job-vacancy-full--training h1.cv-upload__title, .job-vacancy-full--training h2.cv-upload__title, .job-vacancy-full--training h3.cv-upload__title, .job-vacancy-full--training h4.cv-upload__title, .job-vacancy-full--training h5.cv-upload__title, .job-vacancy-full--training h6.cv-upload__title {
  color: #009bda;
}

.cv-upload .form-group,
.cv-upload label {
  margin: 0;
}
.cv-upload .form-group {
  height: 50px;
}
.cv-upload input {
  width: 100%;
}

.vacancy-filter {
  padding: 10px 15px 20px 30px;
}

.bubbles-overlay {
  position: relative;
  top: 0;
}

.bubbles-overlay__bubble {
  position: absolute;
  list-style: none;
  width: 8%;
  height: 8%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: auto;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.bubbles-overlay__bubble .section-icon {
  width: 100%;
  height: auto;
}
.bubbles-overlay__bubble .icon {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.bubbles-overlay__bubble:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 9999;
}
.bubbles-overlay__bubble:hover .icon {
  opacity: 1;
}

.bubbles-overlay__bubble--kbb {
  top: 0%;
  left: 92%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.bubbles-overlay__bubble--kbb .icon {
  fill: #2b618e;
}

.bubbles-overlay__bubble--training {
  top: 0%;
  left: 92%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.bubbles-overlay__bubble--training .icon {
  fill: #2b618e;
}

.bubbles-overlay__bubble--facilities {
  top: 15%;
  left: 77%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
.bubbles-overlay__bubble--facilities .icon {
  fill: #bf4f9d;
}

.bubbles-overlay__bubble--hvac {
  top: 0%;
  left: 62%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.bubbles-overlay__bubble--hvac .icon {
  fill: #009bda;
}

.bubbles-overlay__bubble--control {
  top: 10%;
  left: 42%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.bubbles-overlay__bubble--control .icon {
  fill: #a2a7af;
}

.bubbles-overlay__bubble--light {
  top: 27%;
  left: 27%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
.bubbles-overlay__bubble--light .icon {
  fill: #82bb27;
}

.bubbles-overlay__bubble--fire {
  top: 0%;
  left: 12%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.bubbles-overlay__bubble--fire .icon {
  fill: #e1081e;
}

.bubbles-overlay__bubble--electric {
  top: 20%;
  left: 2%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
.bubbles-overlay__bubble--electric .icon {
  fill: #fab600;
}

.loading {
  display: none;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 999999999;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(162, 167, 175, 0.4);
}

.load-more {
  margin: 10px auto 30px auto;
  text-align: center;
}

.main-navigation .navbar-nav {
  margin-bottom: -8px;
}

.register-intro {
  margin: 20px auto 30px auto;
}

.section-icon > object {
  width: 100%;
  display: block;
  height: auto;
  /* position: relative; */
  padding-top: 100%;
}
.section-icon > object svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-icon__content {
  padding-bottom: 86%;
}

object img, object image {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.vacancy-module__icons img, .vacancy-module__icons image {
  vertical-align: middle;
}

.page-footer__terms {
  padding-bottom: 20px;
  font-size: 12px;
}
.page-footer__terms:before, .page-footer__terms:after {
  content: " ";
  display: table;
}
.page-footer__terms:after {
  clear: both;
}

.page-footer__menu {
  float: left;
  display: inline-block;
}
.page-footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer__menu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.page-footer__menu ul li:after {
  content: " |";
}
.page-footer__menu ul li:last-of-type:after {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-footer__menu {
    display: block;
    float: none;
  }
}

.page-footer__5and3 {
  float: right;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-footer__5and3 {
    display: block;
    float: none;
  }
}

.no-inlinesvg .uk-map-partial,
.no-inlinesvg .vacancy-module__flag {
  display: none;
}

.information {
  margin-top: 20px;
}

.form-inline .form-control.form-control--search, .navbar-form .form-control.form-control--search {
  width: 160px;
}

/*# sourceMappingURL=main.css.map */
