/* Generated by less 2.5.1 */
@charset "UTF-8";
/*******************
MIXINS
********************/
.border-radius {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.transition-fast {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.border {
  border: 1px solid #e7e7e7;
}
/*******************
RESET
********************/
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
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;
}
/*******************
OGÓLNE
********************/
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #303237;
  background-color: #e6e6e6;
  line-height: 1.3;
  background-image: url(img/subsite_back.jpg);
  background-repeat: no-repeat;
  background-position: center 80px ;
}
body.home {
  background-image: none;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a:visited {
  text-decoration: none;
}
p,
ul,
ol {
  line-height: 1.5;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}
.inner {
  width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 20px 0 70px;
  }
}
@media only screen and (max-width: 479px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
.align-right {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .align-right {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .xs-align-right {
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  .sm-align-right {
    text-align: left;
  }
}
.clear {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}
/*******************
FORMS
********************/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
  height: 34px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d2d2d4;
  font-size: 13px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  outline: 0;
  border-color: #3c6eaa;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
textarea.form-control {
  padding: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d2d2d4;
  font-size: 13px;
}
textarea.form-control:focus {
  outline: 0;
  border-color: #3c6eaa;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
select.form-control {
  padding: 0 30px 0 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d2d2d4;
  font-size: 13px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  select.form-control {
    margin-bottom: 10px;
  }
}
select.form-control:focus {
  outline: 0;
  border-color: #3c6eaa;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@-moz-document url-prefix() {
  .css-select {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #d2d2d4;
    background-color: #fff;
    display: inline-block;
    height: 36px;
    vertical-align: middle;
    line-height: 13px;
    background-image: url(img/drop.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
  .css-select select {
    -moz-appearance: window;
    padding-bottom: 5px;
  }
  .form .css-select {
    width: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .css-select select.form-control {
    -webkit-appearance: none;
    background-image: url(img/drop.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
}
input[type="submit"] {
  height: 34px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #3c6eaa;
  background: #3c6eaa;
  color: #fff;
  font-size: 13px;
}
input[type="submit"]:focus {
  outline: 0;
  border-color: #3c6eaa;
}
.form p {
  padding: 0;
  margin: 0;
}
.form p.align-right input {
  float: right;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
/*******************
HEADER
********************/
header#masthead {
  background-color: #3c6eaa;
  padding: 20px 0 0 0;
}
header#masthead #logotyp {
  display: inline-block;
  width: 175px;
  height: 41px;
  background: url(img/logotyp_kontra.svg) no-repeat center;
  background-size: contain;
}
header#masthead.home-header {
  background-image: url(img/home_back.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
header#masthead.home-header .banner-home {
  text-align: center;
  color: #fff;
}
header#masthead.home-header .banner-home h1 {
  font-size: 36px;
  font-weight: 700;
  padding: 50px 0 90px 0;
}
@media only screen and (max-width: 992px) {
  header#masthead.home-header .banner-home h1 {
    padding: 30px 0 60px 0;
  }
}
@media only screen and (max-width: 480px) {
  header#masthead.home-header .banner-home h1 {
    font-size: 21px;
    padding: 20px 0 30px 0;
  }
}
header#masthead.home-header .banner-home img {
  padding-top: 20px;
}
header#masthead.home-header .banner-home h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
}
header#masthead.home-header .banner-home p {
  padding: 0 20% 80px 20%;
  font-size: 13px;
}
header#masthead.home-header .banner-home span.banner-drop {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(img/banner_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  cursor: pointer;
}
header#masthead.home-header .banner-home span.banner-drop.banner-drop-visible {
  background-image: url(img/banner_up.svg);
}
@media only screen and (max-width: 992px) {
  header#masthead.home-header .banner-home span.banner-drop {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header#masthead.home-header .banner-home {
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  }
}
header#masthead.home-header .banner-slide {
  display: none;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle {
  margin-top: 0;
  padding-top: 10px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding-top: 0;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 200px;
  }
}
nav#site-navigation {
  text-align: right;
}
nav#site-navigation #navbar {
  padding: 7px 0;
}
nav#site-navigation #navbar ul {
  display: inline-block;
  float: none;
}
nav#site-navigation #navbar ul li {
  display: inline-block;
  padding: 0 0 0 40px;
  font-size: 13px;
}
nav#site-navigation #navbar ul li a {
  color: #dde7ed;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0;
}
nav#site-navigation #navbar ul li a:hover,
nav#site-navigation #navbar ul li a:focus {
  color: #a6c0de;
  background: none;
}
nav#site-navigation #navbar ul li.social {
  font-size: 21px;
  vertical-align: middle;
  padding-left: 25px;
}
nav#site-navigation #navbar ul li.social:first-of-type {
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  nav#site-navigation #navbar ul {
    display: none;
  }
}
#category-nav {
  background: #fff;
  padding: 12px 0;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
#category-nav.home-category-nav {
  margin-top: -5px;
}
#category-nav ul.category-menu {
  padding: 4px 0;
}
#category-nav ul.category-menu li {
  display: inline-block;
  font-size: 14px;
  color: #303237;
  text-transform: uppercase;
  padding-right: 40px;
  font-weight: 700;
}
#category-nav ul.category-menu li:hover {
  color: #a6a6a6;
}
#category-nav ul.category-menu li.menu-item-has-children {
  background-image: url(img/drop.svg);
  background-repeat: no-repeat;
  background-position: right 33px center;
  padding-right: 50px;
  position: relative;
}
#category-nav ul.category-menu li.menu-item-has-children ul.drop-menu {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: 999;
  min-width: 205px;
  padding-top: 10px;
}
#category-nav ul.category-menu li.menu-item-has-children ul.drop-menu:after,
#category-nav ul.category-menu li.menu-item-has-children ul.drop-menu:before {
  bottom: calc(100% - 11px);
  left: 72%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#category-nav ul.category-menu li.menu-item-has-children ul.drop-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 8px;
  margin-left: -8px;
}
#category-nav ul.category-menu li.menu-item-has-children ul.drop-menu:before {
  border-color: rgba(189, 189, 189, 0);
  border-bottom-color: #bdbdbd;
  border-width: 9px;
  margin-left: -9px;
}
#category-nav ul.category-menu li.menu-item-has-children ul.drop-menu li {
  display: block;
  font-size: 13px;
  padding: 0;
  background: #fff;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
#category-nav ul.category-menu li.menu-item-has-children ul.drop-menu li:first-of-type {
  border-top: 1px solid #bdbdbd;
  padding-top: 10px;
}
#category-nav ul.category-menu li.menu-item-has-children ul.drop-menu li:last-of-type {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 10px;
}
#category-nav ul.category-menu li.menu-item-has-children ul.drop-menu li a {
  padding: 7px 30px 7px 20px;
  width: 100%;
  display: inline-block;
}
.searchDrop {
  left: auto;
  right: 0;
  top: -12px;
  width: 1140px;
  height: 56px;
  border: 0;
  padding: 12px 0;
  margin: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.searchDrop form {
  width: calc(100% - 40px);
  float: left;
}
@media only screen and (max-width: 1140px) {
  .searchDrop {
    width: 100%;
  }
}
.searchDrop span.closeSearch {
  display: inline-block;
  width: 40px;
  height: 34px;
  text-align: right;
  cursor: pointer;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  color: #b2b2b2;
}
.dropdown a#dropdownMenu1 {
  display: inline-block;
  width: 100%;
  text-align: right;
  height: 32px;
  padding: 7px 0 0 0;
  color: #b2b2b2;
  cursor: pointer;
}
#category-nav form.search-form {
  text-align: left;
}
#category-nav form.search-form input.search-field {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-right-width: 0;
  margin: 0;
  vertical-align: middle;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 1200px) {
  #category-nav form.search-form input.search-field {
    width: calc(100% - 40px);
  }
}
#category-nav form.search-form input.search-submit {
  font-family: "ideologia" !important;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  margin: 0;
  vertical-align: middle;
  padding: 0 10px;
}
@media only screen and (max-width: 992px) {
  #category-nav {
    display: none;
  }
}
ul.category-menu li.menu-item-has-children ul.drop-menu {
  display: none;
}
ul.category-menu li.menu-item-has-children:hover > ul.drop-menu {
  display: block;
}
.sb-slidebar {
  color: #CCC;
  z-index: 9998;
  width: 100%;
  background-color: transparent;
}
.sb-slidebar form.search-form {
  text-align: left;
  margin-top: 15px;
}
.sb-slidebar .slidebar-cont {
  width: 40%;
  margin-left: 60%;
  height: auto!important;
  padding: 20px;
  -webkit-box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.5);
  background-color: #222222;
}
@media only screen and (max-width: 520px) {
  .sb-slidebar .slidebar-cont {
    width: 80%;
    margin-left: 20%;
  }
}
.sb-slidebar form.search-form input.search-field {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-right-width: 0;
  margin: 0;
  vertical-align: middle;
  width: 85%;
}
.sb-slidebar form.search-form input.search-submit {
  font-family: "ideologia" !important;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  margin: 0;
  vertical-align: middle;
  padding: 0 10px;
  width: 15%;
}
.sb-slidebar ul.category-menu {
  margin-top: 15px;
}
.sb-slidebar ul.category-menu li {
  font-size: 13px;
  width: 100%;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #333;
}
.sb-slidebar ul.category-menu li a {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
}
.sb-slidebar ul.category-menu li.menu-item-has-children a {
  padding-bottom: 0;
}
.sb-slidebar ul.category-menu li.menu-item-has-children ul li {
  padding-bottom: 10px;
}
.sb-slidebar ul.category-menu li ul {
  margin-top: 10px;
}
.sb-slidebar ul.category-menu li ul li {
  border-bottom: 0;
  border-top: 1px solid #333;
}
.sb-slidebar ul.category-menu li.menu-item-has-children ul.drop-menu {
  display: block;
}
.sb-slidebar ul.category-menu li.drop:hover > ul.drop-menu {
  display: block;
}
.sb-slidebar ul#menu-top-sidebar {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
}
.sb-slidebar ul#menu-top-sidebar li {
  font-size: 13px;
  width: 100%;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #333;
}
.sb-slidebar ul#menu-top-sidebar li:last-of-type {
  border-bottom: 0;
}
.sb-slidebar ul#menu-top-sidebar li a {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
}
.sb-slidebar ul#menu-top-sidebar li.social {
  padding-top: 10px;
}
.sb-slidebar ul#menu-top-sidebar li.social a {
  width: auto;
  padding-right: 20px;
  font-size: 18px;
}
button.sb-toggle-right {
  z-index: 9999;
  border: 0;
  background: none;
}
button.sb-toggle-right span.icon-bar {
  background: #fff;
  display: block;
  width: 25px;
  height: 3px;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0;
  }
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
/*******************
ARCHIVE
********************/
.form-filter {
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 13px;
}
.form-filter select {
  height: 36px;
  vertical-align: middle;
}
.form-filter input[type="submit"] {
  border-width: 0;
  vertical-align: middle;
}
/*******************
SEARCH RESULT
********************/
.search-result {
  padding-bottom: 40px;
}
.search-result h2 {
  font-size: 18px;
  color: #3c6eaa;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-result h2:hover {
  color: #7ba2d1;
}
.search-result h2 span.fiszka {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.search-result p {
  font-size: 14px;
}
ul.search-list {
  list-style: disc;
  padding: 0 0 0 20px;
}
ul.search-list li {
  font-size: 13px;
  color: #777;
  padding-bottom: 5px;
}
ul.search-list span.other-results {
  font-size: 13px;
  color: #777;
}
span.search-everything-highlight-color {
  background: orange;
}
/*******************
CONTENT
********************/
content {
  min-height: 500px;
}
.home-content-box {
  padding-top: 80px;
}
@media only screen and (max-width: 480px) {
  .home-content-box {
    padding-top: 40px;
  }
}
h2.home-content-header {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}
a.more-link {
  font-size: 11px;
  color: #3c6eaa;
  display: inline-block;
  padding: 15px 0;
  text-transform: uppercase;
}
a.more-link:hover {
  color: #7ba2d1;
}
.box {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box .box-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box .box-info {
  color: #a6a6a6;
  font-size: 11px;
}
.box .box-info span.icon {
  font-size: 21px;
  vertical-align: middle;
  padding: 0 3px 0 0;
  color: #d2d2d4;
}
.box .box-info span.icon.ic-speach2 {
  font-size: 16px;
  padding: 0 5px 0 0;
}
span.fiszka {
  margin: 10px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  padding: 3px 14px;
}
span.koncept {
  background-color: #3c6eaa;
}
span.koncept:before {
  content: "KONCEPT";
}
span.artykul {
  background-color: #bf1717;
}
span.artykul:before {
  content: "ARTYKUŁ";
}
span.page {
  background-color: #CCC;
}
span.page:before {
  content: "STRONA";
}
hr.blue-line {
  height: 2px;
  border: 0;
  color: #3c6eaa;
  background: #3c6eaa;
  width: 30px;
  margin: 18px 0 0 0;
}
.recent-box-first .box-img {
  height: 393px;
  width: 100%;
}
@media only screen and (max-width: 1140px) {
  .recent-box-first .box-img {
    height: auto;
  }
}
.recent-box-first .overlay {
  position: absolute;
  top: 0;
}
.recent-box-first h3.box-title h3.box-title {
  font-size: 16px;
  font-weight: 700;
  padding: 18px 0 0 0;
  line-height: 22px;
  height: 120px;
}
@media only screen and (max-width: 480px) {
  .recent-box-first h3.box-title h3.box-title {
    height: auto;
    padding-bottom: 18px;
  }
}
.recent-box-first .box-content {
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 30px 30px 15px 30px;
  color: #696a6d;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .recent-box-first .box-content {
    height: auto;
  }
}
.recent-box-first .box-excerpt {
  height: 95px;
}
@media only screen and (max-width: 767px) {
  .recent-box-first .box-excerpt {
    height: auto;
    padding-bottom: 15px;
  }
}
.recent-box-first .box-info {
  padding: 10px 0 0 0;
  border-top: 2px solid #efefef;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .recent-box-first {
    margin-bottom: 10px;
  }
}
.recent-box {
  height: 165px;
  margin-bottom: 10px;
}
.recent-box .box-img {
  height: 100%;
  width: 175px;
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 992px) {
  .recent-box .box-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .recent-box .box-img {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .recent-box .box-img {
    display: none;
  }
}
.recent-box .overlay {
  position: absolute;
}
.recent-box .box-content {
  padding: 28px 30px;
}
.recent-box .box-content .box-info {
  text-transform: uppercase;
}
.recent-box .box-content .box-info span {
  vertical-align: middle;
  line-height: 20px;
}
.recent-box .box-content .box-info span.icon {
  padding: 0 3px 0 0;
}
.recent-box .box-content .box-info span.icon.ic-speach2 {
  padding: 0 5px 0 15px;
}
.recent-box .box-content .box-info span.align-right {
  display: inline-block;
  float: right;
}
.recent-box .box-content h3.box-title {
  font-size: 16px;
  font-weight: 700;
  padding: 18px 0 0 0;
  line-height: 22px;
}
.recent-box hr.blue-line {
  margin: 15px 0 0 0;
}
.popular-box {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1140px) {
  .popular-box {
    height: 308px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 992px) {
  .popular-box {
    height: 340px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .popular-box {
    height: auto;
  }
}
.popular-box .box-img {
  height: 191px;
}
.popular-box .box-img img {
  z-index: -1;
}
.popular-box .box-img .overlay {
  top: 0;
}
@media only screen and (max-width: 1140px) {
  .popular-box .box-img {
    height: auto;
  }
}
.popular-box .box-content {
  padding: 20px 30px;
}
.popular-box .box-content span.category {
  text-transform: uppercase;
  font-size: 11px;
  color: #a6a6a6;
}
.popular-box .box-content .box-info {
  padding: 10px 0 0 0;
  border-top: 2px solid #efefef;
  height: 32px;
}
.popular-box .box-content h3.box-title {
  font-size: 16px;
  font-weight: 700;
  padding: 18px 0 0 0;
  line-height: 22px;
  height: 120px;
}
@media only screen and (max-width: 480px) {
  .popular-box .box-content h3.box-title {
    height: auto;
    padding-bottom: 18px;
  }
}
.home-popular-boxes .home-popular-box:last-child {
  display: none;
}
@media only screen and (max-width: 992px) {
  .home-popular-boxes .home-popular-box:last-child {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .home-popular-boxes .home-popular-box:last-child {
    display: none;
  }
}
/*******************
CONTENT
********************/
header.entry-header {
  padding: 40px 0;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  header.entry-header {
    padding: 20px 0;
  }
}
header.entry-header ul#crumbs {
  color: #7d7d7d;
  font-size: 13px;
}
header.entry-header ul#crumbs li {
  display: inline-block;
}
header.entry-header ul#crumbs li.title {
  color: #303237;
}
header.entry-header ul#crumbs span.ic-home {
  font-size: 16px;
  vertical-align: middle;
}
header.entry-header ul#crumbs span.separator {
  padding: 0 10px;
}
@media only screen and (max-width: 480px) {
  header.entry-header ul#crumbs {
    display: none;
  }
}
span.data {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  color: #7d7d7d;
}
span.data.mod_data {
  font-weight: 400;
}
header.entry-header h1.entry-title {
  display: block;
  padding: 40px 0 100px 0;
  font-size: 46px;
  font-weight: 700;
}
header.entry-header h1.entry-title.archive-title {
  padding-bottom: 30px;
  font-size: 36px;
}
@media only screen and (max-width: 992px) {
  header.entry-header h1.entry-title.page-title {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  header.entry-header h1.entry-title.page-title {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  header.entry-header h1.entry-title {
    font-size: 24px;
    padding: 20px 0 20px 0;
  }
}
header.entry-header span.fiszka {
  margin: 0px;
}
header.entry-header span.szkic {
  background-color: #a8692b;
}
header.entry-header span.szkic:before {
  content: "SZKIC";
}
header.entry-header span.wstepny {
  background-color: #e7d600;
  color: #666666;
}
header.entry-header span.wstepny:before {
  content: "WSTĘPNIE OPRACOWANY";
}
header.entry-header span.opracowany {
  background-color: #acd373;
  color: #666666;
}
header.entry-header span.opracowany:before {
  content: "OPRACOWANY";
}
header.entry-header span.sprawdzony {
  background-color: #2cab6a;
}
header.entry-header span.sprawdzony:before {
  content: "SPRAWDZONY";
}
.entry-content {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.entry-content.page-entry-content {
  padding-bottom: 100px;
}
.entry-content.page-entry-content .font-size {
  padding-top: 30px;
}
.bufor {
  height: 80px;
}
@media only screen and (max-width: 480px) {
  .bufor {
    height: 40px;
  }
}
.entry {
  background: #fff;
  padding: 0;
}
.entry-page {
  margin-top: -75px;
  background: #fff;
}
@media only screen and (max-width: 992px) {
  .entry-page {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fiszki-subsite {
    margin-top: 15px;
  }
}
.single-entry-content .single-img {
  top: 0;
  background-repeat: no-repeat;
  background-position: center bottom 5px;
  background-size: cover;
  background-image: url(img/ideologia_placeholder.jpg);
  margin-top: -75px;
  padding: 0;
}
.single-entry-content .single-img img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .single-entry-content .single-img {
    min-height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .single-entry-content .single-img {
    margin-top: 0;
  }
}
.single-entry-content .content-entry {
  min-height: 300px;
}
.single-entry-content .single-meta-container-top {
  border-bottom: 2px solid #efefef;
}
.single-entry-content .single-meta-container-bottom {
  border-top: 2px solid #efefef;
}
.single-entry-content .single-meta {
  padding: 18px 0 12px 0;
}
.single-entry-content .single-meta.single-meta-top {
  border-top-width: 0;
}
.single-entry-content .single-meta span {
  font-size: 12px;
  color: #a6a6a6;
  width: auto;
}
.single-entry-content .single-meta span span.icon {
  vertical-align: middle;
  font-size: 22px;
  padding: 0 5px 0 0;
  color: #d2d2d4;
}
.single-entry-content .single-meta span span.icon:hover {
  color: #3c6eaa;
}
.single-entry-content .single-meta span span.icon:focus {
  color: #3c6eaa;
}
.single-entry-content .single-meta .btn-group {
  display: inline-block;
  float: float;
}
.single-entry-content .single-meta ul.dropdown-menu {
  min-width: 70px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  text-align: center;
  border: 2px solid #efefef;
}
.single-entry-content .single-meta ul.dropdown-menu li {
  cursor: pointer;
}
.single-entry-content .single-meta ul.dropdown-menu li a.current-size {
  color: #a6a6a6;
}
.fb-like {
  margin-left: 15px;
}
#___plusone_0 {
  margin-left: 15px!important;
  vertical-align: top!important;
}
#___plusone_1 {
  margin-left: 15px!important;
  vertical-align: top!important;
}
@media only screen and (max-width: 767px) {
  .single-entry-content .single-meta span span.ic-print {
    display: none;
  }
  .single-entry-content .single-meta span span.ic-font {
    padding: 0;
  }
}
@media only screen and (max-width: 550px) {
  .single-entry-content .single-meta span span.text {
    display: none;
  }
  .single-entry-content .single-meta span span.ic-facebook {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .single-entry-content .single-meta.align-right {
    text-align: right!important;
  }
  .single-entry-content .single-meta span span.icon {
    padding: 0 0 0 20px;
  }
  .single-entry-content .single-meta-left span span.icon {
    padding: 0 20px 0 0;
  }
  .single-entry-content .single-meta span span.text {
    display: none;
  }
  .single-entry-content .single-meta .btn-group {
    padding-left: 0px;
  }
  .fb-like {
    margin-left: 10px;
  }
  span.like-boxes {
    display: block;
    float: left;
    width: 100%;
  }
}
/*******************
KONCEPT
********************/
.content-block {
  padding: 40px 0 80px 0;
}
.content-block .font-size {
  font-size: 16px;
  line-height: 1.5;
  color: #303237;
}
@media only screen and (max-width: 480px) {
  .content-block .font-size {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .content-block .font-size {
    padding-top: 20px;
  }
}
.content-block .font-size ul li {
  text-indent: -15px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.content-block .font-size ul li::before {
  content: "•";
  color: #3c6eaa;
  width: 15px;
  display: inline-block;
  padding: 0;
  font-size: 22px;
  line-height: 0;
  vertical-align: -3px;
}
.content-block .font-size ul li a {
  font-weight: 700;
  color: #3c6eaa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-block .font-size ul li a:hover {
  opacity: 0.5;
}
.content-block .font-size ul li ul,
.content-block .font-size ul li ol {
  margin-top: 15px;
}
.content-block .font-size ul li ul li::before {
  content: "•";
  color: #a6a6a6;
  width: 15px;
  display: inline-block;
  padding: 0;
  font-size: 22px;
  line-height: 0;
  vertical-align: -3px;
}
.content-block .font-size ul.linki li a {
  font-style: oblique;
  color: #3c6eaa;
}
.content-block .font-size ul.linki li span.zrodlo {
  color: #a6a6a6;
  font-style: oblique;
}
.content-block .font-size ol li {
  text-indent: -15px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.content-block .font-size ol li::before {
  color: #3c6eaa;
  width: 15px;
  display: inline-block;
  padding: 0;
}
.content-block .font-size ol li ol,
.content-block .font-size ol li ul {
  margin-top: 15px;
}
.content-block .font-size ol li a {
  font-weight: 700;
  color: #3c6eaa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-block .font-size ol li a:hover {
  opacity: 0.5;
}
.content-block .font-size ol {
  counter-reset: sub1 1;
}
.content-block .font-size ol > li > ol {
  counter-reset: sub2 1;
}
.content-block .font-size ol > li:before {
  content: counter(sub1) ".";
}
.content-block .font-size ol > li > ol > li:before {
  content: counter(sub2) ".";
}
.content-block .font-size ol > li + li {
  counter-increment: sub1;
}
.content-block .font-size ol > li > ol > li + li {
  counter-increment: sub2;
}
.content-block .font-size .section-hidden {
  display: none;
}
.content-block .font-size h1,
.content-block .font-size h2,
.content-block .font-size h3,
.content-block .font-size h4,
.content-block .font-size h5 {
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 20px;
}
.content-block .font-size h1:first-child,
.content-block .font-size h2:first-child,
.content-block .font-size h3:first-child,
.content-block .font-size h4:first-child,
.content-block .font-size h5:first-child {
  padding-top: 0;
}
.content-block .font-size h1,
.content-block .font-size h2 {
  font-size: 26px;
}
.content-block .font-size h2 {
  font-size: 23px;
}
.content-block .font-size h3 {
  font-size: 20px;
}
.content-block .font-size p {
  padding-bottom: 17px;
  line-height: 1.5;
}
.content-block .font-size p.rozwin {
  text-align: center;
  color: #3c6eaa;
  background-image: url(img/hr.png);
  background-repeat: repeat-x;
  background-position: center 9px;
  font-size: 13px;
  cursor: pointer;
  padding-bottom: 10px;
}
.content-block .font-size p.rozwin span {
  background: #fff;
  padding: 0 5px 0 10px;
  vertical-align: middle;
}
.content-block .font-size p a {
  font-weight: 700;
  color: #3c6eaa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-block .font-size p a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .content-block .font-size blockquote {
    padding: 20px 20px;
    background-position: 19px 16px;
  }
}
figure.aligncenter {
  display: block;
  text-align: center;
  margin: 5px auto 25px auto;
  width: auto !important;
}
figcaption {
  font-style: italic;
  font-size: 0.9em;
  color: #666;
}
.content-block .font-size img {
  max-width: 100%;
}
.content-block .font-size p.img-sub {
  color: #a6a6a6;
  font-size: 12px;
  text-align: right;
  font-weight: 400;
  padding: 0 20%;
  margin-bottom: 20px;
  margin-top: -15px;
}
.content-block .font-size table {
  width: 100%!important;
  margin: 10px 0 30px 0;
  font-size: 13px;
}
.content-block .font-size table tr td,
.content-block .font-size table tr th {
  padding: 15px;
  width: 300px;
}
.content-block .font-size table thead tr {
  border-bottom: 2px solid #fff;
}
.content-block .font-size table thead tr td,
.content-block .font-size table thead tr th {
  color: #fff;
  background: #3c6eaa;
  font-weight: 700;
  border-left: 1px solid #fff;
}
.content-block .font-size table thead tr td:first-child,
.content-block .font-size table thead tr th:first-child {
  border-left: 0;
}
.content-block .font-size table tfoot tr td,
.content-block .font-size table tfoot tr th {
  background: #d5d5d5;
  font-weight: 700;
  border-left: 1px solid #fff;
}
.content-block .font-size table tfoot tr td:first-child,
.content-block .font-size table tfoot tr th:first-child {
  border-left: 0;
}
.content-block .font-size table tbody tr {
  background: #eeeeee;
}
.content-block .font-size table tbody tr:nth-child(even) {
  background: #fff;
}
.content-block .font-size table tbody tr td {
  border-left: 1px solid #d3cdcd;
}
.content-block .font-size table tbody tr td:first-of-type {
  border-left: 0;
}
.content-block .font-size table tbody tr th {
  background: #d5d5d5;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.content-block .font-size p.list {
  padding-bottom: 30px;
}
.content-block .font-size ul.podsumowanie-lista {
  margin-bottom: 8px;
  list-style: none;
}
.content-block .font-size ul.podsumowanie-lista li {
  padding: 5px 25px 25px 25px;
  margin-bottom: 2px;
  text-indent: 0;
}
@media only screen and (max-width: 480px) {
  .content-block .font-size ul.podsumowanie-lista li {
    padding: 0 15px 15px 15px;
  }
}
.content-block .font-size ul.podsumowanie-lista li:before {
  content: '';
}
.content-block .font-size ul.podsumowanie-lista li p {
  font-size: 15px;
  padding: 0 0 0 30px;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .content-block .font-size ul.podsumowanie-lista li p {
    font-size: 13px;
  }
}
.content-block .font-size ul.podsumowanie-lista li p.haslo {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  text-indent: -30px;
  line-height: 1.3;
}
.content-block .font-size ul.podsumowanie-lista li p.haslo span.ic-plus {
  color: #2cab6a;
  padding-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .content-block .font-size ul.podsumowanie-lista li p.haslo span.ic-plus {
    font-size: 13px;
  }
}
.content-block .font-size ul.podsumowanie-lista li p.haslo span.ic-minus {
  color: #ff3f3f;
  padding-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .content-block .font-size ul.podsumowanie-lista li p.haslo span.ic-minus {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .content-block .font-size ul.podsumowanie-lista li p.haslo {
    font-size: 13px;
    text-indent: -20px;
  }
}
.content-block .font-size ul.podsumowanie-lista li.plus {
  background-color: #e1f0e9;
}
.content-block .font-size ul.podsumowanie-lista li.minus {
  background-color: #ffe6e6;
}
.content-block h4.block-name {
  font-size: 12px;
  font-weight: 700;
  color: #a6a6a6;
  text-transform: uppercase;
  padding-top: 6px;
}
.content-block:last-of-type {
  border-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .content-block {
    padding: 20px 0;
  }
}
.kontakt ul.menu-social {
  margin-top: 10px;
  width: auto;
  float: left;
  list-style: none;
}
.kontakt ul.menu-social li {
  padding-right: 5px;
  width: 34px;
  height: 34px;
  padding: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kontakt {
    margin-bottom: 30px;
  }
}
/*******************
COMMENTS HOME
********************/
.home-comment-box {
  padding: 30px 30px 0px 30px;
  margin-bottom: 10px;
  height: 232px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .home-comment-box {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .home-comment-box {
    padding: 15px 15px 0 15px;
  }
}
.home-comment-box h4 {
  font-weight: 700;
}
.home-comment-box .comment-content {
  height: 85px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-comment-box .comment-content:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 992px) {
  .home-comment-box .comment-content {
    height: auto;
  }
}
.home-comment-box p {
  font-size: 13px;
  margin-top: 15px;
  line-height: 21px;
}
.home-comment-box p span.icon {
  color: #d4d4d4;
  font-size: 24px;
  display: inline-block;
  padding: 3px 5px 0 0;
  vertical-align: bottom;
}
.home-comment-box .comment-meta {
  padding: 15px 0 20px 0;
  border-top: 2px solid #efefef;
}
.home-comment-box .comment-meta span {
  font-size: 12px;
  color: #a6a6a6;
  text-transform: uppercase;
}
.home-comment-box .comment-meta span.date {
  float: right;
}
.home-comment-box.comments-info {
  background-image: url(img/zasady.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 232px;
}
.home-comment-box.comments-info h3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  padding: 15px 0 30px 0;
  color: #0d315e;
}
.home-comment-box h3 {
  font-size: 15px;
  line-height: 24px;
  color: #0d315e;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.home-comment-box h3:hover {
  color: #3c6ea9;
  opacity: 0.7;
}
.home-comment-box.comments-info a.button {
  display: inline-block;
  padding: 7px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #3c6eaa;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.home-comment-box.comments-info:hover {
  color: #303237;
}
.pag h2 {
  display: none;
}
.pag .nav-links {
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.pag .nav-links a,
.pag .nav-links span {
  color: #a6a6a6;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px;
  cursor: pointer;
  font-size: 14px;
}
.pag .nav-links a.current,
.pag .nav-links span.current {
  color: #303237;
}
.pag .nav-links a:hover {
  color: #3c6eaa;
}
.pag .nav-links .page-numbers {
  border-right: 1px solid #e6e6e6;
}
.pag .nav-links .page-numbers:last-child {
  border-right: 0;
}
.pag-comments {
  margin-bottom: 10px;
}
.pag-comments .nav-links {
  width: auto;
  display: inline-block;
}
span.section-hidden-com {
  display: none;
}
a.rozwin-com {
  color: #3c6eaa;
}
@media only screen and (max-width: 992px) {
  .col-linked .col-link:last-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .col-linked .col-link:last-child {
    display: block;
  }
}
/*******************
AVATAR
********************/
.avatar {
  background: #e6e6e6;
  padding: 30px 30px;
  text-align: center;
  margin-top: 35px;
}
.avatar .updated {
  display: none;
}
.avatar img {
  margin-bottom: 20px;
  width: 75px;
  height: 75px;
}
.avatar .wpua-edit-container h3 {
  display: none;
}
.avatar p#wpua-upload-messages-existing {
  font-size: 12px;
  margin-bottom: 20px;
}
.avatar button#wpua-remove-existing {
  background: none;
  border: 0;
  color: #3c6eaa;
  text-decoration: underline;
  font-size: 12px;
}
.avatar input[type="file"] {
  font-size: 14px;
}
.avatar button#wpua-upload-existing,
.avatar button#wpua-add-existing {
  font-size: 14px;
  background: #fff;
  border: 1px solid #BBB;
  margin: 5px 0 10px 0;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
a.panel-logout {
  color: #3c6eaa;
  text-decoration: underline;
  font-size: 13px;
  padding: 0 10px;
  font-weight: 400;
}
span.divider {
  font-size: 13px;
}
a.panel-login {
  color: #3c6eaa;
  text-decoration: underline;
  font-weight: 400;
}
#wpcomm .wc-comment-link {
  display: none;
}
#wpcomm .wc-comment .wc-comment-right {
  padding: 25px 25px 13px 25px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
#wc-comment-header,
#wc_show_hide_loggedin_username,
#wpcomm {
  max-width: none;
}
#wpcomm .wc-reply {
  margin-left: 62px;
}
.wpdiscuz-front-actions {
  background: transparent;
}
#wpcomm .wc-comment-title {
  border: 0;
}
#wpcomm .wc-reply {
  margin-top: 15px;
}
#wpcomm .wc-comment-footer {
  margin-top: 20px;
}
/*******************
FOOTER
********************/
#loginModal .modal-dialog {
  width: 400px;
}
#loginModal .modal-content input#user_login,
#loginModal .modal-content input#user_pass {
  width: 100%;
}
#loginModal .modal-content p {
  padding-bottom: 15px;
  font-size: 13px;
}
#loginModal .modal-content p a {
  color: #3c6eaa;
}
#loginModal .modal-footer p {
  font-size: 13px;
  text-align: left;
  padding-bottom: 0;
}
#loginModal .modal-footer p a {
  color: #3c6eaa;
}
#rejestracja span.wpcf7-not-valid-tip {
  font-size: 13px;
}
#rejestracja span.wpcf7-checkbox {
  font-size: 13px;
  vertical-align: middle;
}
#rejestracja span.form-info {
  font-size: 13px;
}
#side-menu {
  position: fixed;
  background: #3c6eaa;
  right: -195px;
  top: 30%;
  padding: 10px 0 10px 10px ;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99999;
}
@media only screen and (max-width: 992px) {
  #side-menu {
    display: none;
  }
}
#side-menu:hover {
  right: 0;
}
#side-menu ul li {
  padding: 0 10px;
  width: 240px;
}
#side-menu ul li a {
  color: #fff;
  padding: 5px 0;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#side-menu ul li a span {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 20px;
}
/*******************
FOOTER
********************/
footer#colophon {
  background-color: #1e1f23;
  padding: 50px 0 0 0;
}
footer#colophon .footer-col {
  border-left: 2px solid #3b3b3b;
  color: #888888;
}
footer#colophon .footer-col img {
  margin-bottom: 20px;
}
footer#colophon .footer-col p.desc {
  padding-right: 20px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  footer#colophon .footer-col p.desc {
    padding: 0;
    margin-bottom: 20px;
  }
}
footer#colophon .footer-col p {
  font-size: 13px;
}
footer#colophon .footer-col p a {
  color: #3c6eaa;
}
footer#colophon .footer-col:first-of-type {
  border-left-width: 0;
}
@media only screen and (max-width: 992px) {
  footer#colophon .footer-col.footer-col-nav {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  footer#colophon .footer-col {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  footer#colophon .footer-col {
    border: 0;
    text-align: center;
  }
}
footer#colophon .footer-nav-col {
  padding-left: 30px;
  padding-top: 7px;
}
footer#colophon .footer-nav-col ul {
  font-size: 13px;
  text-transform: uppercase;
}
footer#colophon .footer-nav-col ul li {
  padding-bottom: 15px;
}
footer#colophon .footer-nav-col ul li a:hover {
  color: #3c6eaa;
}
footer#colophon .footer-newsletter-col {
  padding-left: 30px;
  padding-top: 7px;
}
footer#colophon .footer-newsletter-col #fm_form_1 {
  background: none!important;
}
footer#colophon .footer-newsletter-col #fm_form_1 span.message_error,
footer#colophon .footer-newsletter-col #fm_form_1 span.message_success {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  footer#colophon .footer-newsletter-col {
    padding-left: 0;
    text-align: left;
    border-top: 2px solid #3b3b3b;
    margin-top: 20px;
    padding-top: 20px;
  }
}
footer#colophon .footer-newsletter-col input {
  background-color: #1e1f23;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
  margin: 8px 0 0 0;
  border-color: #3b3b3b;
  height: 32px!important;
}
footer#colophon .footer-newsletter-col button {
  margin-top: 8px;
  padding: 0 20px;
  height: 32px!important;
  font-weight: 400!important;
  font-size: 12px!important;
  text-transform: uppercase;
}
footer#colophon .footer-newsletter-col input[type="submit"] {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  margin: 10px 0 0 0;
  vertical-align: middle;
}
footer#colophon .footer-social {
  bottom: 0px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  footer#colophon .footer-social {
    position: relative;
    left: 0;
  }
}
footer#colophon .footer-social p {
  padding-bottom: 10px;
}
footer#colophon .footer-social p.contact {
  padding-bottom: 20px;
}
footer#colophon .footer-social ul.menu-social {
  width: auto;
  margin-bottom: 7px;
  float: left;
  padding-top: 10px;
}
footer#colophon .footer-social ul.menu-social li {
  display: block;
  font-size: 20px;
  padding-bottom: 5px;
}
footer#colophon .footer-social ul.menu-social li a {
  color: #fff;
  text-align: center;
}
footer#colophon .footer-social ul.menu-social li a span {
  background-color: #888;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
footer#colophon .footer-social ul.menu-social li a span.icon {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  vertical-align: middle;
  padding-top: 2px;
}
footer#colophon .footer-social ul.menu-social li a span.ic-facebook {
  background-color: #3b5998;
}
footer#colophon .footer-social ul.menu-social li a span.ic-twitter {
  background-color: #00aced;
}
footer#colophon .footer-social ul.menu-social li a span.ic-google-plus {
  background-color: #dd4b39;
}
footer#colophon .footer-social ul.menu-social li a span.count {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 5px 5px 0;
  background: #fff;
  width: 60px;
  font-size: 13px;
  font-weight: 700;
  padding-top: 4px;
}
footer#colophon .footer-social ul.menu-social li a span.facebook-count {
  color: #3b5998;
  border: 2px solid #3b5998;
}
footer#colophon .footer-social ul.menu-social li a span.twitter-count {
  color: #00aced;
  border: 2px solid #00aced;
}
footer#colophon .footer-social ul.menu-social li a span.google-plus-count {
  color: #dd4b39;
  border: 2px solid #dd4b39;
}
footer#colophon .footer-social a.up {
  padding-right: 35px;
  vertical-align: middle;
  font-size: 12px;
}
footer#colophon .footer-social a.up:visited {
  color: #888;
}
footer#colophon .footer-social a.up:hover {
  color: #3c6eaa;
}
footer#colophon .footer-social a.up span.icon {
  font-size: 30px;
  display: inline-block;
  padding-top: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  footer#colophon .footer-social a.up {
    padding-right: 0;
  }
}
footer#colophon .footer-social-right {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  footer#colophon .footer-social-right {
    padding-left: 0;
  }
}
footer#colophon .footer-bottom {
  background-color: #000;
  margin-top: 50px;
  padding: 10px 0;
  font-size: 12px;
  color: #717171;
}
footer#colophon .footer-bottom a {
  color: #3c6eaa;
}
/*******************
SEND
********************/
#sendMail p,
#zglos p,
#commentModal p {
  margin-bottom: 10px;
}
#sendMail p#comment-alert,
#zglos p#comment-alert,
#commentModal p#comment-alert {
  font-size: 14px;
  font-style: oblique;
}
/*******************
PRINT
********************/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  header#masthead,
  footer#colophon,
  .single-meta,
  ul#crumbs,
  .single-img,
  #comments,
  #linked,
  p.rozwin {
    display: none;
  }
  .section-hidden {
    display: block;
  }
  @page {
    margin: 2cm;
  }
  .inner {
    width: 100%;
  }
  table thead tr td,
  table thead tr th,
  table thead tr {
    border: 1px solid #333333!important;
  }
  table tbody tr td,
  table tbody tr th,
  table tbody tr {
    border: 1px solid #333333!important;
  }
  table tfoot tr td,
  table tfoot tr th,
  table tfoot tr {
    border: 1px solid #333333!important;
  }
  blockquote {
    padding: 0;
    font-style: oblique;
  }
  img {
    width: 12cm;
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar,
  #newsletter {
    display: none;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
ul.subcategory {
  display: inline-block;
  font-size: 14px;
}
ul.subcategory li.cat-item-none {
  display: none;
}
ul.subcategory ul {
  margin-top: 5px;
}
ul.subcategory ul li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #3c6eaa;
  padding: 5px 10px;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
ul.subcategory ul li a {
  color: inherit;
}
ul.subcategory ul li:hover {
  background: #3c6eaa;
  color: #FFF;
}
p.tax_link {
  text-align: right;
  font-size: 14px;
}
p.tax_link a.tax_link_item {
  margin-top: 5px;
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  color: #3c6ea9;
  padding: 5px 10px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
p.tax_link a.tax_link_item:hover {
  background: #3c6ea9;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  p.tax_link {
    text-align: left;
  }
}
.newsBox {
  background: #f2f2f2;
  padding: 30px 30px 75px 30px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  height: calc(100% - 20px);
}
@media only screen and (max-width: 992px) {
  .newsBox {
    padding: 15px 15px 75px 15px;
    height: 100%;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .newsBox {
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
  }
}
.newsBox .news {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsBox .news img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .newsBox .news img {
    width: 100%;
  }
}
.newsBox .news a.newsImg:hover {
  opacity: 0.6;
}
.newsBox .news h3.newsTitle {
  font-size: 15px;
  font-weight: 700;
  color: #0d315e;
  margin: 20px 0 10px 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.newsBox .news h3.newsTitle:hover {
  color: #3c6ea9;
  opacity: 0.7;
}
.newsBox .news:first-of-type {
  padding-bottom: 10px;
}
.newsBox .news:first-of-type h3.newsTitle {
  margin-top: 8px;
}
.newsBox .news p {
  font-size: 13px;
  line-height: 18px;
  color: #303237;
}
.newsBox .news span.date {
  height: 28px;
  width: auto;
  display: inline-block;
  border: 1px solid #d2d2d4;
  color: #303237;
  font-size: 12px;
  padding: 0 10px;
  line-height: 27px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  margin-top: 20px;
}
.newsBox .news span.comments {
  height: 34px;
  width: 37px;
  display: inline-block;
  color: #303237;
  font-size: 12px;
  padding: 0;
  line-height: 27px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
  background: url(img/comments.png);
  text-align: center;
  margin-top: 20px;
}
.newsBox .news:nth-child(1) span.date,
.newsBox .news:nth-child(2) span.date,
.newsBox .news:nth-child(1) span.comments,
.newsBox .news:nth-child(2) span.comments {
  position: absolute;
  top: 10px;
  left: 10px;
  margin-top: 0;
}
.newsBox .news:nth-child(1) span.comments,
.newsBox .news:nth-child(2) span.comments {
  left: auto;
  right: 10px;
}
.newsBox .news:last-of-type {
  border-bottom: 0;
}
.newsBox a.more-link {
  display: inline-block;
  text-align: center;
  width: calc(100% - 20px);
  position: absolute;
  bottom: 20px;
  left: 10px;
  border-top: 1px solid #d8d8d8;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .newsBox a.more-link {
    background: #f2f2f2;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    margin-bottom: 0!important;
  }
}
@media only screen and (max-width: 767px) {
  .newsBox a.more-link {
    position: relative;
    width: 100%;
    display: block;
    border-top: 0;
    bottom: auto;
    left: auto;
  }
}
@media only screen and (max-width: 992px) {
  .newsBox a.more-link.lower {
    bottom: 0;
  }
}
.newsBoxTop {
  height: calc(100% - 62px);
}
.newsBoxTop .news:first-of-type {
  border-bottom: 0;
  padding-bottom: 30px;
}
.newsBoxTop .news h3.newsTitle {
  margin-top: 8px;
}
h2.col-header {
  font-size: 25px;
  font-weight: 700;
  border-left: 5px solid #b4b4b4;
  padding: 0 0 0 17px;
  margin-bottom: 10px;
  width: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h2.col-header a:hover {
  opacity: 0.5;
}
h2.col-header a.more-link {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  h2.col-header.col-header-mob {
    margin-top: 60px;
  }
}
.recent-box-first a.overlayLink {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  visibility: visible;
  background: transparent;
  position: absolute;
  z-index: 0;
}
.recent-box-first .box-img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recent-box-first .box-img:hover {
  opacity: 0.6;
}
.recent-box-first .box-content {
  padding: 25px 30px 15px 30px;
}
@media only screen and (max-width: 992px) {
  .recent-box-first .box-content {
    padding: 15px 20px 5px 20px;
  }
}
.recent-box-first h3.box-title {
  font-size: 19px;
  line-height: 24px;
  color: #0d315e;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.recent-box-first h3.box-title:hover {
  color: #3c6ea9;
  opacity: 0.7;
}
.recent-box-first .box-excerpt {
  height: auto;
  margin-bottom: 20px;
}
.recent-box-first .box-excerpt p {
  font-size: 13px;
  line-height: 19px;
}
.recent-box-first .box-info {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.recent-box-first .box-info a {
  position: relative;
  z-index: 2;
}
.recent-box-first .box-info a span.catInfo {
  text-transform: uppercase;
  padding-left: 7px;
  border-left: 2px solid #3c6ea9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recent-box-first .box-info a span.commentsRight {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recent-box-first .box-info a:hover span.catInfo,
.recent-box-first .box-info a:hover span {
  color: #cecece;
}
.recent-box-first .box-info a.commentsRight:hover span.icon {
  color: #e5e5e5;
}
.recent-box-first .box-info a.commentsRight {
  float: right;
}
.popular-box a.overlayLink {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  visibility: visible;
  background: transparent;
  position: absolute;
  z-index: 0;
}
.popular-box .box-img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.popular-box .box-img:hover {
  opacity: 0.6;
}
.popular-box .box-content {
  padding: 20px 30px 5px 30px;
  position: relative;
}
.popular-box .box-content h3.box-title {
  color: #0d315e;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 15px 0;
  padding: 0;
  height: 85px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media only screen and (max-width: 992px) {
  .popular-box .box-content h3.box-title {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-box .box-content h3.box-title {
    height: auto;
  }
}
.popular-box .box-content h3.box-title:hover {
  color: #3c6ea9;
  opacity: 0.7;
}
.popular-box .box-content .box-info {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.popular-box .box-content .box-info a {
  position: relative;
  z-index: 2;
}
.popular-box .box-content .box-info a span.catInfo {
  text-transform: uppercase;
  padding-left: 7px;
  border-left: 2px solid #3c6ea9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 992px) {
  .popular-box .box-content .box-info a span.catInfo {
    display: inline-block;
    max-width: 80%;
  }
}
.popular-box .box-content .box-info a span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popular-box .box-content .box-info a:hover span.catInfo,
.popular-box .box-content .box-info a:hover span {
  color: #cecece;
}
.popular-box .box-content .box-info a.commentsRight:hover span.icon {
  color: #e5e5e5;
}
.popular-box .box-content .box-info a.commentsRight {
  float: right;
}
@media only screen and (max-width: 992px) {
  .popular-box .box-content {
    padding: 10px 15px 0 15px;
  }
}
a.printButton {
  float: right;
  text-transform: uppercase;
}
.font-size-button {
  cursor: pointer;
}
.font-size-button a {
  text-transform: uppercase;
}
.font-size-button ul li a {
  text-transform: none;
}
.content-block .font-size .comment,
.content-block .font-size .important,
.content-block .font-size .question {
  background: #ebebeb;
  padding: 0 25px 25px 25px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.content-block .font-size .comment p,
.content-block .font-size .important p,
.content-block .font-size .question p {
  padding: 0;
  margin: 0;
}
.content-block .font-size .comment:before,
.content-block .font-size .important:before,
.content-block .font-size .question:before {
  content: 'Komentarz redakcji';
  background: #3c6eaa;
  display: block;
  color: #FFF;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 25px 0 60px;
  margin-left: -25px;
  margin-right: -25px;
  background-image: url(img/comment_text.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 20px 20px;
}
.content-block .font-size .important:before {
  content: 'Ważna informacja';
  background: #ef4836;
  background-image: url(img/important_text.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 20px 20px;
}
.content-block .font-size .question:before {
  content: 'Pytanie do czytelników';
  background: #8e44ad;
  background-image: url(img/question_text.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 20px 20px;
}
.content-block .font-size blockquote {
  font-size: 16px;
  border-left: solid 5px #dddddd;
  margin: 1em 0px;
  padding: 15px 25px 0 65px;
  font-style: italic;
  font-size: 1em;
  min-height: 60px;
  text-indent: 4px;
}
.content-block .font-size blockquote:before {
  display: block;
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
  content: "\201C";
  font-size: 60px;
  color: #fff;
  background-color: #3c6ea9;
  padding: 10px 0;
  width: 40px;
  height: 40px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: -50px;
}
.content-block .font-size blockquote cite {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 5px;
  color: #999;
}
.content-block .font-size .accordion {
  margin: 10px 0 25px 0;
}
.content-block .font-size .accordion .accordion_box {
  border: 1px solid #d3cdcd;
  padding: 25px;
  border-top: 0;
}
.content-block .font-size .accordion h3 {
  padding: 10px 20px;
  background-color: #ebebeb;
  background-image: url(img/accordion_plus.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  border: 1px solid #d3cdcd;
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
}
.content-block .font-size .accordion h3:focus {
  outline: none;
}
.content-block .font-size .accordion h3.ui-state-active {
  background-image: url(img/accordion_minus.png);
}
.content-block .font-size .summary {
  margin: 30px 0;
}
.content-block .font-size .summary .summary-header {
  background-color: #3c6ea9;
  color: #fff;
  padding: 0 25px 0 60px;
  line-height: 32px;
  height: 32px;
  font-weight: 700;
  margin-bottom: 0px;
  background-image: url(img/summary_text.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 20px 20px;
}
.content-block .font-size .summary .summary-header p {
  padding: 0;
  margin: 0;
}
.content-block .font-size .summary .summary-row {
  background: #ebebeb;
  padding: 20px 25px;
  margin-bottom: 2px;
}
.content-block .font-size .summary .summary-row p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-block .font-size .summary .summary-row span.summary-counter {
  font-size: 32px;
  color: #aeaeae;
  font-weight: 700;
}
.content-block .font-size .summary .summary-row .summary-text {
  padding-top: 8px;
}
.content-block .font-size .summary .summary-row.plus {
  background: #e1f0e9;
}
.content-block .font-size .summary .summary-row.plus span.summary-counter {
  color: #2cab6a;
}
.content-block .font-size .summary .summary-row.minus {
  background: #ffe6e6;
}
.content-block .font-size .summary .summary-row.minus span.summary-counter {
  color: #ff3f3f;
}
.content-block .font-size .sources {
  margin: 20px 0 30px 0;
}
.content-block .font-size .sources .sources-row {
  padding: 10px 20px 10px 60px;
  background-image: url(img/bullet_text.svg);
  background-repeat: no-repeat;
  background-position: 25px 10px;
  background-size: 15px 15px;
  margin-top: 5px;
}
.content-block .font-size .sources .sources-row.sources-promo-row {
  padding: 20px 20px 20px 60px;
  background-color: #ebebeb;
  background-position: 25px 20px;
  background-image: url(img/star_text.svg);
  margin-bottom: 5px;
}
.content-block .font-size .sources .sources-row span.title {
  font-weight: 700;
  font-style: italic;
}
.content-block .font-size .sources .sources-row p {
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.content-block .font-size .tags span.tag {
  display: inline-block;
  padding: 3px 15px 5px 15px;
  background: #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-style: italic;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.content-block .font-size .tags span.tag:hover {
  opacity: 0.6;
}
.image_caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 11px;
  color: #fff;
  text-shadow: 1px 1px 1px #000000;
  opacity: 0.7;
}
.poll {
  margin: 50px 0 30px 0;
}
.poll .poll-blue {
  background-color: #3c6ea9;
  background-image: url(img/polls.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 30px 40px;
  color: #FFF;
}
@media only screen and (max-width: 520px) {
  .poll .poll-blue {
    padding: 15px;
  }
}
.poll .poll-grey {
  background-color: #f7f7f7;
  background-image: url(img/polls2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 30px 40px;
  color: #303237;
}
@media only screen and (max-width: 520px) {
  .poll .poll-grey {
    padding: 15px;
  }
}
.poll span.title-small {
  font-size: 14px;
}
.poll h4 {
  font-size: 24px;
  padding-top: 0!important;
}
.poll p.results a {
  color: #fff;
  font-weight: 400;
}
.poll ul {
  list-style: none!important;
  padding-left: 5px;
  margin: 0;
}
.poll ul li {
  padding-left: 0!important;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.3;
  text-indent: 0!important;
  /* never forget focus styling */
}
.poll ul li:before {
  content: '' !important;
  display: none!important;
}
.poll ul li [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.poll ul li label {
  display: block;
  cursor: pointer;
}
.poll ul li [type="radio"] + span {
  display: block;
  padding-left: 25px;
}
.poll ul li [type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 1em;
  border: 3px solid #fff;
  transition: 0.5s ease all;
  background: #FFF;
  vertical-align: middle;
  margin-left: -25px;
  margin-right: 10px;
}
.poll ul li [type="radio"]:checked + span:before {
  background: #3a3a3a;
}
.poll ul li [type="radio"]:focus + span:after {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}
.poll .poll-grey ul {
  padding: 0;
  margin: 0;
}
.poll .poll-grey ul li {
  padding-left: 70px!important;
  position: relative;
}
.poll .poll-grey ul li span.percentage {
  display: inline-block;
  width: 50px;
  position: absolute;
  left: 0;
  top: -3px;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #3c6ea9;
}
.sidebar {
  padding: 30px 0 0 0;
  position: relative;
  width: 270px;
  max-width: 270px;
}
@media only screen and (max-width: 1140px) {
  .sidebar {
    width: 100%;
    max-width: 100%;
  }
}
.sidebar h3 {
  background: #ebebeb;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #303237;
  margin-top: 2px;
  clear: both;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar h3 img {
  vertical-align: middle;
  margin-right: 10px;
}
.sidebar h3:focus {
  outline: none;
}
.sidebar h3:hover {
  opacity: 0.6;
}
.sidebar .sidebar-box {
  padding: 10px 20px;
  clear: both;
}
.sidebar .sidebar-box ul li {
  clear: both;
}
.sidebar .sidebar-box ul li span.social-button {
  float: right;
}
.sidebar .sidebar-box ul li .box-img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar .sidebar-box ul li .box-img:hover {
  opacity: 0.6;
}
.sidebar .sidebar-box ul li h4 {
  font-size: 15px;
  line-height: 1.2;
  color: #0d315e;
  margin-bottom: 20px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.sidebar .sidebar-box ul li h4:hover {
  color: #3c6ea9;
  opacity: 0.7;
}
.sidebar .sidebar-box.mailing input {
  width: 100%;
  margin-bottom: 5px;
}
.sidebar .sidebar-box.mailing input[type="submit"] {
  margin-bottom: 10px;
}
.sidebar .sidebar-box.mailing p {
  font-size: 15px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
@media only screen and (max-width: 1140px) {
  .sidebar.fixedSidebar {
    max-width: 100%;
    width: inherit;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .sidebar {
    position: relative!important;
    margin: 30px 0;
    display: none;
  }
  .sidebar.fixedSidebar {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
}
.sidebar-news-container {
  background: #FFF;
}
.sidebar-news-container .sidebar {
  padding-top: 10px;
}
.sd-content ul {
  padding: 0 !important;
  margin: 5px 0 0 0 !important;
  list-style: none !important;
}
.sd-content ul li {
  width: 100%;
  font-size: 15px;
}
.sd-content ul li.share-facebook > div {
  float: right;
}
.sd-content ul li.share-facebook::before {
  content: 'Facebook';
}
.sd-content ul li.share-twitter #twitter-widget-0 {
  float: right;
}
.sd-content ul li.share-twitter::before {
  content: 'Twitter';
}
.sd-content ul li.share-google-plus-1 .googleplus1_button {
  display: inline-block;
  width: auto;
  float: right;
}
.sd-content ul li.share-google-plus-1 .googleplus1_button .g-plus {
  width: 64px!important;
}
.sd-content ul li.share-google-plus-1 .googleplus1_button .g-plus iframe {
  width: auto!important;
}
.sd-content ul li.share-google-plus-1::before {
  content: 'Google +';
}
.sd-content ul li.share-email a.share-email {
  float: right;
  background: #3c6ea9;
  border: 1px solid #3c6ea9;
  padding: 1px 8px 0px 8px;
  border-radius: 2px;
}
.sd-content ul li.share-email a.share-email:hover {
  background: #3c6ea9;
}
.sd-content ul li.share-email a.share-email span {
  display: none;
}
.sd-content ul li.share-email::before {
  content: 'Wyślij mailem';
}
.sd-content ul li.share-end {
  height: 1px;
  margin: 0;
  padding: 0;
}
.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
  content: url("img/mail.svg");
}
ul.inner-nav {
  font-size: 15px;
  line-height: 1.2;
  list-style: disc;
  padding: 8px 0 10px 20px;
}
ul.inner-nav li {
  padding: 3px 0;
  color: #a4a4a4;
}
ul.inner-nav li.currentBox {
  font-weight: 700;
  color: #3c6ea9;
}
ul.inner-nav li:hover {
  color: #3c6ea9;
}
ul.inner-nav li a:focus {
  color: inherit;
}
.wp-polls .Buttons {
  color: #1e1f23;
  padding: 13px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  width: 170px;
  text-align: center;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .row-eq-height {
    display: block;
  }
}
.menu-footer_bottom-container ul li {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .menu-footer_bottom-container {
    display: none;
  }
}
footer#colophon .footer-bottom a {
  color: #888888;
}
footer#colophon .footer-bottom a:hover {
  color: #3c6ea9;
}
#newsletter {
  background-color: #3c6ea9;
  padding: 70px 0 100px 0;
  background-image: url(img/newsletter-back.png);
  background-repeat: no-repeat;
  background-position: center;
}
#newsletter h3 {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 20px;
}
#newsletter input[type="text"],
#newsletter input[type="email"],
#newsletter input[type="submit"] {
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  #newsletter input[type="text"],
  #newsletter input[type="email"],
  #newsletter input[type="submit"] {
    margin-bottom: 10px;
  }
}
#newsletter input[type="submit"] {
  background: #1e1f23;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-social ul {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-social ul {
    margin-left: 0;
  }
}
.footer-social ul li {
  margin-top: 2px;
  display: block;
  color: #FFF;
  background: #76a9ea;
  width: 100%;
}
.footer-social ul li a {
  color: inherit!important;
  padding: 3px 15px;
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.footer-social ul li.twitter {
  background: #76a9ea;
}
.footer-social ul li.google {
  background: #f34938;
}
.sb-slidebar {
  position: absolute;
}
#sharing_email {
  left: auto!important;
  right: 50px!important;
}
@media only screen and (max-width: 520px) {
  span.wc-vote-link,
  .wc-vote-result {
    display: none!important;
  }
  #wpcomm .wc-comment-author {
    width: 100%;
  }
  #wpcomm .wc-footer-left .wc-reply-button {
    margin: 0;
  }
}
div.wc_comment_level-1 {
  margin-bottom: 20px;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFF;
  -webkit-box-shadow: 0px -1px 0px 0px #bdbdbd;
  -moz-box-shadow: 0px -1px 0px 0px #bdbdbd;
  box-shadow: 0px -1px 0px 0px #bdbdbd;
}
.contact-page {
  padding-top: 30px;
}
.contact-page p {
  font-size: 15px;
  line-height: 1.5;
  color: #303237;
  padding-bottom: 15px;
}
#wpcomm .wc-comment-footer {
  border: 0!important;
  padding-bottom: 0!important;
}
#wpcomm .wc-comment-author {
  padding: 6px 0px 2px 10px;
}
.mobile-show {
  display: none;
}
@media only screen and (max-width: 992px) {
  .mobile-show {
    display: block;
  }
}
.floating-menu {
  position: fixed;
  right: -220px;
  top: 32px;
  z-index: 9999;
  width: 270px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  background: transparent;
}
.floating-menu h3 {
  background: #ebebeb;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}
.floating-menu h3 img {
  margin-right: 20px;
  vertical-align: -2px;
}
.floating-menu .sidebar-box {
  padding-left: 50px;
  padding-right: 15px;
}
.floating-menu ul {
  background: #FFF;
}
.floating-menu.opened {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.floating-menu.hidden {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: -230px;
}
