/*@screen-lg:                  1200px;
@screen-md:                  992px;*/
@import "../../javascripts/lib/colorpicker/css/colorpicker.css";
@import "../../javascripts/lib/perfectscrollbar/perfect-scrollbar.css";
.testtest {
  padding: 2;
}
/*.test();*/
.test4 {
  border: 1px solid #333;
}
/*.test();*/
.test3 {
  border: 1px solid #fff;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3343;
  color: #888;
  background-color: #060606;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #e28525;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e28525;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.3343;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #282828;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #888;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 15px;
  margin-bottom: 7.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 7.5px;
}
.lead {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #FF8800;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #636363;
}
.text-primary {
  color: #e28525;
}
a.text-primary:hover {
  color: #bb6b19;
}
.text-success {
  color: #fff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #fff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #fff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #fff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #e28525;
}
a.bg-primary:hover {
  background-color: #bb6b19;
}
.bg-success {
  background-color: #548b01;
}
a.bg-success:hover {
  background-color: #355801;
}
.bg-info {
  background-color: #FF6600;
}
a.bg-info:hover {
  background-color: #cc5200;
}
.bg-warning {
  background-color: #FF8800;
}
a.bg-warning:hover {
  background-color: #cc6d00;
}
.bg-danger {
  background-color: #CC0000;
}
a.bg-danger:hover {
  background-color: #990000;
}
.page-header {
  padding-bottom: 6.5px;
  margin: 30px 0 15px;
  border-bottom: 1px solid #282828;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 7.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 15px;
}
dt,
dd {
  line-height: 1.3343;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #888;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 7.5px 15px;
  margin: 0 0 15px;
  font-size: 15px;
  border-left: 5px solid #282828;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.3343;
  color: #555;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #282828;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: 1.3343;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 7px;
  margin: 0 0 7.5px;
  font-size: 11px;
  line-height: 1.3343;
  word-break: break-all;
  word-wrap: break-word;
  color: #282828;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1px) {
  .container {
    width: 1516px;
  }
}
@media (min-width: 1px) {
  .container {
    width: 1516px;
  }
}
@media (min-width: 100px) {
  .container {
    width: 996px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 1px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 100px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: #1b1e1f;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 15px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.3343;
  vertical-align: top;
  border-top: 1px solid #282828;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #282828;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #282828;
}
.table .table {
  background-color: #060606;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #282828;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #282828;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #0f1011;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #282828;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #282828;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #1b1b1b;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #548b01;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #457201;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #FF6600;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #e65c00;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #FF8800;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #e67a00;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #CC0000;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #b30000;
}
@media screen and (max-width: 0px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 11.25px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #282828;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: inherit;
  color: #282828;
  border: 0;
  border-bottom: 1px solid #282828;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 12px;
  line-height: 1.3343;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.3343;
  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, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #9B5222;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #888;
}
.form-control::-webkit-input-placeholder {
  color: #888;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ADAFAE;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.3343 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 27px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 42px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 27px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.4;
  border-radius: 3px;
}
select.input-sm {
  height: 27px;
  line-height: 27px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback {
  width: 27px;
  height: 27px;
  line-height: 27px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #548b01;
}
.has-success .form-control-feedback {
  color: #fff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #FF8800;
}
.has-warning .form-control-feedback {
  color: #fff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #CC0000;
}
.has-error .form-control-feedback {
  color: #fff;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c8c8c8;
}
@media (min-width: 1px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
.form-horizontal .form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (min-width: 1px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 8px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.3343;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #282828;
  border-color: #232323;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #424242;
  border-color: #424242;
}
.btn-default .badge {
  color: #424242;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #e28525;
  border-color: #e28525;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #bb6b19;
  border-color: #b26618;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e28525;
  border-color: #e28525;
}
.btn-primary .badge {
  color: #e28525;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #548b01;
  border-color: #548b01;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #487701;
  border-color: #457201;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #548b01;
  border-color: #548b01;
}
.btn-success .badge {
  color: #548b01;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #cc5200;
  border-color: #c24e00;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-info .badge {
  color: #FF6600;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #FF8800;
  border-color: #FF8800;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cc6d00;
  border-color: #c26700;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #FF8800;
  border-color: #FF8800;
}
.btn-warning .badge {
  color: #FF8800;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #990000;
  border-color: #8f0000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #CC0000;
  border-color: #CC0000;
}
.btn-danger .badge {
  color: #CC0000;
  background-color: #fff;
}
.btn-dark {
  color: #fff;
  background-color: #1A1D1E;
  border-color: #1A1D1E;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #020303;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #1A1D1E;
  border-color: #1A1D1E;
}
.btn-dark .badge {
  color: #1A1D1E;
  background-color: #fff;
}
.btn-on-off {
  color: #555;
  background-color: #1A1D1E;
  border-color: #1A1D1E;
}
.btn-on-off:hover,
.btn-on-off:focus,
.btn-on-off:active,
.btn-on-off.active,
.open > .dropdown-toggle.btn-on-off {
  color: #555;
  background-color: #020303;
  border-color: #000000;
}
.btn-on-off:active,
.btn-on-off.active,
.open > .dropdown-toggle.btn-on-off {
  background-image: none;
}
.btn-on-off.disabled,
.btn-on-off[disabled],
fieldset[disabled] .btn-on-off,
.btn-on-off.disabled:hover,
.btn-on-off[disabled]:hover,
fieldset[disabled] .btn-on-off:hover,
.btn-on-off.disabled:focus,
.btn-on-off[disabled]:focus,
fieldset[disabled] .btn-on-off:focus,
.btn-on-off.disabled:active,
.btn-on-off[disabled]:active,
fieldset[disabled] .btn-on-off:active,
.btn-on-off.disabled.active,
.btn-on-off[disabled].active,
fieldset[disabled] .btn-on-off.active {
  background-color: #1A1D1E;
  border-color: #1A1D1E;
}
.btn-on-off .badge {
  color: #1A1D1E;
  background-color: #555;
}
.btn-success-on-off {
  color: #555;
  background-color: #1A1D1E;
  border-color: #1A1D1E;
}
.btn-success-on-off:hover,
.btn-success-on-off:focus,
.btn-success-on-off:active,
.btn-success-on-off.active,
.open > .dropdown-toggle.btn-success-on-off {
  color: #555;
  background-color: #020303;
  border-color: #000000;
}
.btn-success-on-off:active,
.btn-success-on-off.active,
.open > .dropdown-toggle.btn-success-on-off {
  background-image: none;
}
.btn-success-on-off.disabled,
.btn-success-on-off[disabled],
fieldset[disabled] .btn-success-on-off,
.btn-success-on-off.disabled:hover,
.btn-success-on-off[disabled]:hover,
fieldset[disabled] .btn-success-on-off:hover,
.btn-success-on-off.disabled:focus,
.btn-success-on-off[disabled]:focus,
fieldset[disabled] .btn-success-on-off:focus,
.btn-success-on-off.disabled:active,
.btn-success-on-off[disabled]:active,
fieldset[disabled] .btn-success-on-off:active,
.btn-success-on-off.disabled.active,
.btn-success-on-off[disabled].active,
fieldset[disabled] .btn-success-on-off.active {
  background-color: #1A1D1E;
  border-color: #1A1D1E;
}
.btn-success-on-off .badge {
  color: #1A1D1E;
  background-color: #555;
}
.btn-link {
  color: #e28525;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #e28525;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #888;
  text-decoration: none;
}
.btn-xlg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.4;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.4;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #888;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #444;
  border: 1px solid #777;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 6.5px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 8px;
  clear: both;
  font-weight: normal;
  line-height: 1.3343;
  color: #bbb;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #e28525;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e28525;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #636363;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.3343;
  color: #636363;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 27px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.4;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 27px;
  line-height: 27px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #ADAFAE;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.home-nav {
  margin-bottom: 0;
  padding-left: 42px;
  list-style: none;
}
.home-nav > li {
  position: relative;
  display: block;
}
.home-nav > li > a {
  position: relative;
  display: block;
  padding: 9px 5px 6px 5px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #bbb;
  background: #000;
}
.home-nav > li > a:hover,
.home-nav > li > a:focus {
  text-decoration: none;
  background-color: #111;
}
.home-nav > li.disabled > a {
  color: #888;
}
.home-nav > li.disabled > a:hover,
.home-nav > li.disabled > a:focus {
  color: #888;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.home-nav .topmenu-ludzie .new-element {
  top: 0;
  right: 0;
  margin-right: 0px;
  margin-top: 2px;
  padding: 0 5px;
  font-size: 10px;
  position: absolute;
  background: #FF6600;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px #000000;
}
.home-nav .open > a,
.home-nav .open > a:hover,
.home-nav .open > a:focus {
  background-color: #111;
  border-color: #e28525;
}
.home-nav .nav-divider {
  height: 1px;
  margin: 6.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.home-nav > li > a > img {
  max-width: none;
}
.home-nav-tabs {
  border-bottom: 2px solid #444;
}
.home-nav-tabs > li {
  float: left;
}
.home-nav-tabs > li > a {
  margin-right: 4px;
  line-height: 1.3343;
  border: 2px solid #444;
  border-bottom: 0;
  border-radius: 0 0 0 0;
}
.home-nav-tabs > li > a:hover {
  border-color: #444 #444 #333;
}
.home-nav-tabs > li.active > a,
.home-nav-tabs > li.active > a:hover,
.home-nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #1E1E1E;
  border: 2px solid #444;
  border-bottom-color: transparent;
  cursor: pointer;
  border-bottom-width: 0;
  padding: 9px 5px 6px 5px;
  margin-bottom: -2px;
  /*ac*/
}
.home-nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.home-nav-tabs.nav-justified > li {
  float: none;
}
.home-nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.home-nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .home-nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .home-nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.home-nav-tabs.nav-justified > li {
  float: none;
}
.home-nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.home-nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .home-nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .home-nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.home-nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.home-nav-tabs.nav-justified > .active > a,
.home-nav-tabs.nav-justified > .active > a:hover,
.home-nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .home-nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .home-nav-tabs.nav-justified > .active > a,
  .home-nav-tabs.nav-justified > .active > a:hover,
  .home-nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #060606;
  }
}
.home-nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.home-nav-tabs.nav-justified > .active > a,
.home-nav-tabs.nav-justified > .active > a:hover,
.home-nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .home-nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .home-nav-tabs.nav-justified > .active > a,
  .home-nav-tabs.nav-justified > .active > a:hover,
  .home-nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #060606;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e28525;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #060606;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 9px 5px 6px 5px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #111;
}
.nav > li.disabled > a {
  color: #888;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #888;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #111;
  border-color: #e28525;
}
.nav .nav-divider {
  height: 1px;
  margin: 6.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #333;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.3343;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #444 #444 #333;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #1E1E1E;
  border: 1px solid #333;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #060606;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #060606;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e28525;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #060606;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 30px;
  margin-bottom: 15px;
  border: 0px solid transparent;
}
@media (min-width: 1px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 1px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 1px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 0px;
}
@media (min-width: 1px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 7.5px 8px;
  font-size: 15px;
  line-height: 15px;
  height: 30px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -8px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: -2px;
  margin-bottom: -2px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 3.75px -8px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
}
@media (max-width: 0px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
    vertical-align: middle;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -8px;
  }
}
@media (min-width: 1px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -2px;
  margin-bottom: -2px;
}
@media (min-width: 1px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 0px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -8px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -2px;
  margin-bottom: -2px;
}
.navbar-btn.btn-sm {
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}
.navbar-btn.btn-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-text {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 1px) {
  .navbar-text {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #888;
}
.navbar-default .navbar-nav > li > a {
  color: #888;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #888;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #282828;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #282828;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 0px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #888;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #888;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #888;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #888;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #888;
}
.navbar-inverse {
  background-color: #24282A;
  border-color: #0c0e0f;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #888;
}
.navbar-inverse .navbar-nav > li > a {
  color: #888;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #aaa;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #141617;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 0px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #0c0e0f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #0c0e0f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #888;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #aaa;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #888;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #888;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #aaa;
}
.breadcrumb {
  padding: 0;
  list-style: none;
  overflow: hidden;
  /*background: #000;*/
}
.breadcrumb li {
  padding: 0;
}
.breadcrumb li a {
  color: #FF6600;
  border-left: 1px solid #000;
  margin-left: 3px;
  background: url("http://static1.cda.pl//img/top/breadcrumbs.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-repeat: repeat-x;
  float: left;
  height: 19px;
  line-height: 19px;
  text-shadow: 0 -1px 0 #000000;
  padding: 0 10px;
  text-decoration: none;
}
.breadcrumb li a:before {
  background: url("http://static1.cda.pl//img/top/breadcrumbs.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-position: -4px -38px;
  content: ' ';
  width: 10px;
  height: 19px;
  display: inline-block;
  float: left;
  margin-left: -20px;
  /*vertical-align: middle;*/
}
.breadcrumb li span {
  float: left;
  height: 19px;
  line-height: 19px;
  text-shadow: 0 -1px 0 #000000;
  padding: 0 10px;
}
.breadcrumb li .divider {
  background: url("http://static1.cda.pl//img/top/breadcrumbs.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  background-position: 0 -76px;
  width: 10px;
  height: 19px;
}
.breadcrumb li:hover a {
  color: #fff;
  background-position: 0 -19px;
}
.breadcrumb li:hover a:before {
  background-position: -4px -57px;
}
.breadcrumb li:hover .divider {
  background-position: 0 -95px;
}
.breadcrumb li:first-child {
  margin-left: 8px;
}
.pagination {
  display: block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 6px 10px;
  line-height: 1.3343;
  text-decoration: none;
  color: #e28525;
  background-color: #160C00;
  border: 1px solid #40310F;
  margin-left: -1px;
  margin-right: 5px;
  text-align: center;
  color: #FF6600;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #e28525;
  background-color: #331C02;
  border-color: #DD5A00;
}
.pagination > .pg-dig-2 a,
.pagination > .pg-dig-2 span {
  padding-left: 7px;
  padding-right: 7px;
}
.pagination > .pg-dig-3 a,
.pagination > .pg-dig-3 span {
  padding-left: 3px;
  padding-right: 4px;
}
.pagination > .pg-dig-3b a,
.pagination > .pg-dig-3b span {
  padding-left: 4px;
  padding-right: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #e28525;
  border-color: #e28525;
  cursor: default;
  font-weight: bold;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #e28525;
  border-color: #e28525;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #888;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 15px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #160C00;
  border: 1px solid #40310F;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #331C02;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #888;
  background-color: #160C00;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #424242;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #282828;
}
.label-primary {
  background-color: #e28525;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #bb6b19;
}
.label-success {
  background-color: #548b01;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #355801;
}
.label-info {
  background-color: #FF6600;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #cc5200;
}
.label-warning {
  background-color: #FF8800;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc6d00;
}
.label-danger {
  background-color: #CC0000;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #990000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e28525;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #e28525;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #181b1c;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #010101;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 1px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 15px;
  line-height: 1.3343;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #e28525;
}
.thumbnail .caption {
  padding: 0px;
  color: #888;
}
.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #548b01;
  border-color: #587201;
  color: #fff;
}
.alert-success hr {
  border-top-color: #445801;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #FF6600;
  border-color: #db3300;
  color: #fff;
}
.alert-info hr {
  border-top-color: #c22d00;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #FF8800;
  border-color: #f05800;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #d64f00;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #CC0000;
  border-color: #bd001f;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #a3001b;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 15px;
  background-color: #24282A;
  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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background-color: #e28525;
  -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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.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);
  background-size: 40px 40px;
}
.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;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #888;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #548b01;
}
.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);
}
.progress-bar-info {
  background-color: #FF6600;
}
.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);
}
.progress-bar-warning {
  background-color: #FF8800;
}
.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);
}
.progress-bar-danger {
  background-color: #CC0000;
}
.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);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 3px 15px;
  margin-bottom: -1px;
  background-color: #24282A;
  border: 1px solid #282828;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #bbb;
}
a.list-group-item .list-group-item-heading {
  color: #fff;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #bbb;
  background-color: #474f53;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #24282A;
  color: #656565;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #656565;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e28525;
  border-color: #e28525;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #faead9;
}
.list-group-item-success {
  color: #fff;
  background-color: #548b01;
}
a.list-group-item-success {
  color: #fff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #fff;
  background-color: #457201;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-info {
  color: #fff;
  background-color: #FF6600;
}
a.list-group-item-info {
  color: #fff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #fff;
  background-color: #e65c00;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-warning {
  color: #fff;
  background-color: #FF8800;
}
a.list-group-item-warning {
  color: #fff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #fff;
  background-color: #e67a00;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-danger {
  color: #fff;
  background-color: #CC0000;
}
a.list-group-item-danger {
  color: #fff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #fff;
  background-color: #b30000;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 15px;
  background-color: #24282A;
  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);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #000;
  border-top: 1px solid #282828;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #282828;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 15px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #282828;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #282828;
}
.panel-default {
  border-color: #404040;
}
.panel-default > .panel-heading {
  color: #282828;
  background-color: #000;
  border-color: #404040;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #404040;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #404040;
}
.panel-primary {
  border-color: #404040;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #000;
  border-color: #404040;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #404040;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #404040;
}
.panel-success {
  border-color: #587201;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #548b01;
  border-color: #587201;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #587201;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #587201;
}
.panel-info {
  border-color: #404040;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #FF6600;
  border-color: #404040;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #404040;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #404040;
}
.panel-warning {
  border-color: #f05800;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #FF8800;
  border-color: #f05800;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f05800;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f05800;
}
.panel-danger {
  border-color: #bd001f;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #CC0000;
  border-color: #bd001f;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bd001f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bd001f;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #181b1c;
  border: 1px solid #080909;
  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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #202020;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #282828;
  min-height: 16.3343px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.3343;
}
.modal-body {
  position: relative;
  padding: 16px;
}
.modal-footer {
  padding: 16px;
  text-align: right;
  border-top: 1px solid #282828;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 1px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #FF6600;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #FF6600;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #FF6600;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #FF6600;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #FF6600;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #FF6600;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #FF6600;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #FF6600;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #202020;
  background-clip: padding-box;
  border: 1px solid #999;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  background-color: #181818;
  border-bottom: 1px solid #0b0b0b;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #202020;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #202020;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #202020;
}
.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);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #202020;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 1px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.home-nav:before,
.home-nav:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.home-nav:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 0px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 0px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 0px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 0px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1px) and (max-width: 99px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 99px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1px) and (max-width: 99px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1px) and (max-width: 99px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 100px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 100px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 100px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 100px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 0px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 0px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 99px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 100px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.0.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('http://static.cda.pl/v001/Font-Awesome-4-0-3/fonts/fontawesome-webfont.eot?v=4.0.3&cokolwiek');
  src: url('http://static.cda.pl/v001/Font-Awesome-4-0-3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('http://static.cda.pl/v001/Font-Awesome-4-0-3/fonts/fontawesome-webfont.woff?v=4.0.3&cokolwiek') format('woff'), url('http://static.cda.pl/v001/Font-Awesome-4-0-3/fonts/fontawesome-webfont.ttf?v=4.0.3&cokolwiek') format('truetype'), url('http://static.cda.pl/v001/Font-Awesome-4-0-3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.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 */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/* bootswatch */
/*.navbar {

	border-bottom: 1px solid @gray-dark;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}
.text-primary {
  color: #e28525;
}
.text-success {
  color: #548b01;
}
.text-danger {
  color: #CC0000;
}
.text-warning {
  color: #FF8800;
}
.text-info {
  color: #FF6600;
}
.table tr.success,
.table tr.warning,
.table tr.danger {
  color: #fff;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #FF8800;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #FF8800;
}
.has-error .help-block,
.has-error .control-label {
  color: #CC0000;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #CC0000;
}
.has-success .help-block,
.has-success .control-label {
  color: #548b01;
}
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #548b01;
}
legend {
  color: #fff;
}
.input-group-addon {
  background-color: #424242;
}
.nav .caret,
.nav a:hover .caret {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
}
.nav-tabs a,
.nav-pills a,
.breadcrumb a,
.pagination a,
.pager a {
  color: #fff;
}
.alert .alert-link,
.alert a {
  color: #fff;
  text-decoration: underline;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6 {
  color: #fff;
}
/*body {
  padding-top: 65px;
  padding-bottom: 20px;
}*/
.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}
.theme-showcase > p > .btn {
  margin: 5px 0;
}
.my-fluid-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* dropdown */
.dropdown-md {
  padding: 15px;
  min-width: 300px;
}
.panel-default > .panel-heading {
  color: #FFF;
}
/*.debug(true);
.debug(@debug) when (@debug = true) {
    header {
      background-color: yellow;
      #title {
          background-color: orange;
      }
    }

    article {
      background-color: red;
    }
}*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* dodatki */
/*dodatki*/
/* fieldset {display:inline-block} */
body {
  padding: 0;
}
.panel-primary {
  background: #000;
}
.panel-primary > .panel-heading {
  border-color: #181818;
}
.panel-primary > .panel-footer {
  border-color: #181818;
}
.panel-heading {
  font-size: 14px;
  font-weight: bold;
}
/*.panel-heading-big {
font-size: 18px;
font-weight: bold;
}*/
.panel-default > .panel-heading {
  border: 0;
}
.my-page-well {
  background: #1E1E1E;
  padding: 16px;
}
.mason {
  min-height: 75px;
}
.mason .gallery-thumb img,
.mason2 .gallery-thumb img,
.mason3 .gallery-thumb img {
  /* 	width: 186px; */
  /* 	height: 100px; */
}
.mason,
.mason2,
.mason3 {
  min-height: 75px;
}
.my-pg .caption-gallery {
  padding-right: 20px;
}
.my-pg .caption-gallery .text-center {
  max-width: 160px;
}
/* layout dodatki */
.my-page-well {
  position: relative;
  min-height: 400px;
}
.my-page-well:before {
  left: 0;
}
.my-page-well:after {
  right: 0;
}
.my-page-well:before,
.my-page-well:after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 2px;
  height: 400px;
  background: -moz-linear-gradient(top, #444444 0%, rgba(68, 68, 68, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, rgba(68, 68, 68, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #444444 0%, rgba(68, 68, 68, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #444444 0%, rgba(68, 68, 68, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #444444 0%, rgba(68, 68, 68, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #444444 0%, rgba(68, 68, 68, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#00444444', GradientType=0);
  /* IE6-9 */
}
/*topheader*/
.topheader {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.topheader-center-container {
  background: url("http://static.cda.pl/v001/img/top/bg-elem-pom5.png?t=3") repeat-x scroll center 0 #000000;
  padding: 0 8px 0 0;
  min-height: 67px;
}
.bg-page {
  background: url("http://static.cda.pl/v001/img/top/bg-elem-pom5.png?t=4") repeat-x scroll center 0 #121212;
}
.topheader-center {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.navbar-brand {
  height: 28px;
  width: 90px;
  padding: 0;
  margin-left: 0px;
}
.home-nav li a {
  width: 148px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.navbar-mrg {
  height: 67px;
  margin-bottom: 0;
}
.contents-wrapp {
  padding-top: 12px;
}
.container-wrapper-mrg {
  margin-top: 12px;
}
.home-nav li.topmenu-giwera a {
  width: 173px;
}
.home-nav li.topmenu-ludzie {
  float: right;
  margin-right: 18px;
}
.home-nav li.topmenu-video > a {
  width: 125px;
}
.home-nav li.topmenu-gry > a {
  width: 120px;
}
.home-nav li.topmenu-filmy-pelnometrazowe a {
  width: 205px;
}
.home-nav li.topmenu-ludzie a {
  margin-top: 9px;
  padding: 4px 0 0;
  width: 94px;
}
.home-nav li.topmenu-ludzie.active a,
.home-nav li.topmenu-ludzie.active a:hover {
  padding: 4px 0 2px 0;
}
.search-control {
  background-color: #dddddd;
  background-image: none;
  border: 1px solid #282828;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #3F3F3F;
  display: block;
  font-size: 12px;
  height: 25px;
  line-height: 1.3333;
  letter-spacing: 1px;
  font-weight: normal;
  /*    padding: 4px 4px 3px 25px;*/
  padding: 0 4px 0 25px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 242px;
  /*    width: 100%;*/
}
.search-control:focus {
  outline-color: #FF6600;
}
.navbar-brand-bg {
  margin-right: 10px;
}
.navbar-form {
  margin-top: 7px;
  margin-bottom: 0;
}
.nav-name {
  /*border-right: 1px solid #777777;*/
  padding-right: 8px;
  font-weight: bold;
  margin-left: 5px;
  color: #fff;
}
.drop-caret {
  line-height: 30px;
  height: 30px;
  width: 31px;
  display: inline-block;
  text-align: center;
  margin-right: -5px;
  padding-top: 1px;
  vertical-align: middle;
  position: relative;
}
.drop-caret .caret-bg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 30px;
  vertical-align: middle;
}
.open .drop-caret .caret-bg,
.open-block .drop-caret .caret-bg {
  background: #444;
  border: 1px solid #777;
  border-bottom: 0;
}
.open .drop-caret .caret-bg .caret,
.open-block .drop-caret .caret-bg .caret,
.open .caret-align,
.open-block .caret-align {
  margin-top: -2px;
}
.open-block .dropdown-menu {
  display: block;
}
.caret-align {
  margin-bottom: 1px !important;
}
.navbar-nav {
  margin-top: 5px;
}
.navbar-default .navbar-nav li.open .dropdown-toggle,
.navbar-z .open .dropdown-toggle,
.navbar-default .navbar-nav li.open-block .dropdown-toggle {
  z-index: 1010;
}
.navbar-static {
  float: none;
}
.navbar-static-nomrg li .dropdown-toggle {
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.ism {
  /* równe icony*/
  width: 20px;
  display: inline-block !important;
  text-align: center;
}
.ism-md {
  width: 23px;
  display: inline-block !important;
  text-align: center;
}
.smfooter {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #272b2f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(100%, #272b2f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000000 0%, #272b2f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #000000 0%, #272b2f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #000000 0%, #272b2f 100%);
  /* IE10+ */
  background: linear-gradient(to right, #000000 0%, #272b2f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#272b2f', GradientType=1);
  /* IE6-9 */
  height: 10px;
  display: block;
  margin-top: 5px;
  margin-bottom: -5px;
}
.count-elements {
  background-color: #FF6600;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 3px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 13px;
  font-family: tahoma, arial;
}
.dropdown-last-ico {
  margin-right: 10px;
}
/*.nav-name-line {
border-right: 1px solid #777;
border-left: 1px solid #000;
}*/
.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smoke {
  background: #000;
  background: radial-gradient(circle at center -20px, #550B00 0px, #000000 70px) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.lock-up {
  overflow: hidden;
}
.sub-icon {
  position: relative;
  margin-right: 8px;
}
.sub-icon b {
  background: none repeat scroll 0 0 #ff6600;
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 9px;
  left: 100%;
  line-height: 9px;
  line-height: 8px;
  margin-left: -4px;
  position: absolute;
  vertical-align: middle;
  font-weight: normal;
  width: 9px;
  text-align: center;
  height: 9px;
}
@-moz-document url-prefix() {
  .sub-icon b {
    line-height: 9px;
  }
}
.btn-primary {
  background: url("http://static1.cda.pl/img/elements/bg-primary-btn-32.png?t=4") repeat-x center center #be3c0c;
  color: #FFF9E1 !important;
  /*line-height: 21px;*/
  border-top-color: #FFB383;
  border-bottom-color: #A63B0D;
  /*letter-spacing: -0.5px;*/
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
.btn-primary:hover {
  box-shadow: 0 0 0 1px #FFBE37, 0 0 2px 1px #FFBE37;
}
.safe-min-dist {
  padding: 3px;
}
.ifold {
  margin-right: 5px;
}
.nav-pills > li a {
  padding: 10px 15px;
}
.row-clear {
  margin: 0;
}
.row-clear:after {
  clear: both;
  content: " ";
  display: table;
}
.thumbnail .caption .caption-label {
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
.thumbnail .caption {
  text-align: center;
  font-size: 11px;
}
.link-gray {
  color: #616E76;
}
.link-gray:hover {
  color: #616E76;
}
.thumbnail-link {
  display: block;
  cursor: pointer;
}
.thumb {
  border: 1px solid #777;
  padding: 1px;
}
.thumbnail-link:hover .thumb {
  border-color: #e28525;
}
.input-xs {
  border-radius: 0;
  font-size: 11px;
  height: 21px;
  line-height: 21px;
  padding: 1px 5px;
}
.btn-xs-main {
  border-radius: 3px 3px 3px 3px;
  font-size: 11px;
  line-height: 1.3333333333;
  padding: 1px 5px;
  border-radius: 0;
}
.btn-square .sub-icon b {
  margin-left: -9px;
  padding: 0 2px;
  position: absolute;
  vertical-align: middle;
  line-height: 1;
}
.btn-square .sub-icon {
  margin-right: 0;
}
.my-form-box {
  display: block;
  padding-right: 28px;
  position: relative;
  /*input {
width: 100%;
}*/
}
.my-form-box .form-control {
  width: 100%;
}
.my-form-box .my-form-button-right {
  position: absolute;
  width: 25px;
  margin-left: 5px;
  right: 0;
  top: 0;
  text-align: right;
}
.form-control-inline {
  display: inline;
  width: auto;
  max-width: 500px;
}
.form-control-inline option {
  max-width: 500px;
}
select.form-control-inline {
  padding-right: 1px;
}
.gallery-thumb {
  border: 1px solid #000;
  background: #000;
  display: block;
}
.gallery-thumb:hover {
  border: 1px solid #E86003;
}
.caption-gallery {
  background: #000;
  padding: 3px;
}
.caption-gray {
  background: #222;
}
.caption-gallery .text-center {
  overflow: hidden;
  max-width: 180px;
}
.thumbnail-gallery {
  margin-bottom: 3px;
  padding-bottom: 0;
}
.gallery-default .thumbnail-gallery {
  float: left;
}
.navbar-caret {
  position: absolute;
  right: 0;
  top: 0;
  height: 23px;
}
.navbar-caret .thumbnail-caret {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 100%;
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
}
.caption-gray .navbar-caret .thumbnail-caret {
  border-color: #222;
}
.caption-gray .open .thumbnail-caret {
  border-color: #777;
}
.open .thumbnail-caret {
  background: #444;
  border-color: #777;
  padding-bottom: 1px;
  z-index: 1001;
}
.navbar-caret .dropdown-menu {
  margin-top: -1px;
}
.relative {
  position: relative;
}
/*.panel-info .panel-body {
background: none;
}*/
.mini-avatar {
  /*margin: -7px 5px -7px 0;*/
  /*margin-right: 5px;
display: inline-block;*/
}
.modal-body {
  background: #000;
}
.modal-content {
  border: 1px solid #444;
}
.modal-footer {
  margin-top: 0;
}
.cropav48 {
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: inline-block;
}
.cropav25 {
  width: 25px;
  height: 25px;
  overflow: hidden;
  display: inline-block;
}
.av48 {
  width: 52px;
  display: inline-block;
  padding: 1px;
  height: 52px;
  border: 1px solid #444;
  vertical-align: middle;
  text-align: center;
  line-height: 46px;
}
a.av48:hover {
  border: 1px solid #FF6600;
}
.av-img48 img {
  border: 1px solid #444;
  padding: 1px;
  cursor: pointer;
}
.av-img48:hover img {
  border: 1px solid #e28525;
}
.av-light {
  border-color: #777;
}
.av-title {
  display: block;
  font-size: 10px;
}
.av-title a {
  display: block;
  max-height: 26px;
  overflow: hidden;
}
.av-title a:hover {
  text-decoration: none;
}
.av32 {
  width: 36px;
}
.av32 img {
  border: 1px solid #444444;
  padding: 1px;
  width: 36px;
}
.h-max-mini-av {
  height: 78px;
}
.h-max-mini-av-with-txt {
  height: 100px;
  margin-top: 5px;
}
.my-input {
  background-color: #dddddd;
  background-image: none;
  border: 1px solid #282828;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #3f3f3f;
  display: block;
  font-size: 12px;
  height: 26px;
  line-height: 1.3333;
  padding: 0 5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
  *width: 98%;
  *padding: 0 1%;
}
.btn-comp {
  background: #838383;
  /* Old browsers */
  background: -moz-linear-gradient(top, #838383 0%, #545454 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #838383), color-stop(100%, #545454));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #838383 0%, #545454 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #838383 0%, #545454 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #838383 0%, #545454 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #838383 0%, #545454 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838383', endColorstr='#545454', GradientType=0);
  /* IE6-9 */
  font-size: 11px;
  border: 0;
  border: 1px solid #212121;
  box-shadow: 0 1px #555;
  color: #fff;
  padding: 0 10px;
  vertical-align: middle;
  font-weight: bold;
  text-shadow: 0 -1px #4a4a4a;
  margin-top: 0;
  height: 26px;
}
@-moz-document url-prefix() {
}
.btn-max {
  width: 100%;
}
.dropdown-menu-lg {
  min-width: 350px;
}
textarea.one-line-form {
  height: 32px;
}
/*.modal-open {
    overflow: visible;
}*/
.modal-open {
  display: block;
  height: 100%;
  /*    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;*/
  width: 100%;
}
/* 
.modal-open > div {
position: fixed !important;
}
*/
.modal-open .bg-2 {
  /*overflow-x: hidden;

    
    position: fixed;*/
  overflow-y: scroll;
}
.modal-open .bg-fixed .bg-img {
  margin-right: 16px;
}
.preload {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  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);
  background-size: 40px 40px;
  background-color: #000;
  color: #777;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
  border: 1px solid #444;
  padding: 10px;
}
.progress-striped .preload {
  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);
}
.h-first {
  display: none;
}
.h-invert {
  display: block;
}
.h-invert .preload {
  display: none;
}
.h-first .preload {
  display: block;
}
.sp25p {
  width: 25%;
}
.sp10p {
  width: 10%;
}
.sp11p {
  width: 10%;
}
.sp15p {
  width: 15%;
}
.sp16p {
  width: 16%;
}
.sp20p {
  width: 20%;
}
.link-more a {
  font-size: 11px;
}
.link-more a:hover {
  text-decoration: none;
}
.dropdown-menu-md {
  min-width: 250px;
}
.dropdown-menu-md > li > a {
  white-space: normal;
}
.media-menu .media-heading {
  color: #777;
  display: block;
  margin-bottom: 0;
}
.media-menu .media-title {
  display: block;
  color: #eee;
}
.media-menu .media-description {
  display: block;
}
.dropdown-menu-element {
  padding-left: 8px;
  padding-right: 8px;
  display: block;
  padding-bottom: 3px;
  /*border-bottom: 1px solid #444;*/
  padding-top: 3px;
}
.dropdown-menu-element:hover {
  /*border-bottom: 1px solid #575757;*/
}
.dropdown-menu-element:hover .close {
  visibility: visible;
}
.dropdown-menu-element .close {
  margin-left: 4px;
  visibility: hidden;
}
.block {
  display: block;
}
.av-menu {
  width: 100%;
  display: none;
  top: 0%;
  left: 0;
  position: absolute;
}
.my-edit-avatar {
  position: relative;
}
.my-edit-avatar:hover .av-menu {
  display: block;
}
.av-menu .av-menu-box {
  margin: 0 5px 0 75px;
  background: #000;
  /*padding: 4px;*/
  padding: 0px;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.max-block {
  /*width: 100%;
display: block;*/
}
.cl {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 0px;
}
input.datepicker {
  padding: 9px;
  margin-top: 0;
}
.tooltip .tooltip-inner {
  border: 1px solid #e28525;
  /*max-width: 280px;*/
  overflow: hidden;
}
.game-tooltip .tooltip {
  margin-left: 2px;
  margin-right: 2px;
}
input[type="radio"].default-radiobutton {
  vertical-align: middle;
  margin-top: 1px;
}
a.undecorate:hover {
  text-decoration: none;
}
.navbar {
  z-index: 1000;
  border-radius: 0;
}
.navbar-static-top .navbar-collapse {
  padding-left: 8px;
  padding-right: 8px;
}
.caret {
  border-bottom: 0 dotted;
  margin-right: 2px;
}
.home-nav-tabs > li > a,
.btn-search {
  line-height: 1.3333;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.input-group-addon {
  border-color: #424242;
}
.description-error {
  color: #FF6600;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.none-padding {
  padding: 0;
}
.media-content {
  color: #aaa;
}
.clear-float {
  width: 100%;
  overflow: hidden;
  float: left;
  clear: both;
}
.autosize {
  resize: none;
}
.link-hover {
  cursor: pointer;
}
.notify-item-new {
  background: #303030;
}
.notify-item-new:hover {
  background: #373737;
}
.dropdown-menu .divider {
  margin: 0;
}
.ico-relative {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  width: 31px;
}
.notify-item {
  position: relative;
}
.media > .pull-left {
  margin-right: 4px;
}
.panel > .list-group .separator {
  padding-top: 0;
  padding-bottom: 0;
  height: 12px;
}
.search-control {
  background: none repeat scroll 0 0 #222222;
  border: 1px solid #CF320A;
  color: #bbb;
  padding: 3px 5px 3px 25px;
}
.navbar-brand-bg {
  display: block;
  float: left;
  height: 38px;
  width: 78px;
}
.navbar-brand-bg .navbar-brand {
  background: url("http://static.cda.pl/v001/img/top/pg-elements.png") 0 0 no-repeat transparent;
  width: 78px;
  height: 24px;
  display: inline-block;
  margin: 8px 0 0 20px;
}
.first-menu {
  padding-left: 130px;
}
.nav > li.user-top-name {
  margin-right: -2px;
}
.nav > li.user-top-name a {
  padding-right: 0;
  border-right: 1px solid #8C1B0C;
  box-shadow: 1px 0 0 #DF4928;
}
.sep {
  border-right: 1px solid #8C1B0C;
  box-shadow: 1px 0 0 #DF4928;
  margin-right: 4px;
}
.navbar-nav > li > a .mini-avatar-wrapper {
  width: 29px;
  height: 29px;
  border: 1px solid #C9825E;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  background: #000;
  vertical-align: middle;
  padding: 1px;
}
.ic-from-inp {
  background: url("http://static.cda.pl/v001/img/top/pg-elements.png") -78px 0 no-repeat transparent;
  width: 17px;
  height: 20px;
  left: 1px;
  top: 1px;
  position: absolute;
}
.btn-search {
  background: #6e6e6e;
  background: -moz-linear-gradient(top, #6e6e6e 0%, #4a4a4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e6e6e), color-stop(100%, #4a4a4a));
  background: -webkit-linear-gradient(top, #6e6e6e 0%, #4a4a4a 100%);
  background: -o-linear-gradient(top, #6e6e6e 0%, #4a4a4a 100%);
  background: -ms-linear-gradient(top, #6e6e6e 0%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #6e6e6e 0%, #4a4a4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e6e6e', endColorstr='#4a4a4a', GradientType=0);
  font-size: 11px;
  color: #D3D3D3;
  height: 25px;
  padding: 0 9px;
  vertical-align: middle;
  font-weight: bold;
  font-family: tahoma, arial;
  text-shadow: 0 -1px #4a4a4a;
  border: 1px solid #2d2d2d;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
}
/* my-box-table*/
.my-box-table {
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
}
.my-box-table li {
  list-style: none;
  font-size: 12px;
  margin: 0;
  color: #888;
}
.my-box-table li a,
.my-box-table li .no-link {
  padding: 3px 16px;
  line-height: 17px;
  float: left;
  width: 100%;
  *width: 92%;
  *padding: 3px 4% 3px 4%;
  color: #bbb;
}
.my-box-table li a:hover,
.my-box-table li .no-link:hover {
  background: #474F53;
  color: #ddd;
}
.my-box-table li a .first,
.my-box-table li .no-link .first {
  display: inline-block;
  width: 60%;
  float: left;
}
.my-box-table li a .last,
.my-box-table li .no-link .last {
  display: inline-block;
  width: 40%;
  text-align: right;
  float: left;
}
.my-box-table li a {
  cursor: pointer;
}
.my-box-table li .no-link {
  cursor: default;
  color: #636363;
}
/*
.my-box-table li a, .my-box-table li {
color: #666;
}
*/
.marker {
  color: #FF6600;
}
.my-box-table:before,
.my-box-table:after {
  content: "";
  display: table;
  line-height: 0;
}
.my-box-table:after {
  clear: both;
}
.my-box-table a:hover .marker {
  color: #fff;
}
/* my-box-table*/
/* messages */
.media-message {
  display: block;
  color: #ddd;
}
.media-message:hover {
  background: #393D3F;
}
.media-message {
  /*background: #000;*/
  background: #2F3335;
  padding: 4px;
  margin: 0 0 1px 0;
  /*border-bottom: 1px solid #1a1a1a;*/
}
.mrg-rgh-sm {
  margin-right: 4px;
}
.my-media-message {
  background: #0f0f0f;
}
.new-media-message {
  border-bottom: 0;
  background: #1F2223;
  /*transition: all 0.3s ease 0s;*/
  /*  -webkit-animation: 1.5s ease-in 0s normal none 1 easy-opacity;
     -moz-animation: 1.5s ease 0s normal none 1 easy-opacity;
      -ms-animation: 1.5s ease 0s ease none 1 easy-opacity;
       -o-animation: 1.5s ease-in 0s normal none 1 easy-opacity;
          animation: 1.5s ease 0s normal none 1 easy-opacity;

          animation-timing-function: ease-in;
          -moz-animation-timing-function: ease-in;
          -webkit-animation-timing-function: ease-in;*/
}
.new-media-message:hover {
  background: #292C2D;
}
a.media-message:hover,
a.media-message:active,
a.media-message:focus {
  text-decoration: none;
  color: #ddd;
}
.media-message .media-heading {
  padding-top: 8px;
  color: #FF6600;
}
.media-message p {
  margin-bottom: 4px;
}
/*.pointer-list {
margin-bottom: 10px;
} 
.pointer-list li {
    display: list-item;
    list-style: disc outside none;
}*/
.last-zero p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes easy-opacity {
  from {
    background-color: #555;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.2);
    z-index: 1000;
  }
  to {
    background-color: #1F2223;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes easy-opacity {
  from {
    background-color: #555;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.2);
    z-index: 1000;
  }
  to {
    background-color: #1F2223;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes easy-opacity {
  from {
    background-color: #555;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.2);
    z-index: 1000;
  }
  to {
    background-color: #1F2223;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-o-keyframes easy-opacity {
  from {
    background-color: #555;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.2);
    z-index: 1000;
  }
  to {
    background-color: #1F2223;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0);
  }
}
@keyframes easy-opacity {
  from {
    background-color: #555;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.2);
    z-index: 1000;
  }
  to {
    background-color: #1F2223;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0);
  }
}
.wrap-caret {
  position: relative;
  display: inline-block;
}
.ic-caret {
  padding: 8px 8px;
  display: inline-block;
}
/* menuico */
.micon {
  vertical-align: middle;
  background: #fff;
  margin: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(http://static.cda.pl/img/elements/cda-ico-24b.png?t=5);
  background-color: transparent;
}
.micon-envelope {
  /*f 0e0*/
  background-position: 0px -280px;
}
.micon-globe {
  background-position: -240px -200px;
}
.micon-bullhorn {
  background-position: -20px -200px;
}
.micon-group {
  background-position: 0px -240px;
}
.navbar-nav > li > a:hover .caret-bg {
  background-color: #911D00;
}
.navbar-nav > li.open > a:hover .caret-bg {
  background-color: #464646;
}
.ico-align i:before {
  min-width: 15px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 1px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid #777;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
  /*background: #212526;*/
  background: #27292B;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #444;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #333 ;
  text-shadow: 0 -1px #000;
  color: #000000;
  cursor: default;
  text-shadow: 0 1px #303030;
  color: #444;
  text-shadow: 0 -1px #222;
}
.datepicker td.day.disabled:hover {
  background: none;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  /*  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;*/
  background: #FF6600;
  background: #B72B07;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  /*background-color: #0044cc;
  *background-color: #003bb3;*/
  background: #FF6600;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #444;
}
.datepicker td span.active {
  color: #ffffff;
  /*  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;*/
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background: #FF6600;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  /*background-color: #0044cc;
  *background-color: #003bb3;*/
  background: #FF6600;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #444;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker tr td .month.disabled {
  color: #000000;
  cursor: default;
  text-shadow: 0 1px #303030;
}
.menu-top {
  list-style: none;
}
.menu-top li {
  list-style: none;
}
.menu-top li a {
  margin-top: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #464646;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
  position: relative;
}
.menu-top li a .micon {
  vertical-align: middle;
}
.navbar-internal a {
  color: #888;
}
.navbar-internal .caret,
.navbar-internal a:hover .caret {
  border-bottom-color: #888;
  border-top-color: #888;
}
.navbar-internal .drop-caret {
  z-index: 1011;
  margin-top: 0px;
  margin-bottom: -1px;
}
.navbar-internal > a.dropdown-toggle-bg {
  position: relative;
}
.navbar-internal > li > .dropdown-menu {
  margin-top: -1px;
  left: auto;
  right: 0;
  z-index: 1010;
}
.navbar-internal .open > a.dropdown-toggle {
  background: transparent;
  z-index: 1011;
}
.navbar-internal .open > a.dropdown-toggle-bg {
  background: #444;
}
.navbar-internal .open > a.dropdown-toggle-bg :before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
}
.navbar-internal li:first-child:last-child {
  display: block;
  float: none;
}
.navbar-internal li:first-child:last-child .drop-caret {
  float: right;
}
/*@myFico-odleglosc: 16;
@myFico-glowny-ofssetx: 0;*/
.ficon {
  vertical-align: middle;
  background: #fff;
  margin: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(http://static1.cda.pl/img/elements/folder-color-elem.png?t=6);
  background-color: transparent;
  background-repeat: no-repeat;
}
.ficon-empty {
  /*background: none;*/
  background-position: -192px 2px;
}
.ficon-plus {
  background-position: 0px 2px;
}
.ficon-minus {
  background-position: -16px 2px;
}
.ficon-folder-close {
  position: relative;
  background-position: -32px 2px;
}
.ficon-folder-open {
  position: relative;
  background-position: -48px 2px;
}
.ficon-folder-back {
  background-position: -160px 2px;
}
.ficon-line {
  background-position: -224px 2px;
  background-repeat: repeat-y;
}
.folder-line {
  display: block;
}
.ficon-oneline {
  width: auto;
}
.ficon-folder-open .ficon-lock,
.ficon-folder-close .ficon-lock {
  background-image: url(http://static1.cda.pl/img/elements/folder-color-elem.png?t=6);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  background-position: 0px -16px;
}
/* katalog lista */
.ficons-folders {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ficons-folders .ficon-minus-sm,
.ficons-folders .ficon-open > .ficon-plus,
.ficons-folders .ficon-open > a .ficon-plus {
  background-position: -17px 0px;
  background-color: #24282A;
  width: 11px;
  margin-right: 4px;
  height: 10px;
  margin-bottom: 3px;
  margin-top: 1px;
  margin-left: 1px;
}
.ficons-folders a {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}
.ficons-folders a:hover {
  color: #fff;
}
.ficons-folders ul,
.ficons-folders li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.ficons-folders ul {
  line-height: 14px;
  margin-left: 20px;
  display: block;
}
.ficons-folders .ficon-block {
  /*display: block;*/
  width: auto;
  height: auto;
}
.ficons-folders ul {
  padding-bottom: 2px;
  /*margin-bottom: 10px;*/
}
.ficons-folders ul li:last-child {
  margin-bottom: -10px;
}
.ficons-folders li > ul {
  /* taki mały haczek żeby omijało starsze przeglądarki nie posiadające :last-child */
  margin-bottom: 8px;
}
.ficons-folders .ficon-minus {
  background-color: #1E1E1E;
}
.ficons-folders ul {
  display: none;
}
.ficons-folders .ficon-open > ul {
  display: block;
}
.ficons-folders .object-folder .name-folder {
  overflow: hidden;
  display: block;
  min-height: 16px;
  word-break: break-word;
  word-wrap: break-word;
}
.ficons-folders .FolderContent {
  float: left;
}
.ficons-folders .object-folder .ficon {
  float: left;
  margin-right: 1px;
}
.ficons-folders .object-folder .folder-count {
  color: #777;
}
.list-folder-column .folders-group8 {
  width: 33.3333%;
  float: left;
}
.folder-block {
  display: block;
}
.list-big-ficon .ficon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.list-big-ficon .object-folder .name-folder {
  min-height: 32px;
  line-height: 14px;
  margin-top: 9px;
  vertical-align: middle;
  height: 42px;
  overflow: hidden;
}
.list-big-ficon .ficon-folder-close {
  background-position: -64px 5px;
}
.list-big-ficon .ficon-folder-close-has-parents {
  background-position: -128px 5px;
}
.list-big-ficon .ficon-folder-open {
  background-position: -96px 5px;
  margin-right: 3px;
}
.list-big-ficon .object-folder {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.treeview,
.treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.treeview ul {
  /* 	background-color: white; */
  margin-top: 0px;
}
.treeview .hitarea {
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none;
}
.treeview li {
  margin: 0;
  padding: 3px 0pt 3px 16px;
  line-height: normal;
}
.treeview a.selected {
  background-color: #eee;
}
#treecontrol {
  margin: 1em 0;
  display: none;
}
.treeview .hover {
  color: #fff;
  /*color: red; cursor: pointer;*/
}
.treeview .expandable-hitarea {
  background-position: -80px -3px;
}
.treeview li.last .tree-branch-ico,
.tree-branch-ico-last,
.tree-branch-ico-list {
  background-image: url(http://static1.cda.pl/img/elements/folder-color-elem.png?t=6);
  background-position: -208px 0px;
}
.tree-branch-ico-last {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.list-small-elements .tree-branch-ico-list {
  float: left;
  background-position: -160px 0;
  display: inline-block;
  height: 10px;
  margin-left: 0px;
  margin-right: 0px;
  vertical-align: top;
  width: 16px;
  margin-top: 4px;
}
.tree-branch-ico-list {
  display: none;
}
.treeview .placeholder {
  background: url(/javascripts/lib/treeview/images/ajax-loader.gif) 0 0 no-repeat;
  height: 16px;
  width: 16px;
  display: block;
}
.tree-folder-ico,
.tree-folder-ico-protected {
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  background-image: url(http://static1.cda.pl/img/elements/folder-color-elem.png?t=6);
  background-color: transparent;
  background-repeat: no-repeat;
}
.treeview .hitarea {
  background-image: url(http://static1.cda.pl/img/elements/folder-color-elem.png?t=6);
  position: absolute;
  z-index: 1000;
  background-repeat: no-repeat;
}
/*.treeview li {
background-image: @folder-ico-url;
background-repeat: no-repeat;
}*/
.filetree li {
  padding: 3px 0 2px 16px;
}
.filetree li .tree-branch-ico {
  background-image: url(http://static1.cda.pl/img/elements/folder-color-elem.png?t=6);
  width: 16px;
  height: 20px;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: -16px;
  background-position: -192px 0px;
}
.filetree .tree-folder-ico {
  background-position: -32px 0px;
}
.filetree .tree-folder-ico-protected {
  background-position: -32px -16px;
}
.filetree li.expandable .tree-folder-ico {
  background-position: -32px 0px;
}
.filetree li.expandable .tree-folder-ico-protected {
  background-position: -32px -16px;
}
.filetree li.collapsable > a > .tree-folder-ico {
  background-position: -48px 0px;
}
.filetree li.collapsable > a > .tree-folder-ico-protected {
  background-position: -48px -16px;
}
.treeview .hitarea {
  margin-top: 3px;
  background-position: -16px 0px;
}
.treeview .expandable-hitarea {
  margin-top: 3px;
  background-position: 0px 0px;
}
.treeview li.lastCollapsable > .tree-branch-ico,
.treeview li.lastExpandable > .tree-branch-ico {
  background-position: -208px 0px;
}
.treeview li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.treeview li a {
  color: #aaa;
  text-decoration: none;
}
.treeview li a:hover {
  color: #fff;
}
/*.treeview li.collapsable, .treeview li.expandable {
.func-myTreeico-bg(0,12);
}
*/
/*.treeview li {
.func-myFico-bg(0,12);
background-repeat: repeat-y;
}*/
/*.ficon-plus {
.func-myFico-bg(0,0);
}
.ficon-minus {
.func-myFico-bg(0,1);
}

.ficon-folder-close {
.func-myFico-bg(0,2);
}
.ficon-folder-open {
.func-myFico-bg(0,3);
}
.ficon-line {
.func-myFico-bg(0,12);
background-repeat: repeat-y;
}
.folder-line {
display: block;
}
.ficon-oneline {
width: auto;
}
*/
.filetree li {
  padding: 0 0 0 16px;
  position: relative;
}
.treeview li.collapsable {
  background-position: -224px 0px;
  background-image: url(http://static1.cda.pl/img/elements/folder-color-elem.png?t=6);
  background-repeat: repeat-y;
}
.treeview li.lastCollapsable {
  /*background-image: @folder-ico-url;
.func-myTreeico-bg(0,13);
background-repeat: no-repeat;*/
  background: none;
}
.treeview li.lastExpandable {
  /*background-image: @folder-ico-url;
.func-myTreeico-bg(0,13);
background-repeat: no-repeat;*/
  background: none;
}
.treeview li {
  background-image: url(http://static1.cda.pl/img/elements/folder-color-elem.png?t=6);
  background-position: -224px 0px;
  background-repeat: repeat-y;
}
.treeview li .last {
  background: none;
}
.treeview .folder {
  overflow: hidden;
}
.treeview .folder .item-file {
  color: #555;
  margin-left: 5px;
}
.name-folder {
  overflow: hidden;
}
.name-folder-big-ico {
  padding-top: 6px;
  display: block;
}
.treeview li.active a {
  color: #fff;
}
.treeview li.active a .folder-title {
  text-decoration: underline;
}
.treeview li.active a .tree-folder-ico {
  background-position: -48px 0;
}
.panel-light .panel-body {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 10px;
  padding-bottom: 0;
}
.panel-lg .panel-heading {
  padding: 20px 30px;
  font-size: 18px;
}
.panel-lg .panel-body {
  padding: 20px 30px;
}
.media-list-comment .media > .pull-left {
  margin-right: 4px;
}
.media-list-comment .media {
  margin-top: 4px;
}
.media-list-comment .media {
  color: #AAAAAA;
}
.media-list-comment .media .media-content {
  color: #AAAAAA;
}
.media-list-comment .media .media-heading {
  background: #151515;
  background: #292a29;
  /* Old browsers */
  background: -moz-linear-gradient(top, #292a29 0%, #242424 50%, #1b1b1b 51%, #131212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292a29), color-stop(50%, #242424), color-stop(51%, #1b1b1b), color-stop(100%, #131212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #292a29 0%, #242424 50%, #1b1b1b 51%, #131212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #292a29 0%, #242424 50%, #1b1b1b 51%, #131212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #292a29 0%, #242424 50%, #1b1b1b 51%, #131212 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #292a29 0%, #242424 50%, #1b1b1b 51%, #131212 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292a29', endColorstr='#131212', GradientType=0);
  /* IE6-9 */
  padding: 3px 5px;
  margin-bottom: 0;
}
.media-list-comment .media .media-body .media-box {
  position: relative;
  background: #1E1E1E;
  border: 1px solid #363636;
}
.media-list-comment .media .media-body .media-box .media-space-answer {
  display: inline-block;
  width: 60px;
  height: 2px;
  margin-right: 5px;
}
.media-list-comment .media .media-body .media-box .media-answer {
  position: absolute;
  bottom: 1px;
  right: 5px;
}
.media-list-comment .media .media-body .media-box .media-comment-ico a {
  color: #444;
}
.media-list-comment .media .media-body .media-box .media-comment-ico a:hover {
  text-decoration: none;
  color: #aaa;
}
.media-list-comment .media .media-content {
  padding: 3px 5px;
}
.media-list-comment .media .video,
.media-list-comment .media .ebd-player,
.media-list-comment .media img {
  opacity: 1;
}
.media-list-comment .media .av48 {
  border: 1px solid #444;
}
.form-wrap {
  margin-bottom: 3px;
}
/*
  .media-content {
  //word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  }
.media-list-comment {
.media {
  color: #555;
     a {
     color: #A5490C;
     }
.media-heading {
  background: #151515;
  
  
  
  
background: #212120;
background: -moz-linear-gradient(top, #212120 0%, #161616 50%, #0f0f0f 51%, #0a0909 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212120), color-stop(50%,#161616), color-stop(51%,#0f0f0f), color-stop(100%,#0a0909));
background: -webkit-linear-gradient(top, #212120 0%,#161616 50%,#0f0f0f 51%,#0a0909 100%);
background: -o-linear-gradient(top, #212120 0%,#161616 50%,#0f0f0f 51%,#0a0909 100%);
background: -ms-linear-gradient(top, #212120 0%,#161616 50%,#0f0f0f 51%,#0a0909 100%);
background: linear-gradient(to bottom, #212120 0%,#161616 50%,#0f0f0f 51%,#0a0909 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212120', endColorstr='#0a0909',GradientType=0 );  
}     
     
     .media-box {
     background: #111111;
     border: 1px solid #181818;
     }
     .media-content {
     color: #555;
     }
     .video, .ebd-player, img {
     opacity: 0.5;
     }
    .av48 {
        border: 1px solid #222;
    }   
  }
}
*/
.stream-my .media .av32,
.stream-my .media .av48 {
  /*background: #111111;
     border: 1px solid #181818;*/
  opacity: 0.5;
}
.stream-my .media .av32:hover,
.stream-my .media .av48:hover {
  opacity: 1;
}
.stream-my .media .media-av-my {
  opacity: 1;
}
.stream-my .media .media-body .media-box {
  /*background: #111111;
     border: 1px solid #181818;*/
  opacity: 0.5;
}
.stream-my .media .media-body > .media-box:hover {
  opacity: 1;
}
.stream-my .media .media-body .media-box-my {
  opacity: 1;
}
.position-element {
  border-collapse: separate;
  border-spacing: 1px;
}
.position-element tr td {
  padding: 0;
}
.position-element tr td label {
  background-color: #444;
  background-image: url("http://static.cda.pl/img/elements/position-element.png?t=7");
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 40px;
  vertical-align: middle;
}
.position-element tr td label input {
  display: none;
}
.position-element tr td label:hover {
  background-color: #333;
}
.position-element tr td.pos-elem2 label {
  background-position: -40px 0;
}
.position-element tr td.pos-elem3 label {
  background-position: -82px 0;
}
.position-element tr td.pos-elem4 label {
  background-position: 0px -41px;
}
.position-element tr td.pos-elem5 label {
  background-position: -40px -41px;
}
.position-element tr td.pos-elem6 label {
  background-position: -82px -41px;
}
.position-element tr td.pos-elem7 label {
  background-position: 0px -82px;
}
.position-element tr td.pos-elem8 label {
  background-position: -41px -82px;
}
.position-element tr td.pos-elem9 label {
  background-position: -82px -82px;
}
.stream-list .media-body .media-box {
  min-height: 52px;
}
.stream-list .media-answer {
  visibility: hidden;
}
.stream-list .media-content:hover .media-answer {
  visibility: visible;
}
.tags {
  margin: 0;
  padding: 0;
}
.tags .tag {
  float: left;
  padding: 3px 8px 3px 8px;
  background: #444;
  border-radius: 2px;
  list-style: none;
  position: relative;
  margin: 1px;
}
.tags .tag a {
  text-decoration: none;
}
.tags .tag .tagclose {
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 100%;
  padding-left: 0px;
  padding-right: 5px;
  display: none;
  height: 100%;
  margin-left: -4px;
  background: #555;
  border-right: 2px solid #24282A;
}
.tags .tag .tagclose .close {
  height: 100%;
}
.tags .tag:hover {
  z-index: 1;
  border-radius: 2px 0 0 2px;
  background: #555;
}
.tags .tag:hover .tagclose {
  display: block;
}
/* tags */
.ad-menu-stat {
  background: #B2B255;
  margin-right: 5px;
  /*padding-left: 3px;
padding-right: 1px;*/
}
.ad-menu-stat a {
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
}
.ad-menu-stat a:hover {
  color: #444444;
  background: #6D6D11;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .caret {
    margin-bottom: 2px;
  }
}
/*.thumb-stream-gallery {
overflow:hidden;
height: 104px;
  .thumb-stream-md img {
  height: 104px;
  padding: 1px; 
  border: 1px solid #777;
  }
  .thumb-stream-xs {
  float: left;
  margin-bottom: 5px; 
  img {
  width: 50px;
  padding: 1px; 
  border: 1px solid #777;
  }
  }
  .thumb-pack {
  float: left;
  margin-left: 5px;
  }
}
*/
.thumb-stream-gallery {
  overflow: hidden;
  height: 104px;
}
.thumb-stream-gallery .thumb-stream-md {
  margin-right: 4px;
}
.thumb-stream-gallery .thumb-stream-md img {
  height: 104px;
  padding: 1px;
  border: 1px solid #777;
}
.thumb-stream-gallery .thumb-stream-xs {
  float: left;
  margin-bottom: 4px;
  margin-right: 4px;
}
.thumb-stream-gallery .thumb-stream-xs img {
  /*height: 35px;*/
  height: 50px;
  padding: 1px;
  border: 1px solid #777;
}
.thumb-stream-gallery .thumb-pack {
  float: left;
  /*margin-right: 4px;*/
}
.thumb-stream-gallery .thumb-pack-vert .thumb-stream-xs {
  margin-right: 4px;
}
.thumb-stream-gallery-more {
  overflow: hidden;
  height: 104px;
}
.thumb-stream-gallery-more .thumb-stream-md {
  margin-right: 4px;
}
.thumb-stream-gallery-more .thumb-stream-md img {
  height: 104px;
  padding: 1px;
  border: 1px solid #777;
}
.thumb-stream-gallery-more .thumb-stream-xs {
  float: left;
  margin-bottom: 4px;
  margin-right: 4px;
}
.thumb-stream-gallery-more .thumb-stream-xs img {
  /*height: 35px;*/
  /*height: 50px;*/
  padding: 1px;
  border: 1px solid #777;
}
.thumb-stream-gallery-more .thumb-pack {
  float: left;
  /*margin-right: 4px;*/
}
.thumb-stream-gallery-more .galery-body {
  display: block;
  overflow: hidden;
}
.thumb-stream-gallery-more .galery-body .thumb-stream-xs {
  margin-right: 4px;
}
.gal-div-5 {
  width: 20%;
  float: left;
}
.gal-div-5 a {
  margin-right: 4px;
}
.gal-div-5 a img {
  width: 100%;
}
blockquote {
  border: 0;
  font-family: Lucida Grande, Georgia, times new roman;
  font-size: 15px;
  font-style: italic;
  padding-left: 5px;
  padding-right: 5px;
  color: #555;
  margin: 0;
}
blockquote:before {
  content: '„';
  color: #555;
  font-weight: bold;
}
blockquote:after {
  content: '”';
  color: #555;
  font-weight: bold;
}
.form-width-autocomplete {
  position: relative;
  z-index: 19;
}
.form-width-autocomplete .stream-autocomplete {
  top: 100%;
  left: 0;
}
.stream-autocomplete {
  background: #1E1E1E;
  border: 1px solid #363636;
  z-index: 10002;
  position: absolute;
  padding: 5px;
  list-style: none;
  margin-top: 10px;
}
.stream-autocomplete:before {
  position: absolute;
  bottom: 100%;
  left: 10px;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #363636 transparent;
  margin-left: -1px;
}
.stream-autocomplete:after {
  position: absolute;
  bottom: 100%;
  left: 10px;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #1e1e1e transparent;
}
.stream-autocomplete li {
  list-style: none;
}
.stream-autocomplete li a {
  font-size: 10px;
}
.stream-form {
  overflow: visible;
}
.stream-form .media-body {
  overflow: visible;
  margin-left: 56px;
}
.plusowali {
  opacity: 0.3;
  display: block;
  margin-top: 10px;
  margin-right: 80px;
}
.plusowali:hover {
  opacity: 1;
}
.media-list-comment .show-area .show-image {
  max-width: 100%;
}
.media-list-comment .show-area .show-image img {
  max-width: 100%;
}
.rate-mini {
  background: url(http://static1.cda.pl/img/elements/stars-rate.png?t=8) 0 -32px repeat-x transparent;
  width: 40px;
  height: 8px;
  display: inline-block;
  text-align: left;
}
.rate-mini .rate-value {
  background: url(http://static1.cda.pl/img/elements/stars-rate.png?t=8) 0 0px repeat-x transparent;
  width: 50%;
  height: 8px;
  display: block;
}
.box-elem-stat {
  display: block;
  font-size: 10px;
}
.box-elem-stat .box-elem-stat-rate {
  background: #1a1a1a;
  padding: 0px 2px;
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.box-elem-stat .box-elem-stat-views {
  background: #CBCBCB;
  padding: 0 2px;
  border: 1px solid #777;
  border-radius: 0 4px 4px 0;
  color: #777;
}
.sm-space-top-bottom {
  margin-top: 4px;
  margin-bottom: 4px;
}
.sm-space-top {
  margin-top: 4px;
}
.xs-space-bottom {
  margin-bottom: 2px;
}
.mini-space-bottom {
  margin-bottom: 1px;
}
/*@myFico-odleglosc: 16;
@myFico-glowny-ofssetx: 0;*/
.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-list li {
  list-style: none;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.category-list li a:hover {
  text-decoration: none;
}
.category-list li a:hover .txt {
  text-decoration: underline;
}
.category-list li .nowosc {
  color: red;
  font-size: 10px;
}
.category-list li .caticon {
  margin-bottom: 3px;
}
.caticon {
  vertical-align: middle;
  background: #fff;
  margin: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(http://static.cda.pl/img/elements/category-ico.png?t=9);
  background-color: transparent;
  background-repeat: no-repeat;
}
.caticon-poczekalnia {
  background-position: 0px 2px;
}
.caticon-poczekalnia {
  background-position: 0px 0px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-najpopularniejsze-na-fb {
  background-position: -16px 0px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-najlepiej-ocenione {
  background-position: -32px 0px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-najpopularniejsze {
  background-position: -48px -16px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Krotkie-filmy-i-animacje {
  background-position: -48px 0px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Filmy-extremalne {
  background-position: -64px 0px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Motoryzacja-wypadki {
  background-position: -80px 0px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Muzyka {
  background-position: -96px 0px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Prosto-z-Polski {
  background-position: -112px 0px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Rozrywka {
  background-position: -128px 0px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Sport {
  background-position: -144px 0px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Smieszne-filmy {
  background-position: -16px -16px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Roznosci {
  background-position: -32px -16px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Zycie-studenckie {
  background-position: -48px -16px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-3d {
  background-position: 0px -32px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-3-w-rzedzie {
  background-position: -16px -32px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-akcji {
  background-position: -32px -32px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-auta {
  background-position: -48px -32px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-bijatyki {
  background-position: -64px -32px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-czolgi {
  background-position: -80px -32px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-defense-obrona-wiezy {
  background-position: -96px -32px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-dla-2-osob {
  background-position: -112px -32px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-dla-dziewczyn {
  background-position: -128px -32px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-farma {
  background-position: -144px -32px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-gotowanie {
  background-position: 0px -48px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-hacked {
  background-position: -16px -48px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-hobo {
  background-position: -32px -48px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-jak-najdalej {
  background-position: -48px -48px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-kopalnia-zlota {
  background-position: -64px -48px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-koparki {
  background-position: -80px -48px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-lego {
  background-position: -96px -48px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-logiczne {
  background-position: -112px -48px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-mario {
  background-position: -128px -48px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-minecraft {
  background-position: -144px -48px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-multiplayer {
  background-position: 0px -64px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-ogien-i-woda {
  background-position: -16px -64px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-parkowanie-samochodem {
  background-position: -32px -64px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-pilka-nozna {
  background-position: -48px -64px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-platformowe {
  background-position: -64px -64px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-pociagi {
  background-position: -80px -64px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-przechodzenie-leveli {
  background-position: -96px -64px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-przygodowe {
  background-position: -112px -64px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-rycerskie {
  background-position: -128px -64px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-samoloty {
  background-position: -144px -64px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-snajperskie {
  background-position: 0px -80px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-sportowe {
  background-position: -16px -80px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-strategiczne {
  background-position: -32px -80px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-strzelanki {
  background-position: -48px -80px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-traktory {
  background-position: -64px -80px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-unity-web-player {
  background-position: -80px -80px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-walki-na-arenie {
  background-position: -96px -80px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-wedkarskie {
  background-position: -112px -80px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-wskaz-i-kliknij {
  background-position: -128px -80px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-wyscigowe {
  background-position: -144px -80px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-zombie {
  background-position: 0px -96px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-z-ulepszeniami {
  background-position: -16px -96px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-zrecznosciowe {
  background-position: -32px -96px;
  margin-left: 0px;
  margin-right: 4px;
}
.caticon-Gry-przegladarkowe {
  background-position: -48px -96px;
  margin-left: 0px;
  margin-right: 4px;
}
/* footer */
.wrapper-footer a {
  color: #AFB2B9;
  margin-left: 2px;
  margin-right: 2px;
}
.wrapper-footer .spis {
  background: #1e1e1e;
  margin-top: 30px;
  padding: 10px;
  overflow: hidden;
  font-size: 11px;
  color: #bbb;
}
.wrapper-footer .menu {
  text-align: right;
}
.wrapper-footer .bottom-footer {
  margin-top: 7px;
}
.panel-top {
  background: #000;
}
.panel-top .panel-body {
  padding: 15px;
}
.panel-top .panel-bg-cont {
  width: 100%;
}
.panel-top .user-name-strong {
  text-shadow: 0 0 4px #000;
}
.panel-top .media-heading {
  margin-bottom: 7px;
}
.panel-top .media-heading .status {
  vertical-align: 1px;
}
.panel-top .media > .pull-left {
  margin-right: 7px;
}
.panel-top .user-name-strong .login-txt {
  color: #fff;
}
.panel-top .user-name-strong .login-area {
  background: #424242;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 4px;
}
.tt-dropdown-menu .short-information {
  position: relative;
}
.tt-dropdown-menu .short-information:hover {
  background: #24282A;
  background-color: #383D3F;
  background-image: -moz-linear-gradient(top, #383D3F, #272C2D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#383D3F), to(#272C2D));
  background-image: -webkit-linear-gradient(top, #383D3F, #272C2D);
  background-image: -o-linear-gradient(top, #383D3F, #272C2D);
  background-image: linear-gradient(to bottom, #383D3F, #272C2D);
  background-repeat: repeat-x;
}
.tt-dropdown-menu .short-information .more-information-right {
  padding-left: 3px;
  padding-right: 3px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.tt-dropdown-menu .short-information:hover .more-information-right {
  display: block;
  background: #24282A;
  background-color: #383D3F;
  background-image: -moz-linear-gradient(top, #383D3F, #272C2D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#383D3F), to(#272C2D));
  background-image: -webkit-linear-gradient(top, #383D3F, #272C2D);
  background-image: -o-linear-gradient(top, #383D3F, #272C2D);
  background-image: linear-gradient(to bottom, #383D3F, #272C2D);
  background-repeat: repeat-x;
}
.wrapper-ebd-player {
  display: block;
  overflow: hidden;
}
.wrapper-ebd-player .ebd-player {
  border: 1px solid #444;
  padding: 1px;
  float: left;
  position: relative;
  cursor: pointer;
  background: #000;
}
.wrapper-ebd-player .ebd-player iframe {
  display: block;
}
.wrapper-ebd-player .ebd-player .ebd {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper-ebd-player .ebd-player .ebd-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
.wrapper-ebd-player .ebd-player .ebd-play span {
  margin: 16px 12px 0 18px;
  background-image: url(http://static1.cda.pl/img/elements/play.png?t=10);
  background-position: 0 0;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  display: block;
}
/*
 * imgAreaSelect default style
 */
.imgareaselect-border1 {
  background: url(../javascripts/lib/imgareaselect/css/border-v.gif) repeat-y left top;
}
.imgareaselect-border2 {
  background: url(../javascripts/lib/imgareaselect/css/border-h.gif) repeat-x left top;
}
.imgareaselect-border3 {
  background: url(../javascripts/lib/imgareaselect/css/border-v.gif) repeat-y right top;
}
.imgareaselect-border4 {
  background: url(../javascripts/lib/imgareaselect/css/border-h.gif) repeat-x left bottom;
}
.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.imgareaselect-outer {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.imgareaselect-handle {
  display: none;
}
.tr-handle {
  display: block;
  border: 0;
  margin-top: -5px;
  margin-left: 5px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  background: transparent;
  width: 10px;
  height: 10px;
}
.br-handle {
  display: block;
  border: 0;
  margin-top: 5px;
  margin-left: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: transparent;
  width: 10px;
  height: 10px;
}
.bl-handle {
  display: block;
  border: 0;
  margin-top: 5px;
  margin-left: -5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: transparent;
  width: 10px;
  height: 10px;
}
.tl-handle {
  display: block;
  border: 0;
  margin-top: -5px;
  margin-left: -5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  background: transparent;
  width: 10px;
  height: 10px;
}
.twitter-typeahead {
  width: 100%;
  position: relative;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.twitter-typeahead .tt-hint {
  color: #a1a1a1;
  z-index: 1;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 11px;
}
.input-group .tt-hint {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.twitter-typeahead .tt-query {
  z-index: 2;
  border-radius: 4px!important;
  /* add these 2 statements if you have an appended input group */
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  /* add these 2 statements if you have an prepended input group */
  /*  border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important; */
}
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 0px 8px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #383D3F;
  background-image: -moz-linear-gradient(top, #383D3F, #272C2D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#383D3F), to(#272C2D));
  background-image: -webkit-linear-gradient(top, #383D3F, #272C2D);
  background-image: -o-linear-gradient(top, #383D3F, #272C2D);
  background-image: linear-gradient(to bottom, #383D3F, #272C2D);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383D3F', endColorstr='#272C2D', GradientType=0);
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.elem-tags-autocomplete {
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}
.short-information strong {
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}
.more-information-right {
  padding-top: 3px;
  padding-bottom: 3px;
}
.tt-dropdown-menu {
  width: 100%;
}
.message-cloud-right:after {
  content: ' ';
}
.message-cloud-right {
  position: relative;
  display: block;
  margin-top: 4px;
  margin-bottom: 5px;
  margin-left: 60px;
  margin-right: 5px;
  border-radius: 9px;
  background: #371b01;
  padding: 10px;
  background: #777;
  color: #000;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -5px 15px -15px #000;
  /*box-shadow: inset 0 -15px 15px 10px #000;
background: #222;*/
}
.odl {
  background: #282828;
  /* Old browsers */
  background: -moz-linear-gradient(top, #282828 0%, #131313 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(100%, #131313));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #282828 0%, #131313 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #282828 0%, #131313 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #282828 0%, #131313 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #282828 0%, #131313 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#131313', GradientType=0);
  /* IE6-9 */
}
.my-msg {
  box-shadow: inset 0 4px 5px rgba(255, 255, 255, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 2px;
  position: relative;
  background: #525f66;
  float: right;
  padding: 8px 10px;
  color: #fff;
  border-radius: 10px;
  margin-right: 10px;
  margin-left: 62px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  word-break: break-word;
  word-wrap: break-word;
}
.my-msg:after {
  position: absolute;
  left: 100%;
  bottom: 10px;
  margin-left: 0px;
  content: ' ';
  border-bottom: 0px solid rgba(255, 255, 0, 0);
  border-left: 7px solid #525F66;
  border-top: 7px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
}
.his-msg {
  box-shadow: inset 0 4px 5px rgba(255, 255, 255, 0.4), inset 0 -4px 5px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 2px;
  position: relative;
  background: #bdbdbd;
  float: left;
  padding: 8px 10px;
  color: #000;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 516px;
}
.his-msg:after {
  position: absolute;
  right: 100%;
  top: 10px;
  margin-left: 0px;
  content: ' ';
  border-top: 0px solid rgba(255, 255, 0, 0);
  border-right: 7px solid #bdbdbd;
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
}
.msg-area {
  display: block;
  padding: 10px;
  margin: -10px;
  overflow: hidden;
}
.media-msg {
  margin-bottom: 0px;
  margin-top: 0;
}
/*.media-msg .media-body {
padding: 5px;
}*/
.media-msg .pull-left {
  margin-right: 0;
}
.media-msg .pull-right {
  margin-left: 0;
}
.date-msg {
  /*visibility: hidden;*/
  font-size: 10px;
  text-align: center;
  color: #494E51;
  color: #383D3F;
  /*margin: 0px 200px -10px;
background: #24282A;*/
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
.media-msg:hover .date-msg {
  visibility: visible;
  color: #676E72;
}
.arrow-left-top,
.arrow-right-top {
  position: relative;
}
.arrow-left-top:after {
  position: absolute;
  right: 100%;
  top: 20px;
  margin-right: -1px;
  content: ' ';
  border-top: 0px solid rgba(255, 255, 0, 0);
  border-right: 8px solid #fff;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
}
.arrow-right-top:after {
  position: absolute;
  left: 100%;
  top: 10px;
  margin-left: -1px;
  content: ' ';
  border-top: 0px solid rgba(30, 32, 34, 0);
  border-left: 8px solid #3D4145;
  border-bottom: 8px solid rgba(30, 32, 34, 0);
  height: 0;
  width: 0;
}
.arrow-right-top .form-control:focus {
  border: 1px solid #3D4145;
}
.cloud-msg-form {
  width: 100%;
  border: 0;
  padding: 5px;
  background: #d8d8d8;
  color: #777;
  /*padding-bottom: 35px;*/
  box-shadow: inset 0 4px 5px rgba(255, 255, 255, 0.4), inset 0 -4px 5px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 100%;
}
.align-br {
  /*position: absolute;
bottom: 4px;
right: 0px;
border-top: 1px solid #aaa;*/
  padding: 4px 0px;
  width: 100%;
  text-align: right;
  display: block;
}
/*.wrap-left-form {
float: left;
}*/
.window-msg {
  margin-top: 10px;
  position: relative;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.framescroll {
  height: 450px;
  overflow: hidden;
  position: relative;
}
.window-msg .wrap-all-msg {
  position: absolute;
  /*top: 100%;
margin-top: -100%;*/
  bottom: 0;
  left: 0;
  padding-bottom: 5px;
  padding-right: 10px;
}
.window-msg-top-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  opacity: 0.8;
  background: -moz-linear-gradient(top, #24282a 0%, rgba(36, 40, 42, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24282a), color-stop(100%, rgba(36, 40, 42, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #24282a 0%, rgba(36, 40, 42, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #24282a 0%, rgba(36, 40, 42, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #24282a 0%, rgba(36, 40, 42, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #24282a 0%, rgba(36, 40, 42, 0) 100%);
  /* W3C */
}
.hide-close {
  visibility: hidden;
  margin-left: 3px;
}
.my-msg:hover .hide-close,
.his-msg:hover .hide-close {
  visibility: visible;
}
/* zmiana kolorow */
.my-msg {
  background: none repeat scroll 0 0 #FFD283;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgba(255, 253, 170, 0.7) inset, 0 -2px 3px rgba(89, 44, 0, 0.3) inset, 0 1px 1px #000000;
  /*box-shadow: none;*/
  color: #000000;
  float: right;
  margin-bottom: 2px;
  margin-left: 62px;
  margin-right: 10px;
  padding: 8px 10px;
  position: relative;
  text-shadow: none;
}
.my-msg:after {
  border-bottom: 0 solid rgba(255, 255, 0, 0);
  border-left: 12px solid #FFD283;
  border-top: 12px solid rgba(0, 0, 0, 0);
  margin-left: -4px;
}
.his-msg {
  background: none repeat scroll 0 0 #C8C8C8;
  background: #C9CED3;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgba(255, 255, 255, 0.4) inset, 0 -4px 5px rgba(0, 0, 0, 0.2) inset, 0 1px 1px #000000;
  text-shadow: none;
}
.his-msg a {
  color: #487E96;
}
/* koniec zmiana kolorow*/
.threads-mini {
  margin-bottom: 16px;
}
.threads-mini .poczta-count-text {
  display: none;
}
.ps-scrollbar-x-rail {
  display: none;
}
.media-msg .show-area .show-image {
  max-width: 100%;
}
.media-msg .show-area .show-image img {
  max-width: 100%;
}
.container-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.bg-user {
  min-width: 996px;
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
}
.bg-fixed .bg-img,
.bg-nofix .bg-fixed {
  background-size: cover;
}
.bg-nofix .bg-fixed .bg-user {
  background-image: none;
  background-color: transparent !important;
}
.previewBackground {
  background: url("http://static.cda.pl/img/elements/kafelka_sm.png?t=11") repeat scroll top center #000000;
  background-size: cover;
  width: 124px;
  height: 124px;
  border: 1px solid #000;
  position: relative;
}
.previewBackground span.prev {
  position: absolute;
  left: 0;
  bottom: 100%;
  opacity: 1;
  color: #444;
  /*margin-top: 10px;*/
  width: 100%;
  text-align: center;
}
.panel-bg {
  /*padding-top: 80px;*/
  height: 236px;
  position: relative;
}
.panel-bg .panel-bg-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.panel-bg {
  overflow: hidden;
}
.row-small {
  margin-left: -2px;
  margin-right: -2px;
}
.row-small:before,
.row-small:after {
  content: " ";
  display: table;
}
.row-small:after {
  clear: both;
}
.row-small:before,
.row-small:after {
  content: " ";
  display: table;
}
.row-small:after {
  clear: both;
}
.row-small .col-xs-1, .row-small .col-sm-1, .row-small .col-md-1, .row-small .col-lg-1, .row-small .col-xs-2, .row-small .col-sm-2, .row-small .col-md-2, .row-small .col-lg-2, .row-small .col-xs-3, .row-small .col-sm-3, .row-small .col-md-3, .row-small .col-lg-3, .row-small .col-xs-4, .row-small .col-sm-4, .row-small .col-md-4, .row-small .col-lg-4, .row-small .col-xs-5, .row-small .col-sm-5, .row-small .col-md-5, .row-small .col-lg-5, .row-small .col-xs-6, .row-small .col-sm-6, .row-small .col-md-6, .row-small .col-lg-6, .row-small .col-xs-7, .row-small .col-sm-7, .row-small .col-md-7, .row-small .col-lg-7, .row-small .col-xs-8, .row-small .col-sm-8, .row-small .col-md-8, .row-small .col-lg-8, .row-small .col-xs-9, .row-small .col-sm-9, .row-small .col-md-9, .row-small .col-lg-9, .row-small .col-xs-10, .row-small .col-sm-10, .row-small .col-md-10, .row-small .col-lg-10, .row-small .col-xs-11, .row-small .col-sm-11, .row-small .col-md-11, .row-small .col-lg-11, .row-small .col-xs-12, .row-small .col-sm-12, .row-small .col-md-12, .row-small .col-lg-12, .row-small .col-xs-13, .row-small .col-sm-13, .row-small .col-md-13, .row-small .col-lg-13, .row-small .col-xs-14, .row-small .col-sm-14, .row-small .col-md-14, .row-small .col-lg-14, .row-small .col-xs-15, .row-small .col-sm-15, .row-small .col-md-15, .row-small .col-lg-15, .row-small .col-xs-16, .row-small .col-sm-16, .row-small .col-md-16, .row-small .col-lg-16, .row-small .col-xs-17, .row-small .col-sm-17, .row-small .col-md-17, .row-small .col-lg-17, .row-small .col-xs-18, .row-small .col-sm-18, .row-small .col-md-18, .row-small .col-lg-18, .row-small .col-xs-19, .row-small .col-sm-19, .row-small .col-md-19, .row-small .col-lg-19, .row-small .col-xs-20, .row-small .col-sm-20, .row-small .col-md-20, .row-small .col-lg-20, .row-small .col-xs-21, .row-small .col-sm-21, .row-small .col-md-21, .row-small .col-lg-21, .row-small .col-xs-22, .row-small .col-sm-22, .row-small .col-md-22, .row-small .col-lg-22, .row-small .col-xs-23, .row-small .col-sm-23, .row-small .col-md-23, .row-small .col-lg-23, .row-small .col-xs-24, .row-small .col-sm-24, .row-small .col-md-24, .row-small .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
.fbreg {
  background-color: transparent;
  background-image: url(http://static1.cda.pl/img2/btn-register.png?t=12);
  background-position: 0px 0px;
  width: 87px;
  height: 37px;
  display: inline-block;
  margin-left: 10px;
  margin-top: -3px;
  cursor: pointer;
}
.fbreg:hover {
  background-position: 0 -37px;
}
.googlereg {
  background-color: transparent;
  background-image: url(http://static1.cda.pl/img2/btn-register.png?t=12);
  background-position: -87px 0px;
  width: 87px;
  height: 37px;
  display: inline-block;
  margin-top: -3px;
  cursor: pointer;
}
.googlereg:hover {
  background-position: -87px -37px;
}
a.sendgamevideo {
  background-color: transparent;
  background-image: url(http://static1.cda.pl/img2/btn-register.png?t=12);
  background-position: 0px -74px;
  width: 174px;
  height: 22px;
  display: block;
  margin-top: 3px;
}
a.sendgamevideo:hover {
  background-position: 0px -96px;
}
.navbar-default .navbar-nav li a.fbreg,
.navbar-default .navbar-nav li a.googlereg {
  padding: 0;
}
a.facelogin {
  background: url(http://static1.cda.pl/img2/btn-register.png?t=12) 0 0 transparent;
  background-position: 0 -118px;
  width: 87px;
  height: 37px;
  display: inline-block;
  margin-left: 24px;
  margin-top: 0px;
  padding: 0;
}
a.facebooklogin {
  background-color: transparent;
  background-image: url(http://static1.cda.pl/img2/btn-register.png?t=12);
  background-position: 0px -462px;
  width: 148px;
  height: 32px;
  display: block;
  margin-left: 1px;
  margin-top: 0px;
  margin: 0 auto;
  padding: 0;
}
a.googlelogin {
  background-color: transparent;
  background-image: url(http://static1.cda.pl/img2/btn-register.png?t=12);
  background-position: -148px -462px;
  width: 148px;
  height: 32px;
  display: block;
  margin-left: 1px;
  margin-top: 0px;
  margin: 0 auto;
  padding: 0;
}
.naviLogin li a.facelogin:hover {
  background-position: 0px -155px;
}
.naviLogin li a.googlelogin:hover {
  background-position: -148px -494px;
}
a.fblogin,
.naviLogin li a.fblogin {
  width: 148px;
}
.rowgrid {
  display: block;
  margin-right: -10px;
  overflow: hidden;
}
.grid6 {
  width: 468px;
  margin-right: 10px;
  float: left;
}
.well {
  background: #000;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 16px 16px;
}
.form-row {
  display: block;
  margin-bottom: 10px;
}
.form-table label {
  width: 120px;
  display: inline-block;
}
.form-input-table {
  width: 295px;
  padding: 5px;
  background-color: #1E2022;
  color: #ccc;
  border: 1px solid #3D4145;
}
.form-select-table {
  background-color: #1E2022;
  color: #ccc;
  border: 1px solid #3D4145;
}
.btn-Register-facebook {
  background: url(http://static1.cda.pl/img2/btn-register.png?t=12) 0 0 transparent;
  background-position: 0 -192px;
  display: inline-block;
  height: 57px;
  width: 330px;
}
.btn-Register-facebook:hover {
  background-position: 0 -248px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.normal-par {
  margin-bottom: 10px;
}
.formRow {
  margin-bottom: 10px;
}
.formRow .full-input-form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-Login-facebook {
  background: url(http://static1.cda.pl/img2/btn-register.png?t=12) 0 0 transparent;
  background-position: 0 -305px;
  display: inline-block;
  height: 39px;
  width: 207px;
}
.btn-Login-google {
  background: url(http://static1.cda.pl/img2/btn-register.png?t=12) 0 0 transparent;
  background-position: 0 -384px;
  display: inline-block;
  height: 39px;
  width: 207px;
}
.btn-Login-facebook:hover {
  background-position: 0 -344px;
}
.btn-Login-google:hover {
  background-position: 0 -423px;
}
.pd10 {
  margin-bottom: 10px;
}
.error-form-reg {
  color: #fff;
  background: #CC0000;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
}
.ic-stat {
  background: url(http://static1.cda.pl/img2/btn-register.png?t=12) 0 0 transparent;
  background-position: -8px 0px;
  margin-left: 0px;
  margin-right: 2px;
  width: 8px;
  height: 8px;
  display: inline-block;
}
.mrg-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mrg-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mrg-bottom-sm {
  margin-bottom: 10px;
}
.mrg-right-xs {
  margin-right: 4px;
}
.c-orange {
  font-weight: bold;
  color: #FF6600;
  font-family: verdana;
}
.data-text {
  color: #4E5254;
  font-size: 10px;
  /*font-family: monospace;*/
}
.dark-text {
  color: #444;
  display: block;
}
.bootbox-body {
  font-size: 13px;
  color: #999;
}
.head1 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.head2 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.wrapp-big-btn {
  height: 75px;
  display: block;
}
.panel-bg {
  overflow: hidden;
  border: 0;
  height: 237px;
}
.hover-show-elem {
  display: none;
}
.show-inside-elements:hover .hover-show-elem {
  display: block;
}
.edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  padding: 8px;
  cursor: pointer;
  color: #888;
  text-decoration: none;
}
.light-edit-btn {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.5);
  margin-top: -10px;
}
.edit-btn:hover {
  background: #e28525;
  color: #fff;
  text-decoration: none;
}
.panel-bg .av48 {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/*.panel-bg .av48 {
border: 0;
margin-top: 2px;
width: 50px;
height: 50px;
}*/
.vote-box a {
  padding-left: 3px;
  padding-right: 3px;
}
.navbar-header {
  z-index: 1001;
  position: relative;
}
input.cda-form,
select.cda-form,
textarea.cda-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9px;
  vertical-align: top;
  border: 0;
  height: 33px;
  background: #eee;
  font-size: 12px;
  font-family: arial;
  color: #666;
  display: block;
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}
@-moz-document url-prefix() {
  input.cda-form {
    padding-bottom: 1px;
  }
}
select.cda-form {
  padding: 7px 7px 7px 9px;
}
textarea.cda-form {
  margin: 0;
  height: 150px;
  line-height: 25px;
  padding: 3px 9px 9px 9px;
  resize: vertical;
  *line-height: 1.5em;
  *margin-top: -1px;
}
textarea.cda-textarea-like-input {
  height: 33px;
  padding-right: 3px;
  padding-bottom: 3px;
}
input.cda-form,
textarea.cda-form {
  *width: 96%;
  *padding-left: 2%;
  *padding-right: 2%;
  *font-size: 12px;
  *line-height: 19px;
}
input.cda-form {
  *height: 21px;
  *line-height: 21px;
  *margin-top: -1px;
}
select.cda-form {
  *height: 21px;
  *font-size: 13px;
}
textarea.cda-textarea-like-input {
  *height: 21px;
  *padding-top: 0;
  *padding-bottom: 0;
}
input.cda-form-lg,
textarea.cda-form-lg {
  *font-size: 21px;
  *height: 29px;
  *line-height: 29px;
  *width: 94%;
  *padding-left: 3%;
  *padding-right: 3%;
}
select.cda-form-lg {
  *font-size: 21px;
  *height: 30px;
}
textarea.cda-form-md-size {
  height: 150px;
}
input.cda-form-dark,
select.cda-form-dark,
textarea.cda-form-dark {
  background-color: #1E2022;
  border: 1px solid #3D4145;
  color: #CCCCCC;
  *border: 0;
}
select.cda-form option {
  padding-left: 10px;
  padding-right: 10px;
}
input.cda-form-sm,
select.cda-form-sm,
textarea.cda-form-sm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9px;
  vertical-align: top;
  border: 0;
  height: 26px;
  background: #eee;
  font-size: 11px;
  font-family: arial;
  color: #666;
  display: block;
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}
@-moz-document url-prefix() {
  input.cda-form-sm {
    padding-bottom: 1px;
  }
}
select.cda-form-sm {
  padding: 7px 7px 7px 9px;
}
textarea.cda-form-sm {
  margin: 0;
  height: 150px;
  line-height: 25px;
  padding: 3px 9px 9px 9px;
  resize: vertical;
  *line-height: 1.5em;
  *margin-top: -1px;
}
textarea.cda-textarea-like-input {
  height: 26px;
  padding-right: 3px;
  padding-bottom: 3px;
}
input.cda-form,
textarea.cda-form {
  *width: 96%;
  *padding-left: 2%;
  *padding-right: 2%;
  *font-size: 12px;
  *line-height: 19px;
}
input.cda-form {
  *height: 21px;
  *line-height: 21px;
  *margin-top: -1px;
}
select.cda-form {
  *height: 21px;
  *font-size: 13px;
}
textarea.cda-textarea-like-input {
  *height: 21px;
  *padding-top: 0;
  *padding-bottom: 0;
}
input.cda-form-lg,
textarea.cda-form-lg {
  *font-size: 21px;
  *height: 29px;
  *line-height: 29px;
  *width: 94%;
  *padding-left: 3%;
  *padding-right: 3%;
}
select.cda-form-lg {
  *font-size: 21px;
  *height: 30px;
}
textarea.cda-form-md-size {
  height: 150px;
}
input.cda-form-dark,
select.cda-form-dark,
textarea.cda-form-dark {
  background-color: #1E2022;
  border: 1px solid #3D4145;
  color: #CCCCCC;
  *border: 0;
}
select.cda-form option {
  padding-left: 10px;
  padding-right: 10px;
}
.form-line-sm {
  line-height: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
}
.full-element {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *width: 96%;
  *padding-left: 2%;
  *padding-right: 2%;
}
@-moz-document url-prefix() {
  .btn [class^="icon-"],
  .btn [class*=" icon-"] {
    margin-top: -2px;
    margin-bottom: -2px;
    display: inline-block;
  }
}
.alert-sm {
  padding: 5px;
}
.alert-cloud-info {
  background: #ff6600;
  background: -moz-linear-gradient(top, #ff6600 0%, #f44100 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600), color-stop(100%, #f44100));
  background: -webkit-linear-gradient(top, #ff6600 0%, #f44100 100%);
  background: -o-linear-gradient(top, #ff6600 0%, #f44100 100%);
  background: -ms-linear-gradient(top, #ff6600 0%, #f44100 100%);
  background: linear-gradient(to bottom, #ff6600 0%, #f44100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#f44100', GradientType=0);
  border: 1px solid #FF650C;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: inset 0px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}
.alert-cloud-info:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ff650c transparent transparent transparent;
}
.alert-cloud-info a {
  color: #FFE32D;
}
.arrow-bottom-center:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
}
.arrow-inset-top-left:after {
  content: ' ';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 0;
  border-color: #ffe32d transparent transparent;
}
.arrow-top-left:after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 0;
  border-color: #ff650c transparent transparent;
}
.mrg-lr-lg {
  margin-left: 180px;
  margin-right: 180px;
}
.alert-cloud-gray {
  padding: 15px 5px;
  background: #222;
  border: 1px solid #333;
}
.alert-default {
  background: #1D1F21;
  border: 1px solid #24282A;
}
.alert-mini {
  padding: 10px;
  border-radius: 0;
}
.progress-static .progress-bar {
  -webkit-transition: none;
  transition: none;
}
.col-center {
  margin: 0 auto;
  float: none;
}
.list-parameters-image {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-parameters-image li {
  list-style: none;
  color: #777;
}
.list-parameters-image li .value {
  color: #aaa;
}
.list-block {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-block li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
.picture-img {
  border: 1px solid #444;
}
.mini-avatar {
  width: 100%;
}
.av-menu-box .dropdown-menu li a {
  cursor: pointer;
}
.wrapper-animated-gif {
  overflow: hidden;
}
.wrapper-animated-gif .animated-gif {
  position: relative;
  float: left;
}
.wrapper-animated-gif .animated-gif .animated-gif-play {
  background: url("http://static.cda.pl/images/play-element.png?t=13") no-repeat scroll center center rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  display: block;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  margin-top: -40px;
  width: 80px;
  text: align: center;
}
.wrapper-animated-gif .animated-gif .animated-gif-play :hover {
  text-decoration: none;
}
.wrapper-animated-gif .animated-gif .animated-gif-play:after {
  display: block;
  padding-right: 4px;
  text-align: center;
  padding-top: 34px;
  content: 'GIF';
  color: #000;
  line-height: 1;
}
.wrapper-animated-gif .animated-gif:after {
  content: ' ';
  clear: both;
  width: 100%;
  height: 1px;
  float: left;
  overflow: hidden;
}
.list-filter {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.list-filter .head-list-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 50%;
}
.list-filter .item-list-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 50%;
}
.navbar-default .navbar-nav > li > a.bold-menu {
  font-weight: bold;
  color: #FFF4EF;
  font-size: 11px;
  font-family: Arial;
}
.first-menu {
  margin-bottom: 0;
}
.dropdown-poczta .media-menu {
  margin-right: 20px;
}
.media-menu .media-description {
  display: block;
  white-space: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-menu-md {
  width: 288px;
}
.menu-nowosc {
  font-size: 11px;
  margin-left: 5px;
  color: #24282A;
  background: #bbb;
  border-radius: 5px;
  padding: 0 5px;
}
.active .menu-nowosc {
  color: #FF6600;
  background: #fff;
}
.home-nav li a {
  font-family: Arial, Helvetica, sans-serif;
}
.top-menu {
  left: 0;
  position: absolute;
  width: 100%;
}
.contents-wrapp {
  padding-top: 76px;
}
.light-edit-btn {
  top: 77px;
}
.btn-on-off:hover,
.btn-on-off:focus,
.btn-on-off:active,
.btn-on-off.active,
.open > .dropdown-toggle.btn-on-off {
  background-color: #424242;
  border-color: #424242;
  color: #FFFFFF;
}
.btn-success-on-off:focus,
.btn-success-on-off:active,
.btn-success-on-off.active,
.open > .dropdown-toggle.btn-success-on-off {
  background-color: #e28525;
  border-color: #e28525;
  color: #FFFFFF;
}
/*.btn-on-off:hover, .btn-on-off:focus, .btn-on-off:active, .btn-on-off.active, .open > .dropdown-toggle.btn-on-off {
    background-color: #424242;
    border-color: #424242;
    color: #FFFFFF;
}

.btn-success-on-off:hover, .btn-success-on-off:focus, .btn-success-on-off:active, .btn-success-on-off.active, .open > .dropdown-toggle.btn-success-on-off {
    background-color:  @brand-primary;
    border-color:  @brand-primary;
    color: #FFFFFF;
}*/
.visible-xlg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-xlg {
    display: block !important;
  }
}
.bootbox-body .panel {
  padding-top: 5px;
  background: transparent;
  margin: 0;
  border: 0;
}
.bootbox-body .panel .panel-heading {
  display: none;
  border: 0;
}
.bootbox-body .panel .panel-body {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.bootbox-body .panel .panel-footer {
  padding: 0;
  border: 0;
}
.drop-btn {
  display: inline-block;
  /*height: 30px;*/
  height: 100%;
  line-height: 32px;
  margin-right: 0;
  text-align: center;
  vertical-align: middle;
  width: 31px;
  position: relative;
  z-index: 1001;
  cursor: pointer;
}
.open .drop-btn {
  background: #444;
  box-shadow: 0 -1px 0 0 #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
}
.fa-md {
  font-size: 14px;
}
.fa-align {
  width: 15px;
}
/*
.show-area {
display: block;
  .show-image {
  display: inline-block;
  position: relative;
  margin-left: -80px;
  padding-left: 80px;
  *width: 0;
  }
}
*/
.show-area {
  display: block;
  overflow: hidden;
}
.show-area .show-image {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  *width: 0;
}
.msgwindow-box {
  display: block;
  position: fixed;
  width: 225px;
  z-index: 10001;
  height: 5px;
  margin-right: 7px;
  position: relative;
  float: right;
}
.msgwindow-box .msgwindow-wrapper {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.msgwindow-box .msgwindow-wrapper .msgwindow {
  border: 1px solid #444;
}
.msgwindow-box .msgwindow-wrapper .msgwindow .msgwindow-header {
  background: #000;
  padding: 0px;
  position: relative;
  cursor: pointer;
}
.msgwindow-box .msgwindow-wrapper .msgwindow .msgwindow-header .msgwindow-user {
  cursor: pointer;
  margin-right: 5px;
  padding: 7px;
}
.msgwindow-box .msgwindow-wrapper .msgwindow .msgwindow-header .close {
  *height: 18px;
  line-height: 30px;
  padding-left: 7px;
  padding-right: 7px;
}
.msgwindow-box .msgwindow-wrapper .msgwindow .msgwindow-body {
  background: #24282A;
  height: 200px;
  display: block;
  line-height: 1.3em;
  overflow: auto;
  font-family: arial;
  font-size: 13px;
}
.msgwindow-box .msgwindow-wrapper .msgwindow .msgwindow-body .msgwindow-body-pd {
  padding: 7px 0;
}
.msgwindow-box .msgwindow-wrapper .msgwindow .msgwindow-body .msgwindow-body-pd .msgwindow-content-area {
  padding: 0 7px;
}
.msgwindow-box .msgwindow-wrapper .msgwindow .msgwindow-body .msgwindow-body-pd .msgwindow-content-area .msgwindow-user {
  color: #E08525;
  font-weight: bold;
  margin-left: 0;
  margin-right: 5px;
}
.msgwindow-box .msgwindow-wrapper .msgwindow-footer {
  background: #000;
  padding: 7px;
}
.msgwindow-box .msgwindow-wrapper .msgwindow-footer .msgwindow-textarea {
  background: #222;
  width: 100%;
  height: 40px;
  border: 0;
  resize: none;
  padding: 4px;
  color: #aaa;
  *width: 98%;
  *padding: 0 1%;
}
.status {
  background: #00FF2C;
  border-radius: 4px;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  display: inline-block;
}
.msgwindow-close .msgwindow-wrapper .msgwindow .msgwindow-body,
.msgwindow-close .msgwindow-wrapper .msgwindow .msgwindow-footer {
  display: none;
}
.msgwindow-close .msgwindow-wrapper .navbar-white {
  display: none;
}
.navbar-white a {
  color: #bbb;
}
.msgwindows-all {
  position: fixed;
  bottom: 0;
  right: 12px;
  z-index: 10001;
}
@keyframes anim-rect {
  0% {
    background: #333;
  }
  49% {
    background: #333;
  }
  50% {
    background: #000;
  }
  99% {
    background: #000;
  }
  100% {
    background: #333;
  }
}
@-webkit-keyframes anim-rect {
  0% {
    background: #333;
  }
  49% {
    background: #333;
  }
  50% {
    background: #000;
  }
  99% {
    background: #000;
  }
  100% {
    background: #333;
  }
}
.msgwindows-youhavemsg .msgwindow-header {
  background: #333;
  animation-fill-mode: backwards;
  animation-name: anim-rect;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-name: anim-rect;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}
.msgwindow-close .msgwindow-header {
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.5);
}
.msgwindow-box .ebd-player {
  width: 196px;
}
.msgwindow-box .ebd-player img {
  width: 100%;
}
.msgwindow-box .msgwindow-content {
  word-break: break-word;
  word-wrap: break-word;
}
.msgwindow-box .msgwindow-content iframe,
.msgwindow-box .msgwindow-content object,
.msgwindow-box .msgwindow-content embed,
.msgwindow-box .msgwindow-content video {
  width: 192px !important;
  height: 140px !important;
}
.msgwindow-box .show-image {
  max-width: 100%;
}
.msgwindow-box .show-image img {
  max-width: 100%;
}
.thumb-size {
  width: 124px;
  height: 94px;
}
.thumbnail {
  padding-top: 0;
}
.thumbnail .caption {
  display: block;
}
.list-when-small {
  float: left;
  margin: 0 5px;
  width: 134px;
}
.time-thumb-fold {
  background: none repeat scroll 0 0 #000000;
  bottom: 4px;
  color: #BBBBBB;
  padding: 0 3px;
  position: absolute;
  right: 4px;
}
.wrapper-thumb-link {
  display: block;
  min-height: 90px;
  position: relative;
}
.clear-list-big-elements {
  float: left;
  height: 0;
  width: 100%;
}
.check-folder {
  display: block;
  text-align: center;
}
.user-navi-folders {
  padding-top: 10px;
}
.hidden {
  display: none;
}
.viewTiles .hidden-viewTiles {
  display: none;
}
.viewList .hidden-viewList {
  display: none;
}
.visible-viewTiles,
.visible-viewList,
.visible-viewTiles-inline,
.visible-viewList-inline {
  display: none;
}
.viewTiles .visible-viewTiles {
  display: block;
}
.viewList .visible-viewList {
  display: block;
}
.viewTiles .visible-viewTiles-inline,
.viewTiles .viewTiles-inline {
  display: inline;
}
.viewList .visible-viewList-inline,
.viewList .viewList-inline {
  display: inline;
}
.viewList .list-when-small {
  display: block;
  float: none;
  width: auto;
}
.viewList .list-when-small .thumbnail .caption {
  line-height: 16px;
  display: inline;
}
.viewList .list-when-small .check-folder {
  margin: 0;
}
.viewList .list-when-small .check-folder input {
  margin: 0;
}
.viewList .list-when-small {
  display: block;
  margin: 0 0 0px;
  /*height: 24px;*/
  line-height: 16px;
  margin-bottom: 10px;
}
.viewList .user-navi-folders {
  background-image: url(http://static1.cda.pl/img/elements/folder-color-elem.png?t=6);
  background-position: -224px 2px;
  background-repeat: repeat-y;
  padding-top: 8px;
}
.viewList .tree-branch-ico-list-continues {
  background-image: url(http://static1.cda.pl/img/elements/folder-color-elem.png?t=6);
  background-position: -224px 2px;
  background-repeat: repeat-y;
  padding-bottom: 5px;
}
.viewList .tree-branch-ico-list {
  background-position: -192px 0;
  display: inline-block;
  float: left;
  height: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  vertical-align: top;
  width: 16px;
}
.viewList .list-when-small {
  display: block;
  line-height: 16px;
  margin: 0 0 0px;
  padding-bottom: 10px;
  overflow: hidden;
}
.viewList .clear-list-big-elements {
  display: none;
}
.viewList .list-when-small .check-folder {
  float: left;
  text-align: center;
  margin-right: 5px;
  margin-bottom: -2px;
  margin-left: 1px;
}
.viewList .list-when-small .check-folder input {
  margin-top: 2px;
}
.viewList .thumbnail {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  display: block !important;
  line-height: 1.3333;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  transition: all 0.2s ease-in-out 0s;
}
.viewList .fa-md {
  float: left;
  font-size: 14px;
  margin-right: 5px;
}
.viewList .time-inline {
  background: none repeat scroll 0 0 #464646;
  color: #BBBBBB;
  float: left;
  font-size: 12px;
  margin-right: 5px;
  padding: 0 3px;
  line-height: 15px;
}
.viewList .thumbnail .caption .caption-label {
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
}
.hd-ico-elem {
  background: none repeat scroll 0 0 #BBBBBB;
  border-radius: 5px;
  color: #000000;
  font-size: 10px;
  margin-left: 3px;
  padding: 0 5px;
  line-height: 1;
}
.time-inline {
  margin-right: 5px;
  background: #464646;
  padding: 0 3px;
  color: #bbb;
  font-size: 12px;
}
.home-elements .list-when-small {
  width: 124px;
  margin-left: 3px;
  margin-right: 3px;
}
.home-elements .list-when-small .thumbnail {
  padding: 0;
}
.thumbnail-hd-ico {
  position: absolute;
  bottom: 5px;
  left: 4px;
}
.thumbnail-hd-ico .hd-ico-elem {
  border: 1px solid #313131;
  margin: 0;
}
.top-check-all {
  margin-bottom: 0;
}
.top-check-all input.selectall {
  margin: 0;
  vertical-align: middle;
}
.top-check-all .txt-top-check-all {
  vertical-align: middle;
}
.form-control-dark {
  background-color: #0E0F11;
  border: 1px solid #3D4145;
  color: #CCCCCC;
}
.btnUpl {
  width: 175px;
  height: 157px;
  display: block;
  float: left;
  margin: 0 20px 0 65px;
  cursor: pointer;
}
.btnUpl:hover {
  background-color: #1E1E1E;
}
.btnUpl span {
  background: url("http://static1.cda.pl/img2/global24bv1.png?t=3") no-repeat scroll 0 -170px transparent;
  width: 154px;
  height: 133px;
  display: block;
  margin: 10px auto 0 auto;
}
.Uplobrazki span {
  background-position: -154px -170px;
}
.Uplgry span {
  background-position: -308px -170px;
}
.Uplserieobrazki {
  width: 245px;
}
.Uplserieobrazki span {
  background-position: -462px -170px;
  width: 223px;
}
.Uplpojedynczyobrazek {
  width: 215px;
}
.Uplpojedynczyobrazek span {
  background-position: -685px -170px;
  width: 195px;
}
.uploaderBxSt {
  background: url("http://static1.cda.pl/img2/global24bv1.png?t=3") no-repeat scroll 0 0px transparent;
  width: 281px;
  height: 33px;
  float: left;
  margin-right: -10px;
}
.uplstp1 {
  margin-left: 20px;
}
.uplstp2 {
  background-position: 0 -66px;
  width: 323px;
}
.uplstp2gray {
  background-position: 0 -33px;
  width: 323px;
}
.uplstp3gray {
  background-position: 0 -99px;
  width: 297px;
}
.uplstp3 {
  background-position: 0 -132px;
  width: 297px;
}
.upload-giwera .jumbotron {
  background: none;
  padding: 10px;
}
.upload-giwera .myjumbotron {
  padding-left: 41px;
  padding-right: 86px;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.upload-giwera .img-default {
  border: 1px solid #777;
  padding: 1px;
}
.upload-giwera .jumbotron p {
  margin-bottom: 7px;
}
.upload-giwera .breadcrumb {
  display: none;
}
.upload-giwera .disabled.opacity-object {
  opacity: 0.3;
}
.form-input-max {
  background-color: #1E2022;
  border: 1px solid #3D4145;
  color: #CCCCCC;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *width: 99%;
  *padding: 5px 1%;
  border-radius: 0;
}
.single-image-full {
  width: 100%;
}
.single-image-wrapper {
  background: url(http://static.cda.pl/img/unknown.bl.png) no-repeat center center transparent;
  height: 200px;
}
.play-btn {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  left: 50%;
  line-height: normal;
  opacity: 0.7;
  padding-right: 3px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  vertical-align: middle;
}
.play-btn:hover {
  opacity: 1;
}
.play-btn .play-bg {
  background: url("http://static.cda.pl/img2/play_icon_inv.png?t=16") no-repeat scroll center center transparent;
  display: block;
  height: 80px;
  left: -40px;
  position: absolute;
  top: -40px;
  width: 80px;
}
.counter-people {
  background: url(http://static1.cda.pl/img/top/ico-peoples.png) no-repeat 0px 1px transparent;
  padding-left: 30px;
  margin-top: 5px;
  float: left;
  height: 18px;
  margin-left: 20px;
  font-family: tahoma, arial;
}
.counter-people span {
  margin-top: 2px;
  font-size: 11px;
  color: #a5a5a5;
  float: left;
}
.nav > li.user-top-name {
  margin-right: -4px;
  margin-top: 1px;
}
.nav > li.user-top-name .nav-name {
  font-family: tahoma, arial;
}
.nav > li.user-top-name a {
  padding-right: 2px;
}
.navbar-nav > li > a .mini-avatar-wrapper {
  margin-top: -4px;
}
.navbar-nav a.one-line {
  overflow: visible;
}
.nav .caret,
.nav a:hover .caret {
  border-width: 5px 5px 0;
  margin-right: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nav .caret,
  .nav a:hover .caret {
    margin-top: 3px;
  }
  .open .drop-caret .caret-bg .caret,
  .open-block .drop-caret .caret-bg .caret,
  .open .caret-align,
  .open-block .caret-align {
    margin-top: 1px;
  }
}
.form-control {
  background-color: #1E2022;
  border: 1px solid #3D4145;
  box-sizing: border-box;
  color: #CCCCCC;
}
.ico-sett-del-bg {
  background: url(http://static.cda.pl/img2/ico-settings.png) 0 0 transparent;
  background-position: 0px 0px;
  width: 64px;
  height: 64px;
  display: inline-block;
}
.ico-sett-change-pasw {
  background: url(http://static.cda.pl/img2/ico-settings.png) 0 0 transparent;
  background-position: -64px 0px;
  width: 64px;
  height: 64px;
  display: inline-block;
}
.ico-sett-del-av {
  background: url(http://static.cda.pl/img2/ico-settings.png) 0 0 transparent;
  background-position: -128px 0px;
  width: 64px;
  height: 64px;
  display: inline-block;
}
.ico-sett-adult {
  background: url(http://static.cda.pl/img2/ico-settings.png) 0 0 transparent;
  background-position: -192px 0px;
  width: 64px;
  height: 64px;
  display: inline-block;
}
.ico-sett-del-header {
  background: url(http://static.cda.pl/img2/ico-settings.png) 0 0 transparent;
  background-position: -256px 0px;
  width: 64px;
  height: 64px;
  display: inline-block;
}
.vertical-top {
  vertical-align: top;
}
.input-group-square .form-control {
  border-radius: 0;
}
.input-group-square .input-group-btn .btn-right-folder-square {
  padding-left: 7px;
  padding-right: 0;
  border-radius: 0;
  margin-left: 2px;
}
.tooltip ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.tooltip ul li {
  padding: 0;
  margin: 0;
  list-style-type: disc;
  font-size: 11px;
}
.show-invisible:hover .invisible {
  visibility: visible;
}
.icosmall-flag {
  background: url(http://static.cda.pl/img2/ico/icon-xs-fff.png) 0 0 transparent;
  background-position: -80px -40px;
  width: 8px;
  height: 8px;
  display: inline-block;
}
.icosmall-remove {
  background: url(http://static.cda.pl/img2/ico/icon-xs-fff.png) 0 0 transparent;
  background-position: -260px 0px;
  width: 8px;
  height: 8px;
  display: inline-block;
}
.btn-icosmall-muted {
  opacity: 0.39;
}
.btn-icosmall-muted:hover {
  opacity: 1;
}
.personal-data {
  margin-top: 10px;
  font-size: 8pt;
}
.ico-female {
  background-image: url(http://static1.cda.pl/img/rankIcons.png);
  background-position: -10px -368px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  width: 6px;
  vertical-align: -1px;
}
.ico-male {
  background-image: url(http://static1.cda.pl/img/rankIcons.png);
  background-position: -10px -338px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 10px;
  vertical-align: -1px;
}
.popover {
  background: #333;
  border: 1px solid #222;
  box-shadow: 0 0 5px 5px rgba(224, 133, 37, 0.2);
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.1);
}
.popover > .arrow:after {
  border-width: 11px;
}
.popover.top > .arrow {
  bottom: -11px;
  border-top-color: #222;
}
.popover > .arrow {
  border-width: 11px;
}
.popover-content {
  padding: 2px;
}
.popover.top > .arrow:after {
  border-top-color: #333;
  bottom: 2px;
  margin-left: -11px;
}
.small-header {
  display: block;
  position: relative;
  margin-bottom: 0px;
}
.small-header-avatar {
  position: absolute;
  left: 4px;
  bottom: -23px;
  display: block;
  background: #000;
  padding: 1px;
  border: 1px solid #656565;
}
.small-header-name {
  position: absolute;
  bottom: 5px;
  left: 59px;
  font-weight: bold;
  text-shadow: 0 0 2px #000;
}
.small-header-content {
  display: block;
  min-height: 20px;
  margin-left: 59px;
  margin-top: 3px;
}
.pop-over {
  position: absolute;
  bottom: 0;
  margin-left: -27px;
  left: 0;
  width: 250px;
  background: #333;
  margin-bottom: 5px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
}
.pop-over:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #333333 transparent transparent;
}
.h-max-mini-av {
  position: relative;
}
.h-max-mini-av:hover .pop-over {
  display: block;
}
.small-header-anchor {
  position: absolute;
  left: 50%;
  top: 0;
}
.pop-over {
  z-index: 10002;
}
.pop-over .small-header {
  min-height: 32px;
}
.pop-over .small-header-content {
  position: relative;
  margin-bottom: 4px;
}
.popover {
  width: 276px !important;
}
.mypopover {
  position: relative;
  display: inline-block;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}
.form-control::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #555;
}
.form-control::-webkit-input-placeholder {
  color: #555;
}
.alert-top {
  position: fixed;
  z-index: 10002;
  left: 50%;
  top: 10px;
  width: 300px;
  margin-left: -150px;
  background: #FFFA82;
  border-radius: 5px;
  border: 1px solid #C4BC2D;
  color: #7A7316;
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.5);
}
.alert-top:after {
  position: absolute;
  bottom: 100%;
  left: 30px;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fffb82 transparent;
}
.alert-top .ico-alert {
  float: left;
  padding: 10px 5px 0 10px;
}
.alert-top .ico-alert .fa {
  font-size: 36px;
  color: #C4BC2D;
}
.alert-top p {
  padding: 20px;
  margin: 0;
}
.spoiler-btn {
  border-radius: 0.25em;
  color: #FFFFFF;
  display: inline;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #424242;
  cursor: pointer;
}
.spoiler-btn:hover {
  background: #555;
}
.modal-title {
  word-break: break-word;
  word-wrap: break-word;
}
.nfooter {
  overflow: hidden;
  /*margin-top: 20px;
background: #1E1E1E;
margin-bottom: 7px;
padding: 16px;*/
}
.upright {
  padding-left: 1px;
}
.upright ul {
  list-style: none;
  padding-left: 0;
}
.upright li {
  list-style: none;
  padding: 0;
  margin-bottom: 4px;
  height: 17px;
}
.upright li a {
  /*font-size: 10px;*/
}
.upright li a:hover,
.upright li a:hover .txt {
  color: #7E8E96;
}
.upright li a img {
  vertical-align: middle;
  margin-right: 4px;
}
.nfooter .col2div5 {
  width: 40%;
  float: left;
}
.nfooter .col1div3 {
  width: 45%;
  float: left;
}
.nfooter .col1div4 {
  width: 20%;
  float: left;
}
.nfooter h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  /*border-bottom: 1px solid #333;
margin-right: 10px;
padding-bottom: 5px;*/
}
.nfooter .upright li a,
.nfooter .upright li a span {
  color: #616E76;
}
.nfooter h2 {
  margin-top: 0;
  font-weight: bold;
}
.nav .icon-cog {
  margin-left: -1px;
  margin-right: 4px;
}
.nav .icon-signout {
  margin-right: 3px;
}
.modal-dialog .modal-content {
  background: url("http://static.cda.pl/img/elements/bg-gray-modal.png") repeat-x scroll 0 0 #292a2f !important;
  border: 1px solid #444549 !important;
  border-radius: 5px !important;
  color: #777777;
  z-index: 2500;
  padding: 2px;
}
.modal-dialog .modal-header {
  min-height: 36px;
  border: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.modal-dialog .modal-header h4 {
  font-weight: bold;
  font-size: 13.2px;
}
.modal-dialog .modal-body {
  background: linear-gradient(to bottom, #1E1E1E 0%, #000000 25%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #000000;
  border-radius: 4px 4px 0 0;
  /*min-height: 120px;*/
}
.modal-dialog .modal-body h4 {
  font-size: 13.2px;
  font-weight: bold;
}
.modal-dialog .modal-footer {
  background: #000;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}
.modal-dialog .modal-header button.close {
  background: #4c4d51;
  background: -moz-linear-gradient(top, #4c4d51 0%, #3d3e41 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4d51), color-stop(100%, #3d3e41));
  background: -webkit-linear-gradient(top, #4c4d51 0%, #3d3e41 100%);
  background: -o-linear-gradient(top, #4c4d51 0%, #3d3e41 100%);
  background: -ms-linear-gradient(top, #4c4d51 0%, #3d3e41 100%);
  background: linear-gradient(to bottom, #4c4d51 0%, #3d3e41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4d51', endColorstr='#3d3e41', GradientType=0);
  border: 1px solid #222326;
  width: 27px;
  height: 27px;
  opacity: 1;
  color: #78797e;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1) inset;
  border-radius: 5px;
  margin-top: -5px;
  margin-right: -10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  line-height: 27px;
}
.modal-dialog .modal-header button.close:focus {
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1), inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  background: #3d3e41;
}
.modal-backdrop {
  background-color: #FFFFFF;
}
.modal-backdrop.in {
  opacity: 0.6;
}
.form-line {
  display: inline-block;
  line-height: 24px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.vote-box a .myicon-plus-sign-alt {
  background: url('http://static.cda.pl/img/plusbg.png') 0 0 no-repeat transparent;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
}
.vote-box a .myicon-plus-sign-alt:before {
  content: '';
}
.vote-box a:hover .myicon-plus-sign-alt {
  background-position: 0 -18px;
}
.vote-box a.disabled .myicon-plus-sign-alt {
  opacity: 0.4;
}
.vote-box a.disabled:hover .myicon-plus-sign-alt {
  background-position: 0 0;
}
.notify-response-accept {
  background: none repeat scroll 0 0 #aaa;
  color: #000000;
  display: inline;
  padding: 0 3px;
  border-radius: 4px;
  white-space: nowrap;
}
.notify-response-deny {
  background: none repeat scroll 0 0 #aaa;
  color: #a00000;
  display: inline;
  padding: 0 3px;
  border-radius: 4px;
  white-space: nowrap;
}
.well-gray {
  background: #24282A;
  border: 1px solid #333;
  padding: 0;
  overflow: hidden;
}
.content-well {
  padding: 10px;
}
.description-well-your {
  margin-top: 0px;
  background: #24282A;
  overflow: hidden;
  padding: 10px;
  border-top: 1px solid #333;
}
.description-well {
  margin-top: 0px;
  background: #101010;
  overflow: hidden;
  padding: 10px;
  border-top: 1px solid #333;
}
.description-well-content {
  min-height: 64px;
  *height: 64px;
}
.nowosc {
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
  font-size: 11px;
  color: red;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #000;
}
.bok-right-fix {
  left: 500px;
  margin-left: 50%;
  position: fixed;
  text-align: left;
  width: 160px;
  height: 600px;
  margin-top: 0px;
  top: 117px;
}
/*@media (max-width: 1340px) {
.wrapp-resp-profil {
  margin-left: -200px;
  .container-wrapper-resp {
    padding-left: 200px;
    padding-right: 200px;
    }
    .navbar-mrg {
    margin-left: 200px;
    }
  }
}
@media (max-width:1196px) {
  .container-wrapper-resp {
  padding-right: 200px;
    .container {
    margin: 0;
    }
  }
}
*/
@media (max-width: 1390px) {
  .wrapp-resp-profil {
    margin-left: -200px;
  }
  .wrapp-resp-profil .container-wrapper-resp {
    width: 1390px;
    margin: 0 auto;
  }
  .bg-fixed {
    min-width: 1390px;
  }
  .bok-right-fix {
    /*position: absolute;
  top: 34px;*/
    /*width: 100%;
  left: 0;*/
  }
  /*  .bok-right-fix-area {
  position: fixed;
  left: -200px;
  right: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  position: fixed;
  text-align: left;
  width: auto;
  background: red;
  height: 200px;
  }
  .bok-right-fix-pos {
  position: relative;
  width: 980px;
  margin: 0 auto;
  background: #777;
  height: 300px;
  }
  .bok-right-fix {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  margin-right: -165px;
  }*/
  .bok-right-fix {
    left: auto;
    right: 5px;
  }
}
@media (max-width: 1192px) {
  .bok-right-fix {
    position: fixed;
    left: 980px;
    margin-left: 10px;
  }
}
.tab-gray {
  background: transparent;
  width: 100%;
}
.tab-gray {
  border: 1px solid #24282A;
}
.tab-gray tr th {
  background: #1D1F21;
}
.tab-gray tr td {
  border-bottom: 1px solid #222;
  background: #111;
}
.tab-gray tr .first-td {
  padding: 5px;
  width: 150px;
  width: 50%;
}
.tab-gray tr td.first-td {
  color: #656565;
}
.tab-gray tr .last-td {
  padding: 5px;
  width: 100px;
  width: 50%;
  text-align: center;
}
.tab-gray tr .value-td {
  padding: 5px;
  width: 100px;
  width: 25%;
  text-align: center;
}
.tab-gray tr.last-tr td {
  background: #1D1F21;
  color: #888;
}
.tab-6col tr .first-td {
  padding: 5px;
  width: 150px;
  width: 20%;
}
.tab-6col tr .value-td {
  width: 16%;
}
.tab-7col tr .first-td {
  padding: 5px;
  width: 10%;
}
.tab-7col tr .value-td {
  width: 15%;
}
.tab-6col-tight tr .first-td {
  padding: 5px;
  width: 150px;
  width: 35%;
}
.tab-6col-tight tr .value-td {
  width: 13%;
}
.input-file input[type="file"] {
  cursor: pointer;
  display: block;
  height: 28px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.input-file {
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  font: bold 13px/26px 'Open Sans', sans-serif;
  height: 26px;
  left: 0;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  padding: 0 10px;
  line-height: 22px;
  vertical-align: middle;
}
.checkbox-default {
  margin: 0 3px 0 0;
  vertical-align: -2px;
}
.user-verify {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('http://static.cda.pl/v001/img/elements/profil-ico.png') no-repeat 0 0 transparent;
  vertical-align: -2px;
  margin: 0 3px;
}
.user-verify-sm {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url('http://static.cda.pl/v001/img/elements/profil-ico-sm.png') no-repeat 0 0 transparent;
  vertical-align: -1px;
  margin: 0 3px;
}
.ico-cloud-relative {
  position: relative;
}
.ico-cloud-relative .ico-cloud-right {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 7px;
  margin-bottom: 10px;
  padding: 3px 4px;
  background: #000;
  border: 1px solid #444;
  border-radius: 4px;
  display: block;
  display: none;
  text-align: center;
  min-width: 150px;
  margin-top: -4px;
  color: #888;
  font-size: 12px;
}
.ico-cloud-relative:hover .ico-cloud-right {
  display: block;
}
.ico-cloud-relative .ico-cloud-right:before {
  content: ' ';
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -5px;
  margin-right: 1px;
  left: auto;
  bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 6px 5.5px 0;
  border-color: transparent #444444 transparent transparent;
}
.ico-cloud-relative .ico-cloud-right .ico-cloud-arrow {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -5px;
  left: auto;
  bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 6px 5.5px 0;
  border-color: transparent #000000 transparent transparent;
}
.tabela-naglowek-pion {
  background: url("http://static1.cda.pl/v001/img/wlacz-reklame.png?t=4") no-repeat bottom left transparent;
  width: 200px;
  height: 152px;
  display: block;
  margin-bottom: 5px;
}
.partner-thumb {
  float: left;
  margin: 0 5px;
  width: 134px;
  text-align: center;
}
.partner-thumb .partner-thumb-img {
  margin-bottom: 2px;
}
.partner-thumb .color-link {
  font-weight: bold;
  font-size: 11px;
  color: #e28525;
}
.partner-thumb .color-text {
  font-weight: normal;
  font-size: 10px;
  color: #bbb;
  display: block;
}
/*.user-verify-sm {
background-image: @profil-ico-group-url;	
}*/
.flag-user-verify {
  background: url(http://static.cda.pl/v001/img/elements/ico-group.png) 0 0 transparent;
  background-position: 0px 0px;
  margin-left: 0px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-left: 2px;
  margin-right: 2px;
}
.flag-premium {
  background: url(http://static.cda.pl/v001/img/elements/ico-group.png) 0 0 transparent;
  background-position: -16px 0px;
  margin-left: 0px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-left: 2px;
  margin-right: 2px;
}
.header-ico .flag-premium {
  background-image: url(http://static.cda.pl/v001/img/elements/ico-group24.png);
  margin-top: 5px;
}
.flag-sm-user-verify {
  background: url(http://static.cda.pl/v001/img/elements/ico-group.png) 0 0 transparent;
  background-position: 0px -16px;
  margin-left: 0px;
  margin-right: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: -1px;
}
.flag-sm-premium {
  background: url(http://static.cda.pl/v001/img/elements/ico-group.png) 0 0 transparent;
  background-position: -10px -16px;
  margin-left: 0px;
  margin-right: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: -1px;
}
.ico-above-7y {
  background: url(http://static.cda.pl/v001/img/elements/ico-group.png) 0 0 transparent;
  background-position: 0px -26px;
  margin-left: 0px;
  margin-right: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -3px;
  margin-left: 4px;
  margin-right: 4px;
}
.ico-above-12y {
  background: url(http://static.cda.pl/v001/img/elements/ico-group.png) 0 0 transparent;
  background-position: -20px -26px;
  margin-left: 0px;
  margin-right: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -3px;
  margin-left: 4px;
  margin-right: 4px;
}
.ico-above-16y {
  background: url(http://static.cda.pl/v001/img/elements/ico-group.png) 0 0 transparent;
  background-position: -40px -26px;
  margin-left: 0px;
  margin-right: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -3px;
  margin-left: 4px;
  margin-right: 4px;
}
.ico-above-18y {
  background: url(http://static.cda.pl/v001/img/elements/ico-group.png) 0 0 transparent;
  background-position: -60px -26px;
  margin-left: 0px;
  margin-right: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -3px;
  margin-left: 4px;
  margin-right: 4px;
}
.commentHeader .flag-sm-premium {
  margin-top: 1px;
  margin-left: 4px;
}
.list-premium {
  padding-left: 18px;
}
.list-premium li {
  list-style-image: url(http://static1.cda.pl/v001/img/list/list-premium-success.png?t=5);
}
.list-premium-lg {
  padding-left: 18px;
}
.list-premium-lg li {
  list-style-image: url(http://static1.cda.pl/v001/img/list/list-premium-success-lg.png?t=5);
}
/* @color-visited: #a0a0a0;
@color-visited: #777;
@color-visited: #FFD4AD;*/
/* linki pomara�czowe, szare oraz z oznaczeniem :visited */
.link-primary {
  color: #e28525;
  cursor: pointer;
}
.link-primary:hover,
.link-primary:active {
  text-decoration: underline;
}
.color-link-primary {
  color: #e28525;
}
/* .link-visit:visited {
	color: @color-visited;
}*/
.link-title,
.link-title-visit {
  font-weight: bold;
  color: #e28525;
}
.link-title:hover,
.link-title-visit:hover,
.link-title:active,
.link-title-visit:active {
  text-decoration: underline;
  border: 0;
}
.link-title-visit:visited {
  color: #9E5003;
}
.link-default {
  color: #bbb;
}
.link-default:hover {
  color: #ddd;
}
/* koniec linki pomara�czowe, szare oraz z oznaczeniem :visited */
/* ograniczenie linii w tytulach (2 rz�dy i cztery, na razie innych wielko�ci nie ma */
.link-title-line-2,
.link-title-line-4,
.link-title-line-3 {
  overflow: hidden;
  display: block;
  line-height: 15px;
}
.link-title-line-2 {
  height: 30px;
}
.link-title-line-3 {
  height: 45px;
}
.link-title-line-4 {
  height: 60px;
}
/* koniec ograniczenie linii w tytulach */
.rl,
.rr {
  background: url(http://static.cda.pl/v001/img/layout/corners.png?t=8) no-repeat 0 0;
  position: absolute;
  width: 7px;
  height: 7px;
  z-index: 9;
  font-size: 0;
}
.m_rl,
.m_rr {
  position: absolute;
  top: 7px;
  width: 7px;
  background: #000;
  bottom: 0;
  font-size: 0;
}
.menu-default {
  overflow: hidden;
  position: relative;
  z-index: 9;
  background-color: transparent;
}
.menu-default:focus {
  outline: 0;
}
.menu-default ul {
  margin: 0 0 0 40px;
  float: left;
  height: 36px;
  padding: 0;
}
.menu-default ul li {
  float: left;
  height: 34px;
  width: 141px;
  margin: 0 2px;
  position: relative;
  list-style: none;
  padding: 0;
  border: 0;
}
.menu-default ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  position: relative;
  color: #bbb;
  height: 34px;
}
.menu-default ul li a .m_tt {
  border-top: 1px solid #1e1e1e;
  position: absolute;
  top: 0px;
  left: 7px;
  right: 7px;
  font-size: 0;
}
.menu-default ul li a .m_cc {
  display: block;
  color: #bbb;
  height: 100%;
  background: #000;
  margin: 0 7px;
  line-height: 37px;
}
.menu-default ul li a .m_rl {
  left: 0;
  border-left: 1px solid #1e1e1e;
}
.menu-default ul li a .m_rr {
  right: 0;
  border-right: 1px solid #1e1e1e;
}
.menu-default ul li .rl {
  left: 0;
  top: 0;
}
.menu-default ul li .rr {
  background-position: -7px 0;
  right: 0;
  top: 0;
}
.menu-default ul .selected {
  border: 0;
}
.menu-default ul .selected a {
  height: 35px;
}
.menu-default ul .selected a .m_tt {
  border-top: 1px solid #2e2e2e;
}
.menu-default ul .selected a .m_cc {
  display: block;
  background: #1e1e1e;
}
.menu-default ul .selected a .m_rl {
  border-left: 1px solid #2e2e2e;
  background: #1e1e1e;
}
.menu-default ul .selected a .m_rr {
  border-right: 1px solid #2e2e2e;
  background: #1e1e1e;
}
.menu-default ul .selected .rl {
  background-position: -14px 0;
  left: 0;
  top: 0;
}
.menu-default ul .selected .rr {
  background-position: -21px 0;
  right: 0;
  top: 0;
}
.menu-default ul .topmenu-giwera {
  width: 169px;
}
.menu-default ul .topmenu-video {
  width: 121px;
}
.menu-default ul .topmenu-gry {
  width: 116px;
}
.menu-default ul .topmenu-filmy-pelnometrazowe {
  width: 201px;
}
.menu-default ul .topmenu-ludzie {
  width: 90px;
}
.menu-default .rightMenu {
  float: right;
  margin-left: 0;
  margin-right: 20px;
  width: 120px;
}
.pg-glue-menu {
  margin-top: -2px;
}
.pg-wrap {
  background: none;
}
.pg-wrap .pg-hd {
  height: 7px;
  position: relative;
}
.pg-wrap .pg-hd .tp {
  border-top: 1px solid #2e2e2e;
  height: 7px;
  position: absolute;
  top: 0;
  left: 7px;
  right: 7px;
  background: #1e1e1e;
}
.pg-wrap .pg-hd .rl {
  background-position: -14px 0;
  left: 0;
  top: 0;
}
.pg-wrap .pg-hd .rr {
  background-position: -21px 0;
  right: 0;
  top: 0;
}
.pg-wrap .pg-cc {
  padding: 9px 16px 10px 16px;
  border-left: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  margin: 0;
  background-color: #1e1e1e;
}
.pg-ft {
  height: 7px;
  position: relative;
}
.pg-ft .bt {
  border-bottom: 1px solid #2e2e2e;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 7px;
  background: #1e1e1e;
}
.pg-ft .rl {
  background-position: -14px -7px;
  left: 0;
  bottom: 0;
}
.pg-ft .rr {
  background-position: -21px -7px;
  right: 0;
  bottom: 0;
}
/* @cloud-card-error-color: #548b01;
@cloud-card-error-bg: #defdd1;
@cloud-card-error-border: 1px solid #a2d68b;
@cloud-card-error-arrow: transparent;
@card-error-shadow: none;*/
.media-inline {
  display: inline-block;
}
.media-inline .media-body-inline {
  display: inline-block;
}
.head-3-media {
  font-weight: bold;
  font-size: 16px;
}
.media-inline-txt {
  display: block;
}
.media-inline-top {
  vertical-align: top;
}
.ico-ssl {
  background: url("https://static.cda.pl/v001/img/premium/ico_ssl_cashback_i7.png?t=2") no-repeat scroll 0 0 transparent;
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
}
.ico-cashback {
  background: url("https://static.cda.pl/v001/img/premium/ico_ssl_cashback_i7.png?t=2") no-repeat scroll -64px 0 transparent;
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
}
.ico-speed {
  background: transparent url("https://static.cda.pl/v001/img/premium/ico_ssl_cashback_i7.png?t=2") no-repeat scroll -128px 0;
  display: inline-block;
  height: 64px;
  vertical-align: top;
  width: 64px;
}
.ico-rekl {
  background: transparent url("https://static.cda.pl/v001/img/premium/ico_ssl_cashback_i7.png?t=2") no-repeat scroll -256px 0;
  display: inline-block;
  height: 64px;
  vertical-align: top;
  width: 64px;
}
.ico-prem {
  background: transparent url("https://static.cda.pl/v001/img/premium/ico_ssl_cashback_i7.png?t=2") no-repeat scroll -320px 0;
  display: inline-block;
  height: 64px;
  vertical-align: top;
  width: 64px;
}
.ico-corn {
  background: transparent url("https://static.cda.pl/v001/img/premium/ico_ssl_cashback_i7.png?t=2") no-repeat scroll -384px 0;
  display: inline-block;
  height: 64px;
  vertical-align: top;
  width: 64px;
}
.ico-speed span {
  background: transparent url("https://static.cda.pl/v001/img/premium/ico_ssl_cashback_i7.png?t=2") no-repeat scroll -192px 0;
  display: inline-block;
  height: 64px;
  vertical-align: top;
  width: 64px;
  -webkit-animation:  0.5s ease 0s normal none infinite running letterAnim0;
  -moz-animation:  0.5s ease 0s normal none infinite running letterAnim0;
  -o-animation:  0.5s ease 0s normal none infinite running letterAnim0;
  animation:  0.5s ease 0s normal none infinite running letterAnim0;
}
@-moz-keyframes letterAnim0 {
  0% {
    transform: rotate(10deg);
  }
  4% {
    transform: rotate(-5deg);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  35% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes letterAnim0 {
  0% {
    transform: rotate(10deg);
  }
  4% {
    transform: rotate(-5deg);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  35% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes letterAnim0 {
  0% {
    transform: rotate(10deg);
  }
  4% {
    transform: rotate(-5deg);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  35% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.header-ico-bs .flag-premium {
  background-image: url(http://static.cda.pl/v001/img/elements/ico-group24.png);
}
.navbar-default .navbar-nav li a.wlacz-premium {
  background: #D0D0D0;
  color: #AC2806;
  padding: 0px 5px;
  font-size: 11px;
  border-radius: 2px;
  margin-top: 5px;
  display: inline-block;
  line-height: 20px;
}
a.link-orange {
  color: #ff6600;
}
a.miniPhotoBox {
  color: #616e76;
  /*display: inline;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: auto;
  text-align: left;
  text-decoration: none !important;
  display: inline-block;
  width: 156px;
}
/*a {
text-decoration: none !important;
}
a:visited{
text-decoration: none !important;
}
*/
a:-webkit-any-link {
  text-decoration: none !important;
}
.miniPhotoBox h4 {
  color: #bbbbbb;
  cursor: auto;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  /*height: 28px;*/
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
  text-decoration: none !important;
  line-height: 1.3;
  background: #000;
  padding: 5px;
}
.miniPhotoBox img {
  border-bottom-color: #404040;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #404040;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #404040;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #404040;
  border-top-style: solid;
  border-top-width: 1px;
  color: #bbbbbb;
  cursor: auto;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 117px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  text-align: left;
  width: 156px;
}
a.miniPhotoBox:hover img {
  border-bottom-color: #ff6600;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #ff6600;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ff6600;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #ff6600;
  border-top-style: solid;
  border-top-width: 1px;
  color: #bbbbbb;
  cursor: auto;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 117px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  text-align: left;
}
.spolecznoscinet ins {
  text-decoration: none;
}
