/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.slider :focus {
  outline: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 57px;
  display: block;
  width: 27px;
  height: 29px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev,
.slick-next {
  height: 29px;
  width: 27px;
  background-color: transparent;
  background-image: url(sprite1.png);
}
.slick-prev {
  left: 0;
  background-position: -81px -136px;
}
.slick-prev:hover {
  background-position: -54px -136px;
}
.slick-next {
  right: 0;
  background-position: 0px -136px;
}
.slick-next:hover {
  background-position: -27px -136px;
}
.slick-prev:before,
.slick-next:before {
  content: '';
}
.slick-next {
  right: 0;
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 30px 0 0;
  list-style: none;
  color: transparent;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 18px;
  padding: 5px;
  cursor: pointer;
  background-color: transparent;
  background-image: url('sprite1.png');
  background-position: -146px -136px;
  border: 0;
}
.slick-dots li.slick-active button {
  background-image: url('sprite1.png');
  background-position: -128px -136px;
}
.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
  border: 1px solid #08C;
}
.jq-checkbox.disabled {
  opacity: .55;
}
.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.jq-radio.focused {
  border: 1px solid #08C;
}
.jq-radio.disabled {
  opacity: .55;
}
.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer;
}
.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0;
}
.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-number__field:hover {
  border-color: #B3B3B3;
}
.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* для Opera Presto */
  -moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}
.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}
.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}
.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}
.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
}
.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}
.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}
.jq-selectbox li.disabled {
  color: #AAA;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}
.jq-select-multiple li.disabled {
  color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}
.jq-select-multiple li.optgroup {
  font-weight: bold;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}
input[type='search'].styler {
  -webkit-appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
html,
body {
  min-width: 1200px;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
.i {
  display: inline-block;
  text-decoration: none;
}
.vw {
  height: 100%;
}
.vw:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.va {
  display: inline-block;
  vertical-align: middle;
}
.vb {
  display: inline-block;
  vertical-align: bottom;
}
.h {
  height: 100%;
}
.w {
  width: 100%;
}
.b {
  display: block;
}
.container {
  width: 1200px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.wrapper {
  font-family: 'SFUIText-Light';
  color: #fff;
  overflow: hidden;
  min-width: 1200px;
}
.header {
  height: 175px;
  background-image: url('../images/header.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: local;
  min-width: 1200px;
}
.top-bar {
  height: 50px;
  background-color: rgba(19, 61, 118, 0.78);
  font-size: 12px;
}
.icon-key {
  vertical-align: -3px;
}
.link-auth {
  margin: 0 15px 0 5px;
  font-size: 18px;
}
.header-body {
  height: 125px;
  padding: 9px 0 24px;
}
.header-body:before,
.header-body:after {
  content: " ";
  display: table;
}
.header-body:after {
  clear: both;
}
.header-body .title {
  display: inline-block;
  margin-left: 6px;
  font-size: 29px;
  vertical-align: top;
  max-height: 90px;
}
.header-body .row-right-1 {
  height: 37px;
  margin-bottom: 23px;
}
.header-body .row-right-2 {
  height: 33px;
}
.header-body .visually-impaired {
  float: left;
  display: inline-block;
  padding: 6px 10px 0  9px;
  border-radius: 3px;
  background-color: rgba(106, 157, 186, 0.43);
}
.header-body .visually-impaired .link {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  color: #2b2b2b;
}
.header-body .lang {
  float: right;
  position: relative;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
}
.header-body .lang-name {
  font-size: 16px;
  vertical-align: middle;
}
.header-body .lang-list {
  display: none;
  width: 55px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 3;
}
.header-body .search-field {
  display: block;
  float: left;
  height: 100%;
  width: 400px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #aaa9a9;
  box-sizing: border-box;
  color: #000;
}
.header-body .search-button {
  display: block;
  float: right;
  height: 100%;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #aaa9a9;
  background: #3d5585;
  font-size: 18px;
  font-style: italic;
}
.header-body .search-button:hover {
  color: #3d5585;
  background-color: #fff;
  border-color: #fff;
}
.header-body .search-button .i,
.header-body .search-button:hover .i-hover {
  display: inline-block;
}
.header-body .search-button:hover .i,
.header-body .search-button .i-hover {
  display: none;
}
.social {
  display: inline-block;
  vertical-align: -2px;
}
.social .link {
  text-decoration: none;
}
.social .link .i,
.social .link:hover .i-hover {
  display: inline-block;
}
.social .link:hover .i,
.social .link .i-hover {
  display: none;
}
.nav-top {
  width: 100%;
  height: 51px;
  background: #fff;
  color: #153570;
  font-size: 21px;
}
.nav-top .wrp-menu {
  display: table;
  width: 100%;
}
.nav-top ul {
  list-style-type: none;
  display: table-row;
}
.nav-top li {
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
}
.nav-top .sub-item {
  display: none;
  position: absolute;
  margin-top: 11px;
}
.nav-top .sub-item table {
  width: 900px;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -450px;
  background-color: #3e5d95;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  z-index: 3;
}
.nav-top .sub-item td {
  padding: 13px 20px 30px 13px;
  vertical-align: top;
}
.nav-top .sub-item .title {
  margin: 0;
  text-align: left;
  font-style: italic;
}
.nav-top .sub-item .title a {
  text-decoration: underline;
  padding: 0;
  display: inline;
}
.nav-top .sub-item .title a:Hover {
  text-decoration: none;
}
.nav-top li:hover .sub-item {
  display: block;
}
.nav-top li:hover {
  color: #fff;
  background-color: #3e5d95;
}
.nav-top a {
  display: block;
  height: 30px;
  padding: 0 30px 0;
  text-decoration: none;
}
.main {
  height: 298px;
  background-image: url('../images/main.jpg');
  background-position: center center;
  min-width: 1200px;
}
.main .wrp-main {
  background-color: rgba(205, 207, 217, 0.68);
}
.main .chairperson {
  border: 2px solid #fff;
  border-radius: 2px;
}
.main .text-box {
  display: inline-block;
  width: 550px;
  margin: 0 30px 0 15px;
  font-size: 16px;
  color: #1b1b1b;
}
.main .title {
  font-size: 20px;
}
.main .chaser {
  display: inline-block;
  width: 310px;
  height: 250px;
  position: relative;
  background-color: rgba(66, 92, 139, 0.78);
}
.main .icon-angle1_l_t,
.main .icon-angle1_l_b,
.main .icon-angle1_r_t,
.main .icon-angle1_r_b {
  position: absolute;
}
.main .icon-angle1_l_t,
.main .icon-angle1_r_t {
  top: 15px;
}
.main .icon-angle1_l_b,
.main .icon-angle1_r_b {
  bottom: 15px;
}
.main .icon-angle1_l_t,
.main .icon-angle1_l_b {
  left: 15px;
}
.main .icon-angle1_r_t,
.main .icon-angle1_r_b {
  right: 15px;
}
.main .inner {
  height: 152px;
}
.main .btn {
  display: inline-block;
  width: 245px;
  height: 56px;
  margin: 16px 0 16px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
}
.main .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3e5d97;
}
.main .btn .btn-title {
  display: inline-block;
}
.main .btn:hover .i,
.main .btn .i-hover {
  display: none;
}
.main .btn .i,
.main .btn:hover .i-hover {
  display: inline-block;
}
.main-content {
  padding-top: 30px;
}
.main-content:before,
.main-content:after {
  content: " ";
  display: table;
}
.main-content:after {
  clear: both;
}
.aside {
  width: 293px;
  float: left;
}
.content {
  margin-left: 323px;
}
.widget-vice {
  position: relative;
  margin-bottom: 47px;
  border: 1px solid #d3d3d3;
  border-radius: 1px;
}
.widget-vice .icon-clinch {
  position: absolute;
  top: 4px;
  left: 5px;
}
.widget-vice .blue-heading {
  padding: 12px 0 0 0;
  margin: 0;
  color: #14336a;
  font-size: 18px;
}
.widget-vice .sub-heading {
  margin: 0;
  color: #000;
  font-size: 14px;
}
.widget-vice .photo-wrapper {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 15px auto 15px auto;
  border: 1px solid #a29e9d;
  border-radius: 50%;
  overflow: hidden;
}
.widget-vice .bottom {
  min-height: 50px;
  padding: 0 10px;
}
.widget-vice .bottom .link {
  display: inline-block;
  width: 220px;
  color: #424242;
  font-size: 14px;
  text-decoration: none;
}
.widget-vice .bottom .link:hover {
  text-decoration: underline;
}
.widget-search-deputy {
  padding: 20px 16px 20px;
  background-color: #3e5d95;
  position: relative;
  margin-bottom: 47px;
}
.widget-search-deputy .icon-angle3_l_t,
.widget-search-deputy .icon-angle3_l_b,
.widget-search-deputy .icon-angle3_r_t,
.widget-search-deputy .icon-angle3_r_b {
  position: absolute;
}
.widget-search-deputy .icon-angle3_l_t,
.widget-search-deputy .icon-angle3_r_t {
  top: 6px;
}
.widget-search-deputy .icon-angle3_l_b,
.widget-search-deputy .icon-angle3_r_b {
  bottom: 6px;
}
.widget-search-deputy .icon-angle3_l_t,
.widget-search-deputy .icon-angle3_l_b {
  left: 6px;
}
.widget-search-deputy .icon-angle3_r_t,
.widget-search-deputy .icon-angle3_r_b {
  right: 6px;
}
.widget-search-deputy .heading {
  margin: 0 0 15px;
  font-size: 20px;
  color: #fff;
}
.widget-search-deputy .title {
  font-style: italic;
  color: #fff;
  font-size: 16px;
}
.widget-search-deputy .input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin: 15px 0 15px 0;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}
.widget-search-deputy .input:-moz-placeholder {
  color: #fff;
}
.widget-search-deputy .input::-webkit-input-placeholder {
  color: #fff;
}
.widget-search-deputy .jq-selectbox__select {
  width: 260px;
  height: 32px;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
}
.widget-search-deputy .jq-selectbox__trigger {
  height: 30px;
  border: none;
}
.widget-search-deputy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.widget-search-deputy .jq-selectbox__trigger-arrow {
  border-top: 9px solid #fff;
  top: 10px;
  right: 6px;
}
.widget-search-deputy .jq-selectbox__dropdown {
  padding-bottom: 5px;
  margin: 0;
  top: 30px !important;
  bottom: auto !important;
  border-radius: 2px;
  font-size: 14px;
  height: 74px !important;
  overflow: auto;
}
.widget-search-deputy .jq-selectbox__dropdown li {
  padding-bottom: 0;
  color: #3e5d95;
}
.widget-search-deputy .jq-selectbox__dropdown li.selected {
  background: transparent;
}
.widget-search-deputy .jq-selectbox__dropdown li:hover {
  background-color: #3d5585;
  color: #fff;
}
.widget-search-deputy .jq-selectbox__dropdown ul {
  overflow: visible !important;
}
.widget-search-deputy .jspVerticalBar {
  width: auto;
}
.widget-search-deputy .jspDrag {
  background-color: #3d5585;
  border-radius: 1px;
}
.widget-search-deputy .jspTrack {
  border-left: 1px solid #3d5585;
  width: 10px;
  background: #fff;
}
.widget-search-deputy .country {
  padding: 25px 0 0 0 ;
}
.widget-search-deputy .country .name {
  display: inline-block;
  padding-left: 13px;
  font-size: 15px;
}
.widget-delivery {
  padding: 11px 7px 25px;
  position: relative;
  margin-bottom: 56px;
}
.widget-delivery .icon-angle4_l_t,
.widget-delivery .icon-angle4_l_b,
.widget-delivery .icon-angle4_r_t,
.widget-delivery .icon-angle4_r_b {
  position: absolute;
}
.widget-delivery .icon-angle4_l_t,
.widget-delivery .icon-angle4_r_t {
  top: 6px;
}
.widget-delivery .icon-angle4_l_b,
.widget-delivery .icon-angle4_r_b {
  bottom: 6px;
}
.widget-delivery .icon-angle4_l_t,
.widget-delivery .icon-angle4_l_b {
  left: 6px;
}
.widget-delivery .icon-angle4_r_t,
.widget-delivery .icon-angle4_r_b {
  right: 6px;
}
.widget-delivery .heading {
  font-size: 20px;
  color: #17576f;
}
.widget-delivery .input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin: 15px 0 15px 0;
  color: #6c6c6c;
  font-size: 14px;
  border: 1px solid #607aa8;
  border-radius: 2px;
}
.widget-delivery .input:-moz-placeholder {
  color: #6c6c6c;
}
.widget-delivery .input::-webkit-input-placeholder {
  color: #6c6c6c;
}
.widget-delivery .submit {
  display: inline-block;
  width: 155px;
  height: 35px;
  border: 1px solid #3e5d95;
  border-radius: 2px;
  background-color: #3e5d95;
  font-size: 18px;
  font-style: italic;
}
.widget-delivery .submit:hover {
  background-color: #fff;
  color: #3e5d95;
}
.widget-interview {
  padding: 18px 7px 40px;
  border: 1px solid #bbb;
  border-radius: 2px;
  margin-bottom: 25px;
}
.widget-interview .heading {
  margin: 0;
  font-size: 20px;
  color: #17576f;
}
.widget-interview .heading .icon-arm {
  margin-right: 8px;
  vertical-align: ;
}
.widget-interview .quest {
  padding-left: 27px;
  margin: 21px 0 25px;
  position: relative;
  font-size: 16px;
  color: #272727;
  text-align: left;
}
.widget-interview .quest .i {
  position: absolute;
  left: 3px;
  top: 0px;
}
.widget-interview .variable {
  margin-bottom: 21px;
  font-size: 14px;
  color: #272727;
  font-style: italic;
}
.widget-interview .variable label {
  display: inline-block;
  margin-bottom: 15px;
}
.widget-interview .btn {
  width: 128px;
  height: 33px;
  border: 1px solid #3e5d95;
  background-color: #3e5d95;
  color: #fff;
  border-radius: 2px;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 18px;
}
.widget-interview .btn:hover {
  background-color: #fff;
  color: #3e5d95;
}
.widget-interview .right {
  float: right;
}
.iradio_minimal {
  width: 25px;
  height: 25px;
  background: url('../images/radio.png');
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.iradio_minimal.checked {
  background: url('../images/checked.png');
  background-repeat: no-repeat;
}
.f-heading {
  position: relative;
  display: inline-block;
  height: 42px;
  padding: 0 10px;
  margin-bottom: 25px;
  font-size: 24px;
  color: #445070;
  letter-spacing: .399px;
}
.f-heading .icon-angle2_l_t,
.f-heading .icon-angle2_l_b,
.f-heading .icon-angle2_r_t,
.f-heading .icon-angle2_r_b {
  position: absolute;
}
.f-heading .icon-angle2_l_t,
.f-heading .icon-angle2_r_t {
  top: 0;
}
.f-heading .icon-angle2_l_b,
.f-heading .icon-angle2_r_b {
  bottom: 0;
}
.f-heading .icon-angle2_l_t,
.f-heading .icon-angle2_l_b {
  left: 0;
}
.f-heading .icon-angle2_r_t,
.f-heading .icon-angle2_r_b {
  right: 0;
}
.links-heading {
  width: 100%;
  padding-top: 8px;
  margin-bottom: 15px;
}
.links-heading .icon-pan {
  margin-right: 7px;
  margin-left: 5px;
}
.team {
  margin-bottom: 25px;
}
.team .f-heading {
  margin-top: 0;
  letter-spacing: 0.399px;
  padding: 0 15px;
}
.team .f-heading .icon-depute {
  margin-left: 3px;
  vertical-align: -2px;
  margin-right: 6px;
}
.slider {
  margin-bottom: 0;
  padding: 0 40px;
  position: relative;
}
.slider .slick-slide {
  outline: None;
}
.slider .item {
  width: 210px;
}
.slider .photo {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.slider .photo .inner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: rgba(25, 25, 60, 0.7);
}
.slider .photo:hover .inner {
  display: block;
}
.slider .photo .read-more {
  display: inline-block;
  width: 102px;
  height: 35px;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 1px;
}
.slider .name {
  margin: 15px 0 10px 0;
  color: #2f2f2f;
  font-size: 14px;
}
.slider .destrict {
  font-size: 14px;
  color: #153570;
}
.slider-slide {
  width: 210px;
  text-align: center;
}
.slider .icon-checklist2 {
  margin-right: 6px;
}
.news {
  margin-bottom: 15px;
  /* ** * ** **
    
    
.news {
    margin-bottom: 15px;
    
    &-big {
        width: 399px;
        border: 1px solid #b4b2b0;
        
        .prev {
            width: 100%;
            height: 214px;
            border-bottom: 1px solid #b4b2b0;
            
        }
        
        .title {
            position: relative;
            padding: 10px 70px 0 0;
            margin: 0 0 20px;
            font-size: 14px;
            text-align: left;
            color: #14336a;
        }
        
        .date {
            position: absolute;
            right: 0;
            top: 10px;
        }
        
        .text {
            padding: 0 7px 7px;
            color: #323232;
            text-align: justify;
        }
        
        .read-more {
            color: #14336a;
            text-align: right;
        }
    }
    
    &-small {
        border: 1px solid #b4b2b0;
        height: 132px;
        
        &-wrapper {
            padding-left: 10px;
            vertical-align: middle;
        }
        
       
        
        .prev {
            float: left;
            border-right: 1px solid #b4b2b0;
        }
        
        .text {
            width: 309px;
            min-height: 130px;
            padding: 5px 3px 0 3px;
            margin-left: 156px;
            color: #323232;
            
            p {
                height: 80px;
                margin: 0;
                overflow: hidden;
                position: relative;
               
            }
        }
        
        .title {
            margin: 0 0 8px 0;
            font-size: 17px;
            color: #14336a;
            position: relative;
        }
        
        .date {
            width: 65px;
            position: absolute;
            right: 8px;
            top: 5px;
            font-size: 12px;
        }
        
        .read-more {
            padding-right: 3px;
            margin-top: -3px;
        }
        
        
        
    }
    *****/
}
.news .f-heading {
  margin-top: 0;
}
.news .table-news {
  width: 877px;
}
.news .table-news-left {
  width: 399px;
}
.news .table-news-right {
  width: 300px;
}
.news-big-wrapper {
  width: 399px;
  border: 1px solid #b4b2b0;
}
.news-big-wrapper .prev {
  width: 100%;
  height: 214px;
  border-bottom: 1px solid #b4b2b0;
}
.news-big-wrapper .title {
  position: relative;
  padding: 20px 70px 0 0;
  margin: 0 0 20px;
  text-align: left;
  color: #14336a;
  text-decoration: none;
  font-size: 20px;
}
.news-big-wrapper .title a {
  text-decoration: none;
}
.news-big-wrapper .title .date {
  position: absolute;
  right: 0;
  top: 25px;
  text-decoration: underline;
  font-size: 14px;
}
.news-big-wrapper .title .date:hover {
  text-decoration: none;
}
.news-big-wrapper .text {
  padding: 0 7px 7px;
  color: #323232;
  text-align: justify;
}
.news-big-wrapper .read-more {
  color: #14336a;
  text-align: right;
}
.news-small {
  border: 1px solid #b4b2b0;
}
.news-small:before,
.news-small:after {
  content: " ";
  display: table;
}
.news-small:after {
  clear: both;
}
.news-small-wrapper {
  display: block;
  position: relative;
  width: 475px;
}
.news-small-wrapper .news-row {
  height: 33.333%;
}
.news-small-wrapper .top {
  position: absolute;
  top: 0;
  left: 10px;
}
.news-small-wrapper .middle {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  left: 10px;
}
.news-small-wrapper .bottom {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.news-small .prev {
  float: left;
  border-right: 1px solid #b4b2b0;
}
.news-small .text {
  width: 309px;
  min-height: 130px;
  padding: 5px 3px 0 3px;
  margin-left: 156px;
  color: #323232;
}
.news-small .text p {
  height: 80px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.news-small .title {
  margin: 0 0 8px 0;
  font-size: 17px;
  color: #14336a;
  position: relative;
}
.news-small .title a {
  text-decoration: None;
}
.news-small .title .date {
  width: 65px;
  position: absolute;
  right: 8px;
  top: 5px;
  font-size: 12px;
  text-decoration: underline;
}
.news-small .title .date:hover {
  text-decoration: none;
}
.news-small .read-more {
  padding-right: 3px;
  margin-top: -3px;
}
.news .link-all-news {
  width: 200px;
  height: 36px;
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 18px;
  font-style: italic;
  background-color: #3e5d95;
  color: #fff;
}
.news .link-all-news:hover {
  color: #3e5d95;
  border-color: #3e5d95;
  background-color: #fff;
}
.news .link-export-rss {
  margin-top: 7px;
  color: #656565;
  font-size: 14px;
}
.media .f-heading {
  padding-bottom: 6px;
  margin-top: 0;
  letter-spacing: 0.599px;
  padding-right: 24px;
}
.media .f-heading:before {
  vertical-align: bottom;
}
.media .f-heading .icon-media {
  vertical-align: -1px;
}
.tabs-header {
  padding-bottom: 1px;
  position: relative;
}
.tabs-header .item {
  display: inline-block;
  padding: 10px 20px 15px;
  margin-left: -8px;
  border: 1px solid #fff;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  background-color: #3e5d95;
  font-size: 18px;
  color: #fff;
  position: relative;
  bottom: 0;
}
.tabs-header .active,
.tabs-header .item:hover {
  padding: 12px 60px 15px;
  background-color: #fff;
  border-color: #d3d3d3;
  border-bottom: none;
  color: #3e5d95;
  z-index: 3;
  cursor: pointer;
  bottom: -1px;
}
.tabs-header .item:hover {
  z-index: 2;
}
.tabs-header .first {
  margin-left: 0;
}
.tabs-header .link-all {
  display: inline-block;
  width: 120px;
  height: 25px;
  background-color: #3e5d95;
  color: #fff;
  border: 1px solid #3e5d95;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  font-size: 15px;
  position: absolute;
  right: 12px;
  bottom: 1px;
  text-decoration: underline;
}
.tabs-header .link-all:hover {
  background-color: #fff;
  color: #3e5d95;
  text-decoration: none;
}
.tabs-body {
  height: 196px;
  margin-top: -1px;
  border: 1px solid #d3d3d3;
  border-radius: 0 2px 2px 2px;
  height: 210px;
}
.tabs-body > .item {
  width: 0;
  height: 0;
  overflow: hidden;
}
.tabs-body > .active {
  width: auto;
  height: auto;
}
.tabs .tab-photo,
.tabs .tab-video,
.tabs .tab-arhive {
  width: 855px;
  padding: 20px 10px 0;
}
.tabs .slider .item {
  width: 200px;
  text-align: center;
}
.tabs .slider .item img {
  display: inline-block;
}
.tabs .slider .slick-dots {
  padding-top: 18px;
}
.footer-links {
  height: 203px;
  background: url('../images/pattern.png');
  margin-bottom: 22px;
}
.footer-links-container:before,
.footer-links-container:after {
  content: " ";
  display: table;
}
.footer-links-container:after {
  clear: both;
}
.footer-links .col {
  width: 20%;
  padding-top: 15px;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
.footer-links .link {
  display: inline-block;
  color: #14336a;
  width: 200px;
}
.footer-links .prev {
  display: inline-block;
  width: 200px;
  height: 130px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #fff;
}
.footer {
  height: 224px;
  border-top: 1px solid #c9cbcc;
  background-image: url('../images/main.jpg');
}
.footer .foo-top {
  height: 178px;
  padding: 10px 0 0 5px;
  background-color: rgba(217, 226, 231, 0.75);
}
.footer .foo-logo {
  vertical-align: top;
}
.footer .foo-bottom {
  height: 46px;
  background-color: rgba(22, 49, 92, 0.75);
}
.footer .menu {
  display: inline-block;
  vertical-align: top;
  width: 680px;
  padding-left: 15px;
}
.footer .menu .heading {
  margin: 0 0 22px;
  font-size: 24px;
  color: #1e353e;
}
.footer .menu table {
  width: 100%;
}
.footer .menu ul {
  padding: 0 60px 0 10px;
  list-style-type: none;
  font-size: 19px;
  color: #000;
}
.footer .right-block {
  display: inline-block;
  width: 390px;
  padding-left: 40px;
  vertical-align: top;
  font-size: 16px;
  color: #1e333b;
  position: relative;
  left: 30px;
}
.footer .social {
  vertical-align: middle;
  padding-top: 6px;
  padding-right: 5px;
}
.footer .copy {
  margin: 0;
  font-size: 16px;
}
.popup-auth {
  display: none;
  position: absolute;
  top: 55px;
  left: 41%;
  width: 335px;
  padding: 7px 43px 14px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  z-index: 4;
  color: #3e5d95;
  font-size: 14px;
}
.popup-auth .icon-close {
  position: absolute;
  top: 6px;
  right: 8px;
}
.popup-auth .heading {
  margin: 0 0 25px;
  font-size: 18px;
}
.popup-auth .input {
  width: 100%;
  height: 25px;
  padding: 0 10px;
  margin-bottom: 13px;
  background: transparent;
  border: 1px solid #3e5d95;
  border-radius: 2px;
  font-size: 18px;
}
.popup-auth .input:-moz-placeholder {
  color: #3e5d95;
}
.popup-auth .input::-webkit-input-placeholder {
  color: #3e5d95;
}
.popup-auth .icheckbox_minimal {
  width: 19px;
  height: 19px;
  background: url('../images/checkbox.png');
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  z-index: 5;
}
.popup-auth .icheckbox_minimal.checked {
  background-image: url('../images/checkbox_active.png');
}
.popup-auth .submit {
  display: inline-block;
  width: 136px;
  height: 32px;
  margin: 20px 0 16px;
  border: 1px solid #3e5d95;
  border-radius: 2px;
  background-color: #3e5d95;
  color: #fff;
  font-size: 18px;
  font-style: italic;
}
.popup-auth .submit:hover {
  background-color: #fff;
  color: #3e5d95;
}
.italic {
  font-style: italic;
}
