.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

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

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

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
}

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

.input-sm+.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 {
  color: #3c763d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 .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: 8px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #2d96cd;
  border-color: #2887b8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2477a3;
  border-color: #1d6286;
}

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2d96cd;
  border-color: #2887b8;
}

.btn-primary .badge {
  color: #2d96cd;
  background-color: #fff;
}

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

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

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

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #66b2d9;
  border-color: #52a8d4;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3d9dcf;
  border-color: #2e8bba;
}

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

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #66b2d9;
  border-color: #52a8d4;
}

.btn-info .badge {
  color: #66b2d9;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f66301;
  border-color: #dd5901;
}

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

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

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f66301;
  border-color: #dd5901;
}

.btn-warning .badge {
  color: #f66301;
  background-color: #fff;
}

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

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

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

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

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

.btn-link {
  color: #425968;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

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

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

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #eee;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2d96cd;
}

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

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

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

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

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

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

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #425968;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 0;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #2d96cd;
}

.nav-stacked>li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 72px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 0;
  }
}

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-width:480px) and (orientation:landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

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

@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: 26px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 72px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@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: 19px;
  margin-bottom: 19px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.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: 13px -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;
    -webkit-box-shadow: none;
    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: 26px;
    padding-bottom: 26px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
  margin-top: 18px;
  margin-bottom: 18px;
}

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

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

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

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

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

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

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

.navbar-text {
  margin-top: 26px;
  margin-bottom: 26px;
}

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

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #a9aeaf;
}

.navbar-default .navbar-brand {
  color: #425968;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2e3e49;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #000;
}

.navbar-default .navbar-nav>li>a {
  color: #425968;
}

.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: #425968;
  background-color: transparent;
}

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

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #425968;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #425968;
  }

  .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: #425968;
    background-color: transparent;
  }

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

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

.navbar-default .btn-link {
  color: #425968;
}

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

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

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

.navbar-inverse .navbar-brand {
  color: #777;
}

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

.navbar-inverse .navbar-text {
  color: #777;
}

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

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

.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: #080808;
  color: #fff;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

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

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

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

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

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 7px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #425968;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #243139;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #2d96cd;
  border-color: #2d96cd;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
}

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

.thumbnail .caption {
  padding: 9px;
  color: #58595b;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

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

.list-group+.panel-footer {
  border-top-width: 0;
}

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

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #2d96cd;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #2d96cd;
  border-color: #2d96cd;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #2d96cd;
}

.panel-primary>.panel-heading .badge {
  color: #2d96cd;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #2d96cd;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #f66301;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #f66301;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #c6cdd1;
  border: 1px solid #c6cdd1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -webkit-background-clip: padding-box;
  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: .5;
  filter: alpha(opacity=50);
}

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #2d96cd;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2d96cd;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2d96cd;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2d96cd;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2d96cd;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2d96cd;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2d96cd;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2d96cd;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2d96cd;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #2d96cd;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

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

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

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

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

  table.visible-xs {
    display: table;
  }

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

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

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

  table.visible-print {
    display: table;
  }

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

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

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

.visible-print-inline {
  display: none !important;
}

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

.visible-print-inline-block {
  display: none !important;
}

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

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: 'FordAntennaCond';
  src: url('../fonts/FordAntennaCond-Regular_gdi.eot');
  src: url('../fonts/FordAntennaCond-Regular_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/FordAntennaCond-Regular_gdi.woff') format('woff'),url('../fonts/FordAntennaCond-Regular_gdi.ttf') format('truetype'),url('../fonts/FordAntennaCond-Regular_gdi.svg#FordAntennaCond-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'FordAntennaCond';
  src: url('../fonts/FordAntennaCond-Bold_gdi.eot');
  src: url('../fonts/FordAntennaCond-Bold_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/FordAntennaCond-Bold_gdi.woff') format('woff'),url('../fonts/FordAntennaCond-Bold_gdi.ttf') format('truetype'),url('../fonts/FordAntennaCond-Bold_gdi.svg#FordAntennaCond-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'FordAntenna';
  src: url('../fonts/FordAntenna-Semibold_gdi.eot');
  src: url('../fonts/FordAntenna-Semibold_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/FordAntenna-Semibold_gdi.woff') format('woff'),url('../fonts/FordAntenna-Semibold_gdi.ttf') format('truetype'),url('../fonts/FordAntenna-Semibold_gdi.svg#FordAntenna-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'FordAntenna';
  src: url('../fonts/FordAntenna-RegularItalic_gdi.eot');
  src: url('../fonts/FordAntenna-RegularItalic_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/FordAntenna-RegularItalic_gdi.woff') format('woff'),url('../fonts/FordAntenna-RegularItalic_gdi.ttf') format('truetype'),url('../fonts/FordAntenna-RegularItalic_gdi.svg#FordAntenna-RegularItalic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'FordAntenna';
  src: url('../fonts/FordAntenna-Regular_gdi.eot');
  src: url('../fonts/FordAntenna-Regular_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/FordAntenna-Regular_gdi.woff') format('woff'),url('../fonts/FordAntenna-Regular_gdi.ttf') format('truetype'),url('../fonts/FordAntenna-Regular_gdi.svg#FordAntenna-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'FordAntenna';
  src: url('../fonts/FordAntenna-Medium_gdi.eot');
  src: url('../fonts/FordAntenna-Medium_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/FordAntenna-Medium_gdi.woff') format('woff'),url('../fonts/FordAntenna-Medium_gdi.ttf') format('truetype'),url('../fonts/FordAntenna-Medium_gdi.svg#FordAntenna-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'FordAntenna';
  src: url('../fonts/FordAntenna-BoldItalic_gdi.eot');
  src: url('../fonts/FordAntenna-BoldItalic_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/FordAntenna-BoldItalic_gdi.woff') format('woff'),url('../fonts/FordAntenna-BoldItalic_gdi.ttf') format('truetype'),url('../fonts/FordAntenna-BoldItalic_gdi.svg#FordAntenna-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'FordAntenna';
  src: url('../fonts/FordAntenna-Bold_gdi.eot');
  src: url('../fonts/FordAntenna-Bold_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/FordAntenna-Bold_gdi.woff') format('woff'),url('../fonts/FordAntenna-Bold_gdi.ttf') format('truetype'),url('../fonts/FordAntenna-Bold_gdi.svg#FordAntenna-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

#content {
  padding: 0 30px;
}

.blocks-blue {
  border-top: 3px solid #f66301;
  color: #fff;
  background: #103359;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMzM1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzEwMzM1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzEwMzU1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzEyNDc3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzE0NWU4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzE0NjQ5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iIzE0NjY5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzEzNWY4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzExNDE2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDM2NWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #103359), color-stop(22%, #103359), color-stop(24%, #10355b), color-stop(39%, #124770), color-stop(53%, #145e8b), color-stop(59%, #146493), color-stop(62%, #146693), color-stop(70%, #135f8c), color-stop(90%, #11416a), color-stop(100%, #10365c));
  background: -webkit-linear-gradient(top, #103359 0, #103359 22%, #10355b 24%, #124770 39%, #145e8b 53%, #146493 59%, #146693 62%, #135f8c 70%, #11416a 90%, #10365c 100%);
  background: -o-linear-gradient(top, #103359 0, #103359 22%, #10355b 24%, #124770 39%, #145e8b 53%, #146493 59%, #146693 62%, #135f8c 70%, #11416a 90%, #10365c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #103359), color-stop(22%, #103359), color-stop(24%, #10355b), color-stop(39%, #124770), color-stop(53%, #145e8b), color-stop(59%, #146493), color-stop(62%, #146693), color-stop(70%, #135f8c), color-stop(90%, #11416a), to(#10365c));
  background: linear-gradient(to bottom, #103359 0, #103359 22%, #10355b 24%, #124770 39%, #145e8b 53%, #146493 59%, #146693 62%, #135f8c 70%, #11416a 90%, #10365c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103359', endColorstr='#10365c', GradientType=0);
}

.blocks-blue h5,
.blocks-blue .h5 {
  margin: 15px 20px 10px 20px;
  color: #66b2d9;
}

.blocks-blue h5 a,
.blocks-blue .h5 a {
  color: #66b2d9;
}

.blocks-blue a {
  color: #fff;
}

.blocks-blue .border-bottom {
  border-bottom-color: #405c7a;
}

.blocks-darkblue {
  background-color: #425968;
  color: #fff;
}

.blocks-verydarkblue {
  background-color: #1a232b;
  color: #fff;
}

.blocks-lightblue {
  background-color: #7699b0;
}

.blocks-lightblue h4 {
  color: #fff;
}

.blocks-lightblue h4 a {
  color: #fff;
}

.blocks-white {
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
}

.blocks-white.no-border {
  border: 0;
}

.blocks-white .blocks-red {
  margin-left: 10px;
  margin-right: 10px;
}

.break-line {
  display: block;
}

ul.pagination li.active>a {
  background: #555;
}

ul.pagination li>a {
  border: 0;
  background: #425968;
  color: white;
  margin-right: 3px;
}

ul.pagination li:last-child>a,
ul.pagination li:first-child>a {
  border-radius: 0;
}

.border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #425968;
}

.border-top {
  padding-top: 5px;
  border-top: 1px solid #425968;
}

.no-margin-b {
  margin-bottom: 0;
}

.img-cover {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.text-red {
  color: #425968;
}

.text-black,
.text-black a {
  color: #000;
}

.description {
  font-size: 11px;
}

.margin-0 {
  margin: 0;
}

.margin-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.margin-top-26 {
  margin-top: 26px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-bottom-26 {
  margin-bottom: 26px;
}

.margin-15 {
  margin-top: -10px;
  margin-bottom: 15px;
}

.margin-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.content-padding {
  padding-left: 15px;
  padding-right: 8px;
}

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

.box-shadow-im {
  -webkit-box-shadow: 0 5px 6px -3px #425968;
  box-shadow: 0 5px 6px -3px #425968;
}

.text-line-through {
  text-decoration: line-through;
}

.form-control-custom {
  margin-bottom: 10px;
}

.image-thumb {
  padding-right: 13px;
}

.icons-bottom {
  padding-left: 15px;
}

.icons-bottom .image-thumb {
  padding-right: 9px;
}

.icons-bottom .image-thumb-r-20 {
  padding-right: 20px;
}

.inline-block {
  display: inline-block;
}

.select2-search-choice-close {
  background-image: url('../images/select22.png');
}

.select2-container .select2-choice,
#select2-drop .select2-choice {
  background-color: #999999 !important;
  border-radius: 0 !important;
  border: 0;
  background-image: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 36px;
  line-height: 36px;
}

.select2-container .select2-choice .select2-arrow,
#select2-drop .select2-choice .select2-arrow {
  width: 26px;
  background-color: #999999 !important;
  border-radius: 0 !important;
  border: 0;
  background-image: none;
  color: #fff;
}

.select2-container .select2-choice .select2-arrow b,
#select2-drop .select2-choice .select2-arrow b {
  background-image: url('../images/arrow-down.png');
  background-position: center center;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 6px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 5px 5px 18px;
}

.select2-search {
  margin-top: 5px;
}

.select2-drop-active {
  border-color: #425968;
}

.select2-results .select2-highlighted {
  background-color: #425968;
}

.flexslider {
  border: 0;
  margin: 0;
  border-radius: 0;
}

.flexslider img.thumbnail {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.flexslider#carousel {
  overflow: hidden;
  padding: 10px;
}

.flexslider#carousel li {
  margin-right: 10px;
  text-align: center;
}

.flexslider#carousel li img {
  background: transparent;
  cursor: pointer;
  border: 0;
  opacity: .3;
}

.flexslider#carousel li img:hover {
  opacity: .6;
}

.flexslider#carousel li.flex-active-slide img {
  opacity: 1;
}

.flexslider .flex-direction-nav a {
  height: 46px;
}

.flexslider .flex-direction-nav a:hover {
  color: #f4711e;
}

.flexslider .flex-disabled {
  display: none;
}

a:focus {
  outline: none;
}

@media (min-width:768px) {
  .row.float-reverse-sm>div:first-child {
    float: right;
  }
}

@media (min-width:992px) {
  .row.float-reverse-md>div:first-child {
    float: right;
  }
}

.scial-link {
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 15px 8px 0;
  color: #58595b;
  text-transform: uppercase;
}

.scial-link.line {
  padding-left: 15px;
  border-left: 1px solid #c6cdd1;
}

.scial-link .image-thumb {
  vertical-align: top;
  padding: 0;
}

.icone {
  display: inline-block;
  margin-right: 6px;
  padding-right: 7px;
  height: 15px;
  position: relative;
}

.icone:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #425968;
}

.btn-arrow {
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(../images/sprites.png) -1px -92px no-repeat;
  margin-right: 6px;
  vertical-align: middle;
}

#contact-accordion {
  margin: 0;
  padding: 0 0 10px 0;
}

#contact-accordion .panel {
  padding-bottom: 15px;
  -webkit-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  transition: all linear 150ms;
}

#contact-accordion.accordion-opened .panel {
  padding-bottom: 0;
}

#contact-accordion .panel-heading a.active-panel {
  font-weight: 900;
}

#contact-accordion .panel-heading a .indicator {
  background: #66b2d9;
  color: #135a88;
  display: inline-block;
  padding: 3px 3px 0px 3px;
  font-size: 9px;
  margin-right: 5px;
  height: 15px;
}

#contact-accordion .panel-heading a .icone {
  color: #66b2d9;
}

#contact-accordion .panel-heading a .icone:after {
  background: transparent;
}

#contact-accordion .panel-body {
  font-size: 12px;
}

#contact-accordion .panel-body>p {
  padding-left: 27px;
}

#contact-accordion.panel-group .panel-body>p {
  padding-left: 47px;
}

.panel-transparent {
  font-family: 'FordAntennaCond','FordAntenna',sans-serif;
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: 0;
}

.panel-transparent>.panel-heading {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.panel-transparent>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
}

.panel-transparent>.panel-heading .badge {
  color: transparent;
  background-color: #fff;
}

.panel-transparent>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: transparent;
}

.panel-transparent .panel-title {
  font-size: 12px;
  font-weight: normal;
}

.panel-transparent .panel-heading {
  padding: 6px 20px;
}

.panel-transparent .panel-body {
  padding: 0 20px;
}

.panel-transparent.panel+.panel {
  margin: 0;
}

.panel-dark {
  border-color: #425968;
  background: #425968;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.panel-dark>.panel-heading {
  color: #fff;
  background-color: #425968;
  border-color: #425968;
}

.panel-dark>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #425968;
}

.panel-dark>.panel-heading .badge {
  color: #425968;
  background-color: #fff;
}

.panel-dark>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #425968;
}

.panel-dark .border-bottom {
  border-bottom-color: #687a86;
}

.panel-dark .panel-title {
  font-size: 12px;
  font-weight: normal;
}

.panel-dark .panel-heading {
  padding: 6px 15px;
}

.panel-dark .panel-heading>* {
  margin-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.panel-dark .panel-heading>* a {
  color: #fff;
}

.panel-dark .panel-heading>* a.active,
.panel-dark .panel-heading>* a:hover {
  color: #fff;
}

.panel-dark .panel-body {
  padding: 0 15px 20px 15px;
}

.panel-dark .panel-body h5 {
  opacity: .7;
}

.panel-dark .panel-body h5 a {
  color: #fff;
}

.panel-dark.panel+.panel {
  margin: 0;
}

#cookies-eu-banner {
  background: #ddd;
  color: #000;
  padding: 6px;
  font-size: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.footer-social a {
  display: inline-block;
  vertical-align: middle;
}

.footer-social a.fb {
  background: url('../images/footer-sprites.png') -1px 0 no-repeat;
  width: 71px;
  height: 23px;
}

.footer-social a.yt {
  background: url('../images/footer-sprites.png') -1px -24px no-repeat;
  width: 56px;
  height: 23px;
}

.footer-social a.blog {
  background: url('../images/footer-sprites.png') -1px -48px no-repeat;
  width: 35px;
  height: 23px;
}

.job-offer-heading {
  margin: 30px 0;
  font-weight: normal;
  color: #425968;
  font-family: 'FordAntenna';
}

.job-offer {
  border: 1px solid #e1e1e1;
  padding: 25px;
  border-left: 6px solid #2d96cd;
  font-size: 16px;
  margin-bottom: 20px;
}

.job-offer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-offer .title.thin a {
  color: #616161;
  font-weight: 500;
}

.job-offer a {
  font-size: 14px;
  color: #425968;
  font-family: 'FordAntenna';
}

.job-offer .btn {
  font-size: 12px;
  white-space: normal;
  font-family: 'FordAntenna';
  color: #fff;
}

@media only screen and (max-width:767px) {
  .job-offer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-offer .btn {
    margin-bottom: 15px;
  }
}

.holding-box {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}

.holding-box .holding-header {
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 30px;
}

.holding-box .holding-header .content {
  font-size: 14px;
  color: #000;
  margin: 30px 0;
}

.holding-box .holding-body img {
  width: 100%;
}

.holding-box .holding-body h3 {
  margin-bottom: 15px;
  font-family: 'FordAntenna';
  font-weight: normal;
}

.holding-box .holding-body ul {
  padding: 0;
  margin: 0;
}

.holding-box .holding-body ul li {
  color: #000;
  list-style: none;
  font-size: 14px;
  margin-bottom: 5px;
}

.holding-box .holding-body ul li:before {
  color: #2d96cd;
  content: "\2022";
  font-size: 1em;
  padding-right: 1.1225em;
  position: relative;
  top: 0em;
}

.holding-box .holding-footer {
  background-color: #e1e1e1;
}

.holding-box .holding-footer p {
  font-size: 18px;
  padding: 15px 30px;
  margin: 0;
  color: #000;
  font-weight: bold;
}

.holding-box .holding-footer .btn {
  padding: 1.5rem 3rem;
  font-size: 24px;
  font-weight: 500;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: normal;
  font-family: 'FordAntenna';
}

@media only screen and (max-width:767px) {
  .holding-box .holding-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .holding-box .holding-footer .btn {
    margin-left: 0;
  }
}

.ribbon-wrapper {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  z-index: 500;
  top: -3px;
}

.ribbon-wrapper .ribbon {
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  padding: 7px 0;
  width: 170px;
  color: #fff;
  font-weight: bold;
  top: 31px;
}

.ribbon-wrapper .ribbon:before,
.ribbon-wrapper .ribbon:after {
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: -3px;
}

.ribbon-wrapper .ribbon-danger {
  background: #2d96cd;
  color: #fff;
}

.ribbon-wrapper .ribbon-danger:before,
.ribbon-wrapper .ribbon-danger:after {
  border-top-color: #1b5979;
}

.ribbon-wrapper-left {
  left: -3px;
}

.ribbon-wrapper-left .ribbon {
  left: -37px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.ribbon-wrapper-left .ribbon:before {
  right: 0;
}

.ribbon-wrapper-left .ribbon:after {
  left: 0;
}

.cars-item-wrap {
  display: block;
  position: relative;
}

.cars-item-wrap img {
  border: 1px solid rgba(0,0,0,0.1);
}

.btn {
  font-family: 'FordAntennaCond','FordAntenna',sans-serif;
  border: none;
}

.btn.btn-transparent {
  color: #58595b;
}

.btn.btn-transparent:hover,
.btn.btn-transparent:focus {
  color: #58595b;
}

.btn.btn-primary-gradient {
  color: #fff;
  background: #66b2d9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #66b2d9), color-stop(50%, #66b2d9), color-stop(51%, #2f8ebf), color-stop(100%, #2f8ebf));
  background: -webkit-linear-gradient(top, #66b2d9 0, #66b2d9 50%, #2f8ebf 51%, #2f8ebf 100%);
  background: -o-linear-gradient(top, #66b2d9 0, #66b2d9 50%, #2f8ebf 51%, #2f8ebf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #66b2d9), color-stop(50%, #66b2d9), color-stop(51%, #2f8ebf), to(#2f8ebf));
  background: linear-gradient(to bottom, #66b2d9 0, #66b2d9 50%, #2f8ebf 51%, #2f8ebf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b2d9', endColorstr='#2f8ebf', GradientType=0);
  border: 1px solid #2c96cd;
  -webkit-box-shadow: inset 0px 1px 0px 0px #aad4ea;
  box-shadow: inset 0px 1px 0px 0px #aad4ea;
  border-radius: 3px;
}

.btn.btn-primary-gradient:hover,
.btn.btn-primary-gradient:focus {
  color: #fff;
}

.btn.btn-info-gradient {
  color: #fff;
  background: #aad4ea;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4485c5), color-stop(50%, #4485c5), color-stop(51%, #22609b), color-stop(100%, #22609b));
  background: -webkit-linear-gradient(top, #4485c5 0, #4485c5 50%, #22609b 51%, #22609b 100%);
  background: -o-linear-gradient(top, #4485c5 0, #4485c5 50%, #22609b 51%, #22609b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4485c5), color-stop(50%, #4485c5), color-stop(51%, #22609b), to(#22609b));
  background: linear-gradient(to bottom, #4485c5 0, #4485c5 50%, #22609b 51%, #22609b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4485c5', endColorstr='#22609b', GradientType=0);
  border: 1px solid #2768a8;
  -webkit-box-shadow: inset 0px 1px 0px 0px #6299d0;
  box-shadow: inset 0px 1px 0px 0px #6299d0;
  border-radius: 10px;
  font-weight: 500;
}

.btn.btn-info-gradient:hover,
.btn.btn-info-gradient:focus {
  color: #fff;
}

.btn.btn-dark-gradient {
  color: #fff;
  background: #425968;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #425968), color-stop(50%, #425968), color-stop(51%, #32434f), color-stop(100%, #32434f));
  background: -webkit-linear-gradient(top, #425968 0, #425968 50%, #32434f 51%, #32434f 100%);
  background: -o-linear-gradient(top, #425968 0, #425968 50%, #32434f 51%, #32434f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #425968), color-stop(50%, #425968), color-stop(51%, #32434f), to(#32434f));
  background: linear-gradient(to bottom, #425968 0, #425968 50%, #32434f 51%, #32434f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#425968', endColorstr='#32434f', GradientType=0);
  border: none;
  -webkit-box-shadow: inset 0px 1px 0px 0px #6299d0;
  box-shadow: inset 0px 1px 0px 0px #6299d0;
}

.btn.btn-dark-gradient:hover,
.btn.btn-dark-gradient:focus {
  color: #fff;
}

.btn:focus {
  outline: none;
}

.btn.btn-sm .btn-arrow {
  margin-top: -2px;
}

.btn-dark {
  color: #fff;
  background-color: #5e6a78;
  border-color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open>.dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #48515b;
  border-color: #e0e0e0;
}

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

.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #5e6a78;
  border-color: #fff;
}

.btn-dark .badge {
  color: #5e6a78;
  background-color: #fff;
}

.btn-group {
  bottom: 15px;
  position: relative;
  top: 15px;
}

.pagination>li>.btn-primary {
  background-color: #425968;
}

.pagination>li>.btn-primary:hover,
.pagination>li>.btn-primary:focus {
  color: #fff;
  background-color: #2e3e49;
}

div>div.btn,
div>span.btn {
  cursor: default;
}

div>div.btn:hover,
div>span.btn:hover,
div>div.btn:focus,
div>span.btn:focus,
div>div.btn:active,
div>span.btn:active,
.open>.dropdown-toggle div>div.btn,
.open>.dropdown-toggle div>span.btn {
  color: #58595b;
  background-color: transparent;
}

div>div.btn:hover.text-line-through,
div>span.btn:hover.text-line-through,
div>div.btn:focus.text-line-through,
div>span.btn:focus.text-line-through,
div>div.btn:active.text-line-through,
div>span.btn:active.text-line-through,
.open>.dropdown-toggle div>div.btn.text-line-through,
.open>.dropdown-toggle div>span.btn.text-line-through {
  text-decoration: line-through;
}

div>div.btn.btn-default:hover,
div>span.btn.btn-default:hover,
div>div.btn.btn-default:focus,
div>span.btn.btn-default:focus,
div>div.btn.btn-default:active,
div>span.btn.btn-default:active,
.open>.dropdown-toggle div>div.btn.btn-default,
.open>.dropdown-toggle div>span.btn.btn-default {
  color: #425968;
  background-color: #fff;
  border-color: #ccc;
}

div>div.btn.btn-primary:hover,
div>span.btn.btn-primary:hover,
div>div.btn.btn-primary:focus,
div>span.btn.btn-primary:focus,
div>div.btn.btn-primary:active,
div>span.btn.btn-primary:active,
.open>.dropdown-toggle div>div.btn.btn-primary,
.open>.dropdown-toggle div>span.btn.btn-primary {
  color: #fff;
  background-color: #2d96cd;
  border-color: #2887b8;
}

@media only screen and (max-width:767px) {
  .mobile-phone {
    margin-bottom: 15px;
  }
}

.new-rules {
  font-size: 11px;
}

.new-rules a {
  text-decoration: none;
}

.new-rules a[data-toggle="collapse"] {
  color: #fff;
  text-decoration: underline;
}

.new-rules .panel-group {
  margin: 0;
}

.new-rules .panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  border: 0;
}

.new-rules .panel-group .panel .panel-body {
  padding: 0;
}

.new-rules .glyphicon {
  margin-top: 3px;
  margin-left: 3px;
  text-decoration: none!important;
  color: #fff;
}

.new-rules .checkbox label {
  display: block;
}

.new-rules .checkbox .glyphicon {
  margin-left: 6px;
  margin-top: -5px;
  font-size: 13px;
}

#info-admin {
  margin-top: 10px;
}

.form-contact .row-bg {
  background: url('../images/pgd-formularz-ikona.png') -webkit-calc(50% - 230px) 100% no-repeat;
  background: url('../images/pgd-formularz-ikona.png') calc(50% - 230px) 100% no-repeat;
}

.form-contact .row-bg h2 {
  margin-top: 0;
  font-size: 35px;
}

.form-contact .row-bg h3 {
  font-size: 28px;
  font-weight: 300;
}

@media (max-width:767px) {
  .form-contact .row-bg {
    background: none;
  }
}

.form-contact .row-bg .btn-primary {
  margin-top: 20px;
}

.icon {
  display: inline-block;
  background: url('../images/icons.png') top left no-repeat;
  width: 30px;
  height: 30px;
  margin: -14px 5px -11px 0;
}

.icon-search {
  background-position: top center;
}

.icon-steering {
  background-position: center center;
}

.icon-documents {
  background-position: bottom center;
}

body .span-bold span {
  font-weight: bold;
}

body .no-margin {
  margin-left: -15px;
  margin-right: -15px;
}

body .font-10 {
  font-size: 10px;
  line-height: 11px;
}

body .font-12 {
  font-size: 12px;
  line-height: 18px;
}

body .font-14 {
  font-size: 14px;
}

body .font-16 {
  font-size: 16px;
}

body .font-21 {
  font-size: 21px;
}

body .font-31 {
  font-size: 31px;
}

body .well {
  border-left: 0;
  border-right: 0;
  padding: 15px 30px;
  border-radius: 0;
  font-size: 12px;
}

body .well .form-group {
  margin-bottom: 0;
}

@media (min-width:768px) {
  body .well .col-sm-3 {
    border-right: 2px solid #425968;
  }

  body .well .col-sm-3:last-child {
    border-right: 0;
  }
}

body .well h3,
body .well h4 {
  margin: 0 0 5px 0;
}

body .thumbnail {
  margin-bottom: 10px;
  border: 0;
  width: auto !important;
  display: inline-block;
  border-radius: 0;
  padding: 0;
}

body .boxed .fix-height {
  position: relative;
}

@media (min-width:768px) {
  body .boxed .fix-height {
    min-height: 275px;
  }

  body .boxed .fix-height .img-cover {
    margin-bottom: 0;
    padding-top: 36%;
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  body .boxed .fix-height.promo-box .panel-body {
    padding-bottom: 50%;
  }
}

body .boxed .fix-height article {
  padding-bottom: 0;
}

body .boxed h4 {
  font-weight: 900;
  color: #58595b;
}

body .boxed .img-cover {
  padding: 50% 10px 10px 10px;
  text-align: right;
}

body .boxed ul.list-unstyled li>a {
  color: #fff;
  padding-left: 14px;
  line-height: 2;
}

body .boxed ul.list-unstyled li.active>a {
  position: relative;
}

body .boxed ul.list-unstyled li.active>a:before {
  content: '\00bb';
  padding-right: 5px;
  position: absolute;
  left: 0;
}

body .boxed ul.list-unstyled li ul.list-unstyled {
  margin-left: 10px;
}

body .breadcrumb {
  padding: 0 0 6px 0;
  margin-bottom: 3px;
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #a9aeaf;
  color: #135d8a;
  font-weight: 500;
  font-size: 11px;
  -webkit-box-shadow: 0 5px 6px -3px #ddd;
  box-shadow: 0 5px 6px -3px #ddd;
}

body .breadcrumb>li {
  position: relative;
  padding: 0;
}

body .breadcrumb>li>a {
  color: #999;
}

body .breadcrumb>li.active>a {
  color: #999;
}

body .breadcrumb>li+li:before {
  content: '>>';
  color: #999;
  font-weight: 500;
  font-size: 11px;
}

body article section,
body .sidebar-bottom .nav {
  padding-left: 2px;
}

@media (min-width:992px) {
  body .row-table {
    display: table;
    width: 100%;
  }

  body .row-table .col-table {
    display: table-cell;
    vertical-align: middle;
  }

  body .row-table .col-table:not(.float) {
    float: none;
  }
}

body .form-contact {
  padding: 30px 15px 0 15px;
}

body .form-contact textarea.form-control {
  height: auto;
}

body .form-contact label.control-label {
  font-weight: 500;
  font-size: 19px;
}

body .form-contact .checkbox label {
  line-height: 11px;
  font-size: 10px;
}

body .form-contact .btn.btn-lg {
  font-weight: 500;
}

body .page-heading h2 {
  color: #425968;
  font-size: 30px;
  margin: 25px 0;
}

body .entry-content {
  font-size: 14px;
  margin: 50px 0;
}

body .entry-content p {
  margin-bottom: 15px;
}

body .entry-content img {
  max-width: 100%;
}

body .entry-content h2,
body .entry-content h3 {
  margin-top: 0;
  font-size: 21px;
  margin-bottom: 20px;
}

body .entry-content h2 {
  color: #425968;
}

body .entry-content.attachments a {
  font-size: 22px;
  color: #f66301;
}

body .image-button {
  position: relative;
}

body .image-button a.btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

body .image-button span.glyphicon {
  padding-right: 4px;
}

body.page #content .panel-dark .panel-body {
  padding: 35px;
}

body.page #content .panel-dark .panel-body>h3 {
  margin-bottom: 25px;
}

body.page-car #car-model-spotlight {
  background: 600px center no-repeat;
  padding: 45px 0 0 30px;
  min-height: 390px;
}

body.page-car #car-model-spotlight h1 {
  font-size: 50px;
  font-weight: 900;
}

body.page-car #car-model-spotlight h2 {
  font-size: 24px;
  color: #58595b;
  margin-bottom: 20px;
  font-weight: 900;
}

body.page-car #car-model-spotlight h2 strong {
  color: #425968;
  font-weight: 900;
}

body.page-car #car-model-spotlight ul {
  margin-bottom: 20px;
}

body.page-car #car-model-spotlight ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

body.page-car #car-model-spotlight ul li:before {
  top: 50%;
  margin-top: -4px;
  left: 0;
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #425968;
}

body.page-car #car-model-spotlight ul li a {
  font-weight: 700;
  color: #8a8a8a;
}

body.page-car #car-model-spotlight .btn {
  margin-bottom: 10px;
}

body.page-car #content {
  padding: 0;
}

body.page-car #content .flexslider .flex-direction-nav a {
  width: 31px;
  height: 170px;
  margin-top: -85px;
}

body.page-car #content .flexslider .flex-direction-nav a:before {
  display: none;
}

body.page-car #content .flexslider .flex-direction-nav a.flex-prev,
body.page-car #content .flexslider .flex-direction-nav a.flex-next {
  margin-left: 0;
  margin-right: 0;
}

body.page-car #content .flexslider .flex-direction-nav a.flex-prev {
  background-image: url(../images/slider-arrow-left.png);
}

body.page-car #content .flexslider .flex-direction-nav a.flex-next {
  background-image: url(../images/slider-arrow-right.png);
}

body.page-car #content .panel-dark .panel-body {
  background: #e5e5e5;
}

body.page-car #content .panel-dark .panel-wrapper {
  padding: 10px 30px;
}

.image-thumbs {
  padding-top: 10px;
  position: relative;
}

.image-thumbs .carousel-indicators {
  position: static;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  font-size: 0;
  padding: 0 0 0 10px;
}

.image-thumbs .carousel-indicators li {
  text-indent: 0px;
  width: 12.5%;
  height: auto;
  margin: 0;
  padding: 0 10px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.image-thumbs .carousel-indicators li img {
  background: transparent;
  width: 100%;
  height: auto;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.image-thumbs .carousel-indicators .active {
  margin: 0;
  width: 12.5%;
  height: auto;
  border: 0;
  background: transparent;
}

.image-thumbs .carousel-indicators .active img {
  width: 100%;
  height: auto;
}

.font-125 {
  font-size: 125%;
}

.font-150 {
  font-size: 150%;
}

img[href] {
  cursor: pointer;
}

img[href]:hover {
  opacity: 0.7;
}

.mh-70 {
  max-height: 70px;
  overflow: hidden;
}

#footer-cars.loading {
  margin-bottom: 320px;
  position: relative;
}

#footer-cars.loading:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 320px;
  background: center center url(../images/spinner.gif) no-repeat;
}

.page-thumbnail {
  position: relative;
}

.page-thumbnail img {
  width: 100%;
}

.page-thumbnail .caption {
  bottom: 0;
  left: 0;
  position: absolute;
  float: none;
  min-width: 280px;
  padding: 30px 20px 40px 40px;
  margin: 0;
  color: #FFF;
  font-size: 20px;
  max-width: 100%;
  text-transform: uppercase;
}

.page-thumbnail .caption .h2 {
  margin-top: 0;
  font-size: 14px;
}

@media (min-width:768px) {
  .page-thumbnail .caption .h2 {
    font-size: 18px;
  }
}

@media (min-width:992px) {
  .page-thumbnail .caption .h2 {
    font-size: 22px;
  }
}

@media (min-width:1200px) {
  .page-thumbnail .caption .h2 {
    font-size: 26px;
  }
}

@media (min-width:768px) {
  .page-thumbnail .caption {
    font-size: 30px;
  }
}

@media (min-width:992px) {
  .page-thumbnail .caption {
    font-size: 40px;
  }
}

@media (min-width:1200px) {
  .page-thumbnail .caption {
    font-size: 56px;
  }
}

.marker-tooltip {
  color: #58595b;
}

.input-group-btn {
  padding-left: 15px;
}

#home-boxs-sub .panel-body {
  font-size: 12px;
}

#models-tabs {
  margin-top: 50px;
}

#models-tabs .slick-list .slick-slide {
  position: relative;
}

#models-tabs .slick-list .slick-slide .image-thumb {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  font-size: 10px;
  color: #425968;
  text-align: center;
  background: center bottom no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 150px;
  opacity: 0.4;
}

#models-tabs .slick-list .slick-slide h4 {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  margin: 100px -100% 40px -100%;
  font-size: 30px;
  text-transform: uppercase;
  opacity: 0;
}

#models-tabs .slick-list .slick-slide h4 a {
  color: #425968;
}

#models-tabs .slick-list .slick-slide.slick-center .image-thumb {
  opacity: 1;
}

#models-tabs .slick-list .slick-slide.slick-center h4 {
  opacity: 1;
}

#models-tabs .slick-dots {
  position: absolute;
  top: 195px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

#models-tabs .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}

#models-tabs .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #c6cdd1;
  padding: 0;
}

#models-tabs .slick-dots li button:hover,
#models-tabs .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}

#models-tabs .slick-dots li.slick-active {
  opacity: .75;
}

#models-tabs .slick-dots li.slick-active button {
  background: #2d96cd;
}

#models-tabs .slick-prev,
#models-tabs .slick-next {
  display: none;
  z-index: 100;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 200px;
  left: 80px;
  width: 28px;
  height: 46px;
  margin-top: -14px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url(../images/slick-arrows.png) left top no-repeat;
  opacity: 0.9;
}

@media (min-width:768px) {
  #models-tabs .slick-prev,
  #models-tabs .slick-next {
    display: block;
  }
}

#models-tabs .slick-prev.slick-next,
#models-tabs .slick-next.slick-next {
  background-position: right top;
  left: auto;
  right: 80px;
}

#models-tabs .slick-prev:hover,
#models-tabs .slick-next:hover,
#models-tabs .slick-prev:focus,
#models-tabs .slick-next:focus {
  opacity: 1;
}

#models-tabs-buttons .item {
  display: none;
}

#models-tabs-buttons .item.active {
  display: block;
}

.box-contact h1 {
  float: left;
  font-size: 14px;
  margin: 0;
}

.box-contact h2 {
  float: left;
  font-size: 14px;
  margin: 0;
}

@media (min-width:768px) {
  header {
    height: 72px;
  }
}

header .navbar-static-top {
  border: 0;
  background: #fff url(../images/navbar-bg.png) -42px -7px repeat-x;
}

@media (min-width:768px) {
  header .navbar-static-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}

header .navbar-static-top>.container {
  position: relative;
}

header .navbar-static-top .shadow {
  background: #a9aeaf;
  width: 100%;
  height: 6px;
  background: #fff url(../images/navbar-shadow.png) left bottom repeat-x;
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 0;
}

header .header-box {
  margin: 0;
  background-color: #555;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

header .subheading-right {
  color: #fff;
  font-size: 22px;
  padding-left: 38px;
  padding-top: 4px;
}

header .subheading-right a {
  color: #fff;
}

header .navbar-top-wrapper {
  background: #222;
  color: #fff;
}

header .navbar-top-wrapper #navbar-top ul {
  float: none;
}

header .navbar-top-wrapper #navbar-top ul>li>a {
  color: #fff;
  font-size: 10px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  position: relative;
}

header .navbar-top-wrapper #navbar-top ul>li>a:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 50%;
  height: 10px;
  margin-top: 10px;
  background: #FFF;
}

@media (min-width:768px) {
  header .navbar-top-wrapper #navbar-top ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  header .navbar-top-wrapper #navbar-top ul>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header .navbar-top-wrapper #navbar-top ul>li:last-child {
  float: right;
}

header .navbar-top-wrapper .navbar-brand {
  padding-top: 4px;
  padding-bottom: 0;
  height: auto;
  margin-top: 8px;
  margin-bottom: -16px;
  max-width: 130px;
}

@media (min-width:768px) {
  header .navbar-sub {
    height: 42px;
    margin-right: -25px;
  }
}

header .navbar-sub>li {
  position: relative;
}

header .navbar-sub>li.subcontent {
  position: static;
}

header .navbar-sub>li.open>a {
  background: #fff !important;
  height: 50px;
  z-index: 1005;
}

header .navbar-sub>li>a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 16px 11px 6px 10px;
  margin-right: 1px;
}

header .navbar-sub>li>a:after {
  content: ' ';
  position: absolute;
  right: -1px;
  top: 0;
  height: 41px;
  width: 1px;
  background: url(../images/navbar-spacer.png) right bottom no-repeat;
}

header .navbar-sub>li>a:hover,
header .navbar-sub>li>a:focus {
  color: #425968;
}

header .navbar-sub>li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

header .navbar-sub>li.dropdown .dropdown-menu {
  background: #fff;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 300px;
  padding: 10px 20px;
  border: 0;
  border-top: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: -15px;
  margin-top: -8px;
}

header .navbar-sub>li.dropdown .dropdown-menu>li>a {
  color: #425968;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

header .navbar-sub>li.dropdown .dropdown-menu>li>a:hover,
header .navbar-sub>li.dropdown .dropdown-menu>li>a:focus {
  background: transparent;
  color: #425968;
}

header .navbar-sub>li.dropdown .menu-subcontent {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  min-height: 300px;
  padding: 0 15px;
}

header .navbar-sub>li.dropdown .menu-subcontent #models-holder {
  background: #fff;
  padding: 10px 50px;
}

header .navbar-sub>li.dropdown .menu-subcontent #models-holder .image-thumb {
  display: block;
  font-size: 10px;
  color: #425968;
  text-align: center;
  background: center bottom no-repeat;
  height: 80px;
}

header .navbar-sub>li.dropdown .menu-subcontent #models-holder h4 {
  text-align: center;
  margin-bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
}

header .navbar-sub>li.dropdown .menu-subcontent #models-holder h4 a {
  color: #425968;
}