@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url('/fonts/roboto-slab/roboto-slab-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto-slab/roboto-slab-bold.woff') format('woff'), url('/fonts/roboto-slab/roboto-slab-bold.ttf') format('truetype'), url('/fonts/roboto-slab/roboto-slab-bold.svg#RobotoSlab-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('/fonts/roboto-slab/roboto-slab-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto-slab/roboto-slab-regular.woff') format('woff'), url('/fonts/roboto-slab/roboto-slab-regular.ttf') format('truetype'), url('/fonts/roboto-slab/roboto-slab-regular.svg#RobotoSlab-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Light';
  src: url('/fonts/roboto-slab/roboto-slab-light.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto-slab/roboto-slab-light.woff') format('woff'), url('/fonts/roboto-slab/roboto-slab-light.ttf') format('truetype'), url('/fonts/roboto-slab/roboto-slab-light.svg#RobotoSlab-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! 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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "RobotoSlab-Light", sans-serif;
  font-size: 16px;
  line-height: 1.563;
  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.563;
  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: 25px;
  margin-bottom: 25px;
  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: 25px;
  margin-bottom: 12.5px;
}
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: 12.5px;
  margin-bottom: 12.5px;
}
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: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
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: #be0a0a;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8e0707;
}
.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: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
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: 25px;
}
dt,
dd {
  line-height: 1.563;
}
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: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  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.563;
  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: 25px;
  font-style: normal;
  line-height: 1.563;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 15px;
  line-height: 1.563;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  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: 1170px) {
  .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-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}
.col-xxs-12 {
  width: 100%;
}
.col-xxs-11 {
  width: 91.66666667%;
}
.col-xxs-10 {
  width: 83.33333333%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-8 {
  width: 66.66666667%;
}
.col-xxs-7 {
  width: 58.33333333%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-5 {
  width: 41.66666667%;
}
.col-xxs-4 {
  width: 33.33333333%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-2 {
  width: 16.66666667%;
}
.col-xxs-1 {
  width: 8.33333333%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-pull-11 {
  right: 91.66666667%;
}
.col-xxs-pull-10 {
  right: 83.33333333%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-8 {
  right: 66.66666667%;
}
.col-xxs-pull-7 {
  right: 58.33333333%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-5 {
  right: 41.66666667%;
}
.col-xxs-pull-4 {
  right: 33.33333333%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-2 {
  right: 16.66666667%;
}
.col-xxs-pull-1 {
  right: 8.33333333%;
}
.col-xxs-pull-0 {
  right: auto;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-push-11 {
  left: 91.66666667%;
}
.col-xxs-push-10 {
  left: 83.33333333%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-8 {
  left: 66.66666667%;
}
.col-xxs-push-7 {
  left: 58.33333333%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-5 {
  left: 41.66666667%;
}
.col-xxs-push-4 {
  left: 33.33333333%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-2 {
  left: 16.66666667%;
}
.col-xxs-push-1 {
  left: 8.33333333%;
}
.col-xxs-push-0 {
  left: auto;
}
.col-xxs-offset-12 {
  margin-left: 100%;
}
.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .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: 1170px) {
  .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%;
  }
}
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: 25px;
}
.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.563;
  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: #e5edf4;
}
.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: 18.75px;
    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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.563;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.563;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }
  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: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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;
  min-height: 41px;
}
.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;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 39px;
  padding: 6px 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;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 45px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #be0a0a;
}
.has-error .form-control {
  border-color: #be0a0a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #8e0707;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f53939;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f53939;
}
.has-error .input-group-addon {
  color: #be0a0a;
  border-color: #be0a0a;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #be0a0a;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.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: 32px;
}
.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: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.563;
  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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.563;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.563;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.563;
  text-decoration: none;
  color: #346088;
  background-color: #fff;
  border: 1px solid #dbe4ed;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #346088;
  background-color: #b2cbe2;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #346088;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  overflow-x: hidden !important;
}
.glyphicon-f:before {
  content: "\e003";
}
@font-face {
  font-family: 'glyphicon-hrad';
  src: url('/ver/1522844622455/fonts/glyphicon-hrad/glyphicon-hrad.eot');
  src: url('/ver/1522844622455/fonts/glyphicon-hrad/glyphicon-hrad.eot?#iefix') format('embedded-opentype'), url('/ver/1522844622455/fonts/glyphicon-hrad/glyphicon-hrad.woff') format('woff'), url('/ver/1522844622455/fonts/glyphicon-hrad/glyphicon-hrad.ttf') format('truetype'), url('/ver/1522844622455/fonts/glyphicon-hrad/glyphicon-hrad.svg#glyphicon-hrad') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicon-hrad';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-arrow-left:before {
  content: "\EA01";
}
.glyphicon-arrow-right:before {
  content: "\EA02";
}
.glyphicon-castle:before {
  content: "\EA03";
}
.glyphicon-map:before {
  content: "\EA04";
}
.glyphicon-more-lines:before {
  content: "\EA05";
}
.glyphicon-more:before {
  content: "\EA06";
}
.glyphicon-search:before {
  content: "\EA07";
}
.glyphicon-streetcar:before {
  content: "\EA08";
}
.glyphicon-tickets:before {
  content: "\EA09";
}
.glyphicon-trumpet:before {
  content: "\EA0A";
}
.glyphicon-edee:empty {
  width: 2em;
}
/**
	redefine bootstrap settings - for current project
**/
/**
	basic colors
**/
/***
    mini images
**/
.offset-clean {
  margin: 0 !important;
  padding: 0 !important;
}
.margin-clean {
  margin: 0 !important;
}
.nojs .hide-nojs {
  display: none;
}
body {
  color: #3c3c3c;
  background-color: #e5edf4;
}
.container {
  max-width: 1170px;
}
.p-header {
  background-color: #194166;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  min-height: 92px;
}
@media (min-width: 480px) {
  .p-header {
    min-height: 110px;
  }
}
.p-header .logo {
  margin: 0;
}
.p-header .logo img {
  margin-top: 13px;
  width: 142px;
}
@media (min-width: 480px) {
  .p-header .logo img {
    margin-top: 10px;
    width: 208px;
  }
}
.p-header .shortcuts {
  position: absolute;
  left: 204px;
  top: 0;
  font-size: 11px;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.p-header .shortcuts p {
  display: inline-block;
}
.p-header .shortcuts p a {
  color: #fff;
  background-color: #8d0010;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px 0 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .p-header .shortcuts p a:hover {
    background-color: rgba(141, 0, 16, 0.8);
  }
}
.p-header .shortcuts p a .light {
  font-family: "RobotoSlab-Light", sans-serif;
}
.p-header .shortcuts p a .glyphicon {
  color: #fff;
  font-size: 24px;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
.p-header .toggle-menu {
  float: right;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .p-header .toggle-menu {
    margin-top: 20px;
  }
}
.p-header .navig-bar {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #194166;
}
@media (min-width: 480px) {
  .p-header .navig-bar {
    top: 110px;
  }
}
@media (min-width: 992px) {
  .p-header .navig-bar {
    position: static;
    top: auto;
    left: auto;
    width: auto;
  }
}
.p-header .navig-bar > .container {
  padding: 0;
  width: 100%;
}
.p-header .navig-bar > .container .main-menu {
  margin: 0;
  padding: 0;
}
.p-header .navig-bar > .container .main-menu li {
  padding: 0;
  margin: 0;
  background: none;
  text-align: center;
  font-family: "RobotoSlab-Bold", sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #346088;
}
.p-header .navig-bar > .container .main-menu li.shortcut {
  background-color: #8d0010;
  border-color: #ab2c3b;
}
.p-header .navig-bar > .container .main-menu li.shortcut a:hover {
  background-color: #ab2c3b;
}
.p-header .navig-bar > .container .main-menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 48px;
  padding: 0 20px;
}
.p-header .navig-bar > .container .main-menu li a:hover,
.p-header .navig-bar > .container .main-menu li a.active {
  background-color: #346088;
}
.p-header .navig-bar > .container .form-search {
  text-align: center;
  padding: 15px 0;
}
.p-header .navig-bar > .container .form-search .in {
  display: inline-block;
  border: 1px solid #346088;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header .navig-bar > .container .form-search .in.focus {
  border-color: #7698b7;
}
.p-header .navig-bar > .container .form-search .in input {
  width: 210px;
  background-color: #194166;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*&:focus {
							@media (min-width: @screen-lg) {
								width: 210px !important;
							}
                        }*/
}
.p-header .navig-bar > .container .form-search .in button {
  position: relative;
  left: 0;
  top: 2px;
  background-color: #194166;
}
.p-header .navig-bar > .container .form-search .in button .glyphicon {
  color: #fff;
}
@media (min-width: 992px) {
  .p-header .navig-bar > .container .form-search {
    text-align: right;
    padding: 0;
    margin-top: 2px;
  }
  .p-header .navig-bar > .container .form-search .in input {
    width: 78px;
  }
}
.p-header .lang-switch {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 26px 15px 0 0;
}
@media (min-width: 480px) {
  .p-header .lang-switch {
    margin: 35px 0 0 0;
  }
}
@media (min-width: 992px) {
  .p-header .lang-switch {
    margin: 0;
  }
}
.p-header .lang-switch li {
  padding: 0;
  margin: 0;
  background: none;
  float: left;
}
.p-header .lang-switch li .lang {
  width: 38px;
  height: 38px;
  display: block;
  font-size: 0;
  position: relative;
}
.p-header .lang-switch li .lang:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 12px;
}
.p-header .lang-switch li .lang.en:before {
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -887px -563px;
  width: 17px;
  height: 12px;
}
.p-header .lang-switch li .lang.cs:before {
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -812px -597px;
  width: 17px;
  height: 12px;
}
.p-header .lang-switch li a.lang {
  background-color: #346088;
}
@media (min-width: 992px) {
  .p-header .lang-switch li a.lang {
    background-color: #dbe4ed;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-header .lang-switch li a.lang:hover {
    background-color: rgba(219, 228, 237, 0.8);
  }
}
.p-header .lang-switch li span.lang {
  background-color: #7698b7;
  display: none;
}
@media (min-width: 992px) {
  .p-header .lang-switch li span.lang {
    background-color: #b2cbe2;
  }
}
@media (min-width: 480px) {
  .p-header .lang-switch li span.lang {
    display: block;
  }
}
.p-header .personal-web {
  font-size: 11px;
  font-family: "RobotoSlab-Regular", sans-serif;
  float: right;
  margin: 8px 0 0 32px;
}
.p-header .personal-web a {
  text-decoration: none;
}
.p-header .personal-web a:hover {
  text-decoration: underline;
  color: #194166;
}
.p-header .personal-web:before {
  content: "›";
  font-size: 14px;
  margin-right: 3px;
}
@media (min-width: 992px) {
  .p-header {
    background: url("/img/prezident/bgr-header-strip.png") repeat-x scroll 0 0;
    color: #3c3c3c;
    height: 285px;
  }
  .p-header .bgr {
    background: url("/img/prezident/bgr-header.jpg") no-repeat scroll 50% 0;
    height: 222px;
  }
  .p-header .bgr > .container {
    height: 222px;
    position: relative;
  }
  .p-header .bgr > .container:before {
    background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
    background-position: 0px -485px;
    width: 204px;
    height: 175px;
    position: absolute;
    right: 25px;
    bottom: 0;
  }
  .p-header .bgr > .container .logo .in {
    width: 185px;
    height: 185px;
    display: block;
  }
  .p-header .bgr > .container .logo.cs .in {
    background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
    background-position: 0px -662px;
    width: 185px;
    height: 185px;
  }
  .p-header .bgr > .container .logo.en .in {
    background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
    background-position: -723px -376px;
    width: 185px;
    height: 185px;
  }
  .p-header .navig-bar {
    background-color: #194166;
    padding: 9px 0;
    height: auto !important;
  }
  .p-header .navig-bar.collapse {
    display: block;
  }
  .p-header .navig-bar > .container {
    padding: 0 15px;
    width: 970px;
  }
  .p-header .navig-bar > .container .main-menu {
    margin: 0;
  }
  .p-header .navig-bar > .container .main-menu li {
    font-size: 12px;
    float: left;
    border: 0;
  }
  .p-header .navig-bar > .container .main-menu li a {
    line-height: 44px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 14px;
  }
}
@media (min-width: 1170px) {
  .p-header .navig-bar > .container {
    width: 1170px;
  }
  .p-header .navig-bar > .container .main-menu li {
    font-size: 13px;
  }
  .p-header .navig-bar > .container .main-menu li a {
    padding: 0 20px;
  }
}
.breadcrumb-strip {
  padding: 0;
}
.breadcrumb-strip li {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 12px;
  font-family: "RobotoSlab-Regular", sans-serif;
  color: #346088;
  float: left;
  margin-right: 6px;
}
.breadcrumb-strip li:before {
  content: "›";
  margin-right: 6px;
}
.breadcrumb-strip li:first-child {
  padding-left: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNpiLJuxnQEL0AViTiA+hS7BhEWxPRAfBuIDQOxBSEM4EIOsrAHiLCBeB8QJyApYkNj5QNwOxHFAHAjE/EAcCsQrgFgCiDuQNfQCcRQQ+wNxNdRZICAKxEFAvAiIpYG4AOQkHqhENFSjPZKtZkA8B2orGwiDbPgCFbgNxCpYAkEO6ixhdD+IQum/QHwBKXhBJgth8zQMgGw0gbIfQm3AGw94AUCAAQCqqxjAVm85HwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.breadcrumb-strip li:first-child:before {
  display: none;
}
.breadcrumb-strip li a {
  color: #346088;
  text-decoration: none;
}
.breadcrumb-strip li a:hover {
  text-decoration: underline;
}
.p-main {
  padding-bottom: 110px;
}
.p-main .text-content {
  background-color: #fff;
  padding: 18px 15px 100px 15px;
  position: relative;
}
@media (min-width: 768px) {
  .p-main .text-content {
    padding: 36px 50px 100px 50px;
  }
}
.p-main .text-content .social-share {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
}
.p-main .text-content .social-share li {
  padding: 0;
  margin: 0;
  background: none;
  float: left;
  margin-right: 3px;
}
.p-main .text-content .social-share li a {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #f4f7fa;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-main .text-content .social-share li a.fb:after {
  content: "";
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -799px -597px;
  width: 11px;
  height: 22px;
  position: absolute;
  left: 18px;
  top: 14px;
}
.p-main .text-content .social-share li a.fb:hover {
  background-color: #5171b3;
}
.p-main .text-content .social-share li a.fb:hover:after {
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -786px -597px;
  width: 11px;
  height: 22px;
}
.p-main .text-content .social-share li a.twitter:after {
  content: "";
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -861px -563px;
  width: 24px;
  height: 17px;
  position: absolute;
  left: 12px;
  top: 16px;
}
.p-main .text-content .social-share li a.twitter:hover {
  background-color: #5ea9dd;
}
.p-main .text-content .social-share li a.twitter:hover:after {
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -835px -563px;
  width: 24px;
  height: 17px;
}
.p-main .left-col-ico {
  position: relative;
}
.p-main .left-col-ico:before {
  content: "";
  display: block;
}
.p-main .left-col-ico.search:before {
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -723px -186px;
  width: 186px;
  height: 188px;
}
@media (min-width: 1170px) {
  .p-main .left-col-ico.search:before {
    background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
    background-position: -488px 0px;
    width: 233px;
    height: 235px;
  }
}
.p-main .left-col-ico.envelope:before {
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -245px -253px;
  width: 195px;
  height: 195px;
}
@media (min-width: 1170px) {
  .p-main .left-col-ico.envelope:before {
    background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
    background-position: -242px 0px;
    width: 244px;
    height: 244px;
  }
}
.p-main .left-col-ico.write:before {
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -723px 0px;
  width: 194px;
  height: 184px;
}
@media (min-width: 1170px) {
  .p-main .left-col-ico.write:before {
    background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
    background-position: 0px -253px;
    width: 243px;
    height: 230px;
  }
}
.p-main .left-col-ico.visit:before {
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -488px -237px;
  width: 192px;
  height: 201px;
}
@media (min-width: 1170px) {
  .p-main .left-col-ico.visit:before {
    background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
    background-position: 0px 0px;
    width: 240px;
    height: 251px;
  }
}
.p-main .side-menu {
  padding: 0;
}
@media (min-width: 1170px) {
  .p-main .side-menu {
    width: 245px;
  }
}
.p-main .side-menu li {
  font-family: "RobotoSlab-Bold", sans-serif;
  font-size: 14px;
  background: none;
  padding: 0;
  margin-bottom: 2px;
}
.p-main .side-menu li a {
  text-decoration: none;
  background-color: #dbe4ed;
  display: block;
  padding: 13px 34px 13px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-main .side-menu li a:hover,
.p-main .side-menu li.active > a {
  color: #194166;
  background-color: #c7d5e3;
}
.p-main .side-menu li.more a:after {
  width: 13px;
  height: 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO5JREFUeNqMkrkKwlAQRWPcCi2CIhIsFNNYq4VtfsbvyJ9Z2qiVNhKX2LigouK+34EbCSFgBk5eEu6deW/eRHSzqXgiC8ogB6LgAdZgCA6uKMZVBBVQACMwAReQAhpo8J8NPq6pygQtZnfjBFbAoTEJ+ioeOrN1fAZv3EAXFEFG5RnsAIPl+z5SV1JZZaGEi6U0S86hsnxQBcu3ii4hpre8gGuA0L9FacRdquzYjDCRBxsxjYEB4n8akaZuKqY52IO657KVgG3VwAxsXVGPE2Gysmz5zOwar8XhOP0yv8CArTeYQHbx5Oy1vbP3FWAAhFs4QjtiiUQAAAAASUVORK5CYII=);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
}
.p-main .side-menu li.more > a:after {
  content: "";
}
.p-main .side-menu li ul {
  padding-top: 2px;
  background-color: #fff;
  display: none;
}
.p-main .side-menu li ul li {
  font-size: 13px;
  font-family: "RobotoSlab-Regular", sans-serif;
}
.p-main .side-menu li ul li a {
  background-color: #fff;
  color: #346088;
  padding-left: 34px;
  position: relative;
}
.p-main .side-menu li ul li a:before {
  content: "›";
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: 6px;
  color: #7698b7;
}
.p-main .side-menu li ul li a:hover,
.p-main .side-menu li ul li.active > a {
  background-color: #346088;
  color: #fff;
}
.p-main .side-menu li ul li.more a:hover:after,
.p-main .side-menu li ul li.more.active > a:after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOxJREFUeNqM0s1Kw0AQwPHNtraF5hAqRWoPBr30roU+gF70pfKA7a0XS1upFxVaUSmVorj+J0wgLBvIwC8hYWc/ZidyzplSnOISfTTwgy0W+CoGRZokA0YYYoVPfKOLBCmesIQrksZoYqqz+9HGBDvMLY+BzlaVIHHEDBfoWT3DMpCQed97HZdaXeXV1Is3KZacw+ryoRUy7y3jWoZCPKAjBfFkgX8J7mSVDy1GnTjLK0jmALc4CcxcFuMeefVe9DJv9K5MxT1d4xnvfkecY61bPiDW6sq1bLSd/qJA711p78kufrX3Hsu99y/AAGsxio7QA18nAAAAAElFTkSuQmCC);
}
.p-main .side-menu li.active ul {
  display: block;
}
.p-footer {
  color: #fff;
  position: relative;
}
.p-footer .jump-top {
  position: absolute;
  right: 0;
  top: -48px;
  width: 48px;
  height: 48px;
  background-color: #c7d5e3;
  text-indent: -9999px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer .jump-top:hover {
  opacity: 1;
}
.p-footer .jump-top:before {
  content: "";
  width: 22px;
  height: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAKCAYAAACwoK7bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMRJREFUeNpilHRMYyASpEFxBRDvIaSYiUhDZ0KxMRDvBuJySg0WBOIzUJeCXBkGxGeBuANqEVkGhwLxXagrO4HYFYhXQ+lZUMvOQC0n2mCQV1dB2WHQcIWB90CcDhUzhlruQshgQaiBHVCvK0NdiQ3AfPEeW7gjGwyLmFA0TfgAyHITKI0S7kxIXgcZqoTF64TAe6gjOpHCXYmZV9FYEGroUSC2hcY6OQDk6udQHzOADP4BpDmBOB6IfzBQBs5C40QQIMAAsYAts0rNqp0AAAAASUVORK5CYII=);
  position: absolute;
  left: 13px;
  top: 18px;
}
.p-footer .footer-links {
  background-color: #194166;
}
.p-footer .footer-links h2 {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 27px;
  margin: 32px 0 35px 0;
}
.p-footer .footer-links h2:before {
  content: "";
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -813px -563px;
  width: 20px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
}
.p-footer .footer-links h2 .regular {
  font-family: "RobotoSlab-Regular", sans-serif;
}
.p-footer .footer-links h2 .light {
  font-family: "RobotoSlab-Light", sans-serif;
}
.p-footer .footer-links ul {
  padding: 0;
  margin-bottom: 58px;
}
.p-footer .footer-links ul li {
  padding: 0;
  margin: 0;
  background: none;
  font-family: "RobotoSlab-Bold", sans-serif;
  font-size: 14px;
  line-height: 16px;
  line-height: 14px;
  margin-bottom: 18px;
}
.p-footer .footer-links ul li a {
  color: #fff;
  text-decoration: none;
}
.p-footer .footer-links ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .p-footer .footer-links .shortcuts {
    margin-top: 30px;
  }
}
.p-footer .footer-links .shortcuts p a {
  background-color: #8d0010;
  width: 262px;
  height: 86px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-family: "RobotoSlab-Bold", sans-serif;
  text-decoration: none;
  padding-left: 78px;
  position: relative;
  margin: 0 auto 15px auto;
}
@media (min-width: 768px) {
  .p-footer .footer-links .shortcuts p a {
    margin: 0 0 15px 0;
    float: right;
  }
}
.p-footer .footer-links .shortcuts p a:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIJJREFUeNpi/P//vxoDA0MUA/HgBwuQ+AjEZ4lQrAXEv4CYnRFoEzGmBwCxARD/A2lkIUHDHSBmBmJJJjyKmdA0rATi3zAJXBr8sGnApQmvBhBgwaLBH4j1cWlAt4koDeiafIjRgO68C0DMAcTr8WlA1/QIigkCYlMEDAgBMRtAgAEAOP0nxfKgHpgAAAAASUVORK5CYII=);
  position: absolute;
  right: 8px;
  top: 8px;
}
.p-footer .footer-links .shortcuts p a .light {
  font-family: "RobotoSlab-Light", sans-serif;
}
.p-footer .footer-links .shortcuts p a .glyphicon {
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 45px;
  color: #e4bec3;
}
.p-footer .footer-links .shortcuts p.prague-castle a {
  padding-top: 22px;
}
.p-footer .footer-links .shortcuts p.culture a {
  padding-top: 32px;
}
.p-footer .footer-strip {
  background-color: #0b3154;
  font-size: 12px;
  padding: 22px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer .footer-strip {
    text-align: left;
  }
}
.p-footer .footer-strip .copyright {
  font-family: "RobotoSlab-Regular", sans-serif;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .p-footer .footer-strip .copyright {
    display: inline-block;
    margin: 0;
  }
  .p-footer .footer-strip .copyright:after {
    content: "|";
    font-family: "RobotoSlab-Light", sans-serif;
    color: #346088;
    padding-left: 9px;
  }
}
.p-footer .footer-strip .links {
  color: #346088;
  margin-bottom: 0px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .p-footer .footer-strip .links {
    display: inline-block;
  }
}
.p-footer .footer-strip .links a {
  color: #b2cbe2;
  text-decoration: none;
  padding: 0 5px;
}
.p-footer .footer-strip .links a:hover {
  text-decoration: underline;
}
/* HOMEPAGE */
@media (min-width: 768px) {
  .hp .p-header {
    margin-bottom: 62px;
  }
}
.hp .p-main {
  padding-bottom: 68px;
}
@media (min-width: 1170px) {
  .hp .p-main {
    min-height: 1340px;
  }
  .hp .p-main .col-lg-left {
    padding-right: 64px;
  }
  .hp .p-main .col-lg-right {
    position: relative;
  }
}
.hp .p-main .col-lg-left .press {
  margin-bottom: 58px;
}
.hp .p-main .col-lg-left .press .row {
  margin-bottom: 15px;
}
.hp .p-main .col-lg-left .other-articles .row > div {
  padding: 0 8px;
}
.hp .p-main .col-lg-left .other-articles .more {
  font-size: 11px;
  font-family: "RobotoSlab-Regular", sans-serif;
  position: relative;
  top: -6px;
  margin-bottom: 40px;
}
.hp .p-main .col-lg-left .other-articles .more a {
  color: #194166;
  text-decoration: none;
}
.hp .p-main .col-lg-left .other-articles .more a:hover {
  text-decoration: underline;
}
.hp .p-main .col-lg-left .other-articles .more a .glyphicon {
  margin-right: 5px;
  color: #346088;
  font-size: 15px;
  position: relative;
  top: 3px;
}
.hp .p-main .col-lg-left h2.ico {
  font-size: 15px;
  color: #517597;
  margin: 0 0 10px 0;
  padding-left: 5px;
  position: relative;
}
.hp .p-main .col-lg-left h2.ico:before {
  content: "";
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -786px -563px;
  width: 25px;
  height: 32px;
  position: absolute;
  left: -2px;
  top: -16px;
}
.hp .p-main .col-lg-left h2.ico span {
  position: relative;
}
#tinymce {
  background-color: #fff;
}
h1 {
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #194166;
  margin: 0 0 24px 0;
  font-size: 35px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 54px;
  }
}
h2,
h3,
h4 {
  color: #346088;
}
h2 {
  font-family: "RobotoSlab-Bold", sans-serif;
  margin: 36px 0 18px 0;
  font-size: 28px;
}
h3 {
  font-family: "RobotoSlab-Regular", sans-serif;
  margin: 20px 0 12px 0;
  font-size: 22px;
}
h4 {
  font-family: "RobotoSlab-Bold", sans-serif;
  margin: 25px 0 8px 0;
  font-size: 16px;
}
p {
  margin-bottom: 20px;
}
p.perex {
  font-family: "RobotoSlab-Regular", sans-serif;
  color: #194166;
  font-size: 27px;
  margin-bottom: 12px;
}
p.note {
  color: #346088;
}
.highlighted {
  font-size: 16px;
  background-color: #e5edf4;
  margin-bottom: 14px;
  overflow: hidden;
}
p.highlighted {
  color: #194166;
  font-family: "RobotoSlab-Regular", sans-serif;
  padding: 15px 18px;
}
div.highlighted {
  padding: 19px 24px 4px 24px;
}
div.highlighted a {
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #346088;
}
div.highlighted a:hover {
  text-decoration: none;
}
a {
  text-decoration: underline;
  color: #194166;
}
a:hover,
a:focus {
  color: #ab2c3b;
}
a.contact-twitter {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAMAAACKnBfWAAAAmVBMVEVeqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1eqd1cW8fcAAAAMnRSTlMABQwOFhwfIC8xMjU3OTs9Q1BRWFxmanF8jI2Ql5qdrLO9wMfLz9PY2tvg5+nr7/H7/s9550cAAAB0SURBVAiZTc5ZEoJADATQRkEEAUEWFXFDkX0x9z+cM6EQ+u9VOqlA3YBzqOlteA6irybpEueIgIZQ+MqsdkBGVMduyj4B5ovmRIC1INli0+/+/MjLq3JZF0kmPsdPsG2ZxVpif340zLvCQ/3SDn2X34yx+wMLwBUzskprhwAAAABJRU5ErkJggg==);
  background-position: 0 6px;
  background-repeat: no-repeat;
  padding-left: 22px;
}
strong,
b {
  font-family: "RobotoSlab-Bold", sans-serif;
  font-weight: normal;
}
img.pull-left {
  float: none !important;
  margin-bottom: 15px;
  display: block;
}
img.pull-right {
  float: none !important;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 480px) {
  img.pull-left {
    float: left !important;
    margin: 5px 30px 15px 0;
  }
  img.pull-right {
    float: right !important;
    margin: 5px 0 15px 30px;
  }
}
ul {
  padding-left: 10px;
  margin-bottom: 26px;
}
ul li {
  list-style: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFPWOJAAAAU0BZkAAAAA5JREFUeNpiYCAPAAQYAAA4AAGHTVIHAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 18px;
  margin-bottom: 5px;
}
ul li ul {
  padding: 5px 0 0 0;
}
ul li ul li {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFx9XjAAAALFWJPAAAAA5JREFUeNpiYCAPAAQYAAA4AAGHTVIHAAAAAElFTkSuQmCC);
}
ol.a li {
  list-style: outside none lower-alpha;
}
figcaption {
  font-size: 13px;
  color: #194166;
  text-align: center;
  font-family: "RobotoSlab-Regular", sans-serif;
  line-height: 1.231em;
  margin-top: 5px;
}
.img-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.organizational-structure h1 {
  margin-bottom: 44px;
}
.organizational-structure .schema {
  text-align: center;
}
@media (min-width: 992px) {
  .organizational-structure .schema {
    margin-bottom: 85px;
  }
}
.organizational-structure .item {
  margin-bottom: 45px;
}
@media (min-width: 480px) {
  .organizational-structure .item .highlighted {
    position: relative;
    padding-left: 142px;
    min-height: 176px;
  }
  .organizational-structure .item .highlighted.prezident {
    margin-top: 26px;
    padding-left: 208px;
    min-height: 279px;
  }
  .organizational-structure .item .highlighted.no-motive {
    padding-left: 24px;
    min-height: inherit;
  }
  .organizational-structure .item .highlighted img {
    position: absolute;
    left: 24px;
    top: 24px;
  }
}
.organizational-structure .item .highlighted {
  margin-bottom: 24px;
}
.organizational-structure .item .highlighted h4 {
  margin-top: 3px;
}
.p-main .index-content {
  padding: 23px 28px 13px 28px;
  margin-bottom: 30px;
}
.p-main .index-content h2 {
  margin: 0 0 30px 0;
}
.p-main .index-content p.hudge {
  color: #194166;
  font-size: 20px;
  line-height: 25px;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.p-main .index-content p.big {
  color: #194166;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.p-main .index-content ul li {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 16px;
  line-height: 19px;
  font-family: "RobotoSlab-Bold", sans-serif;
  margin-bottom: 10px;
}
.p-main .index-content ul li a {
  color: #194166;
  text-decoration: none;
  position: relative;
  padding: 0 15px 0 15px;
  display: inline-block;
}
.p-main .index-content ul li a:hover {
  text-decoration: underline;
}
.p-main .index-content ul li a:before {
  content: "›";
  font-size: 26px;
  font-family: "RobotoSlab-Regular", sans-serif;
  color: #b2cbe2;
  position: absolute;
  left: 2px;
  top: -2px;
}
.p-main .index-content ul.press li {
  margin-bottom: 14px;
  padding-left: 72px;
  position: relative;
}
.p-main .index-content ul.press li time {
  font-size: 13px;
  font-family: "RobotoSlab-Light", sans-serif;
  color: #787878;
  position: absolute;
  left: 0;
  top: 0;
}
.p-main .index-content ul.press li a {
  padding: 0;
}
.p-main .index-content ul.press li a:before {
  display: none;
}
@media (min-width: 480px) {
  .p-main .index-content.presidential-office {
    padding-left: 290px;
    position: relative;
  }
}
.p-main .index-content.presidential-office h2 {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .p-main .index-content.presidential-office img {
    position: absolute;
    left: 28px;
    top: 23px;
  }
}
.files {
  padding: 0;
}
.files li {
  padding: 0;
  margin: 0;
  background: none;
  color: #787878;
  margin-bottom: 8px;
  display: block;
  padding-left: 42px;
}
.files li a {
  padding-right: 5px;
  line-height: 28px;
  position: relative;
  color: #194166;
  font-family: "RobotoSlab-Regular", sans-serif;
}
.files li a:hover {
  color: #ab2c3b;
}
.files li a:before {
  content: "";
  display: block;
  position: absolute;
  left: -42px;
  top: 0;
  width: 28px;
  height: 28px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNpi/P//PwM9ARMDncGohaMW0sTCUiA2IEKdJRDnEFQFyod4cN1/CHgLxAZ41FkC8Weo2nx8ZuKzTBpq0X8CliJbBgLPgViIHAtB2JiApdgs0yLXh4QsJdkyYi3EZSnJlpFiITZLSbaMVAtB2AzNZyAH6JJiBqkWgrAN1NK3UF+TpJ+RzPrQBoi/A/FZUjUy0rsCZsFXCFFoNuPIrC1YSA2S0Qp41MLhbyFAgAEA9SLeGqK/swUAAAAASUVORK5CYII=);
}
.files li a[href$=".pdf"]:before {
  background-color: #be111d;
}
.files li a[href$=".doc"]:before,
.files li a[href$=".docx"]:before {
  background-color: #397ebb;
}
.files li a[href$=".jpg"]:before,
.files li a[href$=".png"]:before,
.files li a[href$=".gif"]:before,
.files li a[href$=".bmp"]:before,
.files li a[href$=".tiff"]:before {
  background-color: #858452;
}
.files li a[href$=".xls"]:before,
.files li a[href$=".xlsx"]:before {
  background-color: #30aa3e;
}
.files li a[href$=".zip"]:before {
  background-color: #e2b61e;
}
.files li a[href$=".ppt"]:before,
.files li a[href$=".pptx"]:before {
  background-color: #e27f1e;
}
/* Boxy (Tiskove zpravy, Fotogalerie...) */
.boxes {
  margin-left: -8px;
  margin-right: -8px;
}
.boxes .box {
  padding: 0 8px;
  margin-bottom: 16px;
}
.boxes .box a {
  text-decoration: none;
  color: #3c3c3c;
}
.boxes .box a:after {
  content: "";
  display: block;
  background-color: #194166;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
}
.boxes .box a:hover {
  color: inherit;
}
.boxes .box a:hover:after {
  width: 100%;
}
.boxes .box a:hover .button {
  background-color: #194166;
  border-color: #194166;
  color: #fff;
  padding-right: 28px;
}
.boxes .box a:hover .button:after {
  content: "›";
  font-size: 20px;
  color: #b2cbe2;
  position: absolute;
  right: 13px;
  top: -3px;
}
.boxes .box .box-content {
  display: block;
  background-color: #fff;
  position: relative;
}
@media (min-width: 480px) {
  .boxes .box .box-content {
    height: 386px;
  }
}
.boxes .box .box-content.motive article {
  max-height: 586px;
  padding: 18px 20px 66px 20px;
}
.boxes .box .box-content.motive .img {
  display: block;
  overflow: hidden;
}
.boxes .box .box-content.motive img {
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.boxes .box .box-content.motive:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -ms-transform: none;
  -ms-transition: none;
}
.boxes .box .box-content article {
  max-height: 386px;
  padding: 18px 20px 98px 20px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .boxes .box .box-content article {
    height: 386px;
  }
}
.boxes .box .box-content article .news-date {
  font-size: 13px;
  color: #787878;
}
.boxes .box .box-content article h2 {
  color: #194166;
  font-size: 25px;
  line-height: 30px;
  margin: 10px 0 12px 0;
}
.boxes .box .box-content article h2.small {
  font-size: 18px;
  line-height: 22px;
}
.boxes .box .box-content article p {
  font-size: 15px;
  line-height: 22px;
}
.boxes .box .box-content .button {
  position: absolute;
  left: 15px;
  bottom: 20px;
}
@media (min-width: 480px) {
  .boxes.short .box .box-content {
    height: 186px;
  }
}
.boxes.short .box .box-content article {
  max-height: 186px;
  padding: 18px 20px 66px 20px;
}
@media (min-width: 480px) {
  .boxes.short .box .box-content article {
    height: 186px;
  }
}
.nojs .boxes .box .box-content article {
  height: 323px;
  padding-bottom: 0;
}
.nojs .boxes .box .box-content.motive article {
  height: 148px;
}
.nojs .boxes.short .box .box-content article {
  height: 123px;
}
/* Boxy na HP */
.promo-boxes {
  padding: 0;
  text-align: center;
  margin-left: -6px;
  margin-right: -6px;
  position: relative;
}
@media (min-width: 992px) {
  .promo-boxes {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1170px) {
  .promo-boxes {
    position: absolute;
    right: 15px;
    top: 0;
  }
}
.promo-boxes li {
  padding: 0;
  margin: 0;
  background: none;
  width: 303px;
  height: 307px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 16px 6px;
  overflow: hidden;
}
.promo-boxes li:hover .bg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -ms-transform: none;
  -ms-transition: none;
}
.promo-boxes li:hover .button {
  background: #fff;
  border-color: #fff;
  color: #8d0010;
}
.promo-boxes li a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.promo-boxes li a .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.promo-boxes li a h2 {
  color: #fff;
  margin: 0;
}
.promo-boxes li a p {
  color: #e4bec3;
}
.promo-boxes li a .button {
  color: #fff;
  border: 1px solid rgba(226, 226, 226, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  position: absolute;
}
.promo-boxes li.warning {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 16px 0;
  text-align: left;
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .promo-boxes li.warning {
    background-color: #8d0010;
    position: relative;
    margin: 0 5px 16px 6px;
    width: auto;
  }
}
.promo-boxes li.warning a {
  padding: 23px 18px;
  margin: 0 6px;
  background-color: #8d0010;
}
@media (min-width: 992px) {
  .promo-boxes li.warning a {
    margin: 0;
  }
}
.promo-boxes li.warning a h2 {
  font-size: 20px;
  margin: 0 0 12px 0;
}
.promo-boxes li.warning a p {
  font-size: 15px;
  line-height: 22px;
}
.promo-boxes li.warning a .button {
  position: relative;
  left: inherit;
  top: inherit;
}
@media (min-width: 992px) {
  .promo-boxes li.warning {
    width: 303px;
    min-height: 307px;
    display: inline-block;
  }
  .promo-boxes li.warning:after {
    content: "";
    background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
    background-position: -206px -485px;
    width: 101px;
    height: 131px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .promo-boxes li.warning a {
    padding: 23px 18px 140px 18px;
  }
  .promo-boxes li.warning a .button {
    position: absolute;
    left: 18px;
    bottom: 24px;
  }
}
.promo-boxes li.prague-castle a:before,
.promo-boxes li.culture a:before {
  content: "";
  width: 100%;
  height: 126px;
  position: absolute;
  left: 0;
  top: 88px;
  background-color: #8d0010;
  opacity: .85;
}
.promo-boxes li.prague-castle a .strip,
.promo-boxes li.culture a .strip {
  width: 100%;
  position: absolute;
  left: 0;
  top: 130px;
}
.promo-boxes li.prague-castle a .strip h2,
.promo-boxes li.culture a .strip h2 {
  font-size: 27px;
  line-height: 22px;
  text-transform: uppercase;
}
.promo-boxes li.prague-castle a .strip p,
.promo-boxes li.culture a .strip p {
  font-size: 17px;
}
.promo-boxes li.prague-castle a .button,
.promo-boxes li.culture a .button {
  bottom: 30px;
  left: 114px;
}
.promo-boxes li.prague-castle .bg {
  background-image: url("/img/prezident/box-prague-castle.jpg");
}
.promo-boxes li.prague-castle a .strip .glyphicon {
  position: absolute;
  top: -73px;
  left: 112px;
  color: #fff;
  font-size: 74px;
}
.promo-boxes li.culture .bg {
  background-image: url("/img/prezident/box-culture.jpg");
}
.promo-boxes li.culture a .strip h2 {
  font-size: 23px;
}
.promo-boxes li.culture a .button {
  left: 100px;
}
.promo-boxes li.shortcuts {
  display: none;
  margin: 0 6px 16px 5px;
}
@media (min-width: 1170px) {
  .promo-boxes li.shortcuts {
    display: block;
  }
}
.promo-boxes li.shortcuts ul {
  margin-left: -3px;
  padding: 0;
}
.promo-boxes li.shortcuts ul li {
  width: 150px;
  height: 152px;
  margin: 0 0 3px 3px;
  float: left;
  background: #fff;
  font-size: 14px;
  font-family: "RobotoSlab-Regular", sans-serif;
  text-align: center;
}
.promo-boxes li.shortcuts ul li a {
  color: #3c3c3c;
  position: relative;
}
.promo-boxes li.shortcuts ul li a:hover .text {
  text-decoration: underline;
}
.promo-boxes li.shortcuts ul li a .glyphicon {
  color: #ab2c3b;
  font-size: 80px;
  position: absolute;
  left: 35px;
  top: 18px;
}
.promo-boxes li.shortcuts ul li a .text {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.promo-boxes.no-warning {
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .promo-boxes.no-warning .shortcuts {
    display: inline-block;
  }
}
/* Rozeskoky */
.page-index {
  padding: 0;
  margin: 0 -15px 0 -15px;
}
.page-index .item {
  padding: 0;
  margin: 0;
  background: none;
  margin-bottom: 30px;
  float: left;
}
@media (max-width: 480px) {
  .page-index .item {
    width: 100%;
    position: static !important;
    left: 0 !important;
    top: 0 !important;
  }
}
@media (min-width: 480px) {
  .page-index .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-index .item {
    width: 33.333%;
  }
}
.page-index .item .in {
  padding: 0 15px;
}
.page-index .item .in a {
  text-decoration: none;
  display: block;
  background-color: #346088;
}
.page-index .item .in a .img {
  display: block;
  overflow: hidden;
  height: auto;
  width: auto;
}
.page-index .item .in a .img:before {
  display: none;
}
.page-index .item .in a img {
  display: none;
}
@media (min-width: 768px) {
  .page-index .item .in a img {
    display: block;
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.page-index .item .in a > span {
  color: #fff;
  font-family: "RobotoSlab-Bold", sans-serif;
  font-size: 15px;
  line-height: 19px;
  display: table;
  height: 80px;
  width: 100%;
  position: relative;
}
.page-index .item .in a > span:before {
  content: "›";
  font-size: 26px;
  font-family: "RobotoSlab-Regular", sans-serif;
  color: #b2cbe2;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -13px;
}
.page-index .item .in a > span span {
  display: table-cell;
  background-color: #346088;
  padding: 20px 15px 20px 30px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-index .item .in a:hover > span > span {
  background-color: #194166;
}
.page-index .item .in a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -ms-transform: none;
  -ms-transition: none;
}
.page-index .item .in ul {
  background-color: #fff;
  padding: 20px 0 12px 0;
}
.page-index .item .in ul li {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 15px;
  line-height: 18px;
  font-family: "RobotoSlab-Bold", sans-serif;
  margin-bottom: 10px;
}
.page-index .item .in ul li a {
  color: #194166;
  text-decoration: none;
  position: relative;
  padding: 0 15px 0 30px;
  display: inline-block;
  background-color: #fff;
}
.page-index .item .in ul li a:hover {
  text-decoration: underline;
}
.page-index .item .in ul li a:before {
  content: "›";
  font-size: 26px;
  font-family: "RobotoSlab-Regular", sans-serif;
  color: #b2cbe2;
  position: absolute;
  left: 16px;
  top: -2px;
}
@media (min-width: 1170px) {
  .page-index.contacts .item {
    width: 100%;
  }
}
/* Sitemap */
.sitemap a {
  text-decoration: none;
}
.sitemap a:hover {
  text-decoration: underline;
}
.sitemap h3 {
  font-family: "RobotoSlab-Bold", sans-serif;
  font-size: 28px;
  color: #8d0010;
  margin: 0 0 30px 0;
}
.sitemap h3 a {
  color: #8d0010;
}
.sitemap ul {
  padding: 0;
}
.sitemap ul li {
  padding: 0;
  margin: 0;
  background: none;
  font-family: "RobotoSlab-Regular", sans-serif;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 37px;
}
.sitemap ul li a {
  color: #346088;
}
.sitemap ul li ul {
  margin-top: 18px;
}
.sitemap ul li ul li {
  font-family: "RobotoSlab-Bold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  padding-left: 14px;
  margin-bottom: 13px;
  position: relative;
}
.sitemap ul li ul li:before {
  content: "›";
  color: #7698b7;
  position: absolute;
  left: 2px;
  top: -1px;
  font-size: 22px;
}
.sitemap ul li ul li a {
  color: #194166;
}
.sitemap ul li ul li ul {
  margin-top: 14px;
}
.sitemap ul li ul li ul li {
  font-family: "RobotoSlab-Regular", sans-serif;
}
.sitemap ul li ul li ul li:before {
  font-size: 18px;
  top: -2px;
}
.sitemap ul li ul li ul li a {
  color: #346088;
}
/* Fotogalerie */
.photogallery {
  margin: 28px -8px 0 -8px;
  /* Uniformy */
}
.photogallery figure {
  padding: 0 8px;
  margin-bottom: 16px;
}
.photogallery figure .thumbnail {
  display: block;
  max-width: 240px;
  margin: 0 auto 0 auto;
  position: relative;
  overflow: hidden;
}
.photogallery figure .thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #194166;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photogallery figure .thumbnail:after {
  content: "";
  background-image: url(/ver/1519199534124/sprites/hrad/sprites.png);
  background-position: -723px -563px;
  width: 61px;
  height: 62px;
  position: absolute;
  left: 50%;
  top: -20%;
  margin-left: -30px;
  margin-top: -31px;
  -webkit-transition: opacity 0.3s, top 0.3s;
  -o-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.photogallery figure .thumbnail:hover:before {
  opacity: .5;
}
.photogallery figure .thumbnail:hover:after {
  top: 50%;
  opacity: 1;
}
@media (min-width: 480px) {
  .photogallery.uniforms figure {
    min-height: 260px;
    margin-bottom: 5px;
  }
}
.photogallery.uniforms figure .thumbnail {
  max-width: 175px;
}
.photogallery.uniforms figure .thumbnail img {
  padding: 25px 20px 20px 0;
}
/* Vyznamenani */
.order-gallery figure {
  min-height: 373px;
  margin-bottom: 10px;
}
.order-gallery figure img {
  margin: 0 auto;
}
.order-gallery figure figcaption {
  font-size: 15px;
  margin-top: 10px;
}
/* Partneri */
.partners figure {
  height: 220px;
  display: table;
  margin-bottom: 30px;
}
.partners figure div {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.partners figure div img {
  margin: 0 auto;
  padding-bottom: 30px;
}
.partners figure div figcaption {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* Fotogalerie na HP */
.photogallery-hp .box {
  height: 186px;
  position: relative;
  overflow: hidden;
  max-width: 303px;
  margin-bottom: 16px;
  background-color: #fff;
}
.photogallery-hp .box a {
  display: block;
  height: 100%;
  z-index: 1;
}
.photogallery-hp .box a:hover h2 {
  text-decoration: underline;
}
.photogallery-hp .box a:hover:before {
  opacity: 0;
}
.photogallery-hp .box a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -ms-transform: none;
  -ms-transition: none;
}
.photogallery-hp .box a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #194166;
  opacity: .2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photogallery-hp .box a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 2;
  /* Bootstrap generator nejspis neumi pracovat s pruhlednosti */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NDE2NiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5NDE2NiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(25, 65, 102, 0.6) 0%, rgba(25, 65, 102, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 65, 102, 0.6)), color-stop(100%, rgba(25, 65, 102, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(25, 65, 102, 0.6) 0%, rgba(25, 65, 102, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(25, 65, 102, 0.6) 0%, rgba(25, 65, 102, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(25, 65, 102, 0.6) 0%, rgba(25, 65, 102, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(25, 65, 102, 0.6) 0%, rgba(25, 65, 102, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99194166', endColorstr='#00194166', GradientType=0);
  /* IE6-8 */
}
.photogallery-hp .box a h2 {
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0 18px;
  z-index: 3;
}
.photogallery-hp .box a img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -152px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}
/* Strankovani */
.pagination li .button {
  border: 1px solid #b2cbe2 !important;
  color: #194166 !important;
  background-color: #e5edf4 !important;
}
.pagination li .button:hover {
  color: #fff !important;
  background-color: #194166 !important;
}
.pagination.fulltext li .button:hover {
  background-color: #194166 !important;
}
/* Jednoduchy vypis clanku (fulltext) */
.media-list {
  margin-top: 30px;
  width: 100%;
}
.media-list .media {
  padding: 0;
  margin: 0;
  background: none;
  margin-bottom: 12px;
}
.media-list .media .date,
.media-list .media .article-date {
  display: inline-block;
  margin: 0 18px 0 0;
  font-size: 13px;
  color: #787878;
  vertical-align: top;
  line-height: 19px;
}
.media-list .media .breadcrumb-strip {
  display: inline-block;
}
.media-list .media .breadcrumb-strip li {
  color: #787878;
  line-height: 19px;
}
.media-list .media .breadcrumb-strip li:first-child {
  padding: 0;
  background: none;
}
.media-list .media .breadcrumb-strip li a {
  color: #787878;
}
.media-list .media h3 {
  margin-top: 0;
}
.media-list .media h3 a {
  color: #346088;
  text-decoration: none;
}
.media-list .media h3 a:hover {
  text-decoration: underline;
}
.media-list .media .fulltext-highlight {
  background-color: #fcfb92;
}
/* Loga */
.logos {
  margin: 0 -30px 35px 0;
  text-align: center;
}
.logos.max-width-230 figure {
  max-width: 230px;
}
.logos.max-width-165 figure {
  max-width: 165px;
}
.logos.max-width-126 figure {
  max-width: 126px;
}
.logos figure {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 16px 30px 0;
  padding: 0 10px;
}
.logos figure.max-width-230 {
  max-width: 230px;
}
.logos figure.max-width-165 {
  max-width: 165px;
}
.logos figure.max-width-126 {
  max-width: 126px;
}
.logos figure img {
  margin: 0 -10px 13px -10px;
}
.logos figure figcaption h4,
.logos figure figcaption p {
  margin: 0;
  font-size: 14px;
}
.logos figure figcaption h4,
.logos figure figcaption a {
  color: #194166;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.logos figure figcaption p {
  font-family: "RobotoSlab-Light", sans-serif;
}
/* Strankovani */
.pagination {
  margin: 18px 0 0 0;
}
.pagination li {
  padding: 0;
  margin: 0;
  background: none;
}
.pagination li .button {
  border-radius: 100px !important;
}
.pagination.fulltext {
  margin: 0;
}
.pagination.fulltext li .button {
  background-color: #fff !important;
}
.line {
  display: inline-block;
  width: 3.5rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 0.25rem;
  transition: 0.25s;
}
.lines-button {
  display: inline-block;
  padding: 1.75rem 0.875rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.5rem;
  outline: 0;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
.lines {
  display: inline-block;
  width: 3.5rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 0.25rem;
  transition: 0.25s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
.lines:before,
.lines:after {
  display: inline-block;
  width: 3.5rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 0.25rem;
  transition: 0.25s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.25rem center;
  -moz-transform-origin: 0.25rem center;
  -ms-transform-origin: 0.25rem center;
  transform-origin: 0.25rem center;
}
.lines:before {
  top: 9px;
}
.lines:after {
  top: -9px;
}
.lines-button:hover {
  opacity: 1;
  /*.lines {
    &:before { top: @button-size/3.5; }
    &:after { top: -@button-size/3.5; }
}*/
}
.lines-button.x.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 3.5rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
@media (min-width: 768px) {
  .smooth-transition2500 {
    -webkit-transition: all 25s linear;
    -o-transition: all 25s linear;
    transition: all 25s linear;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -ms-transform: none;
    -ms-transition: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@-webkit-keyframes sonarEffectRed {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(171, 44, 59, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(171, 44, 59, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(171, 44, 59, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(171, 44, 59, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffectRed {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(171, 44, 59, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(171, 44, 59, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(171, 44, 59, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(171, 44, 59, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffectRed {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(171, 44, 59, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(171, 44, 59, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(171, 44, 59, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(171, 44, 59, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffectBlue {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(25, 65, 102, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(25, 65, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(25, 65, 102, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(25, 65, 102, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffectBlue {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(25, 65, 102, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(25, 65, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(25, 65, 102, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(25, 65, 102, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffectBlue {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(25, 65, 102, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(25, 65, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(25, 65, 102, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(25, 65, 102, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffectGreen {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(57, 129, 14, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(57, 129, 14, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(57, 129, 14, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(57, 129, 14, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffectGreen {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(57, 129, 14, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(57, 129, 14, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(57, 129, 14, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(57, 129, 14, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffectGreen {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(57, 129, 14, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(57, 129, 14, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(57, 129, 14, 0.1), 0 0 10px 10px #e5edf4, 0 0 0 10px rgba(57, 129, 14, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.table-striped {
  text-align: left;
  color: #194166;
  font-size: 14px;
  font-family: "RobotoSlab-Regular", sans-serif;
}
.table-striped tbody tr td,
.table-striped thead tr th {
  border: 0;
  border-right: 1px solid #fff;
  padding: 9px 14px;
}
.button {
  color: #194166;
  font-family: "RobotoSlab-Regular", sans-serif;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #b2cbe2;
  padding: 4px 15px;
  border-radius: 100px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.blue {
  color: #346088;
  border-color: #b2cbe2;
}
.button.blue.big.more .glyphicon {
  color: #346088;
}
.button.blue:hover,
.button.blue.active {
  background-color: #346088;
  border-color: #346088;
}
.button.blue.disabled:hover {
  background-color: transparent;
  border-color: #b2cbe2;
  color: #346088;
}
.button.disabled {
  opacity: 0.2;
  cursor: default !important;
  outline: 0;
}
.button.disabled:hover {
  background-color: transparent;
  border-color: #b2cbe2;
  color: #194166;
}
.button:hover,
.button.inverse,
.button.active {
  background-color: #194166;
  border-color: #194166;
  color: #fff;
  text-decoration: none !important;
}
.button.inverse:hover,
.button.inverse.active {
  background-color: #fff;
  color: #194166;
}
.button.small {
  font-size: 11px;
}
.button.big {
  font-size: 16px;
  font-family: "RobotoSlab-Bold", sans-serif;
  padding: 6px 20px;
}
.button.big.more .glyphicon {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
  color: #346088;
}
.button.big.more:hover .glyphicon {
  color: #fff;
}
.button.hudge {
  font-size: 22px;
  font-family: "RobotoSlab-Bold", sans-serif;
  padding: 8px 26px;
}
.button.back,
.button.up {
  margin-top: 40px;
  padding-left: 28px;
  position: relative;
}
.button.back:before,
.button.up:before {
  content: "‹";
  font-size: 20px;
  color: #346088;
  position: absolute;
  left: 13px;
  top: -2px;
}
.button.back:hover:before,
.button.up:hover:before {
  color: #b2cbe2;
}
.button.up {
  margin-top: 0;
}
.button.up:before {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  left: 17px;
}
.button .glyphicon {
  margin-right: 5px;
}
button.button {
  background: #fff;
}
button.button.hudge {
  padding-left: 40px;
}
button.button.hudge:before {
  content: "›";
  color: #346088;
  margin-right: 10px;
  position: absolute;
  left: 38px;
  top: -4px;
  font-size: 35px;
  font-family: "RobotoSlab-Regular", sans-serif;
}
button.button:hover:before {
  color: #fff;
}
.datepicker-button {
  display: block;
  margin: auto auto 45px auto;
  max-width: 180px;
}
@media (min-width: 992px) {
  .datepicker-button {
    max-width: 170px;
  }
}
.datepicker-button input {
  width: 110px;
  border: none;
  background: transparent;
  color: #fff;
}
@media (min-width: 992px) {
  .datepicker-button input {
    width: 85px;
  }
}
.datepicker-button input::-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.datepicker-button input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.datepicker-button input:-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}
.datepicker-button:hover input {
  color: #ab2c3b;
}
.datepicker-button:hover input::-moz-placeholder {
  color: #ab2c3b;
}
.datepicker-button:hover input::-webkit-input-placeholder {
  color: #ab2c3b;
}
.datepicker-button:hover input:-ms-input-placeholder {
  color: #ab2c3b;
}
.datepicker-button .glyphicon {
  font-size: 14px;
  opacity: 0.5;
  margin: 0 10px 0 0;
}
@media (min-width: 992px) {
  .datepicker-button {
    display: inline-block;
    margin-left: 5px;
  }
}
.ellipsis-more-button .glyphicon {
  margin-left: 5px;
  font-size: 9px;
}
.hash-buttons .button {
  margin: 0 1px 5px 0;
  color: #8d0010;
}
.hash-buttons .button.active,
.hash-buttons .button:hover,
.hash-buttons .button:focus {
  border-color: #8d0010;
  background: #8d0010;
  color: #fff;
}
.hash-buttons .button:last-child {
  margin-right: 0;
}
.hash-buttons .button.blue {
  color: #194166;
}
.hash-buttons .button.blue.active,
.hash-buttons .button.blue:hover,
.hash-buttons .button.blue:focus {
  border-color: #194166;
  background: #194166;
  color: #fff;
}
.hash-buttons .button .glyphicon-book,
.hash-buttons .button .glyphicon-dvd {
  margin-right: 9px;
}
.hash-buttons .button .glyphicon-cd {
  margin-right: 6px;
}
.hash-buttons .button .glyphicon-dvd {
  font-size: 10px;
}
.hash-buttons.standard-bottom-margin {
  margin-bottom: 10px !important;
}
.hash-buttons.big-bottom-margin {
  margin-bottom: 40px !important;
}
.circle-button {
  font-size: 11px;
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #a48973;
  line-height: 15px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid rgba(164, 137, 115, 0.5);
  text-align: center;
}
.circle-button.big {
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border-width: 2px;
  line-height: 26px;
}
.circle-button.blue {
  background: #194166;
  border-color: #194166;
  color: #fff;
}
.btn-primary {
  text-decoration: none;
}
.reverse-email {
  direction: rtl;
  unicode-bidi: bidi-override;
}
#tinymce .reverse-email {
  text-decoration: underline;
}
.text-content .mandatory-data {
  text-align: right;
}
.text-content .mandatory-data:before {
  content: "*";
  color: #be0a0a;
  font-family: "RobotoSlab-Bold", sans-serif;
}
@media (min-width: 1170px) {
  .text-content form {
    margin-right: 150px;
  }
}
.text-content form .form-group {
  margin-bottom: 0;
}
.text-content form .form-group label {
  font-size: 16px;
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #194166;
  font-weight: normal;
}
.text-content form .form-group.has-required label:before {
  content: "*";
  color: #be0a0a;
}
.text-content form .form-group.has-required label.checkbox:before {
  display: none;
}
.text-content form .form-group.has-required .agreement {
  margin-bottom: 0;
}
.text-content form .form-group.has-required .agreement label:before {
  display: none;
}
.text-content form .form-group.has-required .agreement label:after {
  content: "*";
  color: #be0a0a;
}
.text-content form .form-group.has-error .form-control {
  border-color: #be0a0a;
  background-color: #fcf3f3;
}
.text-content form .form-group.has-error .help-block {
  color: #be0a0a;
}
.text-content form .form-group .form-control {
  font-size: 14px;
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #346088;
  padding: 6px 18px;
  /* musi by zvlast */
  border-color: #b2cbe2;
}
.text-content form .form-group .form-control::-moz-placeholder {
  font-family: "RobotoSlab-Light", sans-serif;
  color: #7698b7;
}
.text-content form .form-group .form-control::-webkit-input-placeholder {
  font-family: "RobotoSlab-Light", sans-serif;
  color: #7698b7;
}
.text-content form .form-group .form-control:-ms-input-placeholder {
  font-family: "RobotoSlab-Light", sans-serif;
  color: #7698b7;
}
.text-content form .form-group input[type="text"],
.text-content form .form-group input[type="date"],
.text-content form .form-group input[type="email"],
.text-content form .form-group input[type="tel"],
.text-content form .form-group select {
  height: 40px;
  border-radius: 18px;
}
.text-content form .form-group textarea {
  border-radius: 18px 18px 0 18px;
  margin-bottom: 22px;
  height: 218px;
}
@media (min-width: 768px) {
  .text-content form .form-group.captcha label {
    margin-top: 19px;
  }
}
.text-content form .form-group.captcha input {
  width: 172px;
  margin: 18px 0 0 8px;
}
.text-content form .form-group .checkbox {
  margin-bottom: 14px;
  padding-top: 5px;
}
.text-content form .form-group .checkbox label {
  font-size: 14px;
  width: 100%;
  margin-bottom: 2px;
}
.text-content form .form-group .help-block {
  font-size: 13px;
  margin: 2px 0 12px 16px;
  font-family: "RobotoSlab-Regular", sans-serif;
  color: #7698b7;
}
.text-content form .submit {
  margin-top: 28px;
}
.text-content form .submit.write-president {
  margin-top: 12px;
}
.text-content form .alert.alert-danger {
  margin-top: 20px;
}
.text-content form .alert.alert-danger p {
  margin: 0;
}
@media (min-width: 1170px) {
  .text-content form > div .alert.alert-danger {
    display: none;
  }
}
.form-search .in {
  border: 1px solid #b2cbe2;
  padding: 0 14px 0 17px;
  border-radius: 18px;
  position: relative;
}
.form-search .in .form-group {
  float: left;
  padding-right: 30px;
  width: 100%;
  margin: 0;
}
.form-search .in .form-group .help-block {
  display: none;
}
.form-search .in input {
  height: 36px !important;
  line-height: 36px;
  border: 0;
  padding: 0 !important;
  color: #194166;
  font-size: 13px;
  box-shadow: none;
  font-family: "RobotoSlab-Bold", sans-serif;
  /* musi by zvlast */
}
.form-search .in input::-moz-placeholder {
  font-family: "RobotoSlab-Light", sans-serif;
  color: #7698b7;
}
.form-search .in input::-webkit-input-placeholder {
  font-family: "RobotoSlab-Light", sans-serif;
  color: #7698b7;
}
.form-search .in input:-ms-input-placeholder {
  font-family: "RobotoSlab-Light", sans-serif;
  color: #7698b7;
}
.form-search .in button {
  border: 0;
  padding: 0;
  margin-left: 10px;
  background-color: #fff;
  position: absolute;
  right: 13px;
  top: 6px;
}
.form-search .in button:before {
  display: none;
}
.form-search .in button .glyphicon {
  color: #194166;
  font-size: 18px;
}
form.press .form-search {
  margin-bottom: 30px;
}
form.press .form-search .in input {
  background-color: #e5edf4;
}
form.press .form-search .in button {
  background-color: #e5edf4;
}
form.press .archive {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  form.press .archive {
    margin-top: 8px;
    float: right;
  }
}
.form-group.fulltext .checkbox.fulltext {
  padding-left: 20px;
}
.form-group.fulltext .checkbox.fulltext input {
  margin-top: 6px;
}
.form-group.fulltext .checkbox.fulltext label {
  padding-left: 10px;
}
html.swipebox {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
/*#swipebox-slider { -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -khtml-transition: all 0.4s ease; transition: all 0.4s ease }*/
#swipebox-overlay {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -khtml-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#swipebox-action,
#swipebox-caption {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -khtml-transition: 0.5s;
  transition: 0.5s;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}
#swipebox-slider .slide {
  background: url("/img/highslide/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-action,
#swipebox-caption {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
#swipebox-action {
  top: 0;
  opacity: 0;
  height: 0;
}
#swipebox-action.visible-bars {
  top: 0;
  opacity: 1;
}
#swipebox-action.force-visible-bars {
  opacity: 1 !important;
}
#swipebox-caption {
  opacity: 0;
}
#swipebox-caption.visible-bars {
  opacity: 1;
}
#swipebox-caption.force-visible-bars {
  opacity: 1 !important;
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-action #swipebox-close {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0;
  outline: 0;
  opacity: 0.7;
  right: 15px;
  top: 15px;
}
#swipebox-action #swipebox-close:before,
#swipebox-action #swipebox-close:after {
  display: inline-block;
  width: 3.5rem;
  height: 0.31818182rem;
  background: #ffffff;
  border-radius: 0.25rem;
  position: absolute;
  left: 0;
  top: 15px;
  content: '';
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#swipebox-action #swipebox-close:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
#swipebox-action #swipebox-close:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
#swipebox-action #swipebox-close:hover {
  opacity: 1;
}
#swipebox-action #swipebox-prev {
  left: 10px;
  top: 50%;
  margin-top: -25px;
}
#swipebox-action #swipebox-next {
  right: 10px;
  top: 50%;
  margin-top: -25px;
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  width: 50px;
  height: 50px;
  opacity: 0.7;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  outline: 0;
  font-weight: bold;
  color: #fff;
}
#swipebox-action #swipebox-prev:hover,
#swipebox-action #swipebox-next:hover {
  opacity: 1;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/*#swipebox-slider.rightSpring { -moz-animation: rightSpring 0.3s; -webkit-animation: rightSpring 0.3s }

#swipebox-slider.leftSpring { -moz-animation: leftSpring 0.3s; -webkit-animation: leftSpring 0.3s }*/
@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes "rightSpring" {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes "leftSpring" {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #1A1818;
}
#swipebox-caption {
  height: 25%;
}
#swipebox-caption .title,
#swipebox-caption .counter {
  position: absolute;
  bottom: 0;
}
#swipebox-caption .title {
  width: 100%;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
#swipebox-caption .counter {
  display: none;
}
.highslide-caption,
.highslide-wrapper {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.highslide-loading {
  display: block;
  color: #000;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  border: 1px solid #fff;
  padding-left: 22px;
  background: #fff url('/img/highslide/loader.white.gif') 3px 2px no-repeat;
}
.highslide-loading:hover {
  text-decoration: none;
  color: #000;
}
@media (min-width: 992px) {
  .html-iframe .highslide-html-content {
    width: 780px !important;
  }
}
.highslide-html-content {
  display: none;
  width: 280px !important;
  padding: 0 5px 5px 5px;
}
@media (min-width: 480px) {
  .highslide-html-content {
    width: auto !important;
  }
}
.highslide-html-content .highslide-header {
  display: none;
}
.highslide-html-content iframe {
  overflow: auto;
}
.hs-close-button {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  font-size: 0;
  outline: 0;
  opacity: 0.7;
}
.hs-close-button:before,
.hs-close-button:after {
  display: inline-block;
  width: 3.5rem;
  height: 0.31818182rem;
  background: #8d0010;
  border-radius: 0.25rem;
  position: absolute;
  left: 0;
  top: 15px;
  content: '';
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hs-close-button:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.hs-close-button:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.hs-close-button:hover {
  opacity: 1;
}
.highslide-dimming {
  background: #000;
}
.controlbar-arrows a {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  outline: 0;
  font-weight: bold;
}
.controlbar-arrows a:hover {
  opacity: 1;
}
.highslide-footer {
  height: 16px;
  background: #fff;
}
.highslide-footer .highslide-resize {
  display: block;
  float: right;
  margin-top: 5px;
  height: 11px;
  width: 11px;
  background: url('/img/highslide/resize.gif');
  position: relative;
  cursor: nw-resize;
}
.no-footer .highslide-footer,
.no-header .highslide-header {
  display: none;
}
.highslide-viewport-size {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.highslide-viewport-size {
  z-index: 1;
}
.highslide-viewport {
  z-index: 2;
}
/***************************************/
/* YO generator related, do not change */
/***************************************/
.slider {
  margin: 0 0 30px 0;
  display: none;
  position: relative;
}
.slider ul:first-child {
  padding-left: 0;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.slider ul:first-child li {
  padding: 0;
  margin: 0;
  background: none;
  position: absolute;
  width: 100%;
  display: none;
  top: 0;
  background-color: #194166;
}
.slider ul:first-child li .motive {
  padding: 0;
}
.slider ul:first-child li .description {
  padding-top: 15px;
  padding-bottom: 55px;
  position: relative;
}
.slider ul:first-child li .description .date {
  font-size: 13px;
  color: #b2cbe2;
  margin-bottom: 10px;
}
.slider ul:first-child li .description h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.slider ul:first-child li .description .button {
  color: #b2cbe2;
  border-color: #7698b7;
  position: absolute;
  left: 15px;
  bottom: 20px;
}
.slider ul:first-child li .description .button:hover {
  background: #fff;
  border-color: #fff;
  color: #194166;
}
.slider ul:first-child li:first-child {
  display: block;
}
.slider ul.control-points {
  padding-left: 0;
  position: absolute;
  top: 307px;
  z-index: 2;
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 7px;
  margin-top: -17px;
}
.slider ul.control-points li {
  list-style: none;
  display: inline-block;
  text-indent: -9999px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  cursor: pointer;
  margin: 0 2px;
  padding: 0;
  background-color: #787878;
}
.slider ul.control-points li.active {
  background-color: #fff;
}
.slider .slider-arrow {
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  top: 154px;
  margin-top: -14px;
  cursor: pointer;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  color: #b2cbe2;
  font-family: "RobotoSlab-Regular", sans-serif;
  border: 1px solid #7698b7;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider .slider-arrow:hover {
  color: #194166;
  background-color: #fff;
  border-color: #fff;
}
.slider .slider-arrow.prev {
  left: 10px;
}
.slider .slider-arrow.next {
  right: 10px;
}
@media (min-width: 480px) {
  .slider {
    min-height: 307px;
  }
  .slider ul:first-child li .motive {
    position: relative;
    overflow: hidden;
    min-height: 307px;
    max-width: 488px;
  }
  .slider ul:first-child li .motive img {
    min-height: 307px;
    width: 488px;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -244px;
  }
  .slider ul:first-child li .description {
    padding: 20px 50px 55px 20px;
    min-height: 307px;
  }
  .slider ul:first-child li .description .button {
    left: 20px;
    bottom: 28px;
  }
  .slider ul.control-points {
    width: 488px;
  }
}
@media (min-width: 768px) {
  .slider {
    margin-bottom: 62px;
  }
  .slider ul:first-child li .description h2 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 1170px) {
  .slider {
    margin-bottom: 45px;
  }
}
@media print {
  /* Universal selector. Reset all content to transparent background, black color, and remove box and text shadows. */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster - http://cbrac.co/XvusCs */
    text-shadow: none !important;
    font-family: Arial, sans-serif !important;
  }
  @page {
    margin: 0.5cm;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .main a[href]:after {
    content: " (" attr(href) ")";
  }
  /* Don’t show links for images, or javascript/internal links */
  a[href^="#"]:after,
  .imageReplacement a:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  thead {
    display: table-header-group;
    /* Displayed as a table header row group - http://cbrac.co/Q6s1o2 */
  }
  /* -------------------------------------------- */
  .p-main {
    padding-bottom: 0;
  }
  .footer-links,
  .button,
  .footer-strip .links,
  .footer-strip .copyright:after,
  .slider,
  .promo-boxes,
  .box img,
  .more,
  .p-main .index-content.presidential-office img,
  .container__cookiesPolicy {
    display: none !important;
  }
  .text-content {
    padding: 0 !important;
  }
}
