/*==================================================
=            CMS Modules & Base Style Import       =
==================================================*/
/* import základních lessů jako download, gallery, menu_card */
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.tac table {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fli {
  float: left;
  margin: 0 1.3em 1em 0;
}
.fri {
  float: right;
  margin: 0 0 1em 1.3em;
}
.clear {
  clear: both;
  height: 0;
  font-size: 1px;
}
.no-css {
  display: none !important;
}
.required {
  background: #ffffff url(img/sys/required.gif) no-repeat right top;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
body.window h1 {
  margin-top: 0;
}
#cesta ul,
#cesta li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cesta li {
  display: inline;
}
#cesta li:after {
  content: " : ";
}
#cesta li:last-child:after {
  display: none;
}
/*==================================================
=                 Downloads                        =
==================================================*/
#page-attachment .dwn_ico {
  position: relative;
  padding-left: 60px;
}
#page-attachment .dwn_ico::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: green;
  content: '';
  position: absolute;
  left: 15px;
}
/*==================================================
=                 Downloads                        =
==================================================*/
a.gallery-ext-link {
  position: relative;
  display: inline-block;
}
a.gallery-ext-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  width: 100%;
  height: 100%;
  background: no-repeat url("data:image/svg+xml,%3csvg width='2' height='2' xmlns='http://www.w3.org/2000/svg'%3e%3cpolygon points='0,0 0,2 2,1' fill='white'/%3e%3c/svg%3e") center;
  background-size: 40%;
}
/*==================================================
=                Bootstrap 3 Import                =
==================================================*/
/*! 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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('cms/bootstrap/current/fonts/glyphicons-halflings-regular.eot');
  src: url('cms/bootstrap/current/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('cms/bootstrap/current/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('cms/bootstrap/current/fonts/glyphicons-halflings-regular.woff') format('woff'), url('cms/bootstrap/current/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('cms/bootstrap/current/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2eb468;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1e7745;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #2eb468;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #248b51;
}
.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: #2eb468;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #248b51;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
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: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  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: 30px;
  }
  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: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  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: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  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: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #2eb468;
  border-color: #29a05c;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #248b51;
  border-color: #0f3a22;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #248b51;
  border-color: #1c6f40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #248b51;
  border-color: #1c6f40;
}
.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: #ffffff;
  background-color: #1c6f40;
  border-color: #0f3a22;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2eb468;
  border-color: #29a05c;
}
.btn-primary .badge {
  color: #2eb468;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  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: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  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: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  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: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  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: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #2eb468;
  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: #1e7745;
  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,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  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: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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;
}
.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: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2eb468;
}
.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: 12px;
  line-height: 1.42857143;
  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: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2eb468;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2eb468;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: #0a0a0c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #0a0a0c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #2eb468;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #2eb468;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #2eb468;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #248b51;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #2eb468;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #0a0a0c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #2eb468;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #2eb468;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #0a0a0c;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #0a0a0c;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
#newsbox #newsbox-in:before,
#newsbox #newsbox-in:after,
#newsbox #news:before,
#newsbox #news:after,
#rozcestnik-vozy:before,
#rozcestnik-vozy:after,
#rozcestnik-katalogy:before,
#rozcestnik-katalogy:after,
#kontakty-container #kontakty-container-in:before,
#kontakty-container #kontakty-container-in:after,
#kontakty-obecne #kontakty-obecne-in:before,
#kontakty-obecne #kontakty-obecne-in:after,
#searchresults:before,
#searchresults:after,
#rady-leto-list:before,
#rady-leto-list:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
#newsbox #newsbox-in:after,
#newsbox #news:after,
#rozcestnik-vozy:after,
#rozcestnik-katalogy:after,
#kontakty-container #kontakty-container-in:after,
#kontakty-obecne #kontakty-obecne-in:after,
#searchresults:after,
#rady-leto-list: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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !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: 1199px) {
  .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: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !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;
  }
}
/*==================================================
=            Default Style Import                  =
==================================================*/
/*==================================================
=                  Custom variables                =
==================================================*/
/*==================================================
=                  Typography                      =
==================================================*/
h1 {
  font-size: 38.5px;
  font-size: 4rem;
  margin-bottom: 4rem;
}
h2 {
  font-size: 31.5px;
  font-size: 3rem;
}
h3 {
  font-size: 24.5px;
  font-size: 2.2rem;
}
h4 {
  font-size: 17.5px;
  font-size: 2rem;
}
/*==================================================
=                 Base Style & Colors              =
==================================================*/
/*==================================================
=                       Grid                       =
==================================================*/
/*==================================================
=                       Navbar                     =
==================================================*/
/*==================================================
=                       Global                     =
==================================================*/
body.body {
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 1.8em;
}
* {
  box-sizing: border-box;
}
.container,
.container-fluid {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}
/*==================================================
=                       Header                     =
==================================================*/
#top-header {
  border-bottom: 1px solid #e5e5e5;
  font-size: 10px;
  text-transform: uppercase;
  color: #aaaaaa;
}
#top-header a {
  color: #2eb468;
}
#top-header .top-header-left {
  text-align: left;
}
#top-header .top-header-right {
  text-align: right;
}
#top-header .th-call,
#top-header .th-email {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
}
#top-header .th-call {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#top-header .th-email {
  border-right: 1px solid #e5e5e5;
}
#top-header .ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
#top-header .ico-phone {
  background: url(img/sys/_new/ico_phone.svg) center center no-repeat;
}
#top-header .ico-email {
  background: url(img/sys/_new/ico_email.svg) center center no-repeat;
}
#top-header #search {
  padding: 0;
  position: relative;
}
#top-header #search label {
  margin: 0;
  font-weight: normal;
}
#top-header #search .keyword {
  width: 100%;
  height: 43px;
  border: 1px solid #dadada;
  border-top: none;
  border-bottom: none;
  padding: 0 55px 0 10px;
  font-size: 100%;
  outline: none;
  color: #000;
  font-size: 11px;
  border-right: none;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
#top-header #search .searchbutton {
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
  background: #2eb468 url(img/sys/_new/ico_search.png) center center no-repeat;
  text-indent: -9999px;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
#top-header #search .searchbutton:hover {
  background-color: #248b51;
}
/*==================================================
=                       Nav                        =
==================================================*/
#nav-header {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#nav-header.fixed {
  position: fixed !important;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 2999;
  border-radius: 0;
  animation: top slidein 1s;
  -webkit-animation: top slidein 1s;
  background: #fff;
  top: 0 !important;
}
@media screen and (max-width: 768px) {
  #nav-header + #content {
    margin-top: 75px;
  }
}
#navbar-wrap {
  height: 70px;
  position: relative;
}
@media screen and (min-width: 992px) {
  #navbar-wrap {
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  #navbar-wrap .container {
    width: 100%;
  }
  #menu-wrapper {
    position: fixed;
    width: 100%;
    height: auto;
    max-height: 100%;
    top: 0;
    left: 0;
    margin-top: 65px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
  }
  #menu-wrapper.active {
    padding-bottom: 65px;
  }
}
.navbar {
  border: none;
}
.navbar-collapse {
  background: #fff;
  position: relative;
  z-index: 999;
  margin-top: 5px;
}
.navbar-brand {
  width: 180px;
  padding: 10px;
  z-index: 1000;
  position: relative;
  margin-left: 0 !important;
}
.navbar-brand img {
  width: 100%;
}
.navbar-toggle {
  margin-top: 20px;
  margin-right: 15px;
  background: #2eb468;
}
.navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 12px;
}
.dropdown-large {
  position: static !important;
}
.dropdown-large .caret {
  border-top: 4px solid #2eb468;
}
.dropdown-large.open .caret,
.dropdown-large:hover .caret {
  border-top: 4px solid #fff;
}
.dropdown-large .dropdown-header {
  font-weight: bold;
  color: #111;
  font-size: 18px;
  margin: 15px 0;
  background: none;
  padding: 0 !important;
  white-space: normal;
}
.dropdown-large .list-margin {
  margin-top: 15px;
}
.dropdown-large .btn-primary {
  border-radius: 0;
  background: #2eb468;
  width: 100%;
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.dropdown-menu-large {
  /* margin-left: 16px; */
  min-width: 100%;
  margin-right: 16px;
  padding: 10px 0 20px 0;
  box-shadow: none;
  border: none;
  border-top: 4px solid #2eb468;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
  background: url(img/sys/_new/bullet.png) left 10px no-repeat;
  padding-left: 12px;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 4px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #505050;
  white-space: normal;
  font-size: 12px;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: underline;
  color: #2eb468;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
}
.dropdown-menu > li > a:hover {
  background-color: transparent;
}
.dd_bannery {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.dd_bannery a {
  display: inline-block;
  margin-right: 20px;
}
.dd_link_bannery a {
  display: block;
  float: left;
  padding: 0 0 10px 0 !important;
  clear: none !important;
  width: 50%;
}
.dd_link_bannery a:focus {
  background-color: transparent !important;
}
.dd_link_bannery a img {
  width: 100%;
  height: auto;
}
.dd_link_bannery a.rental {
  position: relative;
  text-align: center;
}
.dd_link_bannery a.rental img {
  width: auto;
  height: 75px;
  margin: 0 auto;
}
#slider.carousel .carousel-indicators {
  opacity: 1.0;
  bottom: 0;
}
#slider.carousel .carousel-indicators li {
  border-radius: 0;
  width: 10px;
  height: 10px;
  border: none;
  background: #fff;
}
#slider.carousel .carousel-indicators li:hover,
#slider.carousel .carousel-indicators li.active {
  background: #2eb468;
  position: relative;
}
#slider.carousel .carousel-indicators li.active {
  top: -1px;
}
#slider.carousel .carousel-control {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 47%;
  bottom: auto !important;
}
#slider.carousel .left {
  background: url(img/sys/_new/arr_prev.png) 0 0 no-repeat;
  left: 0;
}
#slider.carousel .right {
  background: url(img/sys/_new/arr_next.png) 0 0 no-repeat;
  right: 0;
}
#slider.carousel .glyphicon {
  display: none;
}
#slider.carousel .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
#slider.carousel .carousel-inner .active {
  opacity: 1;
}
#slider.carousel .carousel-inner .active.left,
#slider.carousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#slider.carousel .carousel-inner .next.left,
#slider.carousel .carousel-inner .prev.right {
  opacity: 1;
}
#slider.carousel .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  #slider.carousel .carousel-inner > .item.next,
  #slider.carousel .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #slider.carousel .carousel-inner > .item.prev,
  #slider.carousel .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #slider.carousel .carousel-inner > .item.next.left,
  #slider.carousel .carousel-inner > .item.prev.right,
  #slider.carousel .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#rozcestnik h2 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.05em;
  margin: 0 0 20px 0;
  padding: 0;
}
#rozcestnik ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rozcestnik ul li {
  padding: 3px 0;
}
#rozcestnik ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/sys/_new/bullet_arr.svg) center center no-repeat;
  background-size: 100% 100%;
  margin-right: 7px;
  position: relative;
  top: 4px;
}
#rozcestnik ul li a {
  font-size: 15px;
  color: #393939;
}
#rozcestnik ul li:hover:before {
  transform: rotate(360deg);
  transition: all 0.25s;
}
#rozcestnik .r-col {
  padding-top: 25px;
  padding-bottom: 25px;
}
#rozcestnik .r-col-havex {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2eb468;
  text-align: center;
}
#rozcestnik .r-col-havex ul li:before {
  background: url(img/sys/_new/bullet_arr-white.svg) center center no-repeat;
}
#rozcestnik .r-col-havex h2 {
  color: #fff;
}
#rozcestnik .r-col-havex a {
  color: #fff;
}
#rozcestnik .r-col-havex img {
  margin: 0 auto;
}
#bannery {
  background: #e9e9e9;
  padding-top: 50px;
  padding-bottom: 50px;
}
#bannery a {
  display: block;
  margin: 15px 0;
  transition: opacity 0.2s;
}
#bannery a:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}
#bannery img {
  width: 100%;
  height: auto;
}
#content #bannery {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px 0;
}
.page_news.parent_main hr.nw-hr {
  display: none;
}
.page_news.parent_main .nw_archive {
  clear: both;
}
.page_news.parent_main .nw_archive a {
  text-decoration: underline;
}
.page_news.parent_main .nw_archive a:hover {
  text-decoration: none;
}
.page_news.parent_main .news {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  min-height: 420px;
  position: relative;
}
@media (min-width: 768px) {
  .page_news.parent_main .news {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page_news.parent_main .news {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .page_news.parent_main .news {
    float: left;
    width: 33.33333333%;
  }
}
.page_news.parent_main .news .imgb.fri {
  float: none;
  margin: 0;
  min-height: 150px;
}
.page_news.parent_main .news img {
  width: 100%;
  height: auto;
}
.page_news.parent_main .news img:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}
.page_news.parent_main .news .nw_date {
  display: inline-block;
  padding: 10px 20px;
  background: #2eb468;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  min-height: 50px;
}
.page_news.parent_main .news .imgb ~ .nw_date {
  position: absolute !important;
  left: 15px;
}
.page_news.parent_main .news .nw_text {
  color: #8a8a8a;
  font-size: 14px;
  min-height: 100px;
}
.page_news.parent_main .news .nw_more {
  border: 2px solid #0a0a0c;
  display: inline-block;
  padding: 6px 25px;
  text-transform: uppercase;
  font-size: 11px;
  color: #0a0a0c;
  float: right;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.page_news.parent_main .news .nw_more a {
  color: #0a0a0c;
}
.page_news.parent_main .news h4 {
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
  clear: both;
}
.page_news.parent_main .news h4 a {
  text-decoration: none;
  color: #0a0a0c;
}
#newsbox {
  padding-top: 50px;
  padding-bottom: 50px;
}
#newsbox h2 {
  margin: 0 0 40px 0;
  padding: 0;
  font-weight: bold;
  color: #0a0a0c;
  font-size: 40px;
}
#newsbox #newsbox-in {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}
@media (min-width: 768px) {
  #newsbox #newsbox-in {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #newsbox #newsbox-in {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #newsbox #newsbox-in {
    width: 1170px;
  }
}
#newsbox #newsbox-in > .navbar-header,
#newsbox #newsbox-in > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  #newsbox #newsbox-in > .navbar-header,
  #newsbox #newsbox-in > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#newsbox #news {
  margin-left: -15px;
  margin-right: -15px;
}
#newsbox .news {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #newsbox .news {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #newsbox .news {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #newsbox .news {
    float: left;
    width: 33.33333333%;
  }
}
#newsbox .news img {
  width: 100%;
  height: auto;
}
#newsbox .news img:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}
#newsbox .news .nw_date {
  display: inline-block;
  padding: 10px 20px;
  background: #2eb468;
  position: absolute;
  top: 0;
  left: 15px;
  color: #fff;
  min-height: 30px;
}
#newsbox .news .nw_text {
  color: #8a8a8a;
  font-size: 14px;
}
#newsbox .news .nw_more {
  border: 2px solid #0a0a0c;
  display: inline-block;
  padding: 6px 25px;
  text-transform: uppercase;
  font-size: 11px;
  color: #0a0a0c;
  margin-top: 0;
  float: right;
}
#newsbox .news h4 {
  margin: 20px 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
}
#newsbox .news h4 a {
  text-decoration: none;
  color: #0a0a0c;
}
#newsbox .nw_all a {
  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: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #2eb468;
  border-color: #29a05c;
  display: inline-block;
  border-radius: 0;
  background: #2eb468;
  margin-top: 25px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#newsbox .nw_all a:focus,
#newsbox .nw_all a:active:focus,
#newsbox .nw_all a.active:focus,
#newsbox .nw_all a.focus,
#newsbox .nw_all a:active.focus,
#newsbox .nw_all a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#newsbox .nw_all a:hover,
#newsbox .nw_all a:focus,
#newsbox .nw_all a.focus {
  color: #333333;
  text-decoration: none;
}
#newsbox .nw_all a:active,
#newsbox .nw_all a.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);
}
#newsbox .nw_all a.disabled,
#newsbox .nw_all a[disabled],
fieldset[disabled] #newsbox .nw_all a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#newsbox .nw_all a.disabled,
fieldset[disabled] a#newsbox .nw_all a {
  pointer-events: none;
}
#newsbox .nw_all a:focus,
#newsbox .nw_all a.focus {
  color: #ffffff;
  background-color: #248b51;
  border-color: #0f3a22;
}
#newsbox .nw_all a:hover {
  color: #ffffff;
  background-color: #248b51;
  border-color: #1c6f40;
}
#newsbox .nw_all a:active,
#newsbox .nw_all a.active,
.open > .dropdown-toggle#newsbox .nw_all a {
  color: #ffffff;
  background-color: #248b51;
  border-color: #1c6f40;
}
#newsbox .nw_all a:active:hover,
#newsbox .nw_all a.active:hover,
.open > .dropdown-toggle#newsbox .nw_all a:hover,
#newsbox .nw_all a:active:focus,
#newsbox .nw_all a.active:focus,
.open > .dropdown-toggle#newsbox .nw_all a:focus,
#newsbox .nw_all a:active.focus,
#newsbox .nw_all a.active.focus,
.open > .dropdown-toggle#newsbox .nw_all a.focus {
  color: #ffffff;
  background-color: #1c6f40;
  border-color: #0f3a22;
}
#newsbox .nw_all a:active,
#newsbox .nw_all a.active,
.open > .dropdown-toggle#newsbox .nw_all a {
  background-image: none;
}
#newsbox .nw_all a.disabled:hover,
#newsbox .nw_all a[disabled]:hover,
fieldset[disabled] #newsbox .nw_all a:hover,
#newsbox .nw_all a.disabled:focus,
#newsbox .nw_all a[disabled]:focus,
fieldset[disabled] #newsbox .nw_all a:focus,
#newsbox .nw_all a.disabled.focus,
#newsbox .nw_all a[disabled].focus,
fieldset[disabled] #newsbox .nw_all a.focus {
  background-color: #2eb468;
  border-color: #29a05c;
}
#newsbox .nw_all a .badge {
  color: #2eb468;
  background-color: #ffffff;
}
#newsletter {
  background: #e9e9e9;
}
#newsletter #newsletter-form {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
#newsletter h3 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #2eb468;
  font-size: 15px;
  font-weight: normal;
}
#newsletter input#n-email {
  width: 100%;
  height: 60px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
}
#newsletter input#n-email:focus {
  border: none !important;
}
#newsletter ::-webkit-input-placeholder {
  font-size: 20px;
  color: #d8d8d8;
}
#newsletter ::-moz-placeholder {
  font-size: 20px;
  color: #d8d8d8;
}
#newsletter :-ms-input-placeholder {
  font-size: 20px;
  color: #d8d8d8;
}
#newsletter :-moz-placeholder {
  font-size: 20px;
  color: #d8d8d8;
}
#newsletter .button-prihlasit {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 65px;
  right: 0;
  background: url(img/sys/_new/ico_sent.svg) center center no-repeat;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}
#content {
  padding-top: 15px;
  padding-bottom: 50px;
}
#navbox {
  margin-bottom: 1.5rem;
  text-transform: none;
  font-size: 12px;
  color: #999;
}
#navbox #navigace {
  width: 30%;
  float: right;
  text-align: right;
}
#navbox #navigace .ico-print {
  text-indent: 9999px !important;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  overflow: hidden;
  display: none;
}
#navbox #cesta {
  width: 70%;
  float: left;
}
#navbox #cesta a {
  color: #2eb468;
}
#header-img {
  background: url(img/sys/_new/bg_header-skoda.jpg) center center no-repeat;
  background-size: cover;
  height: 350px;
  position: relative;
}
#header-img.page_skoda-akcni,
#header-img.page_financovani {
  background-image: url(img/sys/_new/bg_header-skodaakcni.jpg);
}
#header-img.page_seat-akcni,
#header-img.page_financovani-seat {
  background-image: url(img/sys/_new/bg_header-seatakcni.jpg);
}
#header-img.page_seat,
#header-img.page_seat-skladove-vozy {
  background-image: url(img/sys/_new/bg_header-seat.jpg);
}
#header-img.page_skoda-skladove-vozy {
  background-image: url(img/sys/_new/bg_header-skoda-all.jpg);
}
#header-img.page_vrchlabi {
  background-image: url(img/sys/_new/bg_header-vrchlabi.jpg);
}
.header-box {
  height: 350px;
  background: #2eb468;
  text-align: center;
  padding: 20px;
  opacity: 0.99;
}
.hb-logo {
  display: inline-block;
  width: 100%;
  height: 60px;
  /*background: darken(@brand-primary, 4%); */
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.hb-logo span {
  display: inline-block;
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.hb-logo img {
  margin: 10px auto 0 auto;
}
.hb-list ul {
  margin: 0;
  padding: 15px;
  list-style-type: none;
  text-align: left;
  font-size: 14px;
}
.hb-list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #2aa45f;
}
.hb-list ul a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.hb-list ul img {
  margin-right: 15px;
}
.hb-list p {
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.hb-list p.pojisteni {
  font-size: 30px;
  line-height: 40px;
}
.hb-list-red ul {
  margin: 0;
  padding: 15px;
  list-style-type: none;
  text-align: left;
  font-size: 14px;
}
.hb-list-red ul li {
  padding: 15px 0;
  border-bottom: 1px solid #81011d;
}
.hb-list-red ul a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.hb-list-red ul img {
  margin-right: 15px;
}
.hb-list-red p {
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.hb-list-red p.pojisteni {
  font-size: 30px;
  line-height: 40px;
}
#rozcestnik-underheader {
  background: #f5f5f5;
}
#rozcestnik-underheader-in {
  padding-top: 10px;
  padding-bottom: 10px;
}
#rozcestnik-underheader-in a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #111;
  text-transform: uppercase;
  background: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 20px;
}
#rozcestnik-underheader-in a.last {
  border-right: none;
}
#rozcestnik-underheader-in a:hover {
  color: #fff;
  background: #2eb468;
  text-decoration: none;
}
#rozcestnik-underheader-in a:hover span {
  background-color: #248b51;
}
#rozcestnik-underheader-in span {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #2eb468 url(img/sys/_new/header_arr.png) center center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#rozcestnik-vozy {
  margin-left: -15px;
  margin-right: -15px;
}
#rozcestnik-vozy a {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*margin-top: 40px;*/
  margin-bottom: 60px;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  #rozcestnik-vozy a {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #rozcestnik-vozy a {
    float: left;
    width: 33.33333333%;
  }
}
#rozcestnik-vozy a span {
  display: block;
  padding: 20px;
  background: #f3f3f3;
  text-transform: uppercase;
  color: #27282c;
  font-weight: bold;
  font-size: 13px;
}
#rozcestnik-vozy a span .number {
  text-transform: none;
  display: inline;
  padding: 0;
  color: #2eb468;
}
#rozcestnik-vozy a:hover span {
  background: #2eb468;
  color: #fff;
  transition: 0.2s;
}
#rozcestnik-vozy a img {
  margin: 0 auto;
}
#footer {
  background: #0a0a0c;
  color: #999ea4;
  padding: 40px 0 0 0;
}
#footer .f-box {
  margin-bottom: 50px;
  font-size: 13px;
}
#footer .f1 p a {
  color: #fff;
  text-decoration: underline;
}
#footer a {
  color: #999ea4;
}
#footer a:hover {
  color: #2eb468;
}
#footer h3 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 0;
}
#footer h3.green {
  color: #2eb468;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  padding: 3px 0;
}
#footer-bottom {
  border-top: 1px solid #161618;
  padding: 15px 0;
  font-size: 13px;
}
#footer-bottom a {
  color: #fff;
}
#footer-bottom strong {
  font-weight: normal;
  color: #fff;
}
#footer-bottom #socialarea a {
  display: inline-block;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  margin: 0 3px;
}
#footer-bottom #socialarea a:hover {
  opacity: 1;
}
#footer-bottom #socialarea a.ico_facebook {
  background: url(img/sys/_new/ico_facebook.svg) center center no-repeat;
}
#footer-bottom #socialarea a.ico_youtube {
  background: url(img/sys/_new/ico_youtube.svg) center center no-repeat;
}
#footer-bottom #socialarea a.ico_rss {
  background: url(img/sys/_new/ico_rss.svg) center center no-repeat;
}
#footer-bottom .fb {
  margin-top: 15px;
  margin-bottom: 15px;
}
/*==================================================
=            Media Queries                         =
==================================================*/
/* Extra small devices (phones, less than 768px) */
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
  .carousel .carousel-control {
    display: block;
    top: 40%;
  }
  .carousel .carousel-indicators {
    display: block;
  }
  #footer {
    padding: 70px 0 0 0;
  }
  #footer .f-box {
    width: 33%;
    float: left;
  }
  #footer-bottom .fb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #footer-bottom .fb1 {
    padding-top: 10px;
  }
  #footer-bottom .fb2 {
    text-align: center;
    padding-top: 10px;
  }
  #footer-bottom .fb3 {
    text-align: right;
  }
  #bannery .b02,
  #bannery .b03 {
    margin-top: -6px;
  }
  #newsletter input#n-email {
    font-size: 30px;
  }
  #newsletter ::-webkit-input-placeholder {
    font-size: 30px;
  }
  #newsletter ::-moz-placeholder {
    font-size: 30px;
  }
  #newsletter :-ms-input-placeholder {
    font-size: 30px;
  }
  #newsletter :-moz-placeholder {
    font-size: 30px;
  }
  #rozcestnik .r-col {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  #rozcestnik h2 {
    font-size: 30px;
  }
  #rozcestnik .r-col-havex {
    text-align: center;
    min-height: 290px;
    /*img { margin-top: 30px; }*/
  }
  #rozcestnik .r-col-havex ul li:before {
    display: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
  #top-header {
    font-size: 11px;
  }
  .navbar-brand {
    margin-top: 5px;
  }
  .navbar-collapse {
    margin-top: 0;
  }
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li > a {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    padding-left: 11px;
    padding-right: 11px;
    height: 80px;
    line-height: 80px;
  }
  #bannery .b02,
  #bannery .b03 {
    margin-top: -3px;
  }
  .make-md-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
  }
  .make-md-container > .navbar-header,
  .make-md-container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  #footer .f-box {
    width: 20%;
  }
  #newsletter input#n-email {
    font-size: 40px;
  }
  #newsletter ::-webkit-input-placeholder {
    font-size: 40px;
  }
  #newsletter ::-moz-placeholder {
    font-size: 40px;
  }
  #newsletter :-ms-input-placeholder {
    font-size: 40px;
  }
  #newsletter :-moz-placeholder {
    font-size: 40px;
  }
  #bannery {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #newsbox {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #rozcestnik .r-col {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #rozcestnik .r-col-in {
    padding: 0 /*0 30px*/;
    min-height: 160px;
  }
  #rozcestnik h2 {
    font-size: 36px;
  }
  #rozcestnik .r-col-havex {
    background: #2eb468;
    /*background-size: 70% auto;*/
    min-height: 315px;
  }
  #header-img {
    height: 350px;
  }
  .header-box {
    height: 350px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .make-md-container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .make-md-container {
    width: 970px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .make-md-container {
    width: 1170px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .make-md-container > .navbar-header,
  .make-md-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
  .navbar-brand {
    width: 213px;
    height: 50px;
    margin-top: 5px;
  }
  .navbar-nav > li > a {
    font-size: 14px;
  }
  .navbar-nav > li > a {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dd_bannery a {
    margin-right: 60px;
  }
  #newsletter input#n-email {
    font-size: 50px;
  }
  #newsletter ::-webkit-input-placeholder {
    font-size: 50px;
  }
  #newsletter ::-moz-placeholder {
    font-size: 50px;
  }
  #newsletter :-ms-input-placeholder {
    font-size: 50px;
  }
  #newsletter :-moz-placeholder {
    font-size: 50px;
  }
  #bannery .b02,
  #bannery .b03 {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1300px) {
  #rozcestnik .r-col-in {
    /*padding: 20px 30px;*/
    padding: 0;
    min-height: 200px;
  }
  #rozcestnik .r-col-skoda {
    background: url(img/sys/_new/img_skoda.jpg) -100px bottom no-repeat;
  }
  #rozcestnik .r-col-skoda .r-col-in {
    padding-left: 50%;
  }
  #rozcestnik .r-col-havex {
    min-height: 355px;
  }
  #rozcestnik .r-col-seat {
    background: url(img/sys/_new/img_seat.jpg) calc(180%) bottom no-repeat;
  }
}
@media screen and (min-width: 1500px) {
  #rozcestnik .r-col-skoda {
    background: url(img/sys/_new/img_skoda.jpg) -100px bottom no-repeat;
  }
  #rozcestnik .r-col-skoda .r-col-in {
    padding-left: 50%;
  }
  #rozcestnik .r-col-seat {
    background: url(img/sys/_new/img_seat.jpg) calc(140%) bottom no-repeat;
  }
}
@media screen and (min-width: 1800px) {
  #rozcestnik .r-col-skoda {
    background: url(img/sys/_new/img_skoda.jpg) 0px bottom no-repeat;
  }
  #rozcestnik .r-col-skoda .r-col-in {
    padding-left: 58%;
  }
  #rozcestnik .r-col-seat {
    background: url(img/sys/_new/img_seat.jpg) right bottom no-repeat;
  }
}
.pagination {
  list-style: none;
  clear: both;
  float: right;
  margin-top: 30px;
  margin-right: 15px;
}
.pagination li {
  float: left;
}
.pagination li a {
  border: none;
  display: inline-block;
  padding: 9px 15px;
  text-align: center;
  background: #f4f4f4;
  margin: 0 1px 2px 1px;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.15s ease-in-out;
}
.pagination li a:hover {
  color: #fff;
  background: #2eb468;
}
.pagination li.disabled a {
  color: #fff;
  background: #2eb468;
}
.pagination li.previous,
.pagination li.next {
  font-size: 0;
}
h1 {
  color: #000;
  margin-bottom: 40px;
}
p {
  margin: 1.5em 0;
}
#content .row {
  color: #636363;
}
#content .row.second-row {
  padding: 40px 0;
}
#content .row.inner-banner {
  padding: 30px 0;
}
#content .row.inner-banner a {
  display: block;
  margin: 15px 0;
  transition: opacity 0.2s;
}
#content .row.inner-banner a:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}
#content .row.inner-banner img {
  width: 100%;
  height: auto;
}
#content h2 {
  margin: 30px 0 20px 0;
  font-weight: normal;
  color: #2eb468;
}
#content h3 {
  color: #000;
  margin-top: 20px;
  font-weight: normal;
}
#content h4 {
  color: #17ac58;
  font-weight: normal;
}
#content strong {
  color: #000;
}
#content img.margin {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#content hr {
  border-style: dotted;
}
ul.bullet {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
ul.bullet li {
  padding: 3px 0;
}
ul.bullet li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/sys/_new/bullet_arr.svg) center center no-repeat;
  background-size: 100% 100%;
  margin-right: 7px;
  position: relative;
  top: 4px;
}
ul.bullet li a {
  font-size: 15px;
  color: #393939;
}
ul.bullet li:hover:before {
  transform: rotate(360deg);
  transition: all 0.25s;
}
.toggle {
  background: transparent url(img/sys/_new/bullet_arr.svg) no-repeat 0 0;
  padding-left: 25px;
  text-decoration: underline;
}
.toggle:hover {
  text-decoration: none;
}
#hide-content {
  display: none;
}
.basic-form label {
  font-weight: normal;
  margin-bottom: 0;
  display: inline;
  margin-top: 10px;
  display: inline-block;
}
.basic-form .label-souhlas label {
  display: inline;
}
.basic-form input,
.basic-form textarea,
.basic-form select {
  border: 1px solid #dedede;
  background-color: #f4f4f4;
  padding: 10px;
  margin: 5px 0;
}
.basic-form input[type=text],
.basic-form select {
  height: 60px;
}
.basic-form .required {
  background-position: 99% 5px;
}
.basic-form .btn-submit {
  border-radius: 0;
  background: #2eb468;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.basic-form .btn-submit:hover {
  background-color: #248b51;
  border-color: #1c6f40;
  color: #fff;
}
#pobocky {
  padding: 20px 0 0 0;
}
#pobocky.career .desc {
  min-height: 110px;
}
#pobocky .pobocka {
  margin-bottom: 30px;
}
#pobocky img {
  width: 100%;
  height: auto;
}
#pobocky .desc {
  background-color: #2eb468;
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
  min-height: 67px;
  position: relative;
}
#pobocky .desc h2 {
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: 700;
}
#pobocky .desc a {
  color: #fff;
  text-decoration: underline;
}
#pobocky .desc a:hover {
  text-decoration: none;
}
#pobocky .desc a.more-link {
  float: right;
  border-radius: 0;
  text-decoration: none;
  background-color: #1e7745;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 11px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#pobocky .desc a.more-link:hover {
  background-color: #5ad58f;
}
#pobocky .desc strong {
  font-weight: normal;
  color: #fff;
}
#pobocky .desc-red {
  background-color: #c1022c;
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
  min-height: 67px;
  position: relative;
}
#pobocky .desc-red h2 {
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: 700;
}
#pobocky .desc-red a {
  color: #fff;
  text-decoration: underline;
}
#pobocky .desc-red a:hover {
  text-decoration: none;
}
#pobocky .desc-red a.more-link {
  float: right;
  border-radius: 0;
  text-decoration: none;
  background-color: #81011d;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 11px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#pobocky .desc-red a.more-link:hover {
  background-color: #df0232;
}
#pobocky .desc-red strong {
  font-weight: normal;
  color: #fff;
}
#rozcestnik-katalogy {
  margin-left: -15px;
  margin-right: -15px;
}
#rozcestnik-katalogy .vuz {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  #rozcestnik-katalogy .vuz {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #rozcestnik-katalogy .vuz {
    float: left;
    width: 33.33333333%;
  }
}
#rozcestnik-katalogy .vuz span {
  display: block;
  padding: 20px;
  background: #2eb468;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
#rozcestnik-katalogy .vuz img {
  margin: 0 auto;
}
#rozcestnik-katalogy .vuz .vuz-links {
  background: #f3f3f3;
  padding: 20px;
  color: #393939;
  text-align: left;
  min-height: 375px;
}
#rozcestnik-katalogy .vuz .vuz-links h2 {
  font-size: 14px;
  color: #393939;
  margin: 10px 0;
}
#rozcestnik-katalogy .vuz .vuz-links a {
  color: #393939;
  text-decoration: underline;
}
#filter-form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #filter-form {
    float: left;
    width: 25%;
  }
}
#filter-form #cars-filter {
  background: #e9e9e9;
  padding: 15px;
}
#filter-form h2 {
  font-size: 18px;
  margin: 10px 0 20px 0 !important;
}
#filter-form select,
#filter-form input {
  border: 1px solid #dadada;
  background-color: #fff;
  padding: 5px;
  margin: 5px 0;
  width: 100%;
}
#filter-form #extra-filter-handler {
  padding: 10px 0;
  text-align: center;
}
#filter-form #extra-filter-handler a {
  text-decoration: underline;
}
#filter-form label {
  width: 100%;
  font-weight: normal;
}
#filter-form label span.jqTransformCheckboxWrapper {
  margin: 2px 5px 0 0;
}
#filter-form label a.jqTransformCheckbox {
  background: transparent url(img/sys/checkbox.gif) no-repeat scroll center top;
}
#filter-form label a.jqTransformChecked {
  background-position: center bottom;
}
#filter-form #cars-result button {
  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: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #2eb468;
  border-color: #29a05c;
  border-radius: 0;
  width: 100%;
  padding: 15px 20px;
}
#filter-form #cars-result button:focus,
#filter-form #cars-result button:active:focus,
#filter-form #cars-result button.active:focus,
#filter-form #cars-result button.focus,
#filter-form #cars-result button:active.focus,
#filter-form #cars-result button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#filter-form #cars-result button:hover,
#filter-form #cars-result button:focus,
#filter-form #cars-result button.focus {
  color: #333333;
  text-decoration: none;
}
#filter-form #cars-result button:active,
#filter-form #cars-result button.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);
}
#filter-form #cars-result button.disabled,
#filter-form #cars-result button[disabled],
fieldset[disabled] #filter-form #cars-result button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#filter-form #cars-result button.disabled,
fieldset[disabled] a#filter-form #cars-result button {
  pointer-events: none;
}
#filter-form #cars-result button:focus,
#filter-form #cars-result button.focus {
  color: #ffffff;
  background-color: #248b51;
  border-color: #0f3a22;
}
#filter-form #cars-result button:hover {
  color: #ffffff;
  background-color: #248b51;
  border-color: #1c6f40;
}
#filter-form #cars-result button:active,
#filter-form #cars-result button.active,
.open > .dropdown-toggle#filter-form #cars-result button {
  color: #ffffff;
  background-color: #248b51;
  border-color: #1c6f40;
}
#filter-form #cars-result button:active:hover,
#filter-form #cars-result button.active:hover,
.open > .dropdown-toggle#filter-form #cars-result button:hover,
#filter-form #cars-result button:active:focus,
#filter-form #cars-result button.active:focus,
.open > .dropdown-toggle#filter-form #cars-result button:focus,
#filter-form #cars-result button:active.focus,
#filter-form #cars-result button.active.focus,
.open > .dropdown-toggle#filter-form #cars-result button.focus {
  color: #ffffff;
  background-color: #1c6f40;
  border-color: #0f3a22;
}
#filter-form #cars-result button:active,
#filter-form #cars-result button.active,
.open > .dropdown-toggle#filter-form #cars-result button {
  background-image: none;
}
#filter-form #cars-result button.disabled:hover,
#filter-form #cars-result button[disabled]:hover,
fieldset[disabled] #filter-form #cars-result button:hover,
#filter-form #cars-result button.disabled:focus,
#filter-form #cars-result button[disabled]:focus,
fieldset[disabled] #filter-form #cars-result button:focus,
#filter-form #cars-result button.disabled.focus,
#filter-form #cars-result button[disabled].focus,
fieldset[disabled] #filter-form #cars-result button.focus {
  background-color: #2eb468;
  border-color: #29a05c;
}
#filter-form #cars-result button .badge {
  color: #2eb468;
  background-color: #ffffff;
}
#car-list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #car-list {
    float: left;
    width: 75%;
  }
}
#car-list .clear {
  display: none;
}
#car-list .car {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #car-list .car {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #car-list .car {
    float: left;
    width: 33.33333333%;
  }
}
#car-list .car .car-in:hover {
  text-decoration: none;
  outline: none;
  border: none;
}
#car-list .car .car-in:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
#car-list .car .car-img {
  min-height: 190px;
  display: block;
  background: #e9e9e9;
  overflow: hidden;
  position: relative;
}
#car-list .car .car-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#car-list .car .car-img .spincar-ico {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 50px;
  height: 50px;
  background: transparent url(img/sys/360-ico.png) no-repeat 50% 50%;
  display: block;
}
#car-list .car .car-params {
  line-height: 1.6em;
  display: block;
  color: #646464;
}
#car-list .car .car-price {
  display: inline-block;
  background: #2eb468;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  left: -20px;
  padding: 4px 35px 6px 15px;
  margin-bottom: 10px;
}
#car-list .car .car-price em {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 0;
  border-color: transparent #248b51 transparent transparent;
}
#car-list .car .car-price b {
  display: inline-block;
  background: url(img/sys/_new/green_arrow.png) 0 0 no-repeat;
  width: 12px;
  height: 35px;
  position: absolute;
  top: 0;
  right: -12px;
}
#car-list .car .car-ico {
  position: absolute;
  left: 14px;
  top: -1px;
}
#car-list .car .car-ico img {
  border: none;
}
#car-list .car .car-desc {
  display: block;
  background: #e9e9e9;
  text-decoration: none;
  color: #636363;
  padding: 0 15px 15px 15px;
  min-height: 110px;
  font-size: 13px;
}
#car-list .car .car-headline {
  display: block;
  background: #e9e9e9;
  text-decoration: none;
  color: #636363;
  margin: 0;
  font-size: 15px;
  padding: 10px 15px;
  min-height: 65px;
}
#car-list .car .car-headline h3 {
  text-decoration: none;
  color: #000;
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: 700;
  min-height: 35px;
}
#car-list .car .car-headline a {
  color: #000;
}
#car-list .car .car-headline .car-id {
  font-size: 12px;
}
#car-list .car .car-info {
  font-size: 13px;
  background: #e9e9e9;
  display: inline-block;
  padding: 5px 15px;
  color: #636363;
  line-height: 1.6em;
  min-height: 135px;
}
#car-list.car-list-op,
#car-list.car-list-selection {
  width: 100%;
  padding: 0;
}
#car-list.car-list-op .car,
#car-list.car-list-selection .car {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #car-list.car-list-op .car,
  #car-list.car-list-selection .car {
    float: left;
    width: 25%;
  }
}
#car-list.car-list-op .car .car-desc,
#car-list.car-list-selection .car .car-desc {
  min-height: 1px;
  padding-bottom: 5px;
}
#car-list.car-list-op .car .car-info ul,
#car-list.car-list-selection .car .car-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 160px;
}
#car-list.car-list-op .car .car-info ul li,
#car-list.car-list-selection .car .car-info ul li {
  background: transparent url(img/sys/ico-list-bullet.gif) no-repeat 0 9px;
  padding: 0 0 0 12px;
}
#car-list.car-list-op .car-in .car-img,
#car-list.car-list-selection .car-in .car-img {
  min-height: 250px;
  overflow: hidden;
  position: relative;
}
#car-list.car-list-op .car-in .car-img img,
#car-list.car-list-selection .car-in .car-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.page_skoda-skladove-vozy #car-list .car .car-params,
.page_seat-skladove-vozy #car-list .car .car-params,
.page_referentske-vozy #car-list .car .car-params {
  min-height: 100px;
}
.page_ojete-vozy #car-list .car .car-desc {
  min-height: 65px;
}
.page_rocni-vozy #car-list .car .car-desc {
  min-height: 65px;
}
.page_pronajem #car-list,
.page_skoda-pronajmy #car-list,
.page_seat-pronajmy #car-list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page_pronajem #car-list,
  .page_skoda-pronajmy #car-list,
  .page_seat-pronajmy #car-list {
    float: left;
    width: 100%;
  }
}
.page_pronajem #car-list a.fancybox.iframe,
.page_skoda-pronajmy #car-list a.fancybox.iframe,
.page_seat-pronajmy #car-list a.fancybox.iframe {
  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: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #2eb468;
  border-color: #29a05c;
  border-radius: 0;
  width: 100%;
  padding: 15px 20px;
}
.page_pronajem #car-list a.fancybox.iframe:focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe:focus,
.page_seat-pronajmy #car-list a.fancybox.iframe:focus,
.page_pronajem #car-list a.fancybox.iframe:active:focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe:active:focus,
.page_seat-pronajmy #car-list a.fancybox.iframe:active:focus,
.page_pronajem #car-list a.fancybox.iframe.active:focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe.active:focus,
.page_seat-pronajmy #car-list a.fancybox.iframe.active:focus,
.page_pronajem #car-list a.fancybox.iframe.focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe.focus,
.page_seat-pronajmy #car-list a.fancybox.iframe.focus,
.page_pronajem #car-list a.fancybox.iframe:active.focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe:active.focus,
.page_seat-pronajmy #car-list a.fancybox.iframe:active.focus,
.page_pronajem #car-list a.fancybox.iframe.active.focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe.active.focus,
.page_seat-pronajmy #car-list a.fancybox.iframe.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page_pronajem #car-list a.fancybox.iframe:hover,
.page_skoda-pronajmy #car-list a.fancybox.iframe:hover,
.page_seat-pronajmy #car-list a.fancybox.iframe:hover,
.page_pronajem #car-list a.fancybox.iframe:focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe:focus,
.page_seat-pronajmy #car-list a.fancybox.iframe:focus,
.page_pronajem #car-list a.fancybox.iframe.focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe.focus,
.page_seat-pronajmy #car-list a.fancybox.iframe.focus {
  color: #333333;
  text-decoration: none;
}
.page_pronajem #car-list a.fancybox.iframe:active,
.page_skoda-pronajmy #car-list a.fancybox.iframe:active,
.page_seat-pronajmy #car-list a.fancybox.iframe:active,
.page_pronajem #car-list a.fancybox.iframe.active,
.page_skoda-pronajmy #car-list a.fancybox.iframe.active,
.page_seat-pronajmy #car-list a.fancybox.iframe.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);
}
.page_pronajem #car-list a.fancybox.iframe.disabled,
.page_skoda-pronajmy #car-list a.fancybox.iframe.disabled,
.page_seat-pronajmy #car-list a.fancybox.iframe.disabled,
.page_pronajem #car-list a.fancybox.iframe[disabled],
.page_skoda-pronajmy #car-list a.fancybox.iframe[disabled],
.page_seat-pronajmy #car-list a.fancybox.iframe[disabled],
fieldset[disabled] .page_pronajem #car-list a.fancybox.iframe,
fieldset[disabled] .page_skoda-pronajmy #car-list a.fancybox.iframe,
fieldset[disabled] .page_seat-pronajmy #car-list a.fancybox.iframe {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.page_pronajem #car-list a.fancybox.iframe.disabled,
a.page_skoda-pronajmy #car-list a.fancybox.iframe.disabled,
a.page_seat-pronajmy #car-list a.fancybox.iframe.disabled,
fieldset[disabled] a.page_pronajem #car-list a.fancybox.iframe,
fieldset[disabled] a.page_skoda-pronajmy #car-list a.fancybox.iframe,
fieldset[disabled] a.page_seat-pronajmy #car-list a.fancybox.iframe {
  pointer-events: none;
}
.page_pronajem #car-list a.fancybox.iframe:focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe:focus,
.page_seat-pronajmy #car-list a.fancybox.iframe:focus,
.page_pronajem #car-list a.fancybox.iframe.focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe.focus,
.page_seat-pronajmy #car-list a.fancybox.iframe.focus {
  color: #ffffff;
  background-color: #248b51;
  border-color: #0f3a22;
}
.page_pronajem #car-list a.fancybox.iframe:hover,
.page_skoda-pronajmy #car-list a.fancybox.iframe:hover,
.page_seat-pronajmy #car-list a.fancybox.iframe:hover {
  color: #ffffff;
  background-color: #248b51;
  border-color: #1c6f40;
}
.page_pronajem #car-list a.fancybox.iframe:active,
.page_skoda-pronajmy #car-list a.fancybox.iframe:active,
.page_seat-pronajmy #car-list a.fancybox.iframe:active,
.page_pronajem #car-list a.fancybox.iframe.active,
.page_skoda-pronajmy #car-list a.fancybox.iframe.active,
.page_seat-pronajmy #car-list a.fancybox.iframe.active,
.open > .dropdown-toggle.page_pronajem #car-list a.fancybox.iframe,
.open > .dropdown-toggle.page_skoda-pronajmy #car-list a.fancybox.iframe,
.open > .dropdown-toggle.page_seat-pronajmy #car-list a.fancybox.iframe {
  color: #ffffff;
  background-color: #248b51;
  border-color: #1c6f40;
}
.page_pronajem #car-list a.fancybox.iframe:active:hover,
.page_skoda-pronajmy #car-list a.fancybox.iframe:active:hover,
.page_seat-pronajmy #car-list a.fancybox.iframe:active:hover,
.page_pronajem #car-list a.fancybox.iframe.active:hover,
.page_skoda-pronajmy #car-list a.fancybox.iframe.active:hover,
.page_seat-pronajmy #car-list a.fancybox.iframe.active:hover,
.open > .dropdown-toggle.page_pronajem #car-list a.fancybox.iframe:hover,
.open > .dropdown-toggle.page_skoda-pronajmy #car-list a.fancybox.iframe:hover,
.open > .dropdown-toggle.page_seat-pronajmy #car-list a.fancybox.iframe:hover,
.page_pronajem #car-list a.fancybox.iframe:active:focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe:active:focus,
.page_seat-pronajmy #car-list a.fancybox.iframe:active:focus,
.page_pronajem #car-list a.fancybox.iframe.active:focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe.active:focus,
.page_seat-pronajmy #car-list a.fancybox.iframe.active:focus,
.open > .dropdown-toggle.page_pronajem #car-list a.fancybox.iframe:focus,
.open > .dropdown-toggle.page_skoda-pronajmy #car-list a.fancybox.iframe:focus,
.open > .dropdown-toggle.page_seat-pronajmy #car-list a.fancybox.iframe:focus,
.page_pronajem #car-list a.fancybox.iframe:active.focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe:active.focus,
.page_seat-pronajmy #car-list a.fancybox.iframe:active.focus,
.page_pronajem #car-list a.fancybox.iframe.active.focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe.active.focus,
.page_seat-pronajmy #car-list a.fancybox.iframe.active.focus,
.open > .dropdown-toggle.page_pronajem #car-list a.fancybox.iframe.focus,
.open > .dropdown-toggle.page_skoda-pronajmy #car-list a.fancybox.iframe.focus,
.open > .dropdown-toggle.page_seat-pronajmy #car-list a.fancybox.iframe.focus {
  color: #ffffff;
  background-color: #1c6f40;
  border-color: #0f3a22;
}
.page_pronajem #car-list a.fancybox.iframe:active,
.page_skoda-pronajmy #car-list a.fancybox.iframe:active,
.page_seat-pronajmy #car-list a.fancybox.iframe:active,
.page_pronajem #car-list a.fancybox.iframe.active,
.page_skoda-pronajmy #car-list a.fancybox.iframe.active,
.page_seat-pronajmy #car-list a.fancybox.iframe.active,
.open > .dropdown-toggle.page_pronajem #car-list a.fancybox.iframe,
.open > .dropdown-toggle.page_skoda-pronajmy #car-list a.fancybox.iframe,
.open > .dropdown-toggle.page_seat-pronajmy #car-list a.fancybox.iframe {
  background-image: none;
}
.page_pronajem #car-list a.fancybox.iframe.disabled:hover,
.page_skoda-pronajmy #car-list a.fancybox.iframe.disabled:hover,
.page_seat-pronajmy #car-list a.fancybox.iframe.disabled:hover,
.page_pronajem #car-list a.fancybox.iframe[disabled]:hover,
.page_skoda-pronajmy #car-list a.fancybox.iframe[disabled]:hover,
.page_seat-pronajmy #car-list a.fancybox.iframe[disabled]:hover,
fieldset[disabled] .page_pronajem #car-list a.fancybox.iframe:hover,
fieldset[disabled] .page_skoda-pronajmy #car-list a.fancybox.iframe:hover,
fieldset[disabled] .page_seat-pronajmy #car-list a.fancybox.iframe:hover,
.page_pronajem #car-list a.fancybox.iframe.disabled:focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe.disabled:focus,
.page_seat-pronajmy #car-list a.fancybox.iframe.disabled:focus,
.page_pronajem #car-list a.fancybox.iframe[disabled]:focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe[disabled]:focus,
.page_seat-pronajmy #car-list a.fancybox.iframe[disabled]:focus,
fieldset[disabled] .page_pronajem #car-list a.fancybox.iframe:focus,
fieldset[disabled] .page_skoda-pronajmy #car-list a.fancybox.iframe:focus,
fieldset[disabled] .page_seat-pronajmy #car-list a.fancybox.iframe:focus,
.page_pronajem #car-list a.fancybox.iframe.disabled.focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe.disabled.focus,
.page_seat-pronajmy #car-list a.fancybox.iframe.disabled.focus,
.page_pronajem #car-list a.fancybox.iframe[disabled].focus,
.page_skoda-pronajmy #car-list a.fancybox.iframe[disabled].focus,
.page_seat-pronajmy #car-list a.fancybox.iframe[disabled].focus,
fieldset[disabled] .page_pronajem #car-list a.fancybox.iframe.focus,
fieldset[disabled] .page_skoda-pronajmy #car-list a.fancybox.iframe.focus,
fieldset[disabled] .page_seat-pronajmy #car-list a.fancybox.iframe.focus {
  background-color: #2eb468;
  border-color: #29a05c;
}
.page_pronajem #car-list a.fancybox.iframe .badge,
.page_skoda-pronajmy #car-list a.fancybox.iframe .badge,
.page_seat-pronajmy #car-list a.fancybox.iframe .badge {
  color: #2eb468;
  background-color: #ffffff;
}
.page_ojete-vozy #car-list .car .clear {
  display: none;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  #car-list .car-ico {
    position: absolute;
    top: 0;
    left: 15px;
  }
}
#car-detail {
  /*.gallery a { .make-md-column(3); padding: 15px 0;
		  img { width: 100%; height: auto; margin-right: 15px; }
	}*/
}
#car-detail #car-main-photo {
  /*height: 340px; */
  overflow: hidden;
  /*margin-bottom: 20px;*/
  position: relative;
}
#car-detail #car-main-photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#car-detail #car-main-photo #imageRotation-1 {
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
#car-detail #car-main-photo #imageRotation-1 img {
  width: 280px;
  padding: 15px;
}
#car-detail #car-detail-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #car-detail #car-detail-panel {
    float: left;
    width: 50%;
  }
}
#car-detail .ico-banners h3 {
  margin: 20px 0 25px 0;
  color: #2eb468;
}
#car-detail .ico-banners div {
  float: left;
  display: block;
  width: 48%;
  margin: 0 22px 10px 0;
}
#car-detail .ico-banners div:nth-child(odd) {
  margin-right: 0;
}
#car-detail .banner-interest {
  margin-bottom: 16px;
  height: 62px;
}
#car-detail .banner-interest a {
  display: block;
}
#car-detail .banner-interest-virtual {
  margin: 50px 0;
  /*height: 62px; */
  text-align: center;
}
#car-detail .gallery {
  background-color: #f4f4f4;
  border-top: 1px solid #e2e2e2;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin-top: auto;
}
#car-detail .gallery .gallery-in {
  padding: 20px;
}
#car-detail img.border {
  border: 1px solid #e9e9e9;
}
#car-detail .car-cena {
  background-color: #2eb468;
  color: #ffffff;
  padding: 0 0 0 20px;
  font-size: 18px;
  margin-bottom: 20px;
}
#car-detail .car-cena1,
#car-detail .car-cena3 {
  font-size: 16px;
}
#car-detail .car-cena2 {
  padding: 17px 0;
  width: 50%;
  float: left;
}
#car-detail .car-cena2 strong {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
#car-detail .car-cena2 strong span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
}
#car-detail .car-cena2 small {
  font-size: 14px;
  margin-left: 107px;
}
#car-detail .car-cena2.nopadding {
  padding: 8px 0;
  line-height: 21px;
}
#car-detail .car-cena2.cena-pronajem strong {
  font-size: 14px;
}
#car-detail .car-cena2.cena-pronajem span {
  margin-left: 10px;
}
#car-detail .car-cena3 {
  padding: 8px 20px 8px 0;
  width: 50%;
  float: left;
  text-align: right;
  line-height: 21px;
}
#car-detail .car-cena3 strong {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
#car-detail .car-cena3 strong span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
#car-detail .car-cena3 small {
  font-size: 14px;
}
#car-detail .car-id {
  float: right;
  font-size: 14px;
  border-left: 1px solid #fff;
  width: 15%;
  text-align: center;
  line-height: 22px;
  margin: 7px 0;
}
#car-detail .car-id strong {
  color: #fff;
}
#car-detail .car-params {
  background-color: #6f6f6f;
  color: #fff;
  padding: 9px 0;
  margin: 0 0 20px 0;
}
#car-detail .car-params .item {
  border-right: 1px solid #fff;
  width: 25%;
  text-align: center;
  float: left;
  line-height: 22px;
  font-size: 14px;
}
#car-detail .car-params .item.last {
  border: none;
}
#car-detail .car-params .item strong {
  color: #fff;
}
#car-detail #car-detail-panel2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*.car-cena2 { background-color: #17ac58; color: #ffffff; text-align: center; padding: 20px 0; font-size: 20px; }
		.car-cena1, .car-cena3 { background-color: #17ac58; color: #ffffff; text-align: center; font-size: 18px; }*/
}
@media (min-width: 992px) {
  #car-detail #car-detail-panel2 {
    float: left;
    width: 50%;
  }
}
#car-detail #car-detail-panel2 .advantage strong {
  color: #17ac58;
  font-size: 18px;
}
#car-detail #car-detail-panel2 .advantage ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
#car-detail #car-detail-panel2 .advantage ul li {
  padding: 3px 0;
}
#car-detail #car-detail-panel2 .advantage ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/sys/_new/bullet_arr.svg) center center no-repeat;
  background-size: 100% 100%;
  margin-right: 7px;
  position: relative;
  top: 4px;
}
#car-detail #car-detail-panel2 .advantage ul li a {
  font-size: 15px;
  color: #393939;
}
#car-detail #car-detail-panel2 .advantage ul li:hover:before {
  transform: rotate(360deg);
  transition: all 0.25s;
}
#car-detail #params {
  margin-bottom: 20px;
}
#car-detail #params h3 {
  margin: 0;
  font-size: 20px;
}
#car-detail #params .t-01 {
  padding-right: 15px;
  width: 50%;
  float: left;
}
#car-detail #params .t-02 {
  padding-left: 15px;
  width: 50%;
  float: right;
}
#car-detail #params table {
  width: 100%;
}
#car-detail #params table tr {
  border-bottom: 1px solid #dddddd;
}
#car-detail #params table th {
  font-weight: normal;
  padding: 5px 0;
}
#car-detail #params table td {
  font-weight: bold;
  padding: 5px 0;
}
#car-detail #popis h3,
#car-detail #car-contact h3 {
  margin: 20px 0 0 0;
}
#car-detail #car-contact {
  margin-top: 30px;
}
#car-detail #car-contact h3 {
  padding-bottom: 20px;
}
#car-detail #car-contact a {
  text-decoration: underline;
}
#car-detail #car-contact a:hover {
  text-decoration: none;
}
#car-detail #calc-iframe {
  border-top: 1px solid #b3b3b3;
  margin-right: 13px;
}
@media (max-width: 575px) {
  #car-detail .car-cena2 {
    width: 50%;
  }
  #car-detail .car-cena2 small,
  #car-detail .car-cena2 span {
    margin-left: 0 !important;
    display: block;
  }
  #car-detail .car-cena2 br {
    display: none;
  }
  #car-detail .car-cena3 {
    width: 50%;
  }
  #car-detail .car-cena3 small,
  #car-detail .car-cena3 span {
    margin-left: 0 !important;
    display: block;
  }
  #car-detail .car-cena3 br {
    display: none;
  }
  #car-detail .car-id {
    width: 100%;
    margin: 10px 0;
    border-left: 0;
  }
  #car-detail .ico-banners div {
    float: none;
    width: 100%;
    text-align: center;
  }
  #car-detail .ico-banners div img {
    margin: 0 auto;
  }
  #car-detail .car-params .item {
    width: 50%;
  }
  #car-detail .car-params .item .item-in {
    padding: 8px 0;
  }
  #car-detail .car-params .item.i2 {
    border-right: none;
  }
  #car-detail .car-params .item.i1 .item-in,
  #car-detail .car-params .item.i2 .item-in {
    border-bottom: 1px solid #fff;
    margin: 0 8px;
  }
}
@media (min-width: 768px) {
  #car-list .car .car-in .car-img img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #car-detail .car-cena {
    padding-left: 10px;
  }
  #car-detail .car-cena2 {
    width: 50%;
  }
  #car-detail .car-cena2 strong {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  #car-detail .car-cena2 strong span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
  }
  #car-detail .car-cena2 small {
    font-size: 12px;
    margin-left: 84px;
  }
  #car-detail .car-cena3 {
    width: 50%;
  }
  #car-detail .car-cena3 strong {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  #car-detail .car-cena3 strong span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
  #car-detail .car-cena3 small {
    font-size: 12px;
  }
  #car-list .car .car-in .car-img {
    min-height: 160px;
  }
  #car-list.car-list-op .car-in .car-img {
    min-height: 215px;
  }
}
@media screen and (max-width: 1200px) {
  #car-detail .car-params .item {
    font-size: 13px;
  }
}
.layout_pobocka {
  padding-bottom: 0 !important;
}
.layout_pobocka .profile .profile-in {
  background-color: #2eb468;
  color: #fff;
  min-height: 385px;
  padding: 15px;
}
.layout_pobocka .profile .profile-in p {
  color: #fff;
  padding: 0 15px;
}
.layout_pobocka .profile .profile-in p strong {
  color: #fff !important;
}
.layout_pobocka .profile .profile-in-red {
  background-color: #c1022c;
  color: #fff;
  min-height: 385px;
  padding: 15px;
}
.layout_pobocka .profile .profile-in-red p {
  color: #fff;
  padding: 0 15px;
}
.layout_pobocka .profile .profile-in-red p strong {
  color: #fff !important;
}
/* Large devices (large desktops, 1200px and up) */
/*@media screen and (min-width: @screen-lg) {*/
/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
  .layout_pobocka .slider {
    padding-right: 0;
  }
  .layout_pobocka .profile {
    padding-left: 0;
  }
  .layout_pobocka .profile .profile-in {
    padding: 5px;
  }
  .layout_pobocka .profile .profile-in p {
    margin: 10px 0;
  }
  .layout_pobocka .profile .profile-in-red {
    padding: 5px;
  }
  .layout_pobocka .profile .profile-in-red p {
    margin: 10px 0;
  }
  .car-cena2 strong {
    font-size: 14px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
  .layout_pobocka .profile .profile-in {
    min-height: 466px;
    padding: 15px;
  }
  .layout_pobocka .profile .profile-in p {
    margin: 1.5em 0;
  }
  .layout_pobocka .profile .profile-in-red {
    min-height: 466px;
    padding: 15px;
  }
  .layout_pobocka .profile .profile-in-red p {
    margin: 1.5em 0;
  }
  #car-list .car .car-in .car-img {
    min-height: 200px;
  }
  #car-list.car-list-op .car-in .car-img {
    min-height: 195px;
  }
}
#kontakty-container {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #fff;
}
#kontakty-container #kontakty-container-in {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  /*#img-mask { width: 40%; float: left; }
		.pcard-text { width: 60%; float: right;
		  p { margin: 0; }
		}*/
}
@media (min-width: 768px) {
  #kontakty-container #kontakty-container-in {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #kontakty-container #kontakty-container-in {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #kontakty-container #kontakty-container-in {
    width: 1170px;
  }
}
#kontakty-container #kontakty-container-in > .navbar-header,
#kontakty-container #kontakty-container-in > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  #kontakty-container #kontakty-container-in > .navbar-header,
  #kontakty-container #kontakty-container-in > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#kontakty-container #kontakty-container-in .pcard {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #kontakty-container #kontakty-container-in .pcard {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #kontakty-container #kontakty-container-in .pcard {
    float: left;
    width: 33.33333333%;
  }
}
#kontakty-container #kontakty-container-in .pcard-in {
  background: #f4f4f4;
  padding: 15px;
  border: 1px solid #f4f4f4;
}
@media screen and (min-width: 992px) {
  #kontakty-container #kontakty-container-in .pcard-in {
    /*min-height: 370px;*/
  }
}
#kontakty-container #kontakty-container-in #img-mask {
  position: relative;
  display: block;
  width: 110px;
  height: 120px;
  margin: 0 auto 0 auto;
}
#kontakty-container #kontakty-container-in #img-mask span {
  display: inline-block;
  width: 110px;
  height: 120px;
  /*background: url(img/sys/_new/photo_mask.png) center center no-repeat; */
  position: absolute;
  top: 0;
  left: 0;
}
#kontakty-container #kontakty-container-in em {
  font-size: 12px;
  margin-bottom: 15px;
}
#kontakty-container.kontakty-vedeni .pcard-in {
  min-height: 255px !important;
}
#kontakty-obecne {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #e9e9e9;
}
#kontakty-obecne #kontakty-obecne-in {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}
@media (min-width: 768px) {
  #kontakty-obecne #kontakty-obecne-in {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #kontakty-obecne #kontakty-obecne-in {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #kontakty-obecne #kontakty-obecne-in {
    width: 1170px;
  }
}
#kontakty-obecne #kontakty-obecne-in > .navbar-header,
#kontakty-obecne #kontakty-obecne-in > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  #kontakty-obecne #kontakty-obecne-in > .navbar-header,
  #kontakty-obecne #kontakty-obecne-in > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.greenbox {
  margin-top: 40px;
  margin-bottom: 40px;
}
.greenbox .kontakt-box-in {
  padding: 0 30px;
  border: 1px solid #f4f4f4;
  margin: 20px 0;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .greenbox .kontakt-box-in {
    min-height: 270px;
  }
}
.service-cars {
  font-weight: bold;
}
.service-cars div {
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  margin: 10px 0 20px 0;
}
.service-cars div.active,
.service-cars div:hover {
  background: transparent url(img/sys/bg_arrow.png) no-repeat center bottom;
}
.tasks-car2,
.tasks-car3,
.tasks-car4 {
  display: none;
}
.table-services tr {
  cursor: pointer;
}
.table-services tr.hiderow {
  cursor: auto;
  display: none;
}
#searchresults {
  margin-left: -15px;
  margin-right: -15px;
}
#searchresults #search-page-list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #searchresults #search-page-list {
    float: left;
    width: 25%;
  }
}
#searchresults #car-list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #searchresults #car-list {
    float: left;
    width: 75%;
  }
}
#searchresults #car-list .clear {
  display: none;
}
.form-contacts {
  background-color: #f4f4f4;
  padding: 20px;
}
.form-contacts h3 {
  color: #2eb468 !important;
}
#rady-leto-list {
  margin-left: -15px;
  margin-right: -15px;
}
#rady-leto-list .rada-leto {
  height: 246px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  /*img { position: absolute; top: 0; right: 0; z-index: 100; }*/
}
@media (min-width: 992px) {
  #rady-leto-list .rada-leto {
    float: left;
    width: 50%;
  }
}
#rady-leto-list .rada-leto .rada-leto-in {
  background-color: #f2f2f2;
  width: 100%;
  height: 246px;
}
#rady-leto-list .rada-leto.svk .panel {
  background: #dedede url(img/sys/mapy/map-svk.png) no-repeat 0 0;
}
#rady-leto-list .rada-leto.cro .panel {
  background: #dedede url(img/sys/mapy/map-cro.png) no-repeat 0 0;
}
#rady-leto-list .rada-leto.ita .panel {
  background: #dedede url(img/sys/mapy/map-ita.png) no-repeat 0 0;
}
#rady-leto-list .rada-leto.hun .panel {
  background: #dedede url(img/sys/mapy/map-hun.png) no-repeat 0 0;
}
#rady-leto-list .rada-leto.gre .panel {
  background: #dedede url(img/sys/mapy/map-gre.png) no-repeat 0 0;
}
#rady-leto-list .rada-leto.pol .panel {
  background: #dedede url(img/sys/mapy/map-pol.png) no-repeat 0 0;
}
#rady-leto-list .rada-leto:hover img {
  display: none;
}
#rady-leto-list .rada-leto:hover .panel {
  background-color: #a8d12d;
}
#rady-leto-list .rada-leto:hover .panel h2 {
  color: #fff;
}
#rady-leto-list .rada-leto.last {
  margin-right: 0;
}
#rady-leto-list .rada-leto .panel {
  background-color: #dedede;
  height: 100%;
  width: 35%;
  float: left;
  position: relative;
}
#rady-leto-list .rada-leto .panel h2 {
  margin: 0;
  padding: 25px 0 0 0;
  color: #414141;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
#rady-leto-list .rada-leto .panel a {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: transparent;
  position: absolute;
}
#rady-leto-list .rada-leto .desc {
  width: 65%;
  overflow: hidden;
  height: 246px;
  float: right;
}
#rady-leto-list .rada-leto .desc img {
  width: 100%;
  height: auto;
}
#rady-leto-list .rada-leto .desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  padding: 20px 0 0 20px;
}
#rady-leto-list .rada-leto .desc ul li {
  color: #373737;
  text-transform: uppercase;
  background: url(img/sys/rr-bullet.png) left 9px no-repeat;
  padding-left: 15px;
  margin: 0;
}
#rady-leto-list .rada-leto .desc ul li a {
  color: #a8d12d;
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #rady-leto-list .rada-leto {
    /*img { position: absolute; top: 0; right: 0; z-index: 100; }*/
  }
  #rady-leto-list .rada-leto .rada-leto-in {
    height: auto;
  }
  #rady-leto-list .rada-leto .panel {
    width: 100%;
    height: 240px;
  }
  #rady-leto-list .rada-leto .desc {
    width: 100%;
  }
  #rady-leto-list .rada-leto .desc img {
    display: none;
  }
}
#rady-list,
#rady-soutez-list {
  padding: 20px 0;
}
#rady-list .rady-item,
#rady-soutez-list .rady-item {
  color: #373737;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
#rady-list .rady-item .rady-item-in,
#rady-soutez-list .rady-item .rady-item-in {
  background-color: #f2f2f2;
  width: 100%;
  height: 160px;
}
#rady-list .rady-item .rady-item-in a,
#rady-soutez-list .rady-item .rady-item-in a {
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}
#rady-list .rady-item .rady-item-in:hover,
#rady-soutez-list .rady-item .rady-item-in:hover {
  background-color: #a8d12d;
}
#rady-list .rady-item .rady-item-in:hover .ri-button,
#rady-soutez-list .rady-item .rady-item-in:hover .ri-button {
  background: transparent url(img/sys/ributton_hover.png) no-repeat 0 0;
}
#rady-list .rady-item .rady-item-in:hover .number,
#rady-soutez-list .rady-item .rady-item-in:hover .number {
  color: #fff;
}
#rady-list .rady-item .rady-item-in.video,
#rady-soutez-list .rady-item .rady-item-in.video {
  background: #f2f2f2 url(img/sys/ico-video.png) no-repeat 50% 50%;
}
#rady-list .rady-item .rady-item-in:hover.video,
#rady-soutez-list .rady-item .rady-item-in:hover.video {
  background: #a8d12d url(img/sys/ico-video.png) no-repeat 50% 50%;
}
#rady-list .rady-item .rady-item-in .ri-button,
#rady-soutez-list .rady-item .rady-item-in .ri-button {
  display: block;
  background: transparent url(img/sys/ributton.png) no-repeat 0 0;
  width: 76px;
  height: 31px;
  line-height: 31px;
  float: left;
  color: #373737;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-indent: 10px;
  position: relative;
  top: 30px;
}
#rady-list .rady-item .rady-item-in .number,
#rady-soutez-list .rady-item .rady-item-in .number {
  color: #7e9d22;
  font-size: 50px;
  width: 33%;
  float: left;
  text-indent: 10px;
  letter-spacing: -5px;
  top: 35px;
  position: relative;
}
#rady-list .rady-item .rady-item-in p,
#rady-soutez-list .rady-item .rady-item-in p {
  float: right;
  width: 66%;
}
.kontrolka {
  background: url(img/sys/kontrolky.png) no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 70px;
  width: 70px;
}
td.center {
  text-align: center;
}
.rady-main {
  text-align: center;
}
.rady-main.rr2 {
  background-color: #636363;
  width: 100%;
  /*height: 150px; */
  margin: 0 auto;
  text-align: left;
  padding-bottom: 5px;
}
.rady-main.rr2 h2 {
  color: #fff !important;
  font-size: 21px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin: 20px !important;
  padding-top: 20px;
}
.rady-main.rr2 p {
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px;
}
.rady-main.rr2 .r-button {
  display: block;
  background: transparent url(img/sys/rbutton.png) no-repeat 0 0;
  width: 216px;
  height: 39px;
  line-height: 35px;
  float: right;
  color: #636363;
  text-decoration: none;
  text-indent: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Large devices (large desktops, 1200px and up) */
/*@media screen and (min-width: @screen-lg) {*/
/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
  .rady-main.rr2 {
    width: 50%;
  }
  #car-list .clear {
    display: block;
  }
}
.gallery-bootstrap .thumb {
  margin-bottom: 30px;
}
.page_servis-akce-seat .bannery-offers .item .item-in h2,
.page_financovani-seat .bannery-offers .item .item-in h2,
.page_financovani-seat-ojete .bannery-offers .item .item-in h2 {
  color: #ed1c24 !important;
}
.bannery-offers {
  margin: 10px 0;
}
.bannery-offers .item {
  margin: 15px 0;
}
.bannery-offers .item .item-in {
  background-color: #fff;
  text-align: center;
  position: relative;
  min-height: 280px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.bannery-offers .item .item-in img {
  width: auto !important;
  height: auto !important;
  padding: 20px 0;
}
.bannery-offers .item .item-in img.border {
  border: 1px solid #f9f9f9;
  width: 400px !important;
  padding: 20px 0;
  margin: 0 auto;
}
.bannery-offers .item .item-in h2 {
  color: #2eb468 !important;
  font-size: 18px;
  font-weight: 600 !important;
  margin: 0 !important;
  text-transform: uppercase;
  padding: 10px 20px 0 20px;
}
.bannery-offers .item .item-in p {
  padding: 0 20px 20px 20px;
  min-height: 80px;
  line-height: 20px;
}
.bannery-offers .item .item-in a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
  margin: 0 !important;
}
.bannery-offers .item .item-in a:hover {
  background-color: rgba(233, 233, 233, 0.3);
  opacity: 0.3;
  transition: opacity 0.5s;
}
.bannery-offers .item.green .item-in,
.bannery-offers .item.red .item-in {
  background-color: #2eb468;
}
.bannery-offers .item.green .item-in h2,
.bannery-offers .item.red .item-in h2 {
  color: #fff !important;
}
.bannery-offers .item.green .item-in p,
.bannery-offers .item.red .item-in p {
  color: #fff !important;
}
.bannery-offers .item.red .item-in {
  background-color: #ed1c24;
}
.bannery-offers .whiteblock {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.block-item {
  margin: 15px 0;
}
.block-item .item-in {
  background-color: #e9e9e9;
  text-align: center;
  position: relative;
  min-height: 235px;
}
.block-item .item-in img {
  width: auto !important;
  height: auto !important;
  padding: 20px 0;
}
.block-item .item-in h2 {
  color: #2eb468 !important;
  font-size: 18px;
  font-weight: 600 !important;
  margin: 0 !important;
  text-transform: uppercase;
  padding: 10px 20px 0 20px;
}
.block-item .item-in p {
  padding: 0 20px 20px 20px;
  min-height: 80px;
  line-height: 20px;
}
.block-item .item-in a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
  margin: 0 !important;
}
.block-item .item-in a:hover {
  background-color: rgba(233, 233, 233, 0.3);
  opacity: 0.3;
  transition: opacity 0.5s;
}
.block-item.green .item-in {
  background-color: #2eb468;
}
.block-item.green .item-in h2 {
  color: #fff !important;
}
.block-item.green .item-in p {
  color: #fff !important;
}
#zc-block {
  width: 100%;
  background-color: #2eb468;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
#zc-block strong {
  color: #fff;
}
#zc-block a {
  color: #fff;
  text-decoration: underline;
}
#zc-block a:hover {
  text-decoration: none;
}
#header-img,
#rozcestnik {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  #rozcestnik,
  #content,
  #header-img {
    margin-top: 0;
  }
}
#main-slider {
  display: none;
}
@media screen and (min-width: 768px) {
  #main-slider {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  #main-slider .carousel,
  #main-slider .carousel-inner {
    height: 600px;
    width: 100%;
  }
  #main-slider .item {
    text-align: center;
    height: 600px;
    position: absolute;
    width: 1px;
    margin: auto;
    left: 0;
    right: 0;
  }
  #main-slider #slider img {
    max-width: none;
    height: 600px;
    left: -1280px;
    position: absolute;
    width: 2560px;
  }
}
/*@media screen and (min-width: @screen-sm) {
	#top-content-wrapper {
		position: relative;
		.container { position: relative; }
	}
	#top-content-bg {
		background: #2fb368; height: 350px; position: absolute; left: -148%; top: 0; width: 150%; z-index: 999;
	}
}*/
.contact-link {
  margin: 10px 0 20px 0;
  border: 1px solid #eee;
  font-size: 17.5px;
  text-align: center;
  border-width: 1px 0;
  color: #636363;
}
.contact-link a {
  text-decoration: underline;
}
.links {
  text-align: center;
}
.links a {
  display: block;
  width: 100%;
  float: left;
  text-transform: uppercase;
  background-color: #2eb468;
  color: #fff;
  margin-right: 30px;
  padding: 20px 0;
}
.links a:hover {
  background-color: #5ad58f;
  text-decoration: none;
}
.links-red {
  text-align: center;
}
.links-red a {
  display: block;
  width: 100%;
  float: left;
  text-transform: uppercase;
  background-color: #c1022c;
  color: #fff;
  margin-right: 30px;
  padding: 20px 0;
}
.links-red a:hover {
  background-color: #df0232;
  text-decoration: none;
}
#topcontent {
  width: 100%;
  background-color: #2eb468;
  height: 350px;
  color: #fff;
  overflow: hidden;
}
#topcontent .container {
  padding: 0;
  width: 100%;
}
#topcontent .container .contentbox {
  position: relative;
}
#topcontent .container .contentslider #slider {
  float: left;
  width: calc(100vw - ((100vw - 100%)/2) - 250px);
  height: 350px;
  position: relative;
  left: 250px;
  overflow: hidden;
}
#topcontent .container .contentslider #slider div.carousel-inner div.item img {
  width: auto;
  height: 350px;
  max-width: inherit;
}
#topcontent .container .contentslider #slider .carousel-control {
  top: 86%;
}
#topcontent .container .imagebox {
  float: left;
  width: calc(100vw - ((100vw - 100%)/2) - 250px);
  height: 350px;
  position: relative;
  left: 250px;
  overflow: hidden;
}
#topcontent .container .imagebox img {
  width: auto;
  height: 100%;
}
#topcontent .container .imagebox a {
  display: none;
}
#topcontent .container .imagebox a:first-child {
  display: inline;
}
#topcontent .container .imagebox button {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0 !important;
  z-index: 2;
  border: none;
  outline: none;
  opacity: 0.5;
}
#topcontent .container .imagebox button:hover,
#topcontent .container .imagebox button:focus {
  opacity: 0.9;
}
#topcontent .container .imagebox .prev {
  background: url(img/sys/_new/arr_prev.png) 0 0 no-repeat;
  left: 0;
}
#topcontent .container .imagebox .next {
  background: url(img/sys/_new/arr_next.png) 0 0 no-repeat;
  right: 0;
}
#topcontent .container .hb-logo {
  height: 60px;
  text-align: center;
}
#topcontent .container .hb-logo span {
  font-size: 30px;
  top: 15px;
}
#topcontent .container .hb-logo img {
  margin: 10px auto 0 auto;
}
#topcontent .container .header-box {
  height: 350px;
  padding: 20px;
  width: 250px;
  position: absolute;
}
#topcontent .container .hb-list ul {
  padding: 10px 15px;
  font-size: 14px;
}
#topcontent .container .hb-list ul li {
  padding: 15px 0;
}
#topcontent .container .hb-list ul li img {
  display: inline-block;
  height: 35px;
}
#topcontent .full-imagebox {
  position: relative;
  overflow: hidden;
}
#topcontent .full-imagebox img {
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: none;
}
/*@media screen and (max-width: 1280px) {
  #topcontent {
    .full-imagebox {
      img { margin-left: 40%; transform: translateX(-40%); max-width: none; }
    }
  }
}*/
@media screen and (max-width: 480px) {
  #topcontent .container .contentbox {
    width: 100%;
  }
  #topcontent .container .contentbox .header-box {
    width: 100%;
  }
  #topcontent .container .imagebox,
  #topcontent .container .contentslider #slider {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #topcontent {
    margin-top: 75px;
    /*.full-imagebox {
      img { margin-left: 30%; transform: translateX(-30%); max-width: none; }
    }*/
  }
  #car-detail .banner-interest {
    text-align: center;
  }
  #car-detail .banner-interest a {
    float: none;
  }
  #car-detail .banner-interest a img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 970px) {
  #topcontent .container {
    width: 970px;
  }
  #topcontent .container .contentbox {
    width: 250px;
    height: 350px;
  }
  #topcontent .container .imagebox {
    /*width: ~'calc(100vw - ((100vw - 100%)/2) - 250px)'; */
    position: relative;
    top: 0;
    float: left;
    height: 350px;
  }
  #topcontent .container .imagebox img {
    width: auto;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    bottom: -100%;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  #topcontent .container {
    width: 1170px;
  }
  #topcontent .container .contentbox {
    width: 250px;
    height: 350px;
  }
  #topcontent .container .imagebox {
    position: relative;
    top: 0;
    float: left;
    height: 350px;
  }
  #topcontent .container .imagebox img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1627px) {
  #topcontent .container .imagebox img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1627px) {
  #topcontent .container .contentslider #slider {
    float: left;
    width: calc(100vw - ((100vw - 100%)/2) - 250px);
    height: 350px;
    position: relative;
    left: 250px;
    overflow: hidden;
  }
  #topcontent .container .contentslider #slider div.carousel-inner {
    width: 100%;
    height: 350px;
  }
  #topcontent .container .contentslider #slider div.carousel-inner div.item {
    width: 100%;
    height: 350px;
  }
  #topcontent .container .contentslider #slider div.carousel-inner div.item img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -100%;
    left: 0;
    bottom: -100%;
    margin: auto;
  }
}
.ico-title {
  position: absolute;
  top: 30px;
  right: 0;
  border: 1px solid #e9e9e9;
}
@media screen and (max-width: 575px) {
  .ico-title {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
a.more-link {
  float: right;
  border-radius: 0;
  text-decoration: none;
  background-color: #2eb468;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 30px;
  font-size: 11px;
}
a.more-link:hover {
  background-color: #5ad58f;
}
#car-detail-icons {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
}
#car-detail-icons div {
  background: #3a3e3d url(img/sys/ico-ov-social.png) no-repeat 0 0;
  width: 65px;
  height: 65px;
  display: inline-block;
  cursor: pointer;
  margin-right: 25px;
}
#car-detail-icons div:hover {
  background-color: #a8d12d;
}
#car-detail-icons div.i2 {
  background-position: -89px 0;
}
#car-detail-icons div.i3 {
  background-position: -183px 0;
  text-indent: -9999px;
}
#car-detail-icons div.i4 {
  background-position: -287px 0;
  text-indent: -9999px;
  margin-right: 0;
}
#car-detail-icons div a {
  display: inline-block;
  width: 100%;
  height: 100%;
  float: left;
}
.strong-line {
  display: block;
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.8em;
}
.greybox {
  background: #f1f1f1;
  margin: 3rem 0;
  padding: 20px;
}
.greybox .bullet li {
  margin-bottom: 2rem;
}
.gallery-bootstrap img {
  width: 100%;
}
.btn-rezervovat {
  display: block;
  text-align: center;
  width: 60%;
  padding: 15px 0;
}
.btn-rezervovat a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  background-color: #2eb468;
  color: #fff;
  padding: 15px 0;
}
.btn-rezervovat a:hover {
  background-color: #5ad58f;
  text-decoration: none;
}
.table-operak {
  margin-bottom: 40px;
}
.table-operak tr th,
.table-operak tr td {
  border-bottom: 1px solid #fff;
}
.table-operak tr th {
  background-color: #2eb468;
  color: #fff;
}
.table-operak tr td {
  background-color: #e9e9e9;
}
.green {
  color: #2eb468;
}
.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
}
.flexbox div[class*='col-'] .car-cena {
  flex: 1 0 auto;
  align-items: center;
  display: flex;
}
.flexbox div[class*='col-']:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.flexbox div[class*='col-']:nth-child(2) {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .flexbox {
    display: block;
  }
}
@media (max-width: 1199px) {
  #car-detail .ico-banners div {
    margin-right: 18px;
  }
}
.btn-form {
  display: inline-block;
  background: #3a3e3c;
  color: #e0e0e0;
  font-style: italic;
  text-decoration: none;
  padding: 5px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  position: relative;
  padding: 20px 33px 20px 67px;
  font-style: normal;
  background: #2eb468 url(img/sys/ico_form.png) no-repeat 23px 50%;
  color: #fff;
}
.btn-form:hover {
  background: #248b51 url(img/sys/ico_form.png) no-repeat 23px 50%;
  color: #fff;
  text-decoration: none;
}
.btn-appdownload {
  padding-left: 60px !important;
}
.btn-appdownload:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(img/sys/_new/ico_download.svg) center center no-repeat;
  background-size: contain;
}
.page_seat #topcontent,
.parent_seat #topcontent,
.page_seat .header-box,
.parent_seat .header-box {
  background-color: #c9282d !important;
}
.page_seat .hb-list ul li,
.parent_seat .hb-list ul li {
  border-bottom: 1px solid #bc252a;
}
.page_seat .hb-list-red ul li,
.parent_seat .hb-list-red ul li {
  border-bottom: 1px solid #81011d;
}
#search-mobile-btn {
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 75px;
  background: url(img/sys/_new/ico_search.svg) center center no-repeat;
  background-size: 33px 33px;
  border: none;
}
#search-mobile-btn:focus {
  outline: none !important;
}
#search-mobile {
  background: #eaeaea;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 15px 10px 5px 10px;
  display: none;
  width: 100%;
}
#search-mobile.in,
#search-mobile.collapsing {
  display: block;
}
#search-mobile .keyword {
  padding: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  float: left;
  display: inline-block;
  border: 1px solid #dadada;
}
#search-mobile label {
  width: 70%;
}
#search-mobile .searchbutton {
  height: 40px;
  line-height: 40px;
  background: #2eb468;
  color: #fff;
  border: 1px solid #2eb468;
  text-transform: uppercase;
  font-size: 12px;
  width: 28%;
  float: right;
  display: inline-block;
}
/* DM HERE */
body.window form.default-form {
  padding: 18px 25px;
  color: #636363;
}
body.window form.default-form h2 {
  padding: 10px 0 10px 0 !important;
  margin: 0 !important;
}
body.window form.default-form h2,
body.window form.default-form h3,
body.window form.default-form h4,
body.window form.default-form h5,
body.window form.default-form h6 {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: black;
}
body.window form.default-form label {
  font-weight: normal;
  margin-bottom: 0;
  display: inline;
  margin-top: 10px;
  display: inline-block;
}
body.window form.default-form .label-souhlas label {
  display: inline;
}
body.window form.default-form input,
body.window form.default-form textarea,
body.window form.default-form select {
  border: 1px solid #dedede;
  background-color: #f4f4f4;
  padding: 10px;
  margin: 5px 0;
}
body.window form.default-form input[type=text],
body.window form.default-form select,
body.window form.default-form input[type=date],
body.window form.default-form input[type=time] {
  height: 60px;
}
body.window form.default-form .required {
  background-position: 99% 5px;
}
body.window form.default-form .btn-submit {
  border-radius: 0;
  background: #2eb468;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
body.window form.default-form .btn-submit:hover {
  background-color: #248b51;
  border-color: #1c6f40;
  color: #fff;
}
#car-not-exist {
  text-align: center;
  font-size: 1.75rem;
}
#car-not-exist strong {
  font-size: 2rem;
}
.video-container-16-9 {
  max-width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}
.video-container-16-9 video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.car-id.stock-num {
  display: none;
}
/* sauto */
#sauto-banner #navbox {
  display: none;
}
#banner-rectangle {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 300px;
  height: 300px;
  border: 1px solid #cccccc;
  background-color: #efefef;
  font-size: 16px;
  padding: 12px 12px 15px 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.25;
}
#banner-rectangle a {
  display: block;
  height: 87px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  margin-bottom: 9px;
  padding: 25px 0 7px 92px;
}
#banner-rectangle a span {
  color: #17a345;
}
#banner-rectangle a.btn1 {
  background: #ffffff url(img/sauto/btn1.jpg) no-repeat 8px 9px;
}
#banner-rectangle a.btn2 {
  background: #ffffff url(img/sauto/btn2.jpg) no-repeat 8px 9px;
}
#banner-rectangle a.btn3 {
  background: #ffffff url(img/sauto/btn3.jpg) no-repeat 8px 9px;
  margin-bottom: 0;
}
#banner-rectangle a:hover {
  color: #17a345;
}
#profil-content {
  width: 1100px;
}
#profil-content .left {
  float: left;
}
#profil-content .right {
  float: right;
}
#profil-content .clear {
  clear: both;
}
#profil-content .profile-top {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 19px;
}
#profil-content .profile-top h2 {
  font-size: 34px;
  color: #27348b;
  text-transform: uppercase;
  margin-top: 5px;
}
#profil-content .profile-top .left {
  width: 478px;
  margin-right: 27px;
}
#profil-content .profile-top .right {
  width: 595px;
}
#profil-content .profile-top .right p {
  margin: 1em 0;
}
#profil-content .profile-top .right .callcentrum {
  background: transparent url(img/sauto/ico-phone.png) no-repeat 0 16px;
  padding-left: 50px;
  font-size: 12px;
}
#profil-content .profile-top .right .callcentrum strong {
  font-size: 28px;
  line-height: 18px;
}
#profil-content .profile-top .right .mailcentrum {
  background: transparent url(img/sauto/ico-mail.png) no-repeat 0 5px;
  padding-left: 50px;
  font-size: 24px;
}
#profil-content .profile-top .right .mailcentrum a {
  color: #000;
  text-decoration: none;
}
#profil-content .profile-top .right .website {
  background: transparent url(img/sauto/ico-web.png) no-repeat 0 5px;
  padding-left: 50px;
  font-size: 24px;
}
#profil-content .profile-top .right .website a {
  color: #000;
  text-decoration: none;
  text-align: center;
}
#profil-content .branches {
  font-size: 14px;
  color: #000;
}
#profil-content .branches .left {
  background: transparent url(img/sauto/branch-ico.png) no-repeat 15px 5px;
  padding-left: 67px;
  min-height: 220px;
  line-height: 1.4;
  padding-right: 50px;
}
#profil-content .branches .left.red h3 {
  color: #b80a2e;
}
#profil-content .branches .left.last {
  text-align: center;
  background: none;
  width: 260px;
  padding: 0;
}
#profil-content .branches h3 {
  color: #04a64b;
  font-size: 16px;
}
#profil-content .branches .small {
  font-size: 12px;
}
#profil-content .form-block .left {
  padding-right: 35px;
}
#profil-content .form-block .right {
  width: 395px;
}
#profil-content .form-block .right h2 {
  font-weight: 28px;
  font-weight: bold;
  color: #434343;
  text-transform: uppercase;
}
#profil-content .form-block .right input,
#profil-content .form-block .right textarea {
  border: 1px solid #e6e6e5;
  padding: 10px 8px;
  margin-bottom: 5px;
  color: #434343;
}
#profil-content .form-block .right input::placeholder,
#profil-content .form-block .right textarea::placeholder {
  color: #acacac;
}
#profil-content .form-block .right .btn-submit {
  background: transparent url(img/sauto/ico-button.png) no-repeat 0 0;
  border: none;
  color: #fff;
  width: 147px;
  height: 36px;
  font-size: 14px;
  letter-spacing: -0.1px;
  padding: 5px 5px;
}
#profil-content .form-block .right .callcentrum {
  background: transparent url(img/sauto/ico-phone.png) no-repeat 0 5px;
  padding-left: 40px;
  font-size: 13px;
}
#profil-content .form-block .right .callcentrum strong {
  color: #04a64b;
  font-size: 24px;
  font-weight: bold;
  line-height: 17px;
}
#profil-content #action-cars {
  margin-top: 40px;
  border-top: 1px solid #cccccc;
  background-color: #f8f8f8;
  text-align: center;
  padding-bottom: 40px;
}
#profil-content #action-cars h2 {
  font-weight: normal;
  margin: 40px 0;
  color: #010101;
}
#profil-content #action-cars #action-cars-in {
  padding-left: 45px;
}
#profil-content #action-cars #action-cars-in .acar {
  background: #fff;
  padding: 10px;
  width: 230px;
  float: left;
  margin-left: 10px;
  min-height: 250px;
}
#profil-content #action-cars #action-cars-in .acar .acar-in {
  text-align: left;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
}
#profil-content #action-cars #action-cars-in .acar .acar-in h3 {
  color: #17a345;
  font-size: 16px;
}
#profil-content #action-cars #action-cars-in .acar .acar-in .acar-pic {
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
#profil-content #action-cars #action-cars-in .acar .acar-in .acar-pic img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#profil-content #action-cars #action-cars-in .acar .acar-in .acar-info {
  padding: 10px;
  line-height: 1.4em;
}
#profil-content #action-cars #action-cars-in .acar .acar-in .acar-price {
  color: #27348b;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0 10px 10px 10px;
}
/* /sauto */
/* virtual-showroom */
#virtual-link {
  display: block;
}
#virtual-link .img-desktop {
  display: block;
}
#virtual-link .img-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  #virtual-link .img-mobile {
    display: block;
  }
  #virtual-link .img-desktop {
    display: none;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.1);
}
.modal .modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: 650px;
  overflow: none;
  position: relative;


}
.modal .modal-content .content-in {
  padding: 25px 30px 15px 30px;
}
.modal .virtual-content {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.modal .virtual-content p {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 14px 0;
  color: #94cfe0;
  letter-spacing: 0.01em;
}
.modal .virtual-content a {
  color: #fff;
}
.modal .virtual-content img {
  width: 100%;
  height: auto;
  max-width: 435px;
}
.modal .virtual-content#virtual-tour {
  background-color: #032147;
  color: #94cfe0;
  background: #032147 url(img/sys/bottom-bck.jpg) no-repeat 0 bottom;
  background-size: contain;
}
.modal .virtual-content#virtual-tour #cols-divs div.col-sm-6 div {
  background: #234665;
  background: linear-gradient(180deg, #234665 0%, #032147 100%);
}
.modal .virtual-content#virtual-tour2 {
  background-color: #08647e;
  /*position: absolute;
			bottom: 0;
			left: 0;*/
  background: #08647e url(img/sys/bottom-bck2.jpg) no-repeat 0 bottom;
  background-size: contain;
}
.modal .virtual-content#virtual-tour2 #cols-divs div.col-sm-6 div {
  background: #4c8fa2;
  background: linear-gradient(180deg, #4c8fa2 0%, #08647e 100%);
}
.modal .virtual-content#virtual-tour3 {
  background-color: #78a6b3;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #78a6b3 url(img/sys/bottom-bck3.jpg) no-repeat 0 bottom;
  background-size: contain;
}
.modal .virtual-content#virtual-tour3 #cols-divs div.col-sm-6 {
  background: #f3f3f3;
}
.modal .button-close {
  position: absolute;
  top: 20px;
  right: 30px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: transparent url(img/sys/button-close.png) no-repeat top center;
  padding-top: 13px;
}
.modal .button-back {
  position: absolute;
  top: 20px;
  left: 30px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: transparent url(img/sys/button-back.png) no-repeat top center;
  padding-top: 13px;
}
.modal #cols-divs {
  padding: 18px 60px 0 65px;
}
.modal #cols-divs div.col-sm-6 {
  text-align: left;
  color: #fff;
  font-size: 13px;
  padding: 0;
  margin: 0;
}
.modal #cols-divs div.col-sm-6.left {
  padding-right: 22px;
}
.modal #cols-divs div.col-sm-6.right {
  padding-left: 20px;
}
.modal #cols-divs div.col-sm-6 div {
  border-radius: 5px;
  padding: 20px 15px 0 23px;
}
.modal #cols-divs div.col-sm-6 img {
  max-width: 348px;
}
.modal #cols-divs div.col-sm-6 .button-video {
  display: block;
  width: 100%;
  height: 49px;
  background: transparent url(img/sys/button-video.png) no-repeat 50% 0;
  margin-top: 25px;
}
.modal #cols-divs p {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 9px 0;
  color: #fff;
  line-height: 1.45;
  letter-spacing: 0.005em;
}
.modal #cols-divs h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 11px;
  color: #94cfe0;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.modal #cols-divs-form {
  padding: 23px 20px 0 26px;
  text-align: left;
  border-radius: 5px;
  background-color: #f3f3f3;
  color: #808080;
  margin: 19px 208px 25px 208px;
  overflow: visible;
}
.modal .bottom-virtual {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.modal .bottom-virtual p {
  padding-top: 92px;
  display: block;
  width: 100%;
  height: 100%;
}
.modal .bottom-virtual p a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 55px;
}
.modal iframe#virtual-iframe {
  height: 380px;
}
@media only screen and (min-width: 768px) {
  .modal .modal-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1020px) {
  .modal .modal-content {
    height: 650px;
    /*.content-in { margin-bottom: 140px; }*/
  }
  .modal iframe#virtual-iframe {
    height: 380px;
  }
  .modal #cols-divs {
    padding: 25px 0 0 0;
  }
  .modal #cols-divs div {
    margin: 0 25px 0 25px;
  }
  .modal #cols-divs div:first-child {
    margin-left: 0;
  }
  .modal #cols-divs div:last-child {
    margin-right: 0;
  }
  .modal .bottom-virtual p {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-content {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .modal iframe#virtual-iframe {
    height: 450px;
  }
  .modal .virtual-content {
    position: relative;
  }
  .modal .virtual-content p {
    margin-top: 20px;
  }
  .modal #cols-divs-form {
    margin: 25px 0;
    margin-bottom: 100px;
  }
  .modal .button-close {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .modal .button-back {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .modal #cols-divs {
    padding-bottom: 100px;
    padding-left: 0;
  }
  .modal #cols-divs div.col-sm-6 {
    margin: 0;
  }
  .modal #cols-divs div.col-sm-6.left {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .modal #cols-divs div.col-sm-6.right {
    padding-left: 0;
  }
  .modal #cols-divs div.col-sm-6 div {
    padding: 20px 0 0 0;
  }
  .modal #cols-divs div.col-sm-6 div p {
    padding: 0 15px 0 23px;
  }
  .modal #cols-divs div.col-sm-6 div h2 {
    padding: 0 15px 0 23px;
  }
  .modal .bottom-virtual p {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding-top: 83px;
  }
}
@media only screen and (max-width: 464px) {
  .modal iframe#virtual-iframe {
    height: 655px;
  }
}
@media only screen and (max-width: 480px) {
  .modal .virtual-content#virtual-tour {
    background-image: url(img/sys/bottom-bck-mob.jpg);
  }
  .modal .virtual-content#virtual-tour2 {
    background-image: url(img/sys/bottom-bck2-mob.jpg);
  }
  .modal .virtual-content#virtual-tour3 {
    background-image: url(img/sys/bottom-bck3-mob.jpg);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .modal iframe#virtual-iframe {
    height: 400px;
  }
  .modal #cols-divs-form {
    margin: 25px 0;
  }
}
body.window {
  background-color: transparent !important;
}
.form-virtual {
  text-align: left;
  color: #808080;
  overflow: visible;
}
.form-virtual .row {
  margin-bottom: 30px;
}
@media only screen and (max-width: 358px) {
  .form-virtual .row .col-xs-6,
  .form-virtual .row .col-xs-4,
  .form-virtual .row .col-xs-2 {
    width: 100%;
  }
}
.form-virtual label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 12px;
}
.form-virtual input {
  min-height: 4.2rem;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 10px 5px;
  display: block;
}
.form-virtual p {
  color: #808080;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
}
.form-virtual p a {
  color: #20a64b;
  font-weight: bold;
}
.form-virtual .btn-submit {
  text-align: center;
  display: block;
  margin: 10px auto 0 auto;
  background-color: #20a64b;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 40px;
  cursor: pointer;
}
/* externí bannery pro prodejní web */
#banner1,
#banner2 {
  text-align: center;
}
#banner1 #banner1-in,
#banner2 #banner1-in {
  min-height: 280px;
  margin: 0 auto;
}
#banner1 .slide-1,
#banner2 .slide-1,
#banner1 .slide-2,
#banner2 .slide-2,
#banner1 .slide-3,
#banner2 .slide-3,
#banner1 .slide-4,
#banner2 .slide-4 {
  margin: 0 auto;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
#banner1 .slide-1 img,
#banner2 .slide-1 img {
  animation: fade1 14s infinite;
}
#banner1 .slide-2 img,
#banner2 .slide-2 img {
  animation: fade2 14s infinite;
}
#banner1 .slide-3 img,
#banner2 .slide-3 img {
  animation: fade3 14s infinite;
}
#banner1 .slide-4 img,
#banner2 .slide-4 img {
  animation: fade4 14s infinite;
}
#banner1-in .slide-0 {
  display: none;
}
#banner1-in .slide-1,
#banner1-in .slide-2,
#banner1-in .slide-3,
#banner1-in .slide-4 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
#banner2 {
  margin: 15px 0;
}
#banner2 #banner2-in {
  position: relative;
  min-height: 555px;
}
@media screen and (max-width: 479px) {
  #banner1 #banner1-in {
    min-height: 210px;
  }
  #banner2 #banner2-in {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  #banner1-in .slide-0 {
    margin: 0 auto;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
  }
  #banner1-in .slide-0 img {
    animation: fade-m0 17.5s infinite;
  }
  #banner1-in .slide-1 img {
    animation: fade-m1 17.5s infinite;
  }
  #banner1-in .slide-2 img {
    animation: fade-m2 17.5s infinite;
  }
  #banner1-in .slide-3 img {
    animation: fade-m3 17.5s infinite;
  }
  #banner1-in .slide-4 img {
    animation: fade-m4 17.5s infinite;
  }
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  21% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  21% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  43% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  71% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  21% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  71% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-m0 {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  21% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  62% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-m1 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  37% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  62% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-m2 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  21% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  57% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-m3 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  21% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  62% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-m4 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  21% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  62% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* /externí bannery pro prodejní web */
#smartsupp-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#smartsupp-button img {
  cursor: pointer;
}
#chat-application {
  display: none !important;
}
#chat-application.show {
  display: block !important;
}
#redirect-frame .head-img {
  width: 100%;
  height: auto;
}
#redirect-frame .redirect-content {
  padding: 0 65px;
}
#redirect-frame .redirect-content h2 {
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 23px;
}
#redirect-frame .redirect-content p {
  text-align: justify;
  font-size: 17px;
  margin-top: 10px;
}
#redirect-frame .redirect-content .row {
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #redirect-frame .redirect-content {
    padding: 0 20px;
  }
}
