@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: 17px;
  line-height: 1.471;
  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.471;
  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: 44px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 29px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 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.471;
}
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: 21.25px;
  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.471;
  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.471;
}
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: 16px;
  line-height: 1.471;
  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.471;
  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: #f5f1ee;
}
.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: 25.5px;
  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: 17px;
  line-height: 1.471;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.471;
  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[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: 34px;
  }
  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: 52px;
  }
}
.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: 42px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 47px;
  padding: 11px 16px;
  font-size: 22px;
  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: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 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: 14.333333px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 15px;
  }
}
.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: 17px;
  line-height: 1.471;
  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,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary: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,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success: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,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info: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,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning: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,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger: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,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #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: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  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: 17px;
  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.471;
  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: 15px;
  line-height: 1.471;
  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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  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: 52px;
  line-height: 52px;
}
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: 34px;
  padding: 5px 10px;
  font-size: 15px;
  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: 34px;
  line-height: 34px;
}
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: 17px;
  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: 15px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 22px;
  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.471;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 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: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  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: 22px;
  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: 15px;
  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-turisti';
  src: url('/ver/1548688860698/fonts/glyphicon-turisti/glyphicon-turisti.eot');
  src: url('/ver/1548688860698/fonts/glyphicon-turisti/glyphicon-turisti.eot?#iefix') format('embedded-opentype'), url('/ver/1548688860698/fonts/glyphicon-turisti/glyphicon-turisti.woff') format('woff'), url('/ver/1548688860698/fonts/glyphicon-turisti/glyphicon-turisti.ttf') format('truetype'), url('/ver/1548688860698/fonts/glyphicon-turisti/glyphicon-turisti.svg#glyphicon-turisti') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicon-turisti';
  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-down:before {
  content: "\EA01";
}
.glyphicon-arrow-left:before {
  content: "\EA02";
}
.glyphicon-arrow-right:before {
  content: "\EA03";
}
.glyphicon-bubble:before {
  content: "\EA04";
}
.glyphicon-calendar:before {
  content: "\EA05";
}
.glyphicon-camera:before {
  content: "\EA06";
}
.glyphicon-castle:before {
  content: "\EA07";
}
.glyphicon-clock:before {
  content: "\EA08";
}
.glyphicon-eye:before {
  content: "\EA09";
}
.glyphicon-flower:before {
  content: "\EA0A";
}
.glyphicon-handicap:before {
  content: "\EA0B";
}
.glyphicon-map:before {
  content: "\EA0C";
}
.glyphicon-menu:before {
  content: "\EA0D";
}
.glyphicon-minus:before {
  content: "\EA0E";
}
.glyphicon-more-lines:before {
  content: "\EA0F";
}
.glyphicon-more:before {
  content: "\EA10";
}
.glyphicon-other:before {
  content: "\EA11";
}
.glyphicon-partners:before {
  content: "\EA12";
}
.glyphicon-phone:before {
  content: "\EA13";
}
.glyphicon-photogallery:before {
  content: "\EA14";
}
.glyphicon-plan:before {
  content: "\EA15";
}
.glyphicon-plus:before {
  content: "\EA16";
}
.glyphicon-search:before {
  content: "\EA17";
}
.glyphicon-streetcar:before {
  content: "\EA18";
}
.glyphicon-ticket:before {
  content: "\EA19";
}
.glyphicon-trumpet:before {
  content: "\EA1A";
}
.glyphicon-virtual:before {
  content: "\EA1B";
}
.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;
}
.mb10 {
  margin-bottom: 10px;
}
body {
  color: #3c3c3c;
  background-color: #ebe4df;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  body.menu-opened:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    z-index: 99;
    -webkit-box-shadow: inset -310px 0 0 0 #9b1827;
    box-shadow: inset -310px 0 0 0 #9b1827;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.container {
  max-width: 1170px;
  position: relative;
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
.p-header {
  background-color: #9b1827;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  min-height: 90px;
  margin-bottom: 20px;
}
.hp .p-header {
  min-height: 260px;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .p-header {
    min-height: 110px;
  }
  .hp .p-header {
    min-height: 365px;
  }
}
@media (min-width: 992px) {
  .p-header {
    height: 277px;
    margin-bottom: 0;
  }
  .hp .p-header {
    height: 387px;
  }
}
@media (min-width: 1170px) {
  .p-header {
    background-color: transparent;
    height: 275px;
  }
  .hp .p-header {
    height: 467px;
  }
}
.p-header .bgr {
  min-height: 90px;
}
.hp .p-header .bgr {
  min-height: 260px;
  background: url("/img/turisti/bgr-header-xs-min.jpg") 50% 90px no-repeat;
}
@media (min-width: 480px) {
  .p-header .bgr {
    min-height: 110px;
  }
  .hp .p-header .bgr {
    min-height: 365px;
    background: url("/img/turisti/bgr-header-xs.jpg") 50% 110px no-repeat;
  }
}
@media (min-width: 992px) {
  .p-header .bgr {
    height: 277px;
    background: url("/img/turisti/bgr-header-md.jpg") 50% 0 no-repeat !important;
  }
  .hp .p-header .bgr {
    height: 387px;
    background: url("/img/turisti/bgr-header-md-hp.jpg") 50% 0 no-repeat !important;
  }
}
@media (min-width: 1170px) {
  .p-header .bgr {
    height: 275px;
    background: url("/img/turisti/bgr-header.jpg") 50% 0 no-repeat !important;
  }
  .hp .p-header .bgr {
    height: 467px;
    background: url("/img/turisti/bgr-header-hp.jpg") 50% 0 no-repeat !important;
  }
}
@media (max-width: 992px) {
  .p-header .bgr .row {
    display: flex !important;
  }
  .p-header .bgr .row .col-xxs-6 {
    width: 100%;
  }
  .p-header .bgr .row .col-xxs-2 {
    padding: 0;
    width: 53px;
    margin-right: 22px;
  }
  .p-header .bgr .row .col-xxs-4 {
    width: 52px;
    padding: 0;
    margin-right: 22px;
  }
}
.p-header .logo {
  margin: 0;
}
.p-header .logo img {
  width: 150px;
}
@media (min-width: 480px) {
  .p-header .logo img {
    width: 170px;
  }
}
@media print {
  .p-header .logo img {
    background-color: #a11e2a !important;
  }
}
@media (min-width: 992px) {
  .p-header .logo .in {
    width: 200px;
    height: 133px;
    display: block;
  }
  .p-header .logo.cs .in {
    background-image: url("/img/turisti/cs/logo.svg");
    background-position: 0px 0px;
    background-color: #a11e2a;
    width: 200px;
    height: 133px;
  }
  .p-header .logo.en .in {
    background-image: url("/img/turisti/en/logo.svg");
    background-position: 0px 0px;
    background-color: #a11e2a;
    width: 200px;
    height: 133px;
  }
  .p-header .logo.cn .in {
    background-image: url("/img/turisti/cn/logo.svg");
    background-position: 0px 0px;
    background-color: #a11e2a;
    width: 200px;
    height: 133px;
  }
  .p-header .logo.de .in {
    background-image: url("/img/turisti/de/logo.svg");
    background-position: 0px 0px;
    background-color: #a11e2a;
    width: 200px;
    height: 133px;
  }
  .p-header .logo.es .in {
    background-image: url("/img/turisti/es/logo.svg");
    background-position: 0px 0px;
    background-color: #a11e2a;
    width: 200px;
    height: 133px;
  }
  .p-header .logo.fr .in {
    background-image: url("/img/turisti/fr/logo.svg");
    background-position: 0px 0px;
    background-color: #a11e2a;
    width: 200px;
    height: 133px;
  }
  .p-header .logo.ru .in {
    background-image: url("/img/turisti/ru/logo.svg");
    background-position: 0px 0px;
    background-color: #a11e2a;
    width: 200px;
    height: 133px;
  }
  .p-header .logo.kr .in {
    background-image: url("/img/turisti/kr/logo.svg");
    background-position: 0px 0px;
    background-color: #a11e2a;
    width: 200px;
    height: 133px;
  }
  .p-header .logo.jp .in {
    background-image: url("/img/turisti/jp/logo.svg");
    background-position: 0px 0px;
    background-color: #a11e2a;
    width: 200px;
    height: 133px;
  }
  .p-header .logo.it .in {
    background-image: url("/img/turisti/it/logo.svg");
    background-position: 0px 0px;
    background-color: #a11e2a;
    width: 200px;
    height: 133px;
  }
}
.p-header .shortcuts {
  position: absolute;
  left: 219px;
  top: 0;
  font-size: 11px;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.p-header .shortcuts p {
  display: inline-block;
}
.p-header .shortcuts p:first-child {
  margin-bottom: 4px;
}
.p-header .shortcuts p a {
  color: #fff;
  background-color: #9b1827;
  line-height: 40px;
  text-decoration: none;
  display: block;
  padding: 0 20px 0 14px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .p-header .shortcuts p a {
    background-color: rgba(63, 28, 32, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-header .shortcuts p a:hover {
    background-color: rgba(63, 28, 32, 0.35);
  }
}
.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 .shortcuts .sprite-shield {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url(/ver/1548688972753/sprites/turisti/sprites.png);
  background-position: -199px -149px;
  width: 11px;
  height: 13px;
}
.p-header .toggle-menu {
  float: right;
  margin-top: 10px;
  position: relative;
  z-index: 110;
}
.p-header .toggle-menu p {
  font-size: 11px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  color: rgba(255, 255, 255, 0.5);
  display: none;
}
@media (min-width: 992px) {
  .p-header .toggle-menu p {
    display: block;
  }
}
@media (min-width: 480px) {
  .p-header .toggle-menu {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .p-header .toggle-menu {
    background: rgba(63, 28, 32, 0.5);
    border-radius: 0;
    padding: 30px 30px 20px 30px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .p-header .toggle-menu {
    margin-top: 14px;
  }
}
.p-header .lang-switch {
  margin-right: 17px;
  float: right;
  width: 155px;
  user-select: none;
}
@media (max-width: 992px) {
  .p-header .lang-switch {
    margin-top: 20px;
    margin-right: 0;
  }
}
.p-header .lang-switch .current-flag {
  padding: 16px;
  padding-bottom: 21px;
  background: rgba(63, 28, 32, 0.25);
  display: inline-block;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid transparent;
}
@media print {
  .p-header .lang-switch .current-flag {
    display: none !important;
  }
}
.p-header .lang-switch .current-flag img {
  width: 20px;
  height: 15px;
}
.p-header .lang-switch .current-flag .glyphicon-arrow-down {
  opacity: 0.5;
  position: absolute;
  top: 36px;
  width: 100%;
  left: 0;
  text-align: center;
}
.p-header .lang-switch .current-flag .glyphicon-arrow-down:before {
  font-size: 30%;
  position: relative;
  bottom: 5px;
}
.p-header .lang-switch .current-flag .lines {
  background: transparent;
  display: inline-block;
  width: 3.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  position: absolute;
  top: 27px;
  left: 9px;
  opacity: 0;
  transition: opacity 0.15s linear;
  visibility: visible;
}
.p-header .lang-switch .current-flag .lines:before,
.p-header .lang-switch .current-flag .lines:after {
  display: inline-block;
  width: 3.5rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 0.25rem;
  position: absolute;
  left: 0;
  top: 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;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.p-header .lang-switch .current-flag .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.p-header .lang-switch .current-flag .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.p-header .lang-switch.open .lang-select {
  max-height: 700px;
}
.p-header .lang-switch.open img {
  visibility: hidden;
}
.p-header .lang-switch.open .glyphicon-arrow-down {
  visibility: hidden;
}
.p-header .lang-switch.open .lines {
  opacity: 1 !important;
}
.p-header .lang-switch:hover {
  cursor: pointer;
}
.p-header .lang-switch .lang-select {
  padding: 0;
  margin: 0;
  margin-right: 0 !important;
  margin-top: 1px !important;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s linear;
  background: transparent;
  position: absolute;
  z-index: 101;
  right: 32px;
}
@media (max-width: 992px) {
  .p-header .lang-switch .lang-select {
    right: 0;
  }
}
.p-header .lang-switch .lang-select li {
  padding: 0;
  margin: 0;
  background: none;
}
.p-header .lang-switch .lang-select li .lang {
  width: 100%;
  display: block;
  position: relative;
  padding: 16px 18px 16px 63px;
}
.p-header .lang-switch .lang-select li .lang:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
}
.p-header .lang-switch .lang-select li .lang.cs:before {
  background-image: url('/img/turisti/vlajky/cs.svg');
  background-size: cover;
  width: 28px;
  height: 21px;
}
.p-header .lang-switch .lang-select li .lang.en:before {
  background-image: url('/img/turisti/vlajky/en.svg');
  background-size: cover;
  width: 28px;
  height: 21px;
}
.p-header .lang-switch .lang-select li .lang.fr:before {
  background-image: url('/img/turisti/vlajky/fr.svg');
  background-size: cover;
  width: 28px;
  height: 21px;
}
.p-header .lang-switch .lang-select li .lang.it:before {
  background-image: url('/img/turisti/vlajky/it.svg');
  background-size: cover;
  width: 28px;
  height: 21px;
}
.p-header .lang-switch .lang-select li .lang.es:before {
  background-image: url('/img/turisti/vlajky/es.svg');
  background-size: cover;
  width: 28px;
  height: 21px;
}
.p-header .lang-switch .lang-select li .lang.ru:before {
  background-image: url('/img/turisti/vlajky/ru.svg');
  background-size: cover;
  width: 28px;
  height: 21px;
}
.p-header .lang-switch .lang-select li .lang.kr:before {
  background-image: url('/img/turisti/vlajky/kr.svg');
  background-size: cover;
  width: 28px;
  height: 21px;
}
.p-header .lang-switch .lang-select li .lang.jp:before {
  background-image: url('/img/turisti/vlajky/jp.svg');
  background-size: cover;
  width: 28px;
  height: 21px;
}
.p-header .lang-switch .lang-select li .lang.cn:before {
  background-image: url('/img/turisti/vlajky/cn.svg');
  background-size: cover;
  width: 28px;
  height: 21px;
}
.p-header .lang-switch .lang-select li .lang.de:before {
  background-image: url('/img/turisti/vlajky/de.svg');
  background-size: cover;
  width: 28px;
  height: 21px;
}
.p-header .lang-switch .lang-select li a.lang {
  background-color: rgba(63, 28, 32, 0.95);
  color: #e4bec3;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header .lang-switch .lang-select li a.lang:hover {
  background-color: #ab2c3b;
  color: #fff;
}
.p-header .lang-switch .lang-select li span.lang {
  background-color: #6d1a23;
  display: none;
}
@media (min-width: 480px) {
  .p-header .lang-switch .lang-select li span.lang {
    display: block;
  }
}
@media (min-width: 992px) {
  .p-header .lang-switch .lang-select li span.lang {
    background-color: rgba(63, 28, 32, 0.5);
  }
}
.shortcuts-bar {
  text-align: center;
  position: relative;
  z-index: 20;
  display: none;
}
@media (min-width: 992px) {
  .shortcuts-bar {
    display: block;
  }
}
.hp .shortcuts-bar {
  display: block;
}
.shortcuts-bar.top-shortcuts-bar {
  margin-top: -70px;
}
.shortcuts-bar.top-shortcuts-bar .shortcut-menu li.active:after {
  top: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAWCAMAAAAVb5UIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAchQTFRF7ufj////kAQTpjZCslFblA0bmBYkkwoZs1Reqj9L4srJoi05w3d/niQyniQxt11mqkFMu2Vv+vP0kQcWnB4s5cTHy4mQ/Pn54sjH8uHjx4CI16Op05uhtlpkxoKI3bK3693a06Kl9urs7eTh5tLQ1qmr2qyxvW11yYqP2rO14bu/0Zyg2Kasz5KY59PSvm93rklT4r7CyYaN59bUr0tW5MzM7OPfmRkmrENO38DAsU5Y8d/gtFdg1KSnzZKWq0JNwHV8xYCG+PDxpDI+wnd+wnR9wHF67dbY5MHFzY+V/vz8vmt0+/b33K+0lxMh16yu9efp3bu87tnblRAetVpj4Li8rkhTnyc0lhMh8+Tmmhsp0Jqd6NnWrUVQu2dv3rW6sE9Y2K6xyIiNoi06w3qB27a3r0xWmhwpoSo32bGy6dvZxn2F69PVtlxlvGpynB8sqT5JqDlFozA8nSEuuGJq5c/NpjVBxH2D58rNrUZR79ze4MLC1aaq0Zie6tDTx4WL5sfKqTxIzpSZuF9o4cXFumJsqDtG2amuyIOKoCc0v253pTM/0JWb0p+j9+3unSIvxHqCyo2SoSo27ODdzIyTzpecv3J5pDA9PyeWRgAAAedJREFUeNrMlWVTA0EMhsP1oEIpLdBSF+ot7l7c3d3d3d3d5e8yhYENAwx2lefr7b55Npm5gDIm1Mfb2NAARVFcvibMW4zKbEfxtRTXqeVkSKRI87RSVXn+9IsNF1iEVEmR5wY6FqEiJiKAFAsnhHrDt0FuC3KzkfiOTiIGTQPZ1kR4JsHe4U8+UKx8U5V7jHLqR9vZpPBs+vUevKfNmCUMJicCApU1rlWSHZ48ol7MmM8N8Dl6q3rAj5z0oyXiEpcoFZ6pLkkddnJe5Qh8gzSzToCuOEY7c5g0Ci2KTa0g+Un0Zj/8FIPOnIsa3FsaLmNCKUzD56LYxvF7HvwWbWVfsi/JmFRFjP1HKU0hGkJKB1EZkfBnqnvoFpJVER8bU/YHpaViziBJqY1eHL6Ff8Nr3W1E79zml/9iVwXZ5A2o5yEcSwowR1zGwxRSO95XrHyv1GwqYKFL/h32BGCexOHs6CZSZZBTvPW1Uo0yMICcDRZmGdvAhaxa0vGuapfXf9hVJWIJjf9+XWqrHtzAvH0C76rTAlPzq9JF55UD7QpBXaYU3MmIMU/IxrtqvVAWXtqLbHPNOgN4An2/ugtNC812ua9bCx5FujMuwEotdE81eAeRuqgFp9LNXCsPvAtt91ocY2FPAgwALdFQJEWOJ/kAAAAASUVORK5CYII=);
}
.shortcuts-bar.bottom-shortcuts-bar .shortcut-menu li.active:after {
  bottom: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAWCAMAAAAVb5UIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAActQTFRF7ufj////kAQTpjZCkQcWlRAeqj9LkwoZ3bK3mRkmslFbs1RenB4smhwpqkFM4cXF+PDxnSIv5cTHyYqP/vz8zY+V7eThwHV8wnR9+vP02amu7ODd5MzMnyc0xH2D1KSn16Op0Zygu2Vv6NnWtlpk16yu4Li8r0xW9efp5c/N0Jqd5tLQ2qyx8+Tm2bGy8d/g7tnb59PSoSo3q0JNvW117dbYvm93lA0b79ze1qmrtlxlv3J5xoKIrENOr0tW9ursrklToSo2lxMh/Pn527a33rW64r7CmBYk38DA59bUwHF6zIyT4srJ4bu/693ax4WL05uhoCc0uGBp2rO1tFdg0p+jpDI+tVdhpDA9xn2F5MHF6c3Qoi052K6xrkhTumRtzpec8uHjyYaNpzhEnSEuyIOK0JWbniQyoi061aaqx4CItVpj9+3uxHqCw3d/rUVQvmt0uGJqqDtGvGpy6dvZ4sjHuF9oyo2SozA8v253mhsp3Li5xYCGumJs+/b3niQxrUZR4MLClhMhu2dvsE9Y58rN7OPfyIiNwnd+w3qB3K+0z5KYqTxIqT5JsU5Y3bu8y4mQ1J6j2Kas06Kl1aGm69PVt11mzZKWy4+UyNGO0wAAAelJREFUeNrMlmVTw0AQhrOp0kIpFSpADSq4uxR3d29xd3d3d34uMAPcDgODJW2fj8ne3pO9TN5QFFP455srKc8iOFUlEdA03ZhwE+4hSqHGnXYasTHy4OtmpS15vTf9CUXWjDp/txgFROmyeUTER6zci6m+HyBXuBJVarBLlUr06dNoNjVrhhR4xRah5qBb7Q5joEuUysPmg9C+/HGhHT6gqRjuTCYl3mJ5MatKK1UiL7JdblZ3YR58RZuyyYfU8rJ1HQEsGFWajzLRBPxCTu7gW6INpjg02Z4kfSyDSuENCY2o++CStgt+jF04zueSxUFpzjkGlHwfR3pJU0F8S4EUfk1ea/d5LunitVuV/480qcuwFqFmojKZAv5OYn+IH3rAzEPz7O/TZEglQaMfqL2KAQaI1JY2o9dhcaYh9MdKgUZHDlrLUUfYgEGklpYJAWnfW7/wfVYVy8UoTXidfRUaYANZmRh9aratq1H7X6VJh24Tp0mTsg1YJeW2tgadyln6UMkHpVh9Ug+qiDMZosEl2I7Vp2jjnKmwt6wqd6ahNOHyx4Sj4FLWC/uy0DEtiw4uKIpDmBi2aMBNKGSXImJiot7TpD8R3EzX9eTg6w/Ai1ZzqTYSPITRgrF47rNWtUUKHoaiVfgkwADAQ1Ekw8IzzAAAAABJRU5ErkJggg==);
}
.shortcut-menu {
  margin-left: -3px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shortcut-menu li {
  width: 138px;
  height: auto !important;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0;
  background: #fff;
  font-size: 14px;
  font-family: "RobotoSlab-Regular", sans-serif;
  text-align: center;
  position: relative;
}
@media (min-width: 480px) {
  .shortcut-menu li {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  .shortcut-menu li {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1170px) {
  .shortcut-menu li {
    width: 150px;
    height: 150px;
    margin: 0 4px 11px 7px;
  }
}
.shortcut-menu li a {
  color: #3c3c3c;
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  padding-bottom: 10px;
}
.shortcut-menu li a:hover .text span {
  text-decoration: underline;
}
.shortcut-menu li a .glyphicon {
  color: #8d0010;
  font-size: 70px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .shortcut-menu li a .glyphicon {
    top: 20px;
  }
}
@media (min-width: 992px) {
  .shortcut-menu li a .glyphicon {
    top: 10px;
  }
}
@media (min-width: 1170px) {
  .shortcut-menu li a .glyphicon {
    top: 20px;
  }
}
.shortcut-menu li a .text {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 90px;
  display: table;
}
@media (min-width: 480px) {
  .shortcut-menu li a .text {
    padding-top: 98px;
  }
}
@media (min-width: 992px) {
  .shortcut-menu li a .text {
    padding-top: 80px;
  }
}
@media (min-width: 1170px) {
  .shortcut-menu li a .text {
    padding-top: 98px;
  }
}
.shortcut-menu li a .text span {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
.shortcut-menu li.inverse a {
  color: #fff;
  background-color: #a11e2a;
}
.shortcut-menu li.inverse a .glyphicon {
  color: #fff;
}
.shortcut-menu li.active a {
  color: #9b1827;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.shortcut-menu li.active:after {
  position: absolute;
  left: 0;
  pointer-events: none;
  content: " ";
  width: 130px;
  height: 19px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 1170px) {
  .shortcut-menu li.active:after {
    width: 150px;
    height: 22px;
  }
}
.navig-bar {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #9b1827;
}
@media (min-width: 480px) {
  .navig-bar {
    top: 110px;
  }
}
@media (min-width: 992px) {
  .navig-bar {
    top: 0;
    right: 0;
    left: auto;
    background: none;
    height: 100%;
  }
}
.navig-bar > .container {
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .navig-bar > .container {
    width: 310px;
    height: 100%;
    background-color: #9b1827;
    float: right;
  }
}
.navig-bar > .container .main-menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .navig-bar > .container .main-menu {
    margin-top: 120px;
    width: 100%;
  }
}
.navig-bar > .container .main-menu li {
  width: 138px;
  height: 138px;
  display: inline-block;
  margin: 0 0 10px 10px;
  background: none;
  padding: 0;
  font-size: 14px;
  font-family: "RobotoSlab-Regular", sans-serif;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .navig-bar > .container .main-menu li {
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    font-size: 16px;
    font-family: "RobotoSlab-Bold", sans-serif;
    border-bottom: 1px solid #a5303d;
  }
  .navig-bar > .container .main-menu li:hover a,
  .navig-bar > .container .main-menu li.active a {
    background: #ab2c3b;
  }
}
.navig-bar > .container .main-menu li a {
  color: #e4bec3;
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
}
@media (min-width: 992px) {
  .navig-bar > .container .main-menu li a {
    color: #fff;
    line-height: 48px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.navig-bar > .container .main-menu li .glyphicon {
  color: #fff;
  font-size: 70px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .navig-bar > .container .main-menu li .glyphicon {
    display: none;
  }
}
.navig-bar > .container .main-menu li .text {
  width: 100%;
  padding-top: 90px;
  display: table;
}
@media (min-width: 992px) {
  .navig-bar > .container .main-menu li .text {
    width: auto;
    padding: 0;
    display: inline;
  }
}
.navig-bar > .container .main-menu li .text span {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .navig-bar > .container .main-menu li .text span {
    display: inline;
    height: auto;
  }
}
.navig-bar > .container .main-menu li.shortcut {
  background-color: #9b1827;
  border-color: #8d0010;
  font-size: 16px;
  font-family: "RobotoSlab-Bold", sans-serif;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}
.navig-bar > .container .main-menu li.shortcut a {
  color: #fff;
  background-color: #71000c;
  display: block;
  line-height: 1.5;
  padding: 20px;
}
.navig-bar > .container .main-menu li.blue a {
  background-color: #194166;
}
.navig-bar > .container .form-search {
  text-align: center;
  padding: 15px 0;
}
.navig-bar > .container .form-search .in {
  display: inline-block;
  border: 1px solid #a6404e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navig-bar > .container .form-search .in.focus {
  border-color: #e4bec3;
}
.navig-bar > .container .form-search .in input {
  width: 210px;
  background-color: #9b1827;
  color: #fff !important;
}
.navig-bar > .container .form-search .in input::-moz-placeholder {
  color: #e4bec3;
}
.navig-bar > .container .form-search .in input::-webkit-input-placeholder {
  color: #e4bec3;
}
.navig-bar > .container .form-search .in input:-ms-input-placeholder {
  color: #e4bec3;
}
.navig-bar > .container .form-search .in button {
  position: relative;
  left: 0;
  top: 2px;
  background-color: #9b1827;
}
.navig-bar > .container .form-search .in button .glyphicon {
  color: #fff;
}
.p-main {
  text-align: center;
  padding-bottom: 70px;
}
.p-main .content {
  position: relative;
}
@media (min-width: 1170px) {
  .p-main .content {
    margin-right: 100px;
    margin-left: 100px;
  }
}
.p-main .bg-content {
  background-color: #fff;
  padding: 20px;
}
.full .p-main .bg-content {
  padding: 0;
}
@media (min-width: 768px) {
  .p-main .bg-content {
    padding: 20px 100px;
  }
  .full .p-main .bg-content {
    padding: 0;
  }
}
@media (min-width: 1170px) {
  .p-main .bg-content {
    margin-right: 83px;
    margin-left: 83px;
    padding: 35px 97px;
  }
  .full .p-main .bg-content {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.p-footer {
  color: #fff;
  position: relative;
  text-align: center;
}
.p-footer .jump-top {
  position: absolute;
  right: 0;
  top: -10px;
  width: 48px;
  height: 48px;
  background-color: #dccfc5;
  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,iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAMAAABMIo1MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFjQAQ////jQAQjQAQjQAQjQAQjQAQjQAQjQAQjQAQjQAQjQAQjQAQjQAQjQAQjQAQjQAQloHInAAAABB0Uk5TAAARIjNEVWZ3iJmqu8zd7n+kCfYAAABXSURBVAgdbcELFoIwDEXBa7BtWhvy9r9avwdFmIFNi8LRkOT8sdCsocFOTXWwoTC+XFl5cmXhw26axltZ5bxcQ52NTQ0ePLPyqysWTNPYa9mhc7A0Lqfue3kCy+4DQqgAAAAASUVORK5CYII=);
  position: absolute;
  left: 13px;
  top: 18px;
}
.p-footer .toggle-footer-links {
  margin: 0 auto;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  background-color: #dccfc5;
  font-size: 12px;
  font-family: "RobotoSlab-Regular", sans-serif;
}
.p-footer .toggle-footer-links .glyphicon {
  vertical-align: middle;
  font-size: 18px;
  margin: -3px 5px 0 0;
}
.p-footer .footer-links {
  background-color: #8d0010;
  text-align: left;
}
.p-footer .footer-links h2 {
  color: #fff;
  font-size: 16px;
  margin: 32px 0 35px 0;
}
.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 h2 .glyphicon {
  vertical-align: middle;
  font-size: 35px;
  margin: -5px 5px 0 0;
  color: #d08b93;
}
.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: #71000c;
  width: 262px;
  height: auto;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-family: "RobotoSlab-Bold", sans-serif;
  text-decoration: none;
  padding-left: 78px;
  padding-top: 22px;
  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: 35px;
  padding-bottom: 35px;
  padding-right: 22px;
}
.p-footer .footer-links .shortcuts p.president {
  position: relative;
}
.p-footer .footer-links .shortcuts p.president a {
  background-color: #194166;
  padding-bottom: 22px;
  padding-right: 22px;
}
.p-footer .footer-links .shortcuts p.president a:before {
  content: "";
  background-image: url(/ver/1548688972753/sprites/turisti/sprites.png);
  background-position: -127px -135px;
  width: 36px;
  height: 43px;
  position: absolute;
  left: 23px;
  top: 22px;
}
.p-footer .footer-strip {
  background-color: #71000c;
  font-size: 12px;
  padding: 22px 0;
  text-align: center;
  position: relative;
}
@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: #d08b93;
    padding-left: 9px;
  }
}
.p-footer .footer-strip .links {
  color: #d08b93;
  margin-bottom: 0;
  line-height: 25px;
}
@media (min-width: 768px) {
  .p-footer .footer-strip .links {
    display: inline-block;
  }
}
.p-footer .footer-strip .links a {
  color: #d08b93;
  text-decoration: none;
  padding: 0 5px;
}
.p-footer .footer-strip .links a:hover {
  text-decoration: underline;
}
.p-footer .footer-strip .links .facebook {
  display: block;
  margin: 5px auto 0 auto;
  background-image: url(/ver/1548688972753/sprites/turisti/sprites.png);
  background-position: -165px -135px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .p-footer .footer-strip .links .facebook {
    position: absolute;
    right: 15px;
    top: 0;
    margin: 0;
  }
}
#tinymce {
  text-align: center;
}
h1 {
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #8d0010;
  font-size: 35px;
  margin: 25px 0 33px 0;
}
h1.blue {
  color: #194166;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 55px;
  }
}
h1 + h2 {
  margin-top: -20px;
}
h2 {
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #8d0010;
  font-size: 25px;
  margin: 20px 0 16px 0;
}
h3 {
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #194166;
  font-size: 18px;
  margin: 8px 0 8px 0;
}
h4 {
  font-family: "RobotoSlab-Regular", sans-serif;
  color: #194166;
  font-size: 17px;
  margin: 24px 0 6px 0;
}
p {
  margin-bottom: 20px;
}
p.perex {
  font-family: "RobotoSlab-Regular", sans-serif;
  font-size: 27px;
  color: #194166;
  margin-bottom: 28px;
  line-height: 1.2;
}
p.brown {
  font-family: "RobotoSlab-Regular", sans-serif;
  font-size: 15px;
  color: #a48973;
}
p.tag {
  font-size: 13px;
  font-family: "RobotoSlab-Light", sans-serif;
  color: #787878;
}
p.tag .glyphicon {
  color: #9b1827;
  margin-right: 5px;
}
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;
  }
}
a {
  color: #8d0010;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #8d0010;
  text-decoration: none;
}
ul {
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  ul {
    padding: 0 70px;
  }
}
ul li {
  list-style: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFjQAQAAAAV1DpVgAAAA5JREFUeNpiYCAPAAQYAAA4AAGHTVIHAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 18px;
  margin-bottom: 5px;
  text-align: left;
}
ul li ul {
  padding: 5px 0 0 18px;
  display: block;
}
ul li ul li {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF5L7DAAAA470XxgAAAA5JREFUeNpiYCAPAAQYAAA4AAGHTVIHAAAAAElFTkSuQmCC);
}
ol {
  padding: 0;
  margin-bottom: 20px;
  display: inline-block;
}
ol li {
  text-align: left;
  padding-left: 3px;
  margin-left: 15px;
}
ol li ol {
  display: block;
}
ol.a li {
  list-style: outside none lower-alpha;
}
.external: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;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.text-center img {
  margin: auto;
}
.bigger-bottom-margin {
  margin-bottom: 60px !important;
}
.big-bottom-margin {
  margin-bottom: 45px !important;
}
.medium-bottom-margin {
  margin-bottom: 30px !important;
}
.standard-bottom-margin {
  margin-bottom: 15px !important;
}
.img-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.img-zoom-container {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.img-zoom-container .img-zoom {
  margin: auto;
  width: 100%;
  text-align: center;
  position: relative;
  max-width: 774px;
}
.img-zoom-container .sprite-point {
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAABOCAYAAAB446WFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADQBJREFUeNrMWwt0FNUZ/ncTE5FHDI8IRaEogqahpAoaFQU8pnKweFRQWy0tp1YrxUfxEdB6RAUOFEURwUeAQmtQUZFUjwhHy8MgLykgwYSEhEcgEPMkmw1J9jHT/7s7s84O+5jZnd34n/Mzy+zunfvd+z+/u7F9nNSH4iDdWIdqrmmsSayNrEeVawVrczwePtFTG/EzyRY9C6ByWW9nvZO1r8Hv1bF+zrqO9UvWNkqQxAp8NOsjCui0KL4Pc5uiqFMBn8+6IaHAjZgIZG1yxs18mcN6ncXucaeixayzeD7rjH6Z5xS/HefB+/NlIeu94T7XI3Mo9ci6ks5L60HdLhvE1+7ivretnRyl5XxtI0dxKZ357mCoIYaxfsLPw84/ygtQ0WmmzpMYxZePgvmvLSmJMm4ZTf3G59LP7hhPXfr3MzRmR10D1az/kqoL11PtV1vEwuhkHOs+fvbdDN5S87dpo3ooU+cHwwffYU3RAx704GTKnDWDUvv0Oud7zQdLSXK5qKWkXFzTsrPE/fSrhp/zWXezg8oXLqXDr70VbAG8rM/x/OYbMXUjLhsWOA+GaL1ICWABgp3NmvscdR862H8Pplu99jOq21REDTv3hH1wGrtCRu4Y6jfhVupz0/X+++01tfT98/Po+L8+INnr1X9tFetfeZ5t8Qa+mi/3BfhGt6507Xv51Hd8rv/eiffXUvkrS8P5bPioNngQDXlyGg3842/JnuIzqsZv99KOO/8gFkInSH938VxdsQC3hzGdeXrQmOCYbev9oOu/2UVfZY+m3ZOnRg0a4qw4SnunPkUbr8ih05/5XLnnyKto7PYN4qqT21hXxurj9hCgJ/NlZkDCZXPERGCi8NfimS/S1tEThB9bJWerTtJ23mUspMfZShcMuJhu2lRI/SdO0H/0Pp7j05YC5wFRYr6pvYdVv+HzDyilZ7oIQtvG3SNMO14C19kyarxYiKQu5wvX6jdhnP5jc3iu11i548uVYkIIVv36T1eLCbgam+jrm++guq+3x72khCVtHXM7tVWfFtkD4HXZAMFgJYNPiRk4DwKfHuV/kwPNyHffEqkKKeab234Xky9HZfq33y+eLXZ+zQpRFGkkk/WJWIFj5RZo37x8+sPU+4Zrxev9jz8jIm2iBQv97ZRp4nXXQQNECtXJTN6wtFiAI6D1V/+D6uuKZ6aL1yc/LKRj/1xNnSWoDdSYgoKpV86IgJKA9fFYgAdEycxZeSJnI7oeeHoWdbaUznnF7++ZL8zQv/2I0hqbBn6NQhgIOb9vBg34/d3idcXifPFAs4JcP2LFYso9UCQKCuith3ZRDvvpxffcIQCYEWxAyYs+T0RfoMvvfZT8bhr4ZO3Nn//pfhHYEFQq3sg3NcELh2fR2B0b6AbOBKjE0KlpCyDkZEToW/ZtEQDMSFXBR/5NgMnrc3s0wHO1Nwfc79ttVFHooIwK6ndUdkGqraCt6yiuDS59eIrh8VE4oYaHYAER6TWSa8bcAXyA1swROdXG43jBR4YnhYCDndRNJnyjwOb+qyULxIIZFQRaCNJaz5yRAXUWa7YZ4AEfzrhljLiiM6rbXGRsEHaLaxi02mCYlZGrlgZta0MVNqq5Z4wdpX/7OjPAh+nbRUjT3u+C9cVBBeaKCi9qNoSzh5o6jUij0vKmXz08GHNjGPjgQN8b4uuYyioNTwTBMFZBFjEa6VvKfExUtyGDzxnGDPCe2htdLvHtnLPyqKEBYKKqlcQiaICQEQwBL69Qiqy+wVhbstlsEdWubUjUoKHmTSNywSUXk1VywSBjG6bODTFFF1fSzOx4SmCgOk9hRNsM+6dVomtAwqQ1t/+1Not4ee0meetSjAJ3BltNo5No/6HWMuBBaKaIiw1+QBUXyR6+IOLBDM8zBdzVdMbnc+nphltHo9E/kjgMsjnqpmhBi00j+Sz56G8EiyF6N9YDrwkAcvS4uHYfepmhSQC00XwfKT9jEY1Ijyt9maf1WFXA/TaS1TITu30p69XIeqGAFwesekm5b/CsTMOTtoKGAp9uVNT631kWeMDikGV9NwXTyEELEQx4ifYGmFO1dDValICKOlW4PmrQKJaqDJbHCGa9FHJET4FVkydYDk5WwHfVA/8faY5nGxi4SuSD7Dcqex54LCrGFQEN/HmQw4Og0mfsjf5I3rBtV8B7m+X2ULwYTP8X6Li1wAF6tzZK1n611V9NGRV8ryj3LlNEpI9QnGCq3x+ozAnVm3ahW0k+flB2N4X56kWKBrSlAcexx5TWD+2lkRZTFbSwoJ73PZInGNlIpAIoZBwmGBXQYWonV7U60DWqZc8uI50zhhHVnXKEhH9Oq/0sqqFbD+0UPo6eHCR/NAKiAWQlGB2RKhvPiBiCLBBNChz+6hwa/NhDYuE2XD4igCtYKrVMZVOvjjAEjp1gJlXqMXGdsuuT1Ib/8KK3xYNA5INGwnGuWYHLqG4Tq6AfUEmLo8v+HQC6maQSA6DVQIf+t0pLNgYcwR55e5W/C8p+fZ5oIjpLYIFXLXtNXOFCh+YtCnh/h9zxsYkSvaueZUV0/1RL8+x9aLqItkhtOWuWmyYIrZKr81/zx5r9jz8bED84qB15V2o1Q/hj11P1R0hPKn7gz+nFM1/ypxHsfKJlyFPT/NmlcukKca6mlfVyW34HyZKJIVHPJyfdY/8xr0/01DaWvvQybozSsh1dB15CF2ZnUfqIbEpKTaXaTV8nBPRl0x6gXy54gWx2uwiIOEUlWfa/X0PerS9Ljk/NtgSsPwQ7NJwriiCN4Oxa/YXD0BmPCW7cynY0GAkJ64LiNVLeznv/HFDk8Kv2FZJzVRTDY8fbzgHOu45uLS+w/3Vxfr7bX5aC2gWNrOXMLSMjOIXe+OVasduqu6HI0dcFh2X3J/tkV4PJ4b0iLFCIHwYw+Pf4sk1fdOyYNIXK/rHYn15wKIDAo+bpWEmIYfNn0a+/3+7/TQw49KLcief06dx3NyyRWgqjeAxiwSltAaMC9r9em5wB2nkPBSHpUT0BsJriUIwgt8IizJ6d48wb42GH1T4b4+EXFwhmwaRI7lj4uuSIpkCoUbKXFOnHP/iJ10OhyMFh858Xx0TaNKf+dg0m2rz/ILkdDn9ZipLz/IsyqHvmEJGegv0mDiejOKQM1ZujWHnA2zAzyt1GWVsfdscV4P05hpbb2PXC+eTgRx8UB4FGf9gXrMZHaYwDynAdHs9FWik5n+AUdiSKxxxjLVPTdcQf+C1P7j03nezPGjVbtLIXjbs5YnPjKCmjHzZuYsAbDbtHlez54gmp6a0oQDsUwqXRnzkiAR9pT+093d5jfyrZ+kdTaiIIgrnFawRIcOJGqWtdOG6fLZ35S4TWM2jLz3qI9YS+fAtPMMiuM6Wye062LcX0SiMNgl2xQngOH0YBGjx0pRrJA2oFI3+hMMlb1+3tpF6be5N9RGfU6u0kn57qbZzWQpLHZM4+rPi2O1i3ElF4cZzfyh3zZV9kTLhskduXmQQNVumIou5QbZoh4fLwP6fJ+1miQdeTtGe55Nxj0qePKybuDdefksFd96yTzr7AI7UkCjQsbLXkXGYSdJkC2h2pMTcsYDGPyp43EgX8hOzZyFXaaRPmXcIbVEUGXNIUcOz6q5JjMZr/eIOGZS2RWwoMfhz58TueX7XR8e1mJ1RL3oYK2b0g3sD3y66CI7LHiFuhONnHaqpTMw0cuz5bal7ZSNLueIGGRbFlbTTwUZCkB3lOTaxSXIEr4F075Y482dfUWy4G6SR0WhXaMjTuwCHjbV22VpP3/Tikr91rpNaSCF0WQJfxBtSzygkFDuEJvuQmud7C9OXh9LUiQjUG0KUM2BHLs2ICvkPuqDwhe5dYBbxS9hSGSV+SwgV+j0oy1mfFBBxmxiln8VmSK2OdCOikRZLjwzA7jfxczM+05OcX9lgH4B65uVx2z4h1nF2ya1UNedtDgK5QihPLeoWYgWMyc6TmdXXk/W+0Y3ADcigEh4bAJQ75+DleslDsVgwC8LxjT0lR/v33Brl9VYi6G9H9pFXmbTlwyG9sXfafIm+B2e/hNCRI+mpRzPsEg3bHo1awWznYF1LbbDPpLcRpiFMBfTxeoC0H/qC92wlOb3PN0Ema0xD4c7OSo09aGcjiDhySJzXlc619wAidtFByFGpAO5TIXZOIltcehzHbjsjuv0WiqXbJHQUKnaSC3ocSNFG9vuXAUdQMs6Vs5vT2eajP4DTkDamlyF+e+9rKVkqg2OM1MPfSecHSGyxhrXRW/dMmlKDgvJ3x9umEAc+xpR7i9PZOMDpJOQICwV/BgM9E22H9JIEr3dtsrsFPaumkN+UW/NE7WNDDsXZYP1ngT9p7NHJ6+7v6/2LZVVAhe1CslDPoVupEscf7ATOkpjVOkrd3kHwqX3K+o6SsdupkSU7AM1z1sjevnqSsWvIe6Ax/Dib/F2AAamHjSy/Qbr8AAAAASUVORK5CYII=) 0 0 no-repeat;
  background-size: cover;
  width: 62px;
  height: 78px;
  cursor: pointer;
}
.img-zoom-container .sprite-point .tooltip {
  background-color: #ac0315;
  color: #fff;
  display: block;
  width: 200px;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  left: 50%;
  bottom: 85px;
  margin-left: -100px;
  z-index: 2;
}
.img-zoom-container .buttons {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 52px;
  margin: 0;
}
.img-zoom-container .button {
  border-radius: 50px;
  line-height: 50px;
  padding: 0;
  width: 50px;
  margin-bottom: 5px;
  font-size: 25px;
  cursor: pointer;
}
.img-zoom-container .button:last-child {
  margin-bottom: 0;
}
.img-zoom-container .button .glyphicon {
  margin: 0;
}
.slider {
  position: relative;
}
.slider .items {
  width: 182px;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 560px) {
  .slider .items {
    width: 379px;
  }
}
@media (min-width: 992px) {
  .slider .items {
    width: 576px;
  }
}
@media (min-width: 1170px) {
  .slider .items {
    width: 970px;
  }
}
.slider .in {
  text-align: left;
}
.slider .buttons {
  margin: 0;
}
.slider .buttons .button {
  position: absolute;
  top: 166px;
  font-size: 25px;
  border-radius: 50px;
  line-height: 50px;
  padding: 0;
  width: 50px;
  margin-bottom: 5px;
  outline: 0;
}
.slider .buttons .button .glyphicon {
  margin: 0;
}
.slider .buttons .button-left {
  left: 20px;
}
.slider .buttons .button-right {
  right: 20px;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* kudy na hrad */
.entrance-map {
  position: relative;
}
.entrance-map .entrance {
  position: absolute;
  font-size: 14px;
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: #ab2c3b;
  border: 2px solid #ab2c3b;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entrance-map .entrance span {
  display: block;
  border: 2px solid #fff;
  border-radius: 34px;
  line-height: 30px;
  width: 34px;
  height: 34px;
}
.entrance-map .entrance:hover {
  color: #ab2c3b;
  background: #fff;
}
.entrance-map .entrance-1 {
  top: 11px;
  left: 277px;
}
.entrance-map .entrance-2 {
  top: 268px;
  left: 37px;
}
.entrance-map .entrance-3 {
  top: 423px;
  left: 104px;
}
.entrance-map .entrance-4 {
  top: 309px;
  left: 688px;
}
.entrance-map .entrance-5 {
  top: 18px;
  left: 588px;
}
.plan-trip {
  margin-bottom: 60px;
}
/* blok s prepinaci viditelnosti */
.toggle-section .toggle-handler {
  margin-bottom: 40px;
}
.nojs .toggle-section .toggle-handler {
  display: none;
}
/* mapa prazskeho hradu */
.prague-castle-map {
  position: relative;
  z-index: 10;
}
.prague-castle-map .point {
  position: absolute;
  font-size: 14px;
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prague-castle-map .point .in {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  position: relative;
  z-index: 20;
  border: 2px solid #ab2c3b;
}
.prague-castle-map .point .in .text {
  margin-top: -54px;
  display: block;
  border: 2px solid #fff;
  border-radius: 34px;
  line-height: 30px;
  width: 34px;
  height: 34px;
  z-index: 21;
}
.prague-castle-map .point .in .text .tooltip {
  display: none;
  font-size: 12px;
}
.prague-castle-map .point .in:before {
  width: 34px;
  height: 29px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 25px;
}
.prague-castle-map .point .shadow {
  width: 35px;
  height: 36px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAkCAYAAAAD3IPhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhhJREFUeNrMl1lPwkAUhYdBFEXjbozG6KuJy///Gxj3BXHBFRQFlbWem5waMimlLS3jSb4HkrZz5i5zh5SKpikwDWZBjr/HwRhIgS5ogW/wQargS152HMfzo6kQBmSxBTBHxEQGpIHu846s2gFtUANl8AozlahmJsEqWKGJcTWc6uABFN1IBTEjO14HG0xHWsUric4Jo/W3oJckBTtgi7WhVfySiC8xffV+ZhbBPlhOIBqmMtzsG2iai0lt7IEZNTplWeCVtBGRXaZo1JIIlXVP225bMqKYiZxrZhPMK7vKauZsTdmXo1krOctGZHz8aOYrZdmMnDN1MTPxD8y8uGZsSyZ7SVKl+cOxVbSgAN4VZ84L7x42VCSOa0ZcvVowcsup3Tan9ifnUmZEbVykkZZ5ZxE12VFLCXdWhzVy3BsRV9oI23uCRmTxCzGCa2dX7sEmvWYkOucMY9xqMS1nfg9pj8OnFLORBtNSGPSg9iiuS5kTMRmR7xyyYFVYM25nXcc0bw7AfdAXdJ9T8W7IYpYN5cFjmJe0z7woRCzmKo2EPkj9BuUTCaMyjVSihFMPaMeC+a/PR880Ejm9g64QlYCtXqKR2jAVP8iMFPONz24dntx51plK0ozbojecK14D7yiuK0jQm17J6A4xdsWTtRnXUR3UTIuLNzjwZMacek3eYTQWsm0fGYmLJMZ6GDMOB2kjqTvGrwADADucqfmjQVI1AAAAAElFTkSuQmCC) no-repeat 0 0;
  position: relative;
  z-index: 10;
  top: -18px;
  left: 9px;
}
.prague-castle-map .point.red .in {
  background: #ab2c3b;
  border-color: #ab2c3b;
}
.prague-castle-map .point.red .in:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAdCAYAAADPa766AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNrElrEKwkAMhmPwOXwC38Ancig4FYSCk+Dk6CC4dnFw6hsIrn2ATkLXgtCpIJiDs9STtsndtQ38hZZyfCT5c5ldl6s1AJxg2jgiPc6kdEKIgrRXIG9SMCFIpGBQv9xJ8QQQqa4IYOPjjlSNDBLoivyAZKppRoSIdSXABFGxJ+UjQKjMb5sfTJCSFI5hV9KzC+QvZQNErjMPfSAwcFZCnXkWyGMgO7eOCZSSO0Tn4ERpLR3tmtqAfLs78wBRmnaVglSeGrd3PiHjkJujnVkTG5mH1XeCRWw4dxgXpL4lhZFogS+Qem8Q2jXi/iwBKSQHSzc/FKb6wrSzFFoMUunm811GMQinAa0aGwewpJXVbUHahlRiO/xsQVQcjD7g9o93kJfhDKcL0gWkOSucV4a5p2Vn4bpEfQQYAL1OUUPHychaAAAAAElFTkSuQmCC);
}
.prague-castle-map .point.red:hover,
.prague-castle-map .point.red.hover {
  color: #ab2c3b;
}
.prague-castle-map .point.red:hover .in .text,
.prague-castle-map .point.red.hover .in .text {
  border-color: #ab2c3b;
}
.prague-castle-map .point.red:hover .in .text .tooltip,
.prague-castle-map .point.red.hover .in .text .tooltip {
  background: #ab2c3b;
}
.prague-castle-map .point.blue .in {
  background: #194166;
  border-color: #194166;
}
.prague-castle-map .point.blue .in:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAdCAYAAADPa766AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUeNrEl78KwkAMxtPoKzi4OPsavozgUHAqCIKT4OToILi6OvUNBBeHPkAnwVUQnAqCOThLPdEm96cNfAVLOX4k+ZIz6o/GEwDYQLuxRnpsSVmLEDfSUoE8SXGLIHMFg/rHkbRvASLTFQGsvFyQioZBYl2RD5BcNU2DEHtdCTBBVCxJ1wYgVOZn1RcmyIOUNGFX0uUfyFfKAsRVZx7qQCBwVhKdeRbIKZCdf44JlJI7xN/BidJaOto1swF5d3fuAeJh2lUKUnhq3Nr5hIxDDo52Zk1sZB5W7gSLmHJ2GBek3JLCSLXAF0h5bxDadc79WAJykxwsvfmhMNU7pp2l0GKQQjef7zKKQTgNaNXYGMCSVla3Bfk1pFLb4WcLomJl9AG3f7yD3A1nOC3IiP5yuiyzDulM6pGGLveXrqfLzsD1EvUSYADctVDcxOrboQAAAABJRU5ErkJggg==);
}
.prague-castle-map .point.blue:hover,
.prague-castle-map .point.blue.hover {
  color: #194166;
}
.prague-castle-map .point.blue:hover .in .text,
.prague-castle-map .point.blue.hover .in .text {
  border-color: #194166;
}
.prague-castle-map .point.blue:hover .in .text .tooltip,
.prague-castle-map .point.blue.hover .in .text .tooltip {
  background: #194166;
}
.prague-castle-map .point.green .in {
  background: #39810e;
  border-color: #39810e;
}
.prague-castle-map .point.green .in:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAdCAYAAADPa766AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATxJREFUeNrElrEKwkAMhmNw9hF8Dx/JoeBUEAriUHBydBBcuzr1DQTXPkAnoasgdCoI5uAs9aRtcndtA3+hpRwfSf5cZqv9Yg0AJ5g2jkiPMymbEOJJihXImxRMCBIpGNQvN1IyAUSmKwLY+LgjVSODBLoiPyC5apoRIRJdCTBBVMSkYgQIlflt84MJUpLCMexKenSB/KVsgCh05qEPBAbOSqgzzwK5D2Tn1jGBUnKH6BycKK2lo10zG5Bvd+ceIErTrlKQylPj9s4nZBxydbQza2Ij87D6TrCIDecO44LUt6QwUi3wBVLvDUK7RtyfJSBPycHSzQ+Fqb4w7SyFFoNUuvl8l1EMwmlAq8bGASxpZXVbkLYhldoOP1sQFQejD7j94x3kZTjD6YJ0AWnOCueVYe5p2Vm6LlEfAQYAQO9Q+cigAb8AAAAASUVORK5CYII=);
}
.prague-castle-map .point.green:hover,
.prague-castle-map .point.green.hover {
  color: #39810e;
}
.prague-castle-map .point.green:hover .in .text,
.prague-castle-map .point.green.hover .in .text {
  border-color: #39810e;
}
.prague-castle-map .point.green:hover .in .text .tooltip,
.prague-castle-map .point.green.hover .in .text .tooltip {
  background: #39810e;
}
.prague-castle-map .point:hover,
.prague-castle-map .point.hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -ms-transform: none;
  -ms-transition: none;
  margin-top: -15px;
  z-index: 30;
}
.prague-castle-map .point:hover .in,
.prague-castle-map .point.hover .in {
  background-color: #fff;
  border-color: #fff;
}
.prague-castle-map .point:hover .in .text .tooltip,
.prague-castle-map .point.hover .in .text .tooltip {
  display: block;
  line-height: 1.2;
  color: #fff !important;
  width: 240px;
  padding: 15px 30px;
  margin: 25px 0 0 -100px;
}
.prague-castle-map .point:hover .in:before,
.prague-castle-map .point.hover .in:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAdCAYAAADPa766AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZVJREFUeNrEVz1Lw1AUfX2KkyAIToJTBcHFwbH+IIeCU6euXTt2cNdf0P6COhbapVCwOAhdA0IXAxLPLffB45HXvK8kB04TksfLybkfue0URfEshJiIdjHuQMgJThbgQ0siMvBW4ucP7LfoxvAgBo4ovhXNY0kRoedTaJSyLrgGzxp04wn8oBOpXdxS0jQo4l2JIOiOEM7BDXhds4icEhT8VheksWAPDpooV11EmSMKc7BXk4gdeMcvLWyOKNTpysAUcYBWvibrKOe57Xm20AhO2A0ncApQ43wEV2U3ZUUsR4nLdWW7ecwRwc1tzc0uBntO0J1tgXSo9xSJOzomwsWRFOVMHfueX0qEOqLQ52QLwUuViKryNTkJKNep6/6uoSFcgp98jC7X0NCoSWrosf7VVYRPsvqWc8Zf18x1Y+mZeDknn9v45wOPZNU5dRn/fBgqpAv+WoT0QvaUEU2qbKyc6eOfD3yTVccF+KWVc84ddBuyWagjhB+jnMehImIdIah/iVdl458PThMMO/QduokRQfgXYAAbmK5R27Z9KQAAAABJRU5ErkJggg==);
}
.prague-castle-map .point-i {
  top: 345px;
  left: 510px;
}
.prague-castle-map .point-ii {
  top: 332px;
  left: 593px;
}
.prague-castle-map .point-iii {
  top: 292px;
  left: 675px;
}
.prague-castle-map .point-iv {
  top: 381px;
  left: 251px;
}
.prague-castle-map .point-v {
  top: 209px;
  left: 888px;
}
.prague-castle-map .point-vi {
  top: 262px;
  left: 227px;
}
.prague-castle-map .point-vii {
  top: 210px;
  left: 483px;
}
.prague-castle-map .point-viii {
  top: 281px;
  left: 383px;
}
.prague-castle-map .point-ix {
  top: 301px;
  left: 870px;
}
.prague-castle-map .point-x {
  top: 317px;
  left: 430px;
}
.prague-castle-map .point-1 {
  top: 88px;
  left: 343px;
}
.prague-castle-map .point-2 {
  top: 255px;
  left: 285px;
}
.prague-castle-map .point-3 {
  top: 77px;
  left: 923px;
}
.prague-castle-map .point-4 {
  top: 402px;
  left: 556px;
}
.prague-castle-map .point-1-summer {
  top: 73px;
  left: 693px;
}
.prague-castle-map .point-2-summer {
  top: 422px;
  left: 720px;
}
.prague-castle-map .point-3-summer {
  top: 184px;
  left: 632px;
}
.prague-castle-map .point-4-summer {
  top: 260px;
  left: 167px;
}
.prague-castle-map .point-5-summer {
  top: 101px;
  left: 273px;
}
.prague-castle-map .point-6-summer {
  top: 36px;
  left: 514px;
}
.prague-castle-map .point-7-summer {
  top: 114px;
  left: 723px;
}
.prague-castle-map .point-8-summer {
  top: 242px;
  left: 1077px;
}
.prague-castle-map .point-8-summer:hover .in .text .tooltip,
.prague-castle-map .point-8-summer.hover .in .text .tooltip {
  margin-left: -200px;
}
/* blok s prepinaci viditelnosti */
.nojs .toggle-section .toggle-handler {
  display: none;
}
/* virtualni prohlidka */
.virtual-tour-container {
  position: relative;
}
.virtual-tour-container .virtual-tour {
  width: 100%;
  height: 300px;
  margin: 0 auto 20px auto;
  background: url("/img/turisti/virtual-tour-loading.gif") no-repeat scroll 50% 0;
}
.nojs .virtual-tour-container .virtual-tour {
  background: none;
}
@media (min-width: 992px) {
  .virtual-tour-container .virtual-tour {
    width: 975px;
    height: 554px;
    margin: 0 auto 60px auto;
  }
}
.virtual-tour-container .virtual-tour iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.virtual-tour-container .virtual-tour p {
  position: absolute;
  left: 0;
  width: 100%;
}
/* box s upozornenim */
.alert-box {
  display: block;
  margin-bottom: 20px;
}
.alert-box > div {
  padding: 15px 20px 22px 20px;
  background: #8d0010;
  position: relative;
  text-align: left;
}
.alert-box > div h3 {
  font-size: 20px;
  color: #fff;
  padding-right: 80px;
}
.alert-box > div p {
  color: #e4bec3;
  margin-bottom: 0;
}
.alert-box > div .button.inverse {
  background: #8d0010;
  border-color: #d08b93;
  position: absolute;
  right: 20px;
  top: 15px;
}
.alert-box > div .button.inverse:hover {
  color: #8d0010;
  background: #fff;
}
.alert-box:hover .button.inverse {
  color: #8d0010;
  background: #fff;
}
.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: #ab2c3b;
  font-family: "RobotoSlab-Regular", sans-serif;
}
.files li a:hover {
  color: #194166;
}
.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-group {
  margin-bottom: 50px;
}
.boxes-group-left {
  text-align: center;
  margin: auto;
  width: 290px;
}
@media (min-width: 480px) {
  .boxes-group-left {
    width: 353px;
  }
}
@media (min-width: 768px) {
  .boxes-group-left {
    width: 721px;
  }
}
@media (min-width: 768px) {
  .boxes-group-left {
    width: 755px;
  }
}
@media (min-width: 1170px) {
  .boxes-group-left {
    width: auto;
  }
}
.boxes-group-left.boxes-group-middle {
  width: 274px;
}
@media (min-width: 480px) {
  .boxes-group-left.boxes-group-middle {
    width: 415px;
  }
}
@media (min-width: 768px) {
  .boxes-group-left.boxes-group-middle {
    width: 563px;
  }
}
@media (min-width: 992px) {
  .boxes-group-left.boxes-group-middle {
    width: 852px;
  }
}
@media (min-width: 1170px) {
  .boxes-group-left.boxes-group-middle {
    width: auto;
  }
}
.boxes-group-left.boxes-group-small {
  width: 182px;
}
@media (min-width: 480px) {
  .boxes-group-left.boxes-group-small {
    width: 379px;
  }
}
@media (min-width: 768px) {
  .boxes-group-left.boxes-group-small {
    width: 576px;
  }
}
@media (min-width: 992px) {
  .boxes-group-left.boxes-group-small {
    width: 773px;
  }
}
@media (min-width: 1170px) {
  .boxes-group-left.boxes-group-small {
    width: 970px;
  }
}
.boxes {
  text-align: center;
  margin-right: -15px;
}
.boxes-group-left .boxes {
  text-align: left;
}
.boxes .box {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  padding: 0;
  margin: 0 11px 15px 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 480px) {
  .boxes .box {
    width: 353px;
  }
}
@media (min-width: 992px) {
  .boxes .box {
    width: 370px;
  }
}
.boxes .box a {
  text-decoration: none;
}
.boxes .box a:hover {
  color: inherit;
}
.boxes .box a:hover .button {
  background-color: #9b1827;
  border-color: #9b1827;
  color: #fff;
  padding-right: 28px;
}
.boxes .box a:hover .button:after {
  content: "›";
  font-size: 20px;
  color: #e4bec3;
  position: absolute;
  right: 13px;
  top: -3px;
}
.boxes .box .box-content {
  display: block;
  background-color: #fff;
  position: relative;
  text-align: left;
}
.boxes .box .box-content.motive article {
  min-height: 150px;
  max-height: 150px;
}
.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 {
  padding: 18px 20px 52px 20px;
  overflow: hidden;
}
.boxes .box .box-content article .news-date,
.boxes .box .box-content article .tag {
  font-size: 13px;
  font-family: "RobotoSlab-Light", sans-serif;
  color: #787878;
}
.boxes .box .box-content article .tag {
  margin-bottom: 5px;
}
.boxes .box .box-content article .tag .glyphicon {
  color: #8d0010;
  margin-right: 5px;
}
.boxes .box .box-content article h2,
.boxes .box .box-content article h3,
.boxes .box .box-content article h4 {
  color: #194166;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 12px 0;
}
.boxes .box .box-content article h2.small,
.boxes .box .box-content article h3.small,
.boxes .box .box-content article h4.small {
  font-size: 18px;
  line-height: 22px;
}
.boxes .box .box-content article .overlay {
  font-size: 12px;
  color: #fff;
  font-family: "RobotoSlab-Regular", sans-serif;
  background: #194166;
  left: 0;
  top: 135px;
  position: absolute;
  display: block;
  line-height: 30px;
  padding: 0 20px;
}
@media (min-width: 480px) {
  .boxes .box .box-content article .overlay {
    top: 170px;
  }
}
@media (min-width: 480px) {
  .boxes .box .box-content article .overlay {
    top: 180px;
  }
}
.boxes .box .box-content .play-overlay {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 70px;
  background: #8d0010;
  color: #fff;
  display: block;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -35px;
  font-size: 30px;
  text-align: center;
}
.boxes .box .box-content .play-overlay .glyphicon {
  margin: 0;
}
.boxes .box .box-content .button {
  position: absolute;
  left: 15px;
  bottom: 20px;
  display: none;
}
@media (min-width: 480px) {
  .boxes .box .box-content .button {
    display: block;
  }
}
.boxes .box .box-content .info {
  position: absolute;
  right: 15px;
  bottom: 20px;
  max-width: 80px;
  display: none;
}
@media (min-width: 480px) {
  .boxes .box .box-content .info {
    display: block;
  }
}
.boxes.small-boxes {
  margin-right: -13px;
}
.boxes.small-boxes .box {
  width: 182px;
}
.boxes.small-boxes .box .box-content.motive article {
  min-height: 198px;
  max-height: 198px;
}
.boxes.small-boxes .box .box-content article {
  padding: 20px 20px 52px 20px;
}
.boxes.small-boxes .box .box-content article h2,
.boxes.small-boxes .box .box-content article h3,
.boxes.small-boxes .box .box-content article h4 {
  font-size: 17px;
  line-height: 20px;
}
.boxes.small-boxes .box .box-content .button {
  left: 20px;
  display: block;
}
.boxes.middle-boxes .box {
  width: 274px;
}
@media (min-width: 480px) {
  .boxes.middle-boxes .box {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .boxes.middle-boxes .box {
    width: 274px;
  }
}
.boxes.middle-boxes .box .box-content.motive article {
  min-height: 140px;
  max-height: 140px;
}
@media (min-width: 480px) {
  .boxes.middle-boxes .box .box-content .button,
  .boxes.middle-boxes .box .box-content .info {
    display: none;
  }
}
@media (min-width: 768px) {
  .boxes.middle-boxes .box .box-content .button,
  .boxes.middle-boxes .box .box-content .info {
    display: block;
  }
}
/* Fotogalerie */
.photogallery {
  margin: 28px auto 0 auto;
  text-align: left;
  width: 183px;
}
@media (min-width: 480px) {
  .photogallery {
    width: 382px;
  }
}
@media (min-width: 992px) {
  .photogallery {
    width: 581px;
  }
}
@media (min-width: 1170px) {
  .photogallery {
    width: auto;
  }
}
.photogallery.photogallery-small {
  margin: 0;
  width: auto;
  text-align: center;
}
.photogallery.photogallery-small figure {
  margin-bottom: 16px;
}
.photogallery.photogallery-big {
  width: 232px;
}
@media (min-width: 480px) {
  .photogallery.photogallery-big {
    width: 416px;
  }
}
@media (min-width: 768px) {
  .photogallery.photogallery-big {
    width: 480px;
  }
}
@media (min-width: 992px) {
  .photogallery.photogallery-big {
    width: 728px;
  }
}
@media (min-width: 1170px) {
  .photogallery.photogallery-big {
    width: 976px;
  }
}
.photogallery.photogallery-big figure .thumbnail {
  max-width: 232px;
}
@media (min-width: 480px) {
  .photogallery.photogallery-big figure .thumbnail {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .photogallery.photogallery-big figure .thumbnail {
    max-width: 232px;
  }
}
.photogallery .in {
  margin-right: -16px;
}
.photogallery figure {
  margin: 0 12px 10px 0;
  display: inline-block;
}
.photogallery figure .thumbnail {
  display: block;
  max-width: 183px;
  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: #8d0010;
  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/1548688972753/sprites/turisti/sprites.png);
  background-position: -64px -135px;
  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;
}
/* Seznam mist */
.places-list li {
  font-size: 18px;
  font-family: "RobotoSlab-Bold", sans-serif;
  background: none;
  padding-left: 36px;
  margin-bottom: 10px;
  position: relative;
}
.places-list li a {
  color: #194166;
  text-decoration: none;
}
.places-list li .circle {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  border-radius: 26px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: transform ease-out 0.1s, background 0.2s;
  -o-transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.places-list li .circle:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
}
.places-list li:hover span + span,
.places-list li.hover span + span {
  text-decoration: underline;
}
.places-list li:hover .circle,
.places-list li.hover .circle {
  background: #fff !important;
}
.places-list.red .circle {
  background: #ab2c3b;
}
.places-list.red li:hover .circle,
.places-list.red li.hover .circle {
  color: #ab2c3b;
}
.places-list.red li:hover .circle:after,
.places-list.red li.hover .circle:after {
  -webkit-animation: sonarEffectRed 1.3s ease-out 75ms;
  -o-animation: sonarEffectRed 1.3s ease-out 75ms;
  animation: sonarEffectRed 1.3s ease-out 75ms;
}
.places-list.blue .circle {
  background: #194166;
}
.places-list.blue li:hover .circle,
.places-list.blue li.hover .circle {
  color: #194166;
}
.places-list.blue li:hover .circle:after,
.places-list.blue li.hover .circle:after {
  -webkit-animation: sonarEffectBlue 1.3s ease-out 75ms;
  -o-animation: sonarEffectBlue 1.3s ease-out 75ms;
  animation: sonarEffectBlue 1.3s ease-out 75ms;
}
.places-list.green .circle {
  background: #39810e;
}
.places-list.green li:hover .circle,
.places-list.green li.hover .circle {
  color: #39810e;
}
.places-list.green li:hover .circle:after,
.places-list.green li.hover .circle:after {
  -webkit-animation: sonarEffectGreen 1.3s ease-out 75ms;
  -o-animation: sonarEffectGreen 1.3s ease-out 75ms;
  animation: sonarEffectGreen 1.3s ease-out 75ms;
}
/* Strankovani */
.pagination li .button {
  border: 1px solid #e4bec3 !important;
  color: #8d0010 !important;
  background-color: #ebe4df !important;
}
.pagination li .button:hover {
  color: #fff !important;
  background-color: #8d0010 !important;
}
.pagination.fulltext li .button {
  border-color: #d08b93;
  color: #8d0010 !important;
}
.pagination.fulltext li .button:hover {
  background-color: #8d0010 !important;
  border-color: #8d0010 !important;
  color: #fff !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: #8d0010;
  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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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 #ebe4df, 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: #ab2c3b;
  font-family: "RobotoSlab-Regular", sans-serif;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #e4bec3;
  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: #e4bec3;
  color: #ab2c3b;
}
.button:hover,
.button.inverse,
.button.active {
  background-color: #ab2c3b;
  border-color: #ab2c3b;
  color: #fff;
  text-decoration: none !important;
}
.button.inverse:hover,
.button.inverse.active {
  background-color: #fff;
  color: #ab2c3b;
}
.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: #ab2c3b;
}
.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: #ab2c3b;
  position: absolute;
  left: 13px;
  top: -2px;
}
.button.back:hover:before,
.button.up:hover:before {
  color: #e4bec3;
}
.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: #ab2c3b;
  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;
}
.bg-content .mandatory-data {
  text-align: right;
}
.bg-content .mandatory-data:before {
  content: "*";
  color: #be0a0a;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.bg-content form {
  text-align: left;
}
.bg-content form .form-group {
  margin-bottom: 0;
}
.bg-content form .form-group label {
  font-size: 16px;
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #194166;
  font-weight: normal;
}
.bg-content form .form-group.has-required label:before {
  content: "*";
  color: #be0a0a;
}
.bg-content form .form-group.has-required label.checkbox:before {
  display: none;
}
.bg-content form .form-group.has-required .agreement {
  margin-bottom: 0;
}
.bg-content form .form-group.has-required .agreement label:before {
  display: none;
}
.bg-content form .form-group.has-required .agreement label:after {
  content: "*";
  color: #be0a0a;
}
.bg-content form .form-group.has-error .form-control {
  border-color: #be0a0a;
  background-color: #fcf3f3;
}
.bg-content form .form-group.has-error .help-block {
  color: #be0a0a;
}
.bg-content form .form-group .form-control {
  font-size: 14px;
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #194166;
  padding: 6px 18px;
  /* musi by zvlast */
  border-color: #b2cbe2;
}
.bg-content form .form-group .form-control::-moz-placeholder {
  font-family: "RobotoSlab-Light", sans-serif;
  color: #7698b7;
}
.bg-content form .form-group .form-control::-webkit-input-placeholder {
  font-family: "RobotoSlab-Light", sans-serif;
  color: #7698b7;
}
.bg-content form .form-group .form-control:-ms-input-placeholder {
  font-family: "RobotoSlab-Light", sans-serif;
  color: #7698b7;
}
.bg-content form .form-group .form-control-static {
  padding: 6px 18px;
  font-size: 14px;
  font-family: "RobotoSlab-Bold", sans-serif;
  color: #194166;
  text-align: left;
}
.bg-content form .form-group input[type="text"],
.bg-content form .form-group select {
  height: 40px;
  border-radius: 18px;
}
.bg-content form .form-group textarea {
  border-radius: 18px 18px 0 18px;
  margin-bottom: 22px;
  height: 218px;
}
@media (min-width: 768px) {
  .bg-content form .form-group.captcha label {
    margin-top: 19px;
  }
}
.bg-content form .form-group.captcha input {
  width: 172px;
  margin: 18px 0 0 8px;
}
.bg-content form .form-group .checkbox {
  margin-bottom: 14px;
  padding-top: 5px;
}
.bg-content form .form-group .checkbox label {
  font-size: 14px;
  width: 100%;
  margin-bottom: 2px;
}
.bg-content form .form-group .help-block {
  font-size: 13px;
  margin: 2px 0 12px 16px;
  font-family: "RobotoSlab-Regular", sans-serif;
  color: #7698b7;
}
.bg-content form .submit {
  margin-top: 28px;
}
.bg-content form .submit.write-president {
  margin-top: 12px;
}
.bg-content form .alert.alert-danger {
  margin-top: 20px;
}
.bg-content form .alert.alert-danger p {
  margin: 0;
}
@media (min-width: 1170px) {
  .bg-content form > div .alert.alert-danger {
    display: none;
  }
}
.form-search .in {
  border: 1px solid #e4bec3;
  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;
  line-height: 36px;
  border: 0;
  padding: 0;
  color: #9b1827 !important;
  font-size: 13px;
  box-shadow: none;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.form-search .in input::-moz-placeholder {
  color: #e4bec3 !important;
}
.form-search .in input::-webkit-input-placeholder {
  color: #e4bec3 !important;
}
.form-search .in input:-ms-input-placeholder {
  color: #e4bec3 !important;
}
.form-search .in button {
  border: 0;
  padding: 0;
  margin-left: 10px;
  background-color: #fff;
  position: absolute;
  right: 13px;
  top: 6px;
}
.form-search .in button .glyphicon {
  color: #9b1827;
  font-size: 18px;
}
form.press .form-search {
  margin-bottom: 30px;
}
form.press .form-search .in input {
  background-color: #ebe4df;
}
form.press .form-search .in button {
  background-color: #ebe4df;
}
form.press .archive {
  margin-top: 8px;
  float: right;
}
.checkbox.fulltext {
  padding-left: 15px;
}
.checkbox.fulltext label {
  font-size: 15px;
  font-family: "RobotoSlab-Regular", sans-serif;
}
.calendar {
  font-size: 14px;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.input-group-addon {
  background: #fff;
  border-color: #b2cbe2;
  color: #194166;
  border-radius: 18px;
}
.input-group .form-control:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:hover.focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:hover.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today:hover:active:hover,
.datepicker table tr td.today.disabled:active:hover,
.datepicker table tr td.today.disabled:hover:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:hover.active:hover,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:hover:active:focus,
.datepicker table tr td.today.disabled:active:focus,
.datepicker table tr td.today.disabled:hover:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:hover.active:focus,
.datepicker table tr td.today.disabled.active:focus,
.datepicker table tr td.today.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.open > .dropdown-toggle.datepicker table tr td.today:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:hover:active.focus,
.datepicker table tr td.today.disabled:active.focus,
.datepicker table tr td.today.disabled:hover:active.focus,
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today:hover.active.focus,
.datepicker table tr td.today.disabled.active.focus,
.datepicker table tr td.today.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus,
.open > .dropdown-toggle.datepicker table tr td.today:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today:hover.disabled.focus,
.datepicker table tr td.today.disabled.disabled.focus,
.datepicker table tr td.today.disabled:hover.disabled.focus,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today:hover[disabled].focus,
.datepicker table tr td.today.disabled[disabled].focus,
.datepicker table tr td.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:hover.focus,
fieldset[disabled] .datepicker table tr td.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:hover.focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today:hover:active:hover,
.datepicker table tr td.range.today.disabled:active:hover,
.datepicker table tr td.range.today.disabled:hover:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:hover.active:hover,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:hover:active:focus,
.datepicker table tr td.range.today.disabled:active:focus,
.datepicker table tr td.range.today.disabled:hover:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:hover.active:focus,
.datepicker table tr td.range.today.disabled.active:focus,
.datepicker table tr td.range.today.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:hover:active.focus,
.datepicker table tr td.range.today.disabled:active.focus,
.datepicker table tr td.range.today.disabled:hover:active.focus,
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today:hover.active.focus,
.datepicker table tr td.range.today.disabled.active.focus,
.datepicker table tr td.range.today.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today:hover.disabled.focus,
.datepicker table tr td.range.today.disabled.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today:hover[disabled].focus,
.datepicker table tr td.range.today.disabled[disabled].focus,
.datepicker table tr td.range.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:hover.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected:hover.focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:hover.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected:hover:active:hover,
.datepicker table tr td.selected.disabled:active:hover,
.datepicker table tr td.selected.disabled:hover:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected:hover.active:hover,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:hover:active:focus,
.datepicker table tr td.selected.disabled:active:focus,
.datepicker table tr td.selected.disabled:hover:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected:hover.active:focus,
.datepicker table tr td.selected.disabled.active:focus,
.datepicker table tr td.selected.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:hover:active.focus,
.datepicker table tr td.selected.disabled:active.focus,
.datepicker table tr td.selected.disabled:hover:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected:hover.active.focus,
.datepicker table tr td.selected.disabled.active.focus,
.datepicker table tr td.selected.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected:hover.disabled.focus,
.datepicker table tr td.selected.disabled.disabled.focus,
.datepicker table tr td.selected.disabled:hover.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected:hover[disabled].focus,
.datepicker table tr td.selected.disabled[disabled].focus,
.datepicker table tr td.selected.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected:hover.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #777777;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active:hover:active:hover,
.datepicker table tr td.active.disabled:active:hover,
.datepicker table tr td.active.disabled:hover:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active:hover.active:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:hover:active:focus,
.datepicker table tr td.active.disabled:active:focus,
.datepicker table tr td.active.disabled:hover:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active:hover.active:focus,
.datepicker table tr td.active.disabled.active:focus,
.datepicker table tr td.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:hover:active.focus,
.datepicker table tr td.active.disabled:active.focus,
.datepicker table tr td.active.disabled:hover:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active:hover.active.focus,
.datepicker table tr td.active.disabled.active.focus,
.datepicker table tr td.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active:hover.disabled.focus,
.datepicker table tr td.active.disabled.disabled.focus,
.datepicker table tr td.active.disabled:hover.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active:hover[disabled].focus,
.datepicker table tr td.active.disabled[disabled].focus,
.datepicker table tr td.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active:hover.focus,
fieldset[disabled] .datepicker table tr td.active.disabled.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #337ab7;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #337ab7;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.471;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
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 */
/***************************************/
@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-header,
  .p-header .bgr {
    height: auto !important;
    min-height: 0 !important;
  }
  .bg-content {
    padding: 0 !important;
  }
  .no-print,
  .footer-links,
  .button,
  .footer-strip .links,
  .footer-strip .copyright:after,
  .box img,
  .shortcuts-bar,
  .navig-bar,
  form h2.inline-block,
  .toggle-footer-links,
  #placement-box,
  .img-zoom-container,
  .prague-castle-map,
  .entrance-map,
  .container__cookiesPolicy {
    display: none !important;
  }
}
