/*@header-tab-width: 183px; //maksymalna szerokość pojedynczej zakładki na headerze (WIADOMOŚCI, EKONOMIA, PRAWO)*/
/*@navbar-width: 169px; //szerokość bocznego paska menu*/
/*@second-menu-width: 169px; //szerokość drugiego kroku bocznego paska menu - po rozwinięciu*/
/*.print(@screen-sm);*/
/*@economy-color: #fff;*/
/*@economy-background: #ee8c81;*/
/*@economy-link-color: #d33737;*/
/*@economy-background: #1f6488; //maciek ciemny*/
/*@economy-background: #2b81ac; //maciek jasny*/
/*@economy-background: #627156; //zielony z eko z rp.pl*/

@import url('popup.css');

@font-face {
  font-family: 'Brandon';
  src: url("../fonts/Brandon-regular.otf");
}
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/Brandon-bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans2-regular.eot');
  src: url('../fonts/OpenSans2-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans2-regular.woff') format('woff'), url('../fonts/OpenSans2-regular.ttf') format('truetype'), url('../fonts/OpenSans2-regular.svg#open_sansbold') format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans2-bold.eot');
  src: url('../fonts/OpenSans2-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans2-bold.woff') format('woff'), url('../fonts/OpenSans2-bold.ttf') format('truetype'), url('../fonts/OpenSans2-bold.svg#open_sansbold') format('svg');
  font-weight: bold;
}
/*    @font-face {
            font-family: @fontName;
            src: url("@{fontPath}@{filename}-italic.@{ext}");
            font-style: italic;
        }*/
/*    @font-face {
            font-family: @fontName;
            src: url("@{fontPath}@{filename}-bold-italic.@{ext}");
            font-weight: bold;
            font-style: italic;
        }*/
/*.include-font-with-helvetica('OpenSans', 'OpenSans2', 'ttf');*/
@font-face {
  font-family: 'Droid';
  src: url("../fonts/Droid-regular.ttf");
}
@font-face {
  font-family: 'Droid';
  src: url("../fonts/Droid-bold.ttf");
  font-weight: bold;
}
/*@grid-gutter-width:         30px;*/
.clearfixed {
  clear: both;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.uppercase {
  text-transform: uppercase;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
/*! 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: none;
}
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;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
  display: block;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-0 {
  display: none;
}
@media (min-width: 680px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    display: block;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-0 {
    display: none;
  }
}
@media (min-width: 1010px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    display: block;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-0 {
    display: none;
  }
}
@media (min-width: 1259px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    display: block;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-0 {
    display: none;
  }
}
#content {
  font-family: 'OpenSans';
  -webkit-transition: margin 0.2s ease-in-out 0s;
  -moz-transition: margin 0.2s ease-in-out 0s;
  -o-transition: margin 0.2s ease-in-out 0s;
  -ms-transition: margin 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0s;
}
#content .notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.sekcja-header {
  display: block;
  margin: 15px;
  margin-top: 30px;
  border-bottom: #c7c7c7 solid 3px;
}
.sekcja .sekcja-header {
  margin: 15px;
  margin-top: 30px;
  border-bottom: #c7c7c7 solid 3px;
  max-height: 40px;
  overflow: hidden;
}
.economy .sekcja .sekcja-header,
.economy.sekcja .sekcja-header {
  border-color: #40658f;
}
.law .sekcja .sekcja-header,
.law.sekcja .sekcja-header {
  border-color: #ffdf91;
}
.premium.sekcja .sekcja-header {
  border-color: #3a3a3a;
}
.blue .sekcja .sekcja-header {
  border-color: #3a598b;
}
.sekcja .sekcja-header .sekcja-date,
.sekcja .sekcja-header .sekcja-title {
  /*display: inline-block;*/
  display: block;
  float: left;
  height: 40px;
  line-height: 43px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #c7c7c7;
  color: white;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Brandon';
}
.tv .sekcja .sekcja-header sekcja-date,
.tv .sekcja .sekcja-header .sekcja-title {
  color: #000;
}
.economy .sekcja .sekcja-header .sekcja-date,
.economy .sekcja .sekcja-header .sekcja-title,
.economy.sekcja .sekcja-header .sekcja-date,
.economy.sekcja .sekcja-header .sekcja-title {
  background-color: #40658f;
/*  color: #000000;*/
}
.law .sekcja .sekcja-header .sekcja-date,
.law .sekcja .sekcja-header .sekcja-title,
.law.sekcja .sekcja-header .sekcja-date,
.law.sekcja .sekcja-header .sekcja-title {
  background-color: #ffdf91;
  color: #ffffff;
}
.blue .sekcja .sekcja-header .sekcja-date,
.blue .sekcja .sekcja-header .sekcja-title {
  background-color: #3a598b;
  color: #ffffff;
}
.premium.sekcja .sekcja-header .sekcja-date,
.premium.sekcja .sekcja-header .sekcja-title {
  position: relative;
  background: #3a3a3a url("../img/generic/sekcja_premium_bcg.png") 0% 50% no-repeat;
  color: #ffffff;
  padding-left: 50px;
  padding-right: 62px;
}
.premium.sekcja .sekcja-header .sekcja-date:after,
.premium.sekcja .sekcja-header .sekcja-title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  background: url("../img/generic/sekcja_premium_lock.png") 50% 50% no-repeat;
}
.sekcja .sekcja-header .sekcja-tags-container {
  position: relative;
  display: table;
  overflow: hidden;
  height: 40px;
  padding-left: 40px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'OpenSans';
}
.sekcja .sekcja-header .sekcja-tags-container:after {
  content: "TAGI:";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
  color: #111;
}
.sekcja .sekcja-header .sekcja-tags-container .sekcja-tags {
  display: table-cell;
  vertical-align: middle;
}
.sekcja .sekcja-header .sekcja-tags-container .sekcja-tags .sekcja-tag {
  display: inline-block;
  color: #aeaeae;
  line-height: 40px;
  padding-left: 10px;
}
.sekcja .sekcja-header .sekcja-tags-container .sekcja-tags a:hover {
  color: #555;
}
.column-header {
  display: block;
  padding: 15px;
  font-family: 'Brandon';
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  color: #111;
  padding-bottom: 0;
}
.column-header.bigger,
.column-header-big {
  display: block;
  padding: 15px;
  font-family: 'Brandon';
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  color: #111;
  padding-bottom: 0;
  font-size: 24px;
}
.column-header.red {
  color: #dd4c4c;
}
.main-container {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1368px) {
  .main-container {
    width: 1348px;
  }
}
.main-container.tv {
  background-color: #3e3e3e;
}
.advert {
  display: block;
}
.advert:after {
  content: "REKLAMA";
  position: absolute;
  display: block;
  bottom: 3px;
  left: 15px;
  color: #a0a0a0;
  font-family: "Brandon";
  font-size: 10px;
}
.advert.rectangle-inner:after {
  left: 50%;
  margin-left: -150px;
}
.advert.half-rectangle-inner:after {
  left: 50%;
  margin-left: -150px;
}
.gray-bcg {
  background-color: #eee;
}
.loader {
  display: block;
  margin: 45px auto;
  width: 140px;
  height: 230px;
  background: url("../img/generic/loader1.png") 50% 50% no-repeat;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.art-box {
  display: block;
  padding: 15px;
}
.art-box .art-box-photo {
  display: block;
  width: 100%;
/*  height: 150px; powoduje skok */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.col-1-width.art-box .art-box-photo {
  height: 200px;
}
.col-2-width.art-box .art-box-photo {
  height: 400px;
}
.col-3-width.art-box .art-box-photo {
  height: 600px;
}
.col-1-width.art-box .art-box-photo.rect-height,
.col-2-width.art-box .art-box-photo.rect-height,
.col-3-width.art-box .art-box-photo.rect-height {
  height: 250px;
}
.art-box .art-box-photo.rect-height {
  height: 250px;
}
.art-box .art-box-photo.bcg-pos-x-100-y-100 {
  background-position: 100% 100%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-100 {
  background-position: 90% 100%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-100 {
  background-position: 80% 100%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-100 {
  background-position: 70% 100%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-100 {
  background-position: 60% 100%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-100 {
  background-position: 50% 100%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-100 {
  background-position: 40% 100%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-100 {
  background-position: 30% 100%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-100 {
  background-position: 20% 100%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-100 {
  background-position: 10% 100%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-100 {
  background-position: 0% 100%;
}
.art-box .art-box-photo.bcg-pos-x-100-y-90 {
  background-position: 100% 90%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-90 {
  background-position: 90% 90%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-90 {
  background-position: 80% 90%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-90 {
  background-position: 70% 90%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-90 {
  background-position: 60% 90%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-90 {
  background-position: 50% 90%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-90 {
  background-position: 40% 90%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-90 {
  background-position: 30% 90%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-90 {
  background-position: 20% 90%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-90 {
  background-position: 10% 90%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-90 {
  background-position: 0% 90%;
}
.art-box .art-box-photo.bcg-pos-x-100-y-80 {
  background-position: 100% 80%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-80 {
  background-position: 90% 80%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-80 {
  background-position: 80% 80%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-80 {
  background-position: 70% 80%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-80 {
  background-position: 60% 80%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-80 {
  background-position: 50% 80%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-80 {
  background-position: 40% 80%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-80 {
  background-position: 30% 80%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-80 {
  background-position: 20% 80%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-80 {
  background-position: 10% 80%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-80 {
  background-position: 0% 80%;
}
.art-box .art-box-photo.bcg-pos-x-100-y-70 {
  background-position: 100% 70%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-70 {
  background-position: 90% 70%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-70 {
  background-position: 80% 70%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-70 {
  background-position: 70% 70%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-70 {
  background-position: 60% 70%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-70 {
  background-position: 50% 70%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-70 {
  background-position: 40% 70%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-70 {
  background-position: 30% 70%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-70 {
  background-position: 20% 70%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-70 {
  background-position: 10% 70%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-70 {
  background-position: 0% 70%;
}
.art-box .art-box-photo.bcg-pos-x-100-y-60 {
  background-position: 100% 60%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-60 {
  background-position: 90% 60%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-60 {
  background-position: 80% 60%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-60 {
  background-position: 70% 60%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-60 {
  background-position: 60% 60%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-60 {
  background-position: 50% 60%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-60 {
  background-position: 40% 60%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-60 {
  background-position: 30% 60%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-60 {
  background-position: 20% 60%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-60 {
  background-position: 10% 60%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-60 {
  background-position: 0% 60%;
}
.art-box .art-box-photo.bcg-pos-x-100-y-50 {
  background-position: 100% 50%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-50 {
  background-position: 90% 50%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-50 {
  background-position: 80% 50%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-50 {
  background-position: 70% 50%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-50 {
  background-position: 60% 50%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-50 {
  background-position: 50% 50%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-50 {
  background-position: 40% 50%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-50 {
  background-position: 30% 50%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-50 {
  background-position: 20% 50%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-50 {
  background-position: 10% 50%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-50 {
  background-position: 0% 50%;
}
.art-box .art-box-photo.bcg-pos-x-100-y-40 {
  background-position: 100% 40%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-40 {
  background-position: 90% 40%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-40 {
  background-position: 80% 40%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-40 {
  background-position: 70% 40%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-40 {
  background-position: 60% 40%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-40 {
  background-position: 50% 40%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-40 {
  background-position: 40% 40%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-40 {
  background-position: 30% 40%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-40 {
  background-position: 20% 40%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-40 {
  background-position: 10% 40%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-40 {
  background-position: 0% 40%;
}
.art-box .art-box-photo.bcg-pos-x-100-y-30 {
  background-position: 100% 30%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-30 {
  background-position: 90% 30%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-30 {
  background-position: 80% 30%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-30 {
  background-position: 70% 30%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-30 {
  background-position: 60% 30%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-30 {
  background-position: 50% 30%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-30 {
  background-position: 40% 30%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-30 {
  background-position: 30% 30%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-30 {
  background-position: 20% 30%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-30 {
  background-position: 10% 30%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-30 {
  background-position: 0% 30%;
}
.art-box .art-box-photo.bcg-pos-x-100-y-20 {
  background-position: 100% 20%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-20 {
  background-position: 90% 20%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-20 {
  background-position: 80% 20%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-20 {
  background-position: 70% 20%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-20 {
  background-position: 60% 20%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-20 {
  background-position: 50% 20%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-20 {
  background-position: 40% 20%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-20 {
  background-position: 30% 20%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-20 {
  background-position: 20% 20%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-20 {
  background-position: 10% 20%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-20 {
  background-position: 0% 20%;
}
.art-box .art-box-photo.bcg-pos-x-100-y-10 {
  background-position: 100% 10%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-10 {
  background-position: 90% 10%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-10 {
  background-position: 80% 10%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-10 {
  background-position: 70% 10%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-10 {
  background-position: 60% 10%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-10 {
  background-position: 50% 10%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-10 {
  background-position: 40% 10%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-10 {
  background-position: 30% 10%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-10 {
  background-position: 20% 10%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-10 {
  background-position: 10% 10%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-10 {
  background-position: 0% 10%;
}
.art-box .art-box-photo.bcg-pos-x-100-y-0 {
  background-position: 100% 0%;
}
.art-box .art-box-photo.bcg-pos-x-90-y-0 {
  background-position: 90% 0%;
}
.art-box .art-box-photo.bcg-pos-x-80-y-0 {
  background-position: 80% 0%;
}
.art-box .art-box-photo.bcg-pos-x-70-y-0 {
  background-position: 70% 0%;
}
.art-box .art-box-photo.bcg-pos-x-60-y-0 {
  background-position: 60% 0%;
}
.art-box .art-box-photo.bcg-pos-x-50-y-0 {
  background-position: 50% 0%;
}
.art-box .art-box-photo.bcg-pos-x-40-y-0 {
  background-position: 40% 0%;
}
.art-box .art-box-photo.bcg-pos-x-30-y-0 {
  background-position: 30% 0%;
}
.art-box .art-box-photo.bcg-pos-x-20-y-0 {
  background-position: 20% 0%;
}
.art-box .art-box-photo.bcg-pos-x-10-y-0 {
  background-position: 10% 0%;
}
.art-box .art-box-photo.bcg-pos-x-0-y-0 {
  background-position: 0% 0%;
}
.art-box .art-box-section {
  display: block;
  font-family: 'Brandon';
  font-weight: bold;
  color: #dd4c4c;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.col-2-width.art-box .art-box-section {
  font-size: 18px;
}
.col-3-width.art-box .art-box-section {
  font-size: 18px;
}
.art-box .art-box-tag-datetime {
  display: block;
  font-family: 'Brandon';
  font-weight: bold;
  color: #dd4c4c;
  font-size: 12px;
  letter-spacing: 0.07em;
}
.col-2-width.art-box .art-box-tag-datetime {
  font-size: 18px;
}
.left-photo.col-2-width.art-box .art-box-tag-datetime,
.right-photo.col-2-width.art-box .art-box-tag-datetime {
  font-size: 12px;
}
.col-3-width.art-box .art-box-tag-datetime {
  font-size: 18px;
}
.art-box .art-box-tag-datetime .time {
  display: inline;
  color: #a4a4a4;
}
.art-box .art-box-tag-datetime .time:before {
  display: inline;
  content: ' / ';
  color: #a4a4a4;
  font-weight: normal;
}
.art-box .art-box-title {
  display: block;
  font-family: 'Droid';
  color: #111;
  font-size: 25px;
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 1.2em;
}
.col-2-width.art-box .art-box-title {
  font-size: 34px;
}
.left-photo.col-2-width.art-box .art-box-title,
.right-photo.col-2-width.art-box .art-box-title {
  font-size: 25px;
}
.col-3-width.art-box .art-box-title {
  font-size: 34px;
}
.tv .art-box .art-box-title {
  color: #fff;
}
.tv .tv-color-block .art-box .art-box-title {
  color: #111;
}
.art-box .art-box-title.center {
  text-align: center;
}
/* 23.02 */
.art-box .art-box-title.locked:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 5px;
  background-image: url("../img/generic/lock_locked.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* 23.02 */
.art-box .art-box-content {
  display: block;
  font-family: 'OpenSans';
  color: #111;
  font-size: 13px;
  padding-bottom: 15px;
  line-height: 1.5em;
}
.tv .art-box .art-box-content {
  color: #fff;
}
.tv .tv-color-block .art-box .art-box-content {
  color: #111;
}
.art-box .art-box-content.center {
  text-align: center;
}
.art-box .art-box-author {
  display: inline-block;
  font-family: 'Droid';
  color: #7e7e7e;
  font-size: 11px;
  height: 15px;
}
.art-box .art-box-datetime {
  display: inline-block;
  text-align: left;
  font-family: 'Droid';
  color: #a6a6a6;
  font-size: 11px;
  height: 15px;
  padding-right: 86px;
}
.art-box .art-box-locked,
.art-box .art-box-unlocked,
.art-box .art-box-premium-counter {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 17px;
  text-align: right;
  height: 16px;
  width: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 8px;
  font-family: "OpenSans";
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 16px;
}
.art-box .art-box-locked {
  background-image: url("../img/generic/lock_locked.png");
}
.art-box .art-box-unlocked {
  background-image: url("../img/generic/lock_opened.png");
}
.art-box .art-box-premium-counter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #5eb957;
  bottom: 15px;
}
.art-box .art-box-premium-counter ~ .art-box-unlocked {
  right: 35px;
}
.art-box .art-box-comments ~ .art-box-locked,
.art-box .art-box-comments ~ .art-box-unlocked,
.art-box .art-box-comments ~ .art-box-premium-counter {
  right: 65px;
}
.art-box .art-box-comments ~ .art-box-premium-counter ~ .art-box-unlocked {
  right: 85px;
}
.art-box .art-box-comments {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: left;
  font-family: 'Droid';
  color: #a6a6a6;
  font-size: 11px;
  height: 15px;
  padding-left: 25px;
  line-height: 15px;
  vertical-align: middle;
}
.art-box .art-box-comments:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: -2px;
  width: 20px;
  background: url("../img/generic/speach.png") 50% 50% no-repeat;
}
.art-box.no-photo .art-box-photo {
  display: none;
}
.art-box.no-section .art-box-section {
  display: none;
}
.art-box.small-title .art-box-title {
  font-size: 14px;
  line-height: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.art-box.small-title .art-box-author {
  padding-top: 10px;
}
.art-box.small-title .art-box-content {
  padding-top: 10px;
}
/* 23.02 */
.art-box.search-result {
  position: relative;
}
.art-box.search-result .art-box-title {
  font-size: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2em;
}
.art-box.search-result .art-box-author {
  padding-top: 0px;
}
.art-box.search-result .art-box-content {
  padding-top: 0px;
  padding-bottom: 5px;
}
.art-box.search-result:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0px;
  border-top: #ebebeb solid 1px;
}
/*23.02*/
.art-box.no-content .art-box-content {
  display: none;
}
.art-box.no-author .art-box-author {
  display: none;
}
.art-box.no-datetime .art-box-datetime {
  display: none;
}
.art-box.no-comments .art-box-comments {
  display: none;
}
.art-box.frequently-commented {
  padding-left: 59px;
}
.art-box.frequently-commented .art-box-comments {
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  width: 36px;
  padding-top: 35px;
  height: 56px;
  text-align: center;
  font-family: 'Droid';
  color: #fff;
  font-size: 11px;
  background: #dd4c4c url("../img/generic/speach_white.png") 50% 35% no-repeat;
  padding-left: 0;
}
.art-box.frequently-commented .art-box-comments:after {
  display: none;
}
.economy .art-box.frequently-commented .art-box-comments {
  background-color: #40658f;
  color: #ffffff;
}
.blue .art-box.frequently-commented .art-box-comments {
  background-color: #3a598b;
  color: #ffffff;
}
.law .art-box.frequently-commented .art-box-comments {
  background-color: #ffdf91;
  color: #000000;
  background-image: url("../img/generic/speach_black.png");
}
.art-box.most-important {
  padding-left: 59px;
}
.art-box.most-important .art-box-most-important-label {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  width: 36px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-family: 'Droid';
  width: bold;
  color: #fff;
  font-size: 24px;
  background-color: #dd4c4c;
}
.economy .art-box.most-important .art-box-most-important-label {
  background-color: #40658f;
  color: #ffffff;
}
.blue .art-box.most-important .art-box-most-important-label {
  background-color: #3a598b;
  color: #ffffff;
}
.law .art-box.most-important .art-box-most-important-label {
  background-color: #ffdf91;
  color: #000000;
}
.art-box.frequently-read {
  padding-left: 59px;
}
.art-box.frequently-read .art-box-read {
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  width: 36px;
  padding-top: 35px;
  height: 56px;
  text-align: center;
  font-family: 'Droid';
  color: #fff;
  font-size: 11px;
  background: #dd4c4c url("../img/generic/book.png") 50% 35% no-repeat;
}
.economy .art-box.frequently-read .art-box-read {
  background-color: #40658f;
  color: #ffffff;
}
.blue .art-box.frequently-read .art-box-read {
  background-color: #3a598b;
  color: #ffffff;
}
.law .art-box.frequently-read .art-box-read {
  background-color: #ffdf91;
  color: #000000;
  background-image: url("../img/generic/book_black.png");
}
.art-box.newest .art-box-title,
.art-box.frequently-read .art-box-title,
.art-box.most-important .art-box-title,
.art-box.frequently-commented .art-box-title,
.art-box.archival .art-box-title {
  min-height: 43px;
  padding-bottom: 0;
}
.art-box.newest {
  padding-left: 59px;
}
.art-box.newest .art-box-newest-time {
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  width: 36px;
  padding-top: 37px;
  height: 56px;
  text-align: center;
  font-family: 'Droid';
  color: #fff;
  font-size: 11px;
  background: #dd4c4c url("../img/generic/clock.png") 50% 24% no-repeat;
}
.economy .art-box.newest .art-box-newest-time {
  background-color: #40658f;
  color: #ffffff;
}
.blue .art-box.newest .art-box-newest-time {
  background-color: #3a598b;
  color: #ffffff;
}
.law .art-box.newest .art-box-newest-time {
  background-color: #ffdf91;
  color: #000000;
  background-image: url("../img/generic/clock_black.png");
}
.col-2-width.art-box.left-photo {
  height: auto;
  padding-left: 52%;
  position: relative;
}
.col-2-width.art-box.left-photo .art-box-photo {

  margin: 15px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 46%;
  height: auto;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.col-2-width.art-box.right-photo {
  height: auto;
  padding-right: 52%;
  position: relative;
  /*        .art-box-title:after{
            position: absolute;
            left:@default-padding;
            right:@default-padding;
            top: 0;
            content: ' ';
            display: block;
            border-top: #ebebeb solid 1px;
        }*/
}
.col-2-width.art-box.right-photo .art-box-photo {
  margin: 15px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 46%;
  height: auto;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.col-2-width.art-box.right-photo .art-box-comments {
  right: 52%;
  /*left: 0;*/
  bottom: 15px;
  text-align: right;
  font-family: 'Droid';
  color: #a6a6a6;
  font-size: 11px;
  height: 15px;
  width: 40px;
  background: url("../img/generic/speach.png") 20% 50% no-repeat;
}
.art-box.archival {
  padding-left: 59px;
}
.art-box.archival .art-box-archival-date {
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  width: 36px;
  padding-top: 25px;
  height: 56px;
  text-align: center;
  font-family: 'Droid';
  color: #fff;
  font-size: 11px;
  background: #dd4c4c url("../img/generic/calendar.png") 50% 18% no-repeat;
}
.economy .art-box.archival .art-box-archival-date {
  background-color: #40658f;
  color: #ffffff;
}
.blue .art-box.archival .art-box-archival-date {
  background-color: #3a598b;
  color: #ffffff;
}
.law .art-box.archival .art-box-archival-date {
  background-color: #ffdf91;
  color: #000000;
  background-image: url("../img/generic/calendar_black.png");
}
.art-box.archival .art-box-archival-year {
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  width: 36px;
  padding-top: 36px;
  height: 56px;
  text-align: center;
  font-family: 'Droid';
  color: #fff;
  font-size: 12px;
}
.art-box.with-separator .art-box-title:after {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  content: ' ';
  display: block;
  border-top: #ebebeb solid 1px;
}
.separated .no-separator-after + .with-separator .art-box-title:after {
  border-top: none !important;
}
.separated .with-separator.no-separator-before .art-box-title:after {
  border-top: none !important;
}
.art-box.bottom-separator .art-box-title:after {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  content: ' ';
  display: block;
  border-bottom: #ebebeb solid 1px;
}
.art-box.popup-next {
  position: fixed;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  width: 336px;
  right: -345px;
  -webkit-transition: right 0.2s ease-in-out 0s;
  -moz-transition: right 0.2s ease-in-out 0s;
  -o-transition: right 0.2s ease-in-out 0s;
  -ms-transition: right 0.2s ease-in-out 0s;
  transition: right 0.2s ease-in-out 0s;
  z-index: 950;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  text-decoration: none;
}
.art-box.popup-next .art-box-content,
.art-box.popup-next .art-box-title {
  color: #111 !important;
  text-decoration: none;
}
.art-box.popup-next .popup-hide {
  position: absolute;
  top: 0;
  right: 10px;
  width: 25px;
  height: 25px;
  background: #dd4c4c url("../img/generic/x.png") 50% 50% no-repeat;
  cursor: pointer;
}
@media (min-width: 1010px) {
  .art-box.popup-next.show {
    right: 0px;
  }
}
.art-box.popup-next.hide-forever.show,
.art-box.popup-next.hide-forever {
  right: -345px;
}
.art-box-rotator.with-rotator {
  margin-bottom: 35px;
  position: relative;
  z-index: 10;
}
.art-box-rotator.with-rotator:before {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  content: ' ';
  display: block;
  border-bottom: #c7c7c7 solid 3px;
}
.art-box-rotator.with-rotator:after {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  content: '';
  display: block;
  border-bottom: #c7c7c7 solid 3px;
}
.art-box-rotator.with-rotator .rotator-button-container {
  margin-right: 15px;
}
.art-box-rotator.with-rotator .rotator-button-container .rotator-button {
  color: #7e7e7e;
  background-color: #f1f1f1;
}
.art-box-rotator.with-rotator .rotator-button-container .rotator-button.selected {
  color: #111;
  background-color: #c7c7c7;
}
.art-box.rectangle-width-inner {
  width: 300px !important;
}
/*23.02*/
.art-box.art-box-opinion .art-box-author-photo {
  display: none;
}
.art-box.art-box-opinion .art-box-author:after {
  content: ",";
  position: inline;
}
.art-box.art-box-opinion.col-2-width,
.art-box.art-box-opinion.col-3-width {
  position: relative;
}
.art-box.art-box-opinion.col-2-width .art-box-author-photo,
.art-box.art-box-opinion.col-3-width .art-box-author-photo {
  display: block;
  position: absolute;
  left: 12px;
  top: 15px;
  height: 76px;
  width: 76px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.art-box.art-box-opinion.col-2-width .art-box-author-photo ~ .art-box-title,
.art-box.art-box-opinion.col-3-width .art-box-author-photo ~ .art-box-title {
  padding-left: 100px;
}
.art-box.art-box-opinion.col-2-width .art-box-author-photo ~ .art-box-content,
.art-box.art-box-opinion.col-3-width .art-box-author-photo ~ .art-box-content {
  padding-left: 100px;
}
.art-box.art-box-opinion.col-2-width .art-box-author-photo ~ .art-box-author,
.art-box.art-box-opinion.col-3-width .art-box-author-photo ~ .art-box-author {
  padding-left: 100px;
}
.art-box.art-box-opinion.col-2-width .art-box-author-photo ~ .art-box-section,
.art-box.art-box-opinion.col-3-width .art-box-author-photo ~ .art-box-section {
  padding-left: 100px;
}
.art-box.art-box-opinion.col-2-width .art-box-author-photo ~ .art-box-content ~ .art-box-datetime,
.art-box.art-box-opinion.col-3-width .art-box-author-photo ~ .art-box-content ~ .art-box-datetime {
  padding-left: 100px;
}
.art-box.art-box-opinion.col-2-width .art-box-author-photo ~ .art-box-content ~ .art-box-author,
.art-box.art-box-opinion.col-3-width .art-box-author-photo ~ .art-box-content ~ .art-box-author {
  display: block;
  position: absolute;
  left: 15px;
  width: 70px;
  top: 106px;
  text-align: center;
  padding-left: 0;
}
.art-box.art-box-opinion.col-2-width .art-box-author-photo ~ .art-box-content ~ .art-box-author:after,
.art-box.art-box-opinion.col-3-width .art-box-author-photo ~ .art-box-content ~ .art-box-author:after {
  display: none;
}
.art-box.art-box-opinion.col-1-width {
  position: relative;
}
.art-box.art-box-opinion.col-1-width .art-box-author-photo {
  display: block;
  float: right;
  margin-left: 15px;
  margin-bottom: 20px;
  height: 76px;
  width: 76px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.art-box.art-box-opinion .art-box-section {
  font-size: 12px;
}
.art-box.art-box-opinion .art-box-title {
  font-size: 25px;
  font-style: italic;
}
/*23.02*/
#content.economy .opinion,
#content #content-inner .economy .opinion {
  display: block;
  color: white;
}
#content.economy .opinion .opinion-inner,
#content #content-inner .economy .opinion .opinion-inner {
  display: block;
  background: #40658f url("../img/generic/opinia_white.png") 98% -18px no-repeat;
}
#content.economy .opinion .opinion-inner.with-rotator,
#content #content-inner .economy .opinion .opinion-inner.with-rotator {
  background-image: url("../img/generic/opinia_big_white.png");
}
#content.economy .opinion .opinion-inner .opinion-datetime,
#content #content-inner .economy .opinion .opinion-inner .opinion-datetime {
  color: white;
}
#content.economy .opinion .opinion-inner .opinion-comments,
#content #content-inner .economy .opinion .opinion-inner .opinion-comments {
  color: white;
  background: url("../img/generic/speach_white.png") 20% 50% no-repeat;
}
#content.economy .opinion .opinion-inner .opinion-author,
#content #content-inner .economy .opinion .opinion-inner .opinion-author {
  color: white;
}
#content.economy .opinion .opinion-inner .opinion-quote,
#content #content-inner .economy .opinion .opinion-inner .opinion-quote {
  color: white;
}
#content.economy .opinion .opinion-inner .opinion-content,
#content #content-inner .economy .opinion .opinion-inner .opinion-content {
  color: white;
}
#content.economy .opinion .opinion-inner:after,
#content #content-inner .economy .opinion .opinion-inner:after {
  border-left: #fff solid 1px;
}
.col-1-width#content.economy .opinion .opinion-inner.with-rotator:after,
.col-1-width#content #content-inner .economy .opinion .opinion-inner.with-rotator:after {
  border-top: #fff solid 1px;
}
#content.law .opinion,
#content #content-inner .law .opinion {
  display: block;
  color: #000000;
}
#content.law .opinion .opinion-inner,
#content #content-inner .law .opinion .opinion-inner {
  display: block;
  background: #ffdf91 url("../img/generic/opinia_white.png") 98% -18px no-repeat;
}
#content.law .opinion .opinion-inner.with-rotator,
#content #content-inner .law .opinion .opinion-inner.with-rotator {
  background-image: url("../img/generic/opinia_big_white.png");
}
#content.law .opinion .opinion-inner .opinion-datetime,
#content #content-inner .law .opinion .opinion-inner .opinion-datetime {
  color: #111;
}
#content.law .opinion .opinion-inner .opinion-comments,
#content #content-inner .law .opinion .opinion-inner .opinion-comments {
  color: #111;
  background: url("../img/generic/speach_black.png") 20% 50% no-repeat;
}
#content.law .opinion .opinion-inner .opinion-author,
#content #content-inner .law .opinion .opinion-inner .opinion-author {
  color: #000000;
}
#content.law .opinion .opinion-inner .opinion-quote,
#content #content-inner .law .opinion .opinion-inner .opinion-quote {
  color: #000000;
}
#content.law .opinion .opinion-inner .opinion-content,
#content #content-inner .law .opinion .opinion-inner .opinion-content {
  color: #000000;
}
#content.law .opinion .opinion-inner:after,
#content #content-inner .law .opinion .opinion-inner:after {
  border-left: #fff solid 1px;
}
.col-1-width#content.law .opinion .opinion-inner.with-rotator:after,
.col-1-width#content #content-inner .law .opinion .opinion-inner.with-rotator:after {
  border-top: #fff solid 1px;
}
.opinion {
  display: block;
  padding: 15px;
}
.opinion .opinion-inner {
  position: relative;
  padding: 15px;
  padding-top: 30px;
  padding-left: 121px;
  min-height: 166px;
  margin: 0 auto;
  background: #f1f1f1 url("../img/generic/opinia.png") 98% -18px no-repeat;
}
.opinion .opinion-inner.with-rotator {
  background-image: url("../img/generic/opinia_big.png");
}
.opinion .opinion-inner .opinion-photo {
  display: block;
  position: absolute;
  left: 15px;
  top: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f1f1f1;
  width: 76px;
  height: 76px;
  background-size: cover;
}
.opinion .opinion-inner .opinion-datetime {
  display: inline-block;
  text-align: left;
  font-family: 'Droid';
  color: #a6a6a6;
  font-size: 11px;
  height: 15px;
  padding-right: 30px;
  margin-top: 10px;
  margin-bottom: 7px;
}
.opinion .opinion-inner .opinion-comments {
  display: inline-block;
  /*display: inline-block;*/
  text-align: right;
  font-family: 'Droid';
  color: #a6a6a6;
  font-size: 11px;
  height: 15px;
  width: 40px;
  margin-top: 10px;
  margin-bottom: 2px;
  background: url("../img/generic/speach_opinie.png") 20% 50% no-repeat;
}
.opinion .opinion-inner .opinion-author {
  position: absolute;
  top: 121px;
  left: 7.5px;
  width: 91px;
  text-align: center;
  font-family: "Droid";
  font-weight: bold;
  font-size: 13px;
  color: #dd4c4c;
  margin-bottom: 2px;
}
.opinion .opinion-inner .opinion-quote {
  display: block;
  font-family: "Droid";
  font-size: 18px;
  font-weight: normal;
  font-style: oblique;
  color: #111;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}
.opinion .opinion-inner.with-rotator .opinion-quote {
  font-size: 30px;
}
.opinion .opinion-inner .opinion-content {
  display: block;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: normal;
  color: rgba(17, 17, 17, 0.8);
  font-style: oblique;
  line-height: 1.3em;
}
.opinion .opinion-inner.half-rectangle-height-inner,
.opinion .opinion-inner.half-rectangle-inner {
  padding: 15px;
  padding-left: 106px;
  min-height: 110px;
  height: auto;
}
.opinion .opinion-inner.half-rectangle-height-inner .opinion-photo,
.opinion .opinion-inner.half-rectangle-inner .opinion-photo {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -38px;
}
.opinion .opinion-inner.half-rectangle-height-inner .opinion-datetime,
.opinion .opinion-inner.half-rectangle-inner .opinion-datetime {
  text-align: left;
  padding-right: 30px;
  margin-top: 10px;
  margin-bottom: 7px;
}
.opinion .opinion-inner.half-rectangle-height-inner .opinion-comments,
.opinion .opinion-inner.half-rectangle-inner .opinion-comments {
  display: inline-block;
  /*display: inline-block;*/
  text-align: right;
  font-size: 11px;
  height: 15px;
  width: 40px;
  margin-top: 10px;
  margin-bottom: 2px;
  background: url("../img/generic/speach_opinie.png") 20% 50% no-repeat;
}
.opinion .opinion-inner.half-rectangle-height-inner .opinion-author,
.opinion .opinion-inner.half-rectangle-inner .opinion-author {
  position: static;
  width: auto;
  margin-bottom: 2px;
  text-align: left;
}
.opinion .opinion-inner.half-rectangle-height-inner .opinion-quote,
.opinion .opinion-inner.half-rectangle-inner .opinion-quote {
  display: none;
}
.opinion .opinion-inner.half-rectangle-height-inner:after,
.opinion .opinion-inner.half-rectangle-inner:after {
  display: none;
}
.opinion .opinion-inner.with-rotator {
  margin: 0 auto 35px;
  min-height: 250px;
}
.col-1-width.opinion .opinion-inner.with-rotator {
  padding: 30px;
  padding-top: 151px;
  min-height: 375px;
}
.col-1-width.opinion .opinion-inner.with-rotator .opinion-photo {
  position: absolute;
  left: 30px;
  top: 45px;
}
.col-1-width.opinion .opinion-inner.with-rotator .opinion-author {
  position: absolute;
  top: 60px;
  left: 121px;
  width: 15px;
  text-align: left;
  font-family: "Droid";
  font-weight: normal;
  font-size: 22px;
}
.col-1-width.opinion .opinion-inner.with-rotator .opinion-quote {
  margin-top: 18px;
}
.col-1-width.opinion .opinion-inner.with-rotator .opinion-content {
  line-height: 1.8em;
}
.col-1-width.opinion .opinion-inner.with-rotator:after {
  content: '';
  position: absolute;
  top: 136px;
  left: 30px;
  right: 30px;
  height: 1px;
  border: none;
  border-top: #c7c7c7 solid 1px;
}
.opinion .opinion-inner:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 106px;
  bottom: 30px;
  border-left: #c7c7c7 solid 1px;
}


.labeled-frame {
  display: block;
  position: relative;
  border: #ffd97b solid 5px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 15px;
}
.economy .labeled-frame,
.law .labeled-frame {
  border-color: #ececec;
}
.labeled-frame.red-border {
  border-color: #ed8c80 !important;
}
.labeled-frame.gray-border {
  border-color: #ececec !important;
}
.labeled-frame.yellow-border {
  border-color: #ffd97b !important;
}
.labeled-frame.corner:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  right: -5px;
  bottom: -5px;
  background: #ffd97b url("../img/generic/frame_arrow.png") 50% 50% no-repeat;
}
.red-border.labeled-frame.corner:after {
  background-color: #ed8c80;
}
.gray-border.labeled-frame.corner:after {
  background-color: #ececec;
}
.yellow-border.labeled-frame.corner:after {
  background-color: #ffd97b;
}
.labeled-frame .frame-header {
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
.labeled-frame .frame-header.left {
  margin-left: 20px;
  text-align: left;
}
.labeled-frame .frame-header .label {
  display: inline-block;
  font-size: 12px;
  font-family: "OpenSans";
  font-weight: bold;
  line-height: 30px;
  background: #dd4c4c;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.economy .labeled-frame .frame-header .label {
  background: #40658f;
  color: #ffffff;
}
.blue .labeled-frame .frame-header .label {
  background: #3a598b;
  color: #ffffff;
}
.law .labeled-frame .frame-header .label {
  background: #ffdf91;
  color: #000000;
}
.labeled-frame .frame-survey {
  padding: 15px 15px 10px;
  color: #111;
}

.labeled-frame .frame-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 40px;
  margin: 0 auto;
  width: fit-content;
  text-align: left;
  line-height: 40px;
}
.labeled-frame .frame-author {
  display: inline-block;
  font-family: "Droid";
  font-weight: bold;
  font-size: 13px;
  color: #dd4c4c;
}
.labeled-frame .frame-datetime {
  display: inline-block;
  font-family: 'Droid';
  color: #a6a6a6;
  font-size: 11px;
  margin-left: 10px;
}
.labeled-frame .rotator-button {
  display: inline-block;
  height: 35px;
  width: 35px;
  margin: 4px -4px 0 8px;
}
.labeled-frame .rotator-button.prev:hover,
.labeled-frame .rotator-button.next:hover {
  background-color: #ddd;
}
.labeled-frame .prev {
  background: #ececec url("../img/generic/prev_dark.png") 50% 50% no-repeat;
}
.labeled-frame .next {
  background: #ececec url("../img/generic/next_dark.png") 50% 50% no-repeat;
}
.labeled-frame.with-top-padding {
  padding-top: 25px;
}
.labeled-frame .art-box .art-box-title {
  padding-bottom: 0;
}
.labeled-frame .art-box .art-box-content {
  padding-top: 0;
}
#content #content-inner .labeled-frame.rectangle-inner {
  margin: 15px auto 55px;
  width: 300px;
  height: 250px;
}
#content #content-inner .labeled-frame.rectangle-inner.without-rotator {
  height: 250px;
  margin: 15px auto 15px;
}
/*@import "../rp.less";*/
.page-breaker.newsletter-page-breaker {
  display: block;
  position: relative;
  height: 250px;
}
.page-breaker.newsletter-page-breaker .page-breaker-advert {
  display: block;
  position: absolute;
  height: 250px;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 1010px) {
  .page-breaker.newsletter-page-breaker .page-breaker-advert {
    width: 600px;
  }
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #dd4c4c url("../img/generic/newsletter_eagle.png") 30% 5% no-repeat;
}
@media (min-width: 1010px) {
  .page-breaker.newsletter-page-breaker .newsletter-sign-in-container {
    left: 600px;
  }
}
.law.page-breaker.newsletter-page-breaker .newsletter-sign-in-container {
  background-color: #ffdf91;
  color: #000000;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 300px;
  padding-top: 45px;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in .newsletter-title {
  display: block;
  font-family: "Droid";
  font-size: 48px;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in .newsletter-content {
  display: block;
  font-family: "OpenSans";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form {
  position: relative;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form input {
  display: block;
  float: left;
  margin: 0;
  width: 200px;
  height: 34px;
  border: 2px solid #FFF;
  background: none repeat scroll 0% 0% transparent;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 3px;
  box-sizing: border-box;
  border-radius: 0;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-dropdown-button {
  position: absolute;
  display: block;
  content: ' ';
  height: 34px;
  width: 200px;
  background-color: green;
  /*left: (200px - 22px);*/
  left: 0px;
  background: url("../img/generic/triangle_down.png") 94% 50% no-repeat;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-dropdown-button.opened {
  background: url("../img/generic/triangle_up.png") 94% 50% no-repeat;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-button {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: bold;
  width: 90px;
  height: 34px;
  color: #111;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-button:hover {
  background-color: #eee;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-button:active {
  background-color: #ccc;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-dropdown-list {
  position: absolute;
  display: none;
  left: 0px;
  bottom: -124px;
  background-color: #e05e5e;
  height: 90px;
  width: 200px;
  font-weight: normal;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-dropdown-list.opened {
  display: block;
}
.law.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-dropdown-list {
  background-color: #ffd05e;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-dropdown-list input[type=checkbox] {
  position: absolute;
  top: 0px;
  left: -9999px;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-dropdown-list label {
  font-family: "OpenSans";
  font-size: 14px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
}
.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-dropdown-list label:hover {
  background-color: #dd4c4c;
}
.law.page-breaker.newsletter-page-breaker .newsletter-sign-in-container .newsletter-sign-in form .newsletter-dropdown-list label:hover {
  background-color: #ffdf91;
}
.newsletter-rectangle-container {
  display: block;
  background: #dd4c4c url("../img/generic/newsletter_eagle.png") 30% 5% no-repeat;
}
.newsletter-rectangle-container.newsletter-economy {
  background-color: #40658f;
}
.newsletter-rectangle-container.newsletter-law {
  background-color: #ffdf91;
}
.newsletter-rectangle-container.newsletter-blue {
  background-color: #3a598b;
}
.newsletter-rectangle-container.half-rectangle-inner .newsletter-sign-in {
  padding-top: 20px;
}
.newsletter-rectangle-container.half-rectangle-inner .newsletter-sign-in .newsletter-title {
  font-size: 30px;
}
.newsletter-rectangle-container .newsletter-sign-in {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 250px;
  color: #fff;
  padding-top: 30px;
}
.newsletter-rectangle-container .newsletter-sign-in .newsletter-title {
  display: block;
  font-family: "Droid";
  font-size: 35px;
  padding-bottom: 10px;
}
.newsletter-rectangle-container .newsletter-sign-in .newsletter-content {
  display: block;
  font-family: "OpenSans";
  font-size: 16px;
  line-height: 1.4em;
  color: rgba(240, 240, 240, 0.8);
  margin-bottom: 20px;
}
.newsletter-rectangle-container .newsletter-sign-in input {
  display: block;
  float: left;
  margin: 0;
  width: 150px;
  height: 34px;
  border: 2px solid #FFF;
  background: none repeat scroll 0% 0% transparent;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: normal;
  padding-left: 15px;
  padding-bottom: 3px;
  color: rgba(240, 240, 240, 0.8);
  box-sizing: border-box;
  border-radius: 0;
}
.newsletter-rectangle-container .newsletter-sign-in button {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: bold;
  width: 90px;
  height: 34px;
  color: #111;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.newsletter-rectangle-container .newsletter-sign-in button:hover {
  background-color: #eee;
}
.newsletter-rectangle-container .newsletter-sign-in button:active {
  background-color: #ccc;
}
.page-breaker.thoughts {
  height: 280px;
}
.page-breaker.thoughts li {
  width: 300px;
}
.page-breaker.thoughts .thought {
  display: block;
  position: relative;
  width: 250px;
  min-height: 250px;
  margin: 0 auto;
}
.page-breaker.thoughts .thought .thought-photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  width: 76px;
  height: 76px;
  background-size: cover;
}
.page-breaker.thoughts .thought .thought-author-datetime {
  display: block;
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
}
.page-breaker.thoughts .thought .thought-author {
  display: inline-block;
  font-family: "Droid";
  font-weight: bold;
  font-size: 13px;
  color: #dd4c4c;
}
.page-breaker.thoughts .thought .thought-datetime {
  display: inline-block;
  text-align: left;
  font-family: 'Droid';
  color: #a6a6a6;
  font-size: 11px;
  height: 15px;
  padding-top: 4px;
}
.page-breaker.thoughts .thought .thought-content {
  display: block;
  position: absolute;
  top: 116px;
  left: 0;
  right: 0;
  font-family: "Droid";
  font-size: 13px;
  font-weight: normal;
  color: #c5c9cd;
  font-style: oblique;
  line-height: 1.3em;
}
.page-breaker.thoughts .thought .thought-content .thought-title {
  display: block;
  font-family: "Droid";
  font-size: 17px;
  font-weight: normal;
  color: #c5c9cd;
  font-style: normal;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.economy .page-breaker.thoughts .thought .thought-author-datetime,

.economy .page-breaker.thoughts .thought .thought-datetime,
.economy .page-breaker.thoughts .thought .thought-content {
  color: #CED9F2;
}
.law .page-breaker.thoughts .thought .thought-author-datetime,
.law .page-breaker.thoughts .thought .thought-datetime,
.law .page-breaker.thoughts .thought .thought-content {
  color: #000000;
}

.law .page-breaker.thoughts .thought .thought-author{
  color: #dd4c4c;
}

.economy .page-breaker.thoughts .thought .thought-author,.economy .page-breaker.thoughts .thought .thought-content .thought-title{
  color: #FFFFFF;
}

.law .page-breaker.thoughts .thought .thought-content .thought-title {
  color: #000000;
}

/*@import "../rp.less";*/
.tab-box {
  display: block;
  position: relative;
  margin: 15px auto 240px;
  width: 300px;
  height: 25px;
}
.tab-box .tab-box-tab {
  display: inline-block;
}
.tab-box .tab-box-tab .tab-box-section {
  display: inline-block;
  font-family: 'Brandon';
  font-weight: bold;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 25px;
  padding: 0 8px;
  margin-right: -4px;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.tab-box .tab-box-tab .tab-box-section:hover {
  background-color: #ddd;
}
.tab-box .tab-box-tab.selected .tab-box-section {
  color: #111;
  background-color: #c7c7c7;
}
.tab-box .tab-box-tab .tab-box-container {
  display: none;
}
.tab-box .tab-box-tab .tab-box-photo {
  display: none;
}
.tab-box .tab-box-tab.selected .tab-box-container {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding-top: 100px;
  bottom: -225px;
  border: #c7c7c7 solid 1px;
  background-color: #fff;
  z-index: 0;
}
.tab-box .tab-box-tab.selected .tab-box-photo {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: -100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.tab-box .tab-box-tab .tab-box-container .tab-box-title {
  padding: 10px 22px;
  font-family: 'Droid';
  font-size: 18px;
  color: #111;
  line-height: 1.2em;
}
.tab-box .tab-box-tab .tab-box-container .tab-box-content {
  padding: 0 22px;
  font-family: 'OpenSans';
  font-size: 13px;
  color: #5e5e5e;
  line-height: 1.5em;
}
/*@import "../rp.less";*/
.page-breaker.products {
  height: 300px;
}
.page-breaker.products li {
  width: 250px;
}
.page-breaker.products .product {
  display: block;
  position: relative;
  width: 150px;
  min-height: 250px;
  margin: 0 auto;
}
.law.page-breaker.products .product .product-label {
  color: #000000;
}
.product {
  display: block;
  position: relative;
  /*float: left;*/
  width: 150px;
  height: 250px;
  margin: 0 auto;
}
.product .product-photo {
  display: block;
  /*        position: absolute;
        left: 0;
        top: 0;*/
  width: 150px;
  height: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.product .product-photo.small-photo {
  margin-top: 40px;
  height: 100px;
}
.product .product-label {
  display: block;
  /*position: absolute;*/
  font-weight: bold;
  text-decoration: underline;
  width: 150px;
  font-family: "Droid";
  font-size: 13px;
  text-align: center;
  color: #fff;
}
.product .product-label.no-underline {
  text-decoration: none;
}
.page-breaker.products {
  height: 280px;
}
/*@import "../rp.less";*/
@media (min-width: 1259px) {
  #content.view-article #footer {
    margin-left: -80px;
    margin-right: -5px;
  }
}
#footer {
  position: relative;
  clear: both;
  display: block;
  float: none !important;
  width: auto !important;
  background-color: #2e2e2e;
  color: white;
  margin-top: 25px;
  z-index: 900;
}
@media (min-width: 1259px) {
  #footer {
    margin-left: -40px;
    margin-right: -45px;
  }
  #footer.view-article {
    margin-left: -80px;
    margin-right: -5px;
  }
}
#footer .footer-row {
  display: block;
  /*clear: both;*/
  position: relative;
  border-bottom: #3c3c3c 1.5px solid;
  padding: 0 40px;
  z-index: 901;
}
#footer .footer-logo-container {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
#footer .footer-logo-container .footer-logo {
  display: inline-block;
  width: 150px;
  height: 125px;
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
#footer .footer-logo-container:after {
  content: " ";
  clear: both;
}
#footer .footer-prev {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
}
#footer .footer-next {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
}
#footer .footer-col {
  display: block;
  padding: 30px 0;
  border-top: #3c3c3c 1.5px solid;
}
#footer .footer-menu-header {
  display: block;
  margin-bottom: 15px;
  font-family: "Brandon";
  font-size: 14px;
  font-weight: bold;
}
#footer .col-xs-centering .footer-menu-header,
#footer .col-xs-centering .footer-name,
#footer .col-xs-centering .footer-address,
#footer .col-xs-centering .footer-social,
#footer .col-xs-centering {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 680px) {
  #footer .col-xs-centering .footer-menu-header,
  #footer .col-xs-centering .footer-name,
  #footer .col-xs-centering .footer-address,
  #footer .col-xs-centering .footer-social,
  #footer .col-xs-centering {
    text-align: left;
    margin: 0 auto 0 0;
  }
}
#footer .footer-menu-element + .footer-menu-header {
  margin-top: 30px;
}
#footer .footer-menu-element {
  display: block;
  font-family: "OpenSans";
  font-size: 13px;
  line-height: 1.5em;
}
#footer .footer-name {
  display: block;
  /*max-width: 140px;*/
  font-family: "Droid";
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
}
#footer .footer-address {
  display: block;
  padding: 20px 0;
  /*max-width: 300px;*/
  font-family: "Droid";
  font-size: 12px;
  line-height: 1.3em;
}
#footer .footer-social {
  display: block;
  padding: 20px 0 0;
  border-top: #3c3c3c 1.5px solid;
  max-width: 140px;
  font-family: "Droid";
  font-size: 12px;
  line-height: 1.3em;
}
#footer .footer-social .footer-social-icon {
  display: inline-block;
  margin: 8px 4px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-image: url("../img/generic/social/social.png");
}
#footer .footer-social .footer-social-icon.facebook {
  background-position: -64px 0px;
}
#footer .footer-social .footer-social-icon.twitter {
  background-position: -64px -64px;
}
#footer .footer-social .footer-social-icon.linkedin {
  background-position: -64px -32px;
}
#footer .footer-rotator {
  display: block;
  position: relative;
  width: 250px;
  height: 80px;
  margin: 0 auto 20px;
}
#footer .footer-rotator .footer-rotator-screen {
  position: relative;
  margin: 0 40px;
  width: 170px;
  height: 80px;
  overflow: hidden;
}
#footer .footer-rotator .footer-rotator-screen .footer-rotator-container {
  /*                position: absolute;
                left: 0;
                top: 0;
                bottom:0;
                width: 3000px;*/
  -webkit-transition: left 0.4s ease-in-out 0s;
  -moz-transition: left 0.4s ease-in-out 0s;
  -o-transition: left 0.4s ease-in-out 0s;
  -ms-transition: left 0.4s ease-in-out 0s;
  transition: left 0.4s ease-in-out 0s;
}
#footer .footer-rotator .footer-rotator-screen .footer-rotator-container li {
  float: left;
  margin: 0 auto;
  width: 170px;
  height: 80px;
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
#footer a,
#footer span {
  display: block;
}
#footer a:hover {
  color: #ccc;
}
#footer .copyright {
  display: block;
  padding: 25px 0;
  line-height: 20px;
  text-align: right;
  font-size: 11px;
  font-family: "Droid";
}
.cleared {
  clear: both;
}
.page-breaker {
  display: block;
  clear: both;
  float: none !important;
  width: auto !important;
  min-height: 280px;
  margin: 15px 0;
}
#content #content-inner .page-breaker {
  clear: both;
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 25px;
}
@media (min-width: 1259px) {
  #content #content-inner .page-breaker {
    margin-left: -40px;
    margin-right: -45px;
  }
}
#content #content-inner .page-breaker.thoughts {
  background-position: 50% 0%;
  background-image: url("../img/generic/bcg/komentarze_bcg_wydarzenia.jpg");
  background-color: #263552;
}
.economy#content #content-inner .page-breaker.thoughts {
  background-image: url("../img/generic/bcg/komentarze_bcg_eko.jpg");
  background-color: #40658f;
}
.law#content #content-inner .page-breaker.thoughts {

  background-image: url("../img/generic/bcg/komentarze_bcg_prawo.jpg");
  background-color: #ffdf91;
}

.law#content #content-inner .page-breaker.thoughts.thoughts2 {

  background-image: url("../img/generic/bcg/opinie_bcg_prawo.jpg");
  background-color: #ffdf91;
}


#content #content-inner .page-breaker.products {
  background-position: 50% 0%;
  background-image: url("../img/generic/bcg/produkty_bcg.jpg");
}
#content #content-inner .page-breaker.products.ebook-bcg {
  background-image: url("../img/generic/bcg/ebooki_prawne_bcg.jpg");
  color: #111;
}
#content #content-inner .page-breaker.products.products-gray {
  background-image: url("../img/generic/bcg/produkty_bcg_gray.jpg");
}
#content #content-inner .page-breaker.products.serwisy-bcg {
  background-image: url("../img/generic/bcg/serwisy_bcg.jpg");
}
#content #content-inner .page-breaker:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 60px;
  height: 26px;
  width: 55px;
  background: url("../img/generic/polkole.png") 0 0 no-repeat;
}
#content #content-inner .page-breaker.no-semicircle:after {
  display: none;
}
.page-breaker {
  padding: 30px 40px;
  height: 250px;
}
.page-breaker .page-breaker-screen {
  display: block;
  position: relative;
  width: 100%;
  min-height: 250px;
  margin: 0 auto;
}
.page-breaker .page-breaker-screen .page-breaker-panel li {
  float: left;
}
.page-breaker .page-breaker-screen .page-breaker-panel li .thought {
  margin: 0 auto;
}
.page-breaker .slider-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: url("../img/generic/prev.png") 50% 50% no-repeat;
  cursor: pointer;
}
.page-breaker .slider-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: url("../img/generic/next.png") 50% 50% no-repeat;
  cursor: pointer;
}
.col-2-width .hide-on-col2width {
  display: none !important;
}
.col-1-width .hide-on-col1width {
  display: none !important;
}
.tv .pagina {
  color: #fff;
 /* background: #3e3e3e;*/
}
.pagina.pagina-static {
  padding-left: 15px;
  padding-right: 15px;
}
.pagina .pagina-inner {
  display: table;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  border-bottom: #b8b8b8 solid 3px;
  background-color: #fff;
}
.pagina .pagina-inner .pagina-row {
  display: table;
  width: 100%;
}
.more-padding.pagina .pagina-inner {
  padding: 15px 0;
}
@media (min-width: 1010px) {
  .more-padding.pagina .pagina-inner {
    padding: 37.5px 0;
  }
}
.shrunk.pagina .pagina-inner {
  padding: 5px 0;
}
.notransition.pagina .pagina-inner {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.economy .pagina .pagina-inner {
  border-color: #40658f;
}
.blue .pagina .pagina-inner {
  border-color: #3a598b;
}
.law .pagina .pagina-inner {
  border-color: #ffdf91;
}
.tv .pagina .pagina-inner {
  background: #3e3e3e;
}
.pagina .pagina-inner .pagina-title {
  display: table-cell;
  vertical-align: middle;
  border-left: #b8b8b8 solid 1px;
  padding-left: 20px;
  -webkit-transition: font-size 0.1s linear 0s, line-height 0.1s linear 0s;
  -moz-transition: font-size 0.1s linear 0s, line-height 0.1s linear 0s;
  -ms-transition: font-size 0.1s linear 0s, line-height 0.1s linear 0s;
  -o-transition: font-size 0.1s linear 0s, line-height 0.1s linear 0s;
  transition: font-size 0.1s linear 0s, line-height 0.1s linear 0s;
}
.notransition.pagina .pagina-inner .pagina-title {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.noanimation.pagina .pagina-inner .pagina-title {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.pagina .pagina-inner .pagina-logo {
  display: table-cell;
  vertical-align: center;
  position: relative;
}
.pagina-bb {
  margin: 0 -15px;
}
.pagina-container {
  display: table-cell;
  width: 0;
  vertical-align: center;
}
#content .pagina.pagina-fixed {
  position: fixed !important;
  width: auto !important;
  max-width: 1240px !important;
  float: none !important;
  display: block;
  left: 0;
  right: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: left 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s;
  -moz-transition: left 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s;
  -ms-transition: left 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s;
  -o-transition: left 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s;
  transition: left 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s;
  top: 90px;
  z-index: 1000;
  background: #fff;
}
#content .pagina.pagina-fixed.col-1-width {
  position: static !important;
}
.notransition#content .pagina.pagina-fixed {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
@media (min-width: 1259px) {
  #content .pagina.pagina-fixed {
    left: 164px;
    right: 0;
    padding-left: 55px;
    padding-right: 60px;
  }
  .shifted#content .pagina.pagina-fixed {
    left: 328px;
    right: -164px;
  }
  .readmode#content .pagina.pagina-fixed {
    left: 109px;
    right: 55px;
  }
  .view-article.readmode#content .pagina.pagina-fixed {
    left: 69px;
    right: 95px;
  }
  .view-article#content .pagina.pagina-fixed {
    padding-right: 20px;
    padding-left: 95px;
  }
}
@media (min-width: 1368px) {
  #content .pagina.pagina-fixed {
    left: 50%;
    margin-left: -510px;
   margin-right: -674px;
    right: 50%;
	-webkit-transition: margin 0.2s ease-in-out 0s;
    -moz-transition: margin 0.2s ease-in-out 0s;
    -o-transition: margin 0.2s ease-in-out 0s;
    -ms-transition: margin 0.2s ease-in-out 0s;
    transition: margin 0.2s ease-in-out 0s;
  }
  .shifted#content .pagina.pagina-fixed {
    left: 50%;
    margin-left: -346px;
    right: 50%;
    margin-right: -838px;
  }
  .readmode#content .pagina.pagina-fixed {
    left: 50%;
    margin-left: -565px;
    right: 50%;
   margin-right: -619px;
  }
  .view-article.readmode#content .pagina.pagina-fixed {
    left: 50%;
    margin-left: -605px;
    right: 50%;
    margin-right: -579px;
  }
}
@media (min-width: 680px) {
  #content .pagina.pagina-fixed {
    top: 30px;
  }
}
.tv #content .pagina.pagina-fixed {
  color: #fff;
  background: #3e3e3e;
}
.pagina .pagina-inner {
  font-family: "Droid";
 /* font-size: 60px;*/
  letter-spacing: 0.05em;
}
.col-half-width.pagina .pagina-inner,
.col-1-width.pagina .pagina-inner {
  font-size: 25px;
}
.small-title.col-half-width.pagina .pagina-inner,
.small-title.col-1-width.pagina .pagina-inner {
  font-size: 25px;
}
.shrunk.col-half-width.pagina .pagina-inner,
.shrunk.col-1-width.pagina .pagina-inner {
  font-size: 20px;
}
.col-2-width.pagina .pagina-inner {
  font-size: 40px;
}
.small-title.col-2-width.pagina .pagina-inner {
  font-size: 30px;
}
.shrunk.col-2-width.pagina .pagina-inner {
  font-size: 30px;
}
.small-title.pagina .pagina-inner {
  font-size: 30px;
}
.shrunk.pagina .pagina-inner {
  font-size: 30px;
}
.pagina .pagina-inner .section-logo {
  width: 80px;
  height: 37px;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../img/generic/orzel_maly.png");
  background-size: 54px 37px;
}
@media (min-width: 1010px) {
  .pagina .pagina-inner .section-logo {
    width: 140px;
  }
}
.shrunk.pagina .pagina-inner .section-logo {
  background-size: 37.8px 25.9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pagina .pagina-inner .section-logo {
    background-image: url("../img/generic/orzel_maly_20.png");
  }
}
@media (min-width: 1010px) {
  .pagina .pagina-inner .section-logo {
    background-size: 86px 59px;
    background-image: url("../img/generic/orzel.png");
  }
  .shrunk.pagina .pagina-inner .section-logo {
    background-size: 60.2px 41.3px;
  }
}
@media (min-width: 1010px) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1010px), (min-width: 1010px) and (min-resolution: 192dpi) and (min-width: 1010px) {
  .pagina .pagina-inner .section-logo {
    background-image: url("../img/generic/orzel_20.png");
  }
}
.pagina .pagina-inner .pagina-logo.main-logo {
  margin: 0 -15px;
  display: block;
}
.col-half-width.pagina .pagina-inner .pagina-logo.main-logo,
.col-1-width.pagina .pagina-inner .pagina-logo.main-logo {
  background: url("../img/generic/logo_glowne_300.png") 50% 50% no-repeat;
  height: 80px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col-half-width.pagina .pagina-inner .pagina-logo.main-logo,
  .col-1-width.pagina .pagina-inner .pagina-logo.main-logo {
    background: url("../img/generic/logo_300_20.png") 50% 50% no-repeat;
    background-size: 300px 44px;
  }
}
.col-2-width.pagina .pagina-inner .pagina-logo.main-logo {
  background: url("../img/generic/logo_glowne_400.png") 50% 50% no-repeat;
  height: 120px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col-2-width.pagina .pagina-inner .pagina-logo.main-logo {
    background: url("../img/generic/logo_400_20.png") 50% 50% no-repeat;
    background-size: 400px 58px;
  }
}

.col-3-width.pagina .pagina-inner .pagina-logo.main-logo {
  background: url("../img/generic/logo_glowne.png") 50% 57% no-repeat;
  height: 140px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col-3-width.pagina .pagina-inner .pagina-logo.main-logo {
    background: url("../img/generic/logo_glowne_20.png") 50% 57% no-repeat;
    background-size: 568px 82px;
  }
}
.pagina .pagina-inner .pagina-logo.archives-logo {
  background: url("../img/generic/archives_logo.png") 15px 50% no-repeat;
  height: 170px;
}
.col-half-width.pagina .pagina-inner .pagina-logo.archives-logo,
.col-1-width.pagina .pagina-inner .pagina-logo.archives-logo {
  background: url("../img/generic/archives_logo_60.png") 15px 50% no-repeat;
  height: 80px;
}
.col-2-width.pagina .pagina-inner .pagina-logo.archives-logo {
  height: 140px;
}
.pagina .pagina-inner .pagina-logo.department-logo {
  width: 80px;
  background: url("../img/generic/orzel_maly.png") 50% 50% no-repeat;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pagina .pagina-inner .pagina-logo.department-logo {
    background: url("../img/generic/orzel_maly_20.png") 50% 50% no-repeat;
    background-size: 54px 37px;
  }
}
@media (min-width: 1010px) {
  .pagina .pagina-inner .pagina-logo.department-logo {
    background: url("../img/generic/logo_glowne_400.png") 30% 50% no-repeat;
    width: 450px;
    height: 60px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1010px), (min-resolution: 192dpi) and (min-width: 1010px) {
  .pagina .pagina-inner .pagina-logo.department-logo {
    width: 450px;
    background: url("../img/generic/logo_400_20.png") 30% 50% no-repeat;
    background-size: 400px 58px;
  }
}
.pagina .pagina-inner .pagina-logo.tv-logo {
  background: url("../img/generic/logo_tv_white.png") 15px 50% no-repeat;
  height: 185px;
  width: 200px;
}
.pagina .pagina-inner .pagina-logo.tv-small-logo {
  width: 60px;
  height: 40px;
  background: url("../img/generic/logo_tv_small_50.png") 50% 50% no-repeat;
}
@media (min-width: 1010px) {
  .pagina .pagina-inner .pagina-logo.tv-small-logo {
    background: url("../img/generic/logo_tv_small.png") 50% 50% no-repeat;
  }
}
.pagina-container.pagina-sponsor {
  width: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 680px) {
  .pagina-container.pagina-sponsor {
    width: 150px;
  }
}

/* ustawienie styli przed decyzja o col-width */
@media (min-width: 1011px){
	.pagina .pagina-inner .pagina-logo.main-logo {
  		background: url("../img/generic/logo_glowne.png") 50% 57% no-repeat;
  		height: 140px;
	}
	.art-box .art-box-photo {
		height: 400px;
	}
	.article .article-title {
		font-size: 40px;
		padding-bottom: 15px;
	}
	.article .article-photo {
		height: 350px;
	}
	.pagina .pagina-inner {
  		font-size: 60px;
	}
}

@media (min-width: 681px) and (max-width: 1010px) {
	.pagina .pagina-inner .pagina-logo.main-logo {
	  background: url("../img/generic/logo_glowne_400.png") 50% 50% no-repeat;
	  height: 120px;
	}
	.art-box .art-box-photo {
		height: 400px;
	}
	.article .article-title {
		font-size: 40px;
		padding-bottom: 15px;
	}
	.article .article-photo {
		height: 350px;
	}
	.pagina .pagina-inner {
  		font-size: 40px;
	}
}

@media (max-width: 680px){
	.pagina .pagina-inner .pagina-logo.main-logo {
	  background: url("../img/generic/logo_glowne_300.png") 50% 50% no-repeat;
	  height: 80px;
	}
	.art-box .art-box-photo {
		height: 200px;
	}
	.article .article-photo {
		height: 200px;
	}
	
	.pagina .pagina-inner {
  		font-size: 25px;
	}
	
}




/*@import "../rp.less";*/
#content #content-inner .scale-2 {
  background-size: 50% 50%;
}
.apla-live {
  position: relative;
}
.apla-live:after {
  content: 'NA ŻYWO';
  position: absolute;
  left: 20px;
  top: 20px;
  width: 95px;
  height: 25px;
  background-color: #dc4c4c;
  line-height: 25px;
  font-family: "Brandon";
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.apla-video {
  position: relative;
}
.apla-video:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../img/generic/apla_video.png");
}
.apla-gallery {
  position: relative;
}
.apla-gallery:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../img/generic/apla_gallery.png");
}
/*@import "../rp.less";*/
.my-slider .slider-prev {
  background: url("../img/generic/prev.png") 50% 50% no-repeat;
  cursor: pointer;
}
.my-slider .slider-next {
  background: url("../img/generic/next.png") 50% 50% no-repeat;
  cursor: pointer;
}
.my-slider .slider-next:hover,
.my-slider .slider-prev:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.my-slider .slider-screen {
  postition: relative;
  overflow: hidden;
  margin: 0 auto;
}
.my-slider .slider-screen .slider-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3000px;
  -webkit-transition: left 0.4s ease-in-out 0s;
  -moz-transition: left 0.4s ease-in-out 0s;
  -o-transition: left 0.4s ease-in-out 0s;
  -ms-transition: left 0.4s ease-in-out 0s;
  transition: left 0.4s ease-in-out 0s;
}
.my-slider .slider-screen .slider-container > li {
  float: left;
}
.article {
  display: block;
  padding: 15px;
}
.article .article-related {
  float: left;
  width: 200px;
  margin-top: -15px;
  margin-left: -15px;
  padding-right: 30px;
  padding-bottom: 15px;
  background-color: #fff;
}
@media (max-width: 500px) {
  .article .article-related {
    display: none;
  }
}
.tv .article .article-related {
  background-color: #3e3e3e;
}
.article .article-related .column-header {
  padding-top: 20px;
}
.article .article-section {
  display: block;
  font-family: 'Brandon';
  font-weight: bold;
  color: #dd4c4c;
  font-size: 16px;
  letter-spacing: 0.07em;
  margin-top: 15px;
}
.col-2-width.article .article-section {
  font-size: 20px;
}
.col-3-width.article .article-section {
  font-size: 24px ;
}
.article .article-photo {
  display: block;
  width: 100%;
 /* height: 150px; powoduje skok */
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.col-1-width.article .article-photo {
  height: 200px;
}
.col-2-width.article .article-photo {
  height: 350px;
}
.col-3-width.article .article-photo {
  height: 500px;
}
.article .article-photo-caption {
  display: block;
  margin-bottom: 2px;
  font-family: "Droid";
  font-size: 13px;
  line-height: 17px;
  color: #555;
}
.article .article-photo-author {
  display: block;
  margin-bottom: 2px;
  font-family: "Droid";
  font-size: 13px;
  line-height: 17px;
  color: #A6A6A6;
}
.article .article-details {
  display: block;
  margin-bottom: 10px;
}
.article .article-author {
  display: inline-block;
  font-family: 'Droid';
  color: #7e7e7e;
  font-size: 13px;
  padding-bottom: 0;
}
.article .article-datetime {
  display: inline-block;
  text-align: left;
  font-family: 'Droid';
  color: #a6a6a6;
  font-size: 13px;
  padding-right: 20px;
  padding-bottom: 0;
}
.article .article-update {
  display: inline-block;
  text-align: left;
  font-family: 'Droid';
  color: #a6a6a6;
  font-size: 13px;
  padding-bottom: 0;
}
.article .article-title {
  display: block;
  font-family: 'Droid';
  color: #111;
  font-size: 25px;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1.2em;
}
.col-2-width.article .article-title {
  font-size: 40px;
  padding-bottom: 15px;
}
.col-3-width.article .article-title {
  font-size: 54px;
  padding-bottom: 20px;
}
.tv .article .article-title {
  color: #fff;
}
.article .article-subtitle {
  display: block;
  font-family: 'Droid';
  color: #111;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}
.col-2-width.article .article-subtitle {
  font-size: 30px;
}
.col-3-width.article .article-subtitle {
  font-size: 30px;
}
.tv .article .article-subtitle {
  color: #fff;
}
.article .article-content {
  display: block;
  font-family: 'OpenSans';
  color: #111;
  font-size: 16px;
  /*padding-top: 15px;*/
  padding-bottom: 15px;
  line-height: 1.7em;
}
.article .article-content .lead {
  font-family: 'Droid';
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.3em;
}
.col-2-width.article .article-content .lead {
  font-size: 23px;
}
.col-3-width.article .article-content .lead {
  font-size: 23px;
}
.article .article-content p {
  padding-bottom: 30px;
  font-family: 'OpenSans';
}
.article .article-content p a {
  color: #DD4C4C;
  text-decoration: underline;
}
/* uwaga przy mergu nie usuwać ponizszego stylu  */
.article .article-content blockquote p {
  display: block;
  font-style: italic;
  font-size: 24px;
  padding-bottom: 30px;
  font-family: 'Droid';
  line-height: 1.2em;
}
.article .article-content blockquote
{
  padding-top:0px;
  padding: 30px;
}

.col-2-width.article .article-content quote {
  font-size: 36px;
}
.col-3-width.article .article-content quote {
  font-size: 36px;
}
.article .article-content ul {
  padding-bottom: 30px;
}
.article .article-content ul li {
  list-style-image: url("../img/generic/list-image.png");
  padding-left: 15px;
  margin-left: 15px;
}
.article .article-content .subtitle {
  /* padding-left: 15px;*/
  font-weight: bold;
  font-family: "Droid";
  font-size: 16px;
  padding-bottom: 10px;
}
.col-2-width.article .article-content .subtitle {
  font-size: 20px;
}
.col-3-width.article .article-content .subtitle {
  font-size: 20px;
}
.article .article-content ol {
  display: block;
  list-style-type: decimal;
  margin-left: 15px;
  margin-right: 0;
  padding-left: 15px;
  padding-bottom: 30px;
  /*            color:#DD4C4C;
            li{



            }*/
}
.article .article-content .full-width-photo {
  width: 100%;
  height: 200px;
  background-size: cover;
  margin-bottom: 30px;
}
.tv .article .article-content {
  color: #fff;
}
.article .article-content .bold {
  font-weight: bold;
}
.article .article-content .italic {
  font-style: italic;
}
.article .article-rotator {
  display: block;
  float: left;
  margin-bottom: 10px;
}
.article .article-rotator .article-rotator-element {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: none;
  line-height: 37px;
  text-align: center;
  font-family: "Droid";
  font-size: 21px;
  color: #111;
}
.article .article-rotator .article-rotator-element.selected {
  background-color: #dd4c4c;
  color: #fff;
}
.economy .article .article-rotator .article-rotator-element.selected {
  background-color: #40658f;
}
.blue .article .article-rotator .article-rotator-element.selected {
  background-color: #3a598b;
}
.law .article .article-rotator .article-rotator-element.selected {
  background-color: #ffdf91;
}
.article .article-rotator .article-rotator-element:not(.selected):hover {
  background-color: #ddd;
  color: #111;
}
.article .article-socials {
  float: right;
  display: block;
  margin-bottom: 10px;
}
.article .article-socials .socials-button {
  display: inline-block;
  height: 37px;
  width: 37px;
  margin-left: 2px;
  background-color: #e4e4e4;
  cursor: pointer;
}
.article .article-socials .socials-button .icon {
  height: 34px;
  width: 32px;
  background-repeat: no-repeat;
}/*
.article .article-socials .socials-button:hover {
   background-color: #ccc;
 }*/

.article .article-socials .socials-twitter .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 0px -148px;
}
.article .article-socials .socials-twitter:hover .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
background-position: -37px -148px;
}
.article .article-socials .socials-facebook .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 0px -74px;
}
.article .article-socials .socials-facebook:hover .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -37px -74px;
}
.article .article-socials .socials-linkedin .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 0px -111px;
 }
.article .article-socials .socials-linkedin:hover .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -37px -111px;
}
.article .article-socials .socials-share .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 0px -185px;
}
.article .article-socials .socials-share:hover .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -37px -185px;
}
.article .article-socials .socials-print .icon {
  background-image: url("../img/generic/toolbar/icon_printer.png");
}
.article .article-socials .socials-print:hover .icon {
  background-image: url("../img/generic/toolbar/icon_printer_hover.png");
}
.article .article-footer {
  clear: both;
  display: block;
  padding-top: 15px;
  line-height: 20px;
  text-align: right;
  font-family: "Droid";
  font-size: 11px;
  /*        .source-image{
            display: inline-block;
            height: 20px;
            width:60px;
        }*/
}
.article .article-footer .copyright {
  line-height: 40px;
  height: 40px;
  vertical-align: top;
  display: inline-block;
  padding-right: 30px;
}
.article .article-footer .licence {
  position: relative;
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}
.article .article-footer .source {
  line-height: 40px;
  height: 40px;
  vertical-align: top;
  font-weight: normal;
  display: inline-block;
  padding-right: 60px;
  background-position: 75% 50%;
  background-repeat: no-repeat;
}
.article .article-tags {
  display: block;
  position: relative;
  padding: 20px 0 20px 40px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'OpenSans';
  border-top: #aeaeae solid 3px;
  border-bottom: #aeaeae solid 3px;
}
.article .article-tags:after {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  width: 40px;
  content: "TAGI:";
  display: inline-block;
  color: #111;
}
.tv .article .article-tags:after {
  color: #fff;
}
.article .article-tags .article-tag {
  display: inline-block;
  color: #aeaeae;
  padding-left: 10px;
}
.article .article-tags a:hover {
  color: #555;
}
.article .article-next {
  margin-top: 40px;
  padding-top: 20px;
  position: relative;
  display: block;
  padding-right: 50px;
  line-height: 34px;
  border-top: #dd4c4c solid 3px;
}
.article .article-next:before {
  content: "Następny artykuł";
  display: inline-block;
  color: #111;
  font-family: "OpenSans";
  font-weight: bold;
  font-size: 12px;
}
.tv .article .article-next:before {
  color: #fff;
}
.article .article-next .article-next-title {
  display: inline-block;
  color: #aeaeae;
  padding-left: 10px;
  font-family: "Droid";
  font-size: 14px;
}
.article .article-next .article-next-title:after {
  content: " ";
  position: absolute;
  background: #dd4c4c url("../img/generic/next_article_arrow.png") 50% 50% no-repeat;
  bottom: 0;
  right: 0;
  height: 34px;
  width: 34px;
}
.article-description .article-description-inner {
  display: block;
  margin: 15px;
  padding-top: 15px;
}
.article-description .article-description-inner.rectangle-inner,
.article-description .article-description-inner.half-rectangle-inner,
.article-description .article-description-inner.rectangle-width-inner {
  margin: 15px auto;
}
.article-description .article-description-inner .article-description-section {
  display: block;
  font-family: 'Brandon';
  font-weight: bold;
  color: #dd4c4c;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.col-2-width.article-description .article-description-inner .article-description-section {
  font-size: 18px;
}
.col-3-width.article-description .article-description-inner .article-description-section {
  font-size: 18px;
}
.article-description .article-description-inner .article-description-content {
  display: block;
  font-family: 'Droid';
  color: #111;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 1.2em;
}
/*@import "../rp.less";*/
.comment {
  display: block;
  padding: 15px;
  font-family: 'OpenSans';
  position: relative;
  /*border-bottom: #ebebeb solid 1px;*/
}
.comment .comment-author {
  display: inline-block;
  color: #dd4c4c;
  font-size: 11px;
  height: 15px;
}
.comment .comment-datetime {
  display: inline-block;
  text-align: left;
  color: #111;
  font-size: 11px;
  height: 15px;
  padding-right: 30px;
}
.tv .comment .comment-datetime {
  color: #fff;
}
.comment .comment-content {
  display: block;
  color: #111;
  font-size: 13px;
  padding: 10px 0;
  line-height: 1.5em;
}
.tv .comment .comment-content {
  color: #fff;
}
.comment .comment-content:after {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  content: ' ';
  display: block;
  border-bottom: #ebebeb solid 1px;
}
.comment .comment-reply {
  display: inline-block;
  /*display: inline-block;*/
  text-align: left;
  color: #dd4c4c;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  width: 40px;
  padding-left: 30px;
  background: url("../img/generic/reply.png") 0% 50% no-repeat;
}
.comment-form {
  display: block;
  padding: 15px;
}
.comment-form .comment-form-header {
  display: block;
  font-family: 'Brandon';
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  color: #111;
  padding-bottom: 0;
}
.tv .comment-form .comment-form-header {
  color: #fff;
}
.comment-form .comment-input {
  display: block;
  font-family: "OpenSans";
  font-size: 13px;
  margin: 5px 0 10px;
  padding: 5px;
  min-height: 75px;
  width: 100%;
  border: #e0e0e0 solid 3px;
  line-height: 1.2em;
}
.tv .comment-form .comment-input {
  background-color: transparent;
  color: #fff;
}
.comment-form .comment-button {
  padding: 0;
  margin: 0;
  float: left;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: bold;
  width: 90px;
  height: 34px;
  color: #fff;
  background-color: #dd4c4c;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.comment-form button:hover {
  background-color: #c24343;
}
.comment-form button:active {
  background-color: #9f3333;
}
.toolbar {
  -webkit-transition: left 0.2s ease-in-out 0s;
  -moz-transition: left 0.2s ease-in-out 0s;
  -o-transition: left 0.2s ease-in-out 0s;
  -ms-transition: left 0.2s ease-in-out 0s;
  transition: left 0.2s ease-in-out 0s;
  left: 0;
  top: 0px;
  height: 40px;
  z-index: 1200;
  width: 40px;
  position: fixed;
  -webkit-backface-visibility: hidden;
}
.toolbar .toolbar-icon {
  display: none;
  z-index: 1200;
}
.toolbar .toolbar-icon.toolbar-showmenu {
  display: block;
  opacity: 0.7;
}
@media (min-width: 1259px) {
  .toolbar {
    left: 196px;
    top: 83px;
  }
}
@media (min-width: 1259px) {
  .toolbar.view-article {
    height: 400px;
  }
  .toolbar.view-article .toolbar-icon.toolbar-twitter {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 67px;
    right: 235px;
    display: block;
  }
  .toolbar.view-article .toolbar-icon.toolbar-facebook {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 67px;
    right: 191px;
    display: block;
  }
  .toolbar.view-article .toolbar-icon.toolbar-linkedin {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 67px;
    right: 147px;
    display: block;
  }
  .toolbar.view-article .toolbar-icon.toolbar-share {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 67px;
    right: 103px;
    display: block;
  }
  .toolbar.view-article .toolbar-icon.toolbar-print {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 67px;
    right: 59px;
    display: block;
  }
  .toolbar.view-article .toolbar-icon.toolbar-comment {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 67px;
    right: 15px;
    color: #9E9E9E;
    display: block;
  }
}
@media (min-width: 1259px) {
  .toolbar.view-article {
    height: 400px;
  }
  .toolbar.view-article .toolbar-icon.toolbar-twitter,
  .toolbar.view-article .toolbar-icon.toolbar-facebook,
  .toolbar.view-article .toolbar-icon.toolbar-linkedin,
  .toolbar.view-article .toolbar-icon.toolbar-share,
  .toolbar.view-article .toolbar-icon.toolbar-comment,
  .toolbar.view-article .toolbar-icon.toolbar-print {
    position: static;
  }
  .toolbar.view-article .toolbar-icon.toolbar-showmenu {
    opacity: 1;
  }
  .toolbar.view-article .toolbar-icon.toolbar-eye-closed {
    opacity: 1;
  }


  .toolbar.view-article.hide-socials .toolbar-twitter,
  .toolbar.view-article.hide-socials .toolbar-facebook,
  .toolbar.view-article.hide-socials .toolbar-linkedin,
  .toolbar.view-article.hide-socials .toolbar-share,
  .toolbar.view-article.hide-socials .toolbar-print,
  .toolbar.view-article.hide-socials .toolbar-comment {
    display: none;
  }
}
.toolbar.view-article .toolbar-eye {
  display: block;
}
.toolbar.view-article .toolbar-eye-closed {
  display: none;
}
.no-adv.toolbar.view-article .toolbar-eye {
  display: none;
}
.no-adv.toolbar.view-article .toolbar-eye-closed {
  display: block;
}
.toolbar .toolbar-icon.toolbar-showmenu,
.toolbar .toolbar-icon.toolbar-hidemenu {
  position: fixed;
  -webkit-backface-visibility: hidden;
  left: 0;
  top: 0;
}
@media (min-width: 1368px) {
  .toolbar .toolbar-icon.toolbar-showmenu,
  .toolbar .toolbar-icon.toolbar-hidemenu {
    left: 50%;
    margin-left: -669px !important;
  }
}
.toolbar .toolbar-showmenu .icon {
background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -36px 1px;
}
.toolbar .toolbar-hidemenu .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 1px 1px;
}
.toolbar .toolbar-eye .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 1px -36px;
}
.toolbar .toolbar-eye-closed .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -36px -36px;
}
.toolbar .toolbar-twitter .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 1px -147px;
}.toolbar .toolbar-twitter:hover .icon {
   background-image: url("../img/generic/toolbar/social_toolbar_all.png");
   background-position: -36px -147px;
}

.toolbar .toolbar-facebook .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 1px -73px;
}
.toolbar .toolbar-facebook:hover .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -36px -73px;
}

.toolbar .toolbar-linkedin .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 1px -110px;
}
.toolbar .toolbar-linkedin:hover .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -36px -110px;
}

.toolbar .toolbar-share .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 1px -184px;
}

.toolbar .toolbar-share:hover .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -36px -184px;
}

.toolbar .toolbar-print .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 1px -221px;
}
.toolbar .toolbar-print:hover .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -36px -221px;
}

.toolbar .toolbar-comment .icon {
  line-height: 15px;
  padding-top: 23px;
  font-family: 'Droid';
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding-right: 2px;
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 1px -265px;
}
.toolbar .toolbar-comment:hover .icon {
  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -36px -265px;
}

.toolbar .toolbar-icon .icon:hover {
  cursor: pointer;
  opacity: 1;
}

.toolbar .toolbar-icon.toolbar-eye .icon:hover {
/*  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: -36px -36px;*/
}
.toolbar .toolbar-icon.toolbar-eye-closed .icon:hover {
/*  background-image: url("../img/generic/toolbar/social_toolbar_all.png");
  background-position: 1px -36px;*/
}
.toolbar .toolbar-icon {
  height: 40px;
  width: 40px;
  margin-bottom: 2px;
  background-color: #e4e4e4;
}
.toolbar .toolbar-icon.toolbar-showmenu,
.toolbar .toolbar-icon.toolbar-hidemenu {
  margin-left: 5px;
  margin-top: 6px;
  background-color: #2e2e2e;
}
.toolbar .toolbar-icon .icon {
  height: 37px;
  width: 37px;
  background-repeat: no-repeat;
  z-index: 1201;
}
.toolbar .toolbar-icon.toolbar-eye,
.toolbar .toolbar-icon.toolbar-eye-closed {
  background-color: #373737;
}
@media (max-width: 1258px) {
  .showmenu.toolbar {
    left: 0;
  }
  .showmenu.toolbar .toolbar-icon.toolbar-showmenu {
    display: none;
  }
  .shifted.showmenu.toolbar {
    left: 0;
  }
  .showmenu.toolbar .toolbar-icon.toolbar-showmenu {
    display: none;
  }
  .showmenu.toolbar .toolbar-icon.toolbar-hidemenu {
    display: block;
  }
  .shifted.toolbar {
    left: 360px;
  }
  .toolbar .toolbar-icon.toolbar-showmenu {
    display: block;
  }
  .toolbar .toolbar-icon.toolbar-hidemenu {
    display: none;
  }
  .toolbar .toolbar-icon.toolbar-eye {
    display: none;
  }
  .toolbar .toolbar-icon.toolbar-eye-closed {
    display: none;
  }
}
@media (min-width: 1259px) {
  .readmode.toolbar {
    left: 0;
    margin-left: 0;
  }
  .readmode.toolbar .toolbar-icon.toolbar-hidemenu {
    display: none;
  }
  .readmode.toolbar .toolbar-icon.toolbar-showmenu {
    display: block;
  }
  .readmode.toolbar .toolbar-icon.toolbar-showmenu {
    display: block;
  }
  .readmode.toolbar .toolbar-icon.toolbar-hidemenu {
    display: none;
  }
  .toolbar .toolbar-icon.toolbar-showmenu {
    display: none;
  }
  .toolbar .toolbar-icon.toolbar-hidemenu {
    display: block;
  }
}
@media (min-width: 1259px) and (min-width: 1368px) {
  .toolbar {
    left: 50%;
    margin-left: -478px;
    -webkit-transition: left 0s linear 0.2s;
    -moz-transition: left 0s linear 0.2s;
    -o-transition: left 0s linear 0.2s;
    -ms-transition: left 0s linear 0.2s;
    transition: left 0s linear 0.2s;
  }
  .shifted.toolbar {
    left: 50%;
    margin-left: -314px;
  }
  .readmode.toolbar {
    left: 0;
    margin-left: 0;
    -webkit-transition: margin-left 0.2s ease-in-out 0s;
    -moz-transition: margin-left 0.2s ease-in-out 0s;
    -o-transition: margin-left 0.2s ease-in-out 0s;
    -ms-transition: margin-left 0.2s ease-in-out 0s;
    transition: margin-left 0.2s ease-in-out 0s;
  }
}
#showmenu-apla {
  display: none;
  position: fixed;
  -webkit-backface-visibility: hidden;
  left: 0;
  top: 54px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1300;
}
.showmenu#showmenu-apla {
  display: block;
}
@media (min-width: 1259px) {
  .showmenu#showmenu-apla {
    display: none;
  }
}
/*@import "../rp.less";*/
.currency-box {
  display: block;
  border: #ececec solid 5px;
}
.currency-box .currency-element {
  float: left;
  width: 50%;
  height: 110px;
  padding-top: 20px;
}
.currency-bar .currency-bar-inner {
  position: relative;
  display: block;
  border: #ececec 4px solid;
  margin: 15px;
  height: 100%;
}
.currency-bar .currency-bar-inner .currency-element {
  height: 110px;
  display: none;
  border: #ececec 1px solid;
  float: left;
  width: 12.5000000000%;
  padding-top: 20px;
}
.col-2-width.currency-bar .currency-bar-inner .currency-element {
  width: 25.0000000000%;
}
.col-1-width.currency-bar .currency-bar-inner .currency-element {
  width: 50.00000000000%;
}
.currency-bar .currency-bar-inner .currency-element:nth-child(8n-1) {
  border-left: none;
  float: right;
}
.col-2-width.currency-bar .currency-bar-inner .currency-element:nth-child(4n-1) {
  border-left: none;
  float: right;
}
.col-1-width.currency-bar .currency-bar-inner .currency-element:nth-child(2n-1) {
  border-right: none;
}
.currency-bar .currency-bar-inner .currency-bar-tab-names.currency-element,
.currency-bar .currency-bar-inner .selected .currency-element {
  display: block;
}
.currency-bar .currency-bar-inner .currency-bar-tab .currency-bar-tab-name {
  position: absolute;
  left: 0;
  top: 0;
  height: 37.66666667px;
  width: 12.5%;
  border: #ececec 1px solid;
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 12px;
  line-height: 37.66666667px;
  padding-left: 18px;
  color: #2e2e2e;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.col-2-width.currency-bar .currency-bar-inner .currency-bar-tab .currency-bar-tab-name {
  width: 25%;
}
.col-1-width.currency-bar .currency-bar-inner .currency-bar-tab .currency-bar-tab-name {
  width: 50%;
}
.currency-bar .currency-bar-inner .currency-bar-tab.selected .currency-bar-tab-name {
  background-color: #40658f;
  color: #fff;
  border: none;
  border-left: #ececec 1px solid;
  z-index: 10;
}
.currency-bar .currency-bar-inner .currency-bar-tab.selected .currency-bar-tab-name:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 19.33333333px 0 19.33333333px 8px;
  border-color: transparent transparent transparent #40658f;
}
.currency-bar .currency-bar-inner .currency-bar-tab + .currency-bar-tab .currency-bar-tab-name {
  top: 35.66666667px;
}
.currency-bar .currency-bar-inner .currency-bar-tab + .currency-bar-tab + .currency-bar-tab .currency-bar-tab-name {
  top: 72.33333333px;
}
.currency-bar .currency-bar-inner .currency-bar-tab {
  height: 100%;
}
.currency-bar .currency-bar-inner .currency-bar-tab .currency-bar-container {
  height: 100%;
}
.currency-bar .currency-bar-inner:after {
  content: '';
  display: block;
  clear: both;
}
.currency-element {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 70px;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.currency-element .currency-name {
  font-family: 'Droid';
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  vertical-align: center;
}
.rising.currency-element .currency-name {
  color: #79af64;
}
.rising.currency-element .currency-name:after {
  display: inline-block;
  content: ' ';
  margin-left: 10px;
  width: 19px;
  height: 19px;
  background: url("../img/generic/rising_arrow.png") no-repeat;
  background-position: right;
}
.falling.currency-element .currency-name {
  color: #dd4c4c;
}
.falling.currency-element .currency-name:after {
  display: inline-block;
  margin-left: 10px;
  content: ' ';
  width: 19px;
  height: 19px;
  background: url("../img/generic/falling_arrow.png") no-repeat;
  background-position: right;
}
.currency-element .currency-value {
  margin-top: 10px;
  display: block;
  font-family: 'Droid';
  font-size: 35px;
  color: #111;
}
#content #content-inner .currency-element.diff-type {
  text-align: center;
  vertical-align: middle;
  padding-top: 50px;
}
#content #content-inner .currency-element.diff-type .currency-name {
  position: relative;
  font-family: 'Droid';
  font-weight: normal;
  font-size: 20px;
  line-height: 19px;
  vertical-align: center;
  color: #111;
}
#content #content-inner .currency-element.diff-type.rising .currency-name {
  color: #111;
}
#content #content-inner .currency-element.diff-type.rising .currency-name:after {
  display: block;
  position: absolute;
  content: ' ';
  top: -25px;
  left: 0;
  right: 0;
  height: 19px;
  width: auto;
  margin: 0;
  background: url("../img/generic/rising_arrow.png") no-repeat 50% 50%;
}
#content #content-inner .currency-element.diff-type.falling .currency-name {
  color: #111;
}
#content #content-inner .currency-element.diff-type.falling .currency-name:after {
  display: block;
  position: absolute;
  content: ' ';
  top: -25px;
  left: 0;
  right: 0;
  height: 19px;
  width: auto;
  margin: 0;
  background: url("../img/generic/falling_arrow.png") no-repeat 50% 50%;
}
#content #content-inner .currency-element.diff-type .currency-value {
  margin-top: 3px;
  display: block;
  font-family: 'Droid';
  font-size: 16px;
  color: #111;
  font-weight: bold;
}
#content #content-inner .currency-element.diff-type.rising .currency-value {
  color: #79af64;
}
#content #content-inner .currency-element.diff-type.falling .currency-value {
  color: #dd4c4c;
}
.listing-box .listing-box-inner {
  display: block;
  position: relative;
  margin: 15px 15px 240px;
  /*width: @rectangle-width;*/
  height: 25px;
}
.listing-box .listing-box-inner .listing-box-tab {
  display: inline-block;
}
.listing-box .listing-box-inner.rectangle-inner,
.listing-box .listing-box-inner.half-rectangle-inner,
.listing-box .listing-box-inner.rectangle-width-inner {
  margin: 15px auto 240px;
}
.listing-box .listing-box-inner .listing-box-tab .listing-box-section {
  display: inline-block;
  font-family: 'Brandon';
  font-weight: bold;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 25px;
  padding: 0 8px;
  margin-right: -4px;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.listing-box .listing-box-inner .listing-box-tab .listing-box-section:hover {
  background-color: #ddd;
}
.listing-box .listing-box-inner .listing-box-tab.selected .listing-box-section {
  color: #FFF;
  background-color: #40658f;
}
.listing-box .listing-box-inner .listing-box-tab .listing-box-container {
  display: none;
}
.listing-box .listing-box-inner .listing-box-tab.selected .listing-box-container {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: -225px;
  padding: 20px;
/*  background: #40658f url("../img/generic/stock_stock_bcg.png") no-repeat;*/
	background: #40658f;
  background-size: cover;
}
.listing-box .listing-box-inner .listing-box-link {
  color: #d33737;
}
.listing-box .listing-box-inner .stock-link {
  display: block;
  position: relative;
  margin: 15px 0 0;
  padding: 0;
  color: #d33737;
  font-family: 'OpenSans';
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  padding-right: 20px;
}
.listing-box .listing-box-inner .stock-link:after {
  display: inline-block;
  content: '';
  background: url("../img/generic/arrow_red.png") no-repeat;
  background-position: 100% 50%;
  height: 8px;
  width: 20px;
}
.listing-bar {
  margin: 15px 0;
}
.listing-bar .listing-bar-inner {
  background-color: #517eb1;
  display: block;
  position: relative;
  margin-bottom: 225px;
  height: 25px;
}
@media (min-width: 1259px) {
  .listing-bar .listing-bar-inner {
    margin-left: -40px;
    margin-right: -45px;
  }
}
.col-1-width.listing-bar .listing-bar-inner {
  margin-bottom: 475px;
}
.listing-bar .listing-bar-inner .listing-bar-tab {
  display: inline-block;
}
.listing-bar .listing-bar-inner .listing-bar-tab:first-child .listing-bar-section {
  padding-left: 20px;
}
@media (min-width: 1259px) {
  .listing-bar .listing-bar-inner .listing-bar-tab:first-child .listing-bar-section {
    padding-left: 60px;
  }
}
.listing-bar .listing-bar-inner .listing-bar-tab .listing-bar-section {
  display: inline-block;
  font-family: 'Brandon';
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  padding: 0 8px;
  margin-right: -4px;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.listing-bar .listing-bar-inner .listing-bar-tab .listing-bar-section:hover {
  background-color: #4871a1;
}
.listing-bar .listing-bar-inner .listing-bar-tab.selected .listing-bar-section {
  color: #111;
  background-color: #40658f;
}
.listing-bar .listing-bar-inner .listing-bar-tab .listing-bar-container {
  display: none;
}
@media (min-width: 1259px) {
  .listing-bar .listing-bar-inner .listing-bar-tab .listing-bar-container {
    padding-left: 40px;
    padding-right: 45px;
  }
}
.listing-bar .listing-bar-inner .listing-bar-tab.selected .listing-bar-container {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: -225px;
  background: #40658f url("../img/generic/stock_stock_bcg.png") no-repeat;
  background-size: cover;
}
.col-1-width.listing-bar .listing-bar-inner .listing-bar-tab.selected .listing-bar-container {
  bottom: -475px;
}
.listing-bar .listing-bar-inner .listing-bar-tab.selected .listing-bar-container .listing-bar-column {
  float: left;
  width: 33.333333333%;
  padding: 20px;
}
.col-1-width.listing-bar .listing-bar-inner .listing-bar-tab.selected .listing-bar-container .listing-bar-column {
  width: 100%;
}
.col-1-width.listing-bar .listing-bar-inner .listing-bar-tab.selected .listing-bar-container .listing-bar-column:nth-child(3) {
  display: none;
}
.col-2-width.listing-bar .listing-bar-inner .listing-bar-tab.selected .listing-bar-container .listing-bar-column {
  width: 50%;
}
.col-2-width.listing-bar .listing-bar-inner .listing-bar-tab.selected .listing-bar-container .listing-bar-column:nth-child(3) {
  display: none;
}
.listing-bar .listing-bar-inner .listing-bar-link {
  color: #d33737;
}
.listing-bar .listing-bar-inner .stock-link {
  display: block;
  position: relative;
  margin: 15px 0 0;
  padding: 0;
  color: #d33737;
  font-family: 'OpenSans';
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  padding-right: 20px;
}
.listing-bar .listing-bar-inner .stock-link:after {
  display: inline-block;
  content: '';
  background: url("../img/generic/arrow_red.png") no-repeat;
  background-position: 100% 50%;
  height: 8px;
  width: 20px;
}
.listing-bar .listing-bar-inner .stock {
  cursor: pointer;
}
.stock {
  display: block;
  position: relative;
  width: 100%;
  margin: 3px 0;
  padding: 0 5px;
  /*.listing-bar-column + listing-bar-column*/
}
.stock .stock-name,
.stock .stock-value,
.stock .stock-diff {
  display: inline-block;
  width: 24%;
  font-family: "Droid";
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 24px;
}
.black.stock .stock-name,
.black.stock .stock-value,
.black.stock .stock-diff {
  color: #111;
}
.stock .stock-name {
  width: 37%;
  text-align: left;
}
.stock .stock-value {
  text-align: right;
}
.stock .stock-diff {
  text-align: right;
}
.stock.rising.selected {
  background-color: #79af64;
}
.stock.falling.selected {
  background-color: #d33737;
}
.stock.rising:after,
.stock.falling:after {
  display: block;
  position: absolute;
  content: " ";
  width: 13px;
  height: 24px;
  right: 6px;
  bottom: 0;
}
.stock.rising:after {
  background: url("../img/generic/rising_arrow_smallest.png") no-repeat 50% 50%;
}
.stock.falling:after {
  background: url("../img/generic/falling_arrow_smallest.png") no-repeat 50% 50%;
}
.stock.rising.selected:after {
  background: url("../img/generic/rising_arrow_smallest_white.png") no-repeat 50% 50%;
}
.stock.falling.selected:after {
  background: url("../img/generic/falling_arrow_smallest_white.png") no-repeat 50% 50%;
}
@media (min-width: 680px) {
  .stock.selected:before {
    display: block;
    position: absolute;
    content: " ";
    right: -8px;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 0 12px 8px;
  }
  .stock.rising.selected:before {
    border-color: transparent transparent transparent #79af64;
  }
  .stock.falling.selected:before {
    border-color: transparent transparent transparent #d33737;
  }
  .listing-bar-column + .listing-bar-column .stock.selected:before {
    right: auto;
    left: -8px;
    border-width: 12px 8px 12px 0;
  }
  .listing-bar-column + .listing-bar-column .stock.rising.selected:before {
    border-color: transparent #79af64 transparent transparent;
  }
  .listing-bar-column + .listing-bar-column .stock.falling.selected:before {
    border-color: transparent #d33737 transparent transparent;
  }
}
.stock-link {
  display: block;
  position: relative;
  width: 100%;
  margin: 7px 0;
  padding: 0 0;
  color: #d33737;
  font-family: 'OpenSans';
  font-size: 12px;
  font-weight: normal;
}
.stock-plot {
  display: none;
}
.listing-bar-chart-container {
  position: static;
  margin: 0 auto;
  height: 180px;
  width: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  background: url("../img/generic/bcg/chart_bcg.png") no-repeat 100% 100%;
}
.falling.listing-bar-chart-container {
  background: url("../img/generic/bcg/chart_bcg_falling.png") no-repeat 100% 100%;
}
.listing-bar-chart-container .chart-name,
.listing-bar-chart-container .chart-value,
.listing-bar-chart-container .chart-diff {
  display: inline-block;
  font-family: "Droid";
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.listing-bar-chart-container .chart-name {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 100px;
  text-align: center;
}
.falling.listing-bar-chart-container .chart-name:after {
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url("../img/generic/falling_arrow_smallest_white.png") no-repeat 50% 50%;
}
.rising.listing-bar-chart-container .chart-name:after {
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url("../img/generic/rising_arrow_smallest_white.png") no-repeat 50% 50%;
}
.listing-bar-chart-container .chart-value {
  position: absolute;
  top: 35px;
  left: 30px;
  width: 60px;
}
.listing-bar-chart-container .chart-diff {
  position: absolute;
  top: 35px;
  left: 90px;
  width: 60px;
  text-align: right;
}
.listing-bar-chart {
  margin: 50px 0 0 -10px;
  height: 110px;
  width: 200px;
}
.calculator-box .calculator-box-inner {
  display: block;
  position: relative;
  margin: 15px 15px 240px;
  /*width: @rectangle-width;*/
  height: 25px;
}
.calculator-box .calculator-box-inner.half-rectangle-inner,
.calculator-box .calculator-box-inner.rectangle-inner,
.calculator-box .calculator-box-inner.rectangle-width-inner {
  margin: 15px auto 240px;
}
.calculator-box .calculator-box-inner .calculator-box-tab {
  display: inline-block;
}
.calculator-box .calculator-box-inner .calculator-box-tab .calculator-box-section {
  display: inline-block;
  font-family: 'Brandon';
  font-weight: bold;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 25px;
  padding: 0 8px;
  margin-right: -4px;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.calculator-box .calculator-box-inner .calculator-box-tab .calculator-box-section:hover {
  background-color: #ddd;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-section {
  color: #111;
  background-color: #ececec;
}
.calculator-box .calculator-box-inner .calculator-box-tab .calculator-box-container {
  display: none;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: -225px;
  padding: 0 10px;
  background: #40658f url("../img/generic/bcg/calc_bcg.png") no-repeat;
  background-size: cover;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form {
  display: block;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form label {
  display: block;
  font-size: 12px;
  font-family: 'Droid';
  color: #999;
  height: 12px;
  margin: 0;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form input {
  margin: 5px 0 5px;
  border: #ccc 1px solid;
  width: 100%;
  height: 24px;
  font-size: 13px;
  font-family: "OpenSans";
  color: #444;
  padding-left: 15px;
  border-radius: 0;
  background-color: #fff;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form select option {
  display: inline-block;
  color: #999;
  font-size: 10px;
  font-family: 'Droid';
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form input[type="radio"] {
  display: inline-block;
  width: auto;
  height: 24px;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form input[type="radio"] + label {
  margin: 5px 0 5px;
  height: 24px;
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  vertical-align: top;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form input.select {
  cursor: pointer;
  background-color: #fff;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form input.select:disabled {
  background-color: #fff;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form .dropdown-button {
  position: absolute;
  cursor: pointer;
  top: 26px;
  left: 10px;
  right: 20px;
  height: 24px;
  background: transparent url("../img/generic/triangle_down_dark.png") 100% 50% no-repeat;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form .dropdown-button.opened {
  background: transparent url("../img/generic/triangle_up_dark.png") 100% 50% no-repeat;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form .dropdown-list {
  position: absolute;
  display: none;
  z-index: 1000;
  top: 50px;
  left: 10px;
  right: 10px;
  height: auto;
  background-color: white;
  border: #ccc 2px solid;
  font-weight: normal;
  /*                    input[type=checkbox]:checked + label {
                         background-color: rgba(255,255,255,0.1);
                         background-image: url(../../../img/kahuna/icons/orange-tick.png);
                         background-position: 100% 0;
                         background-size: contain;
                         background-repeat: no-repeat;
                    }*/
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form .dropdown-list.opened {
  display: block;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form .dropdown-list input[type=checkbox] {
  position: absolute;
  top: 0px;
  left: -9999px;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form .dropdown-list label {
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-family: "OpenSans";
  color: #444;
  padding: 0;
  padding-left: 15px;
  margin: 0;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form .dropdown-list label:hover {
  background-color: #ddd;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container form input[type="submit"] {
  display: block;
  float: left;
  padding: 8px 18px;
  color: #fff;
  font-family: "OpenSans";
  font-size: 12px;
  background-color: #40658f;
  border: none;
  width: auto;
  height: auto;
  font-weight: bold;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container .field {
  position: relative;
  display: block;
  float: left;
  padding: 10px;
  height: 50px;
  width: 100%;
}
.calculator-box .calculator-box-inner .calculator-box-tab.selected .calculator-box-container .half-field {
  position: relative;
  display: block;
  float: left;
  padding: 10px;
  height: 50px;
  width: 50%;
}
.frame-card {
  margin-top: 10px;
}
.frame-card .card-plot {
  margin: 10px;
  height: 130px;
}
.frame-card .plot-data {
  display: none;
}
.frame-card .card {
  position: relative;
  width: 100%;
  height: 60px;
}
.frame-card .card .logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.frame-card .card .address {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: "OpenSans";
  font-size: 12px;
  color: #9b9b9b;
}
.frame-card .card .address a {
  color: #ed8c80;
}
/*@import "../rp.less";*/
.person .person-inner {
  display: block;
  margin: 15px;
  position: relative;
}
.person .person-inner.half-rectangle-inner,
.person .person-inner.rectangle-width-inner,
.person .person-inner.rectangle-inner {
  margin: 15px auto;
}
/*23.02*/
.article-person.person .person-inner {
  min-height: 76px;
}
.page-person.person .person-inner {
  border-bottom: #b8b8b8 solid 3px;
  min-height: 237px !important;
  padding: 15px 0 50px;
}
.page-person.col-1-width.person .person-inner {
  min-height: 168px !important;
}
.page-person.rp-author.person .person-inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 54px;
  height: 37px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/generic/orzel_maly.png");
  background-size: 54px 37px;
  background-position: 50% 50%;
  /*            .shrunk&{
                background-size: (0.7 *54px) (0.7 * 37px);
            }*/
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-person.rp-author.person .person-inner:after {
    background-image: url("../img/generic/orzel_maly_20.png");
  }
}
/*23.02*/
.person .person-inner .person-photo {
  margin-top: 10px;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
}
.article-person.person .person-inner .person-photo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.page-person.person .person-inner .person-photo {
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 154px;
  height: 154px;
}
.page-person.col-1-width.person .person-inner .person-photo {
  position: static;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  top: 0;
}
.page-person.rp-author.person .person-inner .person-photo:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -20px;
  width: 64px;
  height: 43px;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url("@{base-url}person_eagle.png");*/
}
.page-person.col-1-width.rp-author.person .person-inner .person-photo:after {
  width: 48px;
  height: 33px;
  bottom: -15px;
}
.person .person-inner .person-name {
  margin-top: 10px;
  display: block;
  font-family: "Droid";
  font-size: 21px;
  text-align: center;
  color: #111;
}
.article-person.person .person-inner .person-name {
  padding-top: 25px;
  padding-left: 95px;
  text-align: left;
}
.page-person.person .person-inner .person-name {
  padding-top: 15px;
  padding-left: 169px;
  text-align: left;
  font-size: 35px;
}
.page-person.col-1-width.person .person-inner .person-name {
  font-size: 21px;
  padding-left: 0;
}
.person .person-inner .person-title {
  margin-top: 10px;
  display: block;
  font-family: "Droid";
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  color: #40658f;
}
.economy .person .person-inner .person-title {
  color: #40658f;
}
.article-person.person .person-inner .person-title {
  padding-left: 95px;
  font-size: 12px;
  margin-top: 5px;
  text-align: left;
}
.page-person.person .person-inner .person-title {
  padding-left: 169px;
  margin-top: 8px;
  text-align: left;
}
.page-person.col-1-width.person .person-inner .person-title {
  padding-left: 0;
}
.person .person-inner .person-description {
  margin-top: 10px;
  margin-bottom: 20px;/*10in avrio */
  display: block;
  font-family: "OpenSans";
  font-size: 13px;
  text-align: center;
  line-height: 1.4em;
  color: #111;
}
.article-person.person .person-inner .person-description {
  margin-top: 25px;
  text-align: left;
  color: #444;
}
.page-person.person .person-inner .person-description {
  padding-left: 169px;
  margin-top: 20px;
  text-align: left;
  color: #444;
}
.page-person.col-1-width.person .person-inner .person-description {
  padding-left: 0;
}
.person .person-inner .person-social-container {
  /*position: static;*/
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  bottom: 10px;
  text-align: right;
}
.person .person-inner .person-social-container .person-social {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 32px;
  margin: 0 4px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-image: url("../img/generic/social/social.png");
}
.person .person-inner .person-social-container .person-social.facebook {
  background-position: 0px 0px;
}
.person .person-inner .person-social-container .person-social.facebook:hover {
  background-position: -32px 0px;
}
.person .person-inner .person-social-container .person-social.twitter {
  background-position: 0px -64px;
}
.person .person-inner .person-social-container .person-social.twitter:hover {
  background-position: -32px -64px;
}
.person .person-inner .person-social-container .person-social.linkedin {
  background-position: 0px -32px;
}
.person .person-inner .person-social-container .person-social.linkedin:hover {
  background-position: -32px -32px;
}
.person .person-inner .person-description + .person-social-container {
  margin-top: -10px;
}
/*@import "../rp.less";*/
.rectangle-list {
  display: block;
}
.rectangle-list .rectangle-list-inner {
  display: block;
  margin: 15px;
  background-size: cover;
  padding-left: 23px;
  background-color: black;
  color: #fff;
}
.rectangle-list .rectangle-list-inner .title {
  padding-top: 20px;
  display: block;
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.rectangle-list .rectangle-list-inner ul {
  padding-top: 6px;
}
.rectangle-list .rectangle-list-inner ul li {
  list-style-image: url("../img/generic/list_image_law.png");
  padding-left: 15px;
  line-height: 25px;
  margin-left: 15px;
  font-family: "Droid";
  font-size: 14px;
  color: #fff;
}
.calendar-container {
  margin: 15px;
  display: relative;
  padding: 5px 0 10px;
  /*
    clear child float (pika-lendar), using the famous micro clearfix hack
    http://nicolasgallagher.com/micro-clearfix-hack/
    */
}
.calendar-container .title {
  display: block;
  font-family: "Brandon";
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #111;
  padding: 5px 0 10px;
}
.calendar-container label {
  font-family: "Droid";
  font-size: 12px;
  color: #999;
}
.calendar-container input[type='text'] {
  color: #999;
  border: #ccc 1px solid;
  height: 25px;
  width: 100px;
  font-size: 12px;
  padding-left: 2px;
  border-radius: 0;
}
.calendar-container input[type='submit'] {
  height: 25px;
  width: 70px;
  border: none;
  background-color: #ffdf91;
  font-family: "OpenSans";
  font-size: 10px;
  border-radius: 0;
}
.calendar-container input + label {
  /*padding-left: 30px;*/
}
.calendar-container .calendar-apla {
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 200px;
}
.calendar-container .pika-single {
  z-index: 970;
  display: block;
  position: relative;
  color: #333;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}
.calendar-container .pika-single:before,
.calendar-container .pika-single:after {
  content: " ";
  display: table;
}
.calendar-container .pika-single:after {
  clear: both;
}
.calendar-container .pika-single {
  *zoom: 1;
}
.calendar-container .pika-single.is-hidden {
  display: none;
}
.calendar-container .pika-single.is-bound {
  position: absolute;
  /*box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);*/
}
.calendar-container .pika-lendar {
  float: left;
  width: 100%;
  /*padding: 8px;*/
}
.calendar-container .pika-title {
  position: relative;
  text-align: center;
  padding: 8px;
  background-color: #ffe9b2;
  height: 66px;
}
.calendar-container .pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 970;
  overflow: hidden;
  margin: 0;
  padding: 15px 3px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Brandon";
  font-weight: normal;
  font-size: 16px;
  color: #a18747;
}
.calendar-container .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 969;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.calendar-container .pika-prev,
.calendar-container .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 50px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .8;
  *position: absolute;
  *top: 0;
}
.calendar-container .pika-prev:hover,
.calendar-container .pika-next:hover {
  opacity: 1;
}
.calendar-container .pika-prev,
.calendar-container .is-rtl .pika-next {
  float: left;
  background: url("../img/generic/calendar-left-arrow.png") 50% 50% no-repeat;
  *left: 0;
}
.calendar-container .pika-next,
.calendar-container .is-rtl .pika-prev {
  float: right;
  background: url("../img/generic/calendar-right-arrow.png") 50% 50% no-repeat;
  *right: 0;
}
.calendar-container .pika-prev.is-disabled,
.calendar-container .pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.calendar-container .pika-select {
  display: inline-block;
  *display: inline;
}
.calendar-container .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  background-color: #ffdf91;
}
.calendar-container .pika-table th,
.calendar-container .pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.calendar-container .pika-table th {
  color: #967e43;
  font-family: "Droid";
  font-size: 12px;
  line-height: 25px;
  height: 35px;
  text-align: center;
}
.calendar-container .pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #fff;
  height: 35px;
  font-family: "OpenSans";
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  background-color: transparent;
}
.calendar-container .pika-week {
  font-size: 11px;
  color: #9f8953;
}
.calendar-container .is-today .pika-button {
  color: #9f8953;
  font-weight: bold;
}
.calendar-container .is-selected .pika-button {
  color: #fff;
  font-weight: bold;
}
.calendar-container .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.calendar-container .pika-button:hover {
  color: #fff !important;
  background: #ddb85d !important;
  box-shadow: none !important;
}
/*@import "../rp.less";*/
.pagina-special {
  z-index: 1000;
  height: 130px;
}
@media (min-width: 680px) {
  .pagina-special {
    height: 180px;
  }
}
@media (min-width: 1010px) {
  .pagina-special {
    height: 210px;
  }
}
.pagina-special .pagina-special-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 998;
}
@media (min-width: 680px) {
  .pagina-special .pagina-special-background {
    height: 260px;
  }
}
@media (min-width: 1010px) {
  .pagina-special .pagina-special-background {
    height: 320px;
  }
}
@media (min-width: 1259px) {
  .pagina-special .pagina-special-background {
    left: -40px;
    right: -45px;
    padding: 0 45px 0 40px;
  }
}
.pagina-special .pagina-special-header {
  display: block;
  height: 90px;
  position: relative;
  z-index: 1000 2;
}
@media (min-width: 680px) {
  .pagina-special .pagina-special-header {
    height: 100px;
  }
}
@media (min-width: 1010px) {
  .pagina-special .pagina-special-header {
    height: 140px;
  }
}
.pagina-special .pagina-special-header .pagina-special-logo {
  z-index: 1004;
  position: absolute;
  left: 0;
  top: 20px;
  width: 140px;
  height: 50px;
  background: url("../img/generic/orzel_maly.png") 70% 50% no-repeat;
  /*            @media
            (-webkit-min-device-pixel-ratio: 2),
            (min-resolution: 192dpi) {
                background: url("@{base-url}orzel_maly_20.png") 70% 50% no-repeat;
                background-size: 54px 37px;
            }*/
  /*            @media
            (-webkit-min-device-pixel-ratio: 2) and (min-width: @screen-md-min),
            (min-resolution: 192dpi) and (min-width: @screen-md-min) {
                background: url("@{base-url}orzel_20.png") 80% 50% no-repeat;
                background-size: 86px 59px;
            }*/
}
@media (min-width: 680px) {
  .pagina-special .pagina-special-header .pagina-special-logo {
    top: 30px;
  }
}
@media (min-width: 1010px) {
  .pagina-special .pagina-special-header .pagina-special-logo {
    top: 50px;
    background: url("../img/generic/orzel.png") 80% 50% no-repeat;
  }
}
.pagina-special .pagina-special-header .pagina-special-title {
  z-index: 1004;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  left: 140px;
  border-left: rgba(25, 25, 25, 0.5) solid 1px;
  padding-left: 20px;
  margin: 10px 0;
  font-size: 25px;
  line-height: 40px;
  font-family: "Droid";
  letter-spacing: 0.05em;
}
@media (min-width: 680px) {
  .pagina-special .pagina-special-header .pagina-special-title {
    margin: 10px 0;
    font-size: 40px;
    line-height: 40px;
    top: 30px;
  }
}
@media (min-width: 1010px) {
  .pagina-special .pagina-special-header .pagina-special-title {
    margin: 0 0;
    line-height: 60px;
    font-size: 60px;
    top: 50px;
  }
}
.with-border-bottom.pagina-special .pagina-special-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-bottom: #b8b8b8 solid 3px;
  z-index: 1003;
}
.economy .with-border-bottom.pagina-special .pagina-special-header:after {
  border-color: #40658f;
}
.blue .with-border-bottom.pagina-special .pagina-special-header:after {
  border-color: #3a598b;
}
.law .with-border-bottom.pagina-special .pagina-special-header:after {
  border-color: #ffdf91;
}
.special-sponsor-box {
  z-index: 1004;
}
.special-sponsor-box .special-sponsor-box-inner {
  display: block;
  z-index: 1004;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  border: #ececec 5px solid ;
}
.special-sponsor-box .special-sponsor-box-inner .sponsor-box-element {
  padding: 0;
  display: block;
  float: left;
  height: 115px;
  width: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 11px;
  font-family: "OpenSans";
  font-weight: normal;
  color: #a4a4a4;
}
@media (min-width: 680px) {
  .special-sponsor-box .special-sponsor-box-inner .sponsor-box-element {
    width: 25%;
  }
}
@media (min-width: 1010px) {
  .special-sponsor-box .special-sponsor-box-inner .sponsor-box-element {
    width: 14.2857142857%;
  }
}
.special-sponsor-box .special-sponsor-box-inner p.sponsor-box-element {
  padding: 40px 0 40px 30px;
}
.special-sponsor-box .special-sponsor-box-inner .sponsor-box-element.sponsor-box-right-sep {
  margin-right: -2px;
  border-right: #ececec 2px solid ;
}
.special-sponsor-box .special-sponsor-box-inner .sponsor-box-element.sponsor-box-bottom-sep {
  margin-bottom: -2px;
  height: 117px;
  border-bottom: #ececec 2px solid ;
}
.error-header {
  position: relative;
}
.error-header .error-logo {
  display: block;
  float: left;
}
.col-half-width.error-header .error-logo,
.col-1-width.error-header .error-logo {
  background: url("../img/generic/logo_glowne_300.png") 50% 50% no-repeat;
  height: 100px;
  float: none;
  margin: 0 auto;
  width: 300px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col-half-width.error-header .error-logo,
  .col-1-width.error-header .error-logo {
    background: url("../img/generic/logo_300_20.png") 50% 50% no-repeat;
    background-size: 300px 44px;
  }
}
.col-2-width.error-header .error-logo {
  background: url("../img/generic/logo_glowne_400.png") 50% 50% no-repeat;
  height: 140px;
  float: none;
  margin: 0 auto;
  width: 400px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col-2-width.error-header .error-logo {
    background: url("../img/generic/logo_400_20.png") 50% 50% no-repeat;
    background-size: 400px 58px;
  }
}
.col-3-width.error-header .error-logo {
  background: url("../img/generic/logo_glowne.png") 50% 50% no-repeat;
  height: 170px;
  width: 600px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col-3-width.error-header .error-logo {
    background: url("../img/generic/logo_glowne_20.png") 50% 50% no-repeat;
    background-size: 568px 82px;
  }
}
.error-header .error-logo:after {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: ' ';
  display: block;
  border-bottom: #b6b6b6 solid 3px;
}
.error-header .error-404 {
  float: right;
  width: 300px;
  background: url("../img/generic/404.png") 50% 50% no-repeat;
}
.col-half-width.error-header .error-404,
.col-1-width.error-header .error-404 {
  float: none;
  margin: 0 auto;
  height: 100px;
}
.col-2-width.error-header .error-404 {
  float: none;
  margin: 0 auto;
  height: 140px;
}
.col-3-width.error-header .error-404 {
  height: 170px;
}
.col-half-width.error-box,
.col-1-width.error-box {
  padding: 15px;
}
.col-2-width.error-box {
  padding: 15px;
}
.col-3-width.error-box {
  padding: 75px;
}
.error-box .error-info {
  margin-top: 40px;
  display: block;
  font-family: "Droid";
  font-size: 25px;
  color: #000;
}
.error-box .error-description {
  margin-top: 17px;
  margin-bottom: 20px;
  display: block;
  font-family: "OpenSans";
  font-size: 14px;
  color: #111;
}
.error-box .error-option {
  margin: 20px 0;
  display: block;
  font-family: "Droid";
  font-size: 14px;
  color: #111;
  line-height: 30px;
}
.error-box .error-option a {
  display: inline-block;
  padding-right: 20px;
  background: url("../img/generic/arrow_red.png") 100% 50% no-repeat;
  color: #dc4b4b;
}
.error-box .search-form {
  display: inline-block;
  height: 30px;
  width: 50%;
  position: relative;
  margin: 20px 50px 20px;
  padding-left: 40px;
}
.col-1-width.error-box .search-form {
  padding-left: 20px;
}
.error-box .search-form .search-query {
  height: 30px;
  width: 100%;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
  border: none;
  color: #111;
  border-bottom: #eaeaea 1px solid;
  /* Firefox < 19 */
  /* Firefox > 19 */
  /* Internet Explorer 10 */
}
.error-box .search-form .search-query::-webkit-input-placeholder {
  color: #555;
}
.error-box .search-form .search-query:focus::-webkit-input-placeholder {
  color: #333;
}
.error-box .search-form .search-query:-moz-placeholder {
  color: #555;
}
.error-box .search-form .search-query:focus:-moz-placeholder {
  color: #333;
}
.error-box .search-form .search-query::-moz-placeholder {
  color: #555;
}
.error-box .search-form .search-query:focus::-moz-placeholder {
  color: #333;
}
.error-box .search-form .search-query:-ms-input-placeholder {
  color: #555;
}
.error-box .search-form .search-query:focus:-ms-input-placeholder {
  color: #333;
}
.error-box .search-form .search-button {
  position: absolute;
  display: block;
  right: -50px;
  width: 50px;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  background: transparent url("../img/generic/search_red.png") no-repeat scroll 50% 50%;
}
.gallery .h-3,
.gallery .h-3-3-3,
.gallery .h-3-2-3,
.gallery .h-3-1-3,
.gallery .h-2-3-3,
.gallery .h-2-2-3,
.gallery .h-2-1-3,
.gallery .h-1-3-3,
.gallery .h-1-2-3,
.gallery .h-1-1-3 {
  padding: 15px;
  height: 840px;
}
.gallery .h-2,
.gallery .h-3-1-2,
.gallery .h-2-3-2,
.gallery .h-2-2-2,
.gallery .h-2-1-2,
.gallery .h-3-3-2,
.gallery .h-3-2-2,
.gallery .h-1-3-2,
.gallery .h-1-2-2,
.gallery .h-1-1-2 {
  padding: 15px;
  height: 560px;
}
.gallery .h-1,
.gallery .h-1-1-1,
.gallery .h-3-1-1,
.gallery .h-2-3-1,
.gallery .h-2-2-1,
.gallery .h-2-1-1,
.gallery .h-3-3-1,
.gallery .h-3-2-1,
.gallery .h-1-3-1,
.gallery .h-1-2-1,
.tv.h-1 {
  padding: 15px;
  height: 280px;
}
.gallery .h-xs-15 {
  height: 420px;
}
@media (min-width: 680px) {
  .gallery .h-3-3-2,
  .gallery .h-3-3-1,
  .gallery .h-2-3-2,
  .gallery .h-2-3-1,
  .gallery .h-1-3-2,
  .gallery .h-1-3-1 {
    padding: 15px;
    height: 840px;
  }
  .gallery .h-3-2-3,
  .gallery .h-3-2-1,
  .gallery .h-1-2-3,
  .gallery .h-1-2-1,
  .gallery .h-2-2-3,
  .gallery .h-2-2-1 {
    padding: 15px;
    height: 560px;
  }
  .gallery .h-2-1-3,
  .gallery .h-2-1-2,
  .gallery .h-3-1-3,
  .gallery .h-3-1-2,
  .gallery .h-1-1-3,
  .gallery .h-1-1-2 {
    padding: 15px;
    height: 280px;
  }
  .gallery .h-sm-15 {
    height: 420px;
  }
}
@media (min-width: 1010px) {
  .gallery .h-3-2-3,
  .gallery .h-3-2-2,
  .gallery .h-3-2-1,
  .gallery .h-3-1-3,
  .gallery .h-3-1-2,
  .gallery .h-3-1-1 {
    padding: 15px;
    height: 840px;
  }
  .gallery .h-2-3-3,
  .gallery .h-2-3-2,
  .gallery .h-2-3-1,
  .gallery .h-2-1-3,
  .gallery .h-2-1-2,
  .gallery .h-2-1-1 {
    padding: 15px;
    height: 560px;
  }
  .gallery .h-1-3-3,
  .gallery .h-1-3-2,
  .gallery .h-1-3-1,
  .gallery .h-1-2-3,
  .gallery .h-1-2-2,
  .gallery .h-1-2-1 {
    padding: 15px;
    height: 280px;
  }
  .gallery .h-md-15 {
    height: 420px;
  }
}
.gallery .img-inner {
  display: block;
  min-height:200px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.gallery .img-inner .gallery-apla {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -ms-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  position: relative;
  padding: 65px 15px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display:none;
}
.tv.gallery .img-inner .gallery-apla,.tv .gallery .img-inner .gallery-apla  {
  display:block;
}
.gallery .img-inner .gallery-apla .apla-container {
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 15px;
}
.gallery .img-inner .gallery-apla .apla-section {
  display: block;
  font-family: 'Brandon';
  font-weight: bold;
  color: #dd4c4c;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.gallery .img-inner .gallery-apla .apla-title {
  display: block;
  font-family: 'Droid';
  color: #fff;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2em;
}
.gallery .img-inner .gallery-apla .apla-title.two-rows {
  min-height: 58px;
}
.gallery .img-inner .gallery-apla .apla-content {
  display: block;
  font-family: 'OpenSans';
  color: #fff;
  font-size: 13px;
  padding-bottom: 5px;
  line-height: 1.5em;
}
.gallery .img-inner .gallery-apla .apla-author {
  display: inline-block;
  font-family: 'Droid';
  color: #fff;
  font-size: 11px;
}
.gallery .img-inner .gallery-apla .apla-datetime {
  display: inline-block;
  text-align: left;
  font-family: 'Droid';
  color: #fff;
  font-size: 11px;
  padding-right: 55px;
}
.gallery .img-inner .gallery-apla .apla-comments {
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  text-align: left;
  font-family: 'Droid';
  color: #fff;
  font-size: 11px;
  height: 15px;
  padding-left: 25px;
  line-height: 15px;
  vertical-align: middle;
}
.gallery .img-inner .gallery-apla .apla-comments:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: -2px;
  width: 20px;
  background: url("../img/generic/speach.png") 50% 50% no-repeat;
}
.gallery .img-inner .gallery-apla.visible {
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 15px;
}
.gallery .img-inner .gallery-apla.visible .apla-container {
  /*bottom:0;*/
  height: auto;
  position: static;
}
.gallery .img-inner .gallery-apla.visible .apla-container .apla-comments {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 17px;
}
.gallery .img-inner .gallery-apla:hover {
  opacity: 1;
}
.gallery .img-inner .caption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 15px;
  font-family: "Droid";
  font-size: 13px;
  color: #a6a6a6;
}
.gallery .img-inner.apla-video .caption,
.gallery .img-inner.apla-gallery .caption,
.gallery .img-inner.apla-live .caption {
  bottom: -15px;
  left: 0;
}
.gallery .img-caption {
  display: block;
  padding: 0 15px;
  margin-bottom: 2px;
  font-family: "Droid";
  font-size: 13px;
  line-height: 17px;
  color: #555;
}
.gallery .col-1-width > .img-inner .gallery-apla.visible .apla-content {
  display: none;
}
@media (min-width: 1010px) {
	.gallery .col-1-width > .img-inner:hover .gallery-apla.visible, .tv.gallery > .img-inner:hover .gallery-apla.visible {
	  top: 0;
	  padding-top: 60px;
	}
	.gallery .col-1-width > .img-inner:hover .gallery-apla.visible .apla-content {
	  display: block;
	}
}
.gallery-counter {
  display: inline-block;
  font-family: "Droid";
  font-weight: bold;
  font-size: 12px;
  color: #a6a6a6;
  letter-spacing: 0;
  line-height: 16px;
  position: relative;
  padding-left: 46px;
}
.gallery-counter:before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  top: 0;
  display: inline-block;
  background: url("../img/generic/gallery_count.png") 0% 100% no-repeat;
  width: 26px;
}
.gallery-bar {
  padding: 0 0 0 15px;
  /*height: 1.5 * @gbh;*/
}
.gallery-bar .gallery-author {
  float: left;
  display: inline-block;
  font-family: "Droid";
  font-size: 13px;
  color: #a6a6a6;
  line-height: 45px;
}
.gallery-bar .gallery-pointer {
  float: right;
  display: inline-block;
  font-family: "Droid";
  font-size: 16px;
  color: #111;
  line-height: 45px;
  padding-right: 20px;
}
.gallery-bar .gallery-controls {
  float: right;
  display: inline-block;
}
.gallery-bar .gallery-controls .gallery-prev {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/generic/gallery_left.png") 50% 50% no-repeat;
}
.gallery-bar .gallery-controls .gallery-exit {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/generic/gallery_exit.png") 50% 50% no-repeat;
}
.gallery-bar .gallery-controls .gallery-next {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/generic/gallery_right.png") 50% 50% no-repeat;
}
.gallery-bar .gallery-controls .gallery-prev:hover,
.gallery-bar .gallery-controls .gallery-exit:hover,
.gallery-bar .gallery-controls .gallery-next:hover {
  background-color: rgba(25, 25, 25, 0.1);
}
.gallery-bar .gallery-controls:after {
  clear: both;
}
.gallery-footer {
  position: relative;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.gallery-footer .gallery-prev,
.gallery-footer .gallery-next {
  position: absolute;
  top: 15px;
  bottom: 15px;
  font-family: "Droid";
  font-size: 16px;
  color: #dd4c4c;
  font-weight: bold;
  display: block;
}
.gallery-footer .gallery-prev:hover,
.gallery-footer .gallery-next:hover {
  text-decoration: underline;
}
.gallery-footer .gallery-prev {
  left: 0;
  padding-left: 28px;
  background: url("../img/generic/gallery_left.png") 0% 50% no-repeat;
}
.tv .gallery-footer .gallery-prev {
  background-image: url("../img/generic/gallery_left_tv.png");
}
.gallery-footer .gallery-next {
  right: 0;
  padding-right: 28px;
  background: url("../img/generic/gallery_right.png") 100% 50% no-repeat;
}
.tv .gallery-footer .gallery-next {
  background-image: url("../img/generic/gallery_right_tv.png");
}
.gallery-footer .gallery-pointer {
  position: absolute;
  top: 15px;
  bottom: 15px;
  display: block;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  font-family: "Droid";
  font-size: 16px;
  color: #111;
  font-weight: bold;
}
.gallery-button-container {
  display: block;
  margin: 0 -6px;
}
.gallery-button {
  display: block;
  float: left;
  width: 50%;
  padding: 6px;
}
.gallery-button-inner {
  display: block;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #c7c7c7;
  height: 35px;
  line-height: 35px;
}
.gallery-button-inner.red {
  background-color: #dd4c4c;
}
.gallery-rotator.with-rotator {
  margin-bottom: 35px;
  position: relative;
  z-index: 10;
}
.gallery-rotator.with-rotator .gallery div {
  padding-bottom: 0;
}
.gallery-rotator.with-rotator .rotator-button-container {
  margin-right: 15px;
}
.gallery-rotator.with-rotator .rotator-button-container .rotator-button {
  color: #7e7e7e;
  background-color: #f1f1f1;
}
.gallery-rotator.with-rotator .rotator-button-container .rotator-button.selected {
  color: #111;
  background-color: #c7c7c7;
}

.tv-tabs {
  display: block;
  clear: both;
  float: none !important;
  width: auto !important;
  margin: 15px 0 690px;
  background-color: white;
  position: relative;
  height: 25px;
}
@media (min-width: 680px) {
  .tv-tabs {
    margin-bottom: 465px;
  }
}
@media (min-width: 1010px) {
  .tv-tabs {
    margin-bottom: 315px;
  }
}
@media (min-width: 1259px) {
  .tv-tabs {
    margin-left: -40px;
    margin-right: -45px;
  }
}
.tv-tabs .tab-box-tab {
  display: inline-block;
  width: 33.3333%;
  max-width: 185px;
  margin-right: -4px;
}
.tv-tabs .tab-box-tab.news {
  background-color: #e4e4e4;
}
.tv-tabs .tab-box-tab.news.selected .tab-box-container {
  border-bottom: #e4e4e4 15px solid;
}
.tv-tabs .tab-box-tab.economy {
  background-color: #40658f;
}
.tv-tabs .tab-box-tab.economy.selected .tab-box-container {
  border-bottom: #40658f 15px solid;
}
.tv-tabs .tab-box-tab.law {
  background-color: #ffdf91;
}
.tv-tabs .tab-box-tab.law.selected .tab-box-container {
  border-bottom: #ffdf91 15px solid;
}
.tv-tabs .tab-box-tab .tab-box-section {
  display: inline-block;
  font-family: 'Brandon';
  font-weight: bold;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 25px;
  padding: 0 8px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.02em;
  width: 100%;
  color: #111;
}
.tv-tabs .tab-box-tab .tab-box-section:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.tv-tabs .tab-box-tab.selected .tab-box-section {
  /*color: #111;*/
  /*background-color: #c7c7c7;*/
}
.tv-tabs .tab-box-tab .tab-box-container {
  display: none;
}
.tv-tabs .tab-box-tab.selected .tab-box-container {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding: 15px;
  bottom: -700px;
  border: #c7c7c7 solid 1px;
  background-color: #efefef;
  z-index: 0;
}
@media (min-width: 680px) {
  .tv-tabs .tab-box-tab.selected .tab-box-container {
    bottom: -475px;
  }
}
@media (min-width: 1010px) {
  .tv-tabs .tab-box-tab.selected .tab-box-container {
    bottom: -325px;
  }
}
@media (min-width: 1259px) {
  .tv-tabs .tab-box-tab.selected .tab-box-container {
    padding-left: -40px;
    padding-right: -45px;
  }
}
.page-breaker.galleries {
  padding: 0 0;
  height: 370px;
}
.page-breaker.galleries .slider-screen {
  display: block;
  position: relative;
  width: 100%;
  height: 370px;
  margin: 0 auto;
}
.page-breaker.galleries .slider-screen .slider-container {
  top: 0;
  width: 30000px;
  -webkit-transition: left 1s ease-in-out 0s;
  -moz-transition: left 1s ease-in-out 0s;
  -o-transition: left 1s ease-in-out 0s;
  -ms-transition: left 1s ease-in-out 0s;
  transition: left 1s ease-in-out 0s;
}
.page-breaker.galleries .slider-screen .slider-container li {
  position: relative;
  float: left;
  height: 370px;
}
.page-breaker.galleries .slider-screen .slider-container li .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  background-size: cover;
  background-position: 50% 50%;
}
.page-breaker.galleries .slider-screen:hover .static {
  opacity: 1;
}
.page-breaker.galleries .slider-screen .static {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  -ms-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}
.page-breaker.galleries .slider-screen .static .gallery-title {
  font-family: "Droid";
  font-size: 25px;
  line-height: 1.1em;
  letter-spacing: 0.07em;
  padding-bottom: 15px;
  color: #fff;
}
@media (min-width: 680px) {
  .page-breaker.galleries .slider-screen .static .gallery-title {
    font-size: 50px;
  }
}
.page-breaker.galleries .slider-screen .static .gallery-section {
  display: block;
  font-family: 'Brandon';
  font-weight: bold;
  color: #dd4c4c;
  font-size: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (min-width: 680px) {
  .page-breaker.galleries .slider-screen .static .gallery-section {
    font-size: 20px;
  }
}
.page-breaker.galleries .slider-screen .static .gallery-subtitle {
  display: block;
  font-family: "Droid";
  color: #fff;
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 1.1em;
}
@media (min-width: 680px) {
  .page-breaker.galleries .slider-screen .static .gallery-subtitle {
    font-size: 25px;
  }
}
.page-breaker.galleries .slider-screen .static .gallery-content {
  display: block;
  font-family: "Droid";
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  padding-bottom: 15px;
  line-height: 1.1em;
}
@media (min-width: 680px) {
  .page-breaker.galleries .slider-screen .static .gallery-content {
    font-size: 15x;
  }
}
.page-breaker.galleries .slider-screen .static .gallery-datetime {
  display: inline-block;
  text-align: left;
  font-family: 'Droid';
  color: #fff;
  font-size: 11px;
  height: 15px;
}
.page-breaker.galleries .slider-screen .static .gallery-link {
  display: inline-block;
  text-align: left;
  font-family: 'Droid';
  color: #dd4c4c;
  font-size: 11px;
  text-decoration: underline;
  padding-right: 20px;
  height: 15px;
  background: url("../img/generic/arrow_right.png") 50% 100% no-repeat;
}
.page-breaker.galleries .slider-screen .static .left {
  display: block;
}
@media (min-width: 1010px) {
  .page-breaker.galleries .slider-screen .static .left {
    position: absolute;
    left: 150px;
    right: 65%;
    top: 100px;
    bottom: 40px;
  }
}
.page-breaker.galleries .slider-screen .static .right {
  display: block;
}
@media (min-width: 1010px) {
  .page-breaker.galleries .slider-screen .static .right {
    position: absolute;
    left: 40%;
    right: 150px;
    top: 100px;
    bottom: 40px;
  }
}
.page-breaker.artboxes {
  padding: 45px 0;
  height: 370px;
}
.page-breaker.artboxes .slider-screen {
  display: block;
  position: relative;
  width: 100%;
  height: 280px;
  margin: 0 auto;
}
.page-breaker.artboxes .slider-screen .slider-container {
  top: 0;
  width: 30000px;
  -webkit-transition: left 1s ease-in-out 0s;
  -moz-transition: left 1s ease-in-out 0s;
  -o-transition: left 1s ease-in-out 0s;
  -ms-transition: left 1s ease-in-out 0s;
  transition: left 1s ease-in-out 0s;
}
.page-breaker.artboxes .slider-screen .slider-container li {
  position: relative;
  float: left;
  height: 280px;
  width: 330px;
  padding: 15px;
}
.brand-background {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -54px;
  height: 1000px;
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: - 2;
}
.pagina-brand {
  height: 180px;
}
.pagina-brand .brand-logo {
  height: 145px;
  margin: 35px 15px 15px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  -ms-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}
.pagina-brand .brand-logo.scrolled {
  opacity: 0;
}
.logo-header {
  position: fixed;
  -webkit-backface-visibility: hidden;
  height: 54px;
  left: 0;
  right: 0;
  top: 54px;
  z-index: 1100;
  background-position: 15px 50%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  -ms-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}
@media (min-width: 680px) {
  .logo-header {
    top: 0;
    right: 0;
    left: 164px;
  }
}
@media (min-width: 1368px) {
  .logo-header {
    left: 50%;
    margin-left: -510px;
    top: 0;
  }
}
.logo-header.scrolled {
  opacity: 1;
}
.brand-menu {
  margin: 15px;
}
.brand-menu > ul > li {
  color: #fff;
  position: relative;
  float: left;
  margin: 15px 35px 0 0;
  height: 35px;
  cursor: pointer;
}
.brand-menu > ul > li a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: 'OpenSans';
  height: 35px;
  z-index: 1000;
}
.brand-menu > ul > li ul {
  display: none;
}
.brand-menu > ul > li:hover {
  text-decoration: underline;
}
.brand-menu > ul > li:hover > a {
  background: url("../img/generic//brand_menu_triangle.png") 50% 100% no-repeat;
}
.brand-menu > ul > li:hover ul {
  position: absolute;
  display: block;
  top: 35px;
  left: 50%;
  margin-left: -96px;
  width: 192px;
  z-index: 1002;
  -webkit-box-shadow: -1px 3px 2px 0px rgba(50, 50, 50, 0.24);
  -moz-box-shadow: -1px 3px 2px 0px rgba(50, 50, 50, 0.24);
  box-shadow: -1px 3px 2px 0px rgba(50, 50, 50, 0.24);
}
.brand-menu > ul > li:hover ul li {
  height: 31px;
  width: 100%;
  color: #a3a3a3;
  background-color: #fff;
  padding-left: 22px;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: normal;
  line-height: 31px;
}
.brand-menu > ul > li:hover ul li:hover {
  color: #fff;
  background-color: #a3a3a3;
}
.brand-menu > ul > li.login a {
  padding-left: 65px;
  background: url("../img/generic//login.png") no-repeat;
  background-position: 35px 0%;
}
.brand-menu > ul > li.login:before {
  content: '';
  display: block;
  float: left;
  height: 14px;
  margin-bottom: 16px;
  width: 2px;
  border-left: #fff 1px solid;
}
.login-rectangle-container {
  display: block;
  background: #dfdfdf url("../img/generic/newsletter_eagle_dark.png") 30% 5% no-repeat;
}
.login-rectangle-container .login-form {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 250px;
  color: #fff;
  padding-top: 30px;
  padding: 30px 15px;
}
.login-rectangle-container .login-form .login-title {
  width: 100%;
  display: block;
  font-family: "Droid";
  font-size: 20px;
  color: #444;
  padding: 10px 0;
}
.login-rectangle-container .login-form .login-content {
  display: block;
  font-family: "OpenSans";
  font-size: 16px;
  line-height: 1.4em;
  color: rgba(240, 240, 240, 0.8);
  margin-bottom: 20px;
}
.login-rectangle-container .login-form input {
  display: block;
  width: 100%;
  height: 34px;
  border: 2px solid #FFF;
  background: none repeat scroll 0% 0% transparent;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: normal;
  color: #444;
  box-sizing: border-box;
  border-radius: 0;
  margin: 10px 0 ;
  padding-left: 15px;
}
.login-rectangle-container .login-form button {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: bold;
  width: 50%;
  height: 34px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.login-rectangle-container .login-form a {
  display: block;
  float: right;
  padding: 5px 0 ;
  margin: 0;
  font-family: "OpenSans";
  font-size: 11px;
  font-weight: normal;
  width: 45%;
  height: 34px;
  line-height: 1em;
  color: #444;
}
.login-rectangle-container .login-form button:hover {
  background-color: #eee;
}
.login-rectangle-container .login-form button:active {
  background-color: #ccc;
}
.pagebreaker-advert {
  display: block;
  clear: both;
  position: relative;
  float: none !important;
  width: auto !important;
  margin: 15px 0 15px;
  height: 160px;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 1259px) {
  .pagebreaker-advert {
    margin-left: -40px;
    margin-right: -45px;
  }
}
@media (min-width: 680px) {
  .pagebreaker-advert {
    height: 260px;
  }
}
@media (min-width: 1010px) {
  .pagebreaker-advert {
    height: 320px;
  }
}
.pagebreaker-advert.advert:after {
  content: "REKLAMA";
  position: absolute;
  display: block;
  bottom: -12px;
  left: 15px;
  color: #a0a0a0;
  font-family: "Brandon";
  font-size: 10px;
}
.archives-bar {
  display: block;
  margin: 15px 0;
  padding: 0 15px;
  font-family: "Brandon";
  font-size: 15px;
  color: #fff;
}
.archives-bar .archives-bar-inner {
  padding: 40px 70px;
  background-color: #3e3e3e;

}
.archives-bar.col-1-width,
.archives-bar.col-2-width {
  padding: 0;
}
.archives-bar.col-1-width .archives-bar-inner,
.archives-bar.col-2-width .archives-bar-inner {
  padding: 40px 15px;
}
.archives-bar .archives-options {
  display: block;
  position: relative;
  padding: 25px 0 15px;
}
.archives-bar .archives-options .archives-container {
  float: left;
  padding: 20px 0 10px;
  position: relative;
  margin: 0 0;
}
.col-1-width.archives-bar .archives-options .archives-container {
  float: none;
}
.archives-bar .archives-options .archives-container .title {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: left;
  font-family: "OpenSans";
  font-weight: bold;
  font-size: 13px;
  padding: 0;
}
.archives-bar .archives-options .archives-checkbox {
  padding: 10px 20px 10px 35px;
  margin-right: 25px;
  position: relative;
  float: left;
}
.col-1-width.archives-bar .archives-options .archives-checkbox {
  float: none;
}
.archives-bar .archives-options .archives-checkbox input[type=checkbox] {
  position: absolute;
  top: 0px;
  left: -9999px;
}
.archives-bar .archives-options .archives-checkbox label {
  height: 30px;
  color: #fff;
  line-height: 24px;
  font-size: 15px;
  font-family: "Brandon";
  font-weight: bold;
  cursor: pointer;
  display: block;
  border-bottom: #fff 3px solid;
}
.archives-bar .archives-options .archives-checkbox label.economy {
  border-color: #40658f;
}
.archives-bar .archives-options .archives-checkbox label.law {
  border-color: #ffdf91;
}
.archives-bar .archives-options .archives-checkbox label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.archives-bar .archives-options .archives-checkbox input[type=checkbox] + label:after {
  background-image: url("../img/generic/archive_checkbox.png");
}
.archives-bar .archives-options .archives-checkbox input[type=checkbox]:checked + label:after {
  background-image: url("../img/generic/archive_checkbox_checked.png");
}
.archives-bar .archives-options .archives-checkbox.locked {
  background: url("../img/generic/archive_locked.png") 100% 50% no-repeat;
}
.archives-bar .archives-options .advanced-button {
  float: left;
  display: block;
  height: 30px;
  margin: 10px 0;
  margin-right: 20px;
  line-height: 24px;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: normal;
  padding-right: 15px;
  cursor: pointer;
  /*border: #fff 2px solid;*/
  background: url("../img/generic/triangle_down.png") 100% 40% no-repeat;
}
.archives-bar .archives-options .advanced-button.opened {
  background-image: url("../img/generic/triangle_up.png");
}
.archives-bar .archives-options .archives-dropdown {
  position: relative;
  float: left;
  display: block;
  margin-right: 20px;
  width: 150px;
  z-index: 400;
  padding: 10px 0;
}
.archives-bar .archives-options .archives-dropdown .title {
  position: absolute;
  left: 0;
  top: -15px;
  font-family: "OpenSans";
  font-weight: bold;
  font-size: 13px;
}
.archives-bar .archives-options .archives-dropdown input {
  display: block;
  float: left;
  margin: 0;
  width: 100%;
  height: 30px;
  border: 2px solid #FFF;
  background: none repeat scroll 0% 0% transparent;
  font-family: "OpenSans";
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 3px;
  box-sizing: border-box;
  border-radius: 0;
}
.archives-bar .archives-options .archives-dropdown .dropdown-button {
  position: absolute;
  display: block;
  content: ' ';
  height: 30px;
  width: 100%;
  background-color: green;
  cursor: pointer;
  /*left: (200px - 22px);*/
  left: 0px;
  background: url("../img/generic/triangle_down.png") 94% 50% no-repeat;
}
.archives-bar .archives-options .archives-dropdown .dropdown-button.opened {
  background: url("../img/generic/triangle_up.png") 94% 50% no-repeat;
}
.archives-bar .archives-options .archives-dropdown .button:hover {
  background-color: #eee;
}
.archives-bar .archives-options .archives-dropdown .button:active {
  background-color: #ccc;
}
.archives-bar .archives-options .archives-dropdown .dropdown-list {
  position: absolute;
  display: none;
  left: 0px;
  top: 30px;
  background-color: #585858;
  width: 100%;
  font-weight: normal;
}
.archives-bar .archives-options .archives-dropdown .dropdown-list.opened {
  display: block;
}
.archives-bar .archives-options .archives-dropdown .dropdown-list .dropdown-checkbox {
  height: 30px;
}
.archives-bar .archives-options .archives-dropdown .dropdown-list input[type=checkbox] {
  position: absolute;
  top: 0px;
  left: -9999px;
}
.archives-bar .archives-options .archives-dropdown .dropdown-list label {
  font-family: "OpenSans";
  font-size: 14px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
}
.archives-bar .archives-options .archives-dropdown .dropdown-list label:hover {
  background-color: #313131;
}
.archives-bar .archives-options .archives-dropdown .dropdown-list input[type=checkbox]:checked + label {
  background: rgba(255, 255, 255, 0.02) url("../img/generic/tick.png") 90% 50% no-repeat;
}
.archives-bar .archives-options .links {
  float: left;
  display: block;
  height: 30px;
  margin: 10px 0;
  margin-right: 10px;
  line-height: 24px;
  padding-right: 15px;
}
.archives-bar .archives-options .links a {
  line-height: 24px;
  font-family: "Droid";
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #DD4C4C;
  padding-right: 25px;
  background: url("../img/generic/arrow_red.png") 100% 50% no-repeat;
  cursor: pointer;
}
.archives-bar .advanced-container {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  background: #fff;
  color: #3E3E3E;
  font-size: 13px;
  display: none;
  position: relative;
}
.archives-bar .advanced-container .archives-calendar-container-outer {
  display: table-row;
  width: 100%;
  height: 0;
  display: block;
}
.archives-bar .advanced-container .archives-calendar-container-outer .archives-calendar-container {
  position: relative;
  top: -3px;
  right: 0;
  padding: 0;
  width: 100%;
}
.archives-bar .advanced-container .advanced-row {
  display: table-row;
  font-family: "OpenSans";
}
.archives-bar .advanced-container .advanced-row .row-label {
  display: table-cell;
  padding: 15px 20px;
  width: 130px;
  text-align: right;
  vertical-align: top;
}
.archives-bar .advanced-container .advanced-row .row-content {
  display: table-cell;
  border-bottom: #777 solid 1px;
  padding: 5px 0;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper {
  display: inline-block;
  /*padding: 10px 10px 10px 0px;*/
  padding-right: 10px;
  min-width: 105px;
  line-height: 1.3em;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper.checkbox-wrapper {
  position: relative;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper input[type=radio] + label {
  font-weight: bold;
  padding-left: 4px;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper input[type=checkbox] {
  position: absolute;
  top: 0px;
  left: -9999px;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper input {
  margin: 10px 0;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper label {
  cursor: pointer;
  margin: 10px 0;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper input[type=checkbox] + label {
  display: block;
  font-weight: bold;
  padding-left: 24px;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper input[type=checkbox] + label:after {
  background-image: url("../img/generic/survey_checkbox.png");
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper input[type=checkbox]:checked + label:after {
  background-image: url("../img/generic/survey_checkbox_ch.png");
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper input[type=text] {
  cursor: pointer;
  width: 90px;
  padding-left: 7px;
  border: 1px #999 solid;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper .dates-wrapper {
  display: inline-block;
  min-width: 105px;
  margin: -10px 0;
  padding: 5px;
}
.archives-bar .advanced-container .advanced-row .row-content .input-wrapper .dates-wrapper .advanced-datepicker {
  margin: 5px 0;
}
.archives-bar .advanced-container .advanced-row:last-child .row-content {
  border-bottom: none;
}
.archives-bar .archives-query-container {
  display: block;
  position: relative;
  min-height: 37px;
  margin: 10px 0;
}
.archives-bar .archives-query-container .archives-input-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 100px;
  bottom: 0;
  height: 37px;
}
@media (max-width: 400px) {
  .archives-bar .archives-query-container .archives-input-container {
    position: static;
  }
}
.archives-bar .archives-query-container .archives-input-container .archives-input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: #fff 2px solid;
  color: #fff;
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 14px;
  background-color: transparent;
  width: -moz-available;
}
.archives-bar .archives-query-container input.archives-button {
  display: block;
  position: absolute;
  top: 0;
  width: 100px;
  right: 0px;
  bottom: 0;
  background-color: #fff;
  color: #666;
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: medium none;
}
@media (max-width: 400px) {
  .archives-bar .archives-query-container input.archives-button {
    position: static;
    height: 37px;
    margin: 10px 0;
    width: 100%;
  }
}
.archives-bar .archives-query-container input.archives-button:hover {
  background-color: #eee;
}
.archives-bar .archives-query-container input.archives-button:active {
  background-color: #ccc;
}
.archives-bar .archives-info {
  display: block;
  padding: 15px 0;
}
.archives-bar .archives-info .archives-locked-info {
  padding-left: 20px;
  background: url("../img/generic/archive_locked.png") 0% 50% no-repeat;
  color: #c7c7c7;
  font-family: 'Droid';
  font-size: 12px;
  font-weight: normal;
  height: 20px;
}
.archives-bar .archives-info .archives-locked-info a {
  text-decoration: underline;
}
.archives-bar .archives-info .archives-locked-info a:hover {
  color: #ddd;
}
.archives-calendar-container {
  display: block;
  padding: 15px;
  /*
    clear child float (pika-lendar), using the famous micro clearfix hack
    http://nicolasgallagher.com/micro-clearfix-hack/
    */
}
.archives-calendar-container .archives-calendar-inner {
  display: block;
}
.archives-calendar-container .pika-single {
  z-index: 970;
  display: block;
  position: relative;
  color: #333;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  min-height: 311px;
}
.archives-calendar-container .pika-single:before,
.archives-calendar-container .pika-single:after {
  content: " ";
  display: table;
}
.archives-calendar-container .pika-single:after {
  clear: both;
}
.archives-calendar-container .pika-single {
  *zoom: 1;
}
.archives-calendar-container .pika-single.is-hidden {
  display: none;
}
.archives-calendar-container .pika-single.is-bound {
  /*position: absolute;*/
  /*box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);*/
}
.archives-calendar-container .pika-lendar {
  float: left;
  width: 100%;
  /*padding: 8px;*/
}
.archives-calendar-container .pika-title {
  position: relative;
  text-align: center;
  padding: 8px;
  background-color: #ededed;
  height: 66px;
}
.archives-calendar-container .pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 970;
  overflow: hidden;
  margin: 0;
  padding: 15px 3px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Brandon";
  font-weight: normal;
  font-size: 16px;
  color: #3e3e3e;
}
.archives-calendar-container .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 969;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.archives-calendar-container .pika-prev,
.archives-calendar-container .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 50px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .8;
  *position: absolute;
  *top: 0;
}
.archives-calendar-container .pika-prev:hover,
.archives-calendar-container .pika-next:hover {
  opacity: 1;
}
.archives-calendar-container .pika-prev,
.archives-calendar-container .is-rtl .pika-next {
  float: left;
  background: url("../img/generic/calendar-left-arrow.png") 50% 50% no-repeat;
  *left: 0;
}
.archives-calendar-container .pika-next,
.archives-calendar-container .is-rtl .pika-prev {
  float: right;
  background: url("../img/generic/calendar-right-arrow.png") 50% 50% no-repeat;
  *right: 0;
}
.archives-calendar-container .pika-prev.is-disabled,
.archives-calendar-container .pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.archives-calendar-container .pika-select {
  display: inline-block;
  *display: inline;
}
.archives-calendar-container .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  background-color: #e1e1e1;
}
.archives-calendar-container .pika-table th,
.archives-calendar-container .pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.archives-calendar-container .pika-table th {
  color: #3e3e3e;
  font-family: "Droid";
  font-size: 12px;
  line-height: 25px;
  height: 35px;
  text-align: center;
}
.archives-calendar-container .pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #222;
  height: 35px;
  font-family: "OpenSans";
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  background-color: transparent;
}
.archives-calendar-container .pika-week {
  font-size: 11px;
  color: #3e3e3e;
}
.archives-calendar-container .is-today .pika-button {
  color: #3e3e3e;
  font-weight: bold;
}
.archives-calendar-container .is-selected .pika-button {
  color: #fff;
  background-color: #DD4C4C !important;
  font-weight: bold;
}
.archives-calendar-container .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.archives-calendar-container .pika-button:hover {
  color: #fff;
  background: #aaa;
  box-shadow: none;
}
.archives-cover {
  display: block;
  padding: 15px;
}
.archives-cover .cover {
  display: block;
  margin: 0 auto;
  height: 364px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.archives-cover .caption {
  display: block;
  color: #111;
  font-family: "Droid";
  font-size: 12px;
}
.archives-cover .caption .number {
  display: inline-block;
  color: #DD4C4C;
}
.archives-cover .caption .date {
  display: inline-block;
  color: #444;
}
.archives-buy-box {
  display: block;
  background: #dfdfdf url("../img/generic/newsletter_eagle_dark.png") 30% 5% no-repeat;
  margin: 15px;
  padding: 20px;
}
.archives-buy-box .section {
  width: 100%;
  display: block;
  font-family: "Brandon";
  font-size: 18px;
  color: #444;
  padding: 10px 0;
}
.archives-buy-box .title {
  width: 100%;
  display: block;
  font-family: "Droid";
  font-size: 40px;
  color: #444;
  padding: 10px 0;
}
.archives-buy-box .content {
  width: 100%;
  display: block;
  font-family: "Brandon";
  font-size: 20px;
  color: #666;
  padding: 10px 0;
}
.archives-buy-box .caption {
  width: 100%;
  display: block;
  font-family: "Droid";
  font-size: 14px;
  color: #666;
  padding: 10px 0;
}
.archives-buy-box .login-title {
  width: 100%;
  display: block;
  font-family: "Droid";
  font-size: 20px;
  color: #444;
  padding: 10px 0;
}
.archives-buy-box .login-content {
  display: block;
  font-family: "OpenSans";
  font-size: 16px;
  line-height: 1.4em;
  color: rgba(240, 240, 240, 0.8);
  margin-bottom: 20px;
}
.archives-buy-box input {
  display: block;
  width: 100%;
  height: 34px;
  border: 2px solid #FFF;
  background: none repeat scroll 0% 0% transparent;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: normal;
  color: #444;
  box-sizing: border-box;
  border-radius: 0;
  margin: 10px 0 ;
  padding-left: 15px;
}
.archives-buy-box button {
  display: block;
  padding: 0;
  margin: 10px 0;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 34px;
  color: #fff;
  background-color: #777;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.archives-buy-box button:hover {
  background-color: #444444;
}
.archives-buy-box button:active {
  background-color: #2b2b2b;
}
.archives-buy-box button.red {
  background-color: #DD4C4C;
}
.archives-buy-box button.red:hover {
  background-color: #a41f1f;
}
.archives-buy-box button.red:active {
  background-color: #791717;
}
.archives-navigation {
  position: relative;
  height: 60px;
  margin: 15px 0 30px;
}
.archives-navigation .archives-prev,
.archives-navigation .archives-next {
  position: absolute;
  top: 15px;
  bottom: 15px;
  font-family: "Droid";
  font-size: 14px;
  color: #848484;
  font-weight: bold;
  display: block;
  line-height: 30px;
}
.archives-navigation .archives-prev:hover,
.archives-navigation .archives-next:hover {
  text-decoration: underline;
}
.archives-navigation .archives-prev {
  left: 15px;
  padding-left: 28px;
  background: url("../img/generic/gallery_left.png") 0% 50% no-repeat;
}
.archives-navigation .archives-next {
  right: 15px;
  padding-right: 28px;
  background: url("../img/generic/gallery_right.png") 100% 50% no-repeat;
}
.archives-navigation .archives-pointer {
  position: absolute;
  top: 15px;
  bottom: 15px;
  display: block;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  text-align: center;
  font-family: "Droid";
  font-size: 16px;
  color: #111;
  font-weight: bold;
  line-height: 30px;
}
.archives-page .archives-page-header {
  margin: 15px;
  margin-top: 30px;
  border-bottom: #c7c7c7 solid 3px;
}
.archives-page .archives-page-header .header-title {
  display: inline-block;
  height: 40px;
  line-height: 43px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #c7c7c7;
  color: white;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Brandon';
}
.archives-page .archives-page-header .header-counter {
  display: none;
  float: right;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 43px;
  font-family: 'Droid';
  color: #a6a6a6;
}
.col-2-width.archives-page .archives-page-header .header-counter,
.col-3-width.archives-page .archives-page-header .header-counter {
  display: block;
}
.archives-page .archives-page-header.law {
  border-color: #ffdf91;
}
.archives-page .archives-page-header.law .header-title {
  background-color: #ffdf91;
}
.archives-page .archives-page-header.economy {
  border-color: #40658f;
}
.archives-page .archives-page-header.economy .header-title {
  background-color: #40658f;
}
.archives-page .archives-page-article {
  padding: 10px 15px;
}
.archives-page .archives-page-article .section {
  display: block;
  padding: 3px 0;
  letter-spacing: 0.07em;
  font-family: "Brandon";
  font-weight: bold;
  font-size: 12px;
  color: #dd4c4c;
}
.archives-page .archives-page-article .title {
  display: inline;
  font-family: "Droid";
  font-size: 25px;
  color: #111;
}
.archives-page .archives-page-article .author {
  display: inline;
  padding: 0 15px;
  font-family: "Droid";
  font-size: 11px;
  color: #7e7e7e;
}
.archives-page .archives-page-article .info {
  display: inline;
  padding: 0 15px;
  font-family: "Droid";
  font-size: 11px;
  color: #a6a6a6;
  border-left: #a6a6a6 1px solid;
}
.archives-page .archives-page-expand {
  padding: 0 15px;
}
.archives-page .archives-page-expand a {
  font-family: "Droid";
  font-size: 12px;
  font-weight: bold;
  color: #DD4C4C;
  text-decoration: underline;
  padding-right: 30px;
  background: url("../img/generic/arrow_red.png") 100% 50% no-repeat;
  cursor: pointer;
}
.bb {
  display: block;
  position: relative;
  margin: 15px auto;
}
.bb.w-970 {
  width: 970px;
}
.bb.w-750 {
  width: 750px;
}
.bb.w-320 {
  width: 320px;
}
.bb.w-300 {
  width: 300px;
}
.bb.w-150 {
  width: 150px;
}
.bb.h-600 {
  height: 600px;
}
.bb.h-500 {
  height: 500px;
}
.bb.h-450 {
  height: 450px;
}
.bb.h-300 {
  height: 300px;
}
.bb.h-250 {
  height: 250px;
}
.bb.h-200 {
  height: 200px;
}
.bb.h-150 {
  height: 150px;
}
.bb.h-110 {

  height: 110px;
}
.bb.h-100 {
  height: 100px;
}
.bb.h-90 {
  height: 90px;
}
.bb.h-60 {
  height: 60px;
}
.bb.h-30 {
  height: 30px;
}
.bb.advert:after {
  content: "REKLAMA";
  position: absolute;
  display: block;
  bottom: -12px;
  /*left: @default-padding;*/
  left: 0;
  letter-spacing: 0;
  color: #a0a0a0;
  font-family: "Brandon";
  font-size: 10px;
}
.fact-box {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px;
  border-top: none;
  border-bottom: none;
  background-color: #f1f1f1;
}
.fact-box.main-box {
  background-color: transparent;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}
.fact-box .fact-box-photo {
  display: block;
  width: 100%;
  height: 150px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.article.col-1-width .fact-box .fact-box-photo {
  height: 200px;
}
.article.col-2-width .fact-box .fact-box-photo {
  height: 250px;
}
.article.col-3-width .fact-box .fact-box-photo {
  height: 400px;
}
.fact-box .fact-box-photo-caption {
  display: block;
  margin-bottom: 2px;
  font-family: "Droid";
  font-size: 13px;
  line-height: 17px;
  color: #555;
}
.fact-box .fact-box-photo-author {
  display: block;
  margin-bottom: 2px;
  font-family: "Droid";
  font-size: 13px;
  line-height: 17px;
  color: #A6A6A6;
}
.fact-box .fact-box-title {
  display: block;
  font-family: 'Droid';
  color: #111;
  font-size: 25px;
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 1.2em;
}
.col-2-width.fact-box .fact-box-title {
  font-size: 34px;
}
.left-photo.col-2-width.fact-box .fact-box-title,
.right-photo.col-2-width.fact-box .fact-box-title {
  font-size: 25px;
}
.col-3-width.fact-box .fact-box-title {
  font-size: 34px;
}
.tv .fact-box .fact-box-title {
  color: #fff;
}
.tv .tv-color-block .fact-box .fact-box-title {
  color: #111;
}
.fact-box .fact-box-title.center {
  text-align: center;
}
.fact-box .fact-box-content {
  display: block;
  font-family: 'OpenSans';
  color: #111;
  font-size: 13px;
  line-height: 1.5em;
}
.tv .fact-box .fact-box-content {
  color: #fff;
}
.tv .tv-color-block .fact-box .fact-box-content {
  color: #111;
}
.fact-box .fact-box-content.center {
  text-align: center;
}
.survey-title {
  font-family: "Droid";
  font-size: 18px;
  padding-bottom: 5px;
}
.survey-quest {
  font-family: "OpenSans";
  font-size: 13px;
  line-height: 16px;
  padding: 5px 0 15px;
}
.survey-content {
  font-family: "OpenSans";
  font-size: 13px;
  position: relative;
  /*            input[type=checkbox] + label{
        overflow: none;
    }*/
}
.survey-content input[type=checkbox] {
  position: absolute;
  top: 0px;
  left: -9999px;
}
.survey-content label {
  height: 20px;
  font-family: "OpenSans";
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  cursor: pointer;
  display: block;
  position: relative;
}
.survey-content input[type=checkbox] + label:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 30px;
  top: 0;
  bottom: 0;
  background: url("../img/generic/survey_checkbox.png") 0% 50% no-repeat;
}
.survey-content input[type=checkbox]:checked + label:after {
  background: url("../img/generic/survey_checkbox_ch.png") 0% 50% no-repeat;
}
.survey-content input[type="submit"],
.survey-content input[type="button"] {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-family: "OpenSans";
  font-size: 12px;
  background-color: #aaa;
  border-radius: 0;
  margin-right: 10px;
  border: none;
  width: auto;
  height: auto;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.economy .survey-content input[type="submit"],
.economy .survey-content input[type="button"] {
  background-color: #40658f;
}
.blue .survey-content input[type="submit"],
.blue .survey-content input[type="button"] {
  background: #3a598b;
  color: #ffffff;
}
.law .survey-content input[type="submit"],
.law .survey-content input[type="button"] {
  background-color: #ffdf91;
}
.survey-bars {
  display: block;
  font-family: "OpenSans";
  font-size: 13px;
}
.survey-bars li {
  display: block;
  position: relative;
  text-align: right;
  height: 20px;
  margin-bottom: 5px;
  width: 80%;
}
.survey-bars li .bar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
}
.survey-bars li .score {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -25%;
  text-align: right;
  display: inline;
  line-height: 20px;
}
.survey-info {
  display: block;
  font-family: "OpenSans";
  font-size: 13px;
  margin: 0 auto 10px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.survey-legend {
  display: block;
  font-family: "OpenSans";
  font-size: 13px;
}
.survey-legend li {
  position: relative;
  display: block;
  min-height: 20px;
  margin-bottom: 5px;
  padding-left: 25px;
  line-height: 20px;
}
.survey-legend li .tmp {
  display: none;
}
.survey-legend li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
}
.survey-column {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  vertical-align: top;
}
.col-3-width .survey-column {
  width: 31%;
}
.col-2-width .survey-column {
  width: 48%;
}
.col-1-width .survey-column {
  width: 100%;
}
.col-half-width .survey-column {
  width: 100%;
}
.col-2-width .survey-column:nth-child(2) {
  display: none;
}
.col-2-width .col-1-width .survey-column,
.col-2-width .col-half-width .survey-column,
.col-2-width .survey-column:last-child {
  display: inline-block;
}
.survey-donut {
  width: 200px;
  margin: 0 auto;
}
.survey-bars li:nth-child(4n+1) .bar,
.survey-legend li:nth-child(4n+1):after,
.survey-legend li:nth-child(4n+1) .tmp {
  background-color: #359940;
}
.survey-bars li:nth-child(4n+2) .bar,
.survey-legend li:nth-child(4n+2):after,
.survey-legend li:nth-child(4n+2) .tmp {
  background-color: #ffdf91;
}
.survey-bars li:nth-child(4n+3) .bar,
.survey-legend li:nth-child(4n+3):after,
.survey-legend li:nth-child(4n+3) .tmp {
  background-color: #40658f;
}
.survey-bars li:nth-child(4n) .bar,
.survey-legend li:nth-child(4n):after,
.survey-legend li:nth-child(4n) .tmp {
  background-color: gray;
}
/* Tylko pierwszy element czerwony, reszta z palety czterech - ominięcie możliwości wystąpienia dwóch kolorów obo siebie na wykresie kołowym */
.survey-bars li:nth-child(1) .bar,
.survey-legend li:nth-child(1):after,
.survey-legend li:nth-child(1) .tmp {
  background-color: #DD4C4C;
}
/*@import "../rp.less";*/
.tree-container {
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 680px) {
  .tree-container {
    float: left;
    display: block;
    width: 25%;
  }
}
.results-container {
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 680px) {
  .results-container {
    float: left;
    display: block;
    width: 75%;
  }
}
.search-results-tree {
  background-color: #eee;
  margin: 15px;
  padding: 15px;
  line-height: 1.2em;
  font-size: 14px;
}
.search-results-tree .title {
  font-size: 20px;
  font-family: "Droid";
  padding: 10px 0;
  line-height: 1.2em;
}
.search-results-tree ul {
  padding-left: 10px;
}
.search-results-tree > ul > li > ul > li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.search-results-tree > ul > li > ul > li > ul {
  font-weight: normal;
}
.search-results-tree li {
  padding: 3px 0;
}
.search-results-tree a {
  cursor: pointer;
}
.search-results-tree a.chosen {
  color: #dd4c4c;
}
.search-results-tree a.chosen .count {
  color: #111;
}
.search-results-tree a:hover {
  color: #555;
}
.search-results-tree a:hover .count {
  color: #111;
}
.search-results-tree .count {
  font-weight: bold;
}
.search-info {
  padding: 15px;
}
.breadcrumbs a {
  cursor: pointer;
  font-family: 'Brandon';
  font-weight: bold;
  color: #dd4c4c;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.07em;
}
.breadcrumbs a:after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
  color: #111;
  font-family: "OpenSans";
  font-weight: normal;
}
.breadcrumbs a:last-child:after {
  display: none;
}
.search-summary {
  font-family: "Droid";
  font-size: 18px;
  color: #111;
  padding: 10px 0;
  line-height: 1.2em;
}
.rotator {
  display: block;
  float: left;
  margin: 10px 15px;
}
.rotator .rotator-element {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: none;
  line-height: 37px;
  text-align: center;
  font-family: "Droid";
  font-size: 21px;
  color: #111;
}
.rotator .rotator-element.selected {
  background-color: #dd4c4c;
  color: #fff;
}
.economy .rotator .rotator-element.selected {
  background-color: #40658f;
}
.blue .rotator .rotator-element.selected {
  background-color: #3a598b;
}
.law .rotator .rotator-element.selected {
  background-color: #ffdf91;
}
.rotator .rotator-element:not(.selected):hover {
  background-color: #ddd;
  color: #111;
}
.highlighted {
  background-color: #ffdf91;
}
.quotations {
  font-size: 12px;
  line-height: 1.1em;
  margin: 15px;
  /*    .child{
        line-height: 1.2em;
        
        .dtr-title{
            font-weight: bold;
        }
    }*/
}
.quotations th {
  font-size: 10px;
}
.quotations tr {
  height: 30px;
  line-height: 19px;
}
.quotations ._cp {
  color: green;
}
.quotations ._cm {
  color: red;
}
.quotations .lengthButtons,
.quotations .dataTables_length {
  display: block;
  float: left;
}
.quotations .lengthButtons .lengthButton,
.quotations .dataTables_length .lengthButton {
  display: inline-block;
  min-width: 37px;
  height: 37px;
  background: none;
  line-height: 37px;
  text-align: center;
  font-family: "Droid";
  font-size: 21px;
  color: #111;
  margin: 5px 0;
  padding: 0 8px;
}
@media (max-width: 400px) {
  .quotations .lengthButtons .lengthButton,
  .quotations .dataTables_length .lengthButton {
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    font-size: 16px;
    padding: 0 4px;
  }
}
.quotations .lengthButtons .lengthButton.selected,
.quotations .dataTables_length .lengthButton.selected {
  background-color: #dd4c4c;
  color: #fff !important;
}
.economy .quotations .lengthButtons .lengthButton.selected,
.economy .quotations .dataTables_length .lengthButton.selected {
  background-color: #40658f;
}
.blue .quotations .lengthButtons .lengthButton.selected,
.blue .quotations .dataTables_length .lengthButton.selected {
  background-color: #3a598b;
}
.law .quotations .lengthButtons .lengthButton.selected,
.law .quotations .dataTables_length .lengthButton.selected {
  background-color: #ffdf91;
}
.quotations .lengthButtons .lengthButton:not(.selected):hover,
.quotations .dataTables_length .lengthButton:not(.selected):hover {
  background-color: #ddd;
  color: #111 !important;
  cursor: pointer;
}
.quotations table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.quotations table.dataTable th.dt-left,
.quotations table.dataTable td.dt-left {
  text-align: left;
}
.quotations table.dataTable th.dt-center,
.quotations table.dataTable td.dt-center,
.quotations table.dataTable td.dataTables_empty {
  text-align: center;
}
.quotations table.dataTable th.dt-right,
.quotations table.dataTable td.dt-right {
  text-align: right;
}
.quotations table.dataTable th.dt-justify,
.quotations table.dataTable td.dt-justify {
  text-align: justify;
}
.quotations table.dataTable th.dt-nowrap,
.quotations table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
.quotations table.dataTable thead th.dt-head-left,
.quotations table.dataTable thead td.dt-head-left,
.quotations table.dataTable tfoot th.dt-head-left,
.quotations table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
.quotations table.dataTable thead th.dt-head-center,
.quotations table.dataTable thead td.dt-head-center,
.quotations table.dataTable tfoot th.dt-head-center,
.quotations table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
.quotations table.dataTable thead th.dt-head-right,
.quotations table.dataTable thead td.dt-head-right,
.quotations table.dataTable tfoot th.dt-head-right,
.quotations table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
.quotations table.dataTable thead th.dt-head-justify,
.quotations table.dataTable thead td.dt-head-justify,
.quotations table.dataTable tfoot th.dt-head-justify,
.quotations table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
.quotations table.dataTable thead th.dt-head-nowrap,
.quotations table.dataTable thead td.dt-head-nowrap,
.quotations table.dataTable tfoot th.dt-head-nowrap,
.quotations table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
.quotations table.dataTable th,
.quotations table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.quotations table.dataTable thead th:active,
.quotations table.dataTable thead td:active {
  outline: none;
}
.quotations table.dataTable thead th {
  font-weight: bold;
  padding: 10px 18px;
  padding-left: 2px;
  border-bottom: 1px solid #111111;
}
.quotations table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
.quotations table.dataTable thead .sorting_asc {
  cursor: pointer;
  *cursor: hand;
  background: url("../img/generic/datatables/sort_asc.png") no-repeat center right;
}
.quotations table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
  background: url("../img/generic/datatables/sort_desc.png") no-repeat center right;
}
.quotations table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
  background: url("../img/generic/datatables/sort_both.png") no-repeat center right;
}
.quotations table.dataTable thead .sorting_asc_disabled {
  background: url("../img/generic/datatables/sort_asc_disabled.png") no-repeat center right;
}
.quotations table.dataTable thead .sorting_desc_disabled {
  background: url("../img/generic/datatables/sort_desc_disabled.png") no-repeat center right;
}
.quotations table.dataTable tfoot th {
  font-weight: bold;
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
.quotations table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
.quotations table.dataTable tbody th,
.quotations table.dataTable tbody td {
  padding: 8px 10px;
}
.quotations table.dataTable tbody th.dt-body-left,
.quotations table.dataTable tbody td.dt-body-left {
  text-align: left;
}
.quotations table.dataTable tbody th.dt-body-center,
.quotations table.dataTable tbody td.dt-body-center {
  text-align: center;
}
.quotations table.dataTable tbody th.dt-body-right,
.quotations table.dataTable tbody td.dt-body-right {
  text-align: right;
}
.quotations table.dataTable tbody th.dt-body-justify,
.quotations table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
.quotations table.dataTable tbody th.dt-body-nowrap,
.quotations table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
.quotations table.dataTable tbody tr {
  background-color: white;
}
.quotations table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
.quotations table.dataTable tr.child {
  padding: 0.5em 1em;
}
.quotations table.dataTable tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.quotations table.dataTable tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
  white-space: nowrap;
}
.quotations table.dataTable tr.child ul li:first-child {
  padding-top: 0;
}
.quotations table.dataTable tr.child ul li:last-child {
  border-bottom: none;
}
.quotations table.dataTable tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
.quotations table.dataTable tr.child:hover {
  background: transparent !important;
}
.quotations table.dataTable.row-border tbody th,
.quotations table.dataTable.row-border tbody td,
.quotations table.dataTable.display tbody th,
.quotations table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
.quotations table.dataTable.row-border tbody tr:first-child th,
.quotations table.dataTable.row-border tbody tr:first-child td,
.quotations table.dataTable.display tbody tr:first-child th,
.quotations table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
.quotations table.dataTable.cell-border tbody th,
.quotations table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.quotations table.dataTable.cell-border tbody tr th:first-child,
.quotations table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
.quotations table.dataTable.cell-border tbody tr:first-child th,
.quotations table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
.quotations table.dataTable.stripe tbody tr.odd,
.quotations table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
.quotations table.dataTable.stripe tbody tr.odd.selected,
.quotations table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
.quotations table.dataTable.hover tbody tr:hover,
.quotations table.dataTable.hover tbody tr.odd:hover,
.quotations table.dataTable.hover tbody tr.even:hover,
.quotations table.dataTable.display tbody tr:hover,
.quotations table.dataTable.display tbody tr.odd:hover,
.quotations table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
.quotations table.dataTable.hover tbody tr:hover.selected,
.quotations table.dataTable.hover tbody tr.odd:hover.selected,
.quotations table.dataTable.hover tbody tr.even:hover.selected,
.quotations table.dataTable.display tbody tr:hover.selected,
.quotations table.dataTable.display tbody tr.odd:hover.selected,
.quotations table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
.quotations table.dataTable.order-column tbody tr > .sorting_1,
.quotations table.dataTable.order-column tbody tr > .sorting_2,
.quotations table.dataTable.order-column tbody tr > .sorting_3,
.quotations table.dataTable.display tbody tr > .sorting_1,
.quotations table.dataTable.display tbody tr > .sorting_2,
.quotations table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
.quotations table.dataTable.order-column tbody tr.selected > .sorting_1,
.quotations table.dataTable.order-column tbody tr.selected > .sorting_2,
.quotations table.dataTable.order-column tbody tr.selected > .sorting_3,
.quotations table.dataTable.display tbody tr.selected > .sorting_1,
.quotations table.dataTable.display tbody tr.selected > .sorting_2,
.quotations table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
.quotations table.dataTable.display tbody tr.odd > .sorting_1,
.quotations table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
.quotations table.dataTable.display tbody tr.odd > .sorting_2,
.quotations table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
.quotations table.dataTable.display tbody tr.odd > .sorting_3,
.quotations table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
.quotations table.dataTable.display tbody tr.odd.selected > .sorting_1,
.quotations table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
.quotations table.dataTable.display tbody tr.odd.selected > .sorting_2,
.quotations table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
.quotations table.dataTable.display tbody tr.odd.selected > .sorting_3,
.quotations table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
.quotations table.dataTable.display tbody tr.even > .sorting_1,
.quotations table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
.quotations table.dataTable.display tbody tr.even > .sorting_2,
.quotations table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
.quotations table.dataTable.display tbody tr.even > .sorting_3,
.quotations table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
.quotations table.dataTable.display tbody tr.even.selected > .sorting_1,
.quotations table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
.quotations table.dataTable.display tbody tr.even.selected > .sorting_2,
.quotations table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
.quotations table.dataTable.display tbody tr.even.selected > .sorting_3,
.quotations table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
.quotations table.dataTable.display tbody tr:hover > .sorting_1,
.quotations table.dataTable.display tbody tr.odd:hover > .sorting_1,
.quotations table.dataTable.display tbody tr.even:hover > .sorting_1,
.quotations table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
.quotations table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
.quotations table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
.quotations table.dataTable.display tbody tr:hover > .sorting_2,
.quotations table.dataTable.display tbody tr.odd:hover > .sorting_2,
.quotations table.dataTable.display tbody tr.even:hover > .sorting_2,
.quotations table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
.quotations table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
.quotations table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
.quotations table.dataTable.display tbody tr:hover > .sorting_3,
.quotations table.dataTable.display tbody tr.odd:hover > .sorting_3,
.quotations table.dataTable.display tbody tr.even:hover > .sorting_3,
.quotations table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
.quotations table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
.quotations table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
.quotations table.dataTable.display tbody tr:hover.selected > .sorting_1,
.quotations table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
.quotations table.dataTable.display tbody tr.even:hover.selected > .sorting_1,
.quotations table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
.quotations table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
.quotations table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
.quotations table.dataTable.display tbody tr:hover.selected > .sorting_2,
.quotations table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
.quotations table.dataTable.display tbody tr.even:hover.selected > .sorting_2,
.quotations table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
.quotations table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
.quotations table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
.quotations table.dataTable.display tbody tr:hover.selected > .sorting_3,
.quotations table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
.quotations table.dataTable.display tbody tr.even:hover.selected > .sorting_3,
.quotations table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
.quotations table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
.quotations table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
.quotations table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
.quotations table.dataTable.nowrap th,
.quotations table.dataTable.nowrap td {
  white-space: nowrap;
}
.quotations table.dataTable.compact thead th,
.quotations table.dataTable.compact thead td {
  padding: 5px 9px;
}
.quotations table.dataTable.compact tfoot th,
.quotations table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
.quotations table.dataTable.compact tbody th,
.quotations table.dataTable.compact tbody td {
  padding: 4px 5px;
}
.quotations .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.quotations .dataTables_wrapper .dataTables_length {
  display: none;
  float: left;
  color: #333333;
}
.quotations .dataTables_wrapper .dataTables_length select {
  /*border: solid 1px #444444;*/
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}
.quotations .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  color: #333333;
  line-height: 47px;
}
.quotations .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.quotations .dataTables_wrapper .dataTables_filter input {
  /*cursor: pointer;*/
  width: 90px;
  padding-left: 7px;
  border: 1px #999 solid;
}
.quotations .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
  color: #333333;
}
.quotations .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  color: #333333;
  display: block;
  margin-bottom: 10px;
}
.quotations .dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  min-width: 37px;
  height: 37px;
  background: none;
  line-height: 37px;
  text-align: center;
  font-family: "Droid";
  font-size: 21px;
  color: #111;
  margin: 5px;
  padding: 0 8px;
}
@media (max-width: 400px) {
  .quotations .dataTables_wrapper .dataTables_paginate .paginate_button {
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    font-size: 16px;
    padding: 0 4px;
  }
}
.quotations .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #dd4c4c;
  color: #fff !important;
}
.economy .quotations .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #40658f;
}
.blue .quotations .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #3a598b;
}
.law .quotations .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #ffdf91;
}
.quotations .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #aaa;
}
.quotations .dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):not(.disabled):hover {
  background-color: #ddd;
  color: #111 !important;
  cursor: pointer;
}
.quotations .dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  color: #333333;
}
.quotations .dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.quotations .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.quotations .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.quotations .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.quotations .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.quotations .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.quotations .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.quotations .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.quotations table.dataTable.dtr-inline.collapsed tbody td:first-child,
.quotations table.dataTable.dtr-inline.collapsed tbody th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.quotations table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
.quotations table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
.quotations table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
.quotations table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
  display: none;
}
.quotations table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
.quotations table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  content: '-';
  background-color: #d33333;
}
.quotations table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
  display: none;
}
.quotations table.dataTable.dtr-column tbody td.control,
.quotations table.dataTable.dtr-column tbody th.control {
  position: relative;
  cursor: pointer;
}
.quotations table.dataTable.dtr-column tbody td.control:before,
.quotations table.dataTable.dtr-column tbody th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
.quotations table.dataTable.dtr-column tbody tr.parent td.control:before,
.quotations table.dataTable.dtr-column tbody tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
#header-apla {
  position: fixed;
  -webkit-backface-visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  height: 54px;
  background-color: #2e2e2e;
  z-index: 1099;
}
#main-header {
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #878787;
  position: fixed;
  -webkit-backface-visibility: hidden;
  height: 54px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  background-color: #2e2e2e;
}
@media (min-width: 1368px) {
  #main-header {
    left: 50%;
    margin-left: -674px;
  }
}
#main-header:before,
#main-header:after {
  content: " ";
  display: table;
}
#main-header:after {
  clear: both;
}
#main-header:after {
  content: ' ';
  position: fixed;
  -webkit-backface-visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  height: 54px;
  background-color: #2e2e2e;
  z-index: 1099;
}
#main-header #header-logo {
  float: left;
  position: relative;
  height: 54px;
  width: 164px;
  background: #2e2e2e url("../img/generic/rp_logo.png") 50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #main-header #header-logo {
    background: url("../img/generic/rp_logo_20.png") 50% 50% no-repeat;
    background-size: 60px 23px;
  }
}
#main-header #header-logo .open-related {
  display: none;
  position: absolute;
  right: 20%;
  top: 30%;
  height: 10px;
  width: 15px;
  background: url("../img/generic/plus.png") 0% 35% no-repeat;
}
@media (min-width: 1010px) {
  #main-header #header-logo .open-related {
    display: block;
  }
}
#main-header #header-logo .open-related.opened {
  background: url("../img/generic/minus.png") 0% 35% no-repeat;
}
#main-header ul.header-list {
  overflow: hidden;
  padding-right: 1px;
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  font-size: 10px;
  font-family: 'OpenSans';
  -webkit-transition: padding-left 0.2s ease-in-out 0s, font-size 0s linear 0.2s;
  -moz-transition: padding-left 0.2s ease-in-out 0s, font-size 0s linear 0.2s;
  -ms-transition: padding-left 0.2s ease-in-out 0s, font-size 0s linear 0.2s;
  -o-transition: padding-left 0.2s ease-in-out 0s, font-size 0s linear 0.2s;
  transition: padding-left 0.2s ease-in-out 0s, font-size 0s linear 0.2s;
  background-color: #2e2e2e;
  height: 36px;
}
@media (min-width: 680px) {
  #main-header ul.header-list {
    position: static;
  }
}
@media (min-width: 453.33333333px) {
  #main-header ul.header-list {
    font-size: 12px;
  }
}
#main-header ul.header-list.shrunk {
  -webkit-transition: padding-left 0.2s ease-in-out 0s, font-size 0s linear 0s;
  -moz-transition: padding-left 0.2s ease-in-out 0s, font-size 0s linear 0s;
  -ms-transition: padding-left 0.2s ease-in-out 0s, font-size 0s linear 0s;
  -o-transition: padding-left 0.2s ease-in-out 0s, font-size 0s linear 0s;
  transition: padding-left 0.2s ease-in-out 0s, font-size 0s linear 0s;
}

@media (max-width: 679px) {
  #main-header ul.header-list.shrunk {
    font-size: 0;
    height: 9px;
  }
  #main-header ul.header-list.shrunk li {
    height: 9px;

  }
}
#main-header ul.header-list:before,
#main-header ul.header-list:after {
  content: " ";
  display: table;
}
#main-header ul.header-list:after {
  clear: both;
}
#main-header ul.header-list .notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
@media (min-width: 1259px) {
  #main-header ul.header-list.shifted {
    padding-left: 164px;
  }
}
@media (min-width: 680px) {
  #main-header ul.header-list {
    height: 54px;
  }
}
#main-header ul.header-list li {
  width: 33.33333333%;
  height: 36px;
  /*23.02 wykasowane w avrio 
  -webkit-transition: height 0.2s linear 0s;
  -moz-transition: height 0.2s linear 0s;
  -ms-transition: height 0.2s linear 0s;
  -o-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
  */
  position: relative;
  float: left;
  box-sizing: border-box;
  border-style: solid;
  border-bottom-width: 9px;
  text-transform: uppercase;
  text-align: center;
  line-height: 29px;
  border-color: #e4e4e4;
}
@media (min-width: 680px) {
  #main-header ul.header-list li {
    width: 30%;
    max-width: 164px;
    height: 54px;
  }
}
@media (min-width: 680px) {
  #main-header ul.header-list li {
    line-height: 54px;
  }
}
#main-header ul.header-list li a {
  display: block;
  height: 36px;
  width: 100%;
}
@media (min-width: 680px) {
  #main-header ul.header-list li a {
    height: 54px;
  }
}
#main-header ul.header-list li.economy {
  border-color: #40658f;
}
.economy#main-header ul.header-list li.economy {
  background-color: #4c4c4c;
  color: #ffffff;
}
#main-header ul.header-list li.law {
  border-color: #ffdf91;
}
.law#main-header ul.header-list li.law {
  background-color: #4c4c4c;
  color: #ffffff;
}
.news#main-header ul.header-list li.news {
  background-color: #4c4c4c;
  color: #ffffff;
}
.economy#main-header ul.header-list li.economy a:before,
.law#main-header ul.header-list li.law a:before,
.news#main-header ul.header-list li.news a:before {
  position: absolute;
  display: block;
  content: "";
  left: -1px;
  top: 0;
  height: 27px;
  width: 1px;
  background-color: #2e2e2e;
  z-index: 1101;
}
@media (min-width: 680px) {
  .economy#main-header ul.header-list li.economy a:before,
  .law#main-header ul.header-list li.law a:before,
  .news#main-header ul.header-list li.news a:before {
    height: 45px;
  }
}
.economy#main-header ul.header-list li.economy a:after,
.law#main-header ul.header-list li.law a:after,
.news#main-header ul.header-list li.news a:after {
  position: absolute;
  display: block;
  content: "";
  right: -1px;
  top: 0;
  height: 27px;
  width: 1px;
  background-color: #2e2e2e;
  z-index: 1101;
}
@media (min-width: 680px) {
  .economy#main-header ul.header-list li.economy a:after,
  .law#main-header ul.header-list li.law a:after,
  .news#main-header ul.header-list li.news a:after {
    height: 45px;
  }
}
.economy#main-header ul.header-list li.law:hover,
.economy#main-header ul.header-list li.news:hover,
.law#main-header ul.header-list li.economy:hover,
.law#main-header ul.header-list li.news:hover,
.news#main-header ul.header-list li.law:hover,
.news#main-header ul.header-list li.economy:hover,
#main-header ul.header-list li:hover {
  background-color: #3d3d3d;
  color: #dddddd;
}
#main-header ul.header-list li a:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  height: 27px;
  width: 1px;
  background-color: #4c4c4c;
}
@media (min-width: 680px) {
  #main-header ul.header-list li a:before {
    height: 45px;
  }
}
#main-header ul.header-list li a:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 0;
  height: 27px;
  width: 1px;
  background-color: #4c4c4c;
}
@media (min-width: 680px) {
  #main-header ul.header-list li a:after {
    height: 45px;
  }
}
#related-apla {
  display: none;
  z-index: 1110;
  position: fixed;
  -webkit-backface-visibility: hidden;
  left: 164px;
  top: 0;
  right: 0;
  height: 54px;
  background-color: #2e2e2e;
  overflow: hidden;
}
@media (min-width: 1010px) {
  #related-apla.show {
    display: block;
  }
}
@media (min-width: 1368px) {
  #related-apla {
    left: 50%;
    margin-left: -510px;
  }
}
#related-apla .related-icon {
  display: inline-block;
  width: 164px;
  height: 54px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.search {
  display: block;
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 54px;
  width: 220px;
  z-index: 1500;
  background-color: #2e2e2e;
}
@media (max-width: 1009px) {
  .search {
    width: 0;
  }
  .shown.search {
    width: 220px;
  }
}
@media (min-width: 1259px) {
  .search {
    right: 55px;
  }
}
@media (min-width: 1368px) {
  .search {
    right: 50%;
    margin-right: -674px;
  }
}
.search .search-apla {
  display: block;
  position: fixed;
  top: 0;
  right: 220px;
  height: 54px;
  z-index: 1500;
  background: #2e2e2e;
}
@media (max-width: 1009px) {
  .search .search-apla {
    width: 0;
  }
  .shown.search .search-apla {
    width: 100%;
  }
}
@media (max-width: 1009px) and (min-width: 680px) {
  .shown.search .search-apla {
    width: auto;
    left: 164px;
  }
}
.search .search-trigger {
  display: none;
  position: fixed;
  -webkit-backface-visibility: hidden;
  right: 10px;
  top: 0;
  height: 54px;
  width: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  background: url("../img/generic/search.png") no-repeat scroll 50% 50%;
}
@media (max-width: 1009px) {
  .search .search-trigger {
    display: block;
  }
  .shown.search .search-trigger {
    display: none;
  }
}
.search .search-query {
  float: right;
  display: inline-block;
  height: 23px;
  width: 170px;
  margin-top: 15px;
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  border: none;
  color: #fff;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  /* Firefox < 19 */
  /* Firefox > 19 */
  /* Internet Explorer 10 */
}
@media (max-width: 1009px) {
  .search .search-query {
    display: none;
  }
  .shown.search .search-query {
    display: inline-block;
  }
}
.search .search-query::-webkit-input-placeholder {
  color: #fff;
}
.search .search-query:focus::-webkit-input-placeholder {
  color: #ddd;
}
.search .search-query:-moz-placeholder {
  color: #fff;
}
.search .search-query:focus:-moz-placeholder {
  color: #ddd;
}
.search .search-query::-moz-placeholder {
  color: #fff;
}
.search .search-query:focus::-moz-placeholder {
  color: #ddd;
}
.search .search-query:-ms-input-placeholder {
  color: #fff;
}
.search .search-query:focus:-ms-input-placeholder {
  color: #ddd;
}
.search .search-button {
  margin-right: 10px;
  float: right;
  display: inline-block;
  height: 54px;
  width: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  background: transparent url("../img/generic/search.png") no-repeat scroll 50% 50%;
}
@media (max-width: 1009px) {
  .search .search-button {
    display: none;
  }
  .shown.search .search-button {
    display: inline-block;
  }
}
.search .search-dropdown-button {
  position: absolute;
  display: block;
  right: 3px;
  top: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  background: url("../img/generic/plus.png") 50% 50% no-repeat;
  cursor: pointer;
}
@media (max-width: 1009px) {
  .search .search-dropdown-button {
    display: none;
  }
  .shown.search .search-dropdown-button {
    display: block;
  }
}
.search .search-dropdown-button.opened {
  background: url("../img/generic/minus.png") 50% 50% no-repeat;
}
.search .search-dropdown-list {
  position: absolute;
  display: none;
  right: 0px;
  top: 54px;
  background-color: #2e2e2e;
  height: auto;
  width: 220px;
  font-weight: normal;
}
.search .search-dropdown-list.opened {
  display: block;
}
.search .search-dropdown-list input[type=checkbox] {
  position: absolute;
  top: -9999px;

  left: -9999px;
}
.search .search-dropdown-list label {
  display: inline-block;
  width: 220px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  cursor: pointer;
}
.search .search-dropdown-list input[type=checkbox]:checked + label {
  background: rgba(255, 255, 255, 0.02) url("../img/generic/tick.png") 90% 50% no-repeat;
}
.search .search-dropdown-list .search-dropdown-link {
  display: block;
  margin-top: 10px;
  width: 220px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  text-align: left;
  font-size: 11px;
  color: #ddd;
  background: url("../img/generic/arrow_white.png") 90% 50% no-repeat;
}
.search .search-dropdown-list .search-dropdown-link:hover {
  background-color: rgba(255, 255, 255, 0.02);
}
#side-navbar {
  z-index: 1400;
  -webkit-transition: left 0.2s ease-in-out 0s;
  -moz-transition: left 0.2s ease-in-out 0s;
  -o-transition: left 0.2s ease-in-out 0s;
  -ms-transition: left 0.2s ease-in-out 0s;
  transition: left 0.2s ease-in-out 0s;
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 54px;
  width: 164px;
  bottom: 0;
  left: -164px;
  background-color: #e1e1e1;
  font-family: 'OpenSans';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 1259px) {
  #side-navbar {
    display: block;
    left: 0;
  }
}
#side-navbar.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
@media (min-width: 1259px) {
  #side-navbar.readmode {
    left: -164px;
  }
}
@media (max-width: 1367px) {
  #side-navbar.showmenu {
    left: 0;
  }
}
@media (min-width: 1368px) {
  #side-navbar {
    -webkit-transition: left 0s linear 0.2s;
    -moz-transition: left 0s linear 0.2s;
    -o-transition: left 0s linear 0.2s;
    -ms-transition: left 0s linear 0.2s;
    transition: left 0s linear 0.2s;
  }
  #side-navbar.readmode {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
}
@media (max-width: 679px) {
  #side-navbar {
    left: -328px;
  }
}
@media (min-width: 1368px) {
  #side-navbar {
    left: 50%;
    margin-left: -674px;
  }
}
@media (max-width: 679px) {
  #side-navbar ul.navbar-main-menu-list {
    width: 328px;
  }
  #side-navbar ul.navbar-main-menu-list .top-toggle-button {
    width: 50%;
    float: left;
    display: block;
  }
}
#side-navbar ul.navbar-main-menu-list .main-menu-scroll-container,
#side-navbar ul.navbar-main-menu-list .scroll-container .main-menu-scroll-container {
  overflow: hidden;
  position: absolute;
  top: 70px;
  /*top: 36px;*/
  bottom: 35px;
  left: 0;
  right: 0;
}
@media (min-width: 680px) {
  #side-navbar ul.navbar-main-menu-list .main-menu-scroll-container,
  #side-navbar ul.navbar-main-menu-list .scroll-container .main-menu-scroll-container {
    /*top: 175px;*/
    top: 280px;
  }
}
#side-navbar ul.navbar-main-menu-list .main-menu-scroll-container > li,
#side-navbar ul.navbar-main-menu-list .scroll-container .main-menu-scroll-container > li {
  position: relative;
}
#side-navbar ul.navbar-main-menu-list > li > .second-bottom-button,
#side-navbar ul.navbar-main-menu-list .scroll-container > li > .second-bottom-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
}
.touch#side-navbar ul.navbar-main-menu-list > li > .second-bottom-button,
.touch#side-navbar ul.navbar-main-menu-list .scroll-container > li > .second-bottom-button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
}
#side-navbar ul.navbar-main-menu-list > li.disabled > .second-bottom-button,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.disabled > .second-bottom-button {
  width: 0;
}
#side-navbar ul.navbar-main-menu-list > li > a,
#side-navbar ul.navbar-main-menu-list .scroll-container > li > a {
  display: block;
  height: 35px;
  width: 164px;
  box-sizing: border-box;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #c1c1c1;
  padding-left: 12px;
  padding-right: 0;
  line-height: 35px;
  text-align: left;
  color: #444444;
  background: url("../img/generic/arrow.png") 90% 50% no-repeat;
  font-size: 11px;
}
#side-navbar ul.navbar-main-menu-list > li.disabled > a,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.disabled > a {
  background: none;
}
#side-navbar ul.navbar-main-menu-list > li.separator > a,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.separator > a {
  display: block;
  margin-top: 50px;
  background: none;
  color: #222222 !important;
  border-color: #999;
}
.mouse#side-navbar ul.navbar-main-menu-list > li.separator:hover > a,
.mouse#side-navbar ul.navbar-main-menu-list .scroll-container > li.separator:hover > a,
.mouse#side-navbar ul.navbar-main-menu-list > li.separator > a:hover,
.mouse#side-navbar ul.navbar-main-menu-list .scroll-container > li.separator > a:hover {
  background: none !important;
  color: #222222 !important;
}
#side-navbar ul.navbar-main-menu-list > li.separator.new > a,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.separator.new > a {
  color: #dc4c4c;
  background: none;
}
.mouse#side-navbar ul.navbar-main-menu-list > li.separator.new:hover > a:hover,
.mouse#side-navbar ul.navbar-main-menu-list .scroll-container > li.separator.new:hover > a:hover,
.mouse#side-navbar ul.navbar-main-menu-list > li.separator.new > a:hover,
.mouse#side-navbar ul.navbar-main-menu-list .scroll-container > li.separator.new > a:hover {
  color: #dc4c4c !important;
  background: none !important;
}
#side-navbar ul.navbar-main-menu-list .products-main-menu-container > li > a,
#side-navbar ul.navbar-main-menu-list .scroll-container .products-main-menu-container > li > a {
  display: block;
  height: 35px;
  width: 164px;
  box-sizing: border-box;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #c1c1c1;
  padding-left: 12px;
  padding-right: 0;
  line-height: 35px;
  text-align: left;
  color: #444444;
  background: url("../img/generic/arrow.png") 90% 50% no-repeat;
  font-size: 11px;
}
#side-navbar ul.navbar-main-menu-list .products-main-menu-container > li.dark > a,
#side-navbar ul.navbar-main-menu-list .scroll-container .products-main-menu-container > li.dark > a {
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
  background-color: #2e2e2e;
  border-bottom: none;
  border-top-width: 1px;
  border-color: #4c4c4c;
  background-image: url("../img/generic/arrow_white.png");
}
body #side-navbar ul.navbar-main-menu-list .products-main-menu-container > li.dark > a:hover,
body #side-navbar ul.navbar-main-menu-list .scroll-container .products-main-menu-container > li.dark > a:hover,
body #side-navbar ul.navbar-main-menu-list .products-main-menu-container > li.dark > a.selected,
body #side-navbar ul.navbar-main-menu-list .scroll-container .products-main-menu-container > li.dark > a.selected {
  color: #ffffff;
  background-color: #474747;
}
#side-navbar ul.navbar-main-menu-list .products-main-menu-container > li.red > a,
#side-navbar ul.navbar-main-menu-list .scroll-container .products-main-menu-container > li.red > a {
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
  background-color: #c24343;
  border-bottom: none;
  border-top-width: 1px;
  border-color: #c24343;
  background-image: url("../img/generic/arrow_white.png");
}
body #side-navbar ul.navbar-main-menu-list .products-main-menu-container > li.red > a:hover,
body #side-navbar ul.navbar-main-menu-list .scroll-container .products-main-menu-container > li.red > a:hover,
body #side-navbar ul.navbar-main-menu-list .products-main-menu-container > li.red > a.selected,
body #side-navbar ul.navbar-main-menu-list .scroll-container .products-main-menu-container > li.red > a.selected {
  color: #ffffff;
  background-color: #dc4c4c;
}
#side-navbar ul.navbar-main-menu-list > li.selected > a,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.selected > a,
#side-navbar ul.navbar-main-menu-list > li.selected.hover > a,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.selected.hover > a,
#side-navbar ul.navbar-main-menu-list > li.selected.hover > a:hover,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.selected.hover > a:hover,
#side-navbar ul.navbar-main-menu-list > li.selected > a:hover,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.selected > a:hover {
  color: #ffffff;
  background-color: #c24343;
}
#side-navbar ul.navbar-main-menu-list > li.hover > a,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.hover > a {
  color: #222222;
  background-color: #c1c1c1;
}
.economy#side-navbar ul.navbar-main-menu-list > li.hover > a,
.economy#side-navbar ul.navbar-main-menu-list .scroll-container > li.hover > a {
  background-color: #40658f;
  color: #ffffff;
}
.blue#side-navbar ul.navbar-main-menu-list > li.hover > a,
.blue#side-navbar ul.navbar-main-menu-list .scroll-container > li.hover > a {
  background-color: #3a598b;
  color: #ffffff;
}
.law#side-navbar ul.navbar-main-menu-list > li.hover > a,
.law#side-navbar ul.navbar-main-menu-list .scroll-container > li.hover > a {
  background-color: #ffdf91;
  color: #000000;
}
#side-navbar ul.navbar-main-menu-list > li.special-button,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.special-button {
  position: static;
}
#side-navbar ul.navbar-main-menu-list > li.special-button > a,
#side-navbar ul.navbar-main-menu-list .scroll-container > li.special-button > a {
  width: 164px;
  height: 35px;
  line-height: 31px;
  padding-left: 25px;
  background: #2e2e2e url("../img/generic/button_specials.png") 6px 50% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
  font-family: "OpenSans";
  color: #fff;
  font-weight: bold;
  padding-right: 0;
  margin: 0;
  border-bottom: #c24343 solid 4px;
}
#side-navbar ul.navbar-main-menu-list > li > a.special-button:hover,
#side-navbar ul.navbar-main-menu-list .scroll-container > li > a.special-button:hover {
  color: #ddd;
}
#side-navbar ul.navbar-main-menu-list > .recommended,
#side-navbar ul.navbar-main-menu-list .scroll-container > .recommended {
  display: block;
  padding: 15px 0;
}
#side-navbar ul.navbar-main-menu-list > .recommended > .datetime,
#side-navbar ul.navbar-main-menu-list .scroll-container > .recommended > .datetime {
  display: block;
  color: #aaa;
  font-size: 10px;
  font-family: 'OpenSans';
  padding: 3px 15px;
  text-align: left;
  line-height: 1.1em;
}
#side-navbar ul.navbar-main-menu-list > .recommended > .description,
#side-navbar ul.navbar-main-menu-list .scroll-container > .recommended > .description {
  display: block;
  color: #111;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Droid';
  padding: 3px 15px;
  text-align: left;
}
#side-navbar ul.navbar-main-menu-list > .recommended > .cover,
#side-navbar ul.navbar-main-menu-list .scroll-container > .recommended > .cover {
  display: block;
  height: 230px;
  margin: 3px 15px;
  width: 134px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
}
#side-navbar ul.navbar-main-menu-list > .recommended > .image,
#side-navbar ul.navbar-main-menu-list .scroll-container > .recommended > .image {
  display: block;
  height: 95px;
  margin: 3px 15px;
  width: 134px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#side-navbar ul.navbar-main-menu-list > .recommended > .section,
#side-navbar ul.navbar-main-menu-list .scroll-container > .recommended > .section {
  display: block;
  padding: 3px 15px;
  font-family: 'Brandon';
  font-weight: bold;
  color: #dd4c4c;
  font-size: 12px;
  letter-spacing: 0.07em;
}
#side-navbar ul.navbar-main-menu-list > .recommended > .title,
#side-navbar ul.navbar-main-menu-list .scroll-container > .recommended > .title {
  display: block;
  padding: 3px 15px;
  font-family: 'Droid';
  color: #111;
  font-size: 15px;
  line-height: 1.2em;
}
#side-navbar ul.navbar-main-menu-list > .opinion,
#side-navbar ul.navbar-main-menu-list .scroll-container > .opinion {
  display: block;
  padding: 15px 0;
  position: relative;
}
#side-navbar ul.navbar-main-menu-list > .opinion > .section,
#side-navbar ul.navbar-main-menu-list .scroll-container > .opinion > .section {
  display: block;
  padding: 3px 15px;
  width: 70px;
  font-family: 'Brandon';
  font-weight: bold;
  color: #dd4c4c;
  font-size: 12px;
  letter-spacing: 0.07em;
}
#side-navbar ul.navbar-main-menu-list > .opinion > .author,
#side-navbar ul.navbar-main-menu-list .scroll-container > .opinion > .author {
  display: block;
  padding: 3px 15px;
  width: 70px;
  font-family: 'Droid';
  color: #888;
  font-size: 12px;
  line-height: 1.2em;
}
#side-navbar ul.navbar-main-menu-list > .opinion > .photo,
#side-navbar ul.navbar-main-menu-list .scroll-container > .opinion > .photo {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 60px;
  height: 60px;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
}
#side-navbar ul.navbar-main-menu-list > .opinion > .quote,
#side-navbar ul.navbar-main-menu-list .scroll-container > .opinion > .quote {
  display: block;
  padding: 8px 15px 3px;
  font-family: 'Droid';
  color: #111;
  font-size: 15px;
  line-height: 1.2em;
  font-style: italic;
  letter-spacing: 0;
}
#side-navbar ul.navbar-main-menu-list > .opinion > .datetime,
#side-navbar ul.navbar-main-menu-list .scroll-container > .opinion > .datetime {
  display: block;
  color: #aaa;
  font-size: 10px;
  font-family: 'OpenSans';
  padding: 3px 15px;
  text-align: left;
  line-height: 1.1em;
}
#side-navbar .top-toggle-link {
  cursor: pointer;
}
#side-navbar .m-box {
  display: none;
  cursor: pointer;
  position: relative;
  width: 164px;
  height: 140px;
  background-color: #2e2e2e;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(200, 200, 200, 0.3);
}
@media (min-width: 680px) {
  #side-navbar .m-box {
    display: block;
  }
}
#side-navbar .m-box .m-box-cover {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 120px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
#side-navbar .m-box .m-box-box {
  display: table;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  width: 134px;
  height: 40px;
  background-color: #359940;
}
#side-navbar .m-box .m-box-box .inner {
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
  font-size: 11px;
  font-family: "OpenSans";
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#side-navbar .m-box .m-box-box:after {
  content: '';
  position: absolute;
  background: url("../img/generic/navbar/green_triangle.png") 50% 50% no-repeat;
  top: -6px;
  height: 6px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  display: block;
}
ul.m-box-list {
  width: 164px;
  background-color: #2e2e2e;
}
@media (max-width: 679px) {
  ul.m-box-list {
    width: 328px;
  }
  ul.m-box-list > li {
    width: 50%;
    float: left;
    display: block;
  }
}
ul.m-box-list > li {
  display: block;
  height: 35px;
  width: 164px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(200, 200, 200, 0.3);
  line-height: 35px;
  text-align: left;
  color: #ccc;
  font-weight: normal;
  background-color: #2e2e2e;
}
ul.m-box-list > li:hover {
  background-color: #3d3d3d;
}
ul.m-box-list > li > a {
  line-height: 35px;
  padding: 0 0 0 47px;
}
ul.m-box-list > li > a::last-child {
  border-bottom: none;
}
ul.m-box-list > li.user > a {
  background: url("../img/generic/navbar/navbar_user.png") 20px 0% no-repeat;
}
ul.m-box-list > li.log-in > a {
  background: url("../img/generic/navbar/navbar_login.png") 20px 0% no-repeat;
}
ul.m-box-list-logged {


  width: 164px;
  background-color: #2e2e2e;
}
@media (max-width: 679px) {
  ul.m-box-list-logged {
    width: 328px;
  }
  ul.m-box-list-logged > li {
    width: 50%;
    float: left;
    display: block;
  }
}
ul.m-box-list-logged > li {
  display: block;
  height: 35px;
  width: 164px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(200, 200, 200, 0.3);
  line-height: 35px;
  text-align: left;
  color: #ccc;
  font-weight: normal;
  background-color: #2e2e2e;
}
ul.m-box-list-logged > li:hover {
  background-color: #3d3d3d;
}
ul.m-box-list-logged > li > a {
  padding: 0 0 0 47px;
}
ul.m-box-list-logged > li > a::last-child {
  border-bottom: none;
}
ul.m-box-list-logged > li.user > a {
  background: url("../img/generic/navbar/navbar_user.png") 20px 50% no-repeat;
}
ul.m-box-list-logged > li.log-out > a {
  background: url("../img/generic/navbar/navbar_logout.png") 20px 50% no-repeat;
}
ul.m-box-list-logged > li > a {
  float: left;
  display: block;
  line-height: 35px;
  height: 33px;
}
ul.m-box-list-logged > li > .settings {
  float: right;
  display: block;
  height: 34px;
  width: 47px;
  background: url("../img/generic/navbar/settings.png") 50% 50% no-repeat;
  border-left: rgba(200, 200, 200, 0.3) solid 1px;
}
ul.m-box-list-logged > li > .settings:hover {
  background: #cacaca url("../img/generic/navbar/settings_dark.png") 50% 50% no-repeat;
}
ul.m-box-list-logged > li > .settings.selected {
  background: #cacaca url("../img/generic/navbar/settings_dark.png") 50% 50% no-repeat;
}
@media (max-width: 679px) {
  #side-navbar ul.m-box-list-logged .settings-menu {
    top: 124px;
  }
}
#side-navbar .top-toggle.prenumerata {
  display: none;
  /*position: fixed;*/
  background: #dc4c4c;
}
@media (max-width: 679px) {
  #side-navbar .top-toggle.prenumerata {
    top: 35px;
  }
}
#side-navbar .top-toggle.prenumerata .prenumerata-block {
  float: left;
  color: #2e2e2e;
  width: 164px;
  padding: 10px;
}
#side-navbar .top-toggle.prenumerata .prenumerata-block:nth-child(3) {
  clear: both;
}
#side-navbar .top-toggle.prenumerata .prenumerata-block .title {
  display: block;
  font-family: 'Brandon';
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.3em;
}
#side-navbar .top-toggle.prenumerata .prenumerata-block .title.white {
  color: #fff;
}
#side-navbar .top-toggle.prenumerata .prenumerata-block .button {
  display: block;
  font-family: 'Brandon';
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  margin: 6px 0;
  background-color: #359940;
}
#side-navbar .top-toggle.prenumerata .prenumerata-block ul li {
  margin-left: 10px;
  font-family: 'OpenSans';
  font-size: 11px;
  font-weight: bold;
  list-style: disc;
  line-height: 1.2em;
  padding-bottom: 3px;
}
#side-navbar .top-toggle.prenumerata .prenumerata-block .graphics {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 -10px;
  width: 164px;
}
#side-navbar .top-toggle.prenumerata .prenumerata-block .graphics.prenumerata-cover {
  height: 117px;
  background-image: url("../img/generic/bcg/prenumerata-cover.png");
}
#side-navbar .top-toggle.prenumerata .prenumerata-block .graphics.prenumerata-2015 {
  height: 98px;
  background-image: url("../img/generic/bcg/prenumerata-2015.png");
}
#side-navbar .top-toggle.prenumerata .prenumerata-block .special-1 {
  padding-top: 10px;
  display: block;
  font-family: 'Brandon';
  font-weight: normal;
  font-size: 13px;
}
#side-navbar .top-toggle.prenumerata .prenumerata-block .special-2 {
  display: block;
  font-family: 'Droid';
  font-size: 34px;
  font-weight: normal;
  color: #fff;
}
#side-navbar .top-toggle.prenumerata .prenumerata-block .special-3 {
  display: block;
  font-family: 'Brandon';
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
#side-navbar .top-toggle.prenumerata .prenumerata-block a.link {
  font-family: 'Droid';
  font-size: 9px;
  font-weight: bold;
  padding-right: 15px;
  text-decoration: underline;
  background: url("../img/generic/arrow.png") 100% 50% no-repeat;
}
#side-navbar .second-top-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 164px;
  margin-left: 0;
  width: 164px;
  bottom: 0;
  background-color: #474747;
  border-bottom: #221f1f solid 2px;
}
@media (max-width: 679px) {
  #side-navbar .second-top-menu {
    top: 35px;
    left: 0;
    width: 328px;
  }
}
@media (max-width: 679px) {
  #side-navbar .second-top-menu {
    z-index: 1401;
  }
}
#side-navbar .second-top-menu ul.second-top-list {
  position: relative;
  margin-top: 35px;
}
#side-navbar .second-top-menu ul.second-top-list > li > a {
  display: block;
  height: 35px;
  box-sizing: border-box;
  border: none;
  border-bottom: rgba(200, 200, 200, 0.3) solid 1px;
  padding-left: 0;
  line-height: 35px;
  text-align: left;
  font-family: "OpenSans";
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  margin: 0 10px;
  background: url("../img/generic/arrow_white.png") 100% 50% no-repeat;
}
#side-navbar .second-top-menu ul.second-top-list > li.disabled > a {
  background: none;
}
#side-navbar .second-top-menu ul.second-top-list > li > a:hover {
  color: #ddd;
}
#side-navbar .second-top-menu ul.second-top-list > li {
  background-color: #474747;
  cursor: pointer;
}
#side-navbar .second-top-menu ul.second-top-list > li:hover {
  background-color: #666;
}
#side-navbar .second-top-menu ul.second-top-list .second-top-menu-special-link {
  position: absolute;
  bottom: -28px;
  right: 22px;
  left: 22px;
  height: 15px;
  font-family: "Droid";
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
  cursor: pointer;
}
#side-navbar .second-top-menu ul.second-top-list .second-top-menu-special-link:hover {
  color: #ccc;
}
#side-navbar .second-top-menu ul.second-top-list > .recommended {
  display: block;
  padding: 15px 0;
}
#side-navbar .second-top-menu ul.second-top-list > .recommended > .datetime {
  display: block;
  color: #aaa;
  font-size: 10px;
  font-family: 'OpenSans';
  padding: 3px 15px;
  text-align: left;
  line-height: 1.1em;
}
#side-navbar .second-top-menu ul.second-top-list > .recommended > .description {
  display: block;
  color: #111;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Droid';
  padding: 3px 15px;
  text-align: left;
}
#side-navbar .second-top-menu ul.second-top-list > .recommended > .cover {
  display: block;
  height: 200px;
  margin: 3px 15px;
  width: 134px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
}
#side-navbar .second-top-menu ul.second-top-list > .recommended > .image {
  display: block;
  height: 95px;
  margin: 3px 15px;
  width: 134px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#side-navbar .second-top-menu ul.second-top-list > .recommended > .section {
  display: block;
  padding: 3px 15px;
  font-family: 'Brandon';
  font-weight: bold;
  color: #dd4c4c;
  font-size: 12px;
  letter-spacing: 0.07em;
}
#side-navbar .second-top-menu ul.second-top-list > .recommended > .title {
  display: block;
  padding: 3px 15px;
  font-family: 'Droid';
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
}
#side-navbar .third-top-menu {
  display: none;
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 54px;
  height: 280px;
  left: 328px;
  right: 0;
  margin-left: 0;
  background-color: #474747;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  z-index: 1400;
}
@media (max-width: 680px) {
  #side-navbar .third-top-menu {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1368px) {
  #side-navbar .third-top-menu {
    left: 50%;
    margin-left: -346px;
    right: 0;
    width: auto;
  }
}
@media (min-width: 1532px) {
  #side-navbar .third-top-menu {
    width: 1162px;
    right: auto;
  }
}
#side-navbar .third-top-menu.my-slider {
  display: none;
  padding: 10px 40px;
  height: 280px;
}
#side-navbar .third-top-menu.my-slider .slider-screen {
  display: block;
  position: relative;
  width: 100%;
  min-height: 280px;
  margin: 0 auto;
}
#side-navbar .third-top-menu.my-slider .slider-screen .slider-container > li {
  width: 225px;
  float: left;
  height: 260px;
}
#side-navbar .third-top-menu.my-slider .slider-screen .slider-container.three-in-row > li {
  width: 250px;
}
#side-navbar .third-top-menu.my-slider .slider-screen .slider-container.four-in-row > li {
  width: 225px;
}
#side-navbar .third-top-menu.my-slider .slider-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: url("../img/generic/prev.png") 50% 50% no-repeat;
  cursor: pointer;
}
#side-navbar .third-top-menu.my-slider .slider-prev:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
#side-navbar .third-top-menu.my-slider .slider-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: url("../img/generic/next.png") 50% 50% no-repeat;
  cursor: pointer;
}
#side-navbar .third-top-menu.my-slider .slider-next:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
#side-navbar .third-top-menu .product-offer {
  font-size: 10px;
  font-family: "OpenSans";
  color: #fff;
  position: relative;
  font-weight: normal;
  padding-right: 20px;
  padding-top: 10px;
}
#side-navbar .third-top-menu .product-offer .p-section {
  display: block;
  width: 100%;
  font-family: "Brandon";
  font-size: 12px;
  font-weight: bold;
  color: #dd4c4c;
  padding-left: 0px;
  text-transform: uppercase;
}
#side-navbar .third-top-menu .product-offer .p-title {
  display: block;
  width: 100%;
  font-family: "Droid";
  font-size: 18px;
  color: #fff;
  margin: 7px 0;
  padding-left: 0px;
}
#side-navbar .third-top-menu .product-offer .p-media {
  padding-left: 0px;
  font-size: 13px;
  color: #aaa;
  min-height: 26px;
  margin: 7px 0;
}
#side-navbar .third-top-menu .product-offer .p-access {
  padding: 10px 0;
  padding-left: 10px;
}
#side-navbar .third-top-menu .product-offer .p-access p {
  margin-left: -10px;
  display: block;
  font-size: 11px;
  color: #359940;
  font-family: "OpenSans";
}
#side-navbar .third-top-menu .product-offer .p-access li {
  font-size: 11px;
  color: #fff;
  font-family: "OpenSans";
  list-style: disc url("../img/generic/list_dot.png") outside;
  line-height: 1.2em;
  margin-left: 0px;
}
#side-navbar .third-top-menu .product-offer .p-access li a {
  text-decoration: underline;
}
#side-navbar .third-top-menu .product-offer .p-prices {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 55%;
}
#side-navbar .third-top-menu .product-offer .p-prices .p-left,
#side-navbar .third-top-menu .product-offer .p-prices .p-right {
  font-size: 12px;
  line-height: 1.8em;
}
#side-navbar .third-top-menu .product-offer .p-prices .p-left {
  float: left;
  clear: both;
}
#side-navbar .third-top-menu .product-offer .p-prices .p-right {
  float: right;
}
#side-navbar .third-top-menu .product-offer .p-button-more {
  position: absolute;
  right: 30px;
  width: 66px;
  bottom: 41px;
  padding: 9px 15px;
  background-color: #999999;
  font-size: 11px;
  text-align: center;
}
#side-navbar .third-top-menu .product-offer .p-button {
  position: absolute;
  right: 30px;
  width: 66px;
  bottom: 8px;
  padding: 9px 10px;
  background-color: #359940;
  font-size: 11px;
}
#side-navbar .second-bottom-menu {
  display: none;
}
#side-navbar .second-bottom-menu.show-bo-button {
  display: block;
}
#side-navbar .second-bottom-menu.show-bo-hover {
  display: block;
}
#side-navbar .second-bottom-menu ul.second-bottom-list {
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 54px;
  bottom: 0;
  margin-left: 0;
  width: 164px;
  left: 0px;
  background-color: #f0f0f0;
  z-index: 1400;
}
@media (min-width: 303px) {
  #side-navbar .second-bottom-menu ul.second-bottom-list {
    left: 164px;
  }
}
@media (max-width: 679px) {
  #side-navbar .second-bottom-menu ul.second-bottom-list {
    top: 124px;
  }
}
@media (min-width: 1368px) {
  #side-navbar .second-bottom-menu ul.second-bottom-list {
    left: 50%;
    margin-left: -510px;
  }
}
#side-navbar .second-bottom-menu ul.second-bottom-list.second-menu-scroll-container {
  overflow: hidden;
}
#side-navbar .second-bottom-menu ul.second-bottom-list > li > a {
  display: block;
  height: 35px;
  width: 164px;
  box-sizing: border-box;
  border: none;
  border-bottom: rgba(200, 200, 200, 0.3) solid 1px;
  padding-left: 15px;
  line-height: 35px;
  text-align: left;
  font-family: "OpenSans";
  font-size: 11px;
  color: #555;
  background: none;
  font-weight: 600;
}
#side-navbar .second-bottom-menu ul.second-bottom-list > li > a:hover {
  color: #333;
  background-color: #C1C1C1;
}
#side-navbar .second-bottom-menu ul.second-bottom-list .second-top-menu-special-link {
  position: absolute;
  bottom: -28px;
  right: 22px;
  left: 22px;
  height: 15px;
  font-family: "Droid";
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
}
#side-navbar .second-bottom-menu ul.second-bottom-list .second-top-menu-special-link:hover {
  color: #ccc;
}
.panel-user {
  display: none;
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 54px;
  height: 280px;
  left: 328px;
  right: 0;
  margin-left: 0;
  background-color: #fff;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  z-index: 1400;
  border-bottom: #221f1f solid 2px;
}
@media (min-width: 1368px) {
  .panel-user {
    left: 50%;
    margin-left: -346px;
  }
}
#side-navbar .settings-menu {
  display: none;
  background-color: #cacaca;
  z-index: 1400;
  border-bottom: #221f1f solid 2px;
}
#side-navbar .settings-menu ul {
  position: relative;
}
#side-navbar .settings-menu ul > li {
  display: block;
  height: 29px;
  width: 114px;
  box-sizing: border-box;
  border: none;
  border-bottom: #bfbfbf solid 1px;
  padding-left: 0;
  line-height: 29px;
  text-align: left;
  font-family: "OpenSans";
  font-weight: normal;
  font-size: 12px;
  color: #646464;
  margin: 0 25px;
}
#side-navbar .settings-menu ul > li.title {
  font-family: "Brandon";
  font-size: 12px;
  font-weight: bold;
  color: #2e2e2e;
}
#side-navbar .settings-menu ul > li + .title {
  margin-top: 20px;
}
#side-navbar .settings-menu ul > li:hover {
  color: #333;
}
.socials {
  display: block;
  padding: 15px;
  padding-bottom: 0;
}
.socials .socials-inner {
  text-align: right;
  /*text-align: center;*/
}
@media (min-width: 1010px) {
  .socials .socials-inner {
    text-align: right;
  }
}
.socials .socials-inner .socials-text {
  display: none;
  vertical-align: middle;
  color: #888888;
  font-family: "Droid";
  font-size: 12px;
  line-height: 32px;
  /*            .col-3-width&{
                display: inline-block;
            }*/
}
.socials .socials-inner .socials-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-image: url("../img/generic/social/social.png");
}
.socials .socials-inner .socials-icon.facebook {
  background-position: 0px 0px;
}
.socials .socials-inner .socials-icon.facebook:hover {
  background-position: -32px 0px;
}
.socials .socials-inner.tv .socials-icon.facebook {
  background-position: -64px 0px;
}
.socials .socials-inner.tv .socials-icon.facebook:hover {
  background-position: -32px 0px;
}
.socials .socials-inner .socials-icon.twitter {
  background-position: 0px -64px;
}
.socials .socials-inner .socials-icon.twitter:hover {
  background-position: -32px -64px;
}
.socials .socials-inner.tv .socials-icon.twitter {
  background-position: -64px -64px;
}
.socials .socials-inner.tv .socials-icon.twitter:hover {
  background-position: -32px -64px;
}
.socials .socials-inner .socials-icon.linkedin {
  background-position: 0px -32px;
}
.socials .socials-inner .socials-icon.linkedin:hover {
  background-position: -32px -32px;
}
.socials .socials-inner.tv .socials-icon.linkedin {
  background-position: -64px -32px;
}
.socials .socials-inner.tv .socials-icon.linkedin:hover {
  background-position: -32px -32px;
}
#col-info {
  display: none;
  font-weight: 100;
}
@media (min-width: 680px) {
  #col-info {
    font-weight: 200;
  }
}
@media (min-width: 1010px) {
  #col-info {
    font-weight: 300;
  }
}
@media (min-width: 1259px) {
  #col-info {
    font-weight: 400;
  }
}
/* powodowalo blad na IE11 pod win8.1 - skaczący header fixed
html,
body {
  overflow-x: hidden;
}
*/

body {
  position: relative;
}
body.tv {
 /* background-color: #3e3e3e;*/
}
#content {
  margin-left: 0;
  display: block;
  margin-top: 90px;
  /*padding-top: @default-padding;*/
  overflow: hidden;
}
@media (min-width: 1259px) {
  #content {
    margin-left: 164px;
  }
  #content.shifted {
    margin-left: 328px;
    margin-right: -164px;
  }
  #content.readmode {
    margin-left: 109px;
    margin-right: 55px;
  }
  #content.view-article.readmode {
    margin-left: 69px;
    margin-right: 95px;
  }
}
@media (min-width: 680px) {
  #content {
    margin-top: 54px;
  }
}
@media (min-width: 350px) {
  #content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1259px) {
  #content {
    padding-left: 40px;
    padding-right: 45px;
  }
  #content.view-article {
    padding-left: 80px;
    padding-right: 5px;
  }
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content #content-inner {
  margin-left: 0;
  margin-right: 0;
}
#content #content-inner:before,
#content #content-inner:after {
  content: " ";
  display: table;
}
#content #content-inner:after {
  clear: both;
}
#content #content-inner .grid-full,
#content #content-inner .grid-3-2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
#content #content-inner .grid-full:before,
#content #content-inner .grid-3-2:before,
#content #content-inner .grid-full:after,
#content #content-inner .grid-3-2:after {
  content: " ";
  display: table;
}
#content #content-inner .grid-full:after,
#content #content-inner .grid-3-2:after {
  clear: both;
}
#content #content-inner .grid-2-2 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 1010px) {
  #content #content-inner .grid-2-2 {
    float: left;
    display: block;
    width: 66.66666667%;
  }
}
#content #content-inner .grid-2-2 .grid-full,
#content #content-inner .grid-2-2 .grid-3-2,
#content #content-inner .grid-2-2 .grid-2-2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
#content #content-inner .grid-2-2 .grid-1-2 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 1010px) {
  #content #content-inner .grid-2-2 .grid-1-2 {
    float: left;
    display: block;
    width: 50%;
  }
}
#content #content-inner .grid-2-2 .grid-2-1 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 680px) {
  #content #content-inner .grid-2-2 .grid-2-1 {
    float: left;
    display: block;
    width: 50%;
  }
}
@media (min-width: 1010px) {
  #content #content-inner .grid-2-2 .grid-2-1 {
    float: left;
    display: block;
    width: 100%;
  }
}
#content #content-inner .grid-2-2 .grid-1-1-1 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  /*.elements-col-1();*/
}
@media (min-width: 680px) {
  #content #content-inner .grid-2-2 .grid-1-1-1 {
    float: left;
    display: block;
    width: 50%;
  }
}
#content #content-inner .grid-2-2 .grid-1-1-half {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
#content #content-inner .grid-1-2 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 680px) {
  #content #content-inner .grid-1-2 {
    float: left;
    display: block;
    width: 100%;
  }
}
@media (min-width: 1010px) {
  #content #content-inner .grid-1-2 {
    float: left;
    display: block;
    width: 33.33333333%;
  }
}
#content #content-inner .grid-1-2 .grid-full,
#content #content-inner .grid-1-2 .grid-3-2,
#content #content-inner .grid-1-2 .grid-2-2,
#content #content-inner .grid-1-2 .grid-1-2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
#content #content-inner .grid-1-2 .grid-2-1 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 680px) {
  #content #content-inner .grid-1-2 .grid-2-1 {
    float: left;
    display: block;
    width: 50%;
  }
}
@media (min-width: 1010px) {
  #content #content-inner .grid-1-2 .grid-2-1 {
    float: left;
    display: block;
    width: 100%;
  }
}
#content #content-inner .grid-1-2 .grid-1-1-1 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 680px) {
  #content #content-inner .grid-1-2 .grid-1-1-1 {
    float: left;
    display: block;
    width: 50%;
  }
}
@media (min-width: 1010px) {
  #content #content-inner .grid-1-2 .grid-1-1-1 {
    float: left;
    display: block;
    width: 100%;
  }
}
#content #content-inner .grid-1-2 .grid-1-1-half {
  float: left;
  width: 50%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 1010px) {
  #content #content-inner .grid-1-2 .grid-1-1-half {
    float: left;
    display: block;
    width: 100%;
  }
}
#content #content-inner .grid-2-1 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 680px) {
  #content #content-inner .grid-2-1 {
    float: left;
    display: block;
    width: 50%;
  }
}
@media (min-width: 1010px) {
  #content #content-inner .grid-2-1 {
    float: left;
    display: block;
    width: 66.66666667%;
  }
}
#content #content-inner .grid-2-1 .grid-full,
#content #content-inner .grid-2-1 .grid-3-2,
#content #content-inner .grid-2-1 .grid-2-2,
#content #content-inner .grid-2-1 .grid-2-1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
#content #content-inner .grid-2-1 .grid-1-2 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 1010px) {
  #content #content-inner .grid-2-1 .grid-1-2 {
    float: left;
    display: block;
    width: 50%;
  }
}
#content #content-inner .grid-2-1 .grid-1-1-1 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 1010px) {
  #content #content-inner .grid-2-1 .grid-1-1-1 {
    float: left;
    display: block;
    width: 50%;
  }
}
#content #content-inner .grid-2-1 .grid-1-1-half {
  float: left;
  width: 50%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 680px) {
  #content #content-inner .grid-2-1 .grid-1-1-half {
    float: left;
    display: block;
    width: 100%;
  }
}
@media (min-width: 1010px) {
  #content #content-inner .grid-2-1 .grid-1-1-half {
    float: left;
    display: block;
    width: 50%;
  }
}
#content #content-inner .grid-1-1-1 {
  float: left;
  width: 100%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 680px) {
  #content #content-inner .grid-1-1-1 {
    float: left;
    display: block;
    width: 50%;
  }
}
@media (min-width: 1010px) {
  #content #content-inner .grid-1-1-1 {
    float: left;
    display: block;
    width: 33.33333333%;
  }
}
#content #content-inner .grid-1-1-1 .grid-full,
#content #content-inner .grid-1-1-1 .grid-3-2,
#content #content-inner .grid-1-1-1 .grid-2-2,
#content #content-inner .grid-1-1-1 .grid-2-1,
#content #content-inner .grid-1-1-1 .grid-1-2,
#content #content-inner .grid-1-1-1 .grid-1-1-1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
#content #content-inner .grid-1-1-1 .grid-1-1-half {
  float: left;
  width: 50%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 680px) {
  #content #content-inner .grid-1-1-1 .grid-1-1-half {
    float: left;
    display: block;
    width: 100%;
  }
}

#content #content-inner .grid-1-1-half {
  float: left;
  width: 50%;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
  position: relative;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
@media (min-width: 1010px) {
  #content #content-inner .grid-1-1-half {
    float: left;
    display: block;
    width: 33.33333333%;
  }
}
#content #content-inner .grid-1-1-half .grid-full,
#content #content-inner .grid-1-1-half .grid-3-2,
#content #content-inner .grid-1-1-half .grid-2-2,
#content #content-inner .grid-1-1-half .grid-2-1,
#content #content-inner .grid-1-1-half .grid-1-2,
#content #content-inner .grid-1-1-half .grid-1-1-1,
#content #content-inner .grid-1-1-half .grid-1-1-half {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  /*  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);*/
}
.grid-full,
.grid-3-2,
.grid-2-2,
.grid-2-1,
.grid-1-2,
.grid-1-1-1,
.grid-1-1-half {
  display: block;
}
#content #content-inner .rectangle-inner {
  display: block;
  margin: 15px auto;
  width: 300px;
  height: 250px;
}
.half-rectangle-inner {
  display: block;
  margin: 15px auto;
  width: 300px;
  height: 110px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.inner {
  display: block;
  margin: 15px;
}
.rectangle-width-inner {
  display: block;
  margin: 15px auto;
  width: 300px;
}
.rectangle-height-inner {
  display: block;
  height: 250px;
  margin: 15px;
}
.half-rectangle-height-inner {
  display: block;
  height: 110px;
  margin: 15px;
}
@media (min-width: 680px) {
  .hide-from-sm {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .hide-from-ipad {
    display: none !important;
  }
}
@media (min-width: 1010px) {
  .hide-from-md {
    display: none !important;
  }
}
@media (min-width: 1259px) {
  .hide-from-lg {
    display: none !important;
  }
}
@media (max-width: 679px) {
  .hide-on-xs {
    display: none !important;
  }
}
@media (min-width: 680px) and (max-width: 1009px) {
  .hide-on-sm {
    display: none !important;
  }
}
@media (min-width: 1010px) and (max-width: 1258px) {
  .hide-on-md {
    display: none !important;
  }
}
@media (min-width: 1259px) {
  .hide-on-lg {
    display: none !important;
  }
}
@media (max-width: 679px) {
  .hide-to-xs {
    display: none !important;
  }
}
@media (max-width: 1009px) {
  .hide-to-sm {
    display: none !important;
  }
}
@media (max-width: 766px) {
  .hide-to-ipad {
    display: none !important;
  }
}
@media (max-width: 1258px) {
  .hide-to-md {
    display: none !important;
  }
}
.no-margin {
  margin: 0 -15px;
}
/*@import "../rp.less";*/
/* ie problem with showing tabs (1,2,3,4) in main rotator */
.with-rotator.art-box-rotator{
	overflow:visible;
}

.with-rotator {
  overflow: hidden;
  height: 1px;
}
.with-rotator.done {
  overflow: initial;
  height: auto;
}
.rotator-screen {
  width: 100%;
  height: 100%;
  position: relative;
}
.rotator-screen .rotator-panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3000px;
}
.rotator-screen .rotator-panel .rotator-element {
  position: relative;
  float: left;
}
.rotator-tab {
  display: block;
  position: relative;
  visibility: hidden;
}
.rotator-tab .fading-element {
  display: block;
}
.rotator-tab.done {
  display: none;
  float: none;
  left: 0;
  margin-right: 0;
  margin-left: 0;
  position: static;
  visibility: visible;
}
.rotator-tab.selected {
  display: block;
}
.rotator-tab.selected .fading-element {
  display: block;
}
.rotator-button-container {
  position: absolute;
  display: block;
  bottom: -35px;
  height: 35px;
  right: 0;
  left: 0;
  text-align: right;
}
.rotator-button {
  display: inline-block;
  width: 35px;
  height: 35px;
  font: bold 14px "Droid";
  line-height: 35px;
  text-align: center;
  color: #7e7e7e;
  background-color: #c7c7c7;
  cursor: pointer;
}
.rotator-button.selected {
  color: #111;
  background-color: #f1f1f1;
}
.economy .rotator-button {
  color: #000;
  background-color: #7498c1;
}
.economy .rotator-button.selected {
  color: #fff;
  background-color: #40658f;
}
.law .rotator-button {
  color: #ffffff;
  background-color: #d9a72a;
}
.law .rotator-button.selected {
  color: #111;
  background-color: #ffdf91;
}

.user{
  overflow: hidden;
}

.video-player-container{
	margin-bottom: 15px;
}

