@charset "UTF-8";

/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  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;
  -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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.small_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}

.container:before,
.small_container:before,
.container:after,
.small_container:after {
  content: " ";
  display: table;
}

.container:after,
.small_container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container,
  .small_container {
    width: 734px;
  }
}

@media (min-width: 992px) {
  .container,
  .small_container {
    width: 954px;
  }
}

@media (min-width: 1200px) {
  .container,
  .small_container {
    width: 1154px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -7px;
  margin-right: -7px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive>.table {
    margin-bottom: 0;
  }
  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }
  .table-responsive>.table-bordered {
    border: 0;
  }
  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }
  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group>.form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -7px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 7px;
  padding-left: 7px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.small_container>.navbar-header,
.container>.navbar-collapse,
.small_container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -7px;
  margin-left: -7px;
}

@media (min-width: 1200px) {
  .container>.navbar-header,
  .small_container>.navbar-header,
  .container>.navbar-collapse,
  .small_container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 7px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 1200px) {
  .navbar>.container .navbar-brand,
  .navbar>.small_container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -7px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 7px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -7px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav>li {
    float: left;
  }
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -7px;
  margin-right: -7px;
  padding: 10px 7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group>.form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -7px;
  }
  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}


/* This mixin can be used to set the object-fit: @include object-fit(contain);
 or object-fit and object-position: @include object-fit(cover, top);
 */

@font-face {
  font-family: 'Whitney Light';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/Whitney-Light.otf") format("opentype");
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/ie/Whitney-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney Book';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/Whitney-Book.otf") format("opentype");
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/ie/Whitney-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney Medium';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/Whitney-Medium-Bas.otf") format("opentype");
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/ie/Whitney-Medium-Bas.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney Semibold';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/Whitney-Semibold-Bas.otf") format("opentype");
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/ie/Whitney-Semibold-Bas.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney Bold';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/Whitney-Bold.otf") format("opentype");
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/ie/Whitney-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chronicle XLight';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/ChronicleDisp-XLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chronicle Light';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/ChronicleDisp-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chronicle';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/ChronicleDisp-Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chronicle Display Roman';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/ChronicleDisp-Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Chronicle Display Semibold';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/ChronicleDisp-Semibold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Chronicle Display Black';
  src: url("https://zasoby.politykainsight.pl/pi2/fonts/Chronicle-Disp-Black.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

.clear {
  clear: both !important;
  float: none !important;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}

body {
  padding-top: 0 !important;
  font-family: 'Whitney Book', sans-serif;
}

.contain_all {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
}

.home_check {
  position: static !important;
}

*:focus,
a:focus {
  outline: 0 !important;
  text-decoration: none !important;
}

.hover_underline::after,
#nav_wrapper .extended-nav-menu .menu-item a::after,
.secondary_nav a::after,
.secondary_nav span::after {
  content: '';
  background-color: #e74439;
  width: 1%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.hover_underline:hover,
#nav_wrapper .extended-nav-menu .menu-item a:hover,
.secondary_nav a:hover,
.secondary_nav span:hover {
  text-decoration: none;
}

.hover_underline:hover::after,
#nav_wrapper .extended-nav-menu .menu-item a:hover::after,
.secondary_nav a:hover::after,
.secondary_nav span:hover::after {
  width: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.down_arrow_text {
  color: #40454d;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  position: absolute;
  z-index: 999;
  bottom: 25px;
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0;
  filter: alpha(opacity=0);
}

.down_arrow_text.shown {
  opacity: 1;
  filter: alpha(opacity=100);
}

.down_arrow_text:hover {
  color: #40454d;
  text-decoration: none;
}

.container,
.small_container {
  position: relative;
}

.my-container {
  padding: 0 22px;
}

.special_container {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .special_container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container,
  .small_container,
  .small_container {
    max-width: 100% !important;
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .container,
  .small_container {
    width: 1000px;
  }
}

.small_container {
  width: 810px;
}

@media (max-width: 854px) {
  .small_container {
    width: 100%;
    padding: 0 22px;
  }
}

img {
  max-width: 100%;
}

.down_arrow {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: fixed;
  bottom: 49px;
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/double_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 99;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -ms-animation: bounce 4s infinite;
  -o-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}

.down_arrow:hover {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  15% {
    margin-bottom: 0px;
  }
  30% {
    margin-bottom: 6px;
  }
  40% {
    margin-bottom: -3px;
  }
  50% {
    margin-bottom: 3px;
  }
  60% {
    margin-bottom: -1.5px;
  }
  70% {
    margin-bottom: 1.5px;
  }
  80% {
    margin-bottom: 0px;
  }
}

@-moz-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  15% {
    margin-bottom: 0px;
  }
  30% {
    margin-bottom: 6px;
  }
  40% {
    margin-bottom: -3px;
  }
  50% {
    margin-bottom: 3px;
  }
  60% {
    margin-bottom: -1.5px;
  }
  70% {
    margin-bottom: 1.5px;
  }
  80% {
    margin-bottom: 0px;
  }
}

@-ms-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  15% {
    margin-bottom: 0px;
  }
  30% {
    margin-bottom: 6px;
  }
  40% {
    margin-bottom: -3px;
  }
  50% {
    margin-bottom: 3px;
  }
  60% {
    margin-bottom: -1.5px;
  }
  70% {
    margin-bottom: 1.5px;
  }
  80% {
    margin-bottom: 0px;
  }
}

@-o-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  15% {
    margin-bottom: 0px;
  }
  30% {
    margin-bottom: 6px;
  }
  40% {
    margin-bottom: -3px;
  }
  50% {
    margin-bottom: 3px;
  }
  60% {
    margin-bottom: -1.5px;
  }
  70% {
    margin-bottom: 1.5px;
  }
  80% {
    margin-bottom: 0px;
  }
}

@keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  15% {
    margin-bottom: 0px;
  }
  30% {
    margin-bottom: 6px;
  }
  40% {
    margin-bottom: -3px;
  }
  50% {
    margin-bottom: 3px;
  }
  60% {
    margin-bottom: -1.5px;
  }
  70% {
    margin-bottom: 1.5px;
  }
  80% {
    margin-bottom: 0px;
  }
}

@-webkit-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  15% {
    margin-bottom: 0px;
  }
  30% {
    margin-bottom: 6px;
  }
  40% {
    margin-bottom: -3px;
  }
  50% {
    margin-bottom: 3px;
  }
  60% {
    margin-bottom: -1.5px;
  }
  70% {
    margin-bottom: 1.5px;
  }
  80% {
    margin-bottom: 0px;
  }
}

@-moz-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  15% {
    margin-bottom: 0px;
  }
  30% {
    margin-bottom: 6px;
  }
  40% {
    margin-bottom: -3px;
  }
  50% {
    margin-bottom: 3px;
  }
  60% {
    margin-bottom: -1.5px;
  }
  70% {
    margin-bottom: 1.5px;
  }
  80% {
    margin-bottom: 0px;
  }
}

@-ms-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  15% {
    margin-bottom: 0px;
  }
  30% {
    margin-bottom: 6px;
  }
  40% {
    margin-bottom: -3px;
  }
  50% {
    margin-bottom: 3px;
  }
  60% {
    margin-bottom: -1.5px;
  }
  70% {
    margin-bottom: 1.5px;
  }
  80% {
    margin-bottom: 0px;
  }
}

@-o-keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  15% {
    margin-bottom: 0px;
  }
  30% {
    margin-bottom: 6px;
  }
  40% {
    margin-bottom: -3px;
  }
  50% {
    margin-bottom: 3px;
  }
  60% {
    margin-bottom: -1.5px;
  }
  70% {
    margin-bottom: 1.5px;
  }
  80% {
    margin-bottom: 0px;
  }
}

@keyframes bounce {
  0% {
    margin-bottom: 0px;
  }
  15% {
    margin-bottom: 0px;
  }
  30% {
    margin-bottom: 6px;
  }
  40% {
    margin-bottom: -3px;
  }
  50% {
    margin-bottom: 3px;
  }
  60% {
    margin-bottom: -1.5px;
  }
  70% {
    margin-bottom: 1.5px;
  }
  80% {
    margin-bottom: 0px;
  }
}

@-webkit-keyframes showthis {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes showthis {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes showthis {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes showthis {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showthis {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#logo {
  height: 57px;
/*  width: 172px; 10 lat*/
  margin: 0 auto;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 36px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: showthis 0.5s 1;
  -moz-animation: showthis 0.5s 1;
  -ms-animation: showthis 0.5s 1;
  -o-animation: showthis 0.5s 1;
  animation: showthis 0.5s 1;
}

#logo.shown {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
}

#header_phone,
#zamow,
#login,
#nss_switcher,
#header_button,
#language {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
}

#header_phone.shown,
#zamow.shown,
#login.shown,
#nss_switcher.shown,
#header_button.shown,
#language.shown {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#header_phone,
#zamow,
#language {
  font-family: 'Whitney Light', sans-serif;
  font-weight: 200 !important;
  top: 56px;
}

#header_phone {
  left: -100px;
}

#header_phone.shown {
  left: 69px;
}

#header_phone a,
#zamow,
#language {
  color: #40454d !important;
}

.icon-bar {
  background-color: #40454d !important;
}

#zamow {
  right: -100px;
  cursor: pointer;
  border-color: #f3f3f3 !important;
}

#zamow.shown {
  right: 147px;
}

#zamow:hover {
  border-color: #f3f3f3 !important;
}

#zamow .dropdown {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 100%;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#zamow .dropdown a {
  display: block;
  padding: 3px 22px;
  text-align: center;
  color: #40454d;
  font-family: 'Whitney Book', sans-serif;
}

#zamow .dropdown a:hover {
  text-decoration: none;
}

#zamow .dropdown a:hover.pienergy {
  background-color: #3D8400;
  color: #ffffff;
}

#zamow .dropdown a:hover.pifinance {
  background-color: #CE4600;
  color: #ffffff;
}

#zamow .dropdown a:hover.pipremium {
  background-color: #e74439;
  color: #ffffff;
}

#zamow .dropdown.active {
  max-height: 100px;
}

#login,
#nss_switcher,
#header_button,
#zamow {
  font-family: 'Whitney Medium', sans-serif;
  padding: 6px 16px;
  white-space: nowrap;
  top: 50px;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#login:hover,
#nss_switcher:hover,
#header_button:hover,
#zamow:hover {
  text-decoration: none;
  color: #e74439;
  -webkit-box-shadow: inset 0 -50px 0 0 #ffffff;
  -moz-box-shadow: inset 0 -50px 0 0 #ffffff;
  box-shadow: inset 0 -50px 0 0 #ffffff;
}

#login, #nss_switcher, #header_button {
  cursor: pointer;
  background-color: #e74439;
  width: 96px;
  right: -75px;
  -webkit-box-shadow: inset 0 0 50px 0 #e74439;
  -moz-box-shadow: inset 0 0 50px 0 #e74439;
  box-shadow: inset 0 0 50px 0 #e74439;
}

#login.shown,#nss_switcher.shown,#header_button.shown {
  right: 51px;
}

#language {
  right: -50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#language.shown {
  right: 23px;
}

.navbar {
  background: transparent;
  border: none;
  z-index: 99999999;
  z-index: 9998;
}

.navbar-toggle {
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  float: left;
  padding: 0;
  margin: 55px 0 0 0;
  height: 24px;
  width: 24px;
  position: relative;
  left: -50px;
  top: 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  background: transparent !important;
}

.navbar-toggle.shown {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

span.icon-bar {
  position: absolute;
  width: 22px;
  height: 4px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 0 !important;
}

span.icon-bar:nth-child(2) {
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

span.icon-bar:nth-child(3) {
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

span.icon-bar:nth-child(4) {
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.navbar-toggle {
  z-index: 999999;
}

.navbar-toggle[aria-expanded="true"] span.icon-bar {
  top: 6px !important;
  mix-blend-mode: exclusion;
}

.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(3) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(4) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggle[aria-expanded="true"]:hover span.icon-bar:nth-child(2),
.navbar-toggle[aria-expanded="true"]:hover span.icon-bar:nth-child(3),
.navbar-toggle[aria-expanded="true"]:hover span.icon-bar:nth-child(4) {
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle[aria-expanded="false"] span.icon-bar:nth-child(2) {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
}

.navbar-toggle[aria-expanded="false"] span.icon-bar:nth-child(3) {
  top: 6px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle[aria-expanded="false"] span.icon-bar:nth-child(4) {
  top: 12px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-toggle[aria-expanded="false"]:hover span.icon-bar:nth-child(2) {
  top: -2px;
}

.navbar-toggle[aria-expanded="false"]:hover span.icon-bar:nth-child(3) {
  top: 6px;
}

.navbar-toggle[aria-expanded="false"]:hover span.icon-bar:nth-child(4) {
  top: 14px;
}

.navbar-collapse {
  z-index: 99999;
  height: 100vh;
  background-color: #1d1c1b !important;
  max-height: none !important;
  width: 370px !important;
  display: block !important;
  left: -370px !important;
  bottom: 0 !important;
  top: 0 !important;
  position: fixed !important;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.navbar-collapse.in {
  left: 0 !important;
  display: block !important;
}

.navbar-collapse .collapse {
  height: 100vh;
}

.navbar-collapse .collapse.width {
  -moz-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

.navbar-nav {
  float: none !important;
  padding: 40px 44px;
}

.navbar-nav li a,
.navbar-nav li>span {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #ffffff !important;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  padding: 0;
  line-height: 37px;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.navbar-nav>li {
  float: none;
  font-size: 25px;
}

.navbar-header {
  float: none;
  padding: 0 22px;
}

.navbar_contact,
.navbar_social,
.navbar_copy {
  padding: 0 37px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Whitney Book', sans-serif;
  font-weight: normal;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.navbar_contact a,
.navbar_social a,
.navbar_copy a {
  color: #ffffff;
}

.navbar_contact {
  padding-bottom: 1em;
}

.navbar_contact .heading {
  font-family: 'Whitney Semibold', sans-serif;
  font-weight: normal;
  padding-bottom: 1em;
}

.navbar_contact span {
  display: block;
}

.navbar_social {
  padding-bottom: 2em;
}

.navbar_social a {
  margin-right: 15px;
}

.navbar_copy {
  font-size: 10px;
  letter-spacing: 0.6px;
}

#nav_wrapper {
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 130px;
}

#nav_wrapper #logo_scrolled {
  position: absolute;
  width: 126px;
  top: -200px;
  height: 39px;
  left: 30px;
  right: 100%;
/*  padding-right: 38px; 10 lat*/
/*  border-right: 1px solid #979797; 10 lat*/
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

#nav_wrapper.hasScrolled {
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  background-color: #ffffff !important;
  height: 66px;
}

#nav_wrapper.hasScrolled .extended-nav-menu {
  top: -30px !important;
  left: 190px !important;
}

#nav_wrapper.hasScrolled #header_phone,
#nav_wrapper.hasScrolled #login,
#nav_wrapper.hasScrolled #nss_switcher,
#nav_wrapper.hasScrolled #header_button,
#nav_wrapper.hasScrolled #language {
  top: 21px;
}

#nav_wrapper.hasScrolled .navbar-toggle {
  margin-top: 22px;
}

@media (min-width: 884px) {
  #nav_wrapper.hasScrolled #logo {
    opacity: 0;
    filter: alpha(opacity=0);
    top: -200px !important;
  }
  #nav_wrapper.hasScrolled #logo_scrolled {
    top: 10px;
  }
}

#nav_wrapper.hasScrolled #login,
#nav_wrapper.hasScrolled #nss_switcher,
#nav_wrapper.hasScrolled #header_button,
#nav_wrapper.hasScrolled #zamow {
  top: 13px;
}

#nav_wrapper .desktop_text {
  display: block;
}

#nav_wrapper .mobile_text {
  display: none;
}

@media (max-width: 882px) {
  #nav_wrapper {
    background-color: #ffffff !important;
    height: 58px;
  }
  #nav_wrapper .mobile_text {
    display: block;
  }
  #nav_wrapper .desktop_text {
    display: none;
  }
  #nav_wrapper #login,
  #nav_wrapper #nss_switcher,
  #nav_wrapper #header_button,
  #nav_wrapper #language,
  #nav_wrapper #zamow {
    font-size: 12px;
  }
  #nav_wrapper #header_phone,
  #nav_wrapper #login,
  #nav_wrapper #nss_switcher,
  #nav_wrapper #header_button,
  #nav_wrapper #language {
    top: 21px;
  }
  #nav_wrapper .navbar-toggle {
    margin-top: 22px;
  }
  #nav_wrapper #logo {
/*    width: 110px; 10 lat*/
    top: 10px;
  }
  #nav_wrapper #zamow {
    right: 126px;
  }
  #nav_wrapper #login,
  #nav_wrapper #nss_switcher,
  #nav_wrapper #header_button,
  #nav_wrapper #zamow {
    top: 13px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 620px) {
  #nav_wrapper #zamow,
  #nav_wrapper #header_phone {
    display: none;
  }
}

@media (max-width: 460px) {
  #nav_wrapper {
    background: #b7b7b7;
    height: 43px !important;
  }
  #nav_wrapper #login, #nav_wrapper #nss_switcher, #nav_wrapper #header_button {
    top: 17px !important;
    right: 46px;
    padding: 3px 5px !important;
  }
  #nav_wrapper .hide_on_small {
    display: none;
  }
}

#nav_wrapper .extended-nav-menu {
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  left: 240px;
  top: 0;
  -webkit-animation: showthis 1s 1;
  -moz-animation: showthis 1s 1;
  -ms-animation: showthis 1s 1;
  -o-animation: showthis 1s 1;
  animation: showthis 1s 1;
}

#nav_wrapper .extended-nav-menu .menu-item {
  margin-right: 30px;
  position: relative;
  top: 50px;
  display: block;
  font-size: 20px;
  font-family: 'Whitney Book', sans-serif;
  font-weight: normal;
  color: #40454d;
  line-height: 1.2em;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  float: left;
}

#nav_wrapper .extended-nav-menu .menu-item.active>a {
  color: #E74439;
}

#nav_wrapper .extended-nav-menu .menu-item span {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: relative;
  padding-right: 20px;
  z-index: 9;
}

#nav_wrapper .extended-nav-menu .menu-item .collapsed {
  margin-left: -20px;
  position: absolute;
  top: -20px;
  padding-top: 10px;
  overflow: hidden;
  max-height: 0;
  background-color: #ffffff;
  padding: 20px 20px 30px 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

#nav_wrapper .extended-nav-menu .menu-item .collapsed a {
  white-space: nowrap;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#nav_wrapper .extended-nav-menu .menu-item.showme .collapsed {
  top: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
  max-height: 200px;
}

#nav_wrapper .extended-nav-menu .menu-item a {
  color: #40454d;
  position: relative;
}

#nav_wrapper .extended-nav-menu .menu-item a:hover {
  text-decoration: none;
}

#nav_wrapper.extended-nav .navbar-toggle {
  top: -50px !important;
  opacity: 0;
  filter: alpha(opacity=0);
}

#nav_wrapper.extended-nav #header_phone,
#nav_wrapper.extended-nav #zamow {
  top: -50px !important;
  opacity: 0;
  filter: alpha(opacity=0);
}

#homepage .extended-nav-menu {
  left: 190px;
  top: -100px;
  opacity: 0;
  filter: alpha(opacity=0);
}

#homepage .hasScrolled .extended-nav-menu {
  top: -30px !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

#hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #002f68;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff !important;
}

@supports (-ms-ime-align: auto) {
  #hero {
    opacity: inherit !important;
    -webkit-filter: inherit !important;
    filter: inherit !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #hero {
    -webkit-filter: inherit;
    filter: inherit;
    position: static !important;
  }
}

#hero h1 {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: fixed;
  font-family: 'Chronicle XLight';
  font-weight: normal !important;
  color: #ffffff;
  font-size: 75px;
  line-height: 0.95em;
  z-index: 100;
  max-width: 1000px;
  text-align: center;
  -moz-transition: transform 2000ms 100ms ease-in-out, opacity 2000ms 100ms ease-in-out;
  -o-transition: transform 2000ms 100ms ease-in-out, opacity 2000ms 100ms ease-in-out;
  -webkit-transition: transform 2000ms 100ms ease-in-out, opacity 2000ms 100ms ease-in-out;
  -webkit-transition: opacity 2000ms 100ms ease-in-out, -webkit-transform 2000ms 100ms ease-in-out;
  transition: opacity 2000ms 100ms ease-in-out, -webkit-transform 2000ms 100ms ease-in-out;
  transition: transform 2000ms 100ms ease-in-out, opacity 2000ms 100ms ease-in-out;
  transition: transform 2000ms 100ms ease-in-out, opacity 2000ms 100ms ease-in-out, -webkit-transform 2000ms 100ms ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  padding: 0 20px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@media (max-width: 1012px) {
  #hero h1 {
    font-size: 65px;
  }
}

@media (max-width: 882px) {
  #hero h1 {
    font-size: 55px;
  }
}

@media (max-width: 700px) {
  #hero h1 {
    font-size: 55px;
  }
}

@media (max-width: 580px) {
  #hero h1 {
    font-size: 45px;
  }
}

@media (max-width: 450px) {
  #hero h1 {
    font-size: 35px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #hero h1 {
    position: fixed;
    margin: -180px auto 3px auto !important;
    -webkit-filter: inherit !important;
    filter: inherit !important;
    opacity: inherit !important;
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

#hero h1 strong {
  font-weight: normal !important;
  color: #e74439;
}

#hero .down_arrow {
  margin-bottom: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}

#hero .down_arrow.shown {
  margin-bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #hero .down_arrow {
    left: 0;
    right: 0;
    -webkit-filter: inherit !important;
    filter: inherit !important;
    opacity: inherit !important;
  }
}

#hero .down_arrow_text {
  position: fixed !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #hero .down_arrow_text {
    left: 0;
    right: 0;
    text-align: center;
    -webkit-filter: inherit !important;
    filter: inherit !important;
    opacity: inherit !important;
  }
}

#hero.shown h1 {
  margin-top: -20px !important;
  width: 100% !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

#hero.zespolowa.shown h1 {
  margin-top: 0px !important;
}

#hero h1 {
  color: #40454d;
}


@media (max-height: 700px) {
  #hero.onas_hero h1 {
    font-size: 30px !important;
  }
}

#hero .wawrzont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 30px 0 30px;
}

#hero .wawrzont .photo {
  width: 72px;
  height: 72px;
  min-width: 72px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}

#hero .wawrzont .info {
  font-size: 18px;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  text-align: left;
  max-width: 315px;
  padding-left: 23px;
}

#hero .wawrzont .info strong {
  color: #40454d;
  font-family: 'Whitney Semibold', sans-serif;
  font-weight: normal;
}

@media (max-width: 767px) {
  #hero .wawrzont .photo {
    min-width: 65px !important;
    width: 65px !important;
    height: 65px !important;
    background-position: center center !important;
  }
  #hero .wawrzont .info {
    font-size: 14px !important;
  }
}

#small-spacer {
  padding: 10px 0 10px 0;
}

.secondary_nav {
  margin: 45px 15px 0 15px;
  line-height: 20px !important;
}

.secondary_nav a,
.secondary_nav span {
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  color: #40454d;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  z-index: 9999999;
  padding-bottom: 2px;
}

@media (max-width: 450px) {
  .secondary_nav a,
  .secondary_nav span {
    margin-bottom: 5px;
    letter-spacing: 0px;
  }
}

.secondary_nav a:hover,
.secondary_nav span:hover {
  text-decoration: none;
}

.secondary_nav a {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1em !important;
  margin: 0 10px;
}

@media (max-width: 600px) {
  .secondary_nav {
    line-height: 10px !important;
  }
  .secondary_nav a {
    font-size: 16px !important;
  }
}

.secondary_nav span {
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}

.secondary_nav span::after {
  bottom: -7px;
}

.secondary_nav.small-links {
  margin: 0 !important;
  text-align: center;
  bottom: 26px;
  padding: 10px 0 10px 0;
  line-height: 1.3em !important;
  z-index: 1234;
  background: white;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.secondary_nav.small-links .inner_wrapper {
  display: block;
  margin: 0 40px;
}

.secondary_nav.small-links span {
  padding: 2px 3px;
}

.secondary_nav.small-links span::after {
  bottom: auto;
  top: 22px;
}

.secondary_nav.small-links span.active,
.secondary_nav.small-links span.active:hover {
  color: #e74439;
}

.secondary_nav.small-links span.active::after,
.secondary_nav.small-links span.active:hover::after {
  width: 0 !important;
}

@media (max-width: 767px) {
  .secondary_nav.small-links {
    margin: 0px 10px;
  }
  .secondary_nav::before {
    content: '';
    background: #ffffff;
    width: 100%;
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    top: -15px;
  }
}

@media (max-width: 460px) {
  #small-links span {
    font-size: 14px !important;
    line-height: 1.2em !important;
    letter-spacing: -0.04em !important;
  }
  .secondary_nav#small-links .inner_wrapper {
    margin: 0px 20px !important;
  }
}

.vh_block {
  background-color: #fff;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 999;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .vh_block>.special_container,
  .vh_block>.small_container {
    margin: 30% 0;
  }
}

.vh_block .down_arrow {
  position: absolute;
  -webkit-box-shadow: 0 0 0 20px transparent;
  -moz-box-shadow: 0 0 0 20px transparent;
  box-shadow: 0 0 0 20px transparent;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .vh_block .down_arrow,
  .vh_block .down_arrow_text {
    left: 0;
    right: 0;
    text-align: center;
  }
}

.vh_block .my-container {
  width: 100%;
}

.vh_block .slide_block:hover {
  text-decoration: none;
}

.vh_block .heading_block {
  height: 552px;
  /*max-height: 68vh;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  width: 100% !important;
  bottom: 16px;
  position: relative;
  background-color: #9b9b9b;
  overflow: hidden;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #ffffff !important;
}

.vh_block .special_container .col-sm-6 {
  margin-bottom: 16px;
}
.vh_block .special_container .col-sm-6 .heading_block {
  height: 300px !important;
}
.vh_block .heading_block .bg {
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.vh_block .heading_block h3 {
  color: #ffffff;
  font-size: 50px;
  text-align: center;
  font-family: 'Chronicle Light';
  font-weight: normal;
  position: relative;
  z-index: 10;
  margin-bottom: 0.29em;
  padding: 0 20px;
  width: 100% !important;
  display: block;
  line-height: 1em !important;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-transition: all 400ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}

.vh_block .heading_block h3.hideme {
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (min-width: 606px) {
  .vh_block .heading_block h3 {
/*    margin-top: 70px;*/
/*    min-height: 130px;*/
  }

  .vh_block .special_container .col-sm-6 h3 {
    min-height: 0;
    margin-bottom: 0;
  }
}

.vh_block .heading_block .text_block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(64, 69, 77, 0);
  -moz-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vh_block .heading_block .text_block .button {
  text-align: center;
  display: block;
  position: absolute;
  height: auto;
  margin: 0 auto;
  bottom: 70px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #e74439;
  padding: 5px;
  clear: both;
  letter-spacing: 0.14em;
  background-color: #e74439;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 3.2em;
  right: 3.2em;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vh_block .heading_block:hover {
  text-decoration: none;
}

.vh_block .heading_block.hideme {
  opacity: 0;
  filter: alpha(opacity=0);
}

.vh_block .heading_block.hideme .text_block span {
  opacity: 0;
  filter: alpha(opacity=0);
}

.vh_block .heading_block.hideme .text_block a {
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (max-width: 991px) {
  .vh_block .heading_block h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .vh_block .heading_block {
    height: 200px;
    padding: 0px 0 0 0;
    background-position: center 20%;
    margin-bottom: 0;
  }
  .vh_block .heading_block h3 {
    max-width: 320px !important;
  }
  .vh_block .heading_block .button {
    bottom: 30px !important;
    max-width: 231px;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 567px) {
  .vh_block .heading_block {
    height: 140px;
    padding: 0px 0 0 0;
  }
  .vh_block .heading_block h3 {
    font-size: 30px;
    max-width: 260px !important;
  }
  .vh_block .heading_block .button {
    font-size: 12px !important;
  }
}

.vh_block .heading_block:hover .bg {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.vh_block .heading_block:hover,
.vh_block .heading_block:focus,
.vh_block .heading_block:active,
.vh_block .heading_block:visited {
  color: #ffffff !important;
}

.vh_block.block_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent !important;
}

@media (max-width: 991px) {
  .vh_block.block_1 {
    padding: 70px 0 0 0;
  }
  .vh_block.block_1 .down_arrow,
  .vh_block.block_1 .down_arrow_text {
    left: 0;
    right: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .vh_block.block_1 {
    display: block;
  }
}

.vh_block.block_2 {
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vh_block.block_2 .text_block {
  left: -5.5em;
}

.vh_block.block_3 {
  background-color: #ffffff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vh_block.block_3 .text_block {
  left: 14.5em;
}

.vh_block.block_4a {
  background-color: #ffffff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block_4 {
  background-color: #ffffff !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: cetner;
}

.block_4 #wszystkie {
  height: 0;
}

.block_4 #wszystkie.showme {
  cursor: pointer;
  position: absolute;
  width: 100%;
  z-index: 99999;
  height: 221px;
}

.block_4 #wszystkie.showme::after {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  content: '\00d7';
  font-size: 60px;
  font-family: 'Whitney', sans-serif;
  position: absolute;
  right: 80px;
  top: 80px;
  height: 55px;
  width: 55px;
  border: 2px solid #ffffff;
  color: #ffffff;
  line-height: 52px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.block_4 #wszystkie.showme:hover::after {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media (max-width: 767px) {
  .block_4 #wszystkie.showme {
    height: 12.5%;
  }
  .block_4 #wszystkie.showme::after {
    right: 40px;
    top: 20px;
  }
}

@media (min-height: 885px) {
  .block_4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .block_4 {
    height: auto !important;
    padding-bottom: 132px;
  }
}

.block_4 .specjalizacje {
  height: 663px;
  position: relative;
  overflow: hidden;
}

.block_4 .specjalizacje::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 10px solid #f3f3f3;
}

.block_4 .specjalizacje .person_wrapper {
  padding-bottom: 30px;
}

.block_4 .specjalizacje #wszystkie {
  position: absolute;
  right: 16px;
  bottom: 68px;
  width: 84px;
  height: auto;
  cursor: pointer;
  z-index: 7 !important;
}

@media (max-width: 767px) {
  .block_4 .specjalizacje #wszystkie {
    top: 160px !important;
    bottom: auto !important;
    display: none !important;
  }
}

.block_4 .specjalizacje>div span {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 30px;
  font-family: 'Chronicle XLight';
  font-weight: normal;
  display: block;
  white-space: nowrap;
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.block_4 .specjalizacje>div span span.hide_on_small {
  left: 0;
  position: static;
  display: inline;
}

@media (max-width: 460px) {
  .block_4 .specjalizacje>div span span.hide_on_small {
    display: none;
  }
}

.block_4 .specjalizacje>div span::before {
  content: '';
  width: 1px;
  position: absolute;
  left: 64px;
  top: 100%;
  background-color: #e74439;
  height: 0;
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 767px) {
  .block_4 .specjalizacje>div span::before {
    top: auto;
    bottom: -25.5%;
    left: 33px;
    max-height: 52%;
  }
}

.block_4 .specjalizacje>div.ontop {
  z-index: 100 !important;
}

@media (max-width: 767px) {
  .block_4 .specjalizacje>div {
    height: 100px !important;
    width: 150px !important;
    left: 0 !important;
  }
  .block_4 .specjalizacje>div::after {
    content: '';
    width: 767px;
    background: #f3f3f3;
    left: 100%;
    position: absolute;
    top: 1px;
    bottom: 1px;
  }
  .block_4 .specjalizacje>div span {
    text-align: left;
    color: #40454d;
    text-shadow: none;
    left: 180px;
    display: block;
  }
  .block_4 .specjalizacje>div:nth-child(1) {
    top: 0;
  }
  .block_4 .specjalizacje>div:nth-child(2) {
    top: 12.5%;
  }
  .block_4 .specjalizacje>div:nth-child(3) {
    top: 25%;
  }
  .block_4 .specjalizacje>div:nth-child(4) {
    top: 37.5%;
  }
  .block_4 .specjalizacje>div:nth-child(5) {
    top: 50%;
  }
  .block_4 .specjalizacje>div:nth-child(6) {
    top: 62.5%;
  }
  .block_4 .specjalizacje>div:nth-child(7) {
    top: 75%;
  }
  .block_4 .specjalizacje>div:nth-child(8) {
    top: 87.5%;
  }
  .block_4 .specjalizacje>div:nth-child(9) {
    top: 100%;
  }
}

.block_4 .specjalizacje>div.active,
.block_4 .specjalizacje>div.inactive {
  cursor: default;
  height: 221px;
  width: 100% !important;
  top: 0;
  left: 0;
  background-size: 100% auto;
}

.block_4 .specjalizacje>div.active span,
.block_4 .specjalizacje>div.inactive span {
  color: #ffffff !important;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}

.block_4 .specjalizacje>div.active#prawo span,
.block_4 .specjalizacje>div.inactive#prawo span {
  color: #40454d;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.3);
}

.block_4 .specjalizacje>div.active::after,
.block_4 .specjalizacje>div.inactive::after {
  display: none !important;
}

.block_4 .specjalizacje>div.active span,
.block_4 .specjalizacje>div.inactive span {
  left: 0;
  right: 100%;
  display: block;
  font-size: 46px;
  letter-spacing: 2.56px;
}

.block_4 .specjalizacje>div.active>span,
.block_4 .specjalizacje>div.inactive>span {
  padding-left: 56px;
}

.block_4 .specjalizacje>div.active span::before,
.block_4 .specjalizacje>div.inactive span::before {
  height: 114px;
}

@media (max-width: 767px) {
  .block_4 .specjalizacje>div.active,
  .block_4 .specjalizacje>div.inactive {
    background-size: cover !important;
    height: 100px;
    line-height: 2.8em;
  }
  .block_4 .specjalizacje>div.active span,
  .block_4 .specjalizacje>div.inactive span {
    padding: 22px;
    font-size: 30px;
  }
}

.block_4 .specjalizacje>div.active:hover,
.block_4 .specjalizacje>div.inactive:hover {
  background-size: 100% auto;
  background-size: cover !important;
}

.block_4 .specjalizacje>div.active:hover::after,
.block_4 .specjalizacje>div.inactive:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
  background: transparent !important;
}

.block_4 .specjalizacje>div.inactive {
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (max-width: 767px) {
  .block_4 .specjalizacje {
    margin-bottom: 0 !important;
    height: 70vh !important;
  }
  .block_4 .specjalizacje>div {
    background-size: cover !important;
    height: 12.5% !important;
  }
}

.block_4 .specjalizacje .specjalizacja_2 span {
  color: #40454d !important;
}

.block_4 .specjalizacje .specjalizacja_2,
.block_4 .specjalizacje .specjalizacja_3,
.block_4 .specjalizacje .specjalizacja_4,
.block_4 .specjalizacje .specjalizacja_5 {
  width: 25%;
  height: 442px;
  background-size: auto 100%;
}

.block_4 .specjalizacje .specjalizacja_2:hover,
.block_4 .specjalizacje .specjalizacja_3:hover,
.block_4 .specjalizacje .specjalizacja_4:hover,
.block_4 .specjalizacje .specjalizacja_5:hover {
  background-size: auto 110%;
}

.block_4 .specjalizacje .specjalizacja_1,
.block_4 .specjalizacje .specjalizacja_6 {
  width: 50%;
  height: 221px;
  background-size: 100% auto;
}

.block_4 .specjalizacje .specjalizacja_1:hover,
.block_4 .specjalizacje .specjalizacja_6:hover {
  background-size: 110% auto;
}

.block_4 .specjalizacje .specjalizacja_1,
.block_4 .specjalizacje .specjalizacja_2,
.block_4 .specjalizacje .specjalizacja_3 {
  top: 0;
}

.block_4 .specjalizacje .specjalizacja_4,
.block_4 .specjalizacje .specjalizacja_5 {
  top: 221px;
}

.block_4 .specjalizacje .specjalizacja_1,
.block_4 .specjalizacje .specjalizacja_4 {
  left: 0;
}

.block_4 .specjalizacje .specjalizacja_2,
.block_4 .specjalizacje .specjalizacja_6 {
  left: 50%;
}

.block_4 .specjalizacje .specjalizacja_3 {
  left: 75%;
}

.block_4 .specjalizacje .specjalizacja_5 {
  left: 25%;
}

.block_4 .specjalizacje .specjalizacja_6 {
  top: 442px;
}

.block_4 .specjalizacje .specjalizacja_2.active,
.block_4 .specjalizacje .specjalizacja_2.inactive,
.block_4 .specjalizacje .specjalizacja_3.active,
.block_4 .specjalizacje .specjalizacja_3.inactive,
.block_4 .specjalizacje .specjalizacja_4.active,
.block_4 .specjalizacje .specjalizacja_4.inactive,
.block_4 .specjalizacje .specjalizacja_5.active,
.block_4 .specjalizacje .specjalizacja_5.inactive {
  background-size: auto 500% !important;
}

@media (max-width: 767px) {
  .block_4 .specjalizacje .specjalizacja_2.active,
  .block_4 .specjalizacje .specjalizacja_2.inactive,
  .block_4 .specjalizacje .specjalizacja_3.active,
  .block_4 .specjalizacje .specjalizacja_3.inactive,
  .block_4 .specjalizacje .specjalizacja_4.active,
  .block_4 .specjalizacje .specjalizacja_4.inactive,
  .block_4 .specjalizacje .specjalizacja_5.active,
  .block_4 .specjalizacje .specjalizacja_5.inactive {
    background-size: cover !important;
  }
}

@media (max-height: 884px) {
  .block_4 .specjalizacje {
    margin-bottom: 132px;
  }
}

.block_4 .specjalizacje #przemysl {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/blocks/1.jpg);
}

.block_4 .specjalizacje #obronnosc {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/blocks/1a.jpg);
}

.block_4 .specjalizacje #prawo {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/blocks/2.jpg);
}

.block_4 .specjalizacje #prawo span {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.3);
}

.block_4 .specjalizacje #prawo.active,
.block_4 .specjalizacje #prawo.inactive {
  background-position: 0 -300px;
}

.block_4 .specjalizacje #polityka {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/blocks/3.jpg);
}

.block_4 .specjalizacje #finanse {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/blocks/4.jpg);
}

.block_4 .specjalizacje #energetyka {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/blocks/5.jpg);
}

.block_4 .specjalizacje #cyfryzacja {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/blocks/6.jpg);
}

.block_4 .specjalizacje #cyfryzacja.active,
.block_4 .specjalizacje #cyfryzacja.inactive {
  background-position: 0 -260px;
}

.block_4 .specjalizacje #unia {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/blocks/6a.jpg);
}

.block_4 #energetyka.active,
.block_4 #energetyka.inactive {
  background-position: center -676px !important;
}

@media (max-width: 767px) {
  .block_4 #energetyka.active,
  .block_4 #energetyka.inactive {
    background-position: center !important;
  }
}

@media (max-height: 884px) {
  .block_4 {
    height: auto !important;
    padding-top: 130px !important;
  }
  .block_4 .down_arrow,
  .block_4 .down_arrow_text {
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .block_4 {
    padding-top: 54px !important;
  }
}

.block_4 .details {
  position: absolute;
  top: 0;
  left: 7px;
  right: 7px;
  height: 394px;
  display: block;
  z-index: 6;
}

@media (max-width: 767px) {
  .block_4 .details {
    max-height: 80vh !important;
    overflow: hidden;
  }
}

.block_4 .details .person_wrapper {
  bottom: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.block_4 .details .person_wrapper::after {
  content: '';
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/spec_grad.png);
  background-position: bottom;
  height: 40px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 50px;
  right: 33px;
  width: 100%;
  z-index: 999;
}

@media (max-width: 767px) {
  .block_4 .details .person_wrapper {
    display: none;
    bottom: 0 !important;
    position: relative !important;
  }
  .block_4 .details .person_wrapper::after {
    display: none;
  }
}

.block_4 .specjalizacje>div {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #40454d;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  cursor: pointer;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99 !important;
}

.block_4 .details .info_block {
  height: 0;
  overflow: visible;
  z-index: 7;
  top: 221px;
  position: absolute;
  padding-right: 20px;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  padding-bottom: 0;
  height: 100%;
  -moz-transition: all 500ms 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 256px !important;
}

@media (max-width: 767px) {
  .block_4 .details .info_block {
    margin-top: 22px;
    top: 0 !important;
  }
}

.block_4 .details .info_block>.row {
  height: 100%;
}

.block_4 .details .info_block>.row>div:nth-child(2) {
  height: 100%;
}

.block_4 .details .info_block .general_info {
  margin-top: 14px;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #40454d;
  line-height: 1.1em;
  margin-left: 7px;
  padding: 0 30px 30px 50px;
  position: relative;
}

@media (max-width: 767px) {
  .block_4 .details .info_block .general_info {
    margin-top: 44px;
  }
}

.block_4 .details .info_block .general_info h4 {
  font-family: 'Chronicle XLight';
  font-weight: normal;
  font-size: 40px;
}

.block_4 .details .info_block .general_info p {
  font-family: 'Whitney Medium', sans-serif;
  margin-bottom: 0;
}

.block_4 .details .info_block .general_info p:nth-child(1) {
  margin-bottom: 20px;
}

.block_4 .details .info_block .general_info ul {
  font-family: 'Whitney Light', sans-serif;
  padding-left: 18px;
}

.block_4 .details .info_block .general_info ul li {
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .block_4 .details .info_block .general_info {
    padding: 0 22px;
  }
}

.block_4 .details .info_block .person {
  -moz-transition: all 500ms 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-left: 54px;
  padding-right: 51px;
  color: #40454d;
  overflow-y: scroll;
  bottom: 50px;
  position: absolute;
  top: 0;
  right: 20px !important;
}

.block_4 .details .info_block .person .inner_person {
  margin-bottom: 40px !important;
}

@media (max-width: 767px) {
  .block_4 .details .info_block .person {
    overflow-y: hidden;
    padding: 0 22px;
    height: auto !important;
    position: relative !important;
    right: 0 !important;
  }
  .block_4 .details .info_block .person .inner_person {
    margin-bottom: 40px !important;
    height: 100%;
  }
}

.block_4 .details .info_block .person .photo {
  width: 65px;
  height: 65px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  float: right;
  margin-left: 20px;
}

.block_4 .details .info_block .person .photo img {
  width: 100%;
  height: auto;
  display: block;
}

.block_4 .details .info_block .person h4 {
  font-family: 'Chronicle XLight';
  font-weight: normal;
  font-size: 20px;
  margin: 0;
  padding: 22px 0 20px 0 !important;
  display: block;
}

.block_4 .details .info_block .person p {
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.1em;
  margin-bottom: 20px;
  padding-right: 32px;
  position: relative;
}

.block_4 .details .info_block .person p.job {
  font-family: 'Whitney Medium', sans-serif;
  font-weight: normal;
}

.block_4 .details .info_block .person p:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.block_4 .details .info_block .person .outer-box {
  height: 100%;
  background: red;
}

.block_4 .details .info_block .person .scroll_up,
.block_4 .details .info_block .person .scroll_down {
  background-repeat: no-repeat;
  background-position: center;
  background-size: fill;
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/down_arrow.svg);
  display: block;
  position: absolute !important;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 999999;
}

@media (max-width: 767px) {
  .block_4 .details .info_block .person .scroll_up,
  .block_4 .details .info_block .person .scroll_down {
    display: none !important;
  }
}

.block_4 .details .info_block .person .scroll_up {
  top: 0;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block_4 .details .info_block .person .scroll_down {
  bottom: 0;
}

.block_4 .details .info_block .person .scroll_down {
  bottom: 0;
}

.block_4 .details .info_block .person::-webkit-scrollbar-track {
  border: 0;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 0 0 4px #ffffff inset !important;
  -moz-box-shadow: 0 0 0 4px #ffffff inset !important;
  box-shadow: 0 0 0 4px #ffffff inset !important;
  width: 12px;
}

.block_4 .details .info_block .person::-webkit-scrollbar-track::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}

.block_4 .details .info_block .person::-webkit-scrollbar {
  width: 10px;
}

.block_4 .details .info_block .person::-webkit-scrollbar-thumb {
  background-color: #f3f3f3;
}

.block_4 .details .info_block.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99999999999;
}

@media (max-width: 767px) {
  .block_4 .details .info_block.active {
    top: 12.5% !important;
    height: auto;
    bottom: 37px;
  }
}

.next_spec,
.prev_spec {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  font-family: 'Whitney Medium', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  height: 22px;
  color: #40454d;
  letter-spacing: 2px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .next_spec,
  .prev_spec {
    bottom: -37px;
    max-width: 230px;
    line-height: 1em;
    font-size: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.next_spec {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/right_arrow.svg) !important;
  background-position: center right;
  right: 70px;
  padding-right: 22px;
  text-align: right;
}

.prev_spec {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/left_arrow.svg) !important;
  background-position: center left;
  left: 70px;
  padding-left: 22px;
}

@media (max-width: 767px) {
  .prev_spec {
    left: 20px !important;
  }
  .next_spec {
    right: 20px !important;
  }
}

ul.slick-dots {
  list-style-type: none;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 20px;
}

ul.slick-dots li {
  width: 22px;
  height: 42px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 4px;
}

ul.slick-dots li::after {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  top: 21px;
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

ul.slick-dots li:hover::after {
  background-color: #e74439;
}

ul.slick-dots li button {
  display: none !important;
}

ul.slick-dots li.slick-active::after {
  background-color: #e74439;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hero_slider ul.slick-dots {
  left: 0;
  bottom: -80px;
}


/*.hero_slider .slick-list {
     padding-bottom: 20px !important;
}*/

.hero_slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero_slider .slick-slide {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 1000ms 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1000ms 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 1000ms 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1000ms 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0 20px 20px 20px;
}

.hero_slider .slick-slide.slick-current {
  opacity: 1;
  filter: alpha(opacity=100);
}

#polecaja_slider .slick-slide {
  padding: 30px 0;
  -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  filter: alpha(opacity=0);
}

#polecaja_slider .slick-slide .photo {
  height: 98px;
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 98px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  margin-bottom: 20px;
}

#polecaja_slider .slick-slide .photo img {
  min-width: 100%;
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  min-height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-color: #f3f3f3;
}

#polecaja_slider .slick-slide span {
  color: #40454d;
}

#polecaja_slider .slick-slide span.big_text {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 36px;
  font-family: 'Chronicle XLight';
  font-weight: normal !important;
  display: block;
  line-height: 1em;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  #polecaja_slider .slick-slide span.big_text {
    margin-top: 22px;
  }
}

@media (max-width: 620px) {
  #polecaja_slider .slick-slide span.big_text {
    font-size: 30px;
  }
}

@media (max-width: 470px) {
  #polecaja_slider .slick-slide span.big_text {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

#polecaja_slider .slick-slide span.info {
  max-width: 390px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 14px;
  letter-spacing: 2px;
  font-family: 'Whitney Medium', sans-serif;
  display: block;
  line-height: 1.3em;
  position: relative;
}

#polecaja_slider .slick-slide span.info strong {
  font-size: 20px;
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  font-family: 'Whitney Medium', sans-serif;
}

@media (max-width: 470px) {
  #polecaja_slider .slick-slide span.info {
    font-size: 12px;
    line-height: 1.1em;
  }
  #polecaja_slider .slick-slide span.info strong {
    font-size: 16px;
  }
}

#polecaja_slider .slick-slide.slick-current {
  opacity: 1;
  filter: alpha(opacity=100);
}

#polecaja_slider .slick-slide.slick-current .photo img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#polecaja_slider .slick-slide.slick-current .photo,
#polecaja_slider .slick-slide.slick-current span.big_text,
#polecaja_slider .slick-slide.slick-current span.info {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  top: 0;
}

#polecaja_slider .slick-slide.slick-current .photo strong,
#polecaja_slider .slick-slide.slick-current span.big_text strong,
#polecaja_slider .slick-slide.slick-current span.info strong {
  font-family: "Whitney Medium", sans-serif;
  font-weight: normal !important;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  #polecaja_slider ul.slick-dots {
    bottom: 0 !important;
    margin-bottom: -30px;
    right: auto !important;
    left: 0 !important;
  }
  #polecaja_slider .slick-current span.big_text,
  #polecaja_slider span.big_text {
    margin: 0 !important;
  }
  #polecaja_slider .slick-current span.info,
  #polecaja_slider span.info {
    position: absolute !important;
    top: -94px !important;
    bottom: auto !important;
    left: 134px !important;
  }
}

#zaufali {
  background-color: #ffffff;
  position: relative;
  z-index: 999;
  text-align: right;
  padding: 300px 0;
}

@media (max-width: 991px) {
  #zaufali {
    text-align: center;
  }
}

@media (max-width: 1100px) {
  #zaufali {
    text-align: center;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media (max-width: 767px) {
  #zaufali {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0;
  }
}

#zaufali #zaufali_slider {
  height: 120px;
}

#zaufali #zaufali_slider .slick-track {
  height: 120px;
}

#zaufali #zaufali_slider .slick-slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  height: 120px;
}

#zaufali #zaufali_slider .slick-slide img {
  margin: 0 40px;
  max-height: 60px;
}

#zaufali #zaufali_slider .slick-slide img.higher {
  max-height: 120px;
}


/* custom */

#zaufali #zaufali_slider img#logo01 {
  max-height: 60px;
}

#zaufali #zaufali_slider img#logo02 {
  max-height: 80px;
}

#zaufali #zaufali_slider img#logo03 {
  max-height: 50px;
}

#zaufali #zaufali_slider img#logo04 {
  max-height: 50px;
}

#zaufali #zaufali_slider img#logo05 {
  max-height: 50px;
}

#zaufali #zaufali_slider img#logo06 {
  max-height: 90px;
}


/* / custom */

@media (max-width: 767px) {
  #zaufali #zaufali_slider {
    height: auto;
    padding-bottom: 40px;
  }
  #zaufali #zaufali_slider img {
    margin: 20px !important;
    max-height: 50px;
  }
  #zaufali #zaufali_slider img#logo01 {
    max-height: 50px;
  }
  #zaufali #zaufali_slider img#logo02 {
    max-height: 60px;
  }
  #zaufali #zaufali_slider img#logo03 {
    max-height: 50px;
  }
  #zaufali #zaufali_slider img#logo04 {
    max-height: 40px;
  }
  #zaufali #zaufali_slider img#logo05 {
    max-height: 40px;
  }
  #zaufali #zaufali_slider img#logo06 {
    max-height: 70px;
  }
}

#zaufali .down_arrow {
  left: 0;
  right: 0;
  position: absolute;
}

#zaufali .down_arrow_text {
  left: 0 !important;
  right: 0 !important;
  position: absolute;
  text-align: center;
}

.serwis_slider {
  max-width: 800px;
  margin: 0 auto;
  width: 100% !important;
}

.serwis_slider ul.slick-dots {
  right: auto;
  left: auto;
  margin: 0 auto;
  text-align: center;
  bottom: -50px;
  width: 100%;
  z-index: 99999999999;
}

.serwis_slider .slick-slide {
  background-color: #ffffff;
}

@media (max-width: 580px) {
  .serwis_slider {
    display: none !important;
  }
}

.mobile_image {
  display: none !important;
}

@media (max-width: 580px) {
  .mobile_image {
    display: block !important;
  }
}

input:not([type="submit"]),
select {
  margin-bottom: 40px;
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
  font-family: 'Whitney Light', sans-serif;
  display: block;
  padding: 0 35px 4px 0;
  border: none;
  border-bottom: 1px solid #9b9b9b;
  font-size: 20px;
  background-color: transparent;
  color: #40454d !important;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  background-image: url("https://zasoby.politykainsight.pl/pi2/images/verticale/down_arrow.svg");
  /* add custom arrow */
  background-repeat: no-repeat;
  background-position: right center;
  text-indent: 0 !important;
  color: #9b9b9b !important;
}

select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */
}

option {
  padding: 0 !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  text-indent: 0 !important;
  color: #40454d !important;
}

::-webkit-input-placeholder {
  color: #9b9b9b !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

:-moz-placeholder {
  color: #9b9b9b !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

::-moz-placeholder {
  color: #9b9b9b !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

:-ms-input-placeholder {
  color: #9b9b9b !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

input[type="submit"],
.form_forward {
  cursor: pointer;
  margin-top: 24px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 15px;
  background: #e74439;
  border: 0;
  padding: 11px 7px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100% !important;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  -moz-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (min-width: 768px) {
  input[type="submit"].pull_down,
  .form_forward.pull_down {
    margin-top: 63px !important;
  }
}

input[type="submit"]:hover,
.form_forward:hover {
  background: #f8554a;
  color: #ffffff;
  text-decoration: none;
}

.form_forward_disclaimer {
  font-size: 14px;
  font-family: "Whitney Light", sans-serif;
  color: #40454d;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.2em;
}

.stage_2 input[type="submit"] {
  margin-top: 0 !important;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #e74439;
  background: #fff;
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  content: '✔';
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 200;
  position: absolute;
  background-color: #e74439;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: .8;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  line-height: 14px;
}

[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked)+label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
  color: #999;
}

[type="checkbox"]:disabled+label {
  color: #aaa;
}

[type="checkbox"] label:hover:before {
  border: 2px solid #e74439 !important;
}

.truncate div {
  display: inline;
}

.truncate div.hideme {
  display: none;
}

.more {
  cursor: pointer;
  color: #40454d;
  text-decoration: underline;
}

.more:hover {
  color: #e74439;
}

.horizontal_block {
  padding-bottom: 90px;
  padding-top: 150px;
  background-color: #ffffff;
  z-index: 999;
  position: relative;
}

@media (max-width: 631px) {
  .horizontal_block {
    padding-top: 61px;
  }
}

.horizontal_block .full-content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 100px;
  width: 100% !important;
  /* -moz-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); Custom */
  /* -o-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); Custom */
  /* -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); Custom */
  /* transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); Custom */
}

.horizontal_block .full-content .full-content-heading {
  font-size: 40px;
  font-family: 'Whitney Light', sans-serif;
  color: #40454d;
  margin-bottom: 50px;
  text-align: left;
  line-height: 1em;
}

@media (max-width: 767px) {
  .horizontal_block .full-content .full-content-heading {
    margin: 0 0 40px 0 !important;
  }
}

.horizontal_block .full-content>.close_button {
  display: block;
  position: absolute;
  bottom: 7px;
  font-size: 16px;
  color: #40454d;
  font-family: Whitney Light, sans-serif;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 200px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  margin: 0 auto;
}

.horizontal_block .full-content>.close_button img {
  padding: 12px 12px 12px 0;
  position: relative;
  bottom: 3px;
}

.horizontal_block.showme .full-content {
  opacity: 1;
  filter: alpha(opacity=100);
}

.horizontal_block .bg_block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 359px;
  color: #ffffff;
  position: relative;
}

@media (max-width: 631px) {
  .horizontal_block .bg_block {
    background: transparent !important;
  }
  .horizontal_block .bg_block .container,
  .horizontal_block .bg_block .small_container {
    padding: 0 !important;
  }
}

.horizontal_block .bg_block .info_block {
  height: 456px;
  margin-top: -56px;
  max-width: 362px;
  padding: 34px;
  min-height: 100%;
  position: relative;
}

@media (max-width: 631px) {
  .horizontal_block .bg_block .info_block {
    height: auto !important;
    max-width: 100%;
    left: 0 !important;
    right: 0 !important;
    padding-bottom: 120px;
    padding-top: 0 !important;
  }
  .horizontal_block .bg_block .info_block a,
  .horizontal_block .bg_block .info_block .close_button {
    bottom: 50px !important;
  }
  .horizontal_block .bg_block .info_block img,
  .horizontal_block .bg_block .info_block svg {
    margin-top: 20px !important;
  }
}

.horizontal_block .bg_block .info_block img,
.horizontal_block .bg_block .info_block svg {
  margin-top: 88px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  z-index: 9;
  position: relative;
}

.horizontal_block .bg_block .info_block h2 {
  font-family: 'Whitney Bold', sans-serif;
  font-weight: normal;
  line-height: 1.1em;
/*  font-size: 40px;*/
  font-size: 36px;
  -webkit-columns: #ffffff;
  columns: #ffffff;
  margin-bottom: 18px;
}

.horizontal_block .bg_block .info_block p {
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  font-size: 25px;
  z-index: 9;
  position: relative;
}

@media (max-width: 767px) {
  .horizontal_block .bg_block .info_block p {
    margin-bottom: 0 !important;
  }
}

.horizontal_block .bg_block .info_block .more_button,
.horizontal_block .bg_block .info_block .close_button,
.horizontal_block .bg_block .info_block .more_button a:nth-child(1) {
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: 'Whitney Medium', sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  display: block;
  margin-top: 33px;
  margin-bottom: 50px;
  background-color: #ffffff;
  font-style: 14px;
  letter-spacing: 2px;
  text-align: center;
  padding: 9px 41px;
  line-height: 1em;
  z-index: 9;
  position: relative;
}

.horizontal_block .bg_block .info_block .more_button:hover,
.horizontal_block .bg_block .info_block .close_button:hover,
.horizontal_block .bg_block .info_block .more_button a:nth-child(1):hover {
  text-decoration: none;
}

.horizontal_block .bg_block .info_block .close_button {
  z-index: 1;
}

.horizontal_block .bg_block .info_block .more_button,
.horizontal_block .bg_block .info_block .close_button {
  position: absolute;
  margin-bottom: 0;
  bottom: 25px;
}

@media (max-width: 433px) {
  .horizontal_block .bg_block .info_block h2 {
    font-size: 28px;
  }
}

.horizontal_block .full-content {
  padding: 0 0;
  padding-bottom: 0;
  color: #40454d;
  position: relative;
  height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* -moz-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); Custom */
  /* -o-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); Custom */
  /* -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); Custom */
  /* transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); Custom */
}

@media (max-width: 767px) {
  .horizontal_block .full-content {
    padding-bottom: 40px !important;
  }
}

.horizontal_block .full-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9px;
  left: 0;
  background-color: #f9f9f9;
}

.horizontal_block .full-content .close_button {
  background: transparent !important;
}

.horizontal_block .full-content .inner_wrapper {
  padding: 110px 50px 0 50px;
}

@media (max-width: 767px) {
  .horizontal_block .full-content .inner_wrapper {
    padding: 50px 0 0 0 !important;
  }
}

.horizontal_block .full-content .inner_wrapper>img {
  width: 100%;
  max-width: 134px;
}

.horizontal_block .full-content .inner_wrapper h4 {
  min-height: 50px;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal !important;
  font-size: 30px;
  line-height: 0.9em;
  margin-top: 0;
  margin-bottom: 15px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal_block .full-content .inner_wrapper img.picto {
  float: left;
  position: relative;
  top: 2px;
}

.horizontal_block .full-content .inner_wrapper p {
  font-size: 16px;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .horizontal_block .full-content .inner_wrapper p {
    margin-bottom: 30px !important;
  }
}

.horizontal_block .full-content .inner_wrapper span.benefit_header {
  display: block;
  font-size: 20px;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  color: #40454d;
}

.horizontal_block .full-content .inner_wrapper ul.benefits {
  padding: 0;
  margin-top: 10px;
}

.horizontal_block .full-content .inner_wrapper ul.benefits li {
  color: #40454d;
  font-size: 18px;
  font-family: 'Whitney Book', sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  display: block;
  padding: 0 0 0 14px;
  margin: 0 0 5px 16px;
}

.horizontal_block .full-content .inner_wrapper ul.benefits li::before {
  left: 9px;
  content: '';
  border-left: 1px solid #e74439;
  width: 1px;
  height: 20px;
  position: absolute;
}

@media (max-width: 767px) {
  .horizontal_block .full-content .inner_wrapper ul.benefits {
    padding: 0 30px;
  }
  .horizontal_block .full-content .inner_wrapper ul.benefits li {
    position: relative;
    margin-left: 2px !important;
  }
  .horizontal_block .full-content .inner_wrapper ul.benefits li::before {
    left: 0px;
  }
  .horizontal_block .full-content .inner_wrapper span.benefit_header {
    padding: 0 30px;
  }
}

.horizontal_block .full-content .inner_wrapper .form_heading {
  position: absolute;
  font-weight: normal !important;
  font-family: 'Chronicle Light';
  color: #ffffff;
  background-color: #e74439;
  font-size: 28px;
  text-align: center;
  margin-top: 66px;
  padding: 10px 10px;
  right: 7px;
  left: 7px;
}

.horizontal_block .full-content .inner_wrapper form {
  color: #40454d !important;
}

.horizontal_block .full-content .inner_wrapper form .form_wrapper {
  margin-top: 135px !important;
  background-color: #f3f3f3;
  padding: 42px;
}

@media (max-width: 767px) {
  .horizontal_block .full-content .inner_wrapper form .form_wrapper {
    padding: 30px;
  }
}

.horizontal_block .full-content .inner_wrapper form span {
  display: block;
  font-family: 'Whitney Semibold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 31px;
}

.horizontal_block .full-content .inner_wrapper .stages {
  overflow: visible;
  width: 100%;
  left: 0;
  position: relative;
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.horizontal_block .full-content .inner_wrapper .stages h4 {
  font-family: 'Whitney Light', sans-serif;
  font-size: 25px;
}

.horizontal_block .full-content .inner_wrapper .stages .stage_1 {
  padding: 30px 0 0 0;
  width: 100%;
  display: block;
  float: left;
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 575px) {
  .horizontal_block .full-content .inner_wrapper .stages .stage_1 {
    padding: 30px 10px !important;
  }
}

.horizontal_block .full-content .inner_wrapper .stages .stage_1 {
  overflow: hidden;
}

.horizontal_block .full-content .inner_wrapper .stages .stage_1 h4 {
  margin-top: 74px;
}

@media (max-width: 767px) {
  .horizontal_block .full-content .inner_wrapper .stages .stage_1 h4 {
    margin-left: 30px;
    margin-top: 20px;
  }
}

.horizontal_block #premium_error,
.horizontal_block #finance_error,
.horizontal_block #energy_error {
  position: absolute;
  max-width: 100%;
  left: 49px;
  right: 49px;
  font-size: 14px;
  text-align: center;
  margin-top: 22px;
  font-family: 'Whitney Medium', sans-serif;
  text-transform: uppercase;
  display: block;
}

.horizontal_block#politykainsight .full-content .inner_wrapper,
.horizontal_block#pifinance .full-content .inner_wrapper,
.horizontal_block#pienergy .full-content .inner_wrapper {
  padding: 110px 44px 0 44px;
}

.horizontal_block#politykainsight {
  background: transparent;
}

.horizontal_block#politykainsight .info_block img,
.horizontal_block#politykainsight .info_block svg {
  max-width: 214px;
}

.horizontal_block#politykainsight .full-content-heading {
  margin-left: 5%;
}

.horizontal_block#politykainsight span.benefit_header {
  color: #e74439;
}

.horizontal_block#politykainsight .bg_block {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/serwisy/pipremium.jpg);
  background-repeat: no-repeat;
  background-position: left -17px;
  background-repeat: no-repeat !important;
  background-size: auto 125%;
  height: 550px;
}

@media (max-width: 780px) {
  .horizontal_block#politykainsight .bg_block {
    background-size: cover !important;
    background-position: -20px -17px !important;
  }
}

.horizontal_block#politykainsight .bg_block .info_block {
  left: 126px;
  height: 599px;
  margin-top: -7px !important;
}

.horizontal_block#politykainsight .bg_block .info_block::after {
  z-index: 1;
  background-color: #e74439;
  mix-blend-mode: multiply;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.horizontal_block#politykainsight .bg_block .info_block img,
.horizontal_block#politykainsight .bg_block .info_block svg {
  margin-top: 200px;
  margin-top: 75px;
}

.horizontal_block#politykainsight .bg_block .info_block p {
  font-size: 35px;
}

.horizontal_block#politykainsight .bg_block .info_block a.more_button,
.horizontal_block#politykainsight .bg_block .info_block .close_button {
  color: #e74439;
  position: absolute !important;
  bottom: 120px;
  margin-top: 0;
}

.horizontal_block#politykainsight .bg_block .info_block a.more_button:hover,
.horizontal_block#politykainsight .bg_block .info_block .close_button:hover {
  background-color: #e74439;
  color: #ffffff;
}

.horizontal_block#politykainsight .bg_block .info_block .close_button {
  z-index: 6;
}

.horizontal_block#pifinance .full-content-heading {
  margin-left: 5%;
}

.horizontal_block#pifinance span.benefit_header {
  color: #CE4600;
}

.horizontal_block#pifinance ul.benefits li::before {
  border-left: 1px solid #CE4600;
}

.horizontal_block#pifinance .bg_block {
  background-position: center;
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/serwisy/pifinance.jpg);
}

.horizontal_block#pifinance .bg_block img {
  max-width: 181px;
}

.horizontal_block#pifinance .bg_block .info_block {
  float: left;
  left: 126px;
  background-color: rgba(255, 116, 0, 0.94);
}

.horizontal_block#pifinance .bg_block .info_block a.more_button,
.horizontal_block#pifinance .bg_block .info_block .close_button {
  color: #CE4600;
}

.horizontal_block#pifinance .bg_block .info_block a.more_button:hover,
.horizontal_block#pifinance .bg_block .info_block .close_button:hover {
  background-color: #CE4600;
  color: #ffffff;
}

.horizontal_block#pifinance .form_heading,
.horizontal_block#pifinance input[type="submit"],
.horizontal_block#pifinance .form_forward {
  background-color: #CE4600;
}

.horizontal_block#pifinance [type="checkbox"]:not(:checked)+label:before,
.horizontal_block#pifinance [type="checkbox"]:checked+label:before {
  border: 1px solid #CE4600;
}

.horizontal_block#pifinance [type="checkbox"]:not(:checked)+label:after,
.horizontal_block#pifinance [type="checkbox"]:checked+label:after {
  background-color: #CE4600;
}

.horizontal_block#pifinance label:hover:before {
  border: 2px solid #CE4600 !important;
}

.horizontal_block#pienergy .full-content-heading {
  margin-left: 5%;
}

.horizontal_block#pienergy span.benefit_header {
  color: #3D8400;
}

.horizontal_block#pienergy .bg_block {
  background-position: center;
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/serwisy/pienergy.jpg);
}

.horizontal_block#pienergy .bg_block img {
  max-width: 168px;
}

@media (max-width: 767px) {
  .horizontal_block#pienergy .bg_block {
    min-height: 339px !important;
  }
}

.horizontal_block#pienergy .bg_block .info_block {
  right: 126px;
  margin-bottom: -34px;
  float: right !important;
  background-color: rgba(37, 219, 178, 0.94);
}

.horizontal_block#pienergy .bg_block .info_block a.more_button,
.horizontal_block#pienergy .bg_block .info_block .close_button {
  color: #3D8400;
}

.horizontal_block#pienergy .bg_block .info_block a.more_button:hover,
.horizontal_block#pienergy .bg_block .info_block .close_button:hover {
  background-color: #3D8400;
  color: #ffffff;
}

.horizontal_block#pienergy ul.benefits li::before {
  border-left: 1px solid #3D8400;
}

.horizontal_block#pienergy .form_heading,
.horizontal_block#pienergy input[type="submit"],
.horizontal_block#pienergy .form_forward {
  background-color: #3D8400;
}

.horizontal_block#pienergy [type="checkbox"]:not(:checked)+label:before,
.horizontal_block#pienergy [type="checkbox"]:checked+label:before {
  border: 1px solid #3D8400;
}

.horizontal_block#pienergy [type="checkbox"]:not(:checked)+label:after,
.horizontal_block#pienergy [type="checkbox"]:checked+label:after {
  background-color: #3D8400;
}

.horizontal_block#pienergy label:hover:before {
  border: 2px solid #3D8400 !important;
}

.horizontal_block#pismart .bg_block {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/serwisy/pienergy.jpg);
}

.horizontal_block#pismart .bg_block .info_block {
  margin-bottom: -34px;
  float: right;
  background-color: rgba(231, 68, 57, 0.94);
}

.horizontal_block#pismart .bg_block .info_block a.more_button,
.horizontal_block#pismart .bg_block .info_block .close_button {
  color: #3D8400;
}

.horizontal_block#pismart .form_heading,
.horizontal_block#pismart input[type="submit"],
.horizontal_block#pismart .form_forward {
  background-color: #3D8400;
}

.horizontal_block#pismart [type="checkbox"]:not(:checked)+label:before,
.horizontal_block#pismart [type="checkbox"]:checked+label:before {
  border: 1px solid #3D8400;
}

.horizontal_block#pismart [type="checkbox"]:not(:checked)+label:after,
.horizontal_block#pismart [type="checkbox"]:checked+label:after {
  background-color: #3D8400;
}

.horizontal_block#pismart label:hover:before {
  border: 2px solid #3D8400 !important;
}

.horizontal_block.page_block .bg_block {
  background-position: center;
}

@media (max-width: 548px) {
  .horizontal_block.page_block .bg_block {
    background-position: center center !important;
  }
}

.horizontal_block.page_block .bg_block .info_block {
  left: 0;
  right: auto;
  background-color: rgba(1, 18, 72, 0.94);
  position: absolute;
  width: 100%;
}

.horizontal_block.page_block .bg_block .info_block .inner_wrapper {
  padding-top: 20px;
}

.horizontal_block.page_block .bg_block .info_block p {
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 1.2em;
}

.horizontal_block.page_block .bg_block .info_block .more_button a,
.horizontal_block.page_block .bg_block .info_block .close_button {
  color: #ffffff;
}

.horizontal_block.page_block .bg_block .info_block .more_button a:hover,
.horizontal_block.page_block .bg_block .info_block .close_button:hover {
  text-decoration: none;
}

.horizontal_block.page_block.nowe .info_block::before {
  top: 80px;
  position: absolute;
  left: auto;
  right: -27px;
  content: 'NOWE';
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  background-color: #e74439;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 1.33px;
  text-align: center;
  padding: 6px 8px 5px 8px;
}

.lang_en .horizontal_block.page_block.nowe .info_block::before {
  content: 'NEW';
}

.horizontal_block.page_block:nth-child(odd) .bg_block .info_block {
  left: 126px;
}

.horizontal_block.page_block:nth-child(even) .bg_block {
  background-position: center;
}

@media (max-width: 948px) {
  .horizontal_block.page_block:nth-child(even) .bg_block {
    background-position: center center !important;
  }
}

.horizontal_block.page_block:nth-child(even) .bg_block .info_block {
  right: 126px;
  left: auto;
}

.horizontal_block.page_block:nth-child(even).nowe .info_block::before {
  top: 49px;
  right: auto;
  left: -27px;
}

.horizontal_block.page_block.event .more_button,
.horizontal_block.page_block.event .close_button {
  background-color: #ffffff;
}

.horizontal_block.page_block.event .full-content .container,
.horizontal_block.page_block.event .full-content .small_container {
  padding: 20px 40px 0 40px;
}

.horizontal_block.page_block.event:nth-child(even) .bg_block {
  background-position: top;
}

.horizontal_block.page_block.event:nth-child(even) .bg_block .info_block {
  left: 126px;
  right: auto;
}

.horizontal_block.page_block.event:nth-child(even) .bg_block .info_block::before {
  left: auto;
  right: -27px;
  top: 80px;
}

.horizontal_block.page_block.event:nth-child(odd) .bg_block {
  background-position: top;
}

.horizontal_block.page_block.event:nth-child(odd) .bg_block .info_block {
  right: 126px;
  left: auto;
}

.horizontal_block.page_block.event:nth-child(odd) .bg_block .info_block::before {
  right: auto;
  left: -27px;
  top: 80px;
}

.horizontal_block.page_block#event_01 {
  background: transparent;
}

.horizontal_block.page_block#event_01 .bg_block .info_block {
  background-color: rgba(1, 18, 72, 0.94);
}

.horizontal_block.page_block#event_01 .bg_block .info_block .more_button,
.horizontal_block.page_block#event_01 .bg_block .info_block .close_button {
  color: #011248;
}

.horizontal_block.page_block#event_01 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#event_01 .bg_block .info_block .close_button:hover {
  background-color: #011248;
  color: #ffffff;
}

.horizontal_block.page_block#event_02 .bg_block .info_block {
  background-color: rgba(148, 0, 108, 0.94);
}

.horizontal_block.page_block#event_02 .bg_block .info_block .more_button,
.horizontal_block.page_block#event_02 .bg_block .info_block .close_button {
  color: #94006c;
}

.horizontal_block.page_block#event_02 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#event_02 .bg_block .info_block .close_button:hover {
  background-color: #94006c;
  color: #ffffff;
}

.horizontal_block.page_block#event_03 .bg_block .info_block {
  background-color: rgba(32, 65, 83, 0.94);
}

.horizontal_block.page_block#event_03 .bg_block .info_block .more_button,
.horizontal_block.page_block#event_03 .bg_block .info_block .close_button {
  color: #204153;
}

.horizontal_block.page_block#event_03 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#event_03 .bg_block .info_block .close_button:hover {
  background-color: #204153;
  color: #ffffff;
}

.horizontal_block.page_block#event_04 .bg_block .info_block {
  background-color: rgba(0, 11, 55, 0.94);
}

.horizontal_block.page_block#event_04 .bg_block .info_block .more_button,
.horizontal_block.page_block#event_04 .bg_block .info_block .close_button {
  color: #000b37;
}

.horizontal_block.page_block#event_04 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#event_04 .bg_block .info_block .close_button:hover {
  background-color: #000b37;
  color: #ffffff;
}

.horizontal_block.page_block#event_05 .bg_block .info_block {
  background-color: rgba(62, 70, 91, 0.94);
}

.horizontal_block.page_block#event_05 .bg_block .info_block .more_button,
.horizontal_block.page_block#event_05 .bg_block .info_block .close_button {
  color: #3e465b;
}

.horizontal_block.page_block#event_05 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#event_05 .bg_block .info_block .close_button:hover {
  background-color: #3e465b;
  color: #ffffff;
}

.horizontal_block.page_block#event_06 .bg_block .info_block {
  background-color: rgba(207, 143, 44, 0.94);
}

.horizontal_block.page_block#event_06 .bg_block .info_block .more_button,
.horizontal_block.page_block#event_06 .bg_block .info_block .close_button {
  color: #cf8f2c;
}

.horizontal_block.page_block#event_06 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#event_06 .bg_block .info_block .close_button:hover {
  background-color: #cf8f2c;
  color: #ffffff;
}

.horizontal_block.page_block.badania h4 {
  font-family: 'Whitney Light' !important, sans-serif;
}

.horizontal_block.page_block.badania .bg_block .info_block {
  background-color: rgba(49, 147, 230, 0.94);
}

.horizontal_block.page_block.badania .bg_block .info_block .more_button,
.horizontal_block.page_block.badania .bg_block .info_block .close_button {
  background-color: #ffffff;
  max-width: 100% !important;
}

.horizontal_block.page_block.badania .full-content .container,
.horizontal_block.page_block.badania .full-content .small_container {
  padding: 20px 40px 0 40px;
}

.horizontal_block.page_block .download_block {
  padding: 35px 0 0 0;
  -webkit-box-shadow: -58px 0 0 0 #ffffff inset;
  -moz-box-shadow: -58px 0 0 0 #ffffff inset;
  box-shadow: -58px 0 0 0 #ffffff inset;
}

.horizontal_block.page_block .download_block .heading {
  font-family: 'Whitney Light' !important, sans-serif;
  font-weight: normal;
  color: #40454d;
  font-size: 30px;
  margin-bottom: 34px;
  display: block;
  line-height: 1.1em !important;
}

.horizontal_block.page_block .download_block .open_download_modal,
.horizontal_block.page_block .download_block .gallery_button {
  cursor: pointer;
  color: #0871ad;
  display: inline-block;
  /* background-color: #f9f9f9; */
  margin-bottom: 40px;
}

.horizontal_block.page_block .download_block .open_download_modal a,
.horizontal_block.page_block .download_block .gallery_button a {
  text-decoration: none;
}

.horizontal_block.page_block .download_block .open_download_modal img,
.horizontal_block.page_block .download_block .gallery_button img {
  display: block;
  /* padding: 20px; */
  object-fit: cover;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.horizontal_block.page_block .download_block .open_download_modal .button,
.horizontal_block.page_block .download_block .gallery_button .button {
  margin-top:15px;
  /* margin: 0 20px 20px 20px; */
  text-align: center;
  color: #0871ad;
  border: 1px solid #0871ad;
  display: block;
  padding: 10px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.horizontal_block.page_block .download_block .open_download_modal:hover,
.horizontal_block.page_block .download_block .gallery_button:hover {
  text-decoration: none;
}

.horizontal_block.page_block .download_block .open_download_modal:hover .button,
.horizontal_block.page_block .download_block .gallery_button:hover .button {
  background-color: #0871ad;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .horizontal_block.page_block .download_block {
    -webkit-box-shadow: 0 0 0 0 #ffffff inset !important;
    -moz-box-shadow: 0 0 0 0 #ffffff inset !important;
    box-shadow: 0 0 0 0 #ffffff inset !important;
    text-align: center;
  }
  .horizontal_block.page_block .download_block .heading {
    font-size: 25px;
  }
}

.horizontal_block.page_block#badania_01 {
  background: transparent;
}

.horizontal_block.page_block#badania_01 .bg_block .info_block {
  background-color: rgba(49, 147, 230, 0.94);
}

.horizontal_block.page_block#badania_01 .bg_block .info_block .more_button,
.horizontal_block.page_block#badania_01 .bg_block .info_block .close_button {
  color: #3193e6;
}

.horizontal_block.page_block#badania_01 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#badania_01 .bg_block .info_block .close_button:hover {
  background-color: #3193e6;
  color: #ffffff;
}

.horizontal_block.page_block#badania_02 .bg_block .info_block {
  background-color: rgba(40, 76, 194, 0.94);
}

.horizontal_block.page_block#badania_02 .bg_block .info_block .more_button,
.horizontal_block.page_block#badania_02 .bg_block .info_block .close_button {
  color: #284CC2;
}

.horizontal_block.page_block#badania_02 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#badania_02 .bg_block .info_block .close_button:hover {
  background-color: #284CC2;
  color: #ffffff;
}

.horizontal_block.page_block#badania_03 .bg_block .info_block {
  background-color: rgba(8, 113, 173, 0.94);
}

.horizontal_block.page_block#badania_03 .bg_block .info_block .more_button,
.horizontal_block.page_block#badania_03 .bg_block .info_block .close_button {
  color: #0871ad;
}

.horizontal_block.page_block#badania_03 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#badania_03 .bg_block .info_block .close_button:hover {
  background-color: #0871ad;
  color: #ffffff;
}

.horizontal_block.page_block#badania_04 .bg_block .info_block {
  background-color: rgba(28, 71, 126, 0.94);
}

.horizontal_block.page_block#badania_04 .bg_block .info_block .more_button,
.horizontal_block.page_block#badania_04 .bg_block .info_block .close_button {
  color: #1C477E;
}

.horizontal_block.page_block#badania_04 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#badania_04 .bg_block .info_block .close_button:hover {
  background-color: #1C477E;
  color: #ffffff;
}

.horizontal_block.page_block#badania_05 .bg_block .info_block {
  background-color: rgba(0, 164, 204, 0.94);
}

.horizontal_block.page_block#badania_05 .bg_block .info_block .more_button,
.horizontal_block.page_block#badania_05 .bg_block .info_block .close_button {
  color: #00A4CC;
}

.horizontal_block.page_block#badania_05 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#badania_05 .bg_block .info_block .close_button:hover {
  background-color: #00A4CC;
  color: #ffffff;
}

.horizontal_block.page_block#badania_06 .bg_block .info_block {
  background-color: rgba(63, 35, 42, 0.94);
}

.horizontal_block.page_block#badania_06 .bg_block .info_block .more_button,
.horizontal_block.page_block#badania_06 .bg_block .info_block .close_button {
  color: #3F232A;
}

.horizontal_block.page_block#badania_06 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#badania_06 .bg_block .info_block .close_button:hover {
  background-color: #3F232A;
  color: #ffffff;
}

.horizontal_block.page_block#badania_06 .download_block {
  -webkit-box-shadow: 58px 0 0 0 #ffffff inset !important;
  -moz-box-shadow: 58px 0 0 0 #ffffff inset !important;
  box-shadow: 58px 0 0 0 #ffffff inset !important;
}

.horizontal_block.page_block#badania_07 .bg_block .info_block {
  background-color: rgba(251, 151, 55, 0.94);
}

.horizontal_block.page_block#badania_07 .bg_block .info_block .more_button,
.horizontal_block.page_block#badania_07 .bg_block .info_block .close_button {
  color: #FB9737;
}

.horizontal_block.page_block#badania_07 .bg_block .info_block .more_button:hover,
.horizontal_block.page_block#badania_07 .bg_block .info_block .close_button:hover {
  background-color: #FB9737;
  color: #ffffff;
}

@media (max-width: 631px) {
  .horizontal_block.nowe .info_block::before {
    margin: 0 auto !important;
    left: auto !important;
    width: 52px !important;
    right: auto !important;
    top: 30px !important;
  }
}

@media (max-width: 433px) {
  .horizontal_block.nowe .info_block::before {
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    top: -15px !important;
    width: 52px !important;
  }
  .horizontal_block .info_block {
    left: 0 !important;
    max-width: 100% !important;
    right: 0 !important;
  }
}

.download_overlay {
  z-index: -1;
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download_overlay .heading {
  font-family: 'Chronicle XLight';
  font-weight: normal !important;
  color: #40454d;
  font-size: 35px;
  line-height: 1em;
  display: block;
  margin-bottom: 38px;
}

.download_overlay .download_overlay_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(243, 243, 243, 0.98);
  position: relative;
  z-index: 999999;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .download_overlay .download_overlay_block {
    margin: 0 !important;
  }
}

.download_overlay .inner_wrapper {
  padding: 91px;
}

.download_overlay .inner_wrapper .download_form {
  z-index: 99;
  overflow-y: hidden;
  top: 0;
  bottom: 0;
}

.download_overlay .inner_wrapper .download_form input[type="text"],
.download_overlay .inner_wrapper .download_form input[type="email"],
.download_overlay .inner_wrapper .download_form select,
.download_overlay .inner_wrapper .download_form .form_forward {
  padding-top: 6px;
  padding-bottom: 6px;
}

.download_overlay .inner_wrapper .download_form label {
  margin-bottom: 20px;
}

@media (max-width: 530px) {
  .download_overlay .inner_wrapper {
    padding: 41px 30px;
  }
}

.download_overlay .inner_wrapper .mfp-close {
  position: absolute;
  mix-blend-mode: darken;
  z-index: 9999;
  right: 30px !important;
  top: 30px !important;
  bottom: -100vh;
}

.download_overlay .inner_wrapper .form_forward {
  background-color: #349be2;
}

.download_overlay .inner_wrapper form {
  max-width: 332px;
}

.download_overlay .inner_wrapper form label {
  font-size: 12px;
  font-family: 'Whitney Light', sans-serif;
  line-height: 1.1em;
}

.download_overlay .inner_wrapper [type="checkbox"]:not(:checked)+label:before,
.download_overlay .inner_wrapper [type="checkbox"]:checked+label:before {
  border: 1px solid #349be2;
  background: transparent;
}

.download_overlay .inner_wrapper [type="checkbox"]:not(:checked)+label:after,
.download_overlay .inner_wrapper [type="checkbox"]:checked+label:after {
  background-color: #349be2;
}


/* .download_overlay .inner_wrapper::before {
     -moz-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -o-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     right: -100%;
     top: 0;
     background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/badania/raport_mockup.png);
     mix-blend-mode: darken;
     background-repeat: no-repeat;
     background-position: 0 0;
     z-index: 9;
     right: -25%;
}
*/

@media (max-height: 766px) {
  .download_overlay .inner_wrapper .heading {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .download_overlay .inner_wrapper .form_forward {
    margin-top: 20px !important;
  }
  .download_overlay .inner_wrapper form label {
    margin-bottom: 10px !important;
  }
}

@media (max-height: 693px) {
  .download_overlay .inner_wrapper {
    padding: 60px !important;
  }
  .download_overlay .inner_wrapper .heading {
    margin-bottom: 16px;
  }
  .download_overlay .inner_wrapper .form_forward {
    margin-top: 13px !important;
  }
  .download_overlay .inner_wrapper form label {
    margin-bottom: 8px !important;
  }
}

.porownaj {
  margin-top: 80px;
  display: block;
  width: 100%;
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/temp/porownaj.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
  height: 536px !important;
  position: relative;
  z-index: 9999;
}

@media (max-width: 500px) {
  .porownaj {
    height: 500px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 470px) {
  .porownaj {
    height: 470px !important;
  }
}

@media (max-width: 440px) {
  .porownaj {
    height: 440px !important;
  }
}

@media (max-width: 410px) {
  .porownaj {
    height: 410px !important;
  }
}

@media (max-width: 380px) {
  .porownaj {
    height: 380px !important;
  }
}

@media (max-width: 320px) {
  .porownaj {
    height: 320px !important;
  }
}

.porownaj .inner-wrapper {
  text-align: center;
}

.porownaj .heading {
  text-align: center;
  font-family: 'Chronicle XLight';
  font-weight: normal !important;
  color: #40454d;
  font-size: 50px;
  line-height: 1em;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 32px;
}

@media (max-width: 700px) {
  .porownaj .heading {
    font-size: 40px !important;
    padding: 0 20px !important;
  }
}

@media (max-width: 400px) {
  .porownaj .heading {
    font-size: 30px !important;
  }
}

.porownaj .button {
  font-family: 'Whitney Medium', sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 9px 70px;
  background: #e74439;
  display: inline-block;
  color: #ffffff;
  line-height: 1em;
  letter-spacing: 2px;
  margin-top: 20px;
  cursor: pointer;
}

.porownaj .button:hover {
  background-color: #f8554a;
}

.porownaj_wrapper {
  overflow: hidden;
  z-index: 999999999999999999999;
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgba(243, 243, 243, 0.9);
  display: none;
  top: 0;
  height: 100vh !important;
}

.porownaj_wrapper table {
  position: relative;
  border-bottom: 80px solid #ffffff !important;
  top: 0;
  -moz-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.porownaj_wrapper .mfp-close {
  text-align: right;
  float: right;
  mix-blend-mode: darken;
  margin-bottom: 10px;
}

.porownaj_wrapper.showme .mfp-close {
  top: 50px !important;
}

.porownaj_wrapper .inner-wrapper {
  padding: 0 50px 0 50px;
  margin: 0 auto 50px auto;
  overflow-y: auto;
  max-height: 100vh;
  padding-bottom: 90px !important;
}

.porownaj_wrapper .inner-wrapper .heading {
  font-family: 'Chronicle XLight';
  font-weight: normal !important;
  color: #40454d;
  font-size: 50px;
  line-height: 1em;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 50px;
}

@media (max-width: 455px) {
  .porownaj_wrapper .inner-wrapper .heading {
    position: absolute;
    z-index: 9;
  }
}

.porownaj_wrapper .inner-wrapper table {
  border: 13px solid #ffffff;
  background-color: #ffffff;
  width: 100%;
  color: #40454d;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  line-height: 1em;
  max-width: 1000px;
  margin: 0 auto;
}

.porownaj_wrapper .inner-wrapper table span {
  font-size: 16px;
  display: block;
  padding: 5px 0 !important;
}

.porownaj_wrapper .inner-wrapper table tr th {
  font-family: 'Whitney Bold', sans-serif;
  font-weight: normal;
}

.porownaj_wrapper .inner-wrapper table tr th.image-th {
  text-align: center;
    padding: 0 0px 0 20px;
    position: relative;
    right: 10px;
}

.porownaj_wrapper .inner-wrapper table tr th img {
  height: 22px;
  width: auto;
  max-width: none;
}
.porownaj_wrapper .inner-wrapper table tr th svg {
  height: 30px;
  width: auto;
  position: relative;
  bottom: 5px;
}

.porownaj_wrapper .inner-wrapper table tr td {
  border-top: 2px solid #f3f3f3;
}

.porownaj_wrapper .inner-wrapper table tr td.tbl_pipremium {
  color: #e74439;
}

.porownaj_wrapper .inner-wrapper table tr td.tbl_pifinance {
  color: #CE4600;
}

.porownaj_wrapper .inner-wrapper table tr td.tbl_pienergy {
  color: #3D8400;
}

.porownaj_wrapper .inner-wrapper table tr td.tbl_pipremium,
.porownaj_wrapper .inner-wrapper table tr td.tbl_pifinance,
.porownaj_wrapper .inner-wrapper table tr td.tbl_pienergy {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  line-height: 1px;
}

.porownaj_wrapper .inner-wrapper table tr.heading_row+tr td {
  border-top-width: 0 !important;
}

.porownaj_wrapper .inner-wrapper table tr.heading_row th {
  padding-top: 30px !important;
}

@media (max-width: 730px) {
  .porownaj_wrapper .heading {
    font-size: 40px !important;
  }
  .porownaj_wrapper table span {
    font-size: 14px !important;
  }
}

@media (max-width: 705px) {
  .porownaj_wrapper .heading {
    font-size: 30px !important;
  }
  .porownaj_wrapper .inner-wrapper {
    padding: 0 30px 50px 30px;
    position: relative;
  }
  .porownaj_wrapper .inner-wrapper table span {
    font-size: 12px !important;
  }
  .porownaj_wrapper .inner-wrapper table tr th.image-th {
    text-align: left !important;
    max-width: 40px !important;
    width: 40px;
/*    padding-left: 9px;*/
    height: 120px;
    position: relative;
/*    overflow: hidden;*/
/*    top: 40px;*/
    bottom:0;
    left: 0;
    right: 0;
    padding:0;
  }
  .porownaj_wrapper .inner-wrapper table tr th.image-th img {
        margin-left: 7px;
  }
  .porownaj_wrapper .inner-wrapper table tr th.image-th img,
  .porownaj_wrapper .inner-wrapper table tr th.image-th svg {

    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    bottom:0;
    position: absolute;
    left: 0;
    top: 160px;
  }
  .porownaj_wrapper .mfp-close {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
  }
  .porownaj_wrapper.showme .mfp-close {
    top: 0 !important;
  }
}

@media (max-width: 455px) {
  .porownaj_wrapper .heading {
    font-size: 24px !important;
    padding: 50px 10px 0 10px !important;
  }
  .porownaj_wrapper .inner-wrapper {
    padding: 0 0 0 0;
  }
}

.dobierz {
  min-height: 0 !important;
  margin-bottom: 125px;
  overflow: hidden !important;
}

.dobierz .special_container {
  position: relative;
  overflow: hidden !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .dobierz .special_container {
    margin: 0 !important;
  }
}

.dobierz .heading {
  text-align: center;
  font-family: 'Chronicle XLight';
  font-weight: normal !important;
  color: #40454d;
  font-size: 40px;
  line-height: 1em;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 82px;
  padding-bottom: 40px;
}

@media (max-width: 700px) {
  .dobierz .heading {
    font-size: 34px !important;
    padding: 60px 20px !important;
  }
}

@media (max-width: 400px) {
  .dobierz .heading {
    font-size: 24px !important;
  }
}

.dobierz .button {
  position: relative !important;
  bottom: 0 !important;
  left: 0 !important;
  margin-top: 30px !important;
}

.dobierz .text_block {
  margin: 0 auto;
  position: relative !important;
  max-width: 208px;
}

.dobierz .nowe_block {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 10px;
  letter-spacing: 1.33px;
  padding: 5px 13px;
  background-color: #ff1000;
  text-align: center;
  width: 62px;
  color: #ffffff;
  margin: 0 auto;
}

.dobierz .heading_block {
  z-index: 9999999999;
  cursor: pointer;
  overflow: hidden;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-size: cover !important;
}

.dobierz .heading_block .nowe_block {
  margin-top: 114px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.dobierz .heading_block.nowe .nowe_block {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slide_block {
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  padding-left: 0;
  padding-right: 0;
  color: #ffffff !important;
}

.slide_block h3 {
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide_block .button {
  -moz-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide_block .button.wiecej {
  z-index: 10;
}

.slide_block .button.inne {
  margin-top: 0 !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9;
  line-height: 1em;
}

.slide_block.normal,
.slide_block.chosen {
  width: 33.33333%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.slide_block.normal {
  padding-left: 7px;
  padding-right: 7px;
}

.slide_block.normal .button.inne {
  opacity: 0;
  filter: alpha(opacity=0);
}

.slide_block.chosen {
  padding-left: 35px !important;
}

.slide_block.chosen .heading_block .bg {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.slide_block.chosen .close_dobierz {
  z-index: 12;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.slide_block.chosen h3 {
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.slide_block.chosen .button.wiecej {
  opacity: 0;
  filter: alpha(opacity=0);
}

.slide_block.chosen .button.inne {
  z-index: 11;

  min-height: 29px;
  line-height: 17px;
}

.slide_block.hideme .button.wiecej,
.slide_block.hideme .button.inne {
  opacity: 0;
  filter: alpha(opacity=0);
}

.slide_block:hover,
.slide_block:focus,
.slide_block:active,
.slide_block:visited {
  color: #ffffff !important;
}

.propozycja {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  cursor: pointer;
  top: 0 !important;
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  right: 100%;
  padding-left: 33%;
  height: 536px;
  background-color: #f3f3f3;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  color: #40454d;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.propozycja .inner_wrapper {
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 49px 45px 0 45px !important;
  position: relative;
  left: 200%;
}

.propozycja .propozycja_heading {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
}

.propozycja ul {
  display: block;
  padding: 0 0 0 30px;
}

.propozycja ul li {
  list-style-type: none !important;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1em;
  position: relative;
}

.propozycja ul li::before {
  position: absolute;
  content: '\2022';
  left: -23px;
}

.propozycja .sub {
  padding-left: 30px;
  font-size: 14px;
}

.propozycja.showme {
  right: 0;
}

.propozycja.showme .inner_wrapper {
  left: 0;
}

@media (max-width: 991px) {
  .slide_block.chosen h3 {
    font-size: 34px !important;
  }
}

@media (max-width: 767px) {
  .slide_block .heading_block {
    height: 452px !important;
  }
  .slide_block .heading_block h3 {
    font-size: 30px !important;
  }
  .slide_block .heading_block .button.wiecej {
    margin-top: 30px !important;
    top: 0 !important;
  }
  .slide_block .heading_block .button {
    max-width: 100% !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 150px !important;
  }
  .slide_block.chosen h3 {
    font-size: 24px !important;
  }
  .propozycja {
    height: 436px !important;
  }
  .propozycja .propozycja_heading {
    font-size: 30px !important;
  }
  .propozycja .inner_wrapper {
    padding: 30px 45px 0 30px !important;
  }
  .propozycja ul {
    padding: 0 0 0 24px !important;
  }
  .propozycja ul li {
    font-size: 18px !important;
  }
  .propozycja ul li::before {
    left: -17px !important;
  }
}

@media (max-width: 605px) {
  .slide_block .heading_block {
    height: 352px !important;
  }
  .slide_block .heading_block h3 {
    font-size: 20px !important;
  }
  .slide_block .heading_block .button {
    max-width: 100% !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100px !important;
    font-size: 12px !important;
  }
  .slide_block.chosen {
    width: 176px !important;
  }
  .propozycja {
    height: 336px !important;
    padding-left: 176px !important;
  }
  .propozycja .propozycja_heading {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  .propozycja .inner_wrapper {
    padding: 20px 25px 0 15px !important;
  }
  .propozycja ul {
    padding: 0 0 0 24px !important;
  }
  .propozycja ul li {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .propozycja ul li::before {
    left: -17px !important;
  }
}

@media (max-width: 434px) {
  .slide_block {
    width: 100% !important;
    height: 0 !important;
    top: 0 !important;
  }
  .slide_block .heading_block {
    height: 200px !important;
    padding: 0 !important;
    background-size: 150% auto !important;
  }
  .slide_block .heading_block h3 {
    font-size: 30px !important;
    margin-top: 15px !important;
  }
  .slide_block .heading_block .button.wiecej {
    margin-top: 15px !important;
  }
  .slide_block .heading_block .button.inne {
    bottom: -30px !important;
  }
  .slide_block .heading_block .nowe_block {
    margin-top: 20px !important;
  }
  .slide_block.normal,
  .slide_block.chosen {
    height: 200px !important;
  }
  .slide_block.chosen {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .slide_block.chosen .heading_block {
    background-size: 125% auto !important;
  }
  .slide_block.chosen h3 {
    margin-bottom: 0 !important;
  }
  .slide_block.chosen .inne {
    margin-bottom: 30px !important;
  }
  .propozycja {
    height: auto !important;
    max-height: 0 !important;
    padding-left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    position: relative !important;
    top: -200px !important;
  }
  .propozycja .propozycja_heading {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  .propozycja .inner_wrapper {
    padding: 20px 25px 25px 15px !important;
    left: 0 !important;
    top: -300px !important;
  }
  .propozycja ul {
    padding: 0 0 0 24px !important;
  }
  .propozycja ul li {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .propozycja ul li::before {
    left: -17px !important;
  }
  .propozycja.showme {
    top: 0 !important;
    max-height: 900px !important;
  }
  .propozycja.showme .inner_wrapper {
    top: 0 !important;
  }
}

.mfp-wrap {
  z-index: 99999999999 !important;
  position: fixed !important;
  top: 0 !important;
}

.mfp-fade.mfp-bg.mfp-ready {
  z-index: 9999999999;
}


/* overlay at start */

.mfp-fade.mfp-bg {
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  background: #ffffff;
  opacity: 1;
  filter: alpha(opacity=1);
  padding: 0 40px !important;
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 767px) {
  .mfp-fade.mfp-wrap .mfp-content {
    padding: 0 0 !important;
  }
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
}

.mfp-img {
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mfp-figure:after {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

.mfp-bottom-bar {
  top: auto !important;
  bottom: 0;
}

.mfp-title {
  font-style: 16px !important;
  color: #40454d !important;
  font-family: 'Whitney Light' !important, sans-serif;
  background-color: #ffffff;
  font-weight: normal !important;
  padding: 19px 55px 28px 40px;
}

.mfp-title span {
  display: block;
}

.mfp-title span.title_lead {
  display: block;
  margin-bottom: 15px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mfp-open .mfp-figure::after {
  content: '';
  z-index: 999999;
  background-color: #40454d;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  top: 40px;
  bottom: 40px;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.mfp-open .mfp-figure {
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mfp-close {
  mix-blend-mode: darken;
  cursor: pointer;
  text-align: right !important;
  font-size: 0 !important;
  color: rgba(255, 255, 255, 0) !important;
  line-height: 0 !important;
  right: 5px !important;
  top: 5px !important;
  width: 34px !important;
  height: 34px !important;
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/close.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.mfp-arrow-right,
.mfp-arrow-left {
  z-index: 99999999999999999999999 !important;
  width: 80px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1 !important;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before,
.mfp-arrow-left:after,
.mfp-arrow-left:before {
  border: none !important;
}

.mfp-arrow {
  width: 40% !important;
  height: 88% !important;
  top: 13% !important;
}

.mfp-arrow-right:before,
.mfp-arrow-left:before {
  margin: 35px 0 !important;
  width: 50px !important;
  height: 50px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1 !important;
  top: 40% !important;
}

.mfp-arrow-right {
  right: -20px !important;
}

.mfp-arrow-right:before {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/right_arrow.svg) !important;
  right: 14px !important;
  left: auto !important;
}

.mfp-arrow-left {
  left: -20px !important;
}

.mfp-arrow-left:before {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/left_arrow.svg) !important;
  left: 14px !important;
}

@media (max-width: 899px) {
  .mfp-arrow-right,
  .mfp-arrow-left {
    position: fixed !important;
  }
  .mfp-arrow-right {
    right: 0 !important;
  }
  .mfp-arrow-left {
    left: 0 !important;
  }
}

#contact_belka {
  padding: 4px 22px 0 22px;
  background-color: #40454d;
  height: 48px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999999999999;
}

#contact_belka a {
  font-family: 'Chronicle Semibold';
  font-weight: normal;
  font-size: 26px;
  color: #ffffff;
}

#contact_belka a:hover {
  text-decoration: none;
}

#contact_belka a img {
  margin-left: 10px;
}

@media (max-width: 767px) {
  #contact_belka {
    height: 68px;
  }
  #contact_belka a {
    font-size: 20px;
  }
}

.contact_block {
  background-color: #f2f2f2;
  display: block;
  z-index: 999999;
  position: relative;
  padding: 0 30px 95px 30px;
}

.contact_block .contact_header {
  font-family: 'Chronicle XLight';
  font-weight: normal !important;
  color: #40454d;
  font-size: 36px;
  line-height: 1.1em;
  margin-bottom: 30px;
  display: block;
  margin-top: 95px;
}

.contact_block .photo {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #ffffff;
}

.contact_block .photo img {
  width: 100%;
  height: auto;
}

.contact_block .contact_name {
  margin-top: 50px;
  display: block;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal !important;
  color: #40454d;
  font-size: 30px;
  line-height: 1.2em;
}

.contact_block .contact_detail {
  display: block;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal !important;
  color: #40454d;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 40px;
  padding-top: 0;
}

.contact_block .contact_detail span.stanowisko {
  display: block;
  margin-bottom: 10px;
}

.contact_block .contact_detail a {
  color: inherit;
}

.contact_block form {
  position: relative;
}

.contact_block form input[type=text],
.contact_block form select {
  padding: 12px 18px;
  border-bottom: none !important;
  background-color: #ffffff !important;
  margin-bottom: 5px;
}

.contact_block form select {
  background-position: 96% center;
  margin-bottom: 50px;
}

.contact_block form:after {
  content: 'Dziękujemy, zadzwonimy!';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  font-family: 'Chronicle XLight';
  font-weight: normal !important;
  color: #40454d;
  font-size: 30px;
  line-height: 1.1em;
  text-align: center;
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/close.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center 87% !important;
  cursor: pointer;
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.lang_en .contact_block form:after {
  content: "Thank you, we'll call you back!";
}

.contact_block form.sent:after {
  z-index: 9 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

@media (max-width: 1200px) {
  .contact_block .special_container {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .contact_block .contact_name,
  .contact_block .contact_detail {
    text-align: center;
  }
  .contact_block .special_container {
    max-width: 420px !important;
  }
  .contact_block .contact_header {
    font-size: 30px;
    text-align: center;
  }
  .contact_block .contact_detail {
    margin-bottom: 40px;
  }
  .contact_block .contact_block_form {
    margin-top: 0;
  }
  .contact_block .contact_block_form .contact_header {
    margin-top: 0;
  }
  .contact_block .photo {
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 559px) {
  .contact_block .contact_name {
    font-size: 25px;
  }
  .contact_block .contact_detail {
    padding-top: 8px;
    font-size: 15px;
  }
}

@media (max-width: 409px) {
  .contact_block .photo {
    width: 80px;
    height: 80px;
  }
}

#footer {
  position: relative;
  z-index: 9999;
  background-color: #ffffff;
  padding: 82px 0 28px 0;
  max-width: 1070px;
  display: block;
  margin: 0 auto;
}

#footer #login_footer {
  cursor: pointer;
}

#footer .first_row>div {
  min-height: 140px;
}

#footer .first_row>div:nth-last-child(1) {
  min-height: 0 !important;
}

#footer #footer_logo {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
}

#footer span {
  font-size: 14px;
  line-height: 1.2em;
  color: #40454d;
  display: block;
  letter-spacing: 2px;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
}

#footer span.heading {
  color: #40454d !important;
  font-family: 'Whitney Semibold', sans-serif;
  font-weight: normal;
  padding-bottom: 1em;
}

#footer span a {
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-right: 15px;
  font-weight: normal;
  color: #40454d !important;
  border-bottom: 1px solid transparent !important;
}

#footer span a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  border-bottom: 1px solid #aaa !important;
}

#footer span.copy {
  margin-top: 2px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 10px;
  font-family: 'Whitney Light', sans-serif;
  letter-spacing: 0.6px;
  font-weight: normal;
  margin-bottom: 10px;
}

#footer .second_row {
  margin-top: 50px;
}

#footer .social a:hover {
  border-bottom: 0 !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

form span {
  margin-bottom: 10px !important;
}

form input[type=text],
form input[type=email],
form select {
  padding: 12px 18px;
  border-bottom: none !important;
  background-color: #ffffff !important;
  margin-bottom: 5px;
}

form select {
  background-position: 96% center;
}

form .form_forward {
  margin-top: 50px;
}

@-webkit-keyframes fadeLogin {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeLogin {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeLogin {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeLogin {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.login-overlay {
  background-color: rgba(64, 69, 77, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  -webkit-animation-name: fadeLogin;
  -moz-animation-name: fadeLogin;
  -o-animation-name: fadeLogin;
  animation-name: fadeLogin;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.login-overlay input[type='text'] {
  font-family: 'Whitney Light', sans-serif;
  display: block;
  padding: 0 35px 4px 0;
  border: none;
  border-bottom: 1px solid #9b9b9b !important;
  font-size: 20px;
  background: transparent !important;
  color: #40454d !important;
  width: 100%;
}

.login-overlay input[type='password'] {
  margin-bottom: 5px;
}

.login-overlay input[type='text'],
.login-overlay input[type='password'] {
  margin-top: 40px;
  max-width: 550px;
  width: 100%;
}

.login-overlay input[type='submit'] {
  font-size: 14px !important;
  font-family: 'Whitney Medium' !important, sans-serif;
  width: 175px !important;
  float: right;
  margin-right: 45px;
}

.login-overlay span.info {
  font-family: 'Whitney Light', sans-serif;
  font-size: 20px;
  color: #40454d;
  margin-top: 48px;
  display: block;
  line-height: 1.1em;
}

.login-overlay span.info a {
  border-bottom: 1px solid #40454d;
  color: #40454d;
}

.login-overlay .inner_wrapper {
  width: 100%;
  max-width: 670px;
  background-color: #f3f3f3;
  position: relative;
  padding: 60px 60px;
}

.login-overlay .inner_wrapper .heading {
  font-family: 'Chronicle XLight';
  font-weight: normal !important;
  color: #40454d;
  font-size: 35px;
  line-height: 1.1em;
}

.login-overlay .inner_wrapper .close_overlay {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/close.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover;
  height: 37px;
  width: 37px;
  position: absolute;
  top: 32px;
  right: 40px;
  cursor: pointer;
}

.login-overlay .forgot {
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #9b9b9b;
  text-decoration: underline;
}

.non-vh {
  height: auto !important;
  position: relative !important;
  display: block !important;
}

.non-vh h1 {
  padding: 260px 0;
  position: relative !important;
  display: block !important;
}

#kontakt,
#back_up {
  z-index: 9999999;
  position: fixed;
  bottom: 47vh !important;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -70px;
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#kontakt.showme,
#back_up.showme {
  right: 20px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

#kontakt:hover,
#back_up:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media (max-width: 767px) {
  #kontakt,
  #back_up {
    display: none;
  }
}

#kontakt {
  margin-top: 60px;
}

#back_up {
  margin-bottom: 60px;
}

#hero.zespolowa {
  margin-top: 130px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 66px !important;
}

#hero.zespolowa h1 strong {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  color: #fff;
  /*text-shadow: 0 0 10px #c1c3c0;*/
}

@media (max-width: 767px) {
  #hero.zespolowa {
    background-image: none !important;
  }
  #hero.zespolowa h1 {
    padding: 0;
  }
  #hero.zespolowa .mobile_zespol {
    display: block;
    max-width: 100%;
  }
}

#zespol .person {
  /*max-height: 500px;*/
  margin: 0 0 51px 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#zespol .person.hideme {
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  max-height: 0;
  overflow: hidden;
}

#zespol .person .bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 225px;
}

#zespol .person .info_block {
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-align: center; */
  /* -webkit-align-items: center; */
  /* -ms-flex-align: center; */
  /* align-items: center; */
  /* -webkit-box-pack: center; */
  /* -webkit-justify-content: center; */
  /* -ms-flex-pack: center; */
  /* justify-content: center; */
  display: block !important;
  min-height: 225px;
}

#zespol .person .info_block .inner_wrapper {
  margin-left: 31px;
}

#zespol .person .info_block .info_name,
#zespol .person .info_block .info_name strong {
  line-height: 1.1em;
  font-size: 25px;
  font-family: 'Chronicle XLight';
  font-weight: normal;
  display: span;
  margin-bottom: 25px;
}

#zespol .person .info_block .info_name {
  margin-right: 15px;
  color: #e74439;
}

#zespol .person .info_block .info_name strong {
  color: #9b9b9b;
}

#zespol .person .info_block .info_bionotka {
  display: block;
  font-size: 16px;
  font-family: 'Whitney Light', sans-serif;
  font-weight: normal;
  color: #40454d;
  line-height: 1.1em;
}

#zespol .person .info_block .info_bionotka .more {
  text-decoration: none;
  color: #e74439;
}

@media (min-width: 521px) and (max-width: 100px) {
  #zespol .person#bolesta .bg_image {
    background-position-x: right;
  }
  #zespol .person#szacki .bg_image {
    background-position-x: left;
  }
  #zespol .person#belinabrzozowski .bg_image {
    background-position-x: left;
  }
}

@media (max-width: 520px) {
  #zespol .person#smoczynski .bg_image {
    background-position-y: top;
  }
  #zespol .person#lipinski .bg_image {
    background-position-y: 40%;
  }
  #zespol .person#bobinski .bg_image {
    background-position-y: 40%;
  }
  #zespol .person#bekker .bg_image {
    background-position-y: 20%;
  }
  #zespol .person#bolesta .bg_image {
    background-position-y: 30%;
  }
  #zespol .person#szacki .bg_image {
    background-position-y: 30%;
  }
  #zespol .person#baj .bg_image {
    background-position-y: 20%;
  }
  #zespol .person#sobolewski .bg_image {
    background-position-y: 40%;
  }
  #zespol .person#swierczynski .bg_image {
    background-position-y: 40%;
  }
  #zespol .person#sawicka .bg_image {
    background-position-y: 40%;
  }
  #zespol .person#zielinski .bg_image {
    background-position-y: top;
  }
  #zespol .person#wanat .bg_image {
    background-position-y: 40%;
  }
  #zespol .person#skibicki .bg_image {
    background-position-y: 70%;
  }
  #zespol .person#czerniak .bg_image {
    background-position-y: 40%;
  }
  #zespol .person#michalik .bg_image {
    background-position-y: 40%;
  }
  #zespol .person#szajewska .bg_image {
    background-position-y: 70%;
  }
  #zespol .person#baba .bg_image {
    background-position-y: 60%;
  }
  #zespol .person#zylinska .bg_image {
    background-position-y: 40%;
  }
  #zespol .person#champan .bg_image {
    background-position-y: 60%;
  }
  #zespol .person#belinabrzozowski .bg_image {
    background-position-y: 60%;
  }
  #zespol .person#kurczewski .bg_image {
    background-position-y: 60%;
  }
  #zespol .person#bochynska .bg_image {
    background-position-y: 70%;
  }
  #zespol .person#kisluk .bg_image {
    background-position-y: 70%;
  }
}

#zespol .inner_wrapper {
  /*margin: 20px 30px 0 30px !important;*/
  margin: 0px 30px 0 30px !important;
}

@media (max-width: 767px) {
  #zespol .info_name {
    margin-top: 0;
  }
  #zespol .inner_wrapper {
    margin: 0 30px !important;
  }
}

@media (max-width: 520px) {
  #zespol .truncate .hideme {
    display: inline !important;
  }
  #zespol .more {
    display: none !important;
  }
  #zespol .bg_image {
    width: 100%;
  }
  #zespol .info_name {
    margin-top: 30px;
  }
  #zespol .info_block {
    width: 100%;
  }
  #zespol .info_bionotka {
    margin-bottom: 50px;
  }
}

.onas {
  background: white;
  z-index: 1;
  position: relative;
  padding: 100px 30px;
}

@media (max-width: 550px) {
  .onas {
    padding: 30px 0 0 0;
  }
}

.onas .heading {
  font-family: 'Chronicle XLight';
  font-weight: normal;
  font-size: 60px;
  position: relative;
  margin-bottom: 32px;
  display: inline-block;
  padding-bottom: 25px;
  line-height: 0.8em;
}

.onas .heading::after {
  content: '';
  display: block;
  background-color: #e74439;
  width: 38px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.onas .inner_wrapper .info {
  display: block;
  /*padding-bottom: 90px;*/
  position: relative;
}

.onas .inner_wrapper .info p {
  font-size: 24px;
  font-weight: normal;
  font-family: 'Whitney Light', sans-serif;
  line-height: 1em;
}

.onas .inner_wrapper .info .down_arrow,
.onas .inner_wrapper .info .down_arrow_text {
  position: absolute;
  display: inline-block;
}

.onas .inner_wrapper .info .down_arrow {
  left: -8px;
}

@media (max-width: 550px) {
  .onas .inner_wrapper {
    display: block !important;
  }
  .onas .heading {
    font-size: 40px;
    margin: 20px !important;
  }
  .onas .info {
    margin-left: 0 !important;
  }
  .onas .info p {
    margin: 0 20px;
    font-size: 18px !important;
  }
  .onas .down_arrow,
  .onas .down_arrow_text {
    margin-left: 20px;
  }
}

#onas_1 .inner_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#onas_1 .inner_wrapper .side_image {
  float: left;
  margin-right: 50px;
}

#onas_2 .heading {
  margin-left: 75px;
}

#onas_2 .info {
  margin-top: 36px;
  margin-left: 32.5%;
}

#onas_3 {
  position: relative;
}

#onas_3 .heading {
  width: 100%;
}

#onas_3 .heading:after {
  left: auto !important;
  right: 50% !important;
}

#onas_3:after {
  right: auto !important;
  left: 50% !important;
  content: '';
  background-color: #e74439;
  width: 38px;
  height: 1px;
  position: absolute;
  bottom: -0;
}

#onas_3 .info {
  margin: auto;
  max-width: 732px;
}

#onas_3 .year {
  -webkit-box-sizing: initial;
  box-sizing: initial;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
  padding: 60px 0;
}

#onas_3 .year>img {
  position: absolute;
}

#onas_3 .year .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 370px;
  position: absolute;
  height: 100% !important;
  top: 0;
}

#onas_3 .year .heading {
  color: #e74439;
  width: auto !important;
  margin-bottom: 9px !important;
  padding-bottom: 14px !important;
}

#onas_3 .year p {
  font-size: 25px !important;
  line-height: 1.1em;
  font-family: 'Chronicle XLight';
}

#onas_3 .year::after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: #e74439;
}

#onas_3 .year:nth-last-child(odd) img {
  right: 50%;
}

#onas_3 .year:nth-last-child(odd) .info {
  left: 50%;
  margin-left: 78px;
}

#onas_3 .year:nth-last-child(odd) .heading::after {
  left: 0 !important;
}

#onas_3 .year:nth-last-child(even) {
  text-align: right;
}

#onas_3 .year:nth-last-child(even) img {
  left: 50%;
}

#onas_3 .year:nth-last-child(even) .info {
  margin-right: 73px;
  right: 50%;
  left: auto !important;
}

@media (max-width: 550px) {
  #onas_3 .year:nth-last-child(even) .info {
    left: 30px !important;
  }
}

#onas_3 .year:nth-last-child(even) .heading::after {
  right: 0 !important;
}

#onas_3 #year2017 {
  height: 442px;
}

#onas_3 #year2017 img {
  margin-right: 39px;
}

#onas_3 #year2016, #onas_3 #year2017b  {
  height: 286px;
}

#onas_3 #year2016 img, #onas_3 #year2017b img {
  margin-left: -31px;
}

#onas_3 #year2015,
#onas_3 #year2018 {
  height: 286px;
}

#onas_3 #year2015 img,
#onas_3 #year2018 img {
  margin-right: -30px;
}

#onas_3 #year2014 {
  height: 286px;
}

#onas_3 #year2014 img {
  margin-left: -29px;
}

#onas_3 #year2013 {
  height: 409px;
}

@media (max-width: 550px) {
  #onas_3 .year {
    height: auto !important;
    text-align: left !important;
  }
  #onas_3 .year::after {
    position: absolute;
    left: 20px;
  }
  #onas_3 .year .info {
    text-align: left !important;
    position: relative !important;
    right: auto !important;
    display: block !important;
    left: 30px !important;
  }
  #onas_3 .year img {
    position: relative !important;
    left: 0 !important;
    right: auto !important;
  }
  #onas_3 .heading:after {
    left: 0 !important;
    right: auto !important;
  }
  #onas_3::after {
    left: 20px !important;
    right: auto !important;
  }
}

.form_wrapper .more {
  font-family: 'Whitney Light', sans-serif;
  cursor: pointer;
  color: #349be2;
  text-decoration: none;
  text-transform: lowercase;
}

.form_wrapper .hideme {
  display: none;
}

.form_wrapper .hideme.showme {
  display: inline;
}


/* COOKIES BANNER */

.cc_banner-wrapper {
  z-index: 999999999 !important;
}

.cc_banner-wrapper .cc_banner {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  bottom: 0;
  right: 0 !important;
  left: auto !important;
  width: auto;
  max-width: 320px;
  height: auto;
  padding: 10px 0 10px 10px;
}

.cc_banner-wrapper .cc_banner p.cc_message {
  font-size: 14px;
  font-family: 'Whitney Light', sans-serif;
  color: #40454d;
  line-height: 1em;
  border-top: 1px solid red;
  padding: 10px 0 0 0;
}

.cc_banner-wrapper .cc_banner p.cc_message a {
  color: #40454d;
  text-decoration: underline;
}

a.cc_btn {
  background: transparent !important;
  border: none;
  width: 25px;
  height: 25px;
  padding: 0 !important;
  float: right !important;
  position: relative !important;
  right: 0 !important;
  margin: 27px 40px 15px 20px;
  top: 0;
}

.cc_logo {
  display: none !important;
}

.mce_inline_error {
  -webkit-box-shadow: 0 0 0 1px #e74439;
  -moz-box-shadow: 0 0 0 1px #e74439;
  box-shadow: 0 0 0 1px #e74439;
}

.mce_inline_error::before {
  content: '!';
  position: absolute;
  left: -10px;
  color: #e74439;
  font-family: 'Whitney Book', sans-serif;
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 883px) {
  #homepage .hasScrolled .extended-nav-menu {
    left: 190px !important;
    top: -100px !important;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #nav_wrapper,
  #nav_wrapper.hasScrolled {
    height: 54px !important;
  }
  #nav_wrapper.extended-nav .navbar-toggle,
  #nav_wrapper.hasScrolled .navbar-toggle,
  #nav_wrapper .navbar-toggle {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0 !important;
    margin-top: 20px !important;
  }
  #nav_wrapper.extended-nav #logo,
  #nav_wrapper.hasScrolled #logo,
  #nav_wrapper #logo {
    left: 0;
    right: 0;
    padding: 0 !important;
    border-right: none;
/*    width: 80px !important; 10 lat*/
    top: 10 !important;
    margin-top: 4px !important;
    height: auto !important;
    height: 27px !important; /*10 lat*/
    bottom: auto !important;
  }
  .extended-nav-menu {
    display: none !important;
  }
}


/* zmiany na szybko */

.bg_block .container,
.bg_block .small_container {
  overflow: visible;
}

.close_button img,
#footer img {
  display: inline;
}


/* TEMPORARNE */

@media (max-width: 768px) {
  #onas_1 .inner_wrapper {
    display: block;
  }
  .onas {
    padding: 0 30px !important;
  }
  .onas .inner_wrapper .info .heading {
    margin-top: 30px;
  }
}

@media (min-width: 769px) and (max-width: 931px) {
  #onas_1 .inner_wrapper {
    display: block;
  }
  #onas_1 .inner_wrapper .side_image {
    max-width: 50%;
  }
  #onas_1 .inner_wrapper .info {
    width: 42%;
    float: right;
  }
  #onas_2 {
    clear: both;
  }
}

@media (max-width: 767px) {
  .horizontal_block#pienergy .bg_block {
    min-height: auto !important;
  }
  .dobierz {
    margin-bottom: 35px !important;
  }
  .dobierz .heading {
    padding: 0 20px 20px 20px !important;
  }
}

@media (max-width: 631px) {
  .horizontal_block {
    padding-bottom: 0 !important;
    padding-top: 110px !important;
    margin-bottom: -40px !important;
  }
  .horizontal_block .no-container {
    padding-bottom: 15px;
  }
  .horizontal_block .bg_block {
    height: auto !important;
  }
  .horizontal_block .bg_block .info_block {
    position: relative !important;
  }
  .serwis_block {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: -42px !important;
  }
  #politykainsight {
    padding-top: 61px !important;
    margin-top: 61px !important;
  }
  .serwis_block .bg_block .info_block {
    height: 25vh !important;
    padding: 20px 33px;
    margin-top: 3px !important;
  }
  .serwis_block .bg_block .info_block img,
  .serwis_block .bg_block .info_block svg {
    height: 20px;
    margin: 0 !important;
    width: auto;
  }
  .serwis_block .bg_block .info_block a.more_button,
  .serwis_block .bg_block .info_block .close_button {
    bottom: 20px !important;
    font-size: 10px !important;
  }
  .serwis_block .bg_block .info_block p {
    margin-top: 4px !important;
    font-size: 16px !important;
  }
  a.more_button,
  .close_button {
    padding: 10px 20px !important;
  }
  #zaufali {
    padding-top: 61px;
    display: block;
  }
}

@media (max-width: 551px) {
  .download_overlay {
    padding: 0 !important;
  }
  .download_overlay .inner_wrapper {
    padding: 33px !important;
  }
}

@media (max-width: 550px) {
  .year {
    padding: 60px 0 0 0 !important;
  }
  .year .info {
    margin-right: 0 !important;
  }
  .year img {
    margin: 0 0 0 -33px !important;
  }
  #year2018 .heading,
  #year2017b .heading,
  #year2016 .heading,
  #year2015 .heading,
  #year2014 .heading {
    margin-top: 40px !important;
  }
  #year2013 .heading {
    margin-top: 0 !important;
  }
}


/* zespol */

@media (max-width: 768px) {
  #hero.zespolowa {
    margin-top: 49px !important;
  }
}

@media (max-width: 869px) {
  #zespol .inner_wrapper {
    margin-top: 0 !important;
  }
}

@media (max-width: 590px) {
  #hero.zespolowa h1 strong {
    top: 20px !important;
  }
}

@media (max-width: 390px) {
  #hero.zespolowa h1 strong {
    top: 10px !important;
  }
}


/* SPEC */

@media (max-width: 400px) {
  .block_4 .details .info_block {
    height: auto;
    bottom: 37px;
  }
  .prev_spec,
  .next_spec {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    /* left: 0 !important;
         */
    z-index: 999999999999999;
  }
  .block_4 .details {
    max-height: 80vh !important;
    overflow: visible;
  }
  .prev_spec {
    text-align: left !important;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    -webkit-box-pack: left;
    justify-content: left;
    float: left;
    margin: 20px 10px 0 0;
  }
  .next_spec {
    float: right;
    margin: 20px 0 0 10px;
  }
  #nav_wrapper #logo {/*10 lat*/
    left: -43px !important; /*10 lat*/
  }/*10 lat*/
}

@media (max-width: 380px) {
  .porownaj {
    height: 200px !important;
    margin-top: 85px;
  }
}

@media (max-width: 350px) {
  #polecaja_slider .slick-slide.slick-current .photo,
  #polecaja_slider .slick-slide .photo {
    width: 70px;
    height: 70px;
  }
  #polecaja_slider .slick-slide.slick-current .info,
  #polecaja_slider .slick-slide .info {
    left: 90px !important;
    right: 0 !important;
  }
  #polecaja_slider .slick-slide.slick-current .big_text,
  #polecaja_slider .slick-slide .big_text {
    font-size: 20px !important;
  }
  #polecaja_slider .slick-track {
    top: -20px;
  }
  #polecaja_slider .slick-dots {
    margin-bottom: -50px !important;
  }
  .block_4 .specjalizacje>div {
    width: 100px !important;
  }
  .block_4 .specjalizacje>div span {
    left: 115px;
  }
  .block_4 .details .info_block .general_info {
    margin-top: 10px;
    font-size: 16px;
  }
  .block_4 .specjalizacje>div.active span::before {
    height: 25px !important;
    bottom: 0px !important;
  }
  .block_4 .details {
    height: 289px;
  }
  #zaufali #zaufali_slider img {
    margin: 15px !important;
  }
}

@media (max-height: 800px) {
  #zaufali #zaufali_slider img#logo02 {
    margin: 0 20px !important;
  }
  #zaufali #zaufali_slider img#logo06 {
    margin: 10px 20px !important;
  }
}

.open_download_modal {
  width: 100%;
}

#mce-error-response,
#mce-success-response {
  font-size: 15px !important;
  text-transform: uppercase;
  font-family: 'Whitney Bold';
  font-weight: normal;
  line-height: 1.2em;
}

#mce-error-response {
  color: #e74439;
}

#mce-success-response {
  color: #349be2;
}

#mce-responses {
  min-height: 50px;
  position: relative;
  top: 20px;
}

#mc-embedded-subscribe {
  margin-top: 20px !important;
}

.porownaj_wrapper .inner-wrapper table span a {
  color: #7f7f7f;
  border-bottom: 1px dotted #7f7f7f;
}

.porownaj_wrapper .inner-wrapper table span a:hover {
  color: #e74026;
  border-bottom: 1px dotted #e74026;
  text-decoration: none;
}


/*COOKIES*/

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  border-radius: 0 !important;
}

.cc_btn_accept_all {
  border-radius: 0 !important;
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
  right: 0 !important;
  display: block !important;
  width: 119px !important;
  height: 24px !important;
  line-height: 22px !important;
  border: none !important;
  margin: 10px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  float: none !important;
  left: auto !important;
  background-color: #d8d8d8 !important;
  color: #3B424A !important;
  font-family: 'Whitney Semibold' !important;
}

a.cc_btn {
  position: absolute !important;
  background-color: #d8d8d8 !important;
}

.cc_banner-wrapper .cc_banner p.cc_message {
  padding-bottom: 30px !important;
}


/*CONTACT BLOCK INFO*/

#contact-me-form {
  font-size: 12px;
  line-height: 1.2em;
  display: block;
  color: #777;
  font-family: 'Whitney Light';
}


/* LOGIN HOVERY */

#login-sales-page-forgot:hover,
.login-overlay span.info a:hover {
  color: #e74026;
  border-color: #e74026;
  text-decoration: none;
}

@media (max-width: 434px) {
  .vh_block .heading_block .bg.down_bg {
    background-position: center 20%;
  }
  .serwis_block .bg_block .info_block {
    padding-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .mfp-arrow-right,
  .mfp-arrow-left {
    position: absolute !important;
    /*top: auto !important;*/
    /*bottom: -27px !important;*/
  }
}

@media (max-width: 991px) {
  .lang_pl #nav_wrapper .extended-nav-menu .menu-item,
  .lang_pl #nav_wrapper .hasScrolled .extended-nav-menu .menu-item {
    margin-left: -12px;
    line-height: 0.9em !important;
  }
  .lang_en #nav_wrapper .extended-nav-menu .menu-item,
  .lang_en #nav_wrapper .hasScrolled .extended-nav-menu .menu-item {
    max-width: 101px !important;
    text-align: center !important;
    line-height: 0.9em !important;
    margin-left: -12px;
  }
  .lang_en #nav_wrapper .extended-nav-menu .menu-item .collapsed {
    text-align: left !important;
    line-height: 24px !important;
    max-width: auto !important;
  }
  .lang_en #nav_wrapper .extended-nav-menu,
  .lang_en #homepage .hasScrolled .extended-nav-menu {
    margin-top: -7px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lang_en #nav_wrapper .extended-nav-menu a {
    display: block !important;
  }
  .lang_en #nav_wrapper .extended-nav-menu a::after {
    bottom: -2px !important;
  }
}

.lang_en #politykainsight .info_block::before,
.lang_en #pifinance .info_block::before,
.lang_en #pienergy .info_block::before {
  top: 80px;
  position: absolute;
  left: auto;
  right: -27px;
  content: 'IN ENGLISH';
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  background-color: #fff;
  color: #40454d;
  font-size: 10px;
  letter-spacing: 1.33px;
  text-align: center;
  padding: 6px 8px 5px 8px;
  z-index: 99999;
}

.lang_en #pifinance .info_block::before,
.lang_en #pienergy .info_block::before {
  content: 'IN POLISH';
}

#login, #nss_switcher, #header_button {
  text-align: center;
}

@media (max-width: 767px) {
  .raport_prev {
    display: none;
  }
}


/* 404 */

#error404 h1 {
  padding: 200px 0 113px 0;
  font-size: 150px;
  color: #e74439;
  font-family: 'Chronicle XLight';
  text-align: center;
}

.notfound {
  font-size: 20px;
  text-align: center;
  font-family: 'Whitney Light';
  line-height: 1.1em;
  margin-bottom: 40px;
  padding: 0 20px;
}

.notfoundbutton {
  background-color: #e74439;
  letter-spacing: 2px;
  color: #fff;
  padding: 6px 25px;
  margin: 0 auto 100px auto;
  display: block;
  text-align: center;
  text-transform: uppercase;
  max-width: 208px;
}


.iframe_container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 99;
}

.iframe_container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


/* Aktualności */

#hero.aktualnosci h1 {
  margin-top: 211px !important;
  margin-bottom: 10px !important;
}

#small-links.aktualnosci {
  margin-bottom: 90px;
}

#small-links.aktualnosci span {
  font-size: 20px !important;
  position: relative;
  margin-left: 10px !important;
  margin-right: 5px !important;
}

#small-links.aktualnosci span::before {
  content: '';
  position: absolute;
  right: -10px;
  width: 1px;
  display: block;
  background-color: #40454d;
  height: 1em;
  top: 0;
  bottom: 0;
}

#small-links.aktualnosci span.wszystko {
  display: none;
}

#small-links.aktualnosci span:nth-last-child(1)::before {
  display: none;
}

#aktualnosci {
  margin-top: 90px;
}

.article {
  clear:both;
  margin-bottom: 10px;

  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.article .image_wrapper {
  margin: 0 15px 0 -7px;
  overflow: hidden;
  /*height: 0;
    padding-bottom: 70%;*/
}

.article .image_wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;

}


@media (min-width: 768px) and (max-width: 912px) {
  .article .image_wrapper img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .article .image_wrapper {
    margin:0 !important;
  }
  .article .image_wrapper img {
    height: 300px;
  }
}

.article.hideme {
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  max-height: 0;
  overflow: hidden;
}

.article:nth-child(odd) {
  background-color: #f2f2f2;
}

.article .inner_wrapper {
  margin: 17px 0 0 0 !important;
}
.article.active .inner_wrapper {
  /*margin: 17px 30px 17px 20px !important;*/
}

.article .bg_image {
  /* max-height: 180px; */
  /* overflow:hidden; */
}

.article .icons {
  position: relative;
  top:-3px;
  float: right;
  min-width: 63px;
  text-align: right;
  display: none;
}

.article .icons img {
  margin-left: 5px;
}

.article .category,
.article .title,
.article .detail,
.article .content {
  color: #40454d;
  display: block;
  line-height: 1.1em;
}

.article .category {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.07em;
  font-family: 'Whitney Light', sans-serif;
  font-weight: 200 !important;
  margin-bottom: 4px;
}

.article .title {
  font-size: 20px;
  font-family: 'Whitney Semibold', sans-serif;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: 10px;
}

.article .detail {
  font-size: 14px !important;
  font-family: 'Whitney Light', sans-serif;
  font-weight: 200 !important;
  margin-bottom: 10px;
  position: absolute;
  top: 17px;
  right: 0;
}

.article .content {
  font-size: 16px !important;
  font-family: 'Whitney Light', sans-serif;
  font-weight: 200 !important;
  line-height: 1.3em;
}

.article .content .hideme {
  display: none;
}

.article .content .more {
  display: inline;
  text-decoration: none;
  color: #e74439;
}

.article .reveal_arrow,
.article .reveal_arrow_2 {
  height: 180px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .article .reveal_arrow,
  .article .reveal_arrow_2 {
    height: 60px;
  }
  .article .image_wrapper {
    margin: 0 33px;
  }
  .article .button_art {
    max-width: 230px;

  }

}

.article .reveal_arrow {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/aktualnosci/down_arrow.svg);
  display: block;
}

.article .reveal_arrow_2 {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/aktualnosci/down_arrow_2.svg);
  display: none;
}

.article.active .reveal_arrow {
  display: none;
}

.article.active {
  padding-bottom: 30px;
}

.article.active .reveal_arrow_2 {
  display: block;
}

.article.active .more {
  display: none;
}

.article .bonus_content {
  margin-top: 0;
  max-height: 0;
  overflow:hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  opacity: 0;
}

.article.active .bonus_content {
  display: block;
  max-height: 2000px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 1;
  margin-top: 20px;
}

.article.active .hideme {
  display: inline;
}

.button_art {
  height: 46px;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  display: inline-block;
  margin-bottom: 12px;
}
.button_art:hover {
  text-decoration: none !important;
  border-color: #9b9b9b;
}
.button_art .icon {
  width: 62px;
  height: 46px;
  display: block;
  float:left;
  background-repeat: no-repeat;
  background-position: center center;
}
.button_art span {
  color: #c0c0c0;
  text-transform: uppercase;
  font-family: 'Whitney Book';
  line-height: 46px;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.article .button_photo .icon {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/aktualnosci/big_photo.svg);
}
.article .button_video .icon {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/aktualnosci/big_video.svg);
}
.article .button_audio .icon {
  background-image: url(https://zasoby.politykainsight.pl/pi2/images/nss/aktualnosci/big_audio.svg);
}

.bonus_container {
  clear: both;
  margin: 20px 0 30px 0;
}

.soundcloud {
  background-color: white !important;
  padding: 10px 10px 6px 10px;
}

.bonus_gallery_container a {
  overflow:hidden;
  height: 90px !important;
  height: 0 !important;
  padding-bottom: 55% !important;
  display: block;
  margin-bottom: 13px;
  clear: both;

}

.bonus_gallery_container a img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.bonus_gallery_container > div > div {
  display: none !important;
}


@media (min-width: 992px) {
  .bonus_gallery_container > div > div  {
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .bonus_gallery_container > div > div  {
    width: 50%;
  }
}


.bonus_gallery_container > div > div:nth-child(1),
.bonus_gallery_container > div > div:nth-child(2),
.bonus_gallery_container > div > div:nth-child(3),
.bonus_gallery_container > div > div:nth-child(4),
.bonus_gallery_container > div > div:nth-child(5),
.bonus_gallery_container > div > div:nth-child(6)
{
  display: inline-block !important;
}

@media (max-width: 1023px) {

  .login_modal_open {
    display: none;
  }
}


/* CITIBANK */

.login-not-overlayed {
  display:block !important;
  position: static;
  margin-top:150px;
  background: transparent;
}

.login-not-overlayed .inner_wrapper {
  max-width: 680px;
  margin:0 auto;
}

.login-not-overlayed input[type='text'], .login-not-overlayed input[type='password'] {
  max-width: 100% !important;
  border-radius: 0 !important;
}

#switcher {
  display: none !important;
}

/* PAGINATION */

#pi2_news_pagination {
  text-align: right;
}

#pi2_news_pagination a {
  font-family: 'Whitney Book', sans-serif;
  color: #40454d;
  text-decoration: none;
  font-size: 17px;
  line-height: 29px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 4px;
}
#pi2_news_pagination a.active {
  background-color: #f2f2f2;
  cursor: default;
}

#pi2_news_pagination a:hover {
  text-decoration: none;
  background-color: #fafafa;
}

#pi2_news_pagination a.active:hover {
  background-color: #f2f2f2;
}

/* Rekrutacja */

.header-rekrutacje {
  color: #40454d;
  font-family: 'Whitney Semibold', sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  display: block;
  padding-bottom: 10px;
}

.detail-rekrutacje {
  font-size: 14px;
  font-family: 'Whitney Light', sans-serif;
  color: #9b9b9b;
  line-height: 1.2em;
  padding-top: 15px;
  padding-bottom: 10px;
  display: block;
}

.article ul {
  padding-left: 30px;

}

.info-rekrutacje {
  margin-top: 40px;
  display: block;
}
.info-rekrutacje a {
  color: #40454d;
}
.info-rekrutacje strong {
  font-family: 'Whitney Bold', sans-serif;
}
.info-rekrutacje .small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-family: 'Whitney Light', sans-serif;
}

.bonus_content iframe {
  width: 100%;
  margin: 30px 0;
  clear:both;
}

.pi-news-img {
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;

  max-width: 50%;
  width: 180px;
}

.pi-news-img a {
  display:block;
  position:relative;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 5px;
  margin-top:0px;
  margin-bottom: 50px;
}

html:lang(pl) .pi-news-img a::after {content: 'POBIERZ';}
html:lang(en) .pi-news-img a::after {content: 'DOWNLOAD';}

.pi-news-img a::after {
  text-align: center;
  color: #ffffff;
  font-family: 'Whitney Medium', sans-serif;
  line-height:30px;
  height: 30px;
  font-size: 12px;
  letter-spacing: 0.1em;
  width: 100%;
  position: absolute;
  background:#e74439;
  left:0;
  right:0;
  top: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pi-news-img a:hover::after {
  -webkit-box-shadow: inset 0 -50px 0 0 #ffffff;
  -moz-box-shadow: inset 0 -50px 0 0 #ffffff;
  box-shadow: inset 0 -50px 0 0 #ffffff;
  color: #e74439;
}

.article:not(.active) .bg_image, .article:not(.active) .category, .article:not(.active) .title, .article:not(.active) .detail, .article:not(.active) .lead-content {
  cursor: pointer;
}

.article:not(.active) .lead-content {
  cursor: pointer;
  /*min-height: 112px;*/
}

.agenda h4 {
  font-size: 18px;
  margin-bottom: 5px !important;
  font-family: "Whitney Semibold" !important;
  margin-top: 16px !important;
}

/* PI Live */
.pi-live h1 {
  margin-top: 236px;
  font-size: 80px;
  font-family: 'Chronicle XLight';
  color: #e74439;
  text-align: center;
  margin-bottom: 49px;
}
.pi-live h3 {
  color: #9c9c9c;
  font-size: 22px;
  max-width: 700px;
    margin: 0 auto;
  text-align: center;
  line-height: 28px;
}
.pi-live h2 {
  font-size: 32px;
  font-family: 'Chronicle XLight';
  color: #e74439;
}
.pi-live-l-side {
  margin-right: 55px;
}
.pi-live .pi-live-content {
  display: flex;
  justify-content: space-between;
  margin-top: 88px;
}
.pi-live-current-event {
  padding: 0 8px 20px 8px; 
}
.pi-live-current-event iframe {
  box-shadow: 0 2px 33px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 33px 2px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 2px 33px 2px rgba(0, 0, 0, 0.11);
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pi-live .pi-live-current-event-title {
  display: flex;
  margin-bottom: 16px;
}
.pi-live-current-event-desc {
  margin-top: 30px;
}
.pi-live .pi-live-current-event-title h2 {
  line-height: 27px;
  margin: 0;
}
.pi-live-current-event-yt-title {
  font-size: 16px;
}
.pi-live .pi-live-circle {
  width: 24px;
  height: 24px;
  background-color: #e74439;
  border-radius: 50%;
  display: inline-block;
  margin-right: 13px;
}
.pi-live .pi-live-yt-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  float: left;
  margin: 0;
  margin-right: 5px;
}
.pi-live-previous-events {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.pi-live-previous-events h2 {
  padding-left: 8px;
}
.pi-live-yt-screen {
  position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.pi-live-previous-events-carousel-outer {
  width: 575px;
  position: relative;
  margin: 0 auto;
  padding: 0 36px;  
}
.pi-live-previous-events-carousel-outer img {
  width: 100%;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.11);
}
.pi-live-previous-events-carousel-outer.pi-live-previous-events-carousel_at_end .pi-live-previous-events-next {
  display: none;
}
.pi-live-previous-events-carousel-outer.pi-live-previous-events-carousel_at_start .pi-live-previous-events-prev {
  display: none;
}
.pi-live-previous-event-item {
  padding: 4px 9px 8px;
    display: block;
}
.pi-live-previous-event-title {
  color: #0b0a0a;
  font-size: 11px;
  font-weight: bold;
  margin-top: 19px;
}
.pi-live-previous-event-channel {
  color: #757575;
  font-family: 'Roboto', sans-serif;
    font-size: 11px;
}
.pi-live-previous-events-prev {
  left: 8px;
    top: 50%;
    position: absolute;
  cursor: pointer;
  transform: translateY(-50%);
}
.pi-live-previous-events-next {
    right: 8px;
    top: 50%;
    position: absolute;
    cursor: pointer;
  transform: translateY(-50%);
}
.pi-live-upcoming-events h2 {
  margin: 0;
  line-height: 27px;
  margin-bottom: 16px;
}
.pi-live-upcoming-events-list {
  padding: 0;
  background-color: #f6f2ef;
  list-style: none;
  margin: 0;
}
.pi-live-announcement {
  padding: 5px;
  background-color: #f6f2ef;
  list-style: none;
  margin: 0;
}
.pi-live-upcoming-events-list .only-for-subscriber-text {
  color: #e5463f;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
.pi-live-upcoming-events-item .pi-live-upcoming-event-plus {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.pi-live-upcoming-events-item .pi-live-upcoming-event-details-inner {
  /* display: flex; */
}
.has-access .pi-live-upcoming-event-details {
  cursor: pointer;
}
.pi-live-upcoming-event-details {
  /* display: flex; */
  justify-content: space-between;
  align-items: flex-end;
  cursor: auto;
}
.has-access .pi-live-upcoming-event-details {
  cursor: pointer;
}
.pi-live-upcoming-events-item {
  border-top: 1px solid #e1e1e1;
  position: relative;
}
.pi-live-upcoming-events-item:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
.pi-live-upcoming-events-item {
  padding: 17px 10px 19px 12px;
}
.pi-live-upcoming-event-time {
  color: #9c9c9c;
  margin-top: 10px;
  font-size: 17px;
}
.pi-live-upcoming-event-date {
  margin-right: 28px;
  color: #5a5956;
  float: left;
}
.pi-live-upcoming-event-guest {
  font-size: 16px;
  margin-top: 9px;
}
.pi-live-upcoming-event-desc {
  /* width: 165px; */
  color: #5a5956;
  margin-left: 95px;
}
.pi-live-upcoming-event-title {
  font-weight: 600;
}
.pi-live-upcoming-event-day {
  font-size: 16px;
}
.pi-live  .pi-live-upcoming-event-plus {
  color: #323335;
    border-top: 1px solid #e1e1e1;
  font-size: 31px;
    line-height: 36px;
    font-weight: bold;
  text-align: center;
  display: none;
  cursor: pointer;
  box-shadow: 0 0 10px 10px #f6f2ef;
  transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -webkit-backface-visibility: hidden;
}
.pi-live .has-access .pi-live-upcoming-event-plus {
  display: block;
  float: right;
  border-top: none;
  
  height: 22px;
    width: 22px;
    line-height: 22px;
  font-size: 16px;
  font-weight: normal;
}
.pi-live-upcoming-event-details.opened_popup .pi-live-upcoming-event-plus {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pi-live-upcoming-events-item.opened-item .pi-live-upcoming-event-plus {
  opacity: 1;
    filter: alpha(opacity=100);
}
.pi-live-upcoming-event-plus span {
  transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  display: block;
}
.pi-live-upcoming-event-modal {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: -185px;
  border: solid 1px #384252;
  padding-left: 20px;
  padding-right: 20px;
  display: none;

  top: 50%;
  transform: translate(0%, -50%);
  height: 90px;
}
.pi-live-upcoming-event-modal-list-outer {
  display: flex;
  align-items: center;
  height: 100%;
}
.pi-live .popover {
  cursor: auto;
}
.pi-live .popover_content {
  display: none;
}
.pi-live .event-popover-title h5 {
  font-weight: 600;
  line-height: 18px;
  font-size: 13px;

}
.pi-live .event-time {
  color: #9c9c9c;
  margin-top: 10px;
  font-size: 17px;

  font-weight: 700;
    color: #323335;
  font-size: 13px;
}
.pi-live-upcoming-event-modal ul,
.vertical-menu {
  padding: 0;
  list-style-type: none;
}
.pi-live-upcoming-event-modal ul li a,
.vertical-menu a {
  display: block;
    padding-top: 5px;
    padding-bottom: 6px;
  cursor: pointer;
  color: #5a5956;

  display: block;
    padding-top: 5px;
    padding-bottom: 6px;
    color: #323335;
    font-family: 'Whitney Book', sans-serif;
}
.vertical-menu a:hover {
  color: #7f7f7f;
  text-decoration: none;
}
.pi-live-upcoming-event-modal ul li a:hover {
  text-decoration: none;
}
.pi-live-upcoming-event-modal ul li:not(:first-of-type) {
  margin-top: 7px;
}
.pi-live-contact {
  border-radius: 3px;
  background-color: #e64b44;
  font-size: 20px;
  color: #fff;
  padding: 26px 13px;
  text-align: center;
  margin-top: 34px;
  display: block;
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
.pi-live-contact:hover {
  background: #f8554a;
  color: #ffffff;
  text-decoration: none;
}
.pi-live-contact span {
  display: block;
}
.pi-live-contact span:first-of-type {
  margin-bottom: 4px;
}
.pi-live-newsletter {
  margin-top: 34px;
}
.pi-live-newsletter h3 {
  font-size: 18px;
  color: #3a3b3d;
  text-align: left;
}
.pi-live-newsletter .pi-live-fields-group {
  display: flex;
  margin-top: 17px;
}
.pi-live-newsletter #mc_embed_signup form {
  padding: 0;
}
.pi-live-newsletter #mc_embed_signup form input[type='text'],
.pi-live-newsletter #mc_embed_signup form input[type='email'] {
  border-radius: 3px;
    border: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8 !important;
    padding: 8px 14px;
    font-size: 16px;
  margin: 0;
  height: 36px;
}
.pi-live-newsletter input[type='submit']#mc-embedded-subscribe {
  margin-top: 0 !important;
}
.pi-live-newsletter #mc_embed_signup div.mce_inline_error {
  color: red !important;
    position: absolute;
    left: 0;
    font-size: 10px;
    font-family: 'Whitney Light';
    text-transform: uppercase;
    letter-spacing: 0.07em;
    background: transparent !important;
  padding: 0 !important;
  margin-top: 10px;
}
.pi-live-newsletter #mc_embed_signup div.mce_inline_error:before {
  display: none;
}
.pi-live-newsletter #mce-responses {
  min-height: 24px;
    position: relative;
    top: auto;
}
.pi-live-newsletter .mc-field-group {
  width: 100%;
  position: relative;
}
.pi-live-newsletter form input[type='submit']#mc-embedded-subscribe {
  margin: 0;
    font-size: 14px;
    margin-left: 11px;
    font-weight: normal;
  width: auto !important;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 10px 14px;
  line-height: normal;
  height: auto;
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #e64b44;
}
.pi-live-newsletter form input[type='submit']#mc-embedded-subscribe:hover {
  background: #f8554a;
}
.pi-live-newsletter-note {
  color: #9c9c9c;
  font-size: 11px;
  margin-top: 23px;
  font-weight: normal;
  text-align: justify;
}
.pi-live-newsletter [type="checkbox"]:not(:checked)+label:before,
.pi-live-newsletter [type="checkbox"]:checked+label:before {
  border: 1px solid #9c9c9c;
}
.pi-live-newsletter [type="checkbox"]:not(:checked)+label:after,
.pi-live-newsletter [type="checkbox"]:checked+label:after {
  background-color: #9c9c9c;
}
.pi-live-previous-events-carousel > div {
  display: flex;
  align-items: flex-end;
}
.pi-live div.mce_inline_error {
  box-shadow: none;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}


@media screen and (max-width: 1400px) {
  .pi-live-upcoming-event-modal {
    bottom: auto;
    right: 30px;
    left: 30px;
    top: 93%;
    padding: 20px;
    background-color: #fff;
    z-index: 99;
    transform: initial;
  }
}
@media screen and (max-width: 1120px) {
  .pi-live {
    width: 860px;
    margin: 0 auto;
  }
  .pi-live-l-side {
    margin-right: 15px;
  }
  .pi-live-previous-events-carousel-outer {
    max-width: 500px;
  }
  .pi-live-newsletter #mc_embed_signup div.mce_inline_error {
    margin-top: 56px;
  }
  .pi-live-newsletter form,
  .pi-live-newsletter .pi-live-fields-group {
    flex-direction: column;
  }
  .pi-live-newsletter form input[type="submit"],
  .pi-live-newsletter form input[type="submit"]#mc-embedded-subscribe {
    margin: 14px 0 0 !important;
    /* width: 100% !important; */
    padding-left: 20px;
      padding-right: 20px;
  }
  .pi-live-newsletter .pi-live-fields-group .clear {
    text-align: center;
  }
}
@media screen and (max-width: 920px) {
  .pi-live {
    width: 739px;
    margin: 0 auto;
  }
  .pi-live-previous-events-carousel-outer {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .pi-live {
    padding: 0 15px;
    width: 100%;
  }
  .pi-live .pi-live-current-event-title {
    min-height: auto;
  }
  .pi-live h1 {
    font-size: 30px;
    margin-top: 130px;
    margin-bottom: 16px;
  }
  .pi-live-l-side {
    margin: 0;
  }
  .pi-live h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .pi-live .pi-live-content {
    flex-direction: column;
  }
  .pi-live-current-event-yt-title {
    font-size: 15px;
  }
  .pi-live-previous-events {
    margin-bottom: 16px;
  }
  .pi-live-current-event {
    padding: 0 0 20px 0;
  }
  .pi-live-current-event-desc {
    margin-top: 21px;
  }
  .pi-live-previous-events-carousel-outer {
    overflow: hidden;
    max-width: 100%;
  }
  .pi-live-previous-events-carousel {
    max-width: 60%;
    overflow: visible!important;
    margin: 24px auto;    
  }
  .pi-live-previous-events-carousel > div {
    display: flex;
    align-items: flex-end;
  }
  .pi-live-previous-events-prev,
  .pi-live-previous-events-next {
    display: none;
  }
  .pi-live-previous-event-item {
    padding: 9px;
  }
  .pi-live-contact {
    padding: 27px 10px;
    font-size: 18px;
  }
  .pi-live-upcoming-events-item {
    padding: 17px 10px 19px 12px;
  }
  /* .pi-live-upcoming-event-plus {
    right: 14px;
    width: 34px;
  } */
  .pi-live-upcoming-event-modal {
    bottom: auto;
    right: 30px;
    left: 30px;
    top: 93%;
    padding: 20px;
    background-color: #fff;
    z-index: 99;
  }
}

@font-face {
    font-family: icomoon;
    src: url(//zasoby.politykainsight.pl/pi2/icons/fonts/icomoon.eot?d8sw6d);
    src: url(//zasoby.politykainsight.pl/pi2/icons/fonts/icomoon.eot?#iefixd8sw6d) format('embedded-opentype'),url(//zasoby.politykainsight.pl/pi2/icons/fonts/icomoon.ttf?d8sw6d) format('truetype'),url(//zasoby.politykainsight.pl/pi2/icons/fonts/icomoon.woff?d8sw6d) format('woff'),url(//zasoby.politykainsight.pl/pi2/icons/fonts/icomoon.svg?d8sw6d#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

.icon {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-play-44:before {
    content: "\e7f1"
}

.icon-galeria-44:before {
    content: "\e7f2"
}

.icon-graf-44:before {
    content: "\e7f5"
}

.icon-pdf-44:before {
    content: "\e7f6"
}

.icon-calendar2:before {
    content: "\e7f0"
}

.icon-search_big:before {
    content: "\e7eb"
}

.icon-newsletters_big:before {
    content: "\e7ec"
}

.icon-menu_big:before {
    content: "\e7ed"
}

.icon-attach_big:before {
    content: "\e7ee"
}

.icon-eye_big:before {
    content: "\e7ef"
}

.icon-home:before {
    content: "\e601"
}

.icon-home2:before {
    content: "\e602"
}

.icon-home3:before {
    content: "\e603"
}

.icon-office:before {
    content: "\e604"
}

.icon-newspaper:before {
    content: "\e605"
}

.icon-pencil:before {
    content: "\e606"
}

.icon-pencil2:before {
    content: "\e607"
}

.icon-quill:before {
    content: "\e608"
}

.icon-pen:before {
    content: "\e609"
}

.icon-blog:before {
    content: "\e60a"
}

.icon-eyedropper:before {
    content: "\e60b"
}

.icon-droplet:before {
    content: "\e60c"
}

.icon-paint-format:before {
    content: "\e60d"
}

.icon-image:before {
    content: "\e60e"
}

.icon-images:before {
    content: "\e60f"
}

.icon-camera:before {
    content: "\e610"
}

.icon-headphones:before {
    content: "\e611"
}

.icon-music:before {
    content: "\e612"
}

.icon-play:before {
    content: "\e613"
}

.icon-film:before {
    content: "\e614"
}

.icon-video-camera:before {
    content: "\e615"
}

.icon-dice:before {
    content: "\e616"
}

.icon-pacman:before {
    content: "\e617"
}

.icon-spades:before {
    content: "\e618"
}

.icon-clubs:before {
    content: "\e619"
}

.icon-diamonds:before {
    content: "\e61a"
}

.icon-bullhorn:before {
    content: "\e61b"
}

.icon-connection:before {
    content: "\e61c"
}

.icon-podcast:before {
    content: "\e61d"
}

.icon-feed:before {
    content: "\e61e"
}

.icon-mic:before {
    content: "\e61f"
}

.icon-book:before {
    content: "\e620"
}

.icon-books:before {
    content: "\e621"
}

.icon-library:before {
    content: "\e622"
}

.icon-file-text:before {
    content: "\e623"
}

.icon-profile:before {
    content: "\e624"
}

.icon-file-empty:before {
    content: "\e625"
}

.icon-files-empty:before {
    content: "\e626"
}

.icon-file-text2:before {
    content: "\e627"
}

.icon-file-picture:before {
    content: "\e628"
}

.icon-file-music:before {
    content: "\e629"
}

.icon-file-play:before {
    content: "\e62a"
}

.icon-file-video:before {
    content: "\e62b"
}

.icon-file-zip:before {
    content: "\e62c"
}

.icon-copy:before {
    content: "\e62d"
}

.icon-paste:before {
    content: "\e62e"
}

.icon-stack:before {
    content: "\e62f"
}

.icon-folder:before {
    content: "\e630"
}

.icon-folder-open:before {
    content: "\e631"
}

.icon-folder-plus:before {
    content: "\e632"
}

.icon-folder-minus:before {
    content: "\e633"
}

.icon-folder-download:before {
    content: "\e634"
}

.icon-folder-upload:before {
    content: "\e635"
}

.icon-price-tag:before {
    content: "\e636"
}

.icon-price-tags:before {
    content: "\e637"
}

.icon-barcode:before {
    content: "\e638"
}

.icon-qrcode:before {
    content: "\e639"
}

.icon-ticket:before {
    content: "\e63a"
}

.icon-cart:before {
    content: "\e63b"
}

.icon-coin-dollar:before {
    content: "\e63c"
}

.icon-coin-euro:before {
    content: "\e63d"
}

.icon-coin-pound:before {
    content: "\e63e"
}

.icon-coin-yen:before {
    content: "\e63f"
}

.icon-credit-card:before {
    content: "\e640"
}

.icon-calculator:before {
    content: "\e641"
}

.icon-lifebuoy:before {
    content: "\e642"
}

.icon-phone:before {
    content: "\e643"
}

.icon-phone-hang-up:before {
    content: "\e644"
}

.icon-address-book:before {
    content: "\e645"
}

.icon-envelop:before {
    content: "\e646"
}

.icon-pushpin:before {
    content: "\e647"
}

.icon-location:before {
    content: "\e648"
}

.icon-location2:before {
    content: "\e649"
}

.icon-compass:before {
    content: "\e64a"
}

.icon-compass2:before {
    content: "\e64b"
}

.icon-map:before {
    content: "\e64c"
}

.icon-map2:before {
    content: "\e64d"
}

.icon-history:before {
    content: "\e64e"
}

.icon-clock:before {
    content: "\e64f"
}

.icon-clock2:before {
    content: "\e650"
}

.icon-alarm:before {
    content: "\e651"
}

.icon-bell:before {
    content: "\e652"
}

.icon-stopwatch:before {
    content: "\e653"
}

.icon-calendar:before {
    content: "\e654"
}

.icon-printer:before {
    content: "\e600"
}

.icon-keyboard:before {
    content: "\e655"
}

.icon-display:before {
    content: "\e656"
}

.icon-laptop:before {
    content: "\e657"
}

.icon-mobile:before {
    content: "\e658"
}

.icon-mobile2:before {
    content: "\e659"
}

.icon-tablet:before {
    content: "\e65a"
}

.icon-tv:before {
    content: "\e65b"
}

.icon-drawer:before {
    content: "\e65c"
}

.icon-drawer2:before {
    content: "\e65d"
}

.icon-box-add:before {
    content: "\e65e"
}

.icon-box-remove:before {
    content: "\e65f"
}

.icon-download:before {
    content: "\e660"
}

.icon-upload:before {
    content: "\e661"
}

.icon-floppy-disk:before {
    content: "\e662"
}

.icon-drive:before {
    content: "\e663"
}

.icon-database:before {
    content: "\e664"
}

.icon-undo:before {
    content: "\e665"
}

.icon-redo:before {
    content: "\e666"
}

.icon-undo2:before {
    content: "\e667"
}

.icon-redo2:before {
    content: "\e668"
}

.icon-forward:before {
    content: "\e669"
}

.icon-reply:before {
    content: "\e66a"
}

.icon-bubble:before {
    content: "\e66b"
}

.icon-bubbles:before {
    content: "\e66c"
}

.icon-bubbles2:before {
    content: "\e66d"
}

.icon-bubble2:before {
    content: "\e66e"
}

.icon-bubbles3:before {
    content: "\e66f"
}

.icon-bubbles4:before {
    content: "\e670"
}

.icon-user:before {
    content: "\e671"
}

.icon-users:before {
    content: "\e672"
}

.icon-user-plus:before {
    content: "\e673"
}

.icon-user-minus:before {
    content: "\e674"
}

.icon-user-check:before {
    content: "\e675"
}

.icon-user-tie:before {
    content: "\e676"
}

.icon-quotes-left:before {
    content: "\e677"
}

.icon-quotes-right:before {
    content: "\e678"
}

.icon-hour-glass:before {
    content: "\e679"
}

.icon-spinner:before {
    content: "\e67a"
}

.icon-spinner2:before {
    content: "\e67b"
}

.icon-spinner3:before {
    content: "\e67c"
}

.icon-spinner4:before {
    content: "\e67d"
}

.icon-spinner5:before {
    content: "\e67e"
}

.icon-spinner6:before {
    content: "\e67f"
}

.icon-spinner7:before {
    content: "\e680"
}

.icon-spinner8:before {
    content: "\e681"
}

.icon-spinner9:before {
    content: "\e682"
}

.icon-spinner10:before {
    content: "\e683"
}

.icon-spinner11:before {
    content: "\e684"
}

.icon-binoculars:before {
    content: "\e685"
}

.icon-search:before {
    content: "\e686"
}

.icon-zoom-in:before {
    content: "\e687"
}

.icon-zoom-out:before {
    content: "\e688"
}

.icon-enlarge:before {
    content: "\e689"
}

.icon-shrink:before {
    content: "\e68a"
}

.icon-enlarge2:before {
    content: "\e68b"
}

.icon-shrink2:before {
    content: "\e68c"
}

.icon-key:before {
    content: "\e68d"
}

.icon-key2:before {
    content: "\e68e"
}

.icon-lock:before {
    content: "\e68f"
}

.icon-unlocked:before {
    content: "\e690"
}

.icon-wrench:before {
    content: "\e691"
}

.icon-equalizer:before {
    content: "\e692"
}

.icon-equalizer2:before {
    content: "\e693"
}

.icon-cog:before {
    content: "\e694"
}

.icon-cogs:before {
    content: "\e695"
}

.icon-hammer:before {
    content: "\e696"
}

.icon-magic-wand:before {
    content: "\e697"
}

.icon-aid-kit:before {
    content: "\e698"
}

.icon-bug:before {
    content: "\e699"
}

.icon-pie-chart:before {
    content: "\e69a"
}

.icon-stats-dots:before {
    content: "\e69b"
}

.icon-stats-bars:before {
    content: "\e69c"
}

.icon-stats-bars2:before {
    content: "\e69d"
}

.icon-trophy:before {
    content: "\e69e"
}

.icon-gift:before {
    content: "\e69f"
}

.icon-glass:before {
    content: "\e6a0"
}

.icon-glass2:before {
    content: "\e6a1"
}

.icon-mug:before {
    content: "\e6a2"
}

.icon-spoon-knife:before {
    content: "\e6a3"
}

.icon-leaf:before {
    content: "\e6a4"
}

.icon-rocket:before {
    content: "\e6a5"
}

.icon-meter:before {
    content: "\e6a6"
}

.icon-meter2:before {
    content: "\e6a7"
}

.icon-hammer2:before {
    content: "\e6a8"
}

.icon-fire:before {
    content: "\e6a9"
}

.icon-lab:before {
    content: "\e6aa"
}

.icon-magnet:before {
    content: "\e6ab"
}

.icon-bin:before {
    content: "\e6ac"
}

.icon-bin2:before {
    content: "\e6ad"
}

.icon-briefcase:before {
    content: "\e6ae"
}

.icon-airplane:before {
    content: "\e6af"
}

.icon-truck:before {
    content: "\e6b0"
}

.icon-road:before {
    content: "\e6b1"
}

.icon-accessibility:before {
    content: "\e6b2"
}

.icon-target:before {
    content: "\e6b3"
}

.icon-shield:before {
    content: "\e6b4"
}

.icon-power:before {
    content: "\e6b5"
}

.icon-switch:before {
    content: "\e6b6"
}

.icon-power-cord:before {
    content: "\e6b7"
}

.icon-clipboard:before {
    content: "\e6b8"
}

.icon-list-numbered:before {
    content: "\e6b9"
}

.icon-list:before {
    content: "\e6ba"
}

.icon-list2:before {
    content: "\e6bb"
}

.icon-tree:before {
    content: "\e6bc"
}

.icon-menu:before {
    content: "\e6bd"
}

.icon-menu2:before {
    content: "\e6be"
}

.icon-menu3:before {
    content: "\e6bf"
}

.icon-menu4:before {
    content: "\e6c0"
}

.icon-cloud:before {
    content: "\e6c1"
}

.icon-cloud-download:before {
    content: "\e6c2"
}

.icon-cloud-upload:before {
    content: "\e6c3"
}

.icon-cloud-check:before {
    content: "\e6c4"
}

.icon-download2:before {
    content: "\e6c5"
}

.icon-upload2:before {
    content: "\e6c6"
}

.icon-download3:before {
    content: "\e6c7"
}

.icon-upload3:before {
    content: "\e6c8"
}

.icon-sphere:before {
    content: "\e6c9"
}

.icon-earth:before {
    content: "\e6ca"
}

.icon-link:before {
    content: "\e6cb"
}

.icon-flag:before {
    content: "\e6cc"
}

.icon-attachment:before {
    content: "\e6cd"
}

.icon-eye:before {
    content: "\e6ce"
}

.icon-eye-plus:before {
    content: "\e6cf"
}

.icon-eye-minus:before {
    content: "\e6d0"
}

.icon-eye-blocked:before {
    content: "\e6d1"
}

.icon-bookmark:before {
    content: "\e6d2"
}

.icon-bookmarks:before {
    content: "\e6d3"
}

.icon-sun:before {
    content: "\e6d4"
}

.icon-contrast:before {
    content: "\e6d5"
}

.icon-brightness-contrast:before {
    content: "\e6d6"
}

.icon-star-empty:before {
    content: "\e6d7"
}

.icon-star-half:before {
    content: "\e6d8"
}

.icon-star-full:before {
    content: "\e6d9"
}

.icon-heart:before {
    content: "\e6da"
}

.icon-heart-broken:before {
    content: "\e6db"
}

.icon-man:before {
    content: "\e6dc"
}

.icon-woman:before {
    content: "\e6dd"
}

.icon-man-woman:before {
    content: "\e6de"
}

.icon-happy:before {
    content: "\e6df"
}

.icon-happy2:before {
    content: "\e6e0"
}

.icon-smile:before {
    content: "\e6e1"
}

.icon-smile2:before {
    content: "\e6e2"
}

.icon-tongue:before {
    content: "\e6e3"
}

.icon-tongue2:before {
    content: "\e6e4"
}

.icon-sad:before {
    content: "\e6e5"
}

.icon-sad2:before {
    content: "\e6e6"
}

.icon-wink:before {
    content: "\e6e7"
}

.icon-wink2:before {
    content: "\e6e8"
}

.icon-grin:before {
    content: "\e6e9"
}

.icon-grin2:before {
    content: "\e6ea"
}

.icon-cool:before {
    content: "\e6eb"
}

.icon-cool2:before {
    content: "\e6ec"
}

.icon-angry:before {
    content: "\e6ed"
}

.icon-angry2:before {
    content: "\e6ee"
}

.icon-evil:before {
    content: "\e6ef"
}

.icon-evil2:before {
    content: "\e6f0"
}

.icon-shocked:before {
    content: "\e6f1"
}

.icon-shocked2:before {
    content: "\e6f2"
}

.icon-baffled:before {
    content: "\e6f3"
}

.icon-baffled2:before {
    content: "\e6f4"
}

.icon-confused:before {
    content: "\e6f5"
}

.icon-confused2:before {
    content: "\e6f6"
}

.icon-neutral:before {
    content: "\e6f7"
}

.icon-neutral2:before {
    content: "\e6f8"
}

.icon-hipster:before {
    content: "\e6f9"
}

.icon-hipster2:before {
    content: "\e6fa"
}

.icon-wondering:before {
    content: "\e6fb"
}

.icon-wondering2:before {
    content: "\e6fc"
}

.icon-sleepy:before {
    content: "\e6fd"
}

.icon-sleepy2:before {
    content: "\e6fe"
}

.icon-frustrated:before {
    content: "\e6ff"
}

.icon-frustrated2:before {
    content: "\e700"
}

.icon-crying:before {
    content: "\e701"
}

.icon-crying2:before {
    content: "\e702"
}

.icon-point-up:before {
    content: "\e703"
}

.icon-point-right:before {
    content: "\e704"
}

.icon-point-down:before {
    content: "\e705"
}

.icon-point-left:before {
    content: "\e706"
}

.icon-warning:before {
    content: "\e707"
}

.icon-notification:before {
    content: "\e708"
}

.icon-question:before {
    content: "\e709"
}

.icon-plus:before {
    content: "\e70a"
}

.icon-minus:before {
    content: "\e70b"
}

.icon-info:before {
    content: "\e70c"
}

.icon-cancel-circle:before {
    content: "\e70d"
}

.icon-blocked:before {
    content: "\e70e"
}

.icon-cross:before {
    content: "\e70f"
}

.icon-checkmark:before {
    content: "\e710"
}

.icon-checkmark2:before {
    content: "\e711"
}

.icon-spell-check:before {
    content: "\e712"
}

.icon-enter:before {
    content: "\e713"
}

.icon-exit:before {
    content: "\e714"
}

.icon-play2:before {
    content: "\e715"
}

.icon-pause:before {
    content: "\e716"
}

.icon-stop:before {
    content: "\e717"
}

.icon-previous:before {
    content: "\e718"
}

.icon-next:before {
    content: "\e719"
}

.icon-backward:before {
    content: "\e71a"
}

.icon-forward2:before {
    content: "\e71b"
}

.icon-play3:before {
    content: "\e71c"
}

.icon-pause2:before {
    content: "\e71d"
}

.icon-stop2:before {
    content: "\e71e"
}

.icon-backward2:before {
    content: "\e71f"
}

.icon-forward3:before {
    content: "\e720"
}

.icon-first:before {
    content: "\e721"
}

.icon-last:before {
    content: "\e722"
}

.icon-previous2:before {
    content: "\e723"
}

.icon-next2:before {
    content: "\e724"
}

.icon-eject:before {
    content: "\e725"
}

.icon-volume-high:before {
    content: "\e726"
}

.icon-volume-medium:before {
    content: "\e727"
}

.icon-volume-low:before {
    content: "\e728"
}

.icon-volume-mute:before {
    content: "\e729"
}

.icon-volume-mute2:before {
    content: "\e72a"
}

.icon-volume-increase:before {
    content: "\e72b"
}

.icon-volume-decrease:before {
    content: "\e72c"
}

.icon-loop:before {
    content: "\e72d"
}

.icon-loop2:before {
    content: "\e72e"
}

.icon-infinite:before {
    content: "\e72f"
}

.icon-shuffle:before {
    content: "\e730"
}

.icon-arrow-up-left:before {
    content: "\e731"
}

.icon-arrow-up:before {
    content: "\e732"
}

.icon-arrow-up-right:before {
    content: "\e733"
}

.icon-arrow-right:before {
    content: "\e734"
}

.icon-arrow-down-right:before {
    content: "\e735"
}

.icon-arrow-down:before {
    content: "\e736"
}

.icon-arrow-down-left:before {
    content: "\e737"
}

.icon-arrow-left:before {
    content: "\e738"
}

.icon-arrow-up-left2:before {
    content: "\e739"
}

.icon-arrow-up2:before {
    content: "\e73a"
}

.icon-arrow-up-right2:before {
    content: "\e73b"
}

.icon-arrow-right2:before {
    content: "\e73c"
}

.icon-arrow-down-right2:before {
    content: "\e73d"
}

.icon-arrow-down2:before {
    content: "\e73e"
}

.icon-arrow-down-left2:before {
    content: "\e73f"
}

.icon-arrow-left2:before {
    content: "\e740"
}

.icon-circle-up:before {
    content: "\e741"
}

.icon-circle-right:before {
    content: "\e742"
}

.icon-circle-down:before {
    content: "\e743"
}

.icon-circle-left:before {
    content: "\e744"
}

.icon-tab:before {
    content: "\e745"
}

.icon-move-up:before {
    content: "\e746"
}

.icon-move-down:before {
    content: "\e747"
}

.icon-sort-alpha-asc:before {
    content: "\e748"
}

.icon-sort-alpha-desc:before {
    content: "\e749"
}

.icon-sort-numeric-asc:before {
    content: "\e74a"
}

.icon-sort-numberic-desc:before {
    content: "\e74b"
}

.icon-sort-amount-asc:before {
    content: "\e74c"
}

.icon-sort-amount-desc:before {
    content: "\e74d"
}

.icon-command:before {
    content: "\e74e"
}

.icon-shift:before {
    content: "\e74f"
}

.icon-ctrl:before {
    content: "\e750"
}

.icon-opt:before {
    content: "\e751"
}

.icon-checkbox-checked:before {
    content: "\e752"
}

.icon-checkbox-unchecked:before {
    content: "\e753"
}

.icon-radio-checked:before {
    content: "\e754"
}

.icon-radio-checked2:before {
    content: "\e755"
}

.icon-radio-unchecked:before {
    content: "\e756"
}

.icon-crop:before {
    content: "\e757"
}

.icon-make-group:before {
    content: "\e758"
}

.icon-ungroup:before {
    content: "\e759"
}

.icon-scissors:before {
    content: "\e75a"
}

.icon-filter:before {
    content: "\e75b"
}

.icon-font:before {
    content: "\e75c"
}

.icon-ligature:before {
    content: "\e75d"
}

.icon-ligature2:before {
    content: "\e75e"
}

.icon-text-height:before {
    content: "\e75f"
}

.icon-text-width:before {
    content: "\e760"
}

.icon-font-size:before {
    content: "\e761"
}

.icon-bold:before {
    content: "\e762"
}

.icon-underline:before {
    content: "\e763"
}

.icon-italic:before {
    content: "\e764"
}

.icon-strikethrough:before {
    content: "\e765"
}

.icon-omega:before {
    content: "\e766"
}

.icon-sigma:before {
    content: "\e767"
}

.icon-page-break:before {
    content: "\e768"
}

.icon-superscript:before {
    content: "\e769"
}

.icon-subscript:before {
    content: "\e76a"
}

.icon-superscript2:before {
    content: "\e76b"
}

.icon-subscript2:before {
    content: "\e76c"
}

.icon-text-color:before {
    content: "\e76d"
}

.icon-pagebreak:before {
    content: "\e76e"
}

.icon-clear-formatting:before {
    content: "\e76f"
}

.icon-table:before {
    content: "\e770"
}

.icon-table2:before {
    content: "\e771"
}

.icon-insert-template:before {
    content: "\e772"
}

.icon-pilcrow:before {
    content: "\e773"
}

.icon-ltr:before {
    content: "\e774"
}

.icon-rtl:before {
    content: "\e775"
}

.icon-section:before {
    content: "\e776"
}

.icon-paragraph-left:before {
    content: "\e777"
}

.icon-paragraph-center:before {
    content: "\e778"
}

.icon-paragraph-right:before {
    content: "\e779"
}

.icon-paragraph-justify:before {
    content: "\e77a"
}

.icon-indent-increase:before {
    content: "\e77b"
}

.icon-indent-decrease:before {
    content: "\e77c"
}

.icon-share:before {
    content: "\e77d"
}

.icon-new-tab:before {
    content: "\e77e"
}

.icon-embed:before {
    content: "\e77f"
}

.icon-embed2:before {
    content: "\e780"
}

.icon-terminal:before {
    content: "\e781"
}

.icon-share2:before {
    content: "\e782"
}

.icon-mail:before {
    content: "\e783"
}

.icon-mail2:before {
    content: "\e784"
}

.icon-mail3:before {
    content: "\e785"
}

.icon-mail4:before {
    content: "\e786"
}

.icon-google:before {
    content: "\e787"
}

.icon-google-plus:before {
    content: "\e788"
}

.icon-google-plus2:before {
    content: "\e789"
}

.icon-google-plus3:before {
    content: "\e78a"
}

.icon-google-drive:before {
    content: "\e78b"
}

.icon-facebook:before {
    content: "\e78c"
}

.icon-facebook2:before {
    content: "\e78d"
}

.icon-facebook3:before {
    content: "\e78e"
}

.icon-ello:before {
    content: "\e78f"
}

.icon-instagram:before {
    content: "\e790"
}

.icon-twitter:before {
    content: "\e791"
}

.icon-twitter2:before {
    content: "\e792"
}

.icon-twitter3:before {
    content: "\e793"
}

.icon-feed2:before {
    content: "\e794"
}

.icon-feed3:before {
    content: "\e795"
}

.icon-feed4:before {
    content: "\e796"
}

.icon-youtube:before {
    content: "\e797"
}

.icon-youtube2:before {
    content: "\e798"
}

.icon-youtube3:before {
    content: "\e799"
}

.icon-youtube4:before {
    content: "\e79a"
}

.icon-twitch:before {
    content: "\e79b"
}

.icon-vimeo:before {
    content: "\e79c"
}

.icon-vimeo2:before {
    content: "\e79d"
}

.icon-vimeo3:before {
    content: "\e79e"
}

.icon-lanyrd:before {
    content: "\e79f"
}

.icon-flickr:before {
    content: "\e7a0"
}

.icon-flickr2:before {
    content: "\e7a1"
}

.icon-flickr3:before {
    content: "\e7a2"
}

.icon-flickr4:before {
    content: "\e7a3"
}

.icon-picassa:before {
    content: "\e7a4"
}

.icon-picassa2:before {
    content: "\e7a5"
}

.icon-dribbble:before {
    content: "\e7a6"
}

.icon-dribbble2:before {
    content: "\e7a7"
}

.icon-dribbble3:before {
    content: "\e7a8"
}

.icon-forrst:before {
    content: "\e7a9"
}

.icon-forrst2:before {
    content: "\e7aa"
}

.icon-deviantart:before {
    content: "\e7ab"
}

.icon-deviantart2:before {
    content: "\e7ac"
}

.icon-steam:before {
    content: "\e7ad"
}

.icon-steam2:before {
    content: "\e7ae"
}

.icon-dropbox:before {
    content: "\e7af"
}

.icon-onedrive:before {
    content: "\e7b0"
}

.icon-github:before {
    content: "\e7b1"
}

.icon-github2:before {
    content: "\e7b2"
}

.icon-github3:before {
    content: "\e7b3"
}

.icon-github4:before {
    content: "\e7b4"
}

.icon-github5:before {
    content: "\e7b5"
}

.icon-wordpress:before {
    content: "\e7b6"
}

.icon-wordpress2:before {
    content: "\e7b7"
}

.icon-joomla:before {
    content: "\e7b8"
}

.icon-blogger:before {
    content: "\e7b9"
}

.icon-blogger2:before {
    content: "\e7ba"
}

.icon-tumblr:before {
    content: "\e7bb"
}

.icon-tumblr2:before {
    content: "\e7bc"
}

.icon-yahoo:before {
    content: "\e7bd"
}

.icon-tux:before {
    content: "\e7be"
}

.icon-apple:before {
    content: "\e7bf"
}

.icon-finder:before {
    content: "\e7c0"
}

.icon-android:before {
    content: "\e7c1"
}

.icon-windows:before {
    content: "\e7c2"
}

.icon-windows8:before {
    content: "\e7c3"
}

.icon-soundcloud:before {
    content: "\e7c4"
}

.icon-soundcloud2:before {
    content: "\e7c5"
}

.icon-skype:before {
    content: "\e7c6"
}

.icon-reddit:before {
    content: "\e7c7"
}

.icon-linkedin:before {
    content: "\e7c8"
}

.icon-linkedin2:before {
    content: "\e7c9"
}

.icon-lastfm:before {
    content: "\e7ca"
}

.icon-lastfm2:before {
    content: "\e7cb"
}

.icon-delicious:before {
    content: "\e7cc"
}

.icon-stumbleupon:before {
    content: "\e7cd"
}

.icon-stumbleupon2:before {
    content: "\e7ce"
}

.icon-stackoverflow:before {
    content: "\e7cf"
}

.icon-pinterest:before {
    content: "\e7d0"
}

.icon-pinterest2:before {
    content: "\e7d1"
}

.icon-xing:before {
    content: "\e7d2"
}

.icon-xing2:before {
    content: "\e7d3"
}

.icon-flattr:before {
    content: "\e7d4"
}

.icon-foursquare:before {
    content: "\e7d5"
}

.icon-paypal:before {
    content: "\e7d6"
}

.icon-paypal2:before {
    content: "\e7d7"
}

.icon-paypal3:before {
    content: "\e7d8"
}

.icon-yelp:before {
    content: "\e7d9"
}

.icon-file-pdf:before {
    content: "\e7da"
}

.icon-file-openoffice:before {
    content: "\e7db"
}

.icon-file-word:before {
    content: "\e7dc"
}

.icon-file-excel:before {
    content: "\e7dd"
}

.icon-libreoffice:before {
    content: "\e7de"
}

.icon-html5:before {
    content: "\e7df"
}

.icon-html52:before {
    content: "\e7e0"
}

.icon-css3:before {
    content: "\e7e1"
}

.icon-git:before {
    content: "\e7e2"
}

.icon-svg:before {
    content: "\e7e3"
}

.icon-codepen:before {
    content: "\e7e4"
}

.icon-chrome:before {
    content: "\e7e5"
}

.icon-firefox:before {
    content: "\e7e6"
}

.icon-IE:before {
    content: "\e7e7"
}

.icon-opera:before {
    content: "\e7e8"
}

.icon-safari:before {
    content: "\e7e9"
}

.icon-IcoMoon:before {
    content: "\e7ea"
}

.right-bar .btn-group {
    margin-left: 11px
}

.left-bar .btn-group {
    margin-right: 11px
}

/* REPORTS */

.pi-reports h1 {
  padding-top: 236px;
  font-size: 80px;
  font-family: 'Chronicle XLight';
  color: #e74439;
  text-align: center;
  margin-bottom: 49px;
}

.pi-reports h3 {

    font-size: 20px !important;
    line-height: 1.2em;


    font-family: 'Whitney Light', sans-serif;
    font-weight: normal;
    color: #40454d;
    margin: 0 auto;
  text-align: center;
}
.pi-reports-content {
  margin-top: 65px;
}
.pi-reports-search-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pi-reports-search-inputs-group {
  display: flex;
}
.pi-reports-search-inputs-group .ReportsSearchPhrase-outer {
  position: relative;
}
#ReportsSearchPhrase {
  width: 253px;
}
#ReportsSearchPhrase::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #40454d !important;
  opacity: 1; /* Firefox */
}

#ReportsSearchPhrase:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #40454d !important;
}

#ReportsSearchPhrase::-ms-input-placeholder { /* Microsoft Edge */
  color: #40454d !important;
}

.reports-search-icon {
  cursor: pointer;
}
.reports-search-icon:after {
  content: " ";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 14px;
    top: 10px;
  cursor: pointer;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"> <g fill="none" fill-rule="evenodd"> <g fill="%23B7B8BA" fill-rule="nonzero"> <g> <path d="M20.743 19.506l-5.971-5.972c1.156-1.428 1.853-3.244 1.853-5.221C16.625 3.729 12.895 0 8.312 0S0 3.73 0 8.312c0 4.584 3.73 8.313 8.312 8.313 1.978 0 3.794-.697 5.222-1.853l5.972 5.972c.17.17.395.256.619.256.224 0 .448-.086.618-.256.343-.343.343-.896 0-1.238zm-12.43-4.631c-3.62 0-6.563-2.944-6.563-6.563 0-3.619 2.943-6.562 6.562-6.562 3.62 0 6.563 2.943 6.563 6.562 0 3.62-2.944 6.563-6.563 6.563z" transform="translate(-479 -499) translate(479 499)"/> </g> </g> </g> </svg>');
}
.pi-reports-search-inputs input,
.pi-reports .custom-select {
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  padding: 8px 38px 8px 14px;
  font-size: 14px;
  margin: 0;
  height: 42px;
  line-height: 24px;
  transition: all 0.2s;
}
.pi-reports .custom-select-outer {
  margin-left: 32px;
  position: relative;

  margin-right: 30px;
    position: relative;
    /* top: 50px; */
    display: block;
    font-size: 20px;
    font-family: 'Whitney Book', sans-serif;
    font-weight: normal;
    color: #40454d;
    line-height: 1.2em;
    -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    float: left;
}
.pi-reports .custom-select {
  width: 234px;
  position: relative;
  cursor: default;
}
.pi-reports .custom-select:hover,
.pi-reports-search-inputs input:hover {
  border: solid 1px #cfd0d2;
}
.pi-reports .custom-select.pressed {
  border-color: #e74439;
}
.pi-reports .custom-select-options {
  display: none;
  position: relative;
}
.pi-reports .custom-select-options-list li {
  position: relative;
  padding: 12px 17px;
  font-size: 14px;
  line-height: 18px;
  cursor: default;
  -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    width: 232px;
}
.pi-reports .custom-select-options-list li:hover {
/* .pi-reports .custom-select-options ul li:hover { */
  background-color: #f6f7f9;
}
.pi-reports .deselect-all {
  text-transform: uppercase;
  color: #e84439;
}
.pi-reports-date-publication {
  position: relative;
  padding-right: 23px;
  cursor: pointer;
}
.pi-reports-date-publication:hover {
  color: #2b2d2f; 
}
.pi-reports-date-publication:hover:after {
  border-color: #a0a1a2;
}
.pi-reports-date-publication:after {
  content: '';
  display: block;
  border: solid #b7b8ba;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 0;
  top: 3px;
  position: absolute;
  transition: all 0.3s;
}
.pi-reports-date-publication.pressed:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: 6px;
}

.pi-reports .custom-select-options-list li.selected:after {
/* .pi-reports .custom-select-options ul li.selected:after { */
  /* content: '✔'; */
  display: block;
  content:'';
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' aria-hidden='true' focusable='false'> <path fill='none' stroke='%23b7b8ba' stroke-width='5' d='M1.73 12.91l6.37 6.37L22.79 4.59' /></svg>");
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 200;
  position: absolute;
  top: 14px;
  right: 16px;
  width: 12px;
  height: 10px;
  font-size: 20px;
  line-height: .8;
  color: #b7b8ba;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  line-height: 14px;
}
.pi-reports .custom-select:after {
  content: '';
  display: block;
  border: solid #b7b8ba;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 16px;
  top: 14px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}
.pi-reports .showme .custom-select:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: 17px;
  z-index: 9999;
}

.pi-reports .showme .custom-select-options-list {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 46px;
  max-height: 440px;
  z-index: 9999;
  overflow-y: auto;
  /*columns: 2;*/
  /*-webkit-columns: 2;*/
  /*-moz-columns: 2;*/
}
.pi-reports .custom-select-options-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
    left: 0;
  /*right: -196px;*/
  top: 4px;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    z-index: 999;
  background-color: #fff;

  position: absolute;
  top: -20px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  filter: alpha(opacity=0);

}

.pi-reports-list {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 63px 0 0;
  padding: 0;
}
.pi-reports-item {
  flex: 0 1 auto;
  width: calc(33% - 20px);
  margin-bottom: 31px;
  margin-right: 35px
}
.pi-reports-item .not-img {
  /* height: 100%; */
  height: 436px;
}
.pi-reports-item:nth-child(3n+3) {
  margin-right: 0;
}
.pi-reports-item img {
  width: 100%;
}
.pi-reports-item a {
  display: block;
}
.pi-reports .pi-reports-contact_block #zadzwon_do_nas {
  background-color: #d8d8d8;
}
.pi-reports-contact-arrow {
  position: relative;
  padding: 30px 0;
}
.pi-reports-contact-arrow .down_arrow {
    left: 0;
    right: 0;
  position: absolute;
  bottom: 25px;
}
.pi-reports-contact-arrow .down_arrow_text {
    left: 0 !important;
  right: 0 !important;
  top: 40px;
    position: absolute;
  text-align: center;
}
.pi-reports .pi-reports-contact_block {
  background-color: #fff;
  padding: 0;
  margin-top: 43px;
  display: flex;
}
.pi-reports-contact_block .photo {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    overflow: hidden;
    background-color: #ffffff;
}
.pi-reports-contact_block .photo img {
    width: 100%;
    height: auto;
}
.pi-reports-contact_block .contact_name {
    margin-top: 50px;
    display: block;
    font-family: 'Whitney Light', sans-serif;
    font-weight: normal !important;
    color: #40454d;
    font-size: 30px;
    line-height: 1.2em;
}
.pi-reports-contact_block .contact_detail {
    display: block;
    font-family: 'Whitney Light', sans-serif;
    font-weight: normal !important;
    color: #40454d;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 40px;
    padding-top: 0;
}
.pi-reports-contact_block .contact_detail a {
  color: inherit;
  display: block;
}
.pi-reports .pi-reports-newsletter-outer {
  /* padding: 16px 0 0 84px; */
  padding-left: 84px;
}
.pi-reports .pi-live-newsletter {
  margin: 0;
}
.pi-reports .not-found {
  color: #e74439;
    font-size: 22px;
}
#pi-reports_contact_block  {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
}
#pi-reports_contact_block.no-fixed {
  opacity: 1;
}
.pi-reports #pi-reports_contact_block.fixed-contact { 
  position: fixed;
  position: -webkit-fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
  box-shadow: 0 2px 33px 2px rgba(0, 0, 0, 0.11);
}
.pi-reports .fixed-contact .pi-reports-newsletter-outer {
  padding-top: 16px;
}
.pi-reports-contact_block-inner {
  width: 1000px;
  margin: 0 auto;
}

.pi-reports .stanowisko {
  margin-bottom: 11px;
  display: block;
}
/* #pi-reports_contact_block.no-fixed .pi-reports-contact_block-inner {
  display: block !important;
} */

@media screen and (max-width: 1120px) {
  .pi-reports {
    width: 920px;
    margin: 0 auto;
  }
  .pi-reports-item {
    margin-right: 34px;
  }
  .pi-reports-item .not-img {
    height: 400px;
  }
}

@media screen and (max-width: 960px) {
  .pi-reports {
    width: 739px;
    margin: 0 auto;
  }
  .pi-reports .pi-reports-newsletter-outer {
    padding-left: 24px;
  }
  .pi-reports-item {
    margin-right: 33px;
  }
  .pi-reports-item .not-img {
    height: 315px;
  }
}
@media screen and (max-width: 767px) {
  .pi-reports {
    padding: 0 15px;
    width: 100%;
  }
  #pi-reports_contact_block {
    opacity: 1;
  }
  .pi-reports-contact_block-inner {
    width: 100%;
  }
  .pi-reports h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .pi-reports-item {
    width: calc(50% - 20px);
    margin-right: 0;
  }
  .pi-reports-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .pi-reports-item:nth-child(odd) {
    margin-right: 40px; 
  }
  .pi-reports-search-inputs,
  .pi-reports-search-inputs-group {
    flex-direction: column;
  }
  .pi-reports .custom-select {
    width: 100%;
  }
  .pi-reports .custom-select-outer {
    margin: 24px 0 0;
  }
  .pi-reports-date-publication {
    margin-top: 24px;
  }
  .pi-reports-contact_block {
    flex-direction: column;
  }
  #zadzwon_do_nas {
    text-align: center;
  }
  .pi-reports-contact_block .photo {
    margin: 30px auto;
  }
  .pi-reports-contact_block .contact_name {
    margin-top: 0;
  }
  .pi-reports-contact_block .contact_detail .stanowisko {
    margin-bottom: 10px;
    display: block;
  }
  .pi-reports .pi-reports-newsletter-outer {
    padding-left: 0;
  }
  .pi-live-newsletter {
    text-align: left;
  }
  .pi-reports-newsletter-outer {
    margin-top: 24px;
  }
  .pi-reports-item .not-img {
    height: 478px;
  }
}
@media screen and (max-width: 576px) {
  .pi-reports-list {
    justify-content: center;
  } 
  .pi-reports-item {
    width: calc(100% - 40px);
  }
  .pi-reports-item:nth-child(odd) {
    margin-right: 0; 
  }
  .pi-reports-search-inputs-group,
  .pi-reports-search-inputs-group input,
  .pi-reports-search-inputs-group .custom-select,
  #ReportsSearchPhrase {
    width: 100%;
  }
  .pi-reports .custom-select-options-list {
    right: 0;
  }
}

/* SINGLE REPORTS */


.pi-report-outer {
  display: flex;
  padding-top: 70px;
    margin-bottom: 64px;
}
.pi-report-back {
  padding-top: 156px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pi-report-back span {
  margin-left: 6px;
  display: block;
  color: #4a4f57;
  font-size: 14px;
    line-height: 1.29;
}
.pi-report-img-share {
  flex-shrink: 0;
  margin-right: 51px;
  display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    justify-content: start;
    align-items: flex-end;
}
.pi-report-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pi-report-share {
  display: flex;
  /* flex-direction: column; */
  align-self: center;
}
.pi-report-img-share a {
  color: #40454d;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 10px;
  font-family: 'Whitney Light';
}
.pi-report-img-share a:hover {
  text-decoration: none;
}
.pi-report-share .pi-report-share-icon {
  border-bottom: none;
  margin-top: 24px;
  display: flex;
  cursor: pointer;
}
.pi-report-share-tw {
  margin-left: 22px;
  margin-right: 22px;
}
.pi-report-img-share img {
  width: 302px;
}
.pi-report-desc {
  color:#595D64;
    font-size: 18px;
    line-height: 1.5em;
  font-family: 'Whitney Light';
  overflow: hidden;
}
.pi-report-desc .pi-report-other-info {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
}
.pi-report-desc .translation-outer {
  margin-right: 10px;
}
.pi-report-desc .editorial-board-outer {
  position: relative;
}
/*.pi-report-desc .editorial-board-outer:after {
  content: ";";
    display: block;
    position: absolute;
    left: -8px;
    top: 1px;
}*/
.pi-report-title {
  /*text-transform: uppercase;*/
  margin-bottom: 1em;
  font-size: 28px;
  color:#595D64;
    line-height: 1.3em;
  font-family: 'Chronicle Display Roman';
}
.pi-report-text {
  font-family: 'Chronicle Roman';
  font-size: 17px;
  line-height: 23px;
  margin-top: 1.5em;
  /* margin-bottom: 28px; */
}
.pi-report-text h4 {
  font-family: 'Whitney Medium';
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.4;
}
.pi-report-text p,.pi-report-text li {
  margin-bottom: 1em;
  color:#595D64;
    font-size: 17px;
    line-height: 1.5em;
}
.pi-report-text li {
  margin-bottom: 0.2em !important;
}
.pi-report-text p strong {
  font-size: 20px;
  font-family: 'Chronicle Semibold';
}

.pi-report-text ul {
    padding-left: 25px;
}
.pi-report-text ul ul {
  padding-left: 40px;
}
.pi-report-text ul li {
  position:relative;
  margin-left:0;
  list-style-type:none;
}

.pi-report-text ul li::before {
  content: '\00B7';
  position:absolute;
  font-size: 4em;
    left: -0.45em;
  top:0.035em;
}

.pi-report-tags {
  font-size: 20px;
}

#report-cover-image {
  border: 1px solid rgba(89,93,100,0.5);
}

.pi-report .pi-report-contact_block {
  background-color: #fff;
  padding: 0;
  margin-top: 43px;
  display: flex;
}
.pi-report .pi-report-contact_block #zadzwon_do_nas {
    background-color: #d8d8d8;
}
.pi-report-contact_block .contact_detail {
    display: block;
    font-family: 'Whitney Light', sans-serif;
    font-weight: normal !important;
    color: #40454d;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 40px;
    padding-top: 0;
}
.pi-report-contact_block .contact_name {
    margin-top: 50px;
    display: block;
    font-family: 'Whitney Light', sans-serif;
    font-weight: normal !important;
    color: #40454d;
    font-size: 30px;
    line-height: 1.2em;
}
.pi-report-contact_block .photo {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    overflow: hidden;
    background-color: #ffffff;
}
.pi-report .pi-report-newsletter-outer {
    padding-left: 84px;
}
.pi-report-contact_block .contact_detail a {
    color: inherit;
    display: block;
}
.pi-report .stanowisko {
  margin-bottom: 11px;
  display: block;
}
.pi-report h3 {
    color: #9c9c9c;
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
}

@media screen and (max-width: 1120px) {
  .pi-report {
    width: 920px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .pi-report {
    width: 739px;
    margin: 0 auto;
  }
  .pi-report .pi-report-newsletter-outer {
    padding-left: 24px;
  }
  .pi-report-img-share img {
    width: 232px;
  }
}

@media screen and (max-width: 767px) {
  .pi-report {
    padding: 0 15px;
    width: 100%;
  }
  .pi-report-back {
    padding-top: 80px;
  }
  .pi-report-outer {
    flex-direction: column;
    padding-top: 50px;
  }
  .pi-report-img-share {
    margin-bottom: 24px;
    margin-right: 0;
    align-items: center;
  }
  .pi-report-download {
    margin-right: 0;
  }
  .pi-report-share a {
    margin-right: 22px;
  }
  .pi-report-share {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .pi-report-contact_block .photo {
    margin: 30px auto;
  }
  .pi-report-contact_block .contact_name {
    margin-top: 0;
  }
  .pi-live-newsletter {
    text-align: left;
  }
  .pi-report-img-share img {
    width: 302px;
    
  }
  .pi-report h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .pi-report .pi-report-newsletter-outer {
    padding-left: 0;
  }
}

.pi-reports-search-submit {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  width: auto !important;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 10px 14px;
  line-height: 16px;
  height: auto;
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #e64b44;
  cursor: pointer;
}
.pi-reports-search-submit:hover {
    background: #f8554a;
}

a.text_link {
  font-weight: normal;
  /* background-color:#40454d; */
  /* color: #40454d; */
  color: #e74439;
  
  border-bottom: 1px dotted #e74439;
  /* border: 1px solid #e74439; */
  /* padding:1px 6px; */
  /* margin-right: 1px; */
  /* margin-left: 1px; */
}
p strong {
  font-family: 'Whitney Semibold', sans-serif;

}
a.text_link:hover {
  color:#e74439;
  text-decoration: none;
  /* opacity:0.8; */
}


/* NOWE ZMIANY */

.onas_hero {
  display: none !important;
}