@charset "UTF-8";
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.bottomBlueShadow {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 50px;
  height: 0;
  left: 73px;
  right: 73px;
  box-shadow: 0 0 50px 50px rgba(34, 51, 83, 0.8);
  pointer-events: none;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  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.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: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.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.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.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.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: #4b6494;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2b406a;
  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: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
a.btn {
  text-decoration: none;
}
img {
  border: none;
  max-width: none;
}
.minblock {
  float: left;
}
.minblock + * {
  clear: left;
}
* > h1:first-child,
* > h2:first-child,
* > h3:first-child,
* > h4:first-child,
* > ul:first-child,
* > ol:first-child,
* > li:first-child,
* > p:first-child {
  margin-top: 0 !important;
}
* > h1:last-child,
* > h2:last-child,
* > h3:last-child,
* > h4:last-child,
* > ul:last-child,
* > ol:last-child,
* > li:last-child,
* > p:last-child,
* > form:last-child {
  margin-bottom: 0 !important;
}
input,
textarea,
select,
.uneditable-input {
  margin-bottom: 0;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
html,
body {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 0.6em;
  line-height: 110%;
}
li {
  line-height: inherit;
  margin-bottom: 0.3em;
}
p {
  line-height: inherit;
}
.clr {
  clear: both;
}
object {
  outline: none;
}
.nobr {
  white-space: nowrap;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
html {
  font-size: 16px;
}
html.wcag {
  font-size: 18px;
  color: #000;
  background: #fff;
}
html.wcag.wcag-inverse {
  background: #000;
  color: #fff;
}
html.fullcolor {
  color: #333333;
}
html.fullcolor #wcag-panel {
  display: none;
}
body {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  /*
	background: yellow;
	.mobile({
		background: red;
	});
	.tablet({
		background: green;
	});
	*/
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
body.main #header {
  min-height: 263px;
}
.wcag body.main #header {
  height: auto;
}
body.main #header .top {
  display: block;
}
#wcag-panel {
  background: #666;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
#wcag-panel > .wrap {
  max-width: 1188px;
  margin: 0 auto;
  position: relative;
}
#wcag-panel > .wrap > * {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  height: 40px;
  line-height: 40px;
}
#wcag-panel a {
  padding: 10px 20px !important;
}
#wcag-panel a.active {
  background: #fff;
  color: #000;
  text-decoration: none;
}
#wcag-panel .wcag-btn-size[data-size="normal"] {
  font-size: 18px;
}
#wcag-panel .wcag-btn-size[data-size="large"] {
  font-size: 24px;
}
#wcag-panel .wcag-btn-size[data-size="xl"] {
  font-size: 28px;
}
#wcag-panel .wcag-btn-color span {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #000;
}
#wcag-panel .wcag-btn-color[data-color="normal"] span {
  background: #fff;
  color: #000;
}
#wcag-panel .wcag-btn-color[data-color="inverse"] span {
  background: #000;
  color: #fff;
}
#wcag-panel .wtag-title-color {
  margin-left: 2em;
}
.wcag #header > .bg {
  display: none;
}
.wcag * {
  text-shadow: none !important;
}
#header {
  overflow: hidden;
  position: relative;
  color: #fff;
}
#header .licinfo {
  float: left;
}
#header .wcag-switch {
  float: right;
}
#header .wcag-switch .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
  position: relative;
  top: 2px;
}
.wcag #header {
  color: inherit;
}
#header > * {
  position: relative;
  z-index: 3;
}
#header > .bg {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  display: block;
  z-index: 1;
}
#header > .top {
  overflow: hidden;
  max-width: 1188px;
  margin: 0 auto;
  font-size: 0.875rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.fullcolor #header > .top {
  display: none;
  min-height: 51px;
  line-height: 51px;
}
@media (max-width: 991px) {
  #header > .top {
    text-align: center;
  }
  #header > .top > * {
    float: none;
    line-height: 2em;
  }
}
.wcag #header > .top {
  padding: 1em 0;
}
#header > .top a {
  color: #fff;
}
.wcag #header > .top a {
  color: inherit;
}
#header > .wrap {
  position: relative;
}
.wcag #header > .wrap {
  background: #ccc;
  color: #000;
}
.fullcolor #header > .wrap {
  background-image: linear-gradient(to bottom, #314875 0%, #223353 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff314875', endColorstr='#ff223353', GradientType=0);
}
.fullcolor #header > .wrap:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 100%;
  height: 44px;
  left: 50%;
  margin-left: -800px;
  width: 1600px;
  background: url(images/header-wrap-shadow.png) 0 0 no-repeat;
}
.lte7 #header > .wrap {
  background: #2a3e64;
}
#header > .wrap .wrap2 {
  max-width: 1188px;
  margin: 0 auto;
  position: relative;
  min-height: 157px;
  z-index: 3;
  overflow: hidden;
}
#header > .wrap .wrap2 .fullcolor:before {
  position: absolute;
  left: 151px;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #243657;
  content: "";
  display: block;
}
#header > .wrap #logo {
  position: absolute;
  top: 17px;
  left: 2px;
  width: 119px;
  height: 123px;
  text-align: center;
  display: block;
}
.fullcolor #header > .wrap #logo {
  background: url(images/logo-bg.png) 0 0 no-repeat;
}
@media (max-width: 767px) {
  #header > .wrap #logo {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
}
#header > .wrap #logo img {
  display: inline-block;
  margin-top: 9px;
}
#header > .wrap .name {
  float: left;
  padding-left: 191px;
  margin-right: -500px;
  padding-top: 23px;
  line-height: 34px;
  text-shadow: 0 2px 1px #0c1627;
  max-width: 591px;
  position: relative;
}
@media (max-width: 1219px) {
  #header > .wrap .name {
    float: none;
    padding-left: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #header > .wrap .name {
    padding-left: 0;
    text-align: center;
  }
}
#header > .wrap .name h1,
#header > .wrap .name h2 {
  font-family: "FontinSansCRSC", "PT Sans", Arial;
  font-size: 31px;
  font-weight: normal;
  margin: 0;
  text-shadow: inherit;
}
#header > .wrap .name h1 .wcag,
#header > .wrap .name h2 .wcag {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  #header > .wrap .name h1,
  #header > .wrap .name h2 {
    font-size: 1.25rem !important;
  }
}
.fullcolor #header > .wrap .name h1,
.fullcolor #header > .wrap .name h2 {
  color: #fff;
}
#header > .wrap .name h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0.7em 0 0;
}
#header > .wrap .name h3 .wcag {
  font-size: 1.125rem;
}
.fullcolor #header > .wrap .name h3 {
  color: #b8bed0;
}
#header > .wrap .name a {
  text-decoration: none;
  color: inherit;
}
#header > .wrap .address_wrap,
#header > .wrap .tel_wrap {
  float: right;
  padding-top: 12px;
  text-shadow: 0 1px 1px rgba(35, 52, 85, 0.75);
  font-size: 19px;
  line-height: 22px;
  font-family: "FontinSansCR", "PT Sans", Arial;
  clear: right;
  text-align: right;
}
@media (max-width: 1219px) {
  #header > .wrap .address_wrap,
  #header > .wrap .tel_wrap {
    text-align: center;
    float: left;
    width: 40%;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
  }
}
#header > .wrap .address_wrap a,
#header > .wrap .tel_wrap a {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dashed;
  position: relative;
}
.fullcolor #header > .wrap .address_wrap a,
.fullcolor #header > .wrap .tel_wrap a {
  color: #c7ccdd;
}
.fullcolor #header > .wrap .address_wrap a:before,
.fullcolor #header > .wrap .tel_wrap a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: center center no-repeat;
  position: absolute;
  left: -22px;
  margin-top: 3px;
  display: block;
  background-image: url(images/icon-mappin.png);
}
.fullcolor #header > .wrap .address_wrap a:hover,
.fullcolor #header > .wrap .tel_wrap a:hover {
  color: #a7afca;
}
#header > .wrap .tel_wrap a:before {
  background-image: url(images/icon-tel.png);
}
.fullcolor #header:before,
.fullcolor #header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.fullcolor #header:before {
  height: 267px;
  background-image: linear-gradient(to bottom, rgba(46, 62, 116, 0.33) 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#542e3e74', endColorstr='#00000000', GradientType=0);
  background-color: transparent;
}
.fullcolor #header:after {
  background-image: linear-gradient(to bottom, rgba(8, 8, 8, 0.3) 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d080808', endColorstr='#00000000', GradientType=0);
  background-color: transparent;
  height: 37px;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
@media (max-width: 1219px) {
  #nav {
    margin-top: 70px;
    overflow: visible !important;
  }
  #nav .nav {
    float: none !important;
    text-align: center !important;
  }
  #nav .search {
    top: -70px;
    position: absolute !important;
    right: 20px;
    background: none !important;
    margin-left: 0 !important;
  }
  #nav .search .input_wrap {
    opacity: 1 !important;
    width: 200px !important;
  }
  #nav .search:before,
  #nav .search:after,
  #nav .search .bottom {
    display: none !important;
  }
}
#nav .search {
  float: right;
  display: inline-block;
  padding-top: 20px;
  height: 73px;
  box-sizing: border-box;
  position: relative;
  text-align: right;
  width: 320px;
  margin-left: -500px;
  overflow: hidden;
}
.wcag #nav .search {
  z-index: 100;
  display: block;
  float: right;
  margin-left: 0;
}
.wcag #nav .search .input_wrap {
  width: 200px;
}
.fullcolor #nav .search {
  transition: 0.3s all;
}
.fullcolor #nav .search {
  background-image: linear-gradient(#fddc11, #f7c90f 50%, #f3aa10);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffddc11', endColorstr='#fff3aa10', GradientType=0);
}
.lte9 #nav .search {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #f7c90f;
}
.fullcolor #nav .search:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ffee96;
}
.fullcolor #nav .search > div.bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 3px;
}
.fullcolor #nav .search > div.bottom:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -800px;
  width: 1600px;
  height: 3px;
  background: url(images/nav-bottom.png);
}
#nav .search .migup-button {
  height: 35px;
  font-size: 14px;
  top: -1px;
  padding-top: 8px;
}
.fullcolor #nav .search:hover,
.fullcolor #nav .search.hover {
  z-index: 200;
}
.fullcolor #nav .search:hover .input_wrap,
.fullcolor #nav .search.hover .input_wrap {
  opacity: 1;
  width: 200px;
}
#nav .search .input_wrap {
  display: inline-block;
  padding: 2px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 10px;
  width: 100px;
}
.fullcolor #nav .search .input_wrap {
  background-image: linear-gradient(to bottom, #f4ac10 0%, #fad110 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4ac10', endColorstr='#fffad110', GradientType=0);
}
.fullcolor #nav .search .input_wrap {
  opacity: 0.3;
}
.fullcolor #nav .search .input_wrap {
  transition: 0.3s all;
}
#nav .search .input_wrap .input_wrap2 {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.fullcolor #nav .search .input_wrap .input_wrap2 {
  background-image: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffffffff', GradientType=0);
}
.wcag #nav .search .input_wrap .input_wrap2 {
  border: 2px solid #000;
  border-radius: 15px;
  top: -3px;
}
.wcag-inverse #nav .search .input_wrap .input_wrap2 {
  border-color: #fff;
}
#nav .search .input_wrap input {
  border: none;
  padding: 0 6px;
  background: transparent;
  box-sizing: border-box;
  width: 100%;
}
#nav .search .input_wrap input:focus {
  outline: none;
}
#nav {
  position: relative;
  z-index: 10;
}
.fullcolor #nav {
  height: 73px;
}
.fullcolor #nav {
  background-image: linear-gradient(#fddc11, #f7c90f 50%, #f3aa10);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffddc11', endColorstr='#fff3aa10', GradientType=0);
}
.lte9 #nav {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #f7c90f;
}
.fullcolor #nav:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ffee96;
}
.fullcolor #nav > div.bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 3px;
}
.fullcolor #nav > div.bottom:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -800px;
  width: 1600px;
  height: 3px;
  background: url(images/nav-bottom.png);
}
@media (max-width: 991px) {
  #nav {
    height: auto !important;
    background: none !important;
  }
  #nav:after,
  #nav .bottom,
  #nav:before {
    display: none !important;
  }
  #nav ul.nav {
    height: auto !important;
  }
  #nav li:after {
    display: none !important;
  }
}
.fullcolor #nav:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 73px;
  height: 44px;
  background: url(images/header-wrap-shadow.png) center top no-repeat;
  opacity: 0.4;
}
#nav > .wrap {
  max-width: 1188px;
  margin: 0 auto;
}
.fullsize #nav > .wrap {
  white-space: nowrap;
}
#nav > .wrap ul,
#nav > .wrap li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#nav > .wrap ul.nav {
  float: left;
  height: 73px;
}
.fullsize #nav > .wrap ul.nav {
  height: 73px;
}
#nav > .wrap ul.nav > li:last-child .subul {
  left: auto;
  right: 0;
  text-align: right;
}
.wcag #nav > .wrap ul.nav {
  float: none;
  clear: both;
  text-align: center;
}
#nav > .wrap ul.nav > li {
  display: inline-block;
  *display: inline;
  vertical-align: top;
}
.fullcolor #nav > .wrap ul.nav > li:after {
  content: "";
  position: absolute;
  right: -3px;
  width: 3px;
  top: 0;
  bottom: 0;
  background: url(images/nav-sep.png) 0 1px no-repeat;
}
#nav > .wrap ul.nav > li:hover {
  z-index: 2;
}
#nav > .wrap ul.nav > li:hover > a {
  z-index: 2;
  background-color: #eff2f4;
}
.wcag-inverse #nav > .wrap ul.nav > li:hover > a {
  background-color: #333;
}
#nav > .wrap ul.nav > li:hover > a:before {
  content: "";
  position: absolute;
  top: -294px;
  left: -173px;
  width: 600px;
  height: 600px;
  margin-top: 73px;
}
.fullcolor #nav > .wrap ul.nav > li:hover > a:before {
  background: #eff2f4;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 0%, #eff2f4 70%);
  /* W3C */
}
#nav > .wrap ul.nav > li:hover > a > span {
  border-bottom-color: transparent !important;
}
#nav > .wrap ul.nav > li:hover .subul {
  visibility: visible !important;
  opacity: 1;
  margin: 0;
  pointer-events: all;
}
@media (max-width: 991px) {
  #nav > .wrap ul.nav > li:hover .subul {
    display: none !important;
  }
}
.fullcolor #nav > .wrap ul.nav > li.havechilds > a {
  background: transparent url(images/nav-arrow.png) right 34px no-repeat;
  padding-right: 30px;
}
@media (max-width: 991px) {
  #nav > .wrap ul.nav > li.havechilds > a {
    background: transparent !important;
    padding-right: 10px !important;
  }
}
#nav > .wrap ul.nav > li > a {
  display: inline-block;
  padding: 0 20px;
  height: 73px;
  line-height: 73px;
  text-decoration: none;
  color: #314875;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  #nav > .wrap ul.nav > li > a {
    padding: 0 10px;
  }
}
.wcag #nav > .wrap ul.nav > li > a {
  padding: 0 13px;
}
.wcag #nav > .wrap ul.nav > li > a {
  color: inherit;
}
#nav > .wrap ul.nav > li > a > span {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #b8910b;
}
.fullcolor #nav > .wrap ul.nav > li > a > span {
  transition: 0.3s all;
}
.wcag #nav > .wrap ul.nav > li > a > span {
  border-color: inherit;
}
#nav > .wrap ul.nav > li > a.root-item-selected {
  color: #6589ce;
}
#nav > .wrap ul.nav > li > a.root-item-selected > span {
  border-bottom-color: #d2b43f;
}
.wcag #nav > .wrap ul.nav > li > a.root-item-selected {
  color: inherit;
  font-weight: bold;
}
.wcag #nav > .wrap ul.nav > li > a.root-item-selected > span {
  border-width: 2px;
  border-color: inherit;
}
#nav > .wrap ul.nav .subul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 73px;
  white-space: normal;
  left: 0;
  text-align: left;
}
.fullcolor #nav > .wrap ul.nav .subul {
  transition: 0.3s all;
}
@media (max-width: 991px) {
  #nav > .wrap ul.nav .subul {
    display: none !important;
  }
}
#nav > .wrap ul.nav .subul:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 50px;
  height: 0;
  left: 73px;
  right: 73px;
  box-shadow: 0 0 50px 50px rgba(34, 51, 83, 0.8);
  pointer-events: none;
}
#nav > .wrap ul.nav > li ul {
  z-index: 5;
  position: relative;
  box-shadow: 0 1px 1px rgba(34, 51, 83, 0.35);
  min-width: 250px;
  overflow: hidden;
  background: #eff2f4;
  padding: 20px;
  font-size: 16px;
}
.lte8 #nav > .wrap ul.nav > li ul {
  border: 1px solid #ccc;
  border-top: none;
}
.wcag-inverse #nav > .wrap ul.nav > li ul {
  background-color: #333;
}
#nav > .wrap ul.nav > li ul li {
  margin: 0;
}
#nav > .wrap ul.nav > li ul li a {
  display: block;
  padding: 0.25em 0;
}
#nav > .wrap ul.nav > li ul:before {
  content: "";
  position: absolute;
  top: -294px;
  left: -173px;
  width: 600px;
  height: 600px;
}
.fullcolor #nav > .wrap ul.nav > li ul:before {
  background: #eff2f4;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 0%, #eff2f4 70%);
  /* W3C */
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#afterheader {
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
@media (max-width: 991px) {
  body.main #afterheader {
    display: none;
  }
}
.fullcolor #afterheader {
  background: #e9edf0 url(images/afterheader_bg.jpg) center bottom no-repeat;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  #afterheader {
    background: none !important;
    padding-left: 40px;
    margin-bottom: 20px !important;
  }
}
#afterheader > .wrap {
  max-width: 1188px;
  padding: 40px 0;
  margin: 0 auto;
}
@media (max-width: 1219px) {
  #afterheader > .wrap {
    width: 878px;
  }
}
@media (max-width: 991px) {
  #afterheader > .wrap {
    width: auto;
  }
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#page {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#lside {
  width: 250px;
  margin-right: 35px;
  min-height: 10px;
  float: left;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  #lside {
    float: none;
    padding-bottom: 10px;
    width: auto;
  }
  #lside .sidenav {
    text-align: center;
  }
  #lside .sidenav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2em;
  }
}
#lside .sidenav {
  margin: 0 0 165px;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
@media (max-width: 991px) {
  #lside .sidenav {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
#lside .sidenav a {
  text-decoration: none;
  display: block;
}
.wcag #lside .sidenav a.active {
  font-weight: bold;
}
.wcag #lside .sidenav a.active > span {
  border-color: transparent;
}
.wcag #lside .sidenav a:hover > span {
  border-color: transparent;
}
#lside .sidenav a > span {
  border-bottom: 1px solid #c9ced8;
}
#lside .sidenav li {
  margin-bottom: 1em;
}
#lside .bcontent {
  color: #7d7d7d;
  font-size: 14px;
}
@media (max-width: 991px) {
  #lside .bcontent {
    display: none;
  }
}
#lside .bcontent hr {
  margin-left: 0;
  width: 85px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#lside .bcontent section {
  margin-bottom: 180px;
}
#lside .bcontent section:last-child {
  margin-bottom: 0;
}
#rside {
  width: 250px;
  margin-left: 35px;
  min-height: 10px;
  float: right;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  #rside {
    display: none;
  }
}
#content {
  overflow: hidden;
  padding-bottom: 100px;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#main_slider {
  float: left;
  width: 595px;
  height: 391px;
  margin-right: 31px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
@media (max-width: 991px) {
  #main_slider {
    display: none;
  }
}
#main_slider .items {
  position: relative;
  overflow: hidden;
  width: 595px;
  height: 391px;
  white-space: nowrap;
  border-radius: 3px;
  background: #fff;
}
#main_slider .item {
  width: 595px;
  height: 391px;
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: top;
}
#main_slider .item img {
  width: 595px;
  height: 391px;
}
#main_slider .item .content {
  display: none;
}
#main_slider .ar {
  width: 32px;
  height: 66px;
  line-height: 66px;
  position: absolute;
  z-index: 5;
  bottom: 15px;
  padding: 0;
  text-align: left;
  display: none;
}
#main_slider .ar:active {
  transform: none;
}
#main_slider .ar span {
  border: none;
}
#main_slider .ar i {
  display: inline-block;
  *display: inline;
  width: 9px;
  height: 16px;
  background: url(images/arrows-lr.png) 0 0 no-repeat;
  overflow: hidden;
  margin-left: 12px;
  text-indent: -1000px;
}
#main_slider .ar.prev {
  left: 20px;
  border-radius: 3px 0 0 3px;
}
#main_slider .ar.prev:before,
#main_slider .ar.prev:after {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#main_slider .ar.next {
  right: 20px;
  border-radius: 0 3px 3px 0;
}
#main_slider .ar.next:before,
#main_slider .ar.next:after {
  left: 0;
  border-radius: 0 3px 3px 0;
}
#main_slider .ar.next i {
  background-position: right top;
}
#main_slider .title {
  position: absolute;
  bottom: 15px;
  left: 52px;
  right: 52px;
  background: green;
  height: 54px;
  padding: 12px 15px 0;
  color: #fff;
  font-family: "FontinSansCR", "PT Sans", Arial;
  font-size: 18px;
  line-height: 1.2em;
  overflow: hidden;
  display: none;
  background-image: linear-gradient(to bottom, #314875 0%, #223353 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff314875', endColorstr='#ff223353', GradientType=0);
}
#main_slider .title .content {
  position: absolute;
  top: 12px;
  left: 15px;
  right: 15px;
}
#main_slider .title a {
  text-decoration: none;
  color: #fff;
}
#main_slider .title strong {
  color: #f7c90f;
  font-weight: normal;
  font-family: "FontinSansCRSC", "PT Sans", Arial;
}
#main_submenu {
  float: left;
  width: 277px;
  height: 392px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  background: #eee;
}
@media (max-width: 1219px) {
  #main_submenu {
    border: 5px solid red;
    display: none;
  }
}
#main_submenu ul {
  height: 391px;
  position: relative;
}
.fullcolor #main_submenu ul {
  overflow: hidden;
}
.wcag #main_submenu ul {
  top: -3px;
}
#main_submenu ul,
#main_submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main_submenu li {
  font-family: "FontinSansCRSC", "PT Sans", Arial;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  border-top: 1px solid #ffffff;
  background-image: linear-gradient(to right, #fdfdfe 0%, #e6ecf0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfe', endColorstr='#ffe6ecf0', GradientType=1);
}
.wcag #main_submenu li {
  background: #fff;
  border: 1px solid inherit;
  border-bottom: none;
}
.wcag #main_submenu li:last-child {
  border: 1px solid inherit;
}
.wcag-inverse #main_submenu li {
  background: #333;
}
.fullcolor #main_submenu li:before {
  position: absolute;
  left: 1px;
  bottom: 1px;
  right: 1px;
  height: 1px;
  content: "";
  background: #dbe6f5;
  background-image: linear-gradient(to right, #e8f0fe 0%, #d0dded 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8f0fe', endColorstr='#ffd0dded', GradientType=1);
}
.fullcolor #main_submenu li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  content: "";
  background: #dbe6f5;
  background-image: linear-gradient(to bottom, #dae1e7 0%, #c9d3db 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdae1e7', endColorstr='#ffc9d3db', GradientType=0);
}
#main_submenu li a {
  height: 78px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
#main_submenu li a:before {
  content: "";
  display: inline-block;
  *display: inline;
  height: 78px;
  vertical-align: middle;
  width: 24px;
}
#main_submenu li a span {
  display: inline-block;
  vertical-align: middle;
  width: 195px;
}
#main_submenu li a span:after,
#main_submenu li a span:before {
  width: 29px;
  height: 29px;
  display: block;
  position: absolute;
  right: 22px;
  top: 25px;
  content: "";
  opacity: 1;
}
.fullcolor #main_submenu li a span:after,
.fullcolor #main_submenu li a span:before {
  transition: 0.3s all;
}
#main_submenu li a span:before {
  background-image: linear-gradient(to bottom, #223353 0%, #506999 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff223353', endColorstr='#ff506999', GradientType=0);
  box-shadow: 0 1px 1px #fff;
  border-radius: 3px;
}
#main_submenu li a span:after {
  width: 9px;
  height: 16px;
  margin-right: 8px;
  margin-top: 5px;
  background: url(images/arrows-lr.png) right top no-repeat;
}
#main_submenu li a:hover span:before {
  background-image: linear-gradient(to bottom, #314977 0%, #6b83b1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff314977', endColorstr='#ff6b83b1', GradientType=0);
}
#main_submenu li a:active span:before {
  background-image: linear-gradient(to bottom, #1b2841 0%, #475e88 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b2841', endColorstr='#ff475e88', GradientType=0);
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.main_rmenu {
  padding: 0;
  margin: 20px 0;
  text-align: center;
  font-size: 17px;
}
.main_rmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_rmenu li {
  margin-bottom: 1em;
}
.infoadv {
  padding: 25px 10px 25px;
  margin-top: 40px;
  position: relative;
  background: #f8f8f5;
  text-align: center;
  font-size: 17px;
  color: #000;
}
.wcag-inverse .infoadv {
  background: #000;
  color: #fff;
}
.infoadv strong {
  font-size: 18px;
  font-weight: normal;
  color: #2b406a;
}
.fullcolor .infoadv:before {
  content: "";
  width: 74px;
  height: 98px;
  display: block;
  background: url(images/icon-migup.png) 0 0 no-repeat;
  margin: -56px auto 13px;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.whymigup {
  padding: 20px;
  position: relative;
  z-index: 1;
  font-size: 17px;
  line-height: 23px;
}
.fullcolor .whymigup {
  float: right;
  width: 235px;
  min-height: 850px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  text-align: center;
}
.wcag .whymigup {
  overflow: hidden;
}
@media (max-width: 1219px) {
  .whymigup {
    float: none !important;
    border: none !important;
    width: auto !important;
    min-height: 0 !important;
    text-align: left !important;
  }
  .whymigup h2 {
    margin-bottom: 1em !important;
  }
  .whymigup h2 * {
    color: inherit !important;
  }
  .whymigup .links ul li {
    display: inline-block;
    margin: 0 1em;
  }
  .whymigup:before {
    display: none;
  }
  .whymigup:after {
    display: none;
  }
}
.whymigup h2 {
  font-size: 21px;
  line-height: 30px;
  font-family: "FontinSansCRSC", "PT Sans", Arial;
}
.fullcolor .whymigup h2 {
  color: #2b406a;
  margin-bottom: 245px;
}
.fullcolor .whymigup h2 span {
  color: #4b6494;
}
.whymigup .enter {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.whymigup .enter .migup-button-orange {
  width: 100%;
  height: 79px;
  padding: 12px 0 0;
  font-family: "FontinSansCR", "PT Sans", Arial;
  font-size: 22px;
  line-height: 26px;
}
.wcag .whymigup .enter {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3em 0 0;
}
.whymigup .links {
  font-size: 17px;
}
.wcag .whymigup .links {
  display: inline-block;
  vertical-align: middle;
}
.whymigup .links ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.whymigup .links ul li {
  margin-bottom: 0.8em;
}
.wcag .whymigup .links ul ul {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.wcag .whymigup .links ul li {
  padding-top: 1em;
  display: inline-block;
  margin-right: 2em;
}
.wcag .whymigup .links ul li a {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  padding: 5px 20px 14px;
  text-align: center;
  line-height: 1.2em;
  font-size: 17px;
  text-decoration: none;
  border: 2px solid inherit;
}
.fullcolor .wcag .whymigup .links ul li a {
  transition: 0.1s all;
}
.wcag .wcag .whymigup .links ul li a {
  border: 2px solid #333333;
  background: #eee;
  color: inherit;
  border-radius: 10px;
}
.wcag-inverse .wcag .whymigup .links ul li a {
  border: 2px solid #fff;
  background: #333;
}
.fullcolor .wcag .whymigup .links ul li a {
  color: #fff;
  background-color: #314875;
  background-image: linear-gradient(#5173b6, #314875 50%, #223251);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5173b6', endColorstr='#ff223251', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.fullcolor .fullcolor .wcag .whymigup .links ul li a .aftershadow {
  transition: 0.1s all;
}
.fullcolor .wcag .whymigup .links ul li a:before,
.fullcolor .wcag .whymigup .links ul li a:after {
  position: absolute;
  content: "";
  left: 1px;
  right: 1px;
}
.fullcolor .wcag .whymigup .links ul li a:before {
  background: #7087b2;
  background: #7088b5;
  top: 1px;
  border-radius: 3px 3px 0 0;
  bottom: 95%;
}
.fullcolor .wcag .whymigup .links ul li a:after {
  background: #132038;
  background: #131f38;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  top: 94%;
}
.fullcolor .wcag .whymigup .links ul li a span {
  border-bottom: 1px solid #6d83ae;
}
.fullcolor .wcag .whymigup .links ul li a:hover {
  color: #fff;
  background-image: linear-gradient(to bottom, #6583be 0%, #334a79 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6583be', endColorstr='#ff334a79', GradientType=0);
}
.fullcolor .wcag .whymigup .links ul li a:active {
  transform: translate(0, 1px);
  background: #4c6087;
  background: #4b628e;
  color: #fff;
}
.fullcolor .wcag .whymigup .links ul li a:active:before {
  background: #5d729b;
  background: #6279a5;
}
.fullcolor .wcag .whymigup .links ul li a:active:after {
  background: #354463;
  background: #29406d;
}
.fullcolor .wcag .whymigup .links ul li a:active .aftershadow {
  opacity: 0;
}
.fullcolor .whymigup:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 86px;
  height: 400px;
  background: url(images/man.jpg) 0 0 no-repeat;
  z-index: -1;
}
.fullcolor .whymigup:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 436px;
  background: url(images/man-bg.jpg) 0 0 no-repeat;
  z-index: -1;
}
body.main .mnewslist {
  overflow: hidden;
  padding-right: 35px;
}
body.main .mnewslist .n3,
body.main .mnewslist .n4,
body.main .mnewslist .n5,
body.main .mnewslist .n6 {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0.3em;
}
body.main .mnewslist .n3:after,
body.main .mnewslist .n4:after,
body.main .mnewslist .n5:after,
body.main .mnewslist .n6:after {
  display: none;
}
body.main .mnewslist .n3 .news-date-time,
body.main .mnewslist .n4 .news-date-time,
body.main .mnewslist .n5 .news-date-time,
body.main .mnewslist .n6 .news-date-time {
  width: 80px;
  float: left;
}
body.main .mnewslist .n3 .news-title,
body.main .mnewslist .n4 .news-title,
body.main .mnewslist .n5 .news-title,
body.main .mnewslist .n6 .news-title {
  font-size: 16px;
}
body.main .mnewslist .n3 .news-description,
body.main .mnewslist .n4 .news-description,
body.main .mnewslist .n5 .news-description,
body.main .mnewslist .n6 .news-description,
body.main .mnewslist .n3 .preview_picture_pre,
body.main .mnewslist .n4 .preview_picture_pre,
body.main .mnewslist .n5 .preview_picture_pre,
body.main .mnewslist .n6 .preview_picture_pre {
  display: none;
}
body.main .mnewslist .aftershadow {
  display: none;
}
.item_news .date,
.news-date-time {
  display: block;
  font-size: 13px;
  color: #8f8f8f;
  margin-bottom: 0.8em;
}
.mnewslist hr {
  margin-left: 0;
  width: 75px;
  margin-top: 1em;
  margin-bottom: 1em;
  border-color: #e7e8e8;
}
.mnewslist h2.sectiontitle {
  font-size: 21px;
  font-family: "FontinSansCRSC", "PT Sans", Arial;
}
.news-list {
  font-size: 0.9375rem;
}
.news-list .news-item {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 188px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-list .news-item {
    padding-left: 0;
  }
}
.news-list .news-item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 1px;
  background: #e7e8e8;
  content: "";
  display: block;
}
.news-list .preview_picture_pre {
  float: left;
  position: relative;
  margin-right: 32px;
  margin-left: -188px;
}
@media (max-width: 767px) {
  .news-list .preview_picture_pre {
    float: none;
    margin-left: 0;
    overflow: hidden;
    display: block;
  }
}
.news-list .news-title {
  font-size: 1.125rem;
  font-family: "FontinSansCR", "PT Sans", Arial;
  margin-bottom: 0.7em;
  display: block;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.copy {
  margin-top: 65px;
  padding-top: 50px;
  background: url(images/footer-logo.png) 0 0 no-repeat;
  font-family: "FontinSansCRSC", "PT Sans", Arial;
  font-size: 14px;
  line-height: 19px;
  padding-top: 0;
  margin-top: 0;
  width: 263px;
  background-position: 0 10px;
  padding-left: 50px;
  float: left;
  text-align: left;
  margin-right: 30px;
  color: #727272;
}
@media (max-width: 991px) {
  .copy {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em;
    float: none;
  }
}
#footer {
  clear: both;
  min-height: 753px;
  position: relative;
  font-size: 14px;
  overflow: hidden;
}
.fullcolor #footer {
  background: url(images/footer-bg.jpg) top center no-repeat;
}
.fullcolor #footer {
  color: #727272;
}
.fullcolor #footer:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -800px;
  width: 1600px;
  background: url(images/footer-ppl.png) 0 0 no-repeat;
  height: 228px;
}
#footer > .wrap {
  max-width: 1188px;
  margin: 0 auto;
}
.fullcolor #footer > .wrap {
  padding: 40px 0;
}
#footer .cols {
  position: relative;
  z-index: 1;
  text-align: center;
}
#footer .cols:before,
#footer .cols:after {
  content: " ";
  display: table;
}
#footer .cols:after {
  clear: both;
}
#footer .col {
  vertical-align: top;
  width: 295px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 15px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
#footer .col:before {
  content: "";
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin-left: -35px;
  background: rgba(218, 218, 218, 0.6);
}
@media (max-width: 991px) {
  #footer .col:before {
    display: none;
  }
}
#footer .col:first-child:before {
  display: none;
  padding-left: 0;
}
#footer .col .subul {
  margin-top: 10px;
}
#footer .col .subul ul a {
  text-transform: none !important;
  letter-spacing: 0;
}
#footer .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .col ul li {
  margin-bottom: 0.4em;
  padding-bottom: 45px;
}
#footer .col ul li:last-child {
  padding-bottom: 0;
}
#footer .col ul a {
  color: inherit;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}
#footer .col ul a:hover {
  text-decoration: underline;
}
#footer .col ul ul li {
  padding-bottom: 0;
}
#footer .col ul ul a {
  font-size: 0.9375rem;
  text-decoration: underline;
}
.fullcolor #footer .col ul ul a {
  color: #4b6494;
}
.fullcolor #footer .col ul ul a:hover {
  color: #2b406a;
}
#footer .socbuttons {
  margin-bottom: 40px;
}
#footer .socbuttons .title {
  color: inherit;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 1em;
}
#footer .socbuttons .buttons a {
  width: 32px;
  height: 32px;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-right: 13px;
  border-radius: 3px;
  background: #4b6494 center center no-repeat;
  text-indent: -1000px;
  overflow: hidden;
}
.fullcolor #footer .socbuttons .buttons a {
  transition: 0.3s all;
}
#footer .socbuttons .buttons a:hover {
  background-color: #2b406a;
}
#footer .socbuttons .buttons .vk {
  background-image: url(images/icon-vk.png);
}
#footer .socbuttons .buttons .ok {
  background-image: url(images/icon-ok.png);
}
#footer .socbuttons .buttons .fb {
  background-image: url(images/icon-fb.png);
}
#footer .socbuttons .buttons .youtube {
  background-image: url(images/icon-youtube.png);
}
#footer .socbuttons .buttons .twitter {
  background-image: url(images/icon-twitter.png);
}
#footer .socgroup {
  position: relative;
  z-index: 1;
  width: 260px;
  margin: 0 auto;
}
#footer .counters {
  margin-top: 50px;
  text-align: center;
}
#footer .counters img {
  vertical-align: middle;
}
#afterfooter {
  max-width: 1188px;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
}
#afterfooter .el {
  display: inline-block;
  max-width: 250px;
  vertical-align: middle;
  margin-right: 30px;
  font-size: smaller;
  text-align: center;
  color: #999;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.text table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  border: 1px solid #ddd;
}
.text table > thead > tr > th,
.text table > tbody > tr > th,
.text table > tfoot > tr > th,
.text table > thead > tr > td,
.text table > tbody > tr > td,
.text table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.text table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.text table > caption + thead > tr:first-child > th,
.text table > colgroup + thead > tr:first-child > th,
.text table > thead:first-child > tr:first-child > th,
.text table > caption + thead > tr:first-child > td,
.text table > colgroup + thead > tr:first-child > td,
.text table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.text table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.text table .table {
  background-color: #fff;
}
.text table > thead > tr > th,
.text table > tbody > tr > th,
.text table > tfoot > tr > th,
.text table > thead > tr > td,
.text table > tbody > tr > td,
.text table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.text table > thead > tr > th,
.text table > thead > tr > td {
  border-bottom-width: 2px;
}
.text table > tbody > tr:nth-child(odd) > td,
.text table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.wcag-inverse .text table > tbody > tr:nth-child(odd) > td,
.wcag-inverse .text table > tbody > tr:nth-child(odd) > th {
  background-color: #222;
}
.text table > tbody > tr:hover > td,
.text table > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.wcag-inverse .text table > tbody > tr:hover > td,
.wcag-inverse .text table > tbody > tr:hover > th {
  background-color: #222;
}
