/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/assets/fancybox_sprite-44bd06e6b28f3c96e987507bd3c40de3d7023674e42822c3f380eba97b2af903.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
  background: url(/assets/fancybox_loading-59f5d2957585c26f2b5869189b1b414dfd059010dac1272b8f340c75b7ef0860.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
  background: transparent url(/assets/blank-3dca4ecfd677fb7efaad3674864438a6464ceef412fe0b8daea7790a3d96e244.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
  background: url(/assets/fancybox_overlay-fd6fcbffb44c027bfd19ef5bddf11170a99e3126b2cc4ce14de5bfde2591ef0d.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/assets/fancybox_sprite@2x-97fc6354812a3867338afd5c1247b2d639f0268002c6f51834036b8424de186b.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
    background-image: url(/assets/fancybox_loading@2x-b43d261a59d8d0cedea39a9af55e3c999ef49b47117418573d43ece66d107fe7.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
  background-image: url(/assets/fancybox_buttons-93d0ef39b4d113438ef9e4ee3f7a7619cd0934c0704255da0a29c66c243f859a.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*



 */
@charset "UTF-8";
/*


 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,300,500);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
body {
  margin: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
[hidden], template {
  display: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a {
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a:active, a:hover {
  outline: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
b, strong {
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
dfn {
  font-style: italic;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
mark {
  color: #000;
  background: #ff0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
small {
  font-size: 80%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
sup {
  top: -.5em;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
sub {
  bottom: -.25em;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
img {
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
figure {
  margin: 1em 40px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
pre {
  overflow: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
button {
  overflow: visible;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
button, select {
  text-transform: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input {
  line-height: normal;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
legend {
  padding: 0;
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
textarea {
  overflow: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
optgroup {
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  thead {
    display: table-header-group;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  img, tr {
    page-break-inside: avoid;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  img {
    max-width: 100% !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar {
    display: none;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .label {
    border: 1px solid #000;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/../fonts/glyphicons-halflings-regular.eot);
  src: url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-music:before {
  content: "\e002";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-search:before {
  content: "\e003";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-star:before {
  content: "\e006";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-user:before {
  content: "\e008";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-film:before {
  content: "\e009";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-th:before {
  content: "\e011";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-off:before {
  content: "\e017";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-home:before {
  content: "\e021";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-file:before {
  content: "\e022";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-time:before {
  content: "\e023";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-road:before {
  content: "\e024";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-download:before {
  content: "\e026";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-book:before {
  content: "\e043";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-print:before {
  content: "\e045";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-font:before {
  content: "\e047";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-list:before {
  content: "\e056";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-share:before {
  content: "\e066";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-check:before {
  content: "\e067";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-move:before {
  content: "\e068";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-play:before {
  content: "\e072";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-random:before {
  content: "\e110";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-link:before {
  content: "\e144";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-record:before {
  content: "\e165";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-save:before {
  content: "\e166";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-open:before {
  content: "\e167";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-import:before {
  content: "\e169";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-export:before {
  content: "\e170";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-send:before {
  content: "\e171";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-header:before {
  content: "\e180";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-king:before {
  content: "\e211";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-education:before {
  content: "\e233";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-console:before {
  content: "\e254";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
figure {
  margin: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
img {
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.img-rounded {
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.img-circle {
  border-radius: 50%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
[role=button] {
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.h1, h1 {
  font-size: 36px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.h2, h2 {
  font-size: 30px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.h3, h3 {
  font-size: 24px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.h4, h4 {
  font-size: 18px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.h5, h5 {
  font-size: 14px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.h6, h6 {
  font-size: 12px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
p {
  margin: 0 0 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .lead {
    font-size: 21px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.small, small {
  font-size: 85%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-left {
  text-align: left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-right {
  text-align: right;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-center {
  text-align: center;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-justify {
  text-align: justify;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-muted {
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-primary {
  color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-success {
  color: #3c763d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-info {
  color: #31708f;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.text-info:focus, a.text-info:hover {
  color: #245269;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-warning {
  color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-danger {
  color: #a94442;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.bg-success {
  background-color: #dff0d8;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.bg-info {
  background-color: #d9edf7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.bg-danger {
  background-color: #f2dede;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
dd, dt {
  line-height: 1.42857143;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
dt {
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0';
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: '';
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .container {
    width: 1170px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-12 {
  width: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-9 {
  width: 75%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-6 {
  width: 50%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-3 {
  width: 25%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-12 {
  right: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-9 {
  right: 75%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-6 {
  right: 50%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-3 {
  right: 25%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-pull-0 {
  right: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-12 {
  left: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-9 {
  left: 75%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-6 {
  left: 50%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-3 {
  left: 25%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-push-0 {
  left: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-12 {
    width: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-9 {
    width: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-6 {
    width: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-3 {
    width: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-12 {
    width: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-9 {
    width: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-6 {
    width: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-3 {
    width: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-push-0 {
    left: auto;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-12 {
    width: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-9 {
    width: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-6 {
    width: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-3 {
    width: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
table {
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
th {
  text-align: left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table .table {
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input[type=file] {
  display: block;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input[type=range] {
  display: block;
  width: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
select[multiple], select[size] {
  height: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
textarea.form-control {
  height: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  input.form-control[type=date], input.form-control[type=time], input.form-control[type=datetime-local], input.form-control[type=month] {
    line-height: 34px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .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], input.input-sm[type=date], input.input-sm[type=time], input.input-sm[type=datetime-local], input.input-sm[type=month] {
    line-height: 30px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .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], input.input-lg[type=date], input.input-lg[type=time], input.input-lg[type=datetime-local], input.input-lg[type=month] {
    line-height: 46px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group {
  margin-bottom: 15px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input.disabled[type=checkbox], input[type=checkbox][disabled], input.disabled[type=radio], input[type=radio][disabled] {
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
select.input-sm[multiple], textarea.input-sm {
  height: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group-sm select.form-control[multiple], .form-group-sm textarea.form-control {
  height: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
select.input-lg[multiple], textarea.input-lg {
  height: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group-lg select.form-control[multiple], .form-group-lg textarea.form-control {
  height: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-feedback {
  position: relative;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -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);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default.focus[disabled], .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success.focus[disabled], .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info.focus[disabled], .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning.focus[disabled], .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus:active, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger.focus[disabled], .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
input.btn-block[type=button], input.btn-block[type=reset], input.btn-block[type=submit] {
  width: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.fade.in {
  opacity: 1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.collapse {
  display: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.collapse.in {
  display: block;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
tr.collapse.in {
  display: table-row;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
tbody.collapse.in {
  display: table-row-group;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown, .dropup {
  position: relative;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.open > .dropdown-menu {
  display: block;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.open > a {
  outline: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-toolbar {
  margin-left: -5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group > .btn-group {
  float: left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn .caret {
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
select.input-group-lg[multiple] > .form-control, select.input-group-lg[multiple] > .input-group-addon, select.input-group-lg[multiple] > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
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;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
select.input-group-sm[multiple] > .form-control, select.input-group-sm[multiple] > .input-group-addon, select.input-group-sm[multiple] > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-btn > .btn {
  position: relative;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav > li {
  position: relative;
  display: block;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav > li.disabled > a {
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav > li > a > img {
  max-width: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-pills > li {
  float: left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-stacked > li {
  float: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-justified {
  width: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-justified > li {
  float: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tab-content > .active {
  display: block;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-header {
    float: left;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-toggle:focus {
  outline: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-toggle {
    display: none;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-nav > li {
    float: left;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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);
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-left {
    float: left !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-text {
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-link {
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .btn-link {
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.breadcrumb > li {
  display: inline-block;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.breadcrumb > .active {
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination > li {
  display: inline;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pager li {
  display: inline;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label:empty {
  display: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-default {
  background-color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-primary {
  background-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-success {
  background-color: #5cb85c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-info {
  background-color: #5bc0de;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-warning {
  background-color: #f0ad4e;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-danger {
  background-color: #d9534f;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.badge:empty {
  display: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item > .badge {
  float: right;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert .alert-link {
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert > p + p {
  margin-top: 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-info .alert-link {
  color: #245269;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media {
  margin-top: 15px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media:first-child {
  margin-top: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media-body {
  width: 10000px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media-object {
  display: block;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media-middle {
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media-bottom {
  vertical-align: bottom;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item, button.list-group-item {
  color: #555;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-body {
  padding: 15px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-group {
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-default {
  border-color: #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-primary {
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-info {
  border-color: #bce8f1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-warning {
  border-color: #faebcc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-open {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-header .close {
  margin-top: -2px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .modal-lg {
    width: 900px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.top {
  margin-top: -10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.right {
  margin-left: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.bottom {
  margin-top: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.left {
  margin-left: -10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover-content {
  padding: 9px 14px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover > .arrow {
  border-width: 11px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel {
  position: relative;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .active {
  left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .next {
  left: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-control.right {
  right: 0;
  left: auto;
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pull-right {
  float: right !important;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.pull-left {
  float: left !important;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.hide {
  display: none !important;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.show {
  display: block !important;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.invisible {
  visibility: hidden;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.hidden {
  display: none !important;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-xs {
    display: block !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  table.visible-xs {
    display: table !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-sm {
    display: block !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  table.visible-sm {
    display: table !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-md {
    display: block !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  table.visible-md {
    display: table !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-lg {
    display: block !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  table.visible-lg {
    display: table !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .hidden-lg {
    display: none !important;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.visible-print {
  display: none !important;
}

@media print {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-print {
    display: block !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  table.visible-print {
    display: table !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-print-block {
    display: block !important;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 5, app/assets/stylesheets/jednotka/bootstrap/bootstrap.min.css */
  .hidden-print {
    display: none !important;
  }
}

/**
 * Name: Jednotka - Multipurpose Website HTML Template
 * Author: http://themeforest.net/user/BublinaStudio
 * Version: 1.7
**/
/*------------------------------------*\
    $TABLE OF CONTENTS
\*------------------------------------*/
/**
 * $UTILITIES.........................Universal classes for paddings, margins, positioning...
 * $FONT AWESOME......................Font Awesome icons definition
 *
 * $PLUGINS
 *      $ANIMATE......................Animate.CSS - CSS3 animations plugin
 *      $ISOTOPE......................Isotope plugin
 *      $NIVOLIGHTBOX.................Nivo Lightbox plugin
 *
 * $COMMON............................Common definitions
 *
 * $STRUCTURE
 *      $CONTENT......................Content section
 *      $HEADER.......................Header + navigation section
 *      $SIDEBAR......................Sidebar section
 *      $FOOTER.......................Footer section
 *      $TYPOGRAPHY...................Typography definitions
 *
 * $MODULES
 *      $QUOTES.......................Quotes (Testimonials)
 *      $PRICING TABLES...............Pricing tables
 *      $PANELS.......................Bordered panel, Image panel, Big panel, Big circle and circle panel
 *      $BOXES........................Text box, image list box, icon list box, portfolio boxes, profile boxes
 *      $CAROUSELS....................Blur carousel, image carousel, contrast carousel
 *      $TIMELINE.....................Timeline
 *      $STATISTICS...................Statistics
 *      $COMMENTS.....................Comments
 *      $BROWSER WINDOW...............Browser window in portfolio
 *      $BUTTONS......................Custom buttons
 *      $PROGRESS BARS................Custom progress bars
 *      $LINKS........................Links
 *      $ACCORDIONS...................Accordions
 *      $TABS.........................Tabs
 *      $INPUTS.......................Form inputs and controls
 *      $PAGINATION...................Pagination
 *      $NAVS.........................Navigations
 *      $TABLES.......................Tables
 *      $ICONS........................Icons
 *      $CLIENT SLIDESHOW.............Client slideshow (Logo carousel)
 *
 * $PAGES
 *      $CONTACT PAGE.................Definitions for contact page
 *      $ERROR PAGE...................Definitions for error page (404, 500)
 *      $COUNTDOWN PAGE...............Definitions for countdown page (Coming soon, under construction)
 *      $FAQ PAGE.....................Definitions for FAQ page
 */
/*------------------------------------*\
    $UTILITIES
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.no-mg {
  margin: 0 !important;
}

/* line 5, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.no-mg-t {
  margin-top: 0 !important;
}

/* line 6, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.no-mg-r {
  margin-right: 0 !important;
}

/* line 7, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.no-mg-b {
  margin-bottom: 0 !important;
}

/* line 8, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.no-mg-l {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  /* line 10, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .no-mg-xso {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 11, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .no-mg-t-xso {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .no-mg-r-xso {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 13, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .no-mg-b-xso {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .no-mg-l-xso {
    margin-left: 0 !important;
  }
}

/* line 16, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.no-pd {
  padding: 0 !important;
}

/* line 17, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.no-pd-t {
  padding-top: 0 !important;
}

/* line 18, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.no-pd-r {
  padding-right: 0 !important;
}

/* line 19, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.no-pd-b {
  padding-bottom: 0 !important;
}

/* line 20, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.no-pd-l {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  /* line 22, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .no-pd-xso {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 23, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .no-pd-t-xso {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .no-pd-r-xso {
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 25, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .no-pd-b-xso {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 26, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .no-pd-l-xso {
    padding-left: 0 !important;
  }
}

/* line 35, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-lg {
  margin: 40px;
}

/* line 36, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-lg {
  padding: 40px;
}

/* line 38, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-t-lg {
  margin-top: 40px;
}

/* line 39, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-r-lg {
  margin-right: 40px;
}

/* line 40, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-b-lg {
  margin-bottom: 40px;
}

/* line 41, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-l-lg {
  margin-left: 40px;
}

/* line 43, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-t-lg {
  padding-top: 40px;
}

/* line 44, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-r-lg {
  padding-right: 40px;
}

/* line 45, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-b-lg {
  padding-bottom: 40px;
}

/* line 46, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-l-lg {
  padding-left: 40px;
}

@media (max-width: 767px) {
  /* line 48, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-t-xso-lg {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  /* line 49, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-r-xso-lg {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  /* line 50, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-b-xso-lg {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 51, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-l-xso-lg {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-t-xso-lg {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-r-xso-lg {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  /* line 55, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-b-xso-lg {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 56, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-l-xso-lg {
    padding-left: 40px;
  }
}

/* line 35, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-md {
  margin: 30px;
}

/* line 36, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-md {
  padding: 30px;
}

/* line 38, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-t-md {
  margin-top: 30px;
}

/* line 39, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-r-md {
  margin-right: 30px;
}

/* line 40, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-b-md {
  margin-bottom: 30px;
}

/* line 41, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-l-md {
  margin-left: 30px;
}

/* line 43, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-t-md {
  padding-top: 30px;
}

/* line 44, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-r-md {
  padding-right: 30px;
}

/* line 45, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-b-md {
  padding-bottom: 30px;
}

/* line 46, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-l-md {
  padding-left: 30px;
}

@media (max-width: 767px) {
  /* line 48, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-t-xso-md {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  /* line 49, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-r-xso-md {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  /* line 50, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-b-xso-md {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 51, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-l-xso-md {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-t-xso-md {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-r-xso-md {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  /* line 55, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-b-xso-md {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 56, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-l-xso-md {
    padding-left: 30px;
  }
}

/* line 35, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg {
  margin: 20px;
}

/* line 36, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd {
  padding: 20px;
}

/* line 38, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-t {
  margin-top: 20px;
}

/* line 39, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-r {
  margin-right: 20px;
}

/* line 40, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-b {
  margin-bottom: 20px;
}

/* line 41, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-l {
  margin-left: 20px;
}

/* line 43, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-t {
  padding-top: 20px;
}

/* line 44, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-r {
  padding-right: 20px;
}

/* line 45, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-b {
  padding-bottom: 20px;
}

/* line 46, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-l {
  padding-left: 20px;
}

@media (max-width: 767px) {
  /* line 48, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-t-xso {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 49, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-r-xso {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  /* line 50, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-b-xso {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 51, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-l-xso {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-t-xso {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-r-xso {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  /* line 55, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-b-xso {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 56, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-l-xso {
    padding-left: 20px;
  }
}

/* line 35, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-sm {
  margin: 10px;
}

/* line 36, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-sm {
  padding: 10px;
}

/* line 38, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-t-sm {
  margin-top: 10px;
}

/* line 39, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-r-sm {
  margin-right: 10px;
}

/* line 40, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-b-sm {
  margin-bottom: 10px;
}

/* line 41, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-l-sm {
  margin-left: 10px;
}

/* line 43, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-t-sm {
  padding-top: 10px;
}

/* line 44, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-r-sm {
  padding-right: 10px;
}

/* line 45, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-b-sm {
  padding-bottom: 10px;
}

/* line 46, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-l-sm {
  padding-left: 10px;
}

@media (max-width: 767px) {
  /* line 48, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-t-xso-sm {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 49, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-r-xso-sm {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  /* line 50, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-b-xso-sm {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* line 51, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-l-xso-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-t-xso-sm {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-r-xso-sm {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  /* line 55, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-b-xso-sm {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* line 56, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-l-xso-sm {
    padding-left: 10px;
  }
}

/* line 35, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-xs {
  margin: 5px;
}

/* line 36, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-xs {
  padding: 5px;
}

/* line 38, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-t-xs {
  margin-top: 5px;
}

/* line 39, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-r-xs {
  margin-right: 5px;
}

/* line 40, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-b-xs {
  margin-bottom: 5px;
}

/* line 41, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.mg-l-xs {
  margin-left: 5px;
}

/* line 43, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-t-xs {
  padding-top: 5px;
}

/* line 44, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-r-xs {
  padding-right: 5px;
}

/* line 45, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-b-xs {
  padding-bottom: 5px;
}

/* line 46, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pd-l-xs {
  padding-left: 5px;
}

@media (max-width: 767px) {
  /* line 48, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-t-xso-xs {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  /* line 49, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-r-xso-xs {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  /* line 50, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-b-xso-xs {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  /* line 51, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .mg-l-xso-xs {
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-t-xso-xs {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-r-xso-xs {
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  /* line 55, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-b-xso-xs {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  /* line 56, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .pd-l-xso-xs {
    padding-left: 5px;
  }
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-white {
  color: #fff !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.white-bg {
  background-color: #fff !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.white-border {
  border-color: #fff !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-white {
  background-color: #fff !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-white {
  background-color: #fff !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-white {
  background: #fff;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-black {
  color: #000 !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.black-bg {
  background-color: #000 !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.black-border {
  border-color: #000 !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-black {
  background-color: #000 !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-black {
  background-color: #000 !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-black {
  background: #000;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-contrast {
  color: #8dc153 !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.contrast-bg {
  background-color: #8dc153 !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.contrast-border {
  border-color: #8dc153 !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-contrast {
  background-color: #8dc153 !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-contrast {
  background-color: #8dc153 !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-contrast {
  background: #8dc153;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-dark {
  color: #353b47 !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.dark-bg {
  background-color: #353b47 !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.dark-border {
  border-color: #353b47 !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-dark {
  background-color: #353b47 !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-dark {
  background-color: #353b47 !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-dark {
  background: #353b47;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-medium {
  color: #434955 !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.medium-bg {
  background-color: #434955 !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.medium-border {
  border-color: #434955 !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-medium {
  background-color: #434955 !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-medium {
  background-color: #434955 !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-medium {
  background: #434955;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-light {
  color: #676f7a !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.light-bg {
  background-color: #676f7a !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.light-border {
  border-color: #676f7a !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-light {
  background-color: #676f7a !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-light {
  background-color: #676f7a !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-light {
  background: #676f7a;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-medium-light {
  color: #9ca4af !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.medium-light-bg {
  background-color: #9ca4af !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.medium-light-border {
  border-color: #9ca4af !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-medium-light {
  background-color: #9ca4af !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-medium-light {
  background-color: #9ca4af !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-medium-light {
  background: #9ca4af;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-very-light {
  color: #eaedf2 !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.very-light-bg {
  background-color: #eaedf2 !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.very-light-border {
  border-color: #eaedf2 !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-very-light {
  background-color: #eaedf2 !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-very-light {
  background-color: #eaedf2 !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-very-light {
  background: #eaedf2;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-primary {
  color: #428bca !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.primary-bg {
  background-color: #428bca !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.primary-border {
  border-color: #428bca !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-primary {
  background-color: #428bca !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-primary {
  background-color: #428bca !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-primary {
  background: #428bca;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-success {
  color: #5cb85c !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.success-bg {
  background-color: #5cb85c !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.success-border {
  border-color: #5cb85c !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-success {
  background-color: #5cb85c !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-success {
  background-color: #5cb85c !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-success {
  background: #5cb85c;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.warning-bg {
  background-color: #f0ad4e !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.warning-border {
  border-color: #f0ad4e !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-warning {
  background-color: #f0ad4e !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-warning {
  background-color: #f0ad4e !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-warning {
  background: #f0ad4e;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-danger {
  color: #d9534f !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.danger-bg {
  background-color: #d9534f !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.danger-border {
  border-color: #d9534f !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-danger {
  background-color: #d9534f !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-danger {
  background-color: #d9534f !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-danger {
  background: #d9534f;
}

/* line 63, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-info {
  color: #5dc3de !important;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.info-bg {
  background-color: #5dc3de !important;
}

/* line 71, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.info-border {
  border-color: #5dc3de !important;
}

/* line 75, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.label-info {
  background-color: #5dc3de !important;
}

/* line 76, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.badge-info {
  background-color: #5dc3de !important;
}

/* line 77, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.progress-bar-info {
  background: #5dc3de;
}

/* line 80, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.center-block {
  margin-left: auto;
  margin-right: auto;
}

/* line 81, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.right-block {
  margin-left: auto;
  margin-right: 0;
}

/* line 82, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.left-block {
  margin-left: 0;
  margin-right: auto;
}

/* line 83, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-justify {
  text-align: justify;
}

/* line 84, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.text-uppercase {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 85, app/assets/stylesheets/jednotka/theme/_utilities.scss */
  .text-center-xs {
    text-align: center;
  }
}

/* line 87, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pos-rel {
  position: relative !important;
}

/* line 88, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pos-abs {
  position: absolute !important;
}

/* line 89, app/assets/stylesheets/jednotka/theme/_utilities.scss */
.pos-sta {
  position: static !important;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/font-awesome/fontawesome-webfont-999ebf5c1adbfed628819fbbdeea507b1fc80e83365b15462dce009c79bb391b.eot?v=4.6.3);
  src: url(/assets/font-awesome/fontawesome-webfont-999ebf5c1adbfed628819fbbdeea507b1fc80e83365b15462dce009c79bb391b.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(/assets/font-awesome/fontawesome-webfont-80a2fe36e34230322dbcbbfbff1ce2c52bb62aa10627cb6d042a0c6fa906a167.woff2?v=4.6.3) format("woff2"), url(/assets/font-awesome/fontawesome-webfont-982c184978d05e9add2035a50ed6d01ece09a561277ceca7be5421fa93709dd0.woff?v=4.6.3) format("woff"), url(/assets/font-awesome/fontawesome-webfont-bc1d8ff26d75961430a30a4901971bee5208c676b8db13fcc0456166fafc7c79.ttf?v=4.6.3) format("truetype"), url(/assets/font-awesome/fontawesome-webfont-c1da738cfa50f2d674ae5d18bfcf6596521039dbbd9d2bdb23a2871241ed53f4.svg?v=4.6.3#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, app/assets/stylesheets/jednotka/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, app/assets/stylesheets/jednotka/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, app/assets/stylesheets/jednotka/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, app/assets/stylesheets/jednotka/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, app/assets/stylesheets/jednotka/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, app/assets/stylesheets/jednotka/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, app/assets/stylesheets/jednotka/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, app/assets/stylesheets/jednotka/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

/* line 8, app/assets/stylesheets/jednotka/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, app/assets/stylesheets/jednotka/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, app/assets/stylesheets/jednotka/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, app/assets/stylesheets/jednotka/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, app/assets/stylesheets/jednotka/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, app/assets/stylesheets/jednotka/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, app/assets/stylesheets/jednotka/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, app/assets/stylesheets/jednotka/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, app/assets/stylesheets/jednotka/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, app/assets/stylesheets/jednotka/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, app/assets/stylesheets/jednotka/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, app/assets/stylesheets/jednotka/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, app/assets/stylesheets/jednotka/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, app/assets/stylesheets/jednotka/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, app/assets/stylesheets/jednotka/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, app/assets/stylesheets/jednotka/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/jednotka/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, app/assets/stylesheets/jednotka/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, app/assets/stylesheets/jednotka/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, app/assets/stylesheets/jednotka/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, app/assets/stylesheets/jednotka/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, app/assets/stylesheets/jednotka/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, app/assets/stylesheets/jednotka/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, app/assets/stylesheets/jednotka/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, app/assets/stylesheets/jednotka/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 558, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 614, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 636, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 637, app/assets/stylesheets/jednotka/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 4, app/assets/stylesheets/jednotka/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, app/assets/stylesheets/jednotka/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*------------------------------------*\
    $PLUGINS
\*------------------------------------*/
/*------------------------------------*\
    $ANIMATE
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
body {
  -webkit-backface-visibility: hidden;
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* line 4, app/assets/stylesheets/jednotka/plugins/animate/_animate.scss */
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

/*------------------------------------*\
    $ISOTOPE
\*------------------------------------*/
/**** Isotope Filtering ****/
/* line 6, app/assets/stylesheets/jednotka/plugins/isotope/_isotope.scss */
.isotope-item {
  z-index: 2;
  overflow: visible !important;
}

/* line 11, app/assets/stylesheets/jednotka/plugins/isotope/_isotope.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
/* line 18, app/assets/stylesheets/jednotka/plugins/isotope/_isotope.scss */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 27, app/assets/stylesheets/jednotka/plugins/isotope/_isotope.scss */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

/* line 35, app/assets/stylesheets/jednotka/plugins/isotope/_isotope.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
/* line 45, app/assets/stylesheets/jednotka/plugins/isotope/_isotope.scss */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* line 10, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}

/* line 14, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(/images/plugins/nivo_slider/loading.gif) no-repeat 50% 50%;
}

/* line 16, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}

/* line 25, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 29, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(/images/plugins/nivo_slider/prev.png);
  border-radius: 0 3px 3px 0;
}

/* line 33, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(/images/plugins/nivo_slider/next.png);
  border-radius: 3px 0 0 3px;
}

/* line 38, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(/images/plugins/nivo_slider/close.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}

/* line 47, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}

/* line 49, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}

/* line 50, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}

/* line 60, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 66, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 81, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(/images/plugins/nivo_slider/loading@2x.gif);
    background-size: 32px 32px;
  }
  /* line 85, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(/images/plugins/nivo_slider/prev@2x.png);
    background-size: 48px 48px;
  }
  /* line 89, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(/images/plugins/nivo_slider/next@2x.png);
    background-size: 48px 48px;
  }
  /* line 93, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(/images/plugins/nivo_slider/close@2x.png);
    background-size: 16px 16px;
  }
}

/*
 * Nivo Lightbox v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* line 109, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 123, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

/* line 127, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

/* line 134, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}

/* line 138, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

/* line 146, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-nav {
  display: none;
}

/* line 147, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 152, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 157, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}

/* line 163, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-image {
  text-align: center;
}

/* line 164, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* line 171, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

/* line 175, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

/* line 183, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

/* line 191, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

/* Effects
 **********************************************/
/* line 198, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* fadeScale */
/* line 213, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

/* line 224, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
/* line 232, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* line 242, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

/* line 248, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

/* line 254, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 261, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

/* line 267, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

/* line 273, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* fall */
/* line 282, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

/* line 287, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}

/* line 298, app/assets/stylesheets/jednotka/plugins/nivo_lightbox/_nivo-lightbox.scss */
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*------------------------------------*\
    $COMMON
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/_common.scss */
::selection {
  background-color: #d8eac3;
}

/* line 5, app/assets/stylesheets/jednotka/theme/_common.scss */
::-moz-selection {
  background-color: #d8eac3;
}

/* line 7, app/assets/stylesheets/jednotka/theme/_common.scss */
.well {
  background-color: #eaedf2;
  border-color: #cbd2df;
}

/* line 12, app/assets/stylesheets/jednotka/theme/_common.scss */
.jumbotron {
  background-color: #eaedf2;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: 0;
}

/* line 19, app/assets/stylesheets/jednotka/theme/_common.scss */
.jumbotron h1 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 25, app/assets/stylesheets/jednotka/theme/_common.scss */
.jumbotron p {
  line-height: inherit;
}

/* line 31, app/assets/stylesheets/jednotka/theme/_common.scss */
.container .jumbotron {
  padding: 30px;
}

/* line 34, app/assets/stylesheets/jednotka/theme/_common.scss */
.container .jumbotron.jumbotron-lg {
  padding: 60px;
}

/* line 40, app/assets/stylesheets/jednotka/theme/_common.scss */
.glyphicon {
  font-family: inherit;
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/
/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
html {
  height: 100%;
}

/* line 8, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
body {
  background-color: #353b47;
  width: 100%;
  overflow-x: hidden;
}

/* line 13, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
body.boxed {
  background-color: #e8e8e8;
  background-image: url(/images/jednotka/bg_patterns/bg_boxed.png);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 13, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
  body.boxed {
    background-image: url(/images/jednotka/bg_patterns/bg_boxed.png);
    background-size: 200px 200px;
  }
}

@media (min-width: 768px) {
  /* line 18, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
  body.boxed #wrapper {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 24, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
  body.boxed #wrapper #header, body.boxed #wrapper #main-content, body.boxed #wrapper #footer-main, body.boxed #wrapper #footer-copyright {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  /* line 18, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
  body.boxed #wrapper {
    max-width: 1030px;
  }
}

@media (min-width: 1200px) {
  /* line 18, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
  body.boxed #wrapper {
    max-width: 1230px;
  }
}

/* line 41, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
#wrapper {
  background-repeat: no-repeat;
  background-position: center 0;
  background-image: url(/images/bg_wrapper.jpg);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 41, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
  #wrapper {
    background-image: url(/images/bg_wrapper@2x.jpg);
    background-size: 1920px 535px;
  }
}

/* line 48, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
#main-content {
  padding: 70px 0 80px 0;
  background-color: #fff;
}

/* line 54, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
body.boxed #scroll-to-top {
  border-color: #9ca4af;
  color: #676f7a;
  background-color: #eaedf2;
}

/* line 60, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
body.boxed #scroll-to-top.fade.in:hover {
  border-color: #808a98;
  background-color: #f0f2f6;
}

/* line 68, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
#scroll-to-top {
  right: 10px;
  border: 2px solid #eaedf2;
  color: #8dc153;
  line-height: 45px;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  width: 50px;
  height: 50px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  /* line 68, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
  #scroll-to-top {
    display: block;
  }
}

/* line 89, app/assets/stylesheets/jednotka/theme/structure/_content.scss */
#scroll-to-top.fade.in:hover {
  cursor: pointer;
  border-color: #cbd2df;
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
#header {
  position: relative;
  z-index: 1000;
}

/* line 1, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar {
  height: 90px;
}

/* line 5, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm {
  border: none;
  background: none;
  margin: 0;
  border-bottom: 1px solid;
  border-color: #686c75;
  border-color: rgba(255, 255, 255, 0.25);
}

/* line 13, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-collapse {
  background-color: #353b47;
  background-color: rgba(53, 59, 71, 0.98);
  border: none;
}

@media (min-width: 768px) {
  /* line 13, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-collapse {
    background-color: transparent;
  }
}

/* line 27, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-brand {
  padding: 0;
  float: none;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}

/* line 34, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-toggle {
  margin: 27px 0 0;
  border-color: #fff;
  border-width: 2px;
}

/* line 40, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 44, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-toggle:hover, #header .navbar-default.navbar-collapsed-sm .navbar-toggle:focus {
  border-color: #8dc153;
  background-color: #8dc153;
}

/* line 52, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open > a {
  background-color: #4a4f5a;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 52, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > .open > a {
    background-color: transparent;
  }
}

/* line 60, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu {
  padding: 0;
}

/* line 64, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li > a {
  color: #8dc153;
  border-bottom: 1px solid;
  padding: 10px 15px 10px 25px;
  border-color: #3f4550;
  border-color: rgba(153, 153, 153, 0.1);
}

@media (min-width: 768px) {
  /* line 64, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li > a {
    color: #fff;
    border-bottom-color: white;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 10px 20px;
    white-space: normal;
  }
  /* line 78, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li > a:focus {
    background-color: #73a53c;
  }
}

/* line 84, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.dropdown-submenu {
  position: relative;
}

/* line 87, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.dropdown-submenu:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  right: -17px;
  display: block;
}

/* line 97, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .fa-angle-right {
  position: absolute;
  top: 13px;
  right: 13px;
}

/* line 103, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  top: -20px;
  right: -123px;
}

/* line 107, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .dropdown-menu:before {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(255, 255, 255, 0.4);
  border-bottom-color: transparent;
  position: absolute;
  left: -5px;
  top: 15px;
  margin-left: -5px;
  width: 0;
  height: 0;
}

/* line 124, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li:last-child > a {
  border-bottom-color: transparent;
}

/* line 124, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > .open .dropdown-menu > li.last-child > a {
  border-bottom-color: transparent;
}

@media (max-width: 767px) {
  /* line 133, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
  }
  /* line 142, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav .open .dropdown-menu > li > a {
    background-color: transparent;
  }
  /* line 148, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav .open .dropdown-menu > .active > a, #header .navbar-default.navbar-collapsed-sm .navbar-nav .open .dropdown-menu > .active > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8dc153;
  }
}

/* line 156, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a {
  border-bottom: 1px solid;
  border-color: #4a4f5a;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 160, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a span {
  color: #fff;
}

/* line 164, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a [class^="fa-"], #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a [class*=" fa-"] {
  margin: 3px 0 0 0;
  float: right;
}

/* line 171, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:focus {
  background-color: #8dc153;
}

/* line 177, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li:last-child > a {
  border-bottom: none;
}

@media (min-width: 768px) {
  /* line 183, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li .dropdown-menu {
    margin-top: 15px;
    background-color: #8dc153;
    border: 5px solid;
    width: 216px;
    right: 50%;
    margin-right: -108px;
    border-color: #868991;
    border-color: rgba(255, 255, 255, 0.4);
  }
  /* line 193, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li .dropdown-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    top: -20px;
    left: 0;
    display: block;
  }
  /* line 204, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li .dropdown-menu > .active > a {
    background-color: #73a53c;
  }
  /* line 209, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li .dropdown-menu > li:first-child {
    position: relative;
  }
}

@media (min-width: 768px) {
  /* line 219, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li {
    margin: 0;
  }
  /* line 222, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a {
    margin-top: 1px;
    padding: 0 15px;
    background-color: transparent;
    border: none;
  }
  /* line 228, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a [class^="fa-"], #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a [class*=" fa-"] {
    margin: 0 0 0 5px;
    float: none;
  }
  /* line 233, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a span {
    color: #fff;
    height: 90px;
    border-bottom: 3px solid transparent;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 240, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a:focus {
    background-color: transparent;
  }
  /* line 243, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a:focus span {
    color: white;
    color: rgba(255, 255, 255, 0.85);
    border-bottom-color: #8dc153;
  }
  /* line 251, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:focus, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:hover, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 255, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:focus span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:focus span {
    color: #fff;
    border-bottom-color: #8dc153;
  }
  /* line 262, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:focus span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:focus span {
    color: white;
    color: rgba(255, 255, 255, 0.85);
  }
  /* line 269, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-bottom-color: #868991;
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
  /* line 283, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li:last-child {
    margin-right: 0;
  }
  /* line 286, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li:last-child > a {
    padding-right: 0;
  }
  /* line 291, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open:last-child:before {
    margin-left: 2px;
  }
  /* line 296, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li:last-child .dropdown-menu {
    right: 0;
    margin-right: 0;
    left: auto;
  }
  /* line 305, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.last-child .dropdown-menu {
    right: 15px;
    margin-right: 0;
    left: auto;
  }
}

/* line 1, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar {
  height: 90px;
}

/* line 5, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md {
  border: none;
  background: none;
  margin: 0;
  border-bottom: 1px solid;
  border-color: #686c75;
  border-color: rgba(255, 255, 255, 0.25);
}

/* line 13, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-collapse {
  background-color: #353b47;
  background-color: rgba(53, 59, 71, 0.98);
  border: none;
}

@media (min-width: 768px) {
  /* line 13, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-collapse {
    background-color: transparent;
  }
}

/* line 27, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-brand {
  padding: 0;
  float: none;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}

/* line 34, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-toggle {
  margin: 27px 0 0;
  border-color: #fff;
  border-width: 2px;
}

/* line 40, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 44, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-toggle:hover, #header .navbar-default.navbar-collapsed-md .navbar-toggle:focus {
  border-color: #8dc153;
  background-color: #8dc153;
}

/* line 52, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open > a {
  background-color: #4a4f5a;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 52, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > .open > a {
    background-color: transparent;
  }
}

/* line 60, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu {
  padding: 0;
}

/* line 64, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li > a {
  color: #8dc153;
  border-bottom: 1px solid;
  padding: 10px 15px 10px 25px;
  border-color: #3f4550;
  border-color: rgba(153, 153, 153, 0.1);
}

@media (min-width: 768px) {
  /* line 64, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li > a {
    color: #fff;
    border-bottom-color: white;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 10px 20px;
    white-space: normal;
  }
  /* line 78, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li > a:focus {
    background-color: #73a53c;
  }
}

/* line 84, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.dropdown-submenu {
  position: relative;
}

/* line 87, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.dropdown-submenu:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  right: -17px;
  display: block;
}

/* line 97, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .fa-angle-right {
  position: absolute;
  top: 13px;
  right: 13px;
}

/* line 103, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  top: -20px;
  right: -123px;
}

/* line 107, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.dropdown-submenu .dropdown-menu:before {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(255, 255, 255, 0.4);
  border-bottom-color: transparent;
  position: absolute;
  left: -5px;
  top: 15px;
  margin-left: -5px;
  width: 0;
  height: 0;
}

/* line 124, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li:last-child > a {
  border-bottom-color: transparent;
}

/* line 124, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > .open .dropdown-menu > li.last-child > a {
  border-bottom-color: transparent;
}

@media (max-width: 767px) {
  /* line 133, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
  }
  /* line 142, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav .open .dropdown-menu > li > a {
    background-color: transparent;
  }
  /* line 148, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav .open .dropdown-menu > .active > a, #header .navbar-default.navbar-collapsed-md .navbar-nav .open .dropdown-menu > .active > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8dc153;
  }
}

/* line 156, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > li > a {
  border-bottom: 1px solid;
  border-color: #4a4f5a;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 160, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > li > a span {
  color: #fff;
}

/* line 164, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > li > a [class^="fa-"], #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a [class*=" fa-"] {
  margin: 3px 0 0 0;
  float: right;
}

/* line 171, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:focus {
  background-color: #8dc153;
}

/* line 177, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
#header .navbar-default.navbar-collapsed-md .navbar-nav > li:last-child > a {
  border-bottom: none;
}

@media (min-width: 768px) {
  /* line 183, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li .dropdown-menu {
    margin-top: 15px;
    background-color: #8dc153;
    border: 5px solid;
    width: 216px;
    right: 50%;
    margin-right: -108px;
    border-color: #868991;
    border-color: rgba(255, 255, 255, 0.4);
  }
  /* line 193, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li .dropdown-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    top: -20px;
    left: 0;
    display: block;
  }
  /* line 204, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li .dropdown-menu > .active > a {
    background-color: #73a53c;
  }
  /* line 209, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li .dropdown-menu > li:first-child {
    position: relative;
  }
}

@media (min-width: 768px) {
  /* line 219, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li {
    margin: 0;
  }
  /* line 222, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a {
    margin-top: 1px;
    padding: 0 15px;
    background-color: transparent;
    border: none;
  }
  /* line 228, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a [class^="fa-"], #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a [class*=" fa-"] {
    margin: 0 0 0 5px;
    float: none;
  }
  /* line 233, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a span {
    color: #fff;
    height: 90px;
    border-bottom: 3px solid transparent;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 240, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a:focus {
    background-color: transparent;
  }
  /* line 243, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a:hover span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li > a:focus span {
    color: white;
    color: rgba(255, 255, 255, 0.85);
    border-bottom-color: #8dc153;
  }
  /* line 251, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:focus, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:hover, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 255, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:hover span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:focus span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:hover span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:focus span {
    color: #fff;
    border-bottom-color: #8dc153;
  }
  /* line 262, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:hover span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open > a:focus span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:hover span, #header .navbar-default.navbar-collapsed-md .navbar-nav > li.active > a:focus span {
    color: white;
    color: rgba(255, 255, 255, 0.85);
  }
  /* line 269, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-bottom-color: #868991;
    border-bottom-color: rgba(255, 255, 255, 0.4);
  }
  /* line 283, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li:last-child {
    margin-right: 0;
  }
  /* line 286, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li:last-child > a {
    padding-right: 0;
  }
  /* line 291, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.open:last-child:before {
    margin-left: 2px;
  }
  /* line 296, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li:last-child .dropdown-menu {
    right: 0;
    margin-right: 0;
    left: auto;
  }
  /* line 305, app/assets/stylesheets/jednotka/theme/structure/_navigation.scss */
  #header .navbar-default.navbar-collapsed-md .navbar-nav > li.last-child .dropdown-menu {
    right: 15px;
    margin-right: 0;
    left: auto;
  }
}

/* line 15, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
#header.header--fixed {
  position: fixed;
  top: -91px;
  left: 0;
  width: 100%;
  margin-top: 0;
}

/* line 25, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
#header.header--fixed.header--default {
  background: #fff;
  border-bottom: solid 1px #eaedf2;
}

/* line 33, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
#header.header--fixed.header--default .navbar-default .navbar-nav a span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a span {
  color: #434955;
}

@media (max-width: 767px) {
  /* line 33, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
  #header.header--fixed.header--default .navbar-default .navbar-nav a span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a span {
    color: #fff;
  }
}

/* line 44, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
#header.header--fixed.header--default .navbar-default .navbar-nav a:hover span, #header.header--fixed.header--default .navbar-default .navbar-nav a:focus span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:hover span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:focus span {
  color: #434955;
}

@media (max-width: 767px) {
  /* line 44, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
  #header.header--fixed.header--default .navbar-default .navbar-nav a:hover span, #header.header--fixed.header--default .navbar-default .navbar-nav a:focus span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:hover span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav a:focus span {
    color: #fff;
  }
}

/* line 57, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
#header.header--fixed.header--default .navbar-default .navbar-nav .active a span,
#header.header--fixed.header--default .navbar-default .navbar-nav .open a span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .active a span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .open a span {
  color: #434955;
}

@media (max-width: 767px) {
  /* line 57, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
  #header.header--fixed.header--default .navbar-default .navbar-nav .active a span,
#header.header--fixed.header--default .navbar-default .navbar-nav .open a span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .active a span,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-nav .open a span {
    color: #fff;
  }
}

/* line 68, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
#header.header--fixed.header--default .navbar-default .navbar-toggle,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-toggle {
  color: #434955;
  border-color: #434955;
}

/* line 72, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
#header.header--fixed.header--default .navbar-default .navbar-toggle .icon-bar,
#header.header--fixed.header--default .navbar-default.navbar-collapsed-sm .navbar-toggle .icon-bar {
  background-color: #434955;
}

/* line 78, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
#header.header--fixed.header--default .dropdown-menu {
  background-clip: initial;
}

/* line 85, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
#header.header--visible {
  margin-top: 91px;
}

/* line 93, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
.main--header-fixed {
  padding-top: 91px;
}

/* line 97, app/assets/stylesheets/jednotka/theme/structure/_header.scss */
.lt-ie9 #header .navbar-right {
  margin-right: -30px;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
/* line 5, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main {
  padding: 50px 0;
  background-color: #434955;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
  #footer #footer-main {
    text-align: left;
  }
}

/* line 14, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main [class^="fa-"], #footer #footer-main [class*=" fa-"] {
  color: #8dc153;
  font-size: 15px;
  margin-top: 2px;
}

/* line 20, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

/* line 28, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .info-box {
  margin-top: 50px;
}

/* line 31, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .info-box:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
  #footer #footer-main .info-box:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  /* line 28, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
  #footer #footer-main .info-box {
    margin-top: 0;
  }
}

/* line 45, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .info-box a {
  color: #fff;
}

/* line 48, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .info-box a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
  #footer #footer-main .info-box .icon-box .icon {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  /* line 59, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
  #footer #footer-main .info-box .icon-box .icon:first-child {
    margin-top: 0;
  }
}

/* line 64, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .info-box .icon-box .icon [class^="fa-"], #footer #footer-main .info-box .icon-box .icon [class*=" fa-"] {
  font-size: 22px;
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
  #footer #footer-main .info-box .icon-box .icon [class^="fa-"], #footer #footer-main .info-box .icon-box .icon [class*=" fa-"] {
    font-size: 15px;
  }
}

/* line 77, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .info-box.social-box .time {
  color: #717e90;
}

/* line 82, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .info-box .logo-container {
  height: 55px;
  max-height: 55px;
}

/* line 89, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .image-list-box > li > a img {
  border-color: #676f7a;
}

/* line 92, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .image-list-box > li > a img:hover {
  border-color: #808894;
}

/* line 99, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .button-cloud-box .btn-bordered {
  margin-bottom: 10px;
  font-weight: normal;
}

/* line 105, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main form {
  margin-top: 25px;
}

/* line 108, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main form [class^="fa-"], #footer #footer-main form [class*=" fa-"] {
  display: inline-block;
}

/* line 113, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main form .form-group {
  padding-right: 0;
}

/* line 117, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main form .form-control {
  background-color: #353b47;
  border-color: #353b47;
  color: #aab2bd;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_mixins.scss */
#footer #footer-main form .form-control:-moz-placeholder {
  color: #717e90;
}

/* line 70, app/assets/stylesheets/jednotka/theme/_mixins.scss */
#footer #footer-main form .form-control:-ms-input-placeholder {
  color: #717e90;
}

/* line 73, app/assets/stylesheets/jednotka/theme/_mixins.scss */
#footer #footer-main form .form-control::-webkit-input-placeholder {
  color: #717e90;
}

/* line 127, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main .info-box, #footer #footer-main ul, #footer #footer-main p, #footer #footer-main ol, #footer #footer-main ul li, #footer #footer-main ol li {
  color: #aab2bd;
}

/* line 131, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main p {
  font-size: 14px;
  line-height: 24px;
}

/* line 136, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-main ul, #footer #footer-main ol {
  margin-bottom: 0;
}

/* line 141, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-copyright {
  background-color: #353b47;
  color: #565f73;
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 141, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
  #footer #footer-copyright {
    text-align: left;
  }
}

/* line 151, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-copyright .copyright {
  margin: 5px 0 0 0;
}

@media (min-width: 768px) {
  /* line 151, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
  #footer #footer-copyright .copyright {
    float: left;
  }
}

/* line 159, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
#footer #footer-copyright .links {
  margin-top: 20px;
}

@media (min-width: 768px) {
  /* line 159, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
  #footer #footer-copyright .links {
    float: right;
    margin-top: 0;
  }
  /* line 166, app/assets/stylesheets/jednotka/theme/structure/_footer.scss */
  #footer #footer-copyright .links .btn {
    margin-left: 5px;
  }
}

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
.sidebar {
  border-bottom: 2px solid #eaedf2;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
  .sidebar {
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
}

/* line 18, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
.sidebar .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0;
}

/* line 25, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
.sidebar .box {
  margin-bottom: 30px;
}

/* line 29, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
.sidebar .box:first-child .title {
  margin-top: 0;
}

/* line 34, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
.sidebar .box:last-child {
  margin-bottom: 0;
}

/* line 40, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
.sidebar .sidebar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 39, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
  .sidebar .sidebar-collapse {
    width: auto;
  }
  /* line 47, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
  .sidebar .sidebar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  /* line 53, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
  .sidebar .sidebar-collapse.in {
    overflow-y: visible;
  }
}

/* line 59, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
.sidebar .sidebar-toggle {
  position: relative;
  display: block;
  padding: 15px 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 59, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
  .sidebar .sidebar-toggle {
    display: none;
  }
}

/* line 69, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
.sidebar .sidebar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

/* line 77, app/assets/stylesheets/jednotka/theme/structure/_sidebar.scss */
.sidebar .sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/* line 7, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
body {
  font-family: "Open Sans";
  color: #676f7a;
}

/* line 12, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.lead {
  font-family: "Roboto";
  font-size: 26px;
  line-height: 39px;
  font-weight: 300;
  color: #434955;
}

/* line 19, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.lead.lead-lg {
  margin-bottom: 70px;
}

/* line 23, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.lead.lead-md {
  font-family: "Open Sans";
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #676f7a;
}

/* line 31, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.lead.lead-sm {
  font-family: "Open Sans";
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #676f7a;
}

/* line 39, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.lead.lead-xs {
  font-family: "Open Sans";
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #676f7a;
}

/* line 48, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
p {
  color: #676f7a;
}

/* line 52, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
p.dropcap-contrast span.first-letter {
  font-size: 24px;
  float: left;
  color: #fff;
  background-color: #8dc153;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  margin: 5px 10px 0 0;
  width: 50px;
  height: 50px;
}

/* line 67, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
p.dropcap span.first-letter {
  font-size: 55px;
  float: left;
  color: #8dc153;
  text-align: left;
  line-height: 50px;
  margin-right: 18px;
  width: 45px;
  height: 45px;
}

/* line 79, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  font-weight: 500;
  color: #434955;
}

/* line 84, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #676f7a;
  font-family: "Open Sans";
  margin-top: 15px;
}

/* line 91, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
h1 {
  font-size: 30px;
  line-height: 37px;
}

/* line 92, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
h2 {
  font-size: 26px;
  line-height: 32px;
}

/* line 93, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
h3 {
  font-size: 20px;
  line-height: 25px;
}

/* line 94, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
h4 {
  font-size: 18px;
  line-height: 22px;
}

/* line 95, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
h5 {
  font-size: 16px;
  line-height: 20px;
}

/* line 96, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
h6 {
  font-size: 14px;
  line-height: 17px;
}

/* line 98, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
hr {
  border-color: #eaedf2;
  border-top-width: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 104, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
hr.hr-dashed {
  border-style: dashed;
}

/* line 108, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
hr.hr-invisible {
  visibility: hidden;
}

/* line 112, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
hr.hr-half {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 118, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
ul, li {
  color: #676f7a;
}

/* line 124, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
ul.list-padded li, ol.list-padded li {
  margin-bottom: 5px;
}

/* line 127, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
ul.list-padded li:last-child, ol.list-padded li:last-child {
  margin-bottom: 0;
}

/* line 134, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
dl {
  color: #676f7a;
}

/* line 138, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
address {
  color: #676f7a;
}

/* line 142, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
blockquote {
  border-left-color: #8dc153;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 147, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
blockquote.pull-right {
  border-right-color: #8dc153;
}

/* line 151, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
blockquote small {
  color: #8dc153;
}

/* line 156, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
code {
  color: #59802e;
  background-color: #e4f0d6;
}

/* line 161, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
pre {
  background-color: #eaedf2;
  border-color: #cbd2df;
  color: #353b47;
}

/* line 167, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.page-header {
  position: relative;
}

/* line 170, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.page-header.page-header-with-icon {
  text-align: center;
  border-top: 2px solid #eaedf2;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 16px;
  margin: 90px 0 50px 0;
}

/* line 178, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.page-header.page-header-with-icon > [class^="fa-"], .page-header.page-header-with-icon > [class*=" fa-"] {
  position: absolute;
  display: block;
  left: 50%;
  top: -25px;
  margin-left: -50px;
  color: #8dc153;
  background-color: #fff;
  font-size: 33px;
  line-height: 50px;
  width: 100px;
  height: 50px;
}

/* line 191, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.page-header.page-header-with-icon h1, .page-header.page-header-with-icon h2, .page-header.page-header-with-icon h3, .page-header.page-header-with-icon h4, .page-header.page-header-with-icon h5, .page-header.page-header-with-icon h6 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 10px;
  font-size: 26px;
}

/* line 198, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.page-header.page-header-with-icon small {
  display: block;
  text-transform: none;
  font-size: 16px;
}

/* line 206, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
#main-content-header {
  text-align: center;
  padding: 50px 0;
}

/* line 210, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
#main-content-header .title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

/* line 217, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
#main-content-header .title small {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "Open Sans";
}

/* line 225, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
#main-content-header .breadcrumb {
  background-color: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-top: 11px;
}

/* line 232, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
#main-content-header .breadcrumb > li + li:before {
  color: white;
  color: rgba(255, 255, 255, 0.4);
}

/* line 236, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
#main-content-header .breadcrumb > li, #main-content-header .breadcrumb > li a {
  color: white;
  color: rgba(255, 255, 255, 0.4);
}

/* line 240, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
#main-content-header .breadcrumb > li:hover, #main-content-header .breadcrumb > li a:hover {
  color: white;
  color: #fff;
}

/* line 245, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
#main-content-header .breadcrumb > .active {
  color: white;
  color: rgba(255, 255, 255, 0.4);
}

/* line 248, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
#main-content-header .breadcrumb > .active:hover {
  color: white;
  color: rgba(255, 255, 255, 0.4);
}

/* line 254, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
#main-content-header .directional {
  display: none;
}

@media (min-width: 768px) {
  /* line 254, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
  #main-content-header .directional {
    display: block;
  }
  /* line 260, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
  #main-content-header .directional .left, #main-content-header .directional .right {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  /* line 271, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
  #main-content-header .directional .left {
    left: 5px;
  }
  /* line 275, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
  #main-content-header .directional .right {
    right: 5px;
  }
}

/* line 282, app/assets/stylesheets/jednotka/theme/structure/_typography.scss */
.text-muted {
  color: #9ca4af;
}

/*------------------------------------*\
    $MODULES
\*------------------------------------*/
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/* line 8, app/assets/stylesheets/jednotka/theme/modules/_quotes.scss */
.no-touch .quotes .quote:hover .author-wrapper .author {
  border-top-color: #8dc153;
}

/* line 11, app/assets/stylesheets/jednotka/theme/modules/_quotes.scss */
.no-touch .quotes .quote:hover .author-wrapper .author:before {
  border-top-color: #8dc153;
}

/* line 21, app/assets/stylesheets/jednotka/theme/modules/_quotes.scss */
.quotes .carousel .carousel-inner {
  padding-bottom: 20px;
}

/* line 26, app/assets/stylesheets/jednotka/theme/modules/_quotes.scss */
.quotes .quote .lead {
  font-size: 18px;
  line-height: 30px;
  color: #676f7a;
  margin-bottom: 25px;
  font-family: "Open Sans";
}

/* line 35, app/assets/stylesheets/jednotka/theme/modules/_quotes.scss */
.quotes .quote .author-wrapper .author {
  border-top: 2px solid #eaedf2;
  padding: 25px 45px 0 70px;
  margin: 0;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #353b47;
}

/* line 46, app/assets/stylesheets/jednotka/theme/modules/_quotes.scss */
.quotes .quote .author-wrapper .author:before {
  content: '';
  border-left: 15px solid transparent;
  border-top: 15px solid #eaedf2;
  position: absolute;
  left: 30px;
  top: 0;
  width: 0;
  height: 0;
}

/* line 57, app/assets/stylesheets/jednotka/theme/modules/_quotes.scss */
.quotes .quote .author-wrapper .author:after {
  content: '';
  border-left: 11px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  left: 32px;
  top: -2px;
  width: 0;
  height: 0;
}

/*------------------------------------*\
    $PANELS
\*------------------------------------*/
/* line 9, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
.panels .panel-item:first-child .panel-image {
  margin-top: 45px;
}

/* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
.panel.panel-image {
  margin-bottom: 0;
  position: relative;
  display: block;
  text-decoration: none;
  display: block;
  border: 2px solid #eaedf2;
  margin-top: 90px;
  border: none;
}

/* line 11, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-image:hover {
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-image .panel-body {
  padding: 30px;
}

/* line 18, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-image .panel-body p {
  color: #676f7a;
  line-height: 22px;
  margin: 0;
}

/* line 24, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-image .panel-body .panel-title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
  .panel.panel-image {
    margin-top: 45px;
  }
}

/* line 25, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
.panel.panel-image .panel-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  text-align: center;
  line-height: 90px;
  width: 90px;
  height: 90px;
}

/* line 34, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
.panel.panel-image .panel-icon .icon {
  background-color: #8dc153;
  border: 10px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 45px;
  line-height: 70px;
  width: 90px;
  height: 90px;
}

/* line 46, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
.panel.panel-image .panel-heading {
  padding: 0;
  border: none;
  max-height: 125px;
  overflow: hidden;
}

/* line 53, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
.panel.panel-image .panel-heading img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 59, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
.panel.panel-image .panel-body {
  border: 2px solid #eaedf2;
  padding-top: 5px;
  border-top: none;
  text-align: center;
}

/* line 67, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
.panel.panel-image .panel-body .panel-title {
  margin: 20px 0;
  color: #434955;
}

/* line 74, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
.panel.panel-image:hover .panel-icon {
  top: -43.2px;
}

@media (min-width: 992px) {
  /* line 74, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
  .panel.panel-image:hover .panel-icon {
    top: -54px;
  }
}

/* line 89, app/assets/stylesheets/jednotka/theme/modules/panels/_image.scss */
.lt-ie9 .panel.panel-image .panel-heading img {
  max-height: 141px;
}

/* line 9, app/assets/stylesheets/jednotka/theme/modules/panels/_big.scss */
.panels .panel-item:first-child .panel-big {
  margin-top: 30px;
}

/* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_big.scss */
.panel.panel-big {
  margin-top: 60px;
  margin-bottom: 0;
  position: relative;
  display: block;
  text-decoration: none;
  display: block;
  border: 2px solid #eaedf2;
}

/* line 11, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-big:hover {
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-big .panel-body {
  padding: 30px;
}

/* line 18, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-big .panel-body p {
  color: #676f7a;
  line-height: 22px;
  margin: 0;
}

/* line 24, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-big .panel-body .panel-title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_big.scss */
  .panel.panel-big {
    margin-top: 30px;
  }
}

/* line 23, app/assets/stylesheets/jednotka/theme/modules/panels/_big.scss */
.panel.panel-big .panel-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -55px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  width: 110px;
  height: 60px;
}

/* line 33, app/assets/stylesheets/jednotka/theme/modules/panels/_big.scss */
.panel.panel-big .panel-icon .icon {
  color: #8dc153;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  width: 60px;
  height: 60px;
}

/* line 43, app/assets/stylesheets/jednotka/theme/modules/panels/_big.scss */
.panel.panel-big .panel-body {
  padding-top: 48px;
  text-align: center;
}

/* line 49, app/assets/stylesheets/jednotka/theme/modules/panels/_big.scss */
.panel.panel-big:hover .panel-icon {
  top: -36px;
}

@media (min-width: 992px) {
  /* line 49, app/assets/stylesheets/jednotka/theme/modules/panels/_big.scss */
  .panel.panel-big:hover .panel-icon {
    top: -39.6px;
  }
}

/* line 9, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_big_contrast.scss */
.panels .panel-item:first-child .panel-circle-big-contrast {
  margin-top: 45px;
}

/* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_big_contrast.scss */
.panel.panel-circle-big-contrast {
  margin-top: 90px;
  margin-bottom: 0;
  position: relative;
  display: block;
  text-decoration: none;
  display: block;
  border: 2px solid #eaedf2;
}

/* line 11, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-circle-big-contrast:hover {
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-circle-big-contrast .panel-body {
  padding: 30px;
}

/* line 18, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-circle-big-contrast .panel-body p {
  color: #676f7a;
  line-height: 22px;
  margin: 0;
}

/* line 24, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-circle-big-contrast .panel-body .panel-title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_big_contrast.scss */
  .panel.panel-circle-big-contrast {
    margin-top: 45px;
  }
}

/* line 23, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_big_contrast.scss */
.panel.panel-circle-big-contrast .panel-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  background-color: #fff;
  line-height: 90px;
  width: 120px;
  height: 90px;
}

/* line 33, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_big_contrast.scss */
.panel.panel-circle-big-contrast .panel-icon .icon {
  background-color: #8dc153;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height: 90px;
  width: 90px;
  height: 90px;
}

/* line 44, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_big_contrast.scss */
.panel.panel-circle-big-contrast .panel-body {
  padding-top: 72px;
  text-align: center;
}

/* line 50, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_big_contrast.scss */
.panel.panel-circle-big-contrast:hover .panel-icon {
  top: -43.2px;
}

@media (min-width: 992px) {
  /* line 50, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_big_contrast.scss */
  .panel.panel-circle-big-contrast:hover .panel-icon {
    top: -54px;
  }
}

@media (max-width: 767px) {
  /* line 9, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
  .panels .panel-item:first-child .panel-circle-contrast {
    margin-top: 30px;
  }
}

/* line 17, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast {
  margin-top: 60px;
  margin-bottom: 0;
  position: relative;
  display: block;
  text-decoration: none;
  display: block;
  border: 2px solid #eaedf2;
}

/* line 11, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-circle-contrast:hover {
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-circle-contrast .panel-body {
  padding: 30px;
}

/* line 18, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-circle-contrast .panel-body p {
  color: #676f7a;
  line-height: 22px;
  margin: 0;
}

/* line 24, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel.panel-circle-contrast .panel-body .panel-title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
  .panel.panel-circle-contrast {
    margin-top: 30px;
  }
}

/* line 25, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast .panel-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  width: 100px;
  height: 60px;
}

/* line 35, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast .panel-icon .icon {
  background-color: #8dc153;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
}

/* line 46, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast .panel-body {
  padding-top: 48px;
  text-align: center;
}

/* line 52, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast:hover .panel-icon {
  top: -36px;
}

@media (min-width: 992px) {
  /* line 52, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
  .panel.panel-circle-contrast:hover .panel-icon {
    top: -39.6px;
  }
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-white .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-white > [class*=" fa-"] {
  background-color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-black .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-black > [class*=" fa-"] {
  background-color: #000;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-contrast .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-contrast > [class*=" fa-"] {
  background-color: #8dc153;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-dark .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-dark > [class*=" fa-"] {
  background-color: #353b47;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-medium .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-medium > [class*=" fa-"] {
  background-color: #434955;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-light .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-light > [class*=" fa-"] {
  background-color: #676f7a;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-medium-light .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-medium-light > [class*=" fa-"] {
  background-color: #9ca4af;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-very-light .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-very-light > [class*=" fa-"] {
  background-color: #eaedf2;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-primary .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-primary > [class*=" fa-"] {
  background-color: #428bca;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-success .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-success > [class*=" fa-"] {
  background-color: #5cb85c;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-warning .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-warning > [class*=" fa-"] {
  background-color: #f0ad4e;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-danger .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-danger > [class*=" fa-"] {
  background-color: #d9534f;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_circle_contrast.scss */
.panel.panel-circle-contrast.panel-info .panel-icon [class^="fa-"], .panel.panel-circle-contrast.panel-info > [class*=" fa-"] {
  background-color: #5dc3de;
}

/* line 11, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panels-wrapper .panels {
  margin-top: 22px;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
  .panels-wrapper .panels {
    margin-top: 45px;
  }
}

/* line 18, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panels-wrapper .panels:first-child {
  margin-top: 0;
}

/* line 24, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-bordered {
  margin-bottom: 0;
  position: relative;
  display: block;
  text-decoration: none;
  display: block;
  border: 2px solid #eaedf2;
}

/* line 11, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel-bordered:hover {
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel-bordered .panel-body {
  padding: 30px;
}

/* line 18, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel-bordered .panel-body p {
  color: #676f7a;
  line-height: 22px;
  margin: 0;
}

/* line 24, app/assets/stylesheets/jednotka/theme/modules/panels/_custom.scss */
.panel-bordered .panel-body .panel-title {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 20px 0;
}

/* line 27, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-bordered .panel-body {
  padding: 15px;
}

/* line 31, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-bordered > .panel-heading, .panel-bordered > .panel-footer {
  background-color: #eaedf2;
}

/* line 35, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-bordered > .panel-heading {
  border-bottom: 2px solid #eaedf2;
}

/* line 39, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-bordered > .panel-footer {
  border-top: 2px solid #eaedf2;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-white {
  border-color: #fff;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-white > .panel-heading {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-white > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-white > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fff;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-white > .panel-footer {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-white > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fff;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-black {
  border-color: #000;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-black > .panel-heading {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-black > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-black > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #000;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-black > .panel-footer {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-black > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #000;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-contrast {
  border-color: #8dc153;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-contrast > .panel-heading {
  color: #fff;
  background-color: #8dc153;
  border-color: #8dc153;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-contrast > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-contrast > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #8dc153;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-contrast > .panel-footer {
  color: #fff;
  background-color: #8dc153;
  border-color: #8dc153;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-contrast > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #8dc153;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-dark {
  border-color: #353b47;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-dark > .panel-heading {
  color: #fff;
  background-color: #353b47;
  border-color: #353b47;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-dark > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-dark > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #353b47;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-dark > .panel-footer {
  color: #fff;
  background-color: #353b47;
  border-color: #353b47;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-dark > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #353b47;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium {
  border-color: #434955;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium > .panel-heading {
  color: #fff;
  background-color: #434955;
  border-color: #434955;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #434955;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium > .panel-footer {
  color: #fff;
  background-color: #434955;
  border-color: #434955;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #434955;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-light {
  border-color: #676f7a;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-light > .panel-heading {
  color: #fff;
  background-color: #676f7a;
  border-color: #676f7a;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-light > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-light > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #676f7a;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-light > .panel-footer {
  color: #fff;
  background-color: #676f7a;
  border-color: #676f7a;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-light > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #676f7a;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium-light {
  border-color: #9ca4af;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium-light > .panel-heading {
  color: #fff;
  background-color: #9ca4af;
  border-color: #9ca4af;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium-light > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium-light > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #9ca4af;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium-light > .panel-footer {
  color: #fff;
  background-color: #9ca4af;
  border-color: #9ca4af;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-medium-light > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #9ca4af;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-very-light {
  border-color: #eaedf2;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-very-light > .panel-heading {
  color: #fff;
  background-color: #eaedf2;
  border-color: #eaedf2;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-very-light > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-very-light > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eaedf2;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-very-light > .panel-footer {
  color: #fff;
  background-color: #eaedf2;
  border-color: #eaedf2;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-very-light > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eaedf2;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-primary > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-primary > .panel-footer {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-success {
  border-color: #5cb85c;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-success > .panel-heading {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-success > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #5cb85c;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-success > .panel-footer {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #5cb85c;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-warning {
  border-color: #f0ad4e;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-warning > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f0ad4e;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-warning > .panel-footer {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f0ad4e;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-danger {
  border-color: #d9534f;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-danger > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d9534f;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-danger > .panel-footer {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d9534f;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-info {
  border-color: #5dc3de;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-info > .panel-heading {
  color: #fff;
  background-color: #5dc3de;
  border-color: #5dc3de;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-info > .panel-heading .panel-title {
  color: inherit;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #5dc3de;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-info > .panel-footer {
  color: #fff;
  background-color: #5dc3de;
  border-color: #5dc3de;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/panels/_panels.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #5dc3de;
}

/*------------------------------------*\
    $BOXES
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box.text-box-title-above:first-child .title {
  margin-top: 0;
}

/* line 12, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
  .text-boxes .text-box {
    text-align: left;
  }
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box .title {
  margin-top: 40px;
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box .title a {
  color: #434955;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
  .text-boxes .text-box .title {
    margin-top: 0;
  }
}

/* line 32, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box .toolbar {
  margin-bottom: 30px;
}

/* line 35, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box .toolbar .btn-link {
  font-family: "Open Sans";
  font-weight: 400;
  padding: 2px 10px;
  color: #9ca4af;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}

/* line 43, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box .toolbar .btn-link [class^="fa-"], .text-boxes .text-box .toolbar .btn-link > [class*=" fa-"] {
  color: #8dc153;
  margin-right: 10px;
}

/* line 49, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box .toolbar .btn-link:hover span, .text-boxes .text-box .toolbar .btn-link:focus span {
  text-decoration: underline;
}

/* line 55, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box .toolbar .btn-link:first-child {
  padding-left: 0;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box p {
  margin: 20px 0;
  line-height: 22px;
}

/* line 66, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.text-boxes .text-box.text-box-title-above .title {
  margin: 0;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
  .text-boxes .text-box.text-box-title-above p {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 78, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
  .text-boxes .text-box.text-box-big-image p {
    margin: 20px 0;
  }
}

/* line 88, app/assets/stylesheets/jednotka/theme/modules/boxes/_text.scss */
.lt-ie9 .text-box .img-responsive {
  width: auto !important;
}

/* line 2, app/assets/stylesheets/jednotka/theme/modules/boxes/_image_list.scss */
.image-list-box > li {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: top;
}

/* line 9, app/assets/stylesheets/jednotka/theme/modules/boxes/_image_list.scss */
.image-list-box > li > a {
  display: block;
}

/* line 12, app/assets/stylesheets/jednotka/theme/modules/boxes/_image_list.scss */
.image-list-box > li > a img {
  border: 4px solid #eaedf2;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/boxes/_image_list.scss */
.image-list-box > li > a:hover img {
  border-color: #cbd2df;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
  .icon-boxes .row:last-child .icon-box, .icon-boxes.icon-boxes-lg .row:last-child .icon-box {
    margin-bottom: 0;
  }
}

/* line 8, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes .row:last-child .icon-box:last-child, .icon-boxes.icon-boxes-lg .row:last-child .icon-box:last-child {
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
  .icon-boxes {
    text-align: left;
  }
}

/* line 22, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes .icon-box {
  margin-bottom: 15px;
}

/* line 26, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes .icon {
  float: none;
  margin-bottom: 20px;
  vertical-align: top;
}

/* line 31, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes .icon.icon-circle {
  vertical-align: middle;
}

@media (min-width: 768px) {
  /* line 26, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
  .icon-boxes .icon {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
  }
  /* line 40, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
  .icon-boxes .icon.icon-lg {
    margin-right: 30px;
  }
  /* line 41, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
  .icon-boxes .icon.icon-md {
    margin-right: 25px;
  }
}

/* line 45, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes .content {
  overflow: hidden;
  zoom: 1;
}

/* line 49, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes .content .title {
  margin-top: 0;
  font-weight: 500;
}

/* line 54, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes .content p {
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-nowrap {
  text-align: left;
}

/* line 62, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-nowrap .icon {
  float: left;
  margin-right: 10px;
}

/* line 66, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-nowrap .icon.icon-lg {
  margin-right: 30px;
}

/* line 67, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-nowrap .icon.icon-md {
  margin-right: 25px;
}

/* line 73, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-lg .icon-box {
  margin-bottom: 50px;
}

/* line 78, app/assets/stylesheets/jednotka/theme/modules/boxes/_icon_list.scss */
.icon-boxes.icon-boxes-lg .content p {
  line-height: 22px;
}

/* line 2, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

/* line 7, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a {
  text-decoration: none;
  display: block;
}

/* line 12, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a.image-link, .portfolio-boxes .portfolio-box a .image-link {
  overflow: hidden;
  display: block;
  position: relative;
  bottom: 0;
}

/* line 20, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a.image-link:before, .portfolio-boxes .portfolio-box a .image-link:before {
  content: '';
  background-color: transparent;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 32, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a.image-link [class^="fa-"], .portfolio-boxes .portfolio-box a.image-link [class*=" fa-"], .portfolio-boxes .portfolio-box a .image-link [class^="fa-"], .portfolio-boxes .portfolio-box a .image-link [class*=" fa-"] {
  position: absolute;
  left: 50%;
  top: -50%;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
  color: #fff;
  width: 30px;
  height: 30px;
}

/* line 51, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a.image-link:hover, .portfolio-boxes .portfolio-box a:hover .image-link {
  bottom: 5px;
}

/* line 54, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a.image-link:hover:before, .portfolio-boxes .portfolio-box a:hover .image-link:before {
  background-color: #353b47;
  background-color: rgba(53, 59, 71, 0.8);
}

/* line 58, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a.image-link:hover [class^="fa-"], .portfolio-boxes .portfolio-box a.image-link:hover [class*=" fa-"], .portfolio-boxes .portfolio-box a:hover .image-link [class^="fa-"], .portfolio-boxes .portfolio-box a:hover .image-link [class*=" fa-"] {
  top: 50%;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a:hover .title {
  color: #8dc153;
}

/* line 67, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box a:hover .category {
  color: #8c94a5;
}

/* line 73, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box .title {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #434955;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.portfolio-boxes .portfolio-box .category {
  color: #a9afbb;
  margin: 0;
  font-size: 14px;
}

/* line 91, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
#portfolio-filter {
  text-align: center;
  margin-bottom: 50px;
}

/* line 95, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
#portfolio-filter ul.nav-pills {
  display: inline-block;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
#portfolio-filter ul.nav-pills li {
  display: inline;
}

/* line 101, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
#portfolio-filter ul.nav-pills li a {
  padding: 5px 20px;
  float: left;
}

/* line 111, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.lt-ie9 .portfolio-boxes .portfolio-box a.image-link [class^="fa-"], .lt-ie9 .portfolio-boxes .portfolio-box a.image-link [class*=" fa-"], .lt-ie9 .portfolio-boxes .portfolio-box a .image-link [class^="fa-"], .lt-ie9 .portfolio-boxes .portfolio-box a .image-link [class*=" fa-"] {
  display: none;
}

/* line 112, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.lt-ie9 .portfolio-boxes .portfolio-box a.image-link:before, .lt-ie9 .portfolio-boxes .portfolio-box a .image-link:before {
  background-color: transparent;
}

/* line 115, app/assets/stylesheets/jednotka/theme/modules/boxes/_portfolio_boxes.scss */
.lt-ie9 .portfolio-boxes .portfolio-box a.image-link, .lt-ie9 .portfolio-boxes .portfolio-box a .image-link {
  min-width: 100%;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
  .profile-boxes .row:last-child .profile-box {
    margin-bottom: 0;
  }
}

/* line 8, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .row:last-child .profile-box:last-child {
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box {
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
  .profile-boxes .profile-box {
    text-align: left;
  }
}

/* line 24, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .image-link {
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .image-link:before {
  content: '';
  background-color: transparent;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 44, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .image-link [class^="fa-"], .profile-boxes .profile-box .image-link [class*=" fa-"] {
  position: absolute;
  left: 50%;
  top: -50%;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
  color: #fff;
  width: 30px;
  height: 30px;
}

/* line 58, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .image-link:hover:before {
  background-color: #353b47;
  background-color: rgba(53, 59, 71, 0.8);
}

/* line 62, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .image-link:hover [class^="fa-"], .profile-boxes .profile-box .image-link:hover [class*=" fa-"] {
  top: 50%;
}

/* line 68, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .name {
  color: #434955;
  margin: 0;
  margin-top: 20px;
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
  .profile-boxes .profile-box .name {
    margin-top: 0;
  }
}

/* line 78, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box .position {
  color: #9ca4af;
  font-family: "Open Sans";
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
}

/* line 86, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box p {
  margin-bottom: 15px;
}

/* line 90, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.profile-boxes .profile-box img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  /* line 98, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
  .profile-boxes .profile-box .links .btn {
    margin-right: 5px;
  }
}

/* line 108, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.lt-ie9 .profile-box .image-link:hover [class^="fa-"], .lt-ie9 .profile-box .image-link:hover [class*=" fa-"] {
  display: none;
}

/* line 109, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.lt-ie9 .profile-box .image-link:hover:before {
  background-color: transparent;
}

/* line 112, app/assets/stylesheets/jednotka/theme/modules/boxes/_profile_boxes.scss */
.lt-ie9 .profile-box .image-link {
  min-width: 100%;
}

/* line 10, app/assets/stylesheets/jednotka/theme/modules/boxes/_boxes.scss */
.author-box {
  padding: 30px 0;
  margin: 20px 0;
  border-top: 2px solid #eaedf2;
  border-bottom: 2px solid #eaedf2;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/jednotka/theme/modules/boxes/_boxes.scss */
  .author-box {
    text-align: left;
  }
}

/* line 21, app/assets/stylesheets/jednotka/theme/modules/boxes/_boxes.scss */
.author-box .title {
  margin: 20px 0;
  color: #8dc153;
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/jednotka/theme/modules/boxes/_boxes.scss */
  .author-box .title {
    margin-top: 0;
  }
}

/* line 30, app/assets/stylesheets/jednotka/theme/modules/boxes/_boxes.scss */
.author-box p {
  line-height: 22px;
}

/* line 36, app/assets/stylesheets/jednotka/theme/modules/boxes/_boxes.scss */
.lt-ie9 .author-box .img-responsive {
  width: 100% !important;
}

/*------------------------------------*\
    $CAROUSELS
\*------------------------------------*/
/* line 1, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousel-default.scss */
.carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
}

/* line 5, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousel-default.scss */
.carousel-indicators .active {
  margin: 3px;
  border-color: transparent;
  background-color: #8dc153;
  width: 10px;
  height: 10px;
}

/* line 11, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousel-default.scss */
.carousel-indicators .active:hover {
  background-color: #8dc153;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousel-default.scss */
.carousel-indicators li {
  margin: 3px;
  border-color: transparent;
  background-color: #eaedf2;
  width: 10px;
  height: 10px;
}

/* line 22, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousel-default.scss */
.carousel-indicators li:hover {
  background-color: #cbd2df;
}

/* line 29, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousel-default.scss */
.carousel .carousel-inner {
  padding-bottom: 50px;
}

/* line 32, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousel-default.scss */
.carousel .carousel-inner > .item {
  z-index: 999;
}

/* line 38, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousel-default.scss */
.carousel.carousel-fade .item {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

/* line 47, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousel-default.scss */
.carousel.carousel-fade .item.active.left, .carousel.carousel-fade .item.active.right {
  left: 0;
}

/* line 7, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel, .hero-carousel .item {
  height: 488px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
  .hero-carousel, .hero-carousel .item {
    height: 491px;
  }
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
  .hero-carousel, .hero-carousel .item {
    height: 528px;
  }
}

/* line 14, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
body.boxed .hero-carousel .flex-direction-nav .flex-prev {
  left: 0;
}

/* line 15, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
body.boxed .hero-carousel .flex-direction-nav .flex-next {
  right: 0;
}

/* line 18, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel {
  position: relative;
  min-height: 380px;
  top: -91px;
  margin-bottom: -91px;
}

/* line 24, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel .item {
  display: none;
  padding-top: 91px;
}

/* line 29, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel .slides {
  margin: 0;
  padding: 0;
}

/* line 35, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel p {
  margin: 0;
}

/* line 39, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel .big {
  font-family: "Roboto";
  font-weight: 500;
  margin: 0;
}

/* line 45, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel .normal {
  font-family: "Roboto";
}

/* line 49, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel .flex-direction-nav {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 0;
  left: 50%;
  height: 100%;
  width: 480px;
  margin-left: -240px;
  overflow: visible;
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 49, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
  .hero-carousel .flex-direction-nav {
    display: block;
    width: 992px;
    margin-left: -496px;
  }
}

@media (min-width: 1200px) {
  /* line 49, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
  .hero-carousel .flex-direction-nav {
    display: block;
    width: 1200px;
    margin-left: -600px;
  }
}

/* line 74, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel .flex-direction-nav .flex-next, .hero-carousel .flex-direction-nav .flex-prev {
  top: 50%;
  position: absolute;
  text-decoration: none;
  z-index: 999;
}

/* line 82, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel .flex-control-paging {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  z-index: 999;
}

/* line 93, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel .flex-control-paging li {
  display: inline-block;
  margin: 2px;
}

/* line 100, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.hero-carousel:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

/* line 130, app/assets/stylesheets/jednotka/theme/modules/carousels/_carousels.scss */
.lt-ie9 .hero-carousel.fade-loading:before {
  display: none;
}

/*------------------------------------*\
    $TIMELINE
\*------------------------------------*/
/* line 7, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline {
    margin-top: 56px;
  }
  /* line 16, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    background-color: #eaedf2;
    z-index: 997;
  }
}

/* line 29, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li {
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  /* line 29, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li {
    margin-bottom: 93px;
  }
}

@media (min-width: 768px) {
  /* line 29, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li {
    width: 50%;
  }
}

/* line 42, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li .image {
  margin-bottom: 20px;
  border: 10px solid #eaedf2;
  outline: 10px solid #fff;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li .image {
    position: absolute;
    top: -56px;
    z-index: 999;
    margin-bottom: 0;
  }
}

/* line 58, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li .image img {
  position: relative;
}

@media (min-width: 768px) {
  /* line 64, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li .image:before {
    content: '';
    position: absolute;
    z-index: 999;
    display: block;
    top: 50%;
    margin-top: -6px;
  }
}

/* line 76, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li .time {
  color: #434955;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}

/* line 85, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li .title {
  color: #434955;
  font-size: 18px;
  font-weight: 500;
}

/* line 91, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li p {
  color: #9ca4af;
  line-height: 22px;
  margin-bottom: 0;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li:hover .image {
  border-color: #8dc153;
}

/* line 102, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li:hover .time {
  color: #8dc153;
}

@media (min-width: 768px) {
  /* line 128, app/assets/stylesheets/jednotka/theme/_mixins.scss */
  ol.timeline li:nth-child(odd) {
    left: 50%;
    text-align: left;
    padding-left: 112px;
  }
}

/* line 114, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li:nth-child(odd) .image {
  left: -70px;
}

/* line 117, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li:nth-child(odd) .image:before {
  right: -15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eaedf2;
}

/* line 127, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li:nth-child(odd):hover .image:before {
  border-left-color: #8dc153;
}

@media (min-width: 768px) {
  /* line 129, app/assets/stylesheets/jednotka/theme/_mixins.scss */
  ol.timeline li.nth-child-odd {
    left: 50%;
    text-align: left;
    padding-left: 112px;
  }
}

/* line 114, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li.nth-child-odd .image {
  left: -70px;
}

/* line 117, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li.nth-child-odd .image:before {
  right: -15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eaedf2;
}

/* line 127, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li.nth-child-odd:hover .image:before {
  border-left-color: #8dc153;
}

@media (min-width: 768px) {
  /* line 123, app/assets/stylesheets/jednotka/theme/_mixins.scss */
  ol.timeline li:nth-child(even) {
    padding-right: 112px;
    text-align: right;
  }
}

/* line 140, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li:nth-child(even) .image {
  right: -70px;
}

/* line 143, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li:nth-child(even) .image:before {
  left: -15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #eaedf2;
}

/* line 153, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li:nth-child(even):hover .image:before {
  border-right-color: #8dc153;
}

@media (min-width: 768px) {
  /* line 124, app/assets/stylesheets/jednotka/theme/_mixins.scss */
  ol.timeline li.nth-child-even {
    padding-right: 112px;
    text-align: right;
  }
}

/* line 140, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li.nth-child-even .image {
  right: -70px;
}

/* line 143, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li.nth-child-even .image:before {
  left: -15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #eaedf2;
}

/* line 153, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
ol.timeline li.nth-child-even:hover .image:before {
  border-right-color: #8dc153;
}

/* line 118, app/assets/stylesheets/jednotka/theme/_mixins.scss */
ol.timeline li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 164, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li:last-child:before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    z-index: 998;
    background-color: #fff;
  }
  /* line 175, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li:last-child:nth-child(odd):before {
    left: -5px;
  }
  /* line 175, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li.nth-child-odd:last-child:before {
    left: -5px;
  }
  /* line 179, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li:last-child:nth-child(even):before {
    right: -5px;
  }
  /* line 179, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li.nth-child-even:last-child:before {
    right: -5px;
  }
}

/* line 119, app/assets/stylesheets/jednotka/theme/_mixins.scss */
ol.timeline li.last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 164, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li.last-child:before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    z-index: 998;
    background-color: #fff;
  }
  /* line 175, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li.last-child:nth-child(odd):before {
    left: -5px;
  }
  /* line 175, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li.last-child.nth-child-odd:before {
    left: -5px;
  }
  /* line 179, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li.last-child:nth-child(even):before {
    right: -5px;
  }
  /* line 179, app/assets/stylesheets/jednotka/theme/modules/_timeline.scss */
  ol.timeline li.last-child.nth-child-even:before {
    right: -5px;
  }
}

/*------------------------------------*\
    $STATISTICS
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: justify;
}

/* line 10, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats:after {
  width: 100%;
  display: inline-block;
  content: "";
  visibility: hidden;
}

/* line 14, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) and (orientation: landscape) {
  /* line 14, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
  ul.circle-stats li {
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  /* line 14, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
  ul.circle-stats li {
    max-width: 150px;
  }
}

@media (min-width: 992px) {
  /* line 14, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
  ul.circle-stats li {
    max-width: 200px;
  }
}

/* line 33, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats li:last-child {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats li {
  text-align: center;
}

/* line 41, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats li .circle-stat-wrapper {
  position: relative;
}

/* line 45, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats li canvas {
  max-width: 120px;
  max-height: 120px;
}

/* line 50, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats li .percent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 30px;
  margin-top: -19px;
  margin-bottom: 0;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  color: #434955;
}

/* line 65, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats li.circle-stat-small canvas {
  max-width: 80px;
  max-height: 80px;
}

/* line 72, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats .title {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

/* line 80, app/assets/stylesheets/jednotka/theme/modules/_statistics.scss */
ul.circle-stats .description {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

/*------------------------------------*\
    $COMMENTS
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media {
  margin-top: 20px;
}

/* line 7, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media > .pull-left {
  margin-right: 30px;
  display: none;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
  .media > .pull-left {
    display: block;
  }
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .media-body {
  overflow: visible;
}

@media (max-width: 767px) {
  /* line 19, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
  .media .media-body .media-body {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
  .media .media-body {
    padding-left: 90px;
  }
}

/* line 30, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .media-object {
  width: 60px;
  height: 60px;
}

/* line 34, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .media-object.without-image {
  text-align: center;
  line-height: 60px;
  color: #434955;
  font-size: 22px;
  background-color: #eaedf2;
}

/* line 41, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .media-object.without-image:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

/* line 47, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content {
  padding: 20px;
  border: 2px solid #eaedf2;
  position: relative;
}

/* line 54, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content .title {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
}

/* line 59, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content .title .label {
  padding: .2em .6em;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}

/* line 67, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content .time {
  color: #9ca4af;
  text-align: right;
  margin-bottom: 0;
}

/* line 72, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content .time a {
  color: #9ca4af;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content .time a:hover {
  color: #8e97a4;
}

/* line 84, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content .toolbar .title {
  float: left;
}

/* line 88, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content .toolbar .btn-link {
  float: right;
  padding-right: 0;
  margin-top: -5px;
  font-weight: normal;
  text-decoration: none;
}

/* line 96, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content .toolbar .btn-link:hover span {
  text-decoration: underline;
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content:hover {
  border-color: #cbd2df;
}

/* line 106, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content:hover:before {
  border-right-color: #cbd2df;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
  .media .content:before {
    content: '';
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    border-right: 11px solid #eaedf2;
    top: 21px;
    left: -11px;
    width: 0;
    height: 0;
  }
  /* line 124, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
  .media .content:after {
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    z-index: 1;
    border-right: 9px solid #fff;
    top: 23px;
    left: -8px;
    width: 0;
    height: 0;
  }
}

/* line 137, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content.staff {
  border-color: #8dc153;
}

/* line 140, app/assets/stylesheets/jednotka/theme/modules/_comments.scss */
.media .content.staff:before {
  border-right-color: #8dc153;
}

/*------------------------------------*\
    $BROWSER WINDOW
\*------------------------------------*/
/* line 11, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window {
  border: 1px solid #b1b1b1;
  margin: 20px 0;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window .browser-header {
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #7f7f7f;
  padding: 0 5px;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
  .browser-window .browser-header {
    padding: 0 10px;
  }
}

/* line 30, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-header-controls {
  display: none;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls {
    display: block;
    float: left;
    margin-right: 10px;
  }
  /* line 38, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span.red {
    background-color: #f0453c;
  }
  /* line 39, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span.orange {
    background-color: #f4b958;
  }
  /* line 40, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span.green {
    background-color: #8bc865;
  }
  /* line 42, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span {
    display: inline-block;
    margin: 0 2px;
    position: relative;
    vertical-align: middle;
    top: -1px;
    width: 12px;
    height: 12px;
  }
  /* line 52, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* line 61, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
  .browser-window .browser-header .browser-header-controls span:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 1px;
    bottom: 1px;
    right: 1px;
  }
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar {
  background-color: #fff;
  height: 31px;
  overflow: hidden;
  zoom: 1;
  border: 1px solid #afafaf;
  position: relative;
  top: 4px;
}

/* line 86, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 95, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar .browser-title {
  margin: 0 30px;
  padding: 0 10px;
  position: absolute;
  height: 15px;
  line-height: 15px;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  border-left: 1px solid #cacaca;
}

/* line 108, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar .browser-title a {
  color: #676f7a;
}

/* line 112, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar .browser-title:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: absolute;
  left: -21px;
  top: 1px;
  font-size: 14px;
}

/* line 120, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window .browser-header .browser-address-bar .browser-title:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: absolute;
  right: -20px;
  top: 1px;
  font-size: 14px;
}

/* line 131, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window .browser-content {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 500px;
}

/* line 137, app/assets/stylesheets/jednotka/theme/modules/_browser_window.scss */
.browser-window .browser-content img {
  display: block;
  height: auto;
  width: 100%;
}

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 12px;
  border-width: 2px;
}

/* line 11, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn.btn-circle {
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  line-height: 35px;
  width: 40px;
  height: 40px;
}

/* line 25, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn.btn-lg {
  padding: 12px 35px;
  font-size: 18px;
  line-height: 22px;
  border-width: 2px;
}

/* line 30, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn.btn-lg.btn-circle {
  padding: 0;
  line-height: 45px;
  width: 50px;
  height: 50px;
}

/* line 37, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn.btn-sm {
  padding: 4px 18px;
  font-size: 14px;
  line-height: 17px;
  border-width: 2px;
}

/* line 42, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn.btn-sm.btn-circle {
  padding: 0;
  line-height: 25px;
  width: 29px;
  height: 29px;
}

/* line 49, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn.btn-xs {
  padding: 2px 13px;
  font-size: 13px;
  line-height: 16px;
  border-width: 2px;
}

/* line 54, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn.btn-xs.btn-circle {
  padding: 0;
  line-height: 19px;
  width: 24px;
  height: 24px;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-black {
  background-color: #000;
  border-color: #000;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-black:hover, .btn-black:focus {
  background-color: black;
  border-color: black;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-black:active, .btn-black.active {
  background-color: black;
  border-color: black;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-black.disabled, .btn-black[disabled] {
  background-color: #333333;
  border-color: #333333;
  color: #d6d6d6;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-black.disabled:hover, .btn-black.disabled:active, .btn-black.disabled:focus, .btn-black.disabled.active, .btn-black[disabled]:hover, .btn-black[disabled]:active, .btn-black[disabled]:focus, .btn-black.active[disabled] {
  background-color: #333333;
  border-color: #333333;
  color: #d6d6d6;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-black.btn-bordered {
  border-color: #000;
  color: #000;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-black.btn-bordered:hover, .btn-black.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-black.btn-bordered.disabled, .btn-black.btn-bordered.disabled:hover, .btn-black.btn-bordered.disabled:active, .btn-black.btn-bordered.disabled:focus, .btn-black.btn-bordered.disabled.active, .btn-black.btn-bordered[disabled], .btn-black.btn-bordered[disabled]:hover, .btn-black.btn-bordered[disabled]:active, .btn-black.btn-bordered[disabled]:focus, .btn-black.btn-bordered.active[disabled], fieldset[disabled] .btn-black.btn-bordered, fieldset[disabled] .btn-black.btn-bordered:hover, fieldset[disabled] .btn-black.btn-bordered:active, fieldset[disabled] .btn-black.btn-bordered:focus, fieldset[disabled] .btn-black.btn-bordered.active {
  border-color: #333333;
  color: #0a0a0a;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium-light {
  background-color: #9ca4af;
  border-color: #9ca4af;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium-light:hover, .btn-medium-light:focus {
  background-color: #88929f;
  border-color: #88929f;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium-light:active, .btn-medium-light.active {
  background-color: #808a98;
  border-color: #808a98;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium-light.disabled, .btn-medium-light[disabled] {
  background-color: #b0b6bf;
  border-color: #b0b6bf;
  color: #eff0f2;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium-light.disabled:hover, .btn-medium-light.disabled:active, .btn-medium-light.disabled:focus, .btn-medium-light.disabled.active, .btn-medium-light[disabled]:hover, .btn-medium-light[disabled]:active, .btn-medium-light[disabled]:focus, .btn-medium-light.active[disabled] {
  background-color: #b0b6bf;
  border-color: #b0b6bf;
  color: #eff0f2;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium-light.btn-bordered {
  border-color: #9ca4af;
  color: #9ca4af;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium-light.btn-bordered:hover, .btn-medium-light.btn-bordered:focus {
  background-color: rgba(156, 164, 175, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium-light.btn-bordered.disabled, .btn-medium-light.btn-bordered.disabled:hover, .btn-medium-light.btn-bordered.disabled:active, .btn-medium-light.btn-bordered.disabled:focus, .btn-medium-light.btn-bordered.disabled.active, .btn-medium-light.btn-bordered[disabled], .btn-medium-light.btn-bordered[disabled]:hover, .btn-medium-light.btn-bordered[disabled]:active, .btn-medium-light.btn-bordered[disabled]:focus, .btn-medium-light.btn-bordered.active[disabled], fieldset[disabled] .btn-medium-light.btn-bordered, fieldset[disabled] .btn-medium-light.btn-bordered:hover, fieldset[disabled] .btn-medium-light.btn-bordered:active, fieldset[disabled] .btn-medium-light.btn-bordered:focus, fieldset[disabled] .btn-medium-light.btn-bordered.active {
  border-color: #b0b6bf;
  color: #a0a8b2;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-contrast {
  background-color: #8dc153;
  border-color: #8dc153;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-contrast:hover, .btn-contrast:focus {
  background-color: #7bb140;
  border-color: #7bb140;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-contrast:active, .btn-contrast.active {
  background-color: #73a53c;
  border-color: #73a53c;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-contrast.disabled, .btn-contrast[disabled] {
  background-color: #a4cd75;
  border-color: #a4cd75;
  color: #edf5e3;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-contrast.disabled:hover, .btn-contrast.disabled:active, .btn-contrast.disabled:focus, .btn-contrast.disabled.active, .btn-contrast[disabled]:hover, .btn-contrast[disabled]:active, .btn-contrast[disabled]:focus, .btn-contrast.active[disabled] {
  background-color: #a4cd75;
  border-color: #a4cd75;
  color: #edf5e3;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-contrast.btn-bordered {
  border-color: #8dc153;
  color: #8dc153;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-contrast.btn-bordered:hover, .btn-contrast.btn-bordered:focus {
  background-color: rgba(141, 193, 83, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-contrast.btn-bordered.disabled, .btn-contrast.btn-bordered.disabled:hover, .btn-contrast.btn-bordered.disabled:active, .btn-contrast.btn-bordered.disabled:focus, .btn-contrast.btn-bordered.disabled.active, .btn-contrast.btn-bordered[disabled], .btn-contrast.btn-bordered[disabled]:hover, .btn-contrast.btn-bordered[disabled]:active, .btn-contrast.btn-bordered[disabled]:focus, .btn-contrast.btn-bordered.active[disabled], fieldset[disabled] .btn-contrast.btn-bordered, fieldset[disabled] .btn-contrast.btn-bordered:hover, fieldset[disabled] .btn-contrast.btn-bordered:active, fieldset[disabled] .btn-contrast.btn-bordered:focus, fieldset[disabled] .btn-contrast.btn-bordered.active {
  border-color: #a4cd75;
  color: #92c35a;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-dark {
  background-color: #353b47;
  border-color: #353b47;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-dark:hover, .btn-dark:focus {
  background-color: #262a33;
  border-color: #262a33;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-dark:active, .btn-dark.active {
  background-color: #1f232a;
  border-color: #1f232a;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-dark.disabled, .btn-dark[disabled] {
  background-color: #5d626c;
  border-color: #5d626c;
  color: #dfe0e2;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-dark.disabled:hover, .btn-dark.disabled:active, .btn-dark.disabled:focus, .btn-dark.disabled.active, .btn-dark[disabled]:hover, .btn-dark[disabled]:active, .btn-dark[disabled]:focus, .btn-dark.active[disabled] {
  background-color: #5d626c;
  border-color: #5d626c;
  color: #dfe0e2;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-dark.btn-bordered {
  border-color: #353b47;
  color: #353b47;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-dark.btn-bordered:hover, .btn-dark.btn-bordered:focus {
  background-color: rgba(53, 59, 71, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-dark.btn-bordered.disabled, .btn-dark.btn-bordered.disabled:hover, .btn-dark.btn-bordered.disabled:active, .btn-dark.btn-bordered.disabled:focus, .btn-dark.btn-bordered.disabled.active, .btn-dark.btn-bordered[disabled], .btn-dark.btn-bordered[disabled]:hover, .btn-dark.btn-bordered[disabled]:active, .btn-dark.btn-bordered[disabled]:focus, .btn-dark.btn-bordered.active[disabled], fieldset[disabled] .btn-dark.btn-bordered, fieldset[disabled] .btn-dark.btn-bordered:hover, fieldset[disabled] .btn-dark.btn-bordered:active, fieldset[disabled] .btn-dark.btn-bordered:focus, fieldset[disabled] .btn-dark.btn-bordered.active {
  border-color: #5d626c;
  color: #3d434e;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium {
  background-color: #434955;
  border-color: #434955;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium:hover, .btn-medium:focus {
  background-color: #333841;
  border-color: #333841;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium:active, .btn-medium.active {
  background-color: #2d3138;
  border-color: #2d3138;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium.disabled, .btn-medium[disabled] {
  background-color: #696d77;
  border-color: #696d77;
  color: #e1e2e4;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium.disabled:hover, .btn-medium.disabled:active, .btn-medium.disabled:focus, .btn-medium.disabled.active, .btn-medium[disabled]:hover, .btn-medium[disabled]:active, .btn-medium[disabled]:focus, .btn-medium.active[disabled] {
  background-color: #696d77;
  border-color: #696d77;
  color: #e1e2e4;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium.btn-bordered {
  border-color: #434955;
  color: #434955;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium.btn-bordered:hover, .btn-medium.btn-bordered:focus {
  background-color: rgba(67, 73, 85, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-medium.btn-bordered.disabled, .btn-medium.btn-bordered.disabled:hover, .btn-medium.btn-bordered.disabled:active, .btn-medium.btn-bordered.disabled:focus, .btn-medium.btn-bordered.disabled.active, .btn-medium.btn-bordered[disabled], .btn-medium.btn-bordered[disabled]:hover, .btn-medium.btn-bordered[disabled]:active, .btn-medium.btn-bordered[disabled]:focus, .btn-medium.btn-bordered.active[disabled], fieldset[disabled] .btn-medium.btn-bordered, fieldset[disabled] .btn-medium.btn-bordered:hover, fieldset[disabled] .btn-medium.btn-bordered:active, fieldset[disabled] .btn-medium.btn-bordered:focus, fieldset[disabled] .btn-medium.btn-bordered.active {
  border-color: #696d77;
  color: #4b505c;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-light {
  background-color: #676f7a;
  border-color: #676f7a;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-light:hover, .btn-light:focus {
  background-color: #575d67;
  border-color: #575d67;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-light:active, .btn-light.active {
  background-color: #50565e;
  border-color: #50565e;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-light.disabled, .btn-light[disabled] {
  background-color: #858c95;
  border-color: #858c95;
  color: #e7e8ea;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-light.disabled:hover, .btn-light.disabled:active, .btn-light.disabled:focus, .btn-light.disabled.active, .btn-light[disabled]:hover, .btn-light[disabled]:active, .btn-light[disabled]:focus, .btn-light.active[disabled] {
  background-color: #858c95;
  border-color: #858c95;
  color: #e7e8ea;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-light.btn-bordered {
  border-color: #676f7a;
  color: #676f7a;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-light.btn-bordered:hover, .btn-light.btn-bordered:focus {
  background-color: rgba(103, 111, 122, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-light.btn-bordered.disabled, .btn-light.btn-bordered.disabled:hover, .btn-light.btn-bordered.disabled:active, .btn-light.btn-bordered.disabled:focus, .btn-light.btn-bordered.disabled.active, .btn-light.btn-bordered[disabled], .btn-light.btn-bordered[disabled]:hover, .btn-light.btn-bordered[disabled]:active, .btn-light.btn-bordered[disabled]:focus, .btn-light.btn-bordered.active[disabled], fieldset[disabled] .btn-light.btn-bordered, fieldset[disabled] .btn-light.btn-bordered:hover, fieldset[disabled] .btn-light.btn-bordered:active, fieldset[disabled] .btn-light.btn-bordered:focus, fieldset[disabled] .btn-light.btn-bordered.active {
  border-color: #858c95;
  color: #6d757f;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-very-light {
  background-color: #eaedf2;
  border-color: #eaedf2;
  background-image: none;
  color: #676f7a;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-very-light:hover, .btn-very-light:focus {
  background-color: #d4dae4;
  border-color: #d4dae4;
  color: #676f7a;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-very-light:active, .btn-very-light.active {
  background-color: #cbd2df;
  border-color: #cbd2df;
  color: #676f7a;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-very-light.disabled, .btn-very-light[disabled] {
  background-color: #eef1f5;
  border-color: #eef1f5;
  color: #828993;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-very-light.disabled:hover, .btn-very-light.disabled:active, .btn-very-light.disabled:focus, .btn-very-light.disabled.active, .btn-very-light[disabled]:hover, .btn-very-light[disabled]:active, .btn-very-light[disabled]:focus, .btn-very-light.active[disabled] {
  background-color: #eef1f5;
  border-color: #eef1f5;
  color: #828993;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-very-light.btn-bordered {
  border-color: #eaedf2;
  color: #676f7a;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-very-light.btn-bordered:hover, .btn-very-light.btn-bordered:focus {
  background-color: rgba(234, 237, 242, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-very-light.btn-bordered.disabled, .btn-very-light.btn-bordered.disabled:hover, .btn-very-light.btn-bordered.disabled:active, .btn-very-light.btn-bordered.disabled:focus, .btn-very-light.btn-bordered.disabled.active, .btn-very-light.btn-bordered[disabled], .btn-very-light.btn-bordered[disabled]:hover, .btn-very-light.btn-bordered[disabled]:active, .btn-very-light.btn-bordered[disabled]:focus, .btn-very-light.btn-bordered.active[disabled], fieldset[disabled] .btn-very-light.btn-bordered, fieldset[disabled] .btn-very-light.btn-bordered:hover, fieldset[disabled] .btn-very-light.btn-bordered:active, fieldset[disabled] .btn-very-light.btn-bordered:focus, fieldset[disabled] .btn-very-light.btn-bordered.active {
  border-color: #eef1f5;
  color: #828993;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-primary {
  background-color: #428bca;
  border-color: #428bca;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: #3379b5;
  border-color: #3379b5;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #3071a9;
  border-color: #3071a9;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-primary.disabled, .btn-primary[disabled] {
  background-color: #68a2d5;
  border-color: #68a2d5;
  color: #e1ecf7;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled.active, .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary.active[disabled] {
  background-color: #68a2d5;
  border-color: #68a2d5;
  color: #e1ecf7;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-primary.btn-bordered {
  border-color: #428bca;
  color: #428bca;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-primary.btn-bordered:hover, .btn-primary.btn-bordered:focus {
  background-color: rgba(66, 139, 202, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-primary.btn-bordered.disabled, .btn-primary.btn-bordered.disabled:hover, .btn-primary.btn-bordered.disabled:active, .btn-primary.btn-bordered.disabled:focus, .btn-primary.btn-bordered.disabled.active, .btn-primary.btn-bordered[disabled], .btn-primary.btn-bordered[disabled]:hover, .btn-primary.btn-bordered[disabled]:active, .btn-primary.btn-bordered[disabled]:focus, .btn-primary.btn-bordered.active[disabled], fieldset[disabled] .btn-primary.btn-bordered, fieldset[disabled] .btn-primary.btn-bordered:hover, fieldset[disabled] .btn-primary.btn-bordered:active, fieldset[disabled] .btn-primary.btn-bordered:focus, fieldset[disabled] .btn-primary.btn-bordered.active {
  border-color: #68a2d5;
  color: #4a90cc;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-success:hover, .btn-success:focus {
  background-color: #49a749;
  border-color: #49a749;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-success:active, .btn-success.active {
  background-color: #449d44;
  border-color: #449d44;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-success.disabled, .btn-success[disabled] {
  background-color: #7dc67d;
  border-color: #7dc67d;
  color: #e5f4e5;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled.active, .btn-success[disabled]:hover, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success.active[disabled] {
  background-color: #7dc67d;
  border-color: #7dc67d;
  color: #e5f4e5;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-success.btn-bordered {
  border-color: #5cb85c;
  color: #5cb85c;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-success.btn-bordered:hover, .btn-success.btn-bordered:focus {
  background-color: rgba(92, 184, 92, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-success.btn-bordered.disabled, .btn-success.btn-bordered.disabled:hover, .btn-success.btn-bordered.disabled:active, .btn-success.btn-bordered.disabled:focus, .btn-success.btn-bordered.disabled.active, .btn-success.btn-bordered[disabled], .btn-success.btn-bordered[disabled]:hover, .btn-success.btn-bordered[disabled]:active, .btn-success.btn-bordered[disabled]:focus, .btn-success.btn-bordered.active[disabled], fieldset[disabled] .btn-success.btn-bordered, fieldset[disabled] .btn-success.btn-bordered:hover, fieldset[disabled] .btn-success.btn-bordered:active, fieldset[disabled] .btn-success.btn-bordered:focus, fieldset[disabled] .btn-success.btn-bordered.active {
  border-color: #7dc67d;
  color: #63bb63;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-warning:hover, .btn-warning:focus {
  background-color: #ed9e2d;
  border-color: #ed9e2d;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #ec971f;
  border-color: #ec971f;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-warning.disabled, .btn-warning[disabled] {
  background-color: #f3bd71;
  border-color: #f3bd71;
  color: #fdf2e3;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled.active, .btn-warning[disabled]:hover, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning.active[disabled] {
  background-color: #f3bd71;
  border-color: #f3bd71;
  color: #fdf2e3;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-warning.btn-bordered {
  border-color: #f0ad4e;
  color: #f0ad4e;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-warning.btn-bordered:hover, .btn-warning.btn-bordered:focus {
  background-color: rgba(240, 173, 78, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-warning.btn-bordered.disabled, .btn-warning.btn-bordered.disabled:hover, .btn-warning.btn-bordered.disabled:active, .btn-warning.btn-bordered.disabled:focus, .btn-warning.btn-bordered.disabled.active, .btn-warning.btn-bordered[disabled], .btn-warning.btn-bordered[disabled]:hover, .btn-warning.btn-bordered[disabled]:active, .btn-warning.btn-bordered[disabled]:focus, .btn-warning.btn-bordered.active[disabled], fieldset[disabled] .btn-warning.btn-bordered, fieldset[disabled] .btn-warning.btn-bordered:hover, fieldset[disabled] .btn-warning.btn-bordered:active, fieldset[disabled] .btn-warning.btn-bordered:focus, fieldset[disabled] .btn-warning.btn-bordered.active {
  border-color: #f3bd71;
  color: #f1b055;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-danger:hover, .btn-danger:focus {
  background-color: #d33632;
  border-color: #d33632;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #c9302c;
  border-color: #c9302c;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-danger.disabled, .btn-danger[disabled] {
  background-color: #e17572;
  border-color: #e17572;
  color: #f9e3e3;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled.active, .btn-danger[disabled]:hover, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger.active[disabled] {
  background-color: #e17572;
  border-color: #e17572;
  color: #f9e3e3;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-danger.btn-bordered {
  border-color: #d9534f;
  color: #d9534f;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-danger.btn-bordered:hover, .btn-danger.btn-bordered:focus {
  background-color: rgba(217, 83, 79, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-danger.btn-bordered.disabled, .btn-danger.btn-bordered.disabled:hover, .btn-danger.btn-bordered.disabled:active, .btn-danger.btn-bordered.disabled:focus, .btn-danger.btn-bordered.disabled.active, .btn-danger.btn-bordered[disabled], .btn-danger.btn-bordered[disabled]:hover, .btn-danger.btn-bordered[disabled]:active, .btn-danger.btn-bordered[disabled]:focus, .btn-danger.btn-bordered.active[disabled], fieldset[disabled] .btn-danger.btn-bordered, fieldset[disabled] .btn-danger.btn-bordered:hover, fieldset[disabled] .btn-danger.btn-bordered:active, fieldset[disabled] .btn-danger.btn-bordered:focus, fieldset[disabled] .btn-danger.btn-bordered.active {
  border-color: #e17572;
  color: #db5a56;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info {
  background-color: #5dc3de;
  border-color: #5dc3de;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info:hover, .btn-info:focus {
  background-color: #3fb8d8;
  border-color: #3fb8d8;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info:active, .btn-info.active {
  background-color: #33b3d5;
  border-color: #33b3d5;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info.disabled, .btn-info[disabled] {
  background-color: #7dcfe5;
  border-color: #7dcfe5;
  color: #e5f5fa;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled.active, .btn-info[disabled]:hover, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info.active[disabled] {
  background-color: #7dcfe5;
  border-color: #7dcfe5;
  color: #e5f5fa;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info.btn-bordered {
  border-color: #5dc3de;
  color: #5dc3de;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info.btn-bordered:hover, .btn-info.btn-bordered:focus {
  background-color: rgba(93, 195, 222, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info.btn-bordered.disabled, .btn-info.btn-bordered.disabled:hover, .btn-info.btn-bordered.disabled:active, .btn-info.btn-bordered.disabled:focus, .btn-info.btn-bordered.disabled.active, .btn-info.btn-bordered[disabled], .btn-info.btn-bordered[disabled]:hover, .btn-info.btn-bordered[disabled]:active, .btn-info.btn-bordered[disabled]:focus, .btn-info.btn-bordered.active[disabled], fieldset[disabled] .btn-info.btn-bordered, fieldset[disabled] .btn-info.btn-bordered:hover, fieldset[disabled] .btn-info.btn-bordered:active, fieldset[disabled] .btn-info.btn-bordered:focus, fieldset[disabled] .btn-info.btn-bordered.active {
  border-color: #7dcfe5;
  color: #63c5df;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-default {
  background-color: #fff;
  border-color: #434955;
  background-image: none;
  color: #434955;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-default:hover, .btn-default:focus {
  background-color: #ededed;
  border-color: #333841;
  color: #434955;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-default:active, .btn-default.active {
  background-color: #e6e6e6;
  border-color: #2d3138;
  color: #434955;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-default.disabled, .btn-default[disabled] {
  background-color: white;
  border-color: #696d77;
  color: #696d77;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled.active, .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default.active[disabled] {
  background-color: white;
  border-color: #696d77;
  color: #696d77;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-default.btn-bordered {
  border-color: #434955;
  color: #434955;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-default.btn-bordered:hover, .btn-default.btn-bordered:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-default.btn-bordered.disabled, .btn-default.btn-bordered.disabled:hover, .btn-default.btn-bordered.disabled:active, .btn-default.btn-bordered.disabled:focus, .btn-default.btn-bordered.disabled.active, .btn-default.btn-bordered[disabled], .btn-default.btn-bordered[disabled]:hover, .btn-default.btn-bordered[disabled]:active, .btn-default.btn-bordered[disabled]:focus, .btn-default.btn-bordered.active[disabled], fieldset[disabled] .btn-default.btn-bordered, fieldset[disabled] .btn-default.btn-bordered:hover, fieldset[disabled] .btn-default.btn-bordered:active, fieldset[disabled] .btn-default.btn-bordered:focus, fieldset[disabled] .btn-default.btn-bordered.active {
  border-color: #696d77;
  color: #4b505c;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-white {
  background-color: #fff;
  border-color: #fff;
  background-image: none;
  color: #353b47;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-white:hover, .btn-white:focus {
  background-color: #ededed;
  border-color: #ededed;
  color: #353b47;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-white:active, .btn-white.active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #353b47;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-white.disabled, .btn-white[disabled] {
  background-color: white;
  border-color: white;
  color: #5d626c;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-white.disabled:hover, .btn-white.disabled:active, .btn-white.disabled:focus, .btn-white.disabled.active, .btn-white[disabled]:hover, .btn-white[disabled]:active, .btn-white[disabled]:focus, .btn-white.active[disabled] {
  background-color: white;
  border-color: white;
  color: #5d626c;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-white.btn-bordered {
  border-color: #fff;
  color: #fff;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-white.btn-bordered:hover, .btn-white.btn-bordered:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-white.btn-bordered.disabled, .btn-white.btn-bordered.disabled:hover, .btn-white.btn-bordered.disabled:active, .btn-white.btn-bordered.disabled:focus, .btn-white.btn-bordered.disabled.active, .btn-white.btn-bordered[disabled], .btn-white.btn-bordered[disabled]:hover, .btn-white.btn-bordered[disabled]:active, .btn-white.btn-bordered[disabled]:focus, .btn-white.btn-bordered.active[disabled], fieldset[disabled] .btn-white.btn-bordered, fieldset[disabled] .btn-white.btn-bordered:hover, fieldset[disabled] .btn-white.btn-bordered:active, fieldset[disabled] .btn-white.btn-bordered:focus, fieldset[disabled] .btn-white.btn-bordered.active {
  border-color: white;
  color: white;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info {
  background-color: #5dc3de;
  border-color: #5dc3de;
  background-image: none;
  color: #fff;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info:hover, .btn-info:focus {
  background-color: #3fb8d8;
  border-color: #3fb8d8;
  color: #fff;
}

/* line 75, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info:active, .btn-info.active {
  background-color: #33b3d5;
  border-color: #33b3d5;
  color: #fff;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info.disabled, .btn-info[disabled] {
  background-color: #7dcfe5;
  border-color: #7dcfe5;
  color: #e5f5fa;
}

/* line 87, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled.active, .btn-info[disabled]:hover, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info.active[disabled] {
  background-color: #7dcfe5;
  border-color: #7dcfe5;
  color: #e5f5fa;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info.btn-bordered {
  border-color: #5dc3de;
  color: #5dc3de;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info.btn-bordered:hover, .btn-info.btn-bordered:focus {
  background-color: rgba(93, 195, 222, 0.1);
}

/* line 103, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-info.btn-bordered.disabled, .btn-info.btn-bordered.disabled:hover, .btn-info.btn-bordered.disabled:active, .btn-info.btn-bordered.disabled:focus, .btn-info.btn-bordered.disabled.active, .btn-info.btn-bordered[disabled], .btn-info.btn-bordered[disabled]:hover, .btn-info.btn-bordered[disabled]:active, .btn-info.btn-bordered[disabled]:focus, .btn-info.btn-bordered.active[disabled], fieldset[disabled] .btn-info.btn-bordered, fieldset[disabled] .btn-info.btn-bordered:hover, fieldset[disabled] .btn-info.btn-bordered:active, fieldset[disabled] .btn-info.btn-bordered:focus, fieldset[disabled] .btn-info.btn-bordered.active {
  border-color: #7dcfe5;
  color: #63c5df;
}

/* line 126, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-bordered, .btn-bordered:hover, .btn-bordered:active, .btn-bordered:focus, .btn-bordered.disabled, .btn-bordered[disables] {
  background-color: transparent;
}

/* line 129, app/assets/stylesheets/jednotka/theme/modules/_buttons.scss */
.btn-bordered.btn-transparent, .btn-bordered.btn-transparent .btn-bordered, .btn-bordered.btn-transparent:hover, .btn-bordered.btn-transparent .btn-bordered:hover, .btn-bordered.btn-transparent:active, .btn-bordered.btn-transparent .btn-bordered:active, .btn-bordered.btn-transparent:focus, .btn-bordered.btn-transparent .btn-bordered:focus, .btn-bordered.disabled.btn-transparent, .btn-bordered.btn-transparent .btn-bordered.disabled, .btn-bordered.btn-transparent[disables], .btn-bordered.btn-transparent .btn-bordered[disables], .btn-bordered.btn-transparent:hover .btn-bordered, .btn-bordered.btn-transparent:hover .btn-bordered:hover, .btn-bordered.btn-transparent:hover .btn-bordered:active, .btn-bordered.btn-transparent:hover .btn-bordered:focus, .btn-bordered.btn-transparent:hover .btn-bordered.disabled, .btn-bordered.btn-transparent:hover .btn-bordered[disables], .btn-bordered.btn-transparent:active .btn-bordered, .btn-bordered.btn-transparent:active .btn-bordered:hover, .btn-bordered.btn-transparent:active .btn-bordered:active, .btn-bordered.btn-transparent:active .btn-bordered:focus, .btn-bordered.btn-transparent:active .btn-bordered.disabled, .btn-bordered.btn-transparent:active .btn-bordered[disables], .btn-bordered.btn-transparent:focus .btn-bordered, .btn-bordered.btn-transparent:focus .btn-bordered:hover, .btn-bordered.btn-transparent:focus .btn-bordered:active, .btn-bordered.btn-transparent:focus .btn-bordered:focus, .btn-bordered.btn-transparent:focus .btn-bordered.disabled, .btn-bordered.btn-transparent:focus .btn-bordered[disables], .btn-bordered.disabled.btn-transparent .btn-bordered, .btn-bordered.disabled.btn-transparent .btn-bordered:hover, .btn-bordered.disabled.btn-transparent .btn-bordered:active, .btn-bordered.disabled.btn-transparent .btn-bordered:focus, .btn-bordered.disabled.btn-transparent .btn-bordered.disabled, .btn-bordered.disabled.btn-transparent .btn-bordered[disables], .btn-bordered.btn-transparent[disables] .btn-bordered, .btn-bordered.btn-transparent[disables] .btn-bordered:hover, .btn-bordered.btn-transparent[disables] .btn-bordered:active, .btn-bordered.btn-transparent[disables] .btn-bordered:focus, .btn-bordered.btn-transparent[disables] .btn-bordered.disabled, .btn-bordered.btn-transparent[disables] .btn-bordered[disables] {
  background-color: transparent;
}

/*------------------------------------*\
    $PROGRESS BARS
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/modules/_progress_bars.scss */
.progress {
  height: 20px;
}

/* line 8, app/assets/stylesheets/jednotka/theme/modules/_progress_bars.scss */
.progress.progress-md {
  height: 30px;
}

/* line 9, app/assets/stylesheets/jednotka/theme/modules/_progress_bars.scss */
.progress.progress-lg {
  height: 40px;
}

/*------------------------------------*\
    $LINKS
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a {
  color: #8dc153;
}

/* line 7, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a:hover {
  color: #80b842;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-white {
  color: #fff;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-white:hover {
  color: #f2f2f2;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-black {
  color: #000;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-black:hover {
  color: black;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-contrast {
  color: #8dc153;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-contrast:hover {
  color: #80b842;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-dark {
  color: #353b47;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-dark:hover {
  color: #2a2f38;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-medium {
  color: #434955;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-medium:hover {
  color: #383d47;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-light {
  color: #676f7a;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-light:hover {
  color: #5b626c;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-medium-light {
  color: #9ca4af;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-medium-light:hover {
  color: #8e97a4;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-very-light {
  color: #eaedf2;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-very-light:hover {
  color: #dae0e8;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-primary {
  color: #428bca;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-primary:hover {
  color: #357ebd;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-success {
  color: #5cb85c;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-success:hover {
  color: #4cae4c;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-warning {
  color: #f0ad4e;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-warning:hover {
  color: #eea236;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-danger {
  color: #d9534f;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-danger:hover {
  color: #d43f3a;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-info {
  color: #5dc3de;
}

/* line 19, app/assets/stylesheets/jednotka/theme/modules/_links.scss */
a.link-info:hover {
  color: #48bbda;
}

/*------------------------------------*\
    $ACCORDIONS
\*------------------------------------*/
/* line 5, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion .panel-heading {
  padding: 0;
  border: none;
}

/* line 10, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion .accordion-toggle {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background-color: #8dc153;
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  border: 2px solid transparent;
}

/* line 22, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion .accordion-toggle:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  margin-right: 10px;
}

/* line 27, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion .accordion-toggle:focus {
  outline: none;
}

/* line 31, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion .accordion-toggle:hover {
  background-color: #80b842;
}

/* line 35, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion .accordion-toggle.collapsed {
  background-color: #353b47;
}

/* line 38, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion .accordion-toggle.collapsed:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

/* line 42, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion .accordion-toggle.collapsed:hover {
  background-color: #404756;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion .panel {
  border: none;
}

/* line 52, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion .panel .panel-body {
  border: 2px solid #eaedf2;
  border-top: none;
}

/* line 61, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion.accordion-bordered .panel-heading {
  background-color: transparent;
}

/* line 65, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion.accordion-bordered .accordion-toggle {
  background-color: transparent;
  border: 2px solid #eaedf2;
  color: #8dc153;
}

/* line 71, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion.accordion-bordered .accordion-toggle.collapsed {
  color: #353b47;
}

/* line 74, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion.accordion-bordered .accordion-toggle.collapsed:hover {
  color: #8dc153;
  background-color: transparent;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion.accordion-bordered .panel {
  border-color: transparent;
}

/* line 85, app/assets/stylesheets/jednotka/theme/modules/_accordions.scss */
.accordion.accordion-bordered .panel .panel-body {
  border-color: transparent;
}

/*------------------------------------*\
    $TABS
\*------------------------------------*/
/* line 5, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable .nav-tabs {
  border-bottom: 2px solid #eaedf2;
}

/* line 8, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable .nav-tabs > li {
  margin-bottom: -2px;
}

/* line 11, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable .nav-tabs > li > a {
  background-color: #eaedf2;
  border: 2px solid transparent;
  border-bottom: none;
  border-top: 4px solid transparent;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  margin-right: 3px;
  color: #353b47;
}

/* line 24, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable .nav-tabs > li > a:hover {
  border-color: transparent;
  color: #8dc153;
  background-color: #e4e8ee;
}

/* line 30, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable .nav-tabs > li > a:focus {
  outline: none;
}

/* line 35, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable .nav-tabs > li.active > a, .tabbable .nav-tabs > li.active > a:hover, .tabbable .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border: 2px solid #eaedf2;
  border-bottom: none;
  border-top: 4px solid #8dc153;
}

/* line 44, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable .tab-content {
  padding: 20px;
  border: 2px solid #eaedf2;
  border-top: none;
  overflow: auto;
}

/* line 53, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-below .nav-tabs {
  border-bottom: none;
  border-top: 2px solid #eaedf2;
}

/* line 57, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-below .nav-tabs > li {
  margin-bottom: 0;
  margin-top: -2px;
}

/* line 61, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-below .nav-tabs > li > a {
  border: 2px solid transparent;
  border-top: none;
  border-bottom: 4px solid transparent;
}

/* line 69, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-below .nav-tabs > li.active > a, .tabbable.tabs-below .nav-tabs > li.active > a:hover, .tabbable.tabs-below .nav-tabs > li.active > a:focus {
  border: 2px solid #eaedf2;
  border-top: none;
  border-bottom: 4px solid #8dc153;
}

/* line 77, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-below .tab-content {
  border: 2px solid #eaedf2;
  border-bottom: none;
}

/* line 85, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-left > .nav-tabs > li, .tabbable.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 90, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-left .nav-tabs {
  float: left;
  border-bottom: none;
}

/* line 94, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-left .nav-tabs > li {
  margin-bottom: 0;
  margin-right: -2px;
}

/* line 98, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-left .nav-tabs > li > a {
  border: 2px solid transparent;
  border-right: none;
  border-left: 4px solid transparent;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 108, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-left .nav-tabs > li.active > a, .tabbable.tabs-left .nav-tabs > li.active > a:hover, .tabbable.tabs-left .nav-tabs > li.active > a:focus {
  border: 2px solid #eaedf2;
  border-right: none;
  border-left: 4px solid #8dc153;
}

/* line 116, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-left .tab-content {
  border: 2px solid #eaedf2;
}

/* line 124, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-right .nav-tabs {
  float: right;
  border-bottom: none;
}

/* line 128, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-right .nav-tabs > li {
  margin-bottom: 0;
  margin-left: -2px;
}

/* line 132, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-right .nav-tabs > li > a {
  border: 2px solid transparent;
  border-left: none;
  border-right: 4px solid transparent;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 142, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-right .nav-tabs > li.active > a, .tabbable.tabs-right .nav-tabs > li.active > a:hover, .tabbable.tabs-right .nav-tabs > li.active > a:focus {
  border: 2px solid #eaedf2;
  border-left: none;
  border-right: 4px solid #8dc153;
}

/* line 150, app/assets/stylesheets/jednotka/theme/modules/_tabs.scss */
.tabbable.tabs-right .tab-content {
  border: 2px solid #eaedf2;
}

/*------------------------------------*\
    $INPUTS
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/modules/_inputs.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select[multiple] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 24, app/assets/stylesheets/jednotka/theme/modules/_inputs.scss */
.form-control {
  height: 40px;
  color: #676f7a;
  border: 2px solid #eaedf2;
}

/* line 67, app/assets/stylesheets/jednotka/theme/_mixins.scss */
.form-control:-moz-placeholder {
  color: #c5c9ce;
}

/* line 70, app/assets/stylesheets/jednotka/theme/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #c5c9ce;
}

/* line 73, app/assets/stylesheets/jednotka/theme/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #c5c9ce;
}

/* line 31, app/assets/stylesheets/jednotka/theme/modules/_inputs.scss */
.form-control:focus {
  border-color: #bbc5d5;
}

/* line 36, app/assets/stylesheets/jednotka/theme/modules/_inputs.scss */
.form-control[disabled] {
  background: #eaedf2;
}

/* line 41, app/assets/stylesheets/jednotka/theme/modules/_inputs.scss */
select.form-control {
  border-width: 1px;
}

/* line 44, app/assets/stylesheets/jednotka/theme/modules/_inputs.scss */
select.form-control:focus {
  border-color: #bbc5d5;
}

/* line 50, app/assets/stylesheets/jednotka/theme/modules/_inputs.scss */
select.form-control[multiple] {
  height: auto;
  border-width: 2px;
}

/* line 55, app/assets/stylesheets/jednotka/theme/modules/_inputs.scss */
.input-group-addon {
  background-color: #eaedf2;
  border: 2px solid #eaedf2;
}

/* line 60, app/assets/stylesheets/jednotka/theme/modules/_inputs.scss */
.input-lg {
  height: 50px;
}

/* line 64, app/assets/stylesheets/jednotka/theme/modules/_inputs.scss */
.input-sm {
  height: 29px;
}

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
/* line 8, app/assets/stylesheets/jednotka/theme/modules/_pagination.scss */
.pagination > li > a, .pagination > li > span {
  color: #353b47;
  background-color: transparent;
  border: 2px solid #eaedf2;
  margin-right: 5px;
}

/* line 23, app/assets/stylesheets/jednotka/theme/modules/_pagination.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  margin-right: 0;
}

/* line 32, app/assets/stylesheets/jednotka/theme/modules/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eaedf2;
}

/* line 40, app/assets/stylesheets/jednotka/theme/modules/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #353b47;
  background-color: transparent;
  border-color: #8dc153;
}

/* line 50, app/assets/stylesheets/jednotka/theme/modules/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d8dde6;
  background-color: transparent;
  border-color: #f7f8fa;
}

/*------------------------------------*\
    $NAVS
\*------------------------------------*/
/* line 5, app/assets/stylesheets/jednotka/theme/modules/_navs.scss */
.list-group .list-group-item {
  border-color: #eaedf2;
}

/* line 8, app/assets/stylesheets/jednotka/theme/modules/_navs.scss */
.list-group .list-group-item [class^="fa-"], .list-group .list-group-item [class*=" fa-"] {
  color: #8dc153;
}

/* line 12, app/assets/stylesheets/jednotka/theme/modules/_navs.scss */
.list-group .list-group-item:hover, .list-group .list-group-item:focus {
  background-color: #f5f6f9;
}

/* line 16, app/assets/stylesheets/jednotka/theme/modules/_navs.scss */
.list-group .list-group-item.active, .list-group .list-group-item.active:hover, .list-group .list-group-item.active:focus {
  color: #fff;
  background-color: #8dc153;
  border-color: #8dc153;
}

/* line 21, app/assets/stylesheets/jednotka/theme/modules/_navs.scss */
.list-group .list-group-item.active [class^="fa-"], .list-group .list-group-item.active [class*=" fa-"], .list-group .list-group-item.active:hover [class^="fa-"], .list-group .list-group-item.active:hover [class*=" fa-"], .list-group .list-group-item.active:focus [class^="fa-"], .list-group .list-group-item.active:focus [class*=" fa-"] {
  color: #fff;
}

/* line 36, app/assets/stylesheets/jednotka/theme/modules/_navs.scss */
.nav-pills li + li {
  margin-left: 5px;
  margin-bottom: 5px;
}

/* line 41, app/assets/stylesheets/jednotka/theme/modules/_navs.scss */
.nav-pills > li > a {
  color: #434955;
  background-color: #eaedf2;
}

/* line 45, app/assets/stylesheets/jednotka/theme/modules/_navs.scss */
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: #dae0e8;
}

/* line 50, app/assets/stylesheets/jednotka/theme/modules/_navs.scss */
.nav-pills > li.active > a {
  padding: 5px 20px;
  color: #fff;
  background-color: #8dc153;
}

/* line 56, app/assets/stylesheets/jednotka/theme/modules/_navs.scss */
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #8dc153;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 12px;
  border-top: 1px solid #eaedf2;
}

/* line 21, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table thead > tr > th {
  border-bottom: 2px solid #eaedf2;
}

/* line 25, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #eaedf2;
}

/* line 29, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 34, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table-bordered {
  border: 1px solid #eaedf2;
}

/* line 40, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eaedf2;
}

/* line 48, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 59, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafbfc;
}

/* line 70, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f3f5f8;
}

/* line 81, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f3f5f8;
}

/* line 103, app/assets/stylesheets/jednotka/theme/_mixins.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 110, app/assets/stylesheets/jednotka/theme/_mixins.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

/* line 103, app/assets/stylesheets/jednotka/theme/_mixins.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 110, app/assets/stylesheets/jednotka/theme/_mixins.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

/* line 103, app/assets/stylesheets/jednotka/theme/_mixins.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 110, app/assets/stylesheets/jednotka/theme/_mixins.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 767px) {
  /* line 95, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
  .table-responsive {
    border: 1px solid #eaedf2;
  }
}

/* line 105, app/assets/stylesheets/jednotka/theme/modules/_tables.scss */
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 6px;
}

/*------------------------------------*\
    $ICONS
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  width: 30px;
  height: 30px;
}

/* line 10, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap i {
  width: 1.1428571429em;
}

/* line 14, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-circle {
  line-height: 30px;
}

/* line 18, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-circle i {
  width: auto;
}

/* line 22, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-circle.icon-md {
  line-height: 45px;
}

/* line 26, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-circle.icon-lg {
  line-height: 60px;
}

/* line 31, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-rounded-square {
  line-height: 30px;
}

/* line 35, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-rounded-square i {
  width: auto;
}

/* line 39, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-rounded-square.icon-md {
  line-height: 45px;
}

/* line 44, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-rounded-square.icon-lg {
  line-height: 60px;
}

/* line 50, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-bordered {
  border: 2px solid transparent;
  line-height: 26px;
}

/* line 54, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-bordered.icon-md {
  line-height: 41px;
}

/* line 55, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-bordered.icon-lg {
  line-height: 56px;
}

/* line 58, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-md {
  font-size: 1.5em;
  width: 45px;
  height: 45px;
}

/* line 63, app/assets/stylesheets/jednotka/theme/modules/_icons.scss */
.icon-wrap.icon-lg {
  font-size: 2em;
  width: 60px;
  height: 60px;
}

/*------------------------------------*\
    $CLIENT SLIDESHOW
\*------------------------------------*/
/* line 4, app/assets/stylesheets/jednotka/theme/modules/_client_slideshow.scss */
.client-slideshow {
  position: relative;
}

/* line 7, app/assets/stylesheets/jednotka/theme/modules/_client_slideshow.scss */
.client-slideshow:before, .client-slideshow:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 5%;
  top: 0;
  z-index: 999;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/jednotka/theme/modules/_client_slideshow.scss */
  .client-slideshow:before, .client-slideshow:after {
    width: 10%;
  }
}

/* line 20, app/assets/stylesheets/jednotka/theme/modules/_client_slideshow.scss */
.client-slideshow:before {
  right: 0;
}

/* line 25, app/assets/stylesheets/jednotka/theme/modules/_client_slideshow.scss */
.client-slideshow:after {
  left: 0;
}

/* line 30, app/assets/stylesheets/jednotka/theme/modules/_client_slideshow.scss */
.client-slideshow img {
  margin-right: 60px;
}

/*------------------------------------*\
    $PAGES
\*------------------------------------*/
/*------------------------------------*\
    $CONTACT PAGE
\*------------------------------------*/
/* line 5, app/assets/stylesheets/jednotka/theme/pages/_contact.scss */
body.contact-page #map-canvas {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/jednotka/theme/pages/_contact.scss */
  body.contact-page #map-canvas {
    height: 326px;
  }
}

/* line 15, app/assets/stylesheets/jednotka/theme/pages/_contact.scss */
body.contact-page textarea {
  min-height: 215px;
}

/* line 20, app/assets/stylesheets/jednotka/theme/pages/_contact.scss */
body.contact-page.contact-page-wide-map #main-content {
  padding-top: 0;
}

/* line 24, app/assets/stylesheets/jednotka/theme/pages/_contact.scss */
body.contact-page.contact-page-wide-map #map-canvas {
  margin-bottom: 70px;
  height: 300px;
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/jednotka/theme/pages/_contact.scss */
  body.contact-page.contact-page-wide-map #map-canvas {
    height: 400px;
  }
}

/*------------------------------------*\
    $ERROR PAGE
\*------------------------------------*/
/* line 6, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
html.no-touch body.error-page {
  height: 100%;
}

/* line 9, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
html.no-touch body.error-page #wrapper {
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 14, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
html.no-touch body.error-page #wrapper .container {
  vertical-align: middle;
  display: table-cell;
}

/* line 23, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
body.error-page {
  background: url(/images/bg_fullsize.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  font-family: "Roboto";
  -ms-behavior: url(/assets/images/ie/backgroundsize.min.htc);
}

/* line 36, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
body.error-page #wrapper {
  padding: 20px 0;
  background-image: none !important;
}

/* line 41, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
body.error-page .code {
  margin: 0;
  padding: 0;
  color: #fff;
}

/* line 46, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
body.error-page .code span {
  font-size: 100px;
  line-height: 100px;
}

@media (min-width: 768px) {
  /* line 46, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
  body.error-page .code span {
    font-size: 150px;
    line-height: 150px;
  }
}

/* line 56, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
body.error-page .code [class^="fa-"], body.error-page .code [class*=" fa-"] {
  color: #8dc153;
}

/* line 61, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
body.error-page .message {
  font-size: 18px;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 61, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
  body.error-page .message {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 75, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
body.error-page .btn {
  margin-top: 50px;
  font-weight: 300;
}

/* line 80, app/assets/stylesheets/jednotka/theme/pages/_error.scss */
body.error-page .logo {
  margin-top: 50px;
  display: inline-block;
}

/*------------------------------------*\
    $COUNTDOWN PAGE
\*------------------------------------*/
/* line 6, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
html.no-touch body.countdown-page {
  height: 100%;
}

/* line 9, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
html.no-touch body.countdown-page #wrapper {
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 14, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
html.no-touch body.countdown-page #wrapper .container {
  vertical-align: middle;
  display: table-cell;
}

/* line 23, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page {
  background: url(/images/bg_fullsize.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  font-family: "Roboto";
  -ms-behavior: url(/assets/images/ie/backgroundsize.min.htc);
}

/* line 36, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page #wrapper {
  padding: 20px 0;
  background-image: none !important;
}

/* line 41, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .icon {
  border: 5px solid #fff;
  display: inline-block;
  line-height: 120px;
  position: relative;
  margin-top: 15px;
  width: 120px;
  height: 120px;
}

/* line 51, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .icon [class^="fa-"], body.countdown-page .icon [class*=" fa-"] {
  color: #fff;
  font-size: 60px;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
}

/* line 65, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .title {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
}

/* line 75, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .message {
  font-size: 18px;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
  body.countdown-page .message {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 89, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page form {
  margin-top: 50px;
}

/* line 92, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page form .form-control {
  border-color: transparent;
}

/* line 97, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .logo {
  margin-top: 40px;
  display: inline-block;
}

/* line 105, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .countdown {
  margin-top: 60px;
}

/* line 108, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .countdown .countdown-item {
  display: inline-block;
  position: relative;
  background-color: #8dc153;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
}

@media (min-width: 768px) {
  /* line 108, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
  body.countdown-page .countdown .countdown-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

/* line 122, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .countdown .countdown-item:last-child {
  margin-right: 0;
}

/* line 126, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .countdown .countdown-item .countdown-time, body.countdown-page .countdown .countdown-item .countdown-label {
  position: absolute;
  left: 0;
  color: #fff;
  width: 120px;
  text-align: center;
}

/* line 134, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .countdown .countdown-item .countdown-time {
  top: 25px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}

/* line 141, app/assets/stylesheets/jednotka/theme/pages/_countdown.scss */
body.countdown-page .countdown .countdown-item .countdown-label {
  bottom: 25px;
  font-size: 18px;
  line-height: 18px;
}

/*------------------------------------*\
    $FAQ PAGE
\*------------------------------------*/
/* line 6, app/assets/stylesheets/jednotka/theme/pages/_faq.scss */
.faq-page .accordion.accordion-bordered .accordion-toggle {
  background-color: #f5f6f9;
}

/* line 9, app/assets/stylesheets/jednotka/theme/pages/_faq.scss */
.faq-page .accordion.accordion-bordered .accordion-toggle:hover {
  background-color: #f5f6f9;
}

/* line 12, app/assets/stylesheets/application.css.scss */
#wrapper {
  background-image: url(/assets/carousel1-d890a387929eef3ae07ccb0fb077f7ac4c2581930cbc66e9a981f7191168f9ea.jpg);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 16, app/assets/stylesheets/application.css.scss */
  #wrapper {
    background-image: url(/assets/carousel1-d890a387929eef3ae07ccb0fb077f7ac4c2581930cbc66e9a981f7191168f9ea.jpg);
  }
}

/* line 21, app/assets/stylesheets/application.css.scss */
footer#footer {
  background-image: url(/assets/carousel1-d890a387929eef3ae07ccb0fb077f7ac4c2581930cbc66e9a981f7191168f9ea.jpg);
}

/* line 23, app/assets/stylesheets/application.css.scss */
footer#footer #footer-main, footer#footer #footer-copyright {
  background: none;
}

/* line 25, app/assets/stylesheets/application.css.scss */
footer#footer #footer-main p, footer#footer #footer-main div.content, footer#footer #footer-copyright p, footer#footer #footer-copyright div.content {
  color: white;
}

/* line 28, app/assets/stylesheets/application.css.scss */
footer#footer #footer-main form .form-control, footer#footer #footer-copyright form .form-control {
  background: none;
  border-color: white;
  border-width: 1px;
  color: white;
}

/* line 37, app/assets/stylesheets/application.css.scss */
#map-canvas {
  height: 260px;
}

/* line 41, app/assets/stylesheets/application.css.scss */
.m-t {
  margin-top: 20px;
}

/* line 45, app/assets/stylesheets/application.css.scss */
.m-b {
  margin-bottom: 20px;
}

/* line 49, app/assets/stylesheets/application.css.scss */
.fb-like.fb_iframe_widget {
  vertical-align: top;
}

/* line 53, app/assets/stylesheets/application.css.scss */
.portfolio-boxes .portfolio-box .image-link {
  height: 175px;
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/application.css.scss */
#header .navbar-default.navbar-collapsed-sm {
  border-bottom: none;
}

/* line 62, app/assets/stylesheets/application.css.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li {
  font-size: 16px;
}

/* line 66, app/assets/stylesheets/application.css.scss */
.collapse.navbar-collapse.navbar-header-collapse {
  background-image: url(/assets/vlna-ed691ec33179f19f61b4bf13b726984558cc634af5757b7b7f7d75ca2cb06467.png);
  background-position: 0px 72px;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 146px;
}

/* line 74, app/assets/stylesheets/application.css.scss */
#main-content-header .title {
  text-align: left;
  font-size: 40px;
  margin-top: 34px;
}

/* line 80, app/assets/stylesheets/application.css.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.open > a:focus span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li.active > a:focus span {
  border-bottom: none;
}

/* line 83, app/assets/stylesheets/application.css.scss */
#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a:hover span, #header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a:focus span {
  border-bottom-color: transparent !important;
}

/* END BG */
/* line 89, app/assets/stylesheets/application.css.scss */
.carousel-contrast .normal, .carousel-contrast .big span, .carousel-contrast .carousel-blur .normal span, .carousel-blur .carousel-contrast .normal span, .carousel-contrast .carousel-image .normal span, .carousel-image .carousel-contrast .normal span {
  background-color: transparent !important;
}

/* line 93, app/assets/stylesheets/application.css.scss */
.carousel-contrast-pagination .flex-control-paging a:hover, .carousel-contrast-pagination .flex-control-paging a.flex-active {
  background-color: #B4D01C;
}

/* line 96, app/assets/stylesheets/application.css.scss */
.carousel-contrast-pagination .flex-control-paging a:hover:hover, .carousel-contrast-pagination .flex-control-paging a.flex-active:hover {
  background-color: #9fb718;
  border-color: #9fb718;
}

/* line 101, app/assets/stylesheets/application.css.scss */
.panel.panel-image .panel-icon .icon, .btn-contrast, .carousel-indicators .active:hover, .contrast-bg {
  background-color: #B4D01C !important;
}

/* line 104, app/assets/stylesheets/application.css.scss */
#footer #footer-main [class^="fa-"], #footer #footer-main [class*=" fa-"], .page-header.page-header-with-icon > [class^="fa-"], .page-header.page-header-with-icon > [class*=" fa-"], .text-boxes .text-box .toolbar .btn-link [class^="fa-"], .text-boxes .text-box .toolbar .btn-link > [class*=" fa-"] {
  color: #B4D01C !important;
}

/* line 108, app/assets/stylesheets/application.css.scss */
a {
  color: #B4D01C;
}

/* line 112, app/assets/stylesheets/application.css.scss */
.btn-bordered {
  background-color: white !important;
  border-color: #B4D01C !important;
  color: #B4D01C !important;
}

/* line 117, app/assets/stylesheets/application.css.scss */
.no-touch .quotes .quote:hover .author-wrapper .author {
  border-top-color: #B4D01C;
}

/* line 121, app/assets/stylesheets/application.css.scss */
.btn.btn-squared.btn-contrast {
  border-color: #B4D01C !important;
}

/* line 123, app/assets/stylesheets/application.css.scss */
.btn.btn-squared.btn-contrast:hover {
  border-color: #9fb718 !important;
}

/* line 128, app/assets/stylesheets/application.css.scss */
.carousel-contrast-pagination .flex-control-paging a:hover:hover, .carousel-contrast-pagination .flex-control-paging a.flex-active:hover {
  border-color: white !important;
}

/* line 131, app/assets/stylesheets/application.css.scss */
.carousel-indicators .active {
  background-color: #B4D01C !important;
}

/* line 135, app/assets/stylesheets/application.css.scss */
.mt85 {
  margin-top: 85px;
}

/* line 138, app/assets/stylesheets/application.css.scss */
.ml30 {
  margin-left: 30px;
}

/* line 142, app/assets/stylesheets/application.css.scss */
.panel.panel-image .panel-icon .icon {
  border-radius: 50%;
}

/* line 146, app/assets/stylesheets/application.css.scss */
.panel.panel-image .panel-heading {
  padding: 0;
  border: none;
  max-height: 125px;
  overflow: hidden;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 159, app/assets/stylesheets/application.css.scss */
.panel.panel-image .panel-body {
  border: 2px solid #eaedf2;
  padding-top: 5px;
  border-top: none;
  text-align: center;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 172, app/assets/stylesheets/application.css.scss */
.carousel-contrast .big, .carousel-contrast .carousel-blur .normal, .carousel-blur .carousel-contrast .normal, .carousel-contrast .carousel-image .normal, .carousel-image .carousel-contrast .normal {
  color: #fff !important;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 35px;
}

@media (min-width: 992px) {
  /* line 181, app/assets/stylesheets/application.css.scss */
  .carousel-contrast .big, .carousel-contrast .carousel-blur .normal, .carousel-blur .carousel-contrast .normal, .carousel-contrast .carousel-image .normal, .carousel-image .carousel-contrast .normal {
    margin-top: 85px;
    font-size: 48px;
    line-height: 60px;
  }
}

/* line 188, app/assets/stylesheets/application.css.scss */
.carousel-contrast .normal, .carousel-contrast .big span, .carousel-contrast .carousel-blur .normal span, .carousel-blur .carousel-contrast .normal span, .carousel-contrast .carousel-image .normal span, .carousel-image .carousel-contrast .normal span, .carousel-contrast .carousel-blur .normal span, .carousel-blur .carousel-contrast .normal span, .carousel-contrast .carousel-image .normal span, .carousel-image .carousel-contrast .normal span {
  background-color: transparent !important;
}

@media (min-width: 992px) {
  /* line 193, app/assets/stylesheets/application.css.scss */
  .carousel-contrast .normal {
    font-size: 30px;
    line-height: 37px;
  }
}

/* line 199, app/assets/stylesheets/application.css.scss */
.carousel-contrast .normal {
  color: #fff;
  font-family: "Roboto";
  font-weight: 300;
  margin: 0;
  padding: 15px 30px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 212, app/assets/stylesheets/application.css.scss */
.carousel-contrast .big {
  padding-left: 30px;
}

/* line 216, app/assets/stylesheets/application.css.scss */
.carousel-contrast-pagination .flex-control-paging {
  bottom: -9px;
  height: 20px;
}

/* line 220, app/assets/stylesheets/application.css.scss */
.carousel-contrast-pagination .flex-control-paging a {
  display: inline-block;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #9ca4af;
  border: 4px solid #fff;
  width: 18px;
  height: 18px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 233, app/assets/stylesheets/application.css.scss */
.carousel-contrast-pagination .flex-control-paging a {
  display: inline-block;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #9ca4af;
  border: 4px solid #fff;
  width: 18px;
  height: 18px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 246, app/assets/stylesheets/application.css.scss */
.hero-carousel .flex-direction-nav .flex-next, .hero-carousel .flex-direction-nav .flex-prev {
  top: 50%;
  position: absolute;
  text-decoration: none;
  z-index: 999;
}

/* line 253, app/assets/stylesheets/application.css.scss */
.carousel-contrast-arrows .flex-direction-nav .flex-next, .carousel-contrast-arrows .flex-direction-nav .flex-prev {
  margin-top: 32px;
  color: #fff;
  line-height: 26px;
  width: 26px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

/* line 267, app/assets/stylesheets/application.css.scss */
.hero-carousel .flex-direction-nav .flex-next, .hero-carousel .flex-direction-nav .flex-prev {
  top: 50%;
  position: absolute;
  text-decoration: none;
  z-index: 999;
}

/* line 274, app/assets/stylesheets/application.css.scss */
.carousel-contrast-arrows .flex-direction-nav .flex-prev {
  left: -30px;
}

/* line 279, app/assets/stylesheets/application.css.scss */
.hero-carousel:before {
  display: none !important;
}

@media (min-width: 1200px) {
  /* line 284, app/assets/stylesheets/application.css.scss */
  .hero-carousel .flex-direction-nav {
    display: block;
    width: 1200px;
    margin-left: -600px;
  }
}

/* line 291, app/assets/stylesheets/application.css.scss */
.carousel-contrast-arrows .flex-direction-nav .flex-next {
  right: -30px;
}

/* line 295, app/assets/stylesheets/application.css.scss */
.carousel-contrast-arrows .flex-direction-nav .flex-next, .carousel-contrast-arrows .flex-direction-nav .flex-prev {
  margin-top: 32px;
  color: #fff;
  line-height: 26px;
  width: 26px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

/* line 309, app/assets/stylesheets/application.css.scss */
.hero-carousel .flex-direction-nav .flex-next, .hero-carousel .flex-direction-nav .flex-prev {
  top: 50%;
  position: absolute;
  text-decoration: none;
  z-index: 999;
}
