/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

.affix {
  position: fixed;
}

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;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 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;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  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:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  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:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  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:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

.btn-block {
  display: block;
  width: 100%;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  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;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

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

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .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;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .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: 0;
}

.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-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  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 (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  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;
  }
}

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    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-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.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: #9d9d9d;
  }

  .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: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: #777777;
}

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: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

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

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

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.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-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: '\00A0 \2014';
}

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  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-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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;
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:before, .page--user .user__tab .wrapper:before, .clearfix:after, .page--user .user__tab .wrapper:after {
  content: " ";
  display: table;
}

.clearfix:after, .page--user .user__tab .wrapper:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 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;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.btn, #modal__login .modal-login__top .close {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
}

.btn:focus, #modal__login .modal-login__top .close:focus, .btn.focus, #modal__login .modal-login__top .focus.close, .btn:active:focus, #modal__login .modal-login__top .close:active:focus, .btn:active.focus, #modal__login .modal-login__top .close:active.focus, .btn.active:focus, #modal__login .modal-login__top .active.close:focus, .btn.active.focus, #modal__login .modal-login__top .active.focus.close {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, #modal__login .modal-login__top .close:hover, .btn:focus, #modal__login .modal-login__top .close:focus, .btn.focus, #modal__login .modal-login__top .focus.close {
  color: #333;
  text-decoration: none;
}

.btn:active, #modal__login .modal-login__top .close:active, .btn.active, #modal__login .modal-login__top .active.close {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, #modal__login .modal-login__top .disabled.close, .btn[disabled], #modal__login .modal-login__top [disabled].close,
fieldset[disabled] .btn,
fieldset[disabled] #modal__login .modal-login__top .close, #modal__login .modal-login__top
fieldset[disabled] .close {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, #modal__login .modal-login__top a.disabled.close,
fieldset[disabled] a.btn,
fieldset[disabled] #modal__login .modal-login__top a.close, #modal__login .modal-login__top
fieldset[disabled] a.close {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  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:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  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:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  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:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

.btn-block {
  display: block;
  width: 100%;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  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, .modal-footer #modal__login .modal-login__top .close + .btn, #modal__login .modal-login__top .modal-footer .close + .btn, .modal-footer #modal__login .modal-login__top .btn + .close, #modal__login .modal-login__top .modal-footer .btn + .close, .modal-footer #modal__login .modal-login__top .close + .close, #modal__login .modal-login__top .modal-footer .close + .close {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group #modal__login .modal-login__top .close + .btn, #modal__login .modal-login__top .modal-footer .btn-group .close + .btn, .modal-footer .btn-group #modal__login .modal-login__top .btn + .close, #modal__login .modal-login__top .modal-footer .btn-group .btn + .close, .modal-footer .btn-group #modal__login .modal-login__top .close + .close, #modal__login .modal-login__top .modal-footer .btn-group .close + .close {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

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

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .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;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .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: 0;
}

.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-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  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 (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  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;
  }
}

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    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-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.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: #9d9d9d;
  }

  .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: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: #777777;
}

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: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

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

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

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.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-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: '\00A0 \2014';
}

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  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-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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;
  }
}

@font-face {
  font-family: 'LinotypeVAGRoundedLTProBold';
  src: url("../fonts/LinotypeVAGRoundedLTProBold.eot");
  src: url("../fonts/LinotypeVAGRoundedLTProBold.eot") format("embedded-opentype"), url("../fonts/LinotypeVAGRoundedLTProBold.woff2") format("woff2"), url("../fonts/LinotypeVAGRoundedLTProBold.woff") format("woff"), url("../fonts/LinotypeVAGRoundedLTProBold.ttf") format("truetype"), url("../fonts/LinotypeVAGRoundedLTProBold.svg#LinotypeVAGRoundedLTProBold") format("svg");
}

@font-face {
  font-family: 'LinotypeVAGRoundedLTProLight';
  src: url("../fonts/LinotypeVAGRoundedLTProLight.eot");
  src: url("../fonts/LinotypeVAGRoundedLTProLight.eot") format("embedded-opentype"), url("../fonts/LinotypeVAGRoundedLTProLight.woff2") format("woff2"), url("../fonts/LinotypeVAGRoundedLTProLight.woff") format("woff"), url("../fonts/LinotypeVAGRoundedLTProLight.ttf") format("truetype"), url("../fonts/LinotypeVAGRoundedLTProLight.svg#LinotypeVAGRoundedLTProLight") format("svg");
}

.font-bold, b, strong, h1, h2, h3, h4, h5, h6, button, .btn, #modal__login .modal-login__top .close, .menu ul li a, .user__info, #modal__login .modal-login__login a, #modal__login .modal-login__bottom p, form.form--custom label[for="logo"] .pull-right, form.form--custom select, form.form--custom select option, form.form--custom table tr th, form.form--custom table tr td:last-of-type, form.form--custom table.table--products tr td:first-of-type, .catalogue-filter__banner, .toggler__wrapper, #responsive-menu ul li a, .page--user .s--intro ul li, .page--user .company-logo__overlay, .page--user .company-logo__name, .page--user .download-item__name {
  font-family: 'LinotypeVAGRoundedLTProBold', sans-serif;
}

.font-regular, html, body, form.form--custom span.label, form.form--custom table.table--products tr td:last-of-type {
  font-family: 'LinotypeVAGRoundedLTProLight', sans-serif;
}

.font-red {
  color: #e30613;
}

.font-blue--dark {
  color: #1b1740;
}

.font-blue--text {
  color: #312783;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?h8ffg3");
  src: url("../fonts/icomoon.eot?h8ffg3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?h8ffg3") format("truetype"), url("../fonts/icomoon.woff?h8ffg3") format("woff"), url("../fonts/icomoon.svg?h8ffg3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_hyper:before {
  content: "\e902";
  color: #e30613;
}

.icon-arrow_pagination:before {
  content: "\e903";
  color: #e30613;
}

.icon-ceskyvyrobek_logo .path1:before {
  content: "\e904";
  color: #ed1c24;
}

.icon-ceskyvyrobek_logo .path2:before {
  content: "\e905";
  margin-left: -0.7998046875em;
  color: white;
}

.icon-ceskyvyrobek_logo .path3:before {
  content: "\e906";
  margin-left: -0.7998046875em;
  color: white;
}

.icon-ceskyvyrobek_logo .path4:before {
  content: "\e907";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path5:before {
  content: "\e908";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path6:before {
  content: "\e909";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path7:before {
  content: "\e90a";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path8:before {
  content: "\e90b";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path9:before {
  content: "\e90c";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path10:before {
  content: "\e90d";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path11:before {
  content: "\e90e";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path12:before {
  content: "\e90f";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path13:before {
  content: "\e910";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path14:before {
  content: "\e911";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path15:before {
  content: "\e912";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path16:before {
  content: "\e913";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path17:before {
  content: "\e914";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path18:before {
  content: "\e915";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path19:before {
  content: "\e916";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path20:before {
  content: "\e917";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-ceskyvyrobek_logo .path21:before {
  content: "\e918";
  margin-left: -0.7998046875em;
  color: #2e3192;
}

.icon-contact_donations:before {
  content: "\e919";
  color: #1b1740;
}

.icon-contact_mail:before {
  content: "\e91a";
  color: #1b1740;
}

.icon-contact_map:before {
  content: "\e91b";
  color: #1b1740;
}

.icon-contact_phone:before {
  content: "\e91c";
  color: #1b1740;
}

.icon-iconmonstr-facebook-4:before {
  content: "\e900";
}

.icon-iconmonstr-google-plus-4:before {
  content: "\e901";
}

.icon-search:before {
  content: "\f002";
}

.icon-check:before {
  content: "\f00c";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-info:before {
  content: "\f129";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-iconmonstr-plus-5:before {
  content: "\e91d";
}

.icon-iconmonstr-photo-camera-4:before {
  content: "\e91e";
}

.icon-iconmonstr-download-4:before {
  content: "\e91f";
}

html, body {
  font-size: 16px;
  color: #312783;
  min-height: 100vh;
  max-width: 1920px;
  background-color: white;
  margin: 0 auto;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

@media screen and (max-width: 991px) {
  html, body {
    font-size: 14px;
  }
}

a, a img, a span, a button, button {
  outline: none !important;
  text-decoration: none;
  color: inherit;
}

section {
  position: relative;
}

@media screen and (max-width: 991px) {
  .container {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

h2 {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.5rem;
  }
}

h2.underlined {
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 28px;
}

@media screen and (max-width: 991px) {
  h2.underlined {
    padding-bottom: 20px;
  }
}

h2.underlined:after {
  content: "";
  display: block;
  position: absolute;
  width: 124px;
  height: 2px;
  background-color: #e5e5e5;
  bottom: 0;
}

button, .btn, #modal__login .modal-login__top .close {
  font-size: 1.0625rem;
  padding-top: 8px;
}

button.btn--yellow, .btn.btn--yellow, #modal__login .modal-login__top .btn--yellow.close {
  background-color: #f1c50e;
  color: #312783;
}

.btn--dark {
  border: 1px solid #1b1740;
  color: #1b1740;
  width: 180px;
  height: 40px;
  margin-top: 45px;
}

.btn--dark:hover {
  background-color: #1b1740;
  color: white;
}

.v-centered__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.v-centered__content {
  display: table-cell;
  vertical-align: middle;
}

.menu {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
}

.menu img {
  position: absolute;
  top: 20px;
  height: 94px;
  left: 10%;
}

@media screen and (max-width: 991px) {
  .menu img {
    position: absolute;
    left: 20px;
  }
}

.menu ul {
  display: inline-block;
  padding: 0;
  position: relative;
  top: 34px;
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .menu ul {
    display: none;
  }
}

.menu ul li {
  margin: 0;
  padding: 0;
  float: left;
}

.menu ul li:first-of-type > a {
  padding-left: 45px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.menu ul li a {
  display: inline-block;
  background-color: #1b1740;
  color: white;
  line-height: 76px;
  height: 70px;
  padding: 0 15px 0;
  font-size: 1.25rem;
}

.menu ul li a:hover, .menu ul li a:focus, .menu ul li a.active {
  color: #f1c50e;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .menu ul li a {
    font-size: 1.125rem;
  }
}

.menu .btn--yellow {
  width: 170px;
  height: 42px;
  position: relative;
  top: 8px;
}

@media screen and (max-width: 1199px) {
  .menu .btn--yellow {
    width: 140px;
  }
}

@media screen and (max-width: 991px) {
  .menu .btn--yellow {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .menu .user__info {
    font-size: 1rem;
    position: absolute;
    width: 230px;
    right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .menu .user__info {
    display: none;
  }
}

.user__info {
  position: relative;
  top: 34px;
  color: white;
  font-size: 1.25rem;
  line-height: 70px;
  margin: 0;
}

.user__info span {
  color: #f1c50e;
}

.user__info button {
  width: 40px;
  height: 40px;
  background-color: white;
  color: #e30613;
  vertical-align: middle;
  padding: 0;
  border: 0;
  border-radius: 4px;
  margin-left: 14px;
  line-height: 40px;
  font-size: 22px;
}

.user__info button span {
  position: relative;
  top: 2px;
  left: -2px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.user__info button span:before {
  color: #e30613;
}

.menu__bumper {
  height: 70px;
  background-color: #1b1740;
  position: absolute;
  right: 0;
  top: 34px;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .menu__bumper {
    width: 80%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .menu__bumper {
    width: 70%;
  }
}

@media screen and (max-width: 420px) {
  .menu__bumper {
    width: 60%;
  }
}

footer {
  position: relative;
  background-color: white;
  padding: 44px 0;
}

footer img {
  width: 60px;
}

footer p {
  margin-bottom: 25px;
  color: #1b1740;
}

footer a {
  color: #312783;
}

footer a:hover, footer a:focus {
  text-decoration: none;
  color: #e30613;
}

footer span[class^="icon-"] {
  font-size: 40px;
  margin: 0 6px;
}

#modal__login {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1740;
  background-color: rgba(27, 23, 64, 0.6);
  display: none;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  #modal__login {
    width: 98%;
    left: 1%;
  }
}

#modal__login .modal-login__content {
  position: relative;
  overflow: auto;
  border-radius: 10px;
  top: 10%;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 5px 8px 30px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-height: 600px) {
  #modal__login .modal-login__content {
    top: 1%;
  }
}

#modal__login .modal-login__top {
  position: relative;
  background-color: #f4f4f4;
  padding: 22px 0;
}

#modal__login .modal-login__top img {
  height: 75px;
}

#modal__login .modal-login__top .close {
  position: absolute;
  top: 8px;
  right: 15px;
  background-color: transparent;
  color: black;
  font-size: 26px;
  padding: 0;
  line-height: 1;
  box-shadow: none !important;
}

#modal__login .modal-login__login {
  padding: 25px 0 30px;
}

#modal__login .modal-login__login h5 {
  color: #312783;
  font-size: 1.4375rem;
  font-weight: 400;
}

#modal__login .modal-login__login input, #modal__login .modal-login__login button, #modal__login .modal-login__login a {
  display: block;
  margin: 0 auto;
}

#modal__login .modal-login__login input[type="text"],
#modal__login .modal-login__login input[type="password"],
.page--login .s--login input[type="text"],
.page--login .s--login input[type="password"] {
  width: 90%;
  max-width: 400px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  outline: none;
  margin: 14px auto;
  padding: 0 15px;
  color: black;
}

#modal__login .modal-login__login button,
.page--login .s--login button {
  width: 220px;
  height: 42px;
  margin: 16px auto;
}

#modal__login .modal-login__login a,
.page--login .s--login a {
  font-size: 0.9375rem;
}

#modal__login .modal-login__login a:hover, #modal__login .modal-login__login a:focus {
  color: #f1c50e;
}

#modal__login .modal-login__bottom {
  padding: 22px 0;
  background-color: #1b1740;
  color: white;
  font-size: 1.25rem;
}

#modal__login .modal-login__bottom p {
  margin-bottom: 0;
  color: white;
}

#modal__login .modal-login__bottom button {
  background-color: transparent;
  border: 1px solid white;
  margin-left: 24px;
  font-size: 1.0625rem;
  padding: 8px 30px;
  color: white;
}

#modal__login .modal-login__bottom button:hover, #modal__login .modal-login__bottom button:focus {
  background-color: white;
  color: #1b1740;
}

@media screen and (max-width: 480px) {
  #modal__login .modal-login__bottom button {
    display: block;
    margin: 15px auto 0;
  }
}

.paginator {
  margin: 50px auto 0;
  padding: 40px 20px 20px;
  background: transparent url(../images/bg_paginator.png) center top no-repeat;
  background-size: contain;
  width: auto;
  display: inline-block;

}

.paginator .list-inline {

}

@media screen and (max-width: 991px) {
  .paginator {
    padding: 30px 5px 20px;
  }
}

.paginator ul li {
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: none;
  color: black;
  display: block;
  position: relative;
  float: left;
}

.paginator ul li.active {
}

.paginator ul li span[class^="icon-"] {
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .paginator ul li span[class^="icon-"] {
    font-size: 12px;
  }
}

.paginator ul li span[class^="icon-"].icon--rotated {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paginator ul li span[class^="icon-"].not-active:before {
  color: #d8d8d8;
}

.paginator ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: black;
  font-size: 1.125rem;

}

@media screen and (max-width: 767px) {
  .paginator ul li a {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }
}

.paginator ul li.active a, .paginator ul li:hover a, .paginator ul li:focus a {
  background-color: #e30613;
  color: white;
  margin: 0;
  padding: 0;
}

.paginator ul li a.arrow:hover,
.paginator ul li a.arrow:focus {
  background-color: transparent;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"]:checked + label .checkbox--custom,
input[type="radio"]:checked + label .checkbox--custom {
  background-color: #f1c50e;
  border-color: #f1c50e;
}

input[type="checkbox"]:checked + label .checkbox--custom:before,
input[type="radio"]:checked + label .checkbox--custom:before {
  display: inline-block;
  height: 20px;
  width: 20px;
  content: "\f00c";
}

input[type="checkbox"]:checked + label .radio--custom,
input[type="radio"]:checked + label .radio--custom {
  border-color: #1b1740;
}

input[type="checkbox"]:checked + label .radio--custom:before,
input[type="radio"]:checked + label .radio--custom:before {
  opacity: 1;
}

label {
  font-size: 1.0625rem;
  color: #1b1740;
  font-weight: 400;
  margin: 5px auto;
}

@media screen and (max-width: 991px) {
  label {
    font-size: 1rem;
  }
}

label .checkbox--custom,
label .radio--custom {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #d4d4d4;
  position: relative;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  top: 3px;
}

label .checkbox--custom {
  border-radius: 4px;
}

label .checkbox--custom:before {
  position: absolute;
  font-family: 'icomoon';
  color: white;
  top: -3px;
  left: 1px;
}

label .radio--custom {
  border-radius: 50%;
}

label .radio--custom:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  background-color: #f1c50e;
  border-radius: 50%;
  opacity: 0;
}

form.form--custom {
  background-color: white;
  padding: 40px 25px;
  border-radius: 10px;
  color: #1b1740;
}

@media screen and (max-width: 991px) {
  form.form--custom {
    padding: 25px 18px;
  }
}

form.form--custom ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8d8b9f;
}

form.form--custom ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8d8b9f;
}

form.form--custom :-ms-input-placeholder {
  /* IE 10+ */
  color: #8d8b9f;
}

form.form--custom :-moz-placeholder {
  /* Firefox 18- */
  color: #8d8b9f;
}

form.form--custom h2 {
  color: #bab9c5;
  position: relative;
  font-size: 1.0625rem;
  margin: 0 0 15px;
}

form.form--custom h2.h2--link-under {
  padding-bottom: 45px;
}

form.form--custom h2.h2--link-under:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% + 50px);
  left: -25px;
  top: 45px;
  background-color: #e5e5e5;
}

@media screen and (max-width: 1199px) {
  form.form--custom h2.h2--link-under:after {
    width: calc(100% + 36px);
    left: -18px;
  }
}

form.form--custom .form-group {
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  form.form--custom .form-group {
    padding-bottom: 25px;
  }
}

form.form--custom .form-group.no-padding {
  padding-bottom: 0;
}

form.form--custom .form-group > div {
  margin: 12px 0;
  position: relative;
}

form.form--custom span.label {
  display: inline-block;
  width: 110px;
  text-align: right;
  padding-right: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  form.form--custom span.label {
    width: 100px;
  }
}

@media screen and (max-width: 600px) {
  form.form--custom span.label {
    width: 100%;
    text-align: left;
  }
}

form.form--custom span.label span {
  color: #e30613;
}

form.form--custom span.label.label--textarea {
  position: relative;
  top: 10px;
}

@media screen and (max-width: 600px) {
  form.form--custom span.label.label--textarea {
    top: 0;
  }
}

form.form--custom span.label.text-left {
  text-align: left;
}

form.form--custom .radio--custom {
  margin-right: 5px;
}

form.form--custom input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
}

form.form--custom input[type="checkbox"] + label span {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 991px) {
  form.form--custom input[type="checkbox"] + label span {
    top: -2px;
  }
}

form.form--custom input[type="text"],
form.form--custom input[type="email"],
form.form--custom input[type="password"],
form.form--custom input[type="number"] {
  height: 40px;
  border: 1px solid #d4d4d4;
  width: 100%;
  max-width: 470px;
  padding: 0 16px;
  outline: none;
  border-radius: 5px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  form.form--custom input[type="text"],
  form.form--custom input[type="email"],
  form.form--custom input[type="password"] {
    max-width: 70%;
  }
}

@media screen and (max-width: 600px) {
  form.form--custom input[type="text"],
  form.form--custom input[type="email"],
  form.form--custom input[type="password"] {
    max-width: 80%;
  }
}

form.form--custom input[type="text"].input--small,
form.form--custom input[type="email"].input--small,
form.form--custom input[type="password"].input--small {
  max-width: 190px;
}

form.form--custom input[type="password"] {
  max-width: 280px;
}

form.form--custom input[type="file"][id="logo"] {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

form.form--custom textarea {
  border: 1px solid #d4d4d4;
  width: 100%;
  max-width: 470px;
  padding: 12px 16px;
  outline: none;
  border-radius: 5px;
  min-height: 160px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  resize: vertical;
}

@media screen and (max-width: 991px) {
  form.form--custom textarea {
    max-width: 70%;
    min-height: 100px;
  }
}

@media screen and (max-width: 600px) {
  form.form--custom textarea {
    max-width: 80%;
  }
}

form.form--custom label[for="logo"] {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 470px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  form.form--custom label[for="logo"] {
    max-width: 70%;
  }
}

@media screen and (max-width: 600px) {
  form.form--custom label[for="logo"] {
    max-width: 80%;
  }
}

form.form--custom label[for="logo"] .pull-left {
  line-height: 40px;
  padding: 0 20px;
  color: #8d8b9f;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  form.form--custom label[for="logo"] .pull-left {
    max-width: 120px;
  }
}

@media screen and (max-width: 600px) {
  form.form--custom label[for="logo"] .pull-left {
    width: 100%;
  }
}

form.form--custom label[for="logo"] .pull-right {
  background-color: #1b1740;
  color: white;
  width: 210px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  form.form--custom label[for="logo"] .pull-right {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

form.form--custom select {
  background-color: transparent;
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 0 16px;
  outline: none;
}

@media screen and (max-width: 600px) {
  form.form--custom select {
    width: 95%;
  }
}

form.form--custom select option {
  font-size: 0.825rem;
}

form.form--custom button[type="submit"],
form.form--custom input[type="submit"] {
  width: 212px;
  height: 40px;
  color: #1b1740;
}

form.form--custom .icon-tooltip {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #1b1740;
  border-radius: 50%;
  margin-left: 12px;
  z-index: 2;
}

form.form--custom .icon-tooltip:hover + .tooltip-text, form.form--custom .icon-tooltip:active + .tooltip-text, form.form--custom .icon-tooltip.touched + .tooltip-text {
  opacity: 1;
}

form.form--custom .icon-tooltip:after {
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "\f129";
  position: absolute;
  font-family: 'icomoon';
  color: white;
}

form.form--custom .tooltip-text {
  position: absolute;
  display: inline-block;
  background-color: white;
  padding: 15px 18px;
  opacity: 0;
  transition: opacity .3s ease;
  border-radius: 10px;
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  font-size: 0.875rem;
  width: 170px;
  z-index: 5;
}

@media screen and (max-width: 1490px) {
  form.form--custom .tooltip-text {
    margin-left: -210px;
    top: 5px;
    padding: 10px 12px;
  }
}

form.form--custom .tooltip-text:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 100%;
  border-width: 8px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}

@media screen and (max-width: 1490px) {
  form.form--custom .tooltip-text:before {
    display: none;
  }
}

form.form--custom .table__wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}

form.form--custom table {
  margin-top: 30px;
  width: 100% !important;
  min-width: 700px;
}

@media screen and (max-width: 767px) {
  form.form--custom table {
    border: 0;
  }
}

form.form--custom table tr {
  border: 0;
  border-bottom: 10px solid white;
}

form.form--custom table tr th, form.form--custom table tr td {
  border: 0;
  padding-left: 25px;
}

form.form--custom table tr th {
  color: #8d8b9f;
}

form.form--custom table tr td {
  background-color: #f7f7f7;
  color: #1b1740;
  vertical-align: middle;
  padding: 15px 0 15px 25px;
}

form.form--custom table tr td:first-of-type {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  min-width: 190px;
}

form.form--custom table tr td:last-of-type {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  min-width: 160px;
}

form.form--custom table tr td p {
  margin-bottom: 0;
}

form.form--custom table.table--step3 {
  min-width: 0;
  width: auto !important;
  margin-bottom: 5px;
  margin-top: 10px;
}

form.form--custom table.table--step3 tr th, form.form--custom table.table--step3 tr td {
  background-color: transparent;
  padding: 0 10px 0 0;
}

form.form--custom table.table--step3 tr td:first-of-type, form.form--custom table.table--step3 tr td:last-of-type {
  min-width: 0;
}

form.form--custom table.table--step3 tr td input, form.form--custom table.table--step3 tr td select {
  width: 240px;
  margin-right: 0;
  min-width: 180px;
}

@media screen and (max-width: 1199px) {
  form.form--custom table.table--step3 tr td input, form.form--custom table.table--step3 tr td select {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  form.form--custom table.table--step3 tr td input, form.form--custom table.table--step3 tr td select {
    width: 100%;
    max-width: 100%;
  }
}

form.form--custom table.table--step3 tr td .icon-remove {
  cursor: pointer;
  color: #1b1740;
  font-size: 26px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-family: icomoon;

}

form.form--custom table.table--products {
  min-width: 600px;
}

form.form--custom table.table--products tr th, form.form--custom table.table--products tr td {
  text-align: center;
  padding: 0;
}

form.form--custom table.table--products tr td {
  padding: 0 8px;
  background-color: transparent;
}

form.form--custom table.table--products tr td:first-of-type {
  width: 50px;
  min-width: 0;
}

form.form--custom table.table--products + p {
  padding-top: 15px;
  padding-left: 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 1.0625rem;
  margin-bottom: 30px;
}

form.form--custom table.table--products + p:hover {
  cursor: pointer;
  color: #e30613;
}

form.form--custom table.table--products + p span {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

form.form--custom.form--step3 span.label {
  text-align: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

form.form--custom.form--step3 span.label.label--textarea {
  top: 0;
}

@media screen and (max-width: 767px) {
  form.form--custom.form--step3 span.label {
    margin-top: 20px;
  }
}

form.form--custom.form--step3 textarea {
  margin-bottom: 10px;
}

form.form--custom.form--step3 input[type="radio"] + label {
  margin-right: 20px;
}

form.form--custom.form--step3 .form-group {
  padding-bottom: 0;
}

.catalogue__filter {
  position: relative;
  margin-top: 15px;
  min-height: 60px;
}

.catalogue__filter.open .catalogue-filter__banner {
  border: 0;
}

.catalogue__filter.open .catalogue-filter__content {
  box-shadow: 0px 0px 40px -2px rgba(0, 0, 0, 0.2);
  display: block;
}

.catalogue-filter__banner {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  top: 0;
  line-height: 60px;
  border: 1px solid #ededed;
  padding: 4px 30px 0;
  color: #1b1740;
  cursor: pointer;
  font-size: 1.25rem;
  border-radius: 8px;
}

.catalogue-filter__banner span[class^="icon"] {
  color: #e30613;
  margin-left: 15px;
  font-size: 12px;
  position: relative;
  top: -2px;
}

.catalogue-filter__content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  padding: 60px 30px 40px;
  display: none;
}

.catalogue-filter-content__search {
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.catalogue-filter-content__search input[type="text"] {
  height: 60px;
  border: 0;
  width: calc(100% - 40px);
  outline: none;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .catalogue-filter-content__search input[type="text"] {
    height: 40px;
  }
}

.catalogue-filter-content__categories p {
  margin-bottom: 0;
}

.catalogue-filter-content__categories label {
  position: relative;
  padding-left: 30px;
}

.catalogue-filter-content__categories label span {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 991px) {
  .catalogue-filter-content__categories label span {
    top: -2px;
  }
}

.catalogue-filter-content__subcategories {
  padding: 15px 20px;
  margin-left: 30px;
  background-color: #f7f7f7;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .catalogue-filter-content__subcategories {
    margin-left: 15px;
  }
}

.toggler__wrapper {
  z-index: 100;
  position: absolute;
  right: 20px;
  top: 45px;
  color: white;
  font-size: 30px;
}

@media screen and (min-width: 991px) {
  .toggler__wrapper {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .toggler__wrapper {
    font-size: 20px;
  }
}

.toggler__wrapper.fixed {
  position: fixed;
}

.toggler__wrapper .pull-left {
  display: none;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 640px) {
  .toggler__wrapper .pull-left {
    top: 12px;
  }
}

.toggler__wrapper .pull-left.visible {
  display: block;
}

.toggler__wrapper .pull-right {
  margin-left: 15px;
}

#toggler {
  z-index: 10002;
  position: relative;
  top: 8px;
  width: 50px;
  height: 40px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  cursor: pointer;
}

#toggler span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background-color: white;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#toggler span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#toggler span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#toggler span:nth-child(1), #toggler span:nth-child(2) {
  top: 5px;
}

#toggler span:nth-child(3), #toggler span:nth-child(4) {
  top: 15px;
}

#toggler span:nth-child(5), #toggler span:nth-child(6) {
  top: 25px;
}

#toggler.open span {
  background-color: #f1c50e;
}

#toggler.open span:nth-child(1), #toggler.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toggler.open span:nth-child(2), #toggler.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#toggler.open span:nth-child(1) {
  left: 6px;
  top: 8px;
}

#toggler.open span:nth-child(2) {
  left: calc(50% - 6px);
  top: 8px;
}

#toggler.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#toggler.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#toggler.open span:nth-child(5) {
  left: 6px;
  top: 21px;
}

#toggler.open span:nth-child(6) {
  left: calc(50% - 6px);
  top: 21px;
}

#responsive-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 90;
  background-color: #1b1740;
}

#responsive-menu .responsive-menu__content {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}

#responsive-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#responsive-menu ul li {
  font-size: 1.5rem;
  margin: 25px auto;
}

#responsive-menu ul li.active a {
  color: #f1c50e;
}

#responsive-menu ul li:last-of-type {
  margin-top: 50px;
}

@media screen and (max-height: 600px) {
  #responsive-menu ul li:last-of-type {
    margin-top: 20px;
  }
}

#responsive-menu ul li:last-of-type .btn--yellow {
  width: 190px;
}

#responsive-menu ul li a {
  color: white;
  text-decoration: none;
}

#responsive-menu ul li a:hover, #responsive-menu ul li a:focus {
  color: #f1c50e;
}

.s--register {
  background-color: #1b1740;
  color: white;
  padding: 60px 0 80px;
}

@media screen and (max-width: 991px) {
  .s--register {
    padding: 40px 0 60px;
  }
}

.s--register h2 {
  font-size: 1.875rem;
  color: white;
}

.s--register p {
  color: white;
}

.s--register button {
  background-color: transparent;
  border: 1px solid white;
  width: 180px;
  height: 42px;
  margin-top: 35px;
}

.s--register a {
  color: inherit;
}

.s--register button:hover, .s--register button:focus {
  background-color: white;
  color: #1b1740;
}

.s--gallery .gallery__wrapper {
  position: relative;
}

.s--gallery .gallery__item {
  width: calc(100% / 3);
  height: 355px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #cdcdcd;
  position: relative;
  float: left;
}

@media screen and (max-width: 1199px) {
  .s--gallery .gallery__item {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .s--gallery .gallery__item {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .s--gallery .gallery__item {
    height: 200px;
  }
}

@media screen and (max-width: 640px) {
  .s--gallery .gallery__item {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 400px) {
  .s--gallery .gallery__item {
    width: 100%;
  }
}

.s--gallery .gallery__item:hover .gallery-item__overlay {
  opacity: 1;
}

.s--gallery .gallery-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.2s ease;
}

.s--gallery .gallery-item__overlay img {
  position: relative;
  top: 28%;
  display: block;
  margin: 0 auto;
  max-width: 240px;
  max-height: 200px;
}

@media screen and (max-width: 767px) {
  .s--gallery .gallery-item__overlay img {
    width: 50px;
  }
}

.s--gallery .gallery-item__overlay a.btn, .s--gallery .gallery-item__overlay #modal__login .modal-login__top a.close, #modal__login .modal-login__top .s--gallery .gallery-item__overlay a.close {
  position: absolute;
  bottom: 30px;
  display: block;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #312783;
  background-color: white;
}

.s--gallery .gallery-item__overlay a.btn:hover, .s--gallery .gallery-item__overlay #modal__login .modal-login__top a.close:hover, #modal__login .modal-login__top .s--gallery .gallery-item__overlay a.close:hover, .s--gallery .gallery-item__overlay a.btn:focus, .s--gallery .gallery-item__overlay #modal__login .modal-login__top a.close:focus, #modal__login .modal-login__top .s--gallery .gallery-item__overlay a.close:focus {
  background-color: #1b1740;
  color: white;
}

.page--homepage .s--intro {
  color: white;
  padding: 300px 0 250px;
}

@media screen and (max-width: 1199px) {
  .page--homepage .s--intro {
    padding: 250px 0 180px;
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro {
    padding: 200px 0 100px;
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .page--homepage .s--intro {
    padding: 320px 0 0;
    height: 670px;
  }
}

@media screen and (max-width: 480px) {
  .page--homepage .s--intro {
    padding: 250px 0 0;
    height: 620px;
  }
}

.page--homepage .s--intro .intro__slider {
  position: fixed;
  background-color: #1b1740;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .page--homepage .s--intro .intro__slider {
    position: absolute;
  }
}

.page--homepage .s--intro .intro__slide {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro .intro__slide {
    background-position-x: left;
  }
}

.page--homepage .s--intro .intro__slide:first-of-type {
  display: block;
  background-image: url(../images/intro/intro_slide1.jpg);
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro .intro__slide:first-of-type {
    background-image: url(../images/intro/intro_slide1_800.jpg);
  }
}

.page--homepage .s--intro .intro__slide:nth-of-type(2) {
  background-image: url(../images/intro/intro_slide2.jpg);
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro .intro__slide:nth-of-type(2) {
    background-image: url(../images/intro/intro_slide2_800.jpg);
  }
}

.page--homepage .s--intro .intro__slide:nth-of-type(3) {
  background-image: url(../images/intro/intro_slide9.jpg);
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro .intro__slide:nth-of-type(3) {
    background-image: url(../images/intro/intro_slide9_800.jpg);
  }
}

.page--homepage .s--intro .intro__slide:nth-of-type(4) {
  background-image: url(../images/intro/intro_slide5.jpg);
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro .intro__slide:nth-of-type(4) {
    background-image: url(../images/intro/intro_slide5_800.jpg);
  }
}

.page--homepage .s--intro .intro__slide:nth-of-type(5) {
  background-image: url(../images/intro/intro_slide3.jpg);
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro .intro__slide:nth-of-type(5) {
    background-image: url(../images/intro/intro_slide3_800.jpg);
  }
}

.page--homepage .s--intro .intro__slide:nth-of-type(6) {
  background-image: url(../images/intro/intro_slide6.jpg);
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro .intro__slide:nth-of-type(6) {
    background-image: url(../images/intro/intro_slide6_800.jpg);
  }
}

.page--homepage .s--intro .intro__slide:nth-of-type(7) {
  background-image: url(../images/intro/intro_slide4.jpg);
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro .intro__slide:nth-of-type(7) {
    background-image: url(../images/intro/intro_slide4_800.jpg);
  }
}

.page--homepage .s--intro .intro__slide:nth-of-type(8) {
  background-image: url(../images/intro/intro_slide7.jpg);
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro .intro__slide:nth-of-type(8) {
    background-image: url(../images/intro/intro_slide7_800.jpg);
  }
}

.page--homepage .s--intro .intro__slide:nth-of-type(9) {
  background-image: url(../images/intro/intro_slide8.jpg);
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro .intro__slide:nth-of-type(9) {
    background-image: url(../images/intro/intro_slide8_800.jpg);
  }
}

.page--homepage .s--intro .intro__items-navigation {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 50;
}

.page--homepage .s--intro .intro__items-navigation ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  margin: 0 4px;
  opacity: 0.35;
  transition: opacity .2s ease;
  cursor: pointer;
}

.page--homepage .s--intro .intro__items-navigation ul li.active {
  opacity: 0.9;
}

.page--homepage .s--intro .intro__overlay,
.page--homepage .s--intro .intro__overlay--top {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page--homepage .s--intro .intro__overlay {
  box-shadow: inset 0px -300px 300px -49px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.2);
}

.page--homepage .s--intro .intro__overlay--top {
  position: fixed;
  background-color: transparent;
  box-shadow: inset 0px 200px 117px -49px rgba(0, 0, 0, 0.4);
}

.page--homepage .s--intro .intro__claim {
  display: none;
}

.page--homepage .s--intro .intro__claim:first-of-type {
  display: block;
}

.page--homepage .s--intro .container {
  position: relative;
  z-index: 2;
}

.page--homepage .s--intro h1 {
  font-size: 5.25rem;
  line-height: 0.6;
}

@media screen and (max-width: 991px) {
  .page--homepage .s--intro h1 {
    font-size: 4.5rem;
    line-height: 0.7;
  }
}

@media screen and (max-width: 420px) {
  .page--homepage .s--intro h1 {
    font-size: 3.5rem;
    line-height: 0.7;
  }
}

.page--homepage .s--intro h1 span {
  line-height: 0.8;
  font-size: 2.8125rem;
}

.page--homepage .s--intro h1 + p {
  min-height: 100px;
}

.page--homepage .s--intro a.btn, .page--homepage .s--intro #modal__login .modal-login__top a.close, #modal__login .modal-login__top .page--homepage .s--intro a.close {
  margin-top: 20px;
  background-color: white;
  color: #312783;
}

.page--homepage .s--intro a.btn:hover, .page--homepage .s--intro #modal__login .modal-login__top a.close:hover, #modal__login .modal-login__top .page--homepage .s--intro a.close:hover {
  background-color: #312783;
  color: white;
}

.page--homepage .s--benefits {
  background-color: #f7f7f7;
  padding: 80px 0 60px;
}

@media screen and (max-width: 1199px) {
  .page--homepage .s--benefits {
    padding: 40px 0 60px;
  }
}

.page--homepage .s--benefits h2 {
  color: #e30613;
}

.page--homepage .s--benefits .benefit__item {
  margin: 40px 0 20px;
}

.page--homepage .s--benefits .benefit__item img {
  max-width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page--homepage .s--benefits .benefit__item img {
    max-width: 100px;
  }
}

.page--homepage .s--benefits .benefit__item img.nadacni-fond {
  max-width: 38%;
}

@media screen and (max-width: 767px) {
  .page--homepage .s--benefits .benefit__item img.nadacni-fond {
    max-width: 50px;
  }
}

.page--homepage .s--benefits .benefit__item img.ekonomika {
  max-width: 45%;
}

@media screen and (max-width: 767px) {
  .page--homepage .s--benefits .benefit__item img.ekonomika {
    max-width: 60px;
  }
}

.page--homepage .s--benefits .benefit__item h3 {
  margin-top: 0;
  font-size: 1.5625rem;
}

.page--homepage .s--benefits .benefit__item p {
  color: black;
}

.page--homepage .s--actuality {
  background-color: white;
  padding: 150px 0 120px;
}

@media screen and (max-width: 1199px) {
  .page--homepage .s--actuality {
    padding: 80px 0 60px;
  }
}

.page--homepage .s--actuality #img__grain {
  position: absolute;
  top: -250px;
  right: 0;
  width: 50%;
  height: 700px;
  background: transparent url(../images/img_grain.webp) top right no-repeat;
  background-size: contain;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .page--homepage .s--actuality #img__grain {
    top: -60px;
  }
}

.page--homepage .s--actuality h2, .page--homepage .s--actuality a {
  color: #e30613;
}

.page--homepage .s--actuality h2 {
  display: inline;
  width: auto;
  font-size: 1.875rem;
  margin-bottom: 55px;
}

.page--homepage .s--actuality h2 + a {
  margin-left: 30px;
  position: relative;
  top: -4px;
}

.page--homepage .s--actuality h3, .page--homepage .s--actuality p {
  color: black;
}

.page--homepage .s--actuality h3 {
  font-size: 1.5625rem;
  font-weight: 400;
  margin-top: 0;
}

.page--homepage .s--actuality .actuality__item {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page--homepage .s--actuality .actuality__item:last-of-type {
    margin-bottom: 60px;
  }
}

.page--homepage .s--actuality .catalogue__items {
  margin-top: 45px;
}

.page--homepage .s--actuality .catalogue__items .col-xs-3 {
  padding: 0 4px;
}

.page--homepage .s--actuality .catalogue__items .col-xs-3 div {
  height: 116px;
  border: 1px solid #d0d0d0;
  position: relative;
  margin: 4px 0;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1199px) {
  .page--homepage .s--actuality .catalogue__items .col-xs-3 div {
    height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .page--homepage .s--actuality .catalogue__items .col-xs-3 div {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .page--homepage .s--actuality .catalogue__items .col-xs-3 div {
    height: 90px;
  }
}

@media screen and (max-width: 540px) {
  .page--homepage .s--actuality .catalogue__items .col-xs-3 div {
    height: 50px;
  }
}

.page--homepage .s--actuality .catalogue__items .col-xs-3 div img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);

}

@media screen and (max-width: 540px) {
  .page--homepage .s--actuality .catalogue__items .col-xs-3 div img {
    max-width: 70%;
  }
}

.page--homepage .s--support {
  background-color: white;
  box-shadow: inset 0 -10px 50px -10px rgba(0, 0, 0, 0.1);
  padding: 100px 0 110px;
}

@media screen and (max-width: 767px) {
  .page--homepage .s--support {
    padding: 30px 0 50px;
  }
}

.page--homepage .s--support p {
  color: #1b1740;
  max-width: 680px;
  margin-bottom: 60px;
}

.page--homepage .s--support img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page--homepage .s--support img {
    margin: 10px auto;
    max-width: 250px;
  }
}

.page--actuality .s--actuality {
  padding: 40px 0 100px;
  box-shadow: inset 0 -10px 50px -10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .page--actuality .s--actuality {
    padding-bottom: 60px;
  }
}

.page--actuality h1 {
  color: #e30613;
  font-size: 3rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .page--actuality h1 {
    font-size: 2.5rem;
  }
}

.page--actuality a {
  text-decoration: none;
}

.page--actuality .actuality__item {
  border: 1px solid #ededed;
  border-radius: 8px;
  margin: 20px 0;
  padding: 25px 18px;
  transition: all .2s ease;
}

.page--actuality .actuality__item:hover {
  box-shadow: 5px 5px 21px -4px rgba(0, 0, 0, 0.15);
}

.page--actuality .actuality__item h2, .page--actuality .actuality__item p {
  color: black;
}

.page--actuality .actuality__item h2 {
  font-size: 1.5625rem;
  font-weight: 400;
  margin-top: 0;
}

.page--actuality .actuality__item a {
  color: #e30613;
}

.page--actuality-detail .s--actuality-detail {
  padding: 40px 0 100px;
  box-shadow: inset 0 -20px 50px -10px rgba(0, 0, 0, 0.1);
}

.page--actuality-detail h1 {
  color: #e30613;
  font-weight: 400;
  font-size: 2.1875rem;
}

.page--actuality-detail h1 + p {
  margin-bottom: 40px;
}

.page--actuality-detail p {
  color: black;
  margin-bottom: 20px;
}

.page--catalogue .s--catalogue {
  padding: 40px 0 100px;
  box-shadow: inset 0 -10px 50px -10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .page--catalogue .s--catalogue {
    padding-bottom: 60px;
  }
}

.page--catalogue h1 {
  color: #e30613;
  font-size: 3rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .page--catalogue h1 {
    font-size: 2.5rem;
  }
}

.page--catalogue a {
  text-decoration: none;
}

.page--catalogue .catalogue__item {
  border: 1px solid #ededed;
  border-radius: 8px;
  margin: 20px 0;
  transition: all .2s ease;
}

.page--catalogue .catalogue__item:hover {
  box-shadow: 5px 5px 21px -4px rgba(0, 0, 0, 0.15);
}

.page--catalogue .catalogue__item h2, .page--catalogue .catalogue__item p {
  color: black;
}

.page--catalogue .catalogue__item h2 {
  font-size: 1.5625rem;
  font-weight: 400;
  margin-top: 0;
  height: 2.3em;
}

.page--catalogue .catalogue__item a {
  color: #e30613;
}

.page--catalogue .catalogue-item__logo {
  background-color: white;
  padding: 40px 0 40px;
  height: 150px;
}

.page--catalogue .catalogue-item__logo img {
  max-width: 120px;
  max-height: 110px;
}

.page--catalogue .catalogue-item__content {
  padding: 25px 18px;
  background: #f8f8f8;
  background: linear-gradient(to bottom, #f8f8f8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0);
  height: 250px;
}

.page--catalogue-detail .s--catalogue-detail {
  padding: 40px 0 100px;
  box-shadow: inset 0 -20px 50px -10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .page--catalogue-detail .s--catalogue-detail {
    padding-bottom: 60px;
  }
}

.page--catalogue-detail h1 {
  color: #e30613;
  font-size: 3rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .page--catalogue-detail h1 {
    font-size: 2.5rem;
  }
}

.page--catalogue-detail p {
  color: black;
  margin-bottom: 20px;
}

.page--catalogue-detail h3 {
  opacity: 0.3;
  font-size: 1.0625rem;
}

.info__banner {
  box-shadow: 15px 0px 18px -13px rgba(0, 0, 0, 0.2);
}

.info__banner img {
  margin: 0 auto;
}

.info-banner__item {
  margin-bottom: 30px;
}

.info-banner__item:first-of-type {
  margin-top: 60px;
}

.info-banner__item h2 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-top: 50px;
}

.info-banner__item span[class^="icon"] {
  font-size: 1.5rem;
}

.info-banner__item p {
  margin-bottom: 0;
}

.info-banner__item a {
  color: #e30613;
  text-decoration: underline;
}

.info-banner__item a[href^="mailto"] {
  color: black;
  text-decoration: none;
}

.info__content {
  padding-left: 35px;
}

.info-content-gallery__item {
  display: inline-block;
  vertical-align: top;
  height: 160px;
  width: calc(100% / 3 - (2 * 5px));
  margin: 10px 10px 10px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  float: left;
}

.info-content-gallery__item:nth-of-type(3n+3) {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .info-content-gallery__item {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .info-content-gallery__item {
    height: 140px;
  }
}

@media screen and (max-width: 500px) {
  .info-content-gallery__item {
    height: 100px;
  }
}

@media screen and (max-width: 400px) {
  .info-content-gallery__item {
    height: 80px;
  }
}

.s--brand-usage {
  padding: 40px 0 80px;
}

@media screen and (max-width: 991px) {
  .s--brand-usage {
    padding-bottom: 60px;
  }
}

.s--brand-usage h1 {
  color: #e30613;
  font-size: 3rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .s--brand-usage h1 {
    font-size: 2.5rem;
  }
}

body .s a {
  color: #e30613;
}

@media screen and (max-width: 480px) {
  .s--brand-usage a {
    font-size: 0.825rem;
  }
}

.s--brand-usage p {
  color: black;
}

.requirements {
  margin-top: 50px;
  background-color: #f7f7f7;
  padding: 40px 44px;
  color: black;
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .requirements {
    padding: 25px 15px;
    width: 95%;
    margin: 40px 2.5% 0;
  }
}

.requirements h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.5625rem;
  font-weight: 400;
}

.requirements ul {
  list-style: none;
  padding-left: 0;
}

.requirements ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}

.requirements ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #f1c50e;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.s--about {
  padding: 40px 0 80px;
}

@media screen and (max-width: 991px) {
  .s--about {
    padding-bottom: 60px;
  }
}

.s--about h1 {
  color: #e30613;
  font-size: 3rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .s--about h1 {
    font-size: 2.5rem;
  }
}

.s--about p {
  color: black;
  margin-bottom: 20px;
}

.s--about h2 {
  color: #1b1740;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 25px;
}

.s--about .about__item {
  background-color: #f7f7f7;
  padding: 65px 60px;
  border-radius: 8px;
  margin: 30px auto 50px;
}

@media screen and (max-width: 991px) {
  .s--about .about__item {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 767px) {
  .s--about .about__item {
    max-width: 600px;
    width: 98%;
    margin: 20px auto 40px;
  }
}

.s--about .about__item h2 {
  max-width: 280px;
  margin: 0 auto 25px;
}

.s--about .about__item p {
  max-width: 400px;
  margin: 0 auto;
  height: 165px;
}

@media screen and (max-width: 1199px) {
  .s--about .about__item p {
    height: 180px;
  }
}

@media screen and (max-width: 991px) {
  .s--about .about__item p {
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .s--about .about__item p {
    height: auto;
  }
}

.page--contact .s--contact {
  padding: 40px 0 80px;
  color: #1b1740;
}

@media screen and (max-width: 991px) {
  .page--contact .s--contact {
    padding-bottom: 60px;
  }
}

.page--contact .s--contact h1 {
  color: #e30613;
  font-size: 3rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .page--contact .s--contact h1 {
    font-size: 2.5rem;
  }
}

.page--contact .s--contact .contact__items {
  margin-top: 60px;
}

.page--contact .s--contact .contact__item {
  padding-top: 35px;
  padding-left: 45px;
  border-top: 3px solid #050509;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .page--contact .s--contact .contact__item {
    padding-left: 35px;
  }
}

@media screen and (max-width: 991px) {
  .page--contact .s--contact .contact__item {
    border-top: 0;
    border-bottom: 3px solid #050509;
    padding-top: 0;
    margin-bottom: 30px;
    height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .page--contact .s--contact .contact__item.higher {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .page--contact .s--contact .contact__item.higher {
    height: auto;
    padding-bottom: 20px;
  }
}

.page--contact .s--contact .contact__item a {
  font-size: 1.25rem;
}

@media screen and (max-width: 1199px) {
  .page--contact .s--contact .contact__item a {
    font-size: 1rem;
  }
}

.page--contact .s--contact .contact__item span[class^="icon"] {
  position: absolute;
  left: 0;
  font-size: 30px;
}

@media screen and (max-width: 1199px) {
  .page--contact .s--contact .contact__item span[class^="icon"] {
    font-size: 25px;
  }
}

.page--contact .s--contact .contact__item span[class^="icon"]:before {
  color: #e30613;
}

.page--contact .s--contact .contact__item .small {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.25;
}

.page--contact .s--map {
  height: 440px;
}

@media screen and (max-width: 991px) {
  .page--contact .s--map {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .page--contact .s--map {
    height: 380px;
  }
}

.page--contact .s--map #google-map {
  height: 100%;
  /*@media screen and (max-width: $screen-xs-max){
        height: 420px;
      }*/
}

.page--registration .s--intro {
  padding: 40px 0 80px;
  color: #1b1740;
}

@media screen and (max-width: 991px) {
  .page--registration .s--intro {
    padding-bottom: 60px;
  }
}

.page--registration .s--intro h1 {
  color: #e30613;
  font-size: 3rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .page--registration .s--intro h1 {
    font-size: 2.5rem;
  }
}

.page--registration .s--registration {
  background-color: #f7f7f7;
  padding: 40px 0 70px;
  box-shadow: inset 0 -10px 50px -10px rgba(0, 0, 0, 0.1);
}

.page--user .s--intro {
  padding: 60px 0 20px;
  color: #1b1740;
}

@media screen and (max-width: 991px) {
  .page--user .s--intro {
    padding-top: 40px;
  }
}

.page--user .s--intro ul {
  margin-left: 0;
}

.page--user .s--intro ul li {
  color: #1b1740;
  background-color: white;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 6px 16px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .page--user .s--intro ul li {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

.page--user .s--intro ul li.font-red,
.page--user .s--intro ul li.font-red a {
  color: #e30613;
}

.page--user .s--intro ul li.active,
.page--user .s--intro ul li.active a {
  background-color: #1b1740;
  color: white;
}

.page--user .s--intro ul li a {
  color: #1b1740;
}

.page--user .s--intro ul li a:hover, .page--user .s--intro ul li a:focus {
  color: inherit;
}

.page--user .s--user {
  background-color: #f7f7f7;
  padding: 40px 0 20px;
  box-shadow: inset 0 -10px 50px -10px rgba(0, 0, 0, 0.1);
}

.page--user .user__tab {
  display: none;
}

.page--user .user__tab.active {
  display: block;
}

.page--user .user__tab .wrapper {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 50px;
}

.page--user .user__tab .col-md-5 {
  padding-left: 0;
}

.page--user .user__tab .col-md-5 span.label {
  width: 112px;
}

@media screen and (max-width: 1199px) {
  .page--user .user__tab .col-md-5 span.label {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page--user .user__tab .col-md-5 span.label {
    padding-right: 0;
  }
}

.page--user .user__tab .col-md-7 {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .page--user .user__tab .col-md-7 {
    padding-left: 0;
  }
}

.page--user .user__tab .catalogue-filter-content__categories {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.page--user .user__tab .catalogue-filter-content__categories:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% + 50px);
  left: -25px;
  bottom: 0;
  background-color: #e5e5e5;
}

@media screen and (max-width: 1199px) {
  .page--user form .form-group .text-right {
    text-align: left;
  }
}

.page--user form input[type="text"],
.page--user form input[type="email"] {
  max-width: 420px;
}

@media screen and (max-width: 1199px) {
  .page--user form input[type="text"],
  .page--user form input[type="email"] {
    width: 80%;
  }
}

.page--user form input[type="password"] {
  max-width: 282px;
  margin-right: 0;
}

.page--user form textarea {
  max-width: 410px;
  margin-bottom: 10px;
}

.page--user form button[type="submit"],
.page--user form input[type="submit"] {
  margin-top: 10px;
}

.page--user form label[for="logo"] {
  border: 0;
}

@media screen and (max-width: 480px) {
  .page--user form .text-right {
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  .page--user form span.label {
    width: 100%;
    text-align: left;
  }
}

.page--user .company-logo__label {
  height: 125px;
  background-color: white;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border: 0;
}

@media screen and (max-width: 420px) {
  .page--user .company-logo__label {
    background-size: contain;
  }
}

.page--user .company-logo__label:hover .company-logo__overlay {
  display: block;
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.2);
}

.page--user .company-logo__overlay {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  color: #f1c50e;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding-top: 55px;
  border-radius: 10px;
}

.page--user .company-logo__overlay span {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.page--user .company-logo__overlay span:before {
  color: #f1c50e;
}

.page--user .company-logo__name {
  margin-bottom: 4px;
  font-size: 1.0625rem;
}

.page--user .company-logo__info {
  font-size: 0.875rem;
}

.page--user .download-items__wrapper {
  margin: 65px auto 80px;
}

@media screen and (max-width: 991px) {
  .page--user .download-items__wrapper {
    margin: 20px auto 40px;
    text-align: center;
  }
}

.page--user .download__item {
  float: left;
  width: calc(100% / 4 - (3 * 20px / 4));
  height: 190px;
  background-color: white;
  border-radius: 8px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px;
  color: #1b1740;
}

@media screen and (max-width: 991px) {
  .page--user .download__item {
    float: none;
    width: 30%;
    margin: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .page--user .download__item {
    width: 40%;
  }
}

@media screen and (max-width: 480px) {
  .page--user .download__item {
    width: 80%;
  }
}

.page--user .download__item:hover {
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.page--user .download__item:nth-of-type(4n+1) {
  margin-left: 0;
}

.page--user .download__item:nth-of-type(4n) {
  margin-right: 0;
}

.page--user .download__item a {
  color: #1b1740;
}

.page--user .download__item a:hover, .page--user .download__item a:focus {
  text-decoration: none;
}

.page--user .download__item a:hover .download-item__icon, .page--user .download__item a:focus .download-item__icon {
  text-decoration: none;
  color: #f1c50e;
}

.page--user .download__item a:hover .download-item__name, .page--user .download__item a:focus .download-item__name {
  text-decoration: underline;
}

.page--user .download-item__icon {
  padding: 17px 25px 25px;
}

.page--user .download-item__icon span {
  font-size: 50px;
}

.page--user .download-item__name {
  padding: 0 25px;
}

.s--subpage-intro {
  height: 160px;
  background: white url(../images/bg_subpage_intro.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.s--user form.form--custom span.label {
  color: #1b1740;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  float: left;
  line-height: 33px;
}

#tree ul li {
  background-color: transparent;
}

#tree ul ul {
  background-color: #f7f7f7;
  border-radius: 8px;
  margin-top: 0px;
  margin-left: 40px;
  padding-left: 0px;
}

#tree ul ul ul {
  margin-left: 30px;
}

#tree ul ul li div > span:first-child {
  width: 0 !important;
}

#tree .glyphicon {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 15px;
  background-color: #1b1740;
  color: #f1c50e;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.0;
  font-family: 'LinotypeVAGRoundedLTProBold', sans-serif;
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active {
  color: inherit;
}

.gj-checkbox-bootstrap span {

}

.gj-checkbox-glyphicons input[type=checkbox]:checked + span {
  background-color: #f1c50e;
  border-color: #f1c50e;
}

.gj-checkbox-glyphicons input[type=checkbox]:checked + span:after {
  color: #fff;
}

/*
#tree {
  background-color: #fff;
}

#tree a.chevron {
  font-size: 15px;
  background-color: #1b1740;
  color: #f1c50e;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.0;

  display: inline-block;

}

#tree a.chevron .fa {
  color: #f1c50e;
}

#tree  .datagrid-tree-item-children {
  background-color: #f7f7f7;
  border-radius: 8px;
  margin-top: 0px;
  padding-left: 0px;
}
#tree .datagrid-tree-item-children .datagrid-tree-item.has-children{
  margin-left: 20px;
}
#tree .datagrid-tree-item-children .datagrid-tree-item{
  margin-left: 40px;
}*/

ul.gj-list li [data-role=checkbox], ul.gj-list li [data-role=image] {
  vertical-align: top;
  padding-top: 9px;
}

#frm-fulltextForm {
  position: relative;
  top: 50px;
  height: 42px;
  width: 150px;
  line-height: 42px;
}

#frm-fulltextForm input[type='text'] {
  border: 1px white solid;
  border-radius: 5px;

  height: 42px;
  width: 180px;
  line-height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0px 5px;
  padding-right: 25px;
}

#frm-fulltextForm button[name='s'] {
  position: absolute;
  right: -15px;
  top: 2px;
  width: 16px;
  color: #1b1740;
  font-family: 'icomoon', Arial, serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 1200px) {
  #frm-fulltextForm {
    visibility: hidden;
  }

}
.page--brand-usage .s--licence-types {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.page--brand-usage .s--licence-types .table__wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
}

@media screen and (max-width: 991px) {
  .page--brand-usage .s--licence-types .table__wrapper {
    padding: 0 15px;
  }
}

.page--brand-usage .s--licence-types .columns__wrapper {
  width: 1170px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .page--brand-usage .s--licence-types .columns__wrapper {
    width: 920px;
  }
}

.page--brand-usage .s--licence-types .table__column {
  display: table;
  width: 260px;
  float: left;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  margin-left: 15px;
}

@media screen and (max-width: 1199px) {
  .page--brand-usage .s--licence-types .table__column {
    width: 200px;
  }
}

.page--brand-usage .s--licence-types .table__column:first-of-type {
  width: 320px;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  margin-left: 0;
}

@media screen and (max-width: 1199px) {
  .page--brand-usage .s--licence-types .table__column:first-of-type {
    width: 250px;
  }
}

.page--brand-usage .s--licence-types .table__column:first-of-type .table__item:after {
  display: none;
}

.page--brand-usage .s--licence-types .table__column:first-of-type .table__item:not(.table__item--red) {
  padding-left: 20px;
  position: relative;
  color: black;
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {
  .page--brand-usage .s--licence-types .table__column:first-of-type .table__item:not(.table__item--red) {
    font-size: 0.85rem;
  }
}

.page--brand-usage .s--licence-types .table__column:first-of-type .table__item:not(.table__item--red):before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 42%;
  background-color: #f1c50e;
}

.page--brand-usage .s--licence-types .table__item {
  height: 70px;
  display: table;
  width: 100%;
  color: #1b1740;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .page--brand-usage .s--licence-types .table__item {
    height: 55px;
    font-size: 0.75rem;
  }
}

.page--brand-usage .s--licence-types .table__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 76%;
  left: 12%;
  height: 1px;
  background-color: #c4c4c4;
}

.page--brand-usage .s--licence-types .table__item > div {
  display: table-cell;
  vertical-align: middle;
}

.page--brand-usage .s--licence-types .table__item:last-of-type:after {
  display: none;
}

.page--brand-usage .s--licence-types .table__item--gray {
  background-color: #ebebeb;
}

.page--brand-usage .s--licence-types .table__item--red {
  color: #e30613;
  font-size: 1.25rem;
}

.page--brand-usage .s--licence-types .table__item--heading {
  background-color: #1b1740;
  color: white;
  font-size: 1.25rem;
}

.page--brand-usage .s--licence-types .table__item--heading:after {
  display: none;
}

.page--brand-usage .s--licence-types .table__item--yellow,
.page--brand-usage .s--licence-types .table__item--darker-yellow {
  line-height: 1.1;
  padding: 0 10px;
}

.page--brand-usage .s--licence-types .table__item--yellow {
  background-color: #ffe061;
}

.page--brand-usage .s--licence-types .table__item--darker-yellow {
  background-color: #f1c50e;
}

.intro__buttons {
  position: absolute;
  width: 100%;
  font-size: 80px;
  top: 50%;
  transform: translateY(-50%);

}
.intro__buttons a[data-direction] {
  color: #fff;
  position: absolute;
  line-height: 80px;
  transition: .24s ease-in;
}
.intro__buttons a[data-direction]:hover {
  color:#e30613;
}
.intro__buttons a[data-direction="left"] {
  left: 15px;
}
.intro__buttons a[data-direction="right"] {
  right: 15px;
}

@media screen and (max-width:768px) {
  .intro__buttons {
    display: none;
  }
}
