﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic);
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  /* Custom font*/
  list-style: none;
  line-height: normal;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
  border: 1px solid #ccc;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/
   ========================================================================== */
fieldset,
legend {
  border: 0;
  margin: 0;
  padding: 0;
}
.form {
  padding-top: 1em;
  padding-bottom: 1em;
}
label,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input {
  line-height: normal;
  border: 1px solid #2d3e50;
}
textarea {
  border: 1px solid #2d3e50;
}
.input {
  width: 100%;
}
input[type="text"],
input[type="email"],
input[type="phone"] {
  height: 36px;
  padding: 0 .4em;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
select {
  text-transform: none;
  max-width: 100%;
}
button {
  overflow: visible;
  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;
}
h1 {
  font-size: 2.875em;
  font-weight: 300;
  color: #2d3e50;
  margin: 0px 0px 25px 0px;
  text-transform: uppercase;
}
p {
  font-size: 18px;
  color: #2d3e50;
  font-weight: 300;
  font-weight: light;
  margin-bottom: 15px;
}
ul li {
  font-size: 18px;
  color: #2d3e50;
  font-weight: 300;
  font-weight: light;
}
h2 {
  font-size: 1.125em;
  font-weight: normal;
  text-transform: uppercase;
  color: #2d3e50;
  margin-bottom: 12px;
}
h3 {
  font-size: 1.17em;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.12em;
  margin-bottom: 8px;
}
h5 {
  font-size: .83em;
  margin-bottom: 8px;
}
h6 {
  font-size: .75em;
  margin-bottom: 8px;
}
.content ul,
.content ol {
  margin: 1em 0 2em 0;
  padding: 0 0 0 40px;
}
.content ul li,
.content ol li {
  margin-bottom: 5px;
  list-style: initial;
}
.content ol {
  counter-reset: item;
}
.content ol li {
  display: block;
}
.content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.content ol li {
  list-style-type: decimal;
}
.content dl dt {
  float: left;
  width: 25%;
  display: block;
}
.content dl dd {
  overflow: hidden;
  display: block;
}
p {
  font-family: "Open Sans";
}
* {
  letter-spacing: -0.3px;
}
a {
  color: #2d3e50;
}
.display-none {
  display: none !important;
}
header {
  background: #ffffff;
  position: fixed;
  display: block;
  width: 100%;
  z-index: 999999;
  transition: top ease-in-out 0.3s;
  -webkit-transition: top ease-in-out 0.3s;
  -moz-transition: top ease-in-out 0.3s;
  -ms-transition: top ease-in-out 0.3s;
  -o-transition: top ease-in-out 0.3s;
  top: 0;
}
header .header-image {
  height: 24px;
}
header .top-header {
  padding-top: 23px;
  padding-bottom: 15px;
  -moz-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  background: #fff;
  z-index: 9999;
  position: relative;
}
header .top-header .right-part {
  float: right;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}
header .top-header .right-part .fast-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background: #2d3e50;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  float: left;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 30px;
  margin-right: 5px;
  padding-right: 30px;
}
header .top-header .right-part .fast-link:hover {
  text-decoration: underline;
}
header .top-header .right-part .top-nav {
  float: left;
  display: inline;
  width: auto;
}
header .top-header .right-part .top-nav li {
  padding: 0px 11px;
  display: inline;
}
header .top-header .right-part .top-nav li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #57728e;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
}
header .top-header .right-part .top-nav li a:hover {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  color: #2d3e50;
  border-bottom: 1px solid #2d3e50;
}
header .top-header .right-part .top-nav li a.active {
  color: #2d3e50;
  border-bottom: 1px solid #2d3e50;
}
header .top-header .right-part .right-nav {
  float: left;
  display: inline;
  width: auto;
}
header .top-header .right-part .right-nav .search-field {
  display: none;
  margin-top: 0px;
  padding-left: 44px;
  float: left;
}
header .top-header .right-part .right-nav .search-field ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
header .top-header .right-part .right-nav .search-field :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}
header .top-header .right-part .right-nav .search-field ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
header .top-header .right-part .right-nav .search-field :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
header .top-header .right-part .right-nav .search-field input[type="text"] {
  text-align: left;
  color: #000;
}
header .top-header .right-part .right-nav .search-field .submit-wrapper {
  display: inline-block;
  position: relative;
}
header .top-header .right-part .right-nav .search-field .submit-wrapper .submit-mask {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 9999;
  top: 0;
  display: block;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
header .top-header .right-part .right-nav .search-field input[type="submit"] {
  background: url('../images/search-icon.png') no-repeat;
  text-indent: -9999em;
  width: 20px;
  position: relative;
  display: inline-block;
  border: 0px;
}
header .top-header .right-part .right-nav .search-field input[type="text"].open {
  font-size: 30px;
  font-weight: 300;
  padding: 0px 0px;
  width: 700px;
  margin: auto;
}
header .top-header .right-part .right-nav .search-field div.search-input {
  left: 0;
  top: 159px;
  z-index: 20;
  position: absolute;
  width: 100%;
  background: rgba(234, 234, 234, 0.9);
  text-align: center;
  opacity: 0;
  overflow: hidden;
}
header .top-header .right-part .right-nav .search-field div.search-input.open-search {
  padding: 10px;
  opacity: 1;
}
header .top-header .right-part .right-nav .language-list {
  padding-left: 70px;
  float: left;
}
header .top-header .right-part .right-nav .language-list li {
  display: none;
}
header .top-header .right-part .right-nav .language-list li.active {
  display: block;
}
header .top-header .right-part .right-nav .language-list li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #57728e;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
}
header .top-header .right-part .right-nav .language-list li a:hover {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  color: #2d3e50;
  border-bottom: 1px solid #2d3e50;
}
header .top-header .right-part .right-nav .language-list li a.active {
  color: #2d3e50;
  border-bottom: 1px solid #2d3e50;
}
header .top-header .right-part .right-nav .legacy-link {
  display: inline-block;
  margin-top: 4px;
  margin-left: 70px;
  margin-right: 10px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 300;
  color: #57728e;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  background-image: url('../images/diagonal-arrow.svg');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: left center;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
}
header .top-header .right-part .right-nav .legacy-link:hover {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  color: #2d3e50;
  border-bottom: 1px solid #2d3e50;
}
header .main-nav {
  -moz-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  box-shadow: 0 1px 0px rgba(5, 5, 5, 0.1);
  margin-top: 20px;
}
header .main-nav ul {
  width: 100%;
  height: 100%;
  max-height: 100px;
  display: block;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
header .main-nav ul li {
  min-height: 102px;
  width: 108px;
  text-align: center;
  float: left;
  position: relative;
}
header .main-nav ul li a {
  min-height: 100px;
  width: 100%;
  float: left;
}
header .main-nav ul li span.title {
  text-align: center;
  width: 100%;
  float: left;
  padding: 20px 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #2d3e50;
  font-weight: 400;
  padding-top: 10px;
}
header .main-nav ul li:after {
  content: "";
  position: absolute;
  background: url('../images/menu-border.png') no-repeat;
  background-size: auto 100%;
  width: 1px;
  height: 100%;
}
header .main-nav ul li:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f5f7+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f5f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f5f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f5f7', GradientType=0);
  /* IE6-9 */
}
header .main-nav ul li.active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f5f7+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f5f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f5f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f5f7', GradientType=0);
  /* IE6-9 */
}
header .main-nav.home {
  display: none;
}
header span {
  background-size: auto !important;
}
header .responsive-nav {
  display: none;
  float: left;
  width: 100%;
  -moz-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  background: #ffffff;
}
header .responsive-nav span {
  width: 32px !important;
  height: 32px !important;
  margin-right: 15px !important;
  top: -9px !important;
  position: relative;
  background-size: contain !important;
}
header .responsive-nav .compare-deputy {
  display: block;
}
header .responsive-nav span.compare-deputy {
  background: url('../images/compare-icon.svg') center no-repeat;
  background-size: 44px 32px !important;
  left: -4px;
  margin-right: 4px !important;
  width: 100%;
  height: 38px;
  float: left;
  width: 44px !important;
}
header .responsive-nav span.dialogue-icon {
  background: url('../images/kdi-dialog-icon.svg') center no-repeat;
  background-size: 32px 32px !important;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
header .responsive-nav span.deputy {
  background: url('../images/deputy-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
header .responsive-nav span.question-icon {
  background: url('../images/ask-deputy-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
header .responsive-nav span.assembly {
  background: url('../images/assembly-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
header .responsive-nav span.laws {
  background: url('../images/laws-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
header .responsive-nav span.plenary-sessions {
  background: url('../images/plenary-session-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
header .responsive-nav span.travel {
  background: url('../images/travel-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
header .responsive-nav span.commissions {
  background: url('../images/commissions-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
header .responsive-nav span.initiative {
  background: url('../images/initiative-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
header .responsive-nav span.costs-icon {
  background: url('../images/costs-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
header .responsive-nav a {
  top: 8px;
  position: relative;
  font-size: 14px;
  color: #2d3e50;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
header .responsive-nav .current-link {
  width: 100%;
  float: left;
  clear: both;
  padding: 8px 15px;
}
header .responsive-nav .current-link a {
  max-width: 85%;
}
header .responsive-nav .toggle-menu {
  background: url('../images/res-dropdown-menu.png') no-repeat;
  width: 30px !important;
  height: 21px !important;
  display: inline-block;
  float: right;
  top: 6px !important;
  position: relative;
  margin: 0 !important;
}
header .responsive-nav .toggle-menu.open {
  transform: rotate(180deg);
}
header .responsive-nav ul {
  padding: 0 15px 10px 15px;
  float: left;
  display: none;
  width: 100%;
  overflow: scroll;
  background: #ffffff;
}
header .responsive-nav ul li {
  margin: 10px 0;
  float: left;
  width: 100%;
  clear: both;
}
header .responsive-top-nav {
  margin-top: 10px;
  position: relative;
  display: none;
  width: 100%;
  float: left;
}
header .responsive-top-nav ul li {
  padding: 6px 0;
}
header .responsive-top-nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #57728e;
  padding-bottom: 4px;
}
header .responsive-top-nav ul li a.active {
  color: #2d3e50;
  border-bottom: 1px solid #2d3e50;
}
header .responsive-top-nav ul li a.legacy-link {
  padding-left: 16px;
  background-image: url('../images/diagonal-arrow.svg');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: left center;
  text-transform: none;
}
header .lines-button {
  display: none;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  top: -6px;
  position: relative;
}
header .lines {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #57728e;
  transition: 0.3s;
  position: relative;
}
header .lines:after {
  top: -6px;
}
header .lines:before {
  top: 6px;
}
header .lines:before,
header .lines:after {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #57728e;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
  -ms-transform-origin: 0.28571rem center;
}
header .lines-button.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
header .lines-button.close .lines:before,
header .lines-button.close .lines:after {
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  top: 0;
  width: 22px;
}
header .lines-button.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
header .lines-button.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
header .top-bar {
  background: #2d3e50;
  padding: 10px 0;
}
header .top-bar .bar-img {
  max-width: 80px;
}
header .top-bar .right-nav {
  float: right;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 5px;
}
header .top-bar .language-list {
  padding-left: 70px;
  float: left;
}
header .top-bar .language-list li {
  display: none;
}
header .top-bar .language-list li.active {
  display: block;
}
header .top-bar .language-list li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
}
header .top-bar .language-list li a:hover {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
header .top-bar .language-list li a.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
header .top-bar .legacy-link {
  display: inline-block;
  margin-top: 4px;
  margin-left: 40px;
  margin-right: 10px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  background-image: url('../images/diagonal-arrow-white.svg');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: left center;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
}
header .top-bar .legacy-link:hover {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
header.nav-up {
  top: -127px;
  transition: top ease-in-out 0.3s;
  -webkit-transition: top ease-in-out 0.3s;
  -moz-transition: top ease-in-out 0.3s;
  -ms-transition: top ease-in-out 0.3s;
  -o-transition: top ease-in-out 0.3s;
  /*.transform(translateY(-100%));*/
}
.scroll .main-nav {
  margin-top: 4px;
}
.scroll .main-nav ul {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  margin-top: -43px;
}
.scroll .main-nav ul li span:first-child {
  position: relative;
}
.divider {
  border-left: 1px solid #e6eaef;
  padding-left: 20px !important;
}
.main-nav {
  -moz-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  box-shadow: 0 1px 0px rgba(5, 5, 5, 0.1);
  margin-top: 20px;
}
.main-nav .main-menu li a {
  display: inline-block;
  width: 100%;
}
.main-nav ul {
  width: 100%;
  display: inline;
}
.main-nav ul li {
  min-height: 112px;
  float: left;
  width: 135px;
  text-align: center;
  display: inline;
}
.main-nav ul li span.compare-deputy {
  background: url('../images/compare-icon.svg') center no-repeat;
  background-size: 50px 36px !important;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav ul li span.dialogue-icon {
  background: url('../images/kdi-dialog-icon.svg') center no-repeat;
  background-size: 36px 36px !important;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav ul li span:first-child {
  height: 38px;
  position: relative;
}
.main-nav ul li span.title {
  text-align: center;
  width: 100%;
  float: left;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #57728e;
}
.main-nav ul li:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f5f7+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f5f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f5f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f5f7', GradientType=0);
  /* IE6-9 */
}
.main-nav ul li:hover.assembly span {
  color: #75b8cb;
}
.main-nav ul li:hover.deputy span {
  color: #f96921;
}
.main-nav ul li:hover.laws span {
  color: #885f67;
}
.main-nav ul li:hover.sean-plen span {
  color: #a1bd33;
}
.main-nav ul li:hover.parl-commissions span {
  color: #fb5667;
}
.main-nav ul li:hover.deputy-quest span {
  color: #7762ab;
}
.main-nav ul li:hover.deputy-trav span {
  color: #bca300;
}
.main-nav ul li:hover.costs span {
  color: #cc2200;
}
.main-nav ul li:hover.compare-deputy span {
  color: #009794;
}
.main-nav ul li:hover.dialogue span {
  color: #2d3e50;
}
.main-nav ul li:hover.initiative span {
  color: #f173f1;
}
.main-nav ul li.active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f5f7+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f5f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f5f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f5f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f5f7', GradientType=0);
  /* IE6-9 */
}
.main-nav ul li.active.assembly span {
  color: #75b8cb;
}
.main-nav ul li.active.deputy span {
  color: #f96921;
}
.main-nav ul li.active.laws span {
  color: #885f67;
}
.main-nav ul li.active.sean-plen span {
  color: #a1bd33;
}
.main-nav ul li.active.parl-commissions span {
  color: #fb5667;
}
.main-nav ul li.active.deputy-quest span {
  color: #7762ab;
}
.main-nav ul li.active.deputy-trav span {
  color: #bca300;
}
.main-nav ul li.active.costs span {
  color: #cc2200;
}
.main-nav ul li.active.compare-deputy span {
  color: #009794;
}
.main-nav ul li.active.dialogue span {
  font-weight: bold;
  color: #2d3e50;
}
.main-nav ul li.active.initiative span {
  color: #f173f1;
}
.main-nav.home {
  display: none;
}
.main-nav.home-full {
  border-bottom: 0px;
  box-shadow: none;
  margin-bottom: 50px;
  margin-top: 50px;
}
.main-nav.home-full .container {
  background: #ffffff;
}
.main-nav.home-full ul li {
  width: 20% !important;
  padding-top: 50px;
}
.main-nav.home-full ul li span {
  height: 88px !important;
}
.main-nav.home-full ul li span.title {
  font-size: 18px;
  color: #2d3e50;
  font-weight: normal;
}
.main-nav.home-full ul li span.deputy {
  background: url('../images/deputy-icon-home.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav.home-full ul li span.question-icon {
  background: url('../images/ask-deputy-home.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav.home-full ul li span.assembly {
  background: url('../images/assembly-icon-home.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav.home-full ul li span.compare-deputy {
  background: url('../images/compare-icon.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav.home-full ul li span.dialogu-icon {
  background: url('../images/kdi-dialog-icon.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav.home-full ul li span.laws {
  background: url('../images/laws-icon-home.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav.home-full ul li span.plenary-sessions {
  background: url('../images/plenary-session-home.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav.home-full ul li span.travel {
  background: url('../images/travel-icon-home.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav.home-full ul li span.commissions {
  background: url('../images/commissions-icon-home.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav.home-full ul li span.costs-icon {
  background: url('../images/costs-icon-home.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav.home-full ul li span.initiative {
  background: url('../images/initiative-home.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav span.deputy {
  background: url('../images/deputy-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav span.question-icon {
  background: url('../images/ask-deputy-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav span.assembly {
  background: url('../images/assembly-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav span.laws {
  background: url('../images/laws-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav span.plenary-sessions {
  background: url('../images/plenary-session-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav span.travel {
  background: url('../images/travel-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav span.commissions {
  background: url('../images/commissions-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav span.costs-icon {
  background: url('../images/costs-icon-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.main-nav span.initiative {
  background: url('../images/initiative-small.svg') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 38px;
  float: left;
  margin: auto;
}
.loader {
  background: url('../images/loader.GIF') no-repeat center center;
  width: 100%;
  height: 64px;
  display: inline-block;
  margin: 20px 0;
}
.wrap-chart {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.description-middle-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  padding: 30px;
  height: 200px;
  display: table;
  vertical-align: middle;
}
.description-middle-text div {
  margin: auto;
  display: table-cell;
  vertical-align: middle;
}
.description-middle-text span.percentage {
  font-size: 25px;
  font-weight: 300;
}
.description-middle-text p {
  font-size: 11px;
  font-weight: 100;
}
.table-filter-list {
  background: #fff;
  padding: 30px;
  height: 500px;
  width: 100%;
  float: left;
}
.tabs-content .selected-tabs-content .tab-hide {
  opacity: 0;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.tabs-content .selected-tabs-content .tab-hide.active {
  opacity: 1;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
td p.order {
  float: left;
}
.fixed {
  overflow: hidden;
}
.hide {
  display: none !important;
}
.see-details {
  background: url('../images/see-details.png') no-repeat;
  padding-left: 25px;
  float: right;
  color: #2d3e50;
  font-size: 13px;
  font-weight: normal;
  min-height: 21px;
  letter-spacing: -0.25px;
}
.see-details:hover {
  text-decoration: underline;
}
.see-details.chart-btn {
  display: inline-block;
  font-size: 13px;
  background-size: 18px;
  padding-left: 22px;
  float: unset;
}
.home-questions {
  margin-top: 25px;
}
.white-img {
  background: url('../images/see-details-white.png') no-repeat;
  color: #fff;
  margin-top: 20px;
}
.chartDetails h2 {
  text-align: left;
  position: absolute;
  top: 20px;
  left: 20px;
}
.close-details {
  z-index: 99;
  background: url('../images/close-details.png') no-repeat;
  padding-left: 25px;
  float: right;
  color: #2d3e50;
  font-size: 13px;
  font-weight: normal;
  min-height: 21px;
  letter-spacing: -0.25px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.close-details:hover {
  text-decoration: underline;
}
.section-bg {
  background: url('../images/body-bg.jpg') no-repeat #e9edf1;
  background-size: 100%;
  min-height: 100%;
  float: left;
  width: 100%;
  background-position: bottom;
}
.mobile-message {
  display: none;
}
.body-wrapper {
  float: left;
  width: 100%;
  opacity: 0;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.entry-charts {
  background: #e9edf1;
  padding-top: 50px;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
.entry-charts .description-part {
  padding-right: 30px;
  float: left;
  width: 50%;
}
.entry-charts .description-part.full-width {
  width: 100%;
}
.entry-charts .description-part div {
  display: none;
}
.entry-charts .description-part h2.question-title {
  margin-top: 50px;
}
.entry-charts .description-part .full-questions.quest-deputy {
  margin-bottom: 0;
  display: block;
}
.entry-charts .description-part .full-questions.quest-deputy div {
  display: block;
}
.entry-charts .description-part .full-questions.quest-deputy .button-read-more {
  float: left;
  margin-left: 64px;
  margin-top: 20px;
}
.entry-charts .description-part .full-questions.quest-deputy .full-quest {
  background: transparent;
  padding: 10px 0px 30px;
}
.entry-charts .description-part .full-questions.quest-deputy .full-quest .questions-list {
  background: transparent;
  max-height: 149px;
  padding-right: 0;
}
.entry-charts .description-part .full-questions.quest-deputy .full-quest .ask-deputy-name {
  /*display: block;
                    padding-left: 0;*/
  margin-top: 5px;
  /*border-left: 0;*/
}
.entry-charts .description-part .full-questions.quest-deputy .full-quest .question {
  background: transparent;
  padding-right: 0;
}
.entry-charts .description-part .full-questions.quest-deputy .full-quest .quest-part {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-charts .description-part div.active {
  display: block;
}
.entry-charts .chartDetails {
  background: #ffffff;
  float: left;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  height: 0;
  position: relative;
}
.entry-charts .chartDetails canvas {
  max-width: 100%;
  width: 600px;
  height: 300px;
  margin: auto;
}
.entry-charts .chartDetails .js-detailed {
  opacity: 0;
  overflow: hidden;
  height: 0;
  text-align: center;
}
.entry-charts .chartDetails .js-detailed.show-chart {
  height: auto;
  opacity: 1;
  min-height: 260px;
}
.entry-charts .chartDetails .vertical .bg {
  position: absolute;
  bottom: inherit;
  left: 187px;
  background: #ffffff;
  width: 30px;
  height: 301px;
  z-index: 999;
}
.entry-charts .chartDetails.no-filter .description-middle-text {
  top: 210px;
}
.entry-charts .chartDetails .description-middle-text {
  position: absolute;
  top: 270px;
  left: 50%;
  right: 0;
  text-align: center;
  width: 300px;
  padding: 30px;
  height: 300px;
  display: table;
  vertical-align: middle;
  margin: auto;
  margin-left: -150px;
  margin-top: -150px;
}
.entry-charts .chartDetails .description-middle-text.no-filter {
  top: 210px;
}
.entry-charts .chartDetails .description-middle-text p {
  font-size: 13px;
}
.entry-charts .chartDetails .description-middle-text h2 {
  font-size: 60px;
}
.entry-charts .charts {
  float: left;
  width: 50%;
}
.entry-charts .charts .slider li {
  padding: 30px;
}
.entry-charts .charts .slider li h2 {
  width: 70%;
  float: left;
}
.entry-charts .charts .slider li .chart {
  text-align: center;
  float: left;
  width: 100%;
  margin: Auto;
  margin-top: 30px;
}
.entry-charts .charts .slider li .chart.half {
  width: 50%;
}
.entry-charts .charts .slider li .chart.vertical canvas {
  margin: auto;
  vertical-align: middle;
}
.entry-charts .charts .slider li .chart.doughnut canvas {
  width: 200px;
  height: 200px;
  margin: auto;
  vertical-align: middle;
}
.entry-charts .charts .slider li .chart.middledescription canvas {
  width: 200px;
  height: 200px;
  margin: auto;
  vertical-align: middle;
}
.entry-charts .charts .chart-legend {
  position: absolute;
  padding-right: 20px;
  top: 0;
  margin-top: 70px;
  right: 0;
  width: 26%;
  height: 244px;
  display: inline-flex;
  /*display: table;
            vertical-align: middle;*/
}
.entry-charts .charts .chart-legend ul {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}
.entry-charts .charts .chart-legend li {
  min-width: 125px;
  font-size: 11px;
  text-transform: uppercase;
  color: #2d3e50;
  font-weight: 700;
  display: block;
  padding: 0px;
  position: relative;
  padding-left: 15px;
  float: left;
}
.entry-charts .charts .chart-legend li h2 {
  text-align: left;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #2d3e50;
  font-weight: 700;
  display: block;
  width: auto !important;
  position: static;
  padding: 0;
}
.entry-charts .charts .chart-legend li span {
  float: left;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-right: 5px;
}
.entry-charts .charts .chart-legend li h3 {
  float: left;
  padding-left: 5px;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #2d3e50;
}
.entry-charts .charts .bx-wrapper {
  margin-bottom: 20px;
}
.entry-charts .charts .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  left: 0;
}
.entry-charts .bg {
  position: absolute;
  bottom: 24px;
  left: 0px;
  background: #fff;
  width: 100%;
  height: 30px;
  z-index: 999;
}
.entry-charts .vertical .bg {
  position: absolute;
  bottom: inherit;
  left: 70px;
  background: #fff;
  width: 30px;
  height: 250px;
  z-index: 999;
}
.entry-charts.details {
  text-align: center;
}
.entry-charts.details .description-part {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}
.entry-charts.details .charts {
  float: none;
  margin: auto;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.entry-charts.details .chartDetails {
  opacity: 1;
  height: auto;
  padding: 60px;
}
.table-overflow {
  max-height: 400px;
}
.chart-legend {
  position: absolute;
  padding-right: 20px;
  top: 0;
  bottom: 0;
  margin: Auto;
  right: 0;
  width: 26%;
  height: 244px;
  display: table;
  vertical-align: middle;
}
.chart-legend ul {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}
.chart-legend li {
  font-size: 14px;
  text-transform: uppercase;
  color: #2d3e50;
  font-weight: 600;
  font-weight: bold;
  display: block;
  padding: 0px;
  float: left;
  clear: both;
  margin-bottom: 5px;
}
.chart-legend li h2 {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #2d3e50;
  font-weight: 600;
  font-weight: bold;
  display: block;
  padding: 0px;
  position: static;
}
.chart-legend li span {
  float: left;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 50%;
  margin-right: 5px;
}
.chart-legend li h3 {
  font-weight: normal;
  float: left;
  padding-left: 5px;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #2d3e50;
}
#myChartPie {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
.charts #bx-pager img {
  float: left;
}
.charts #bx-pager a {
  width: 70px;
  float: left;
  margin-right: 20px;
}
.charts #bx-pager a span {
  float: left;
  font-size: 12px;
  color: #778591;
  word-wrap: break-word;
}
.charts #bx-pager a .icon-chart {
  margin-bottom: 8px;
  width: 100%;
  height: 47px;
  float: left;
  background: url('../images/chart-icons.png') no-repeat;
}
.charts #bx-pager a.bar-chart .icon-chart {
  background-position: -74px 1px;
}
.charts #bx-pager a.bar-chart .icon-chart:hover {
  background-position: -74px 1px;
}
.charts #bx-pager a.bar-chart .icon-chart.active {
  background-position: -1px 1px;
}
.charts #bx-pager a.bar-chart.active .icon-chart {
  background-position: -1px 1px;
}
.charts #bx-pager a.doughnut-chart .icon-chart {
  background-position: -74px -56px;
}
.charts #bx-pager a.doughnut-chart .icon-chart:hover {
  background-position: -74px -56px;
}
.charts #bx-pager a.doughnut-chart.active .icon-chart {
  background-position: -1px -56px;
}
.charts #bx-pager a:hover span {
  color: #2d3e50;
}
.container {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  clear: both;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
footer {
  float: left;
  width: 100%;
  border-radius: 3px;
}
footer .bg {
  background: #2d3e50;
  padding: 30px 40px;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
footer h2 {
  color: #617284;
  font-size: 12px;
  float: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .subscribe-part {
  float: left;
  width: 70%;
}
footer .subscribe-part ul {
  float: left;
  width: 100%;
}
footer .subscribe-part ul li {
  float: left;
  color: #fff;
  font-size: 14px;
}
footer .subscribe-part ul li input.email-input {
  background: #35485c;
  min-width: 205px;
  height: 41px;
  padding-left: 20px;
  border: 0px;
}
footer .subscribe-part ul li ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-weight: normal;
}
footer .subscribe-part ul li :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-weight: normal;
}
footer .subscribe-part ul li ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-weight: normal;
}
footer .subscribe-part ul li :-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-weight: normal;
}
footer .subscribe-part ul li.subscribe-button {
  background: #506378;
  text-align: center;
}
footer .subscribe-part ul li.subscribe-button .submit {
  border: 0px;
  float: left;
  padding: 9px 20px;
  color: #ffffff;
  font-weight: 600;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
footer .subscribe-part ul li.subscribe-button .submit:hover {
  text-decoration: underline;
}
footer .stay-connected {
  padding-left: 30px;
  float: left;
  width: 30%;
}
footer .stay-connected ul {
  float: left;
  width: 100%;
  margin-top: 10px;
}
footer .stay-connected ul li {
  margin-right: 20px;
  float: left;
}
footer .stay-connected ul li a {
  float: left;
  width: 19px;
  height: 21px;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  background: url('../images/share-icons.png') no-repeat !important;
}
footer .stay-connected ul li a.fb-icon {
  background-position: 0px 0px !important;
}
footer .stay-connected ul li a.tw-icon {
  background-position: -19px 0px !important;
}
footer .stay-connected ul li a:hover {
  opacity: 0.5;
}
footer .left-footer {
  width: 50%;
  float: left;
}
footer .right-footer {
  width: 50%;
  float: left;
  padding-left: 40px;
}
footer .right-footer p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 11px !important;
}
footer .right-footer .founded-by {
  margin-top: 10px;
  padding-right: 65px;
  float: left;
}
footer .right-footer .founded-by img {
  float: left;
  clear: both;
  max-width: 100%;
}
footer .right-footer .founded-by.last {
  margin-top: 20px;
  padding: 0;
}
footer .right-footer .founded-by.last img {
  width: 220px;
}
footer.fixed {
  position: fixed;
  bottom: 0px;
}
.ask-deputy-res {
  display: none;
}
.single-deputy a {
  display: inline-block;
}
.single-deputy.has-icon {
  position: relative;
  padding-right: 28px;
}
.single-deputy .icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.single-deputy .icon.chairman {
  background-image: url('../images/chairman.svg');
}
.single-deputy .icon.under-the-chairman {
  background-image: url('../images/under-the-chairman.svg');
}
.ask-deputy .single-deputy {
  display: inline-block;
  vertical-align: middle;
}
.ask-deputy .single-deputy p {
  max-width: 120px;
}
.ask-deputy .link-button {
  display: inline-block;
  vertical-align: middle;
  max-width: initial;
  margin-left: 12px;
  right: 0;
  float: right;
  margin-top: 18px;
  display: none;
}
.ask-deputy td {
  padding-left: 20px !important;
}
.ask-deputy td:before {
  content: none !important;
  width: 0;
}
.deputy-charts .wrap-chart {
  width: 140px;
  height: 140px;
}
.deputy-charts .wrap-chart.deputy-attendance {
  cursor: pointer;
}
.deputy-charts .container {
  background: #fff;
  padding: 25px 30px;
  margin-top: 1px;
  margin-bottom: 30px;
}
.deputy-charts .container .entry-charts {
  background: transparent;
  padding-top: 0px;
  float: left;
  width: auto;
}
.deputy-charts .container .description-middle-text {
  left: 0px;
  top: 0;
}
.deputy-charts .three-charts {
  width: 66.8%;
  float: left;
}
.deputy-charts .three-charts.bordered {
  border-right: 1px solid #c3ccd4;
}
.deputy-charts .three-charts p {
  color: #2d3e50;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.deputy-charts .three-charts .second-chart {
  float: left;
}
.deputy-charts .three-charts .third-chart {
  width: 33.3%;
  clear: left;
}
.deputy-charts .three-charts .first-chart {
  width: 33.3%;
}
.deputy-charts .three-charts .first-chart,
.deputy-charts .three-charts .second-chart,
.deputy-charts .three-charts .third-chart,
.deputy-charts .three-charts .fourth-chart {
  position: relative;
  float: left;
  padding-right: 97px;
  display: block;
  text-align: center;
}
.deputy-charts .three-charts .half {
  width: 50%;
  margin-bottom: 15px;
}
.deputy-charts .three-charts canvas {
  width: 140px;
  max-width: 100%;
  height: 140px;
  z-index: 10;
  position: relative;
}
.deputy-charts .three-charts .circle {
  width: 140px;
  height: 140px;
  border: 20px;
  border: solid 14px;
  top: 0;
  left: 0;
  border-radius: 100%;
  border-color: #c3ccd4;
  float: left;
  z-index: 1;
  position: absolute;
}
.deputy-charts .three-charts .description-middle-text {
  width: 140px;
  height: 140px;
  text-align: center;
  padding: 25px;
}
.deputy-charts .three-charts .description-middle-text p {
  font-size: 11px;
  font-weight: 300;
}
.deputy-charts .three-charts .description-middle-text span.percentage {
  font-size: 28px;
  color: #f96921;
}
.deputy-charts .description-charts {
  width: 33.2%;
  float: right;
  padding-left: 15px;
}
.deputy-charts .description-charts .statistics-container {
  min-height: 264px;
  margin-bottom: 40px;
  text-align: center;
}
.deputy-charts .description-charts .statistics-container .content {
  width: 140px;
  padding: 15px 0 20px;
  margin: 0 auto;
}
.deputy-charts .description-charts .statistics-container p {
  color: #2d3e50;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.deputy-charts .description-charts .statistics-container p span {
  margin-left: 5px;
}
.deputy-charts .description-charts .statistics-container .statistic-percentage {
  display: block;
  font-size: 28px;
  font-weight: 300;
  color: #f96921;
}
.deputy-charts .description-charts ul li {
  font-size: 14px;
  font-weight: normal;
  color: #778591;
  padding: 10px 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #c3ccd4;
}
.deputy-charts .description-charts ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #778591;
  padding: 10px 0px;
  text-transform: uppercase;
}
.deputy-charts .description-charts ul li:first-child {
  padding-top: 0px;
}
.deputy-charts .description-charts ul li span {
  padding-left: 5px;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
.deputy-charts .close-btn {
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
  text-transform: uppercase;
  display: inline-block;
  background: url('../images/close.png') no-repeat;
  width: 20px;
  background-size: 20px;
  height: 21px;
  position: absolute;
  top: 14px;
  text-indent: -99999em;
  right: 14px;
}
.deputy-charts .close-btn:hover {
  background: url('../images/close-hover.png') no-repeat;
  background-size: 20px;
}
.filter-content .chosen-container-single .chosen-search {
  padding: 0;
  background: #e9edf1;
}
.filter-content .chosen-container-single .chosen-search input[type="text"] {
  /* background: #fff; */
  width: 100%;
  /* border: 0; */
  /* height: 20px; */
  margin: 0;
  /* border-bottom: 0; */
  /* border: 1px solid #aaa; */
  margin-bottom: -1px;
  /* padding-bottom: 1px; */
  min-height: 34px;
}
.load-more {
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: center;
}
.load-more .button-read-more {
  float: none;
  display: inline-block;
  position: relative;
}
.all-questions {
  margin-bottom: 16px;
}
.quest-deputy {
  width: 100%;
  margin-bottom: 30px;
}
.quest-deputy h1 {
  font-size: 34px;
  font-weight: 300;
  float: left;
  max-width: 65%;
}
.quest-deputy .left-quest {
  width: 66.8%;
  float: left;
  padding-right: 40px;
}
.quest-deputy .right-quest {
  width: 33.2%;
  float: right;
}
.quest-deputy .right-quest .filter-sub-section .chosen-container {
  padding-right: 0px;
  margin-bottom: 5px;
}
.quest-deputy .right-quest .filter-sub-section .chosen-container .chosen-drop {
  padding-right: 0px;
}
.quest-deputy .right-quest .chosen-drop .chosen-results {
  border-top: 0px;
}
.quest-deputy .right-quest .chosen-container-single .chosen-single {
  border: 0px solid #c3ccd4;
  padding: 8px;
}
.quest-deputy .right-quest .chosen-container-single.chosen-with-drop .chosen-single {
  border: 0px solid #c3ccd4;
}
.quest-deputy .right-quest .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0px solid #c3ccd4;
}
.quest-deputy .full-quest {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 30px 40px;
}
.quest-deputy .full-quest.no-results p {
  color: #878F96;
  font-size: 14px;
}
.quest-deputy .quest-part {
  float: left;
  width: 100%;
  background: url('../images/quest-icon.png') no-repeat left top;
  padding-left: 50px;
  border-bottom: 1px solid #e9edf1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quest-deputy .quest-part p {
  font-size: 16px;
  float: left;
  width: 100%;
}
.quest-deputy .quest-part .questionar-info {
  margin-bottom: 13px;
  float: left;
  width: 100%;
}
.quest-deputy .quest-part .questionar-info span {
  float: left;
  font-size: 14px;
  padding-right: 8px;
  padding-left: 8px;
  color: #778591;
  border-left: 1px solid #778591;
}
.quest-deputy .quest-part .questionar-info span.dialogue-info {
  margin-top: 0px;
}
.quest-deputy .quest-part .questionar-info span:first-child {
  padding-left: 0px;
  border-left: 0px;
}
.quest-deputy .quest-part .question {
  float: left;
  width: 100%;
  padding: 0px 14px;
}
.quest-deputy .quest-part .answer {
  float: left;
  background: #e9edf1;
  position: relative;
  width: 100%;
  border-radius: 4px;
  padding: 20px 20px 10px;
}
.quest-deputy .quest-part .answer .top-quest-icon {
  background: url('../images/quest-top-icon.png') no-repeat;
  background-size: 100%;
  float: left;
  position: absolute;
  top: -11px;
  left: 45px;
  width: 14px;
  height: 11px;
}
.dataTables_empty {
  color: #878F96;
  font-size: 14px;
}
.full-questions .img-container {
  float: left;
  width: 8%;
  min-width: 69px;
}
.full-questions .answer {
  *zoom: 1;
}
.full-questions .answer:before,
.full-questions .answer:after {
  content: "";
  display: table;
}
.full-questions .answer:after {
  clear: both;
}
.full-questions .answer .questionar-info {
  padding-left: 10px;
  float: left;
  width: 85%;
}
.full-questions .answer a:hover {
  color: #f96921;
}
.full-questions .answer p {
  padding-left: 10px;
  float: left;
  width: 85%;
}
.full-questions.quest-deputy .left-quest {
  width: 100%;
  float: left;
  padding-right: 0px;
}
.full-questions.quest-deputy .full-quest {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 30px 40px;
}
.full-questions.quest-deputy .quest-part {
  background: url('../images/quest-icon.png') no-repeat left top;
  padding-left: 50px;
  border-bottom: 1px solid #e9edf1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.full-questions.quest-deputy .quest-part p {
  font-size: 16px;
}
.full-questions.quest-deputy .quest-part .questionar-info {
  margin-bottom: 13px;
}
.full-questions.quest-deputy .quest-part .questionar-info span {
  font-size: 14px;
  padding-right: 8px;
  padding-left: 8px;
  color: #778591;
  border-left: 1px solid #778591;
}
.full-questions.quest-deputy .quest-part .questionar-info span:first-child {
  padding-left: 0px;
  border-left: 0px;
}
.full-questions.quest-deputy .quest-part .question {
  padding: 0px 14px;
}
.full-questions.quest-deputy .quest-part .answer {
  background: #e9edf1;
  position: relative;
  width: 100%;
  border-radius: 4px;
  padding: 20px 20px 10px;
}
.full-questions.quest-deputy .quest-part .answer .top-quest-icon {
  background: url('../images/quest-top-icon.png') no-repeat;
  background-size: 100%;
  float: left;
  position: absolute;
  top: -11px;
  left: 45px;
  width: 14px;
  height: 11px;
}
.questions-feed-all.quest-deputy .quest-part .answer {
  background: transparent;
  padding: 0;
  width: auto;
  position: static;
  padding: 0px 14px;
}
.button-read-more {
  float: right;
  font-weight: bold;
  color: #8e9ca8;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #8e9ca8;
  padding: 10px 15px;
  border-radius: 3px;
}
.button-read-more.btn-active {
  float: left;
  margin: 25px 0 10px;
  color: #2d3e50;
  border-color: #2d3e50;
}
.button-read-more.btn-active:hover {
  text-decoration: underline;
}
.button-read-more:hover {
  color: #2d3e50;
  border-color: #2d3e50;
}
.name-deputy {
  position: relative;
  background: url('../images/quest-icon-active.png') no-repeat;
  padding-left: 50px;
  float: left;
}
table.recaptchatable input[type="text"] {
  height: auto;
}
.question-form .filter-sub-section .chosen-container {
  max-width: 100% !important;
}
.question-form textarea {
  background: #ffffff;
  width: 100%;
  height: 239px;
  float: left;
  border: 0px;
  resize: vertical;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px;
  color: #778591;
  font-size: 14px;
}
.question-form textarea ::-webkit-input-placeholder {
  color: #778591;
  font-size: 14px;
  font-weight: normal;
}
.question-form textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #778591;
  font-size: 14px;
  font-weight: normal;
}
.question-form textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #778591;
  font-size: 14px;
  font-weight: normal;
}
.question-form textarea :-ms-input-placeholder {
  color: #778591;
  font-size: 14px;
  font-weight: normal;
}
.question-form input[type="text"],
.question-form input[type="email"],
.question-form select {
  background: #ffffff;
  float: left;
  border: 0px solid #c3ccd4;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #778591;
  font-size: 14px;
}
.question-form input[type="text"] ::-webkit-input-placeholder,
.question-form input[type="email"] ::-webkit-input-placeholder,
.question-form select ::-webkit-input-placeholder {
  color: #778591;
  font-size: 14px;
  font-weight: normal;
}
.question-form input[type="text"] :-moz-placeholder,
.question-form input[type="email"] :-moz-placeholder,
.question-form select :-moz-placeholder {
  /* Firefox 18- */
  color: #778591;
  font-size: 14px;
  font-weight: normal;
}
.question-form input[type="text"] ::-moz-placeholder,
.question-form input[type="email"] ::-moz-placeholder,
.question-form select ::-moz-placeholder {
  /* Firefox 19+ */
  color: #778591;
  font-size: 14px;
  font-weight: normal;
}
.question-form input[type="text"] :-ms-input-placeholder,
.question-form input[type="email"] :-ms-input-placeholder,
.question-form select :-ms-input-placeholder {
  color: #778591;
  font-size: 14px;
  font-weight: normal;
}
.question-form input[type="submit"] {
  color: #ffffff;
  background: #39495a;
  float: left;
  border: 0px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.question-form input[type="submit"]:hover {
  background-color: rgba(57, 73, 90, 0.9);
}
.question-form .filter-sub-section {
  float: right;
  width: 100%;
  position: relative;
}
.question-form .filter-sub-section .chosen-container {
  padding-right: 0px;
  margin-bottom: 0px;
}
.question-form .filter-sub-section .chosen-container .chosen-drop {
  padding-right: 0px;
}
.question-form .filter-sub-section .chosen-container-single .chosen-single {
  padding: 8px;
}
.question-form .chosen-drop .chosen-results {
  border-top: 0px;
}
.question-form .chosen-container-single.chosen-with-drop .chosen-single {
  border: 0px;
}
.question-form .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0px;
}
.date {
  font-size: 13px;
  color: #778591;
  font-weight: normal;
}
.pdf {
  background: url('../images/pdf-cover.png') left center no-repeat;
  padding-left: 32px;
  min-height: 26px;
  float: left;
}
.pdf span {
  float: left;
  font-size: 13px;
  color: #778591;
  clear: both;
}
.pdf span.download {
  display: none;
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
}
.pdf:hover {
  background: url('../images/pdf-active.png') left center no-repeat;
}
.pdf:hover span.download {
  display: block;
}
.pdf:hover span.description-title {
  color: #2d3e50;
}
.table-filter-list.more-option-table table td {
  padding-bottom: 10px;
}
.table-filter-list.more-option-table table td.align-top {
  vertical-align: top;
}
.table-filter-list.more-option-table table td.align-top.date {
  padding-top: 20px;
}
.table-filter-list.more-option-table .sort {
  display: none;
}
.table-filter-list.more-option-table .pdf span {
  text-transform: initial;
}
.table-filter-list.more-option-table .date {
  min-width: 90px;
}
.table-filter-list.more-option-table span.text {
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
  text-transform: uppercase;
}
.table-filter-list.more-option-table span.text-lower {
  text-transform: initial;
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
  clear: both;
}
.table-filter-list.more-option-table .text-lower {
  text-transform: initial;
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
  clear: both;
}
.table-filter-list.more-option-table .read-more {
  cursor: pointer;
  color: #2d3e50;
  font-weight: bold;
  width: 100%;
}
.table-filter-list.more-option-table .read-more:hover {
  text-decoration: underline;
}
.table-filter-list.more-option-table .show-less {
  width: 100%;
  cursor: pointer;
  color: #2d3e50;
  font-weight: bold;
}
.table-filter-list.more-option-table .show-less:hover {
  text-decoration: underline;
}
.table-filter-list.more-option-table .anex-part {
  display: none;
  float: left;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.28);
}
.table-filter-list.more-option-table .anex-part .popup {
  display: table;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.table-filter-list.more-option-table .anex-part .center-text {
  display: table-cell;
  vertical-align: middle;
}
.table-filter-list.more-option-table .anex-part .full-answer {
  position: relative;
  padding: 80px;
  background: #fff;
  border: 1px solid #e6eaef;
  border-radius: 3px;
  float: left;
}
.table-filter-list.more-option-table .anex-part .full-answer p {
  font-size: 16px;
  font-weight: 400;
  color: #778591;
}
.table-filter-list.more-option-table span.show-less {
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
  text-transform: uppercase;
  display: inline-block;
  background: url('../images/close.png') no-repeat;
  width: 20px;
  background-size: 20px;
  height: 21px;
  position: absolute;
  top: 14px;
  text-indent: -99999em;
  right: 14px;
}
.table-filter-list.more-option-table span.show-less:hover {
  background: url('../images/close-hover.png') no-repeat;
  background-size: 20px;
}
.table-filter-list.more-option-table .doc-title {
  max-width: 400px;
  display: inline-block;
  vertical-align: middle;
}
.table-filter-list.more-option-table .doc-title span {
  text-transform: initial;
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
}
.table-filter-list.more-option-table .doc-title span:hover {
  text-decoration: underline;
  color: #2d3e50;
}
.table-filter-list.more-option-table .vote-pro {
  min-width: 90px;
}
.table-filter-list.more-option-table .vote-anti {
  min-width: 90px;
}
.table-filter-list.more-option-table .pdf {
  margin-bottom: 35px;
}
.question-feed-wrapper {
  background: #fff;
  padding-bottom: 20px;
  float: left;
}
.question-feed-wrapper .button-read-more {
  margin-top: 0;
  margin-right: 48px;
}
.questions-feed-all {
  margin-bottom: 60px;
}
.questions-feed-all h2 {
  font-size: 34px;
  color: #2d3e50;
  font-weight: 300;
  margin-bottom: 20px;
}
.questions-feed-all ul.questions-list {
  float: left;
  width: 100%;
  background: #fff;
  padding-right: 20px;
}
.questions-feed-all ul.questions-list li {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.questions-feed-all ul.questions-list .single-deputy {
  float: left;
}
.questions-feed-all ul.questions-list .img-container {
  float: left;
  width: 9%;
  min-width: 69px;
}
.questions-feed-all ul.questions-list .content-info {
  width: 91%;
  float: left;
}
.questions-feed-all ul.questions-list .content-info .answer-bubble {
  background: #e9edf1;
  position: relative;
  width: 100%;
  border-radius: 4px;
  padding: 20px 20px 10px;
  clear: both;
  float: left;
}
.questions-feed-all ul.questions-list .content-info .answer-bubble p {
  color: #2d3e50;
  font-size: 16px;
  padding: 0;
  padding-top: 10px;
  font-weight: 400;
  width: 100%;
}
.questions-feed-all ul.questions-list .content-info .question-bubble {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #e9edf1;
}
.questions-feed-all ul.questions-list .content-info .name {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
}
.questions-feed-all ul.questions-list .content-info .name span {
  color: #778591;
}
.questions-feed-all ul.questions-list .content-info .date {
  float: left;
  clear: both;
  width: 100%;
}
.questions-feed-all ul.questions-list .content-info .date span {
  color: #778591;
  font-size: 14px;
  padding-right: 10px;
  margin-right: 10px;
  float: left;
  border-right: 1px solid #778591;
}
.questions-feed-all ul.questions-list .content-info .date span:last-child {
  border-right: 0;
}
.questions-feed-all ul.questions-list .top-quest-icon {
  background: url('../images/quest-top-icon.png') no-repeat;
  background-size: 100%;
  float: left;
  position: absolute;
  top: -11px;
  left: 45px;
  width: 14px;
  height: 11px;
}
.text-lower {
  text-transform: initial;
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
  clear: both;
  font-weight: 400;
}
.vote-pro {
  background: url('../images/vote-pro.png') left center no-repeat;
  width: 24px;
  height: 22px;
  float: left;
}
.vote-abstain {
  background: url('../images/vote-abstain.png') left center no-repeat;
  float: left;
  width: 100%;
  height: 22px;
}
.vote-none {
  float: left;
  width: 24px;
  height: 1px;
  background: #778591;
}
select {
  border: 1px solid #aaa;
  padding: 11px 5px;
  border-radius: 5px;
}
.vote-anti {
  background: url('../images/vote-anti.png') left center no-repeat;
  width: 24px;
  height: 22px;
  float: left;
}
.selected-deputy {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.selected-deputy .filled-btn {
  cursor: pointer;
}
.selected-deputy .single-deputy {
  position: relative;
  background: #e6eaef;
  float: left;
  width: 23%;
  margin-right: 20px;
  padding-right: 20px;
}
.selected-deputy .single-deputy .delete-deputy {
  top: 13px;
  background: url('../images/delete-deputy.png');
  width: 19px;
  height: 18px;
}
.selected-deputy .single-deputy .info-container {
  padding-left: 5px;
  padding-top: 10px;
}
.selected-deputy .single-deputy .img-container {
  margin-bottom: 0px;
}
.selected-deputy .single-deputy img {
  width: 42px;
}
.selected-deputy .single-deputy .info-container {
  font-size: 14px;
}
/* TOOL TIP*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -5px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 7px 14px;
  color: #000;
  text-align: center;
  background-color: #e6eaef;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  font-size: 12px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e6eaef;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e6eaef;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e6eaef;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #e6eaef;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #e6eaef;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e6eaef;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e6eaef;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e6eaef;
}
.deputy-charts span.info-icon {
  top: 3px;
  position: relative;
}
span.info-icon {
  padding: 0 !important;
  width: 16px !important;
  height: 16px !important;
  background: url('../images/info.svg') no-repeat center center !important;
  margin-right: 5px;
  display: inline-block;
}
/* DEPUTY-TABLE ---------------------------------------------------------------*/
.table-filter-list {
  background: transparent;
  height: auto !important;
}
.table-filter-list .desktop-view {
  white-space: nowrap;
}
.table-filter-list h2 {
  margin-bottom: 25px;
}
.table-filter-list .container {
  background: #fff;
  padding: 30px;
  border-radius: 2px;
}
.table-filter-list.narrow table th {
  padding: 0 15px 15px 0;
}
.table-filter-list.narrow table th span {
  width: 100%;
}
.table-filter-list table {
  float: left;
  width: 100% !important;
}
.table-filter-list table thead tr {
  border-bottom: 1px solid #c3ccd4;
}
.table-filter-list table thead:after {
  content: "";
  height: 15px;
  width: 100%;
  display: inline-block;
}
.table-filter-list table th {
  padding: 0 35px 15px 0;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  color: #2d3e50;
  font-size: 0.750em;
  letter-spacing: -0.25px;
}
.table-filter-list table th:first-child {
  padding-left: 0;
}
.table-filter-list table th:last-child {
  padding-right: 0;
}
.table-filter-list table span {
  font-size: 1em;
  display: inline-block;
  vertical-align: top;
}
.table-filter-list table td {
  padding: 10px 10px 0 0;
  vertical-align: middle;
}
.table-filter-list table tbody tr {
  border-bottom: 1px solid #e6eaef;
}
.table-filter-list table tbody tr.ex-deputy {
  opacity: 0.4;
  /*pointer-events: none;*/
}
.table-filter-list .large-column {
  width: 340px !important;
}
.table-filter-list .extra-large-column {
  width: 500px !important;
}
.table-filter-list .small-column {
  width: 110px !important;
}
.table-filter-list .small-medium-column {
  width: 206px !important;
}
.table-filter-list .medium-small-column {
  width: 165px !important;
}
.table-filter-list .medium-large-column {
  width: 400px !important;
}
.table-filter-list .medium-column {
  width: 265px !important;
}
.table-filter-list .extra-small-column {
  width: 90px;
}
.table-filter-list .sorting {
  cursor: pointer;
}
.table-filter-list .sorting span {
  background: url('../images/sort-arrow.png') no-repeat;
  background-position: 100% 4px;
  padding-right: 27px;
}
.table-filter-list .sorting_asc {
  cursor: pointer;
}
.table-filter-list .sorting_asc span {
  background: url('../images/sort-arrow_desc.png') no-repeat;
  background-position: 100% 4px;
  padding-right: 27px;
}
.table-filter-list .sorting_desc {
  cursor: pointer;
}
.table-filter-list .sorting_desc span {
  background: url('../images/sort-arrow-active.png') no-repeat;
  background-position: 100% 4px;
  padding-right: 27px;
}
.table-filter-list .filter-section ::-webkit-input-placeholder {
  color: #778591;
}
.table-filter-list .filter-section :-moz-placeholder {
  /* Firefox 18- */
  color: #778591;
}
.table-filter-list .filter-section ::-moz-placeholder {
  /* Firefox 19+ */
  color: #778591;
}
.table-filter-list .filter-section :-ms-input-placeholder {
  color: #778591;
}
.table-filter-list .filter-section input {
  border: 1px solid #c3ccd4;
  border-radius: 3px;
  font-size: 14px;
  min-height: 40px;
}
.table-filter-list .filter-section input:focus {
  border: 1px solid #8e9ca8;
}
.table-filter-list .filter-section .search {
  width: 65%;
  margin-right: 1.9%;
  background: url('../images/search-input.png') no-repeat;
  padding-left: 40px;
  background-position: 10px -40px;
}
.table-filter-list .filter-section .search:focus {
  background-position: 10px 9px;
}
.table-filter-list .filter-section .filter-button {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  min-height: 40px;
  border: 1px solid #c3ccd4;
  border-radius: 3px;
  font-size: 14px;
  color: #778591;
  padding-top: 10px;
  padding-left: 40px;
  background: url('../images/filter-icn.png') no-repeat;
  background-position: 10px 11px;
  position: relative;
}
.table-filter-list .filter-section .filter-button .filter-arrow {
  background: url('../images/filter-arrow.png') no-repeat;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
}
.table-filter-list .filter-section .filter-button.active {
  border: 1px solid #8e9ca8;
  color: #2d3e50;
  background-position: 10px -25px;
}
.table-filter-list .filter-section .filter-button.active .filter-arrow {
  background-position: 0px -26px;
}
.table-filter-list .filter-section .filter-content {
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 55px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #8e9ca8;
  border-radius: 3px;
  box-shadow: 0px 5px 0px rgba(5, 5, 5, 0.08);
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -o-transition: 0.1s ease;
}
.table-filter-list .filter-section .filter-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/arr-dialog.png') no-repeat;
  top: -20px;
  right: 150px;
  background-position: center bottom;
}
.table-filter-list .filter-section .filter-content .filter-sub-section {
  padding: 20px;
}
.table-filter-list .filter-section.filter-single .filter-content:after {
  left: 150px;
}
.table-filter-list .progress-bar-animation {
  display: none;
}
.table-filter-list .progress-bar {
  max-width: 75px;
  display: inline-block;
  height: 18px;
  background: #dee4e9;
  border-radius: 2px;
  padding-right: 5px;
  position: relative;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.table-filter-list .progress-bar-value {
  color: #333;
  font-size: 1.125em;
  display: inline-block;
  line-height: 14px;
  bottom: 3px;
  right: -50px;
  position: absolute;
}
#visits-list {
  margin-bottom: 50px;
}
.rrota-logo {
  background: url('../images/rrota-logo.png') no-repeat;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-bottom: -10px;
  opacity: 0.5;
}
.rrota-logo:hover {
  opacity: 1;
}
.progress-bar-column {
  width: 200px !important;
}
.progress-bar-wrap {
  width: 100px;
}
.filter-section ::-webkit-input-placeholder {
  color: #778591;
}
.filter-section :-moz-placeholder {
  /* Firefox 18- */
  color: #778591;
}
.filter-section ::-moz-placeholder {
  /* Firefox 19+ */
  color: #778591;
}
.filter-section :-ms-input-placeholder {
  color: #778591;
}
.filter-section input {
  border: 1px solid #c3ccd4;
  border-radius: 3px;
  font-size: 14px;
  min-height: 40px;
}
.filter-section input:focus {
  border: 1px solid #8e9ca8;
}
.filter-section .search {
  width: 65%;
  margin-right: 1.9%;
  background: url('../images/search-input.png') no-repeat;
  padding-left: 40px;
  background-position: 10px -40px;
}
.filter-section .search:focus {
  background-position: 10px 9px;
}
.filter-section .filter-button {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  min-height: 40px;
  border: 1px solid #c3ccd4;
  border-radius: 3px;
  font-size: 14px;
  color: #778591;
  padding-top: 10px;
  padding-left: 40px;
  background: url('../images/filter-icn.png') no-repeat;
  background-position: 10px 11px;
  position: relative;
}
.filter-section .filter-button .filter-arrow {
  background: url('../images/filter-arrow.png') no-repeat;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
}
.filter-section .filter-button.active {
  border: 1px solid #8e9ca8;
  color: #2d3e50;
  background-position: 10px -25px;
}
.filter-section .filter-button.active .filter-arrow {
  background-position: 0px -26px;
}
.filter-section .filter-content {
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 55px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #8e9ca8;
  border-radius: 3px;
  box-shadow: 0px 5px 0px rgba(5, 5, 5, 0.08);
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -o-transition: 0.1s ease;
}
.filter-section .filter-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/arr-dialog.png') no-repeat;
  top: -20px;
  right: 150px;
  background-position: center bottom;
}
.filter-section .filter-content .filter-sub-section {
  padding: 20px;
}
.sorting_1 .progress-bar {
  background: #f96921;
}
.filter-section {
  position: relative;
}
.selected-filters {
  float: left;
  width: 100%;
  margin: 15px 0px;
}
.selected-filters li {
  float: left;
  background: #e9edf1;
  padding: 5px 30px 5px 10px;
  border: 1px solid #c3ccd4;
  position: relative;
  margin-right: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.selected-filters li p {
  font-size: 12px !important;
  color: #2d3e50;
  font-weight: normal;
  float: left;
  margin-bottom: 0;
}
.delete {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url('../images/delete-icon.png') no-repeat;
  float: right;
  width: 9px;
  height: 9px;
}
.delete-deputy {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url('../images/delete-icon.png') no-repeat;
  float: right;
  width: 9px;
  height: 9px;
}
.autocomplete-overflow {
  border: 1px solid #8e9ca8;
  background: #fff;
  overflow: auto;
  border-radius: 3px;
  margin-top: 20px;
  padding: 20px;
  max-height: 300px;
}
.autocomplete-suggestion {
  white-space: normal !important;
  cursor: pointer;
}
.autocomplete-suggestions {
  width: 100% !important;
  background: #fff;
}
.autocomplete-suggestions img {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.autocomplete-suggestions a {
  display: inline-block;
  width: 100%;
}
.autocomplete-suggestions p {
  padding: 8px 0px;
  font-weight: 400;
  margin-left: 15px;
  display: inline-block;
  color: #2d3e50;
  font-size: 0.875em;
  margin-bottom: 0;
  vertical-align: middle;
  max-width: 90%;
  padding-right: 20px;
}
.autocomplete-suggestions:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/arr-dialog.png') no-repeat;
  top: 1px;
  left: 25%;
  background-position: center bottom;
}
/* AUTOCOMPLETE STYLE */
.autocomplete-no-suggestion {
  font-weight: 400;
  color: #2d3e50;
  font-size: .875em;
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #8e9ca8;
}
.autocomplete-suggestion {
  margin: 2px 5px;
  overflow: hidden;
  background: #ffffff url('../images/sr-icon.png') no-repeat;
  background-position: 98% center;
}
.autocomplete-suggestion:nth-child(even) {
  background: #dee4e9 url('../images/sr-icon.png') no-repeat;
  background-position: 98% center;
}
.autocomplete-selected {
  background: #ffffff url('../images/sr-icon-active.png') no-repeat;
  background-position: 98% center;
}
.autocomplete-selected:nth-child(even) {
  background: #dee4e9 url('../images/sr-icon-active.png') no-repeat;
  background-position: 98% center;
}
.autocomplete-selected a,
.autocomplete-selected p {
  color: #f96921;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete-group {
  margin: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
/* DROPDOWN CHOSEN STYLE */
.filter-sub-section .chosen-container.chosen-with-drop .chosen-drop {
  opacity: 1;
  visibility: visible;
  display: block;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.filter-sub-section .chosen-container {
  max-width: 300px;
  float: left;
  min-width: 150px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.filter-sub-section .chosen-container .chosen-drop {
  display: none;
  border: none;
  box-shadow: none;
  padding-right: 15px;
  background: none;
  margin-top: -17px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: 100;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -o-transition: 0.1s ease;
}
.filter-sub-section .chosen-container .chosen-drop .chosen-results {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #e9edf1;
  border: 1px solid #c3ccd4;
  margin: 0;
}
.filter-sub-section .chosen-container .chosen-drop .chosen-results li {
  line-height: 18px;
  font-size: 0.875em;
  color: #2d3e50;
  padding: 10px;
  border-bottom: 1px solid #c3ccd4;
}
.filter-sub-section .chosen-container .chosen-drop .chosen-results li:last-child {
  border-bottom: 0;
}
.filter-sub-section .chosen-container .chosen-drop .chosen-results .highlighted {
  background: none;
  color: #f96921;
}
.filter-sub-section .chosen-container-single .chosen-single {
  border: 1px solid #c3ccd4;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  padding: 12px;
  height: auto;
}
.filter-sub-section .chosen-container-single .chosen-single span {
  margin-right: 0;
  color: #99a6b0;
  font-size: 0.875em;
  background: url('../images/filter-arrow.png') no-repeat;
  background-position: 100% 7px;
  padding-right: 25px;
}
.filter-sub-section .chosen-container-single.chosen-with-drop .chosen-single {
  box-shadow: none;
  background: #fff;
  border: 1px solid #8e9ca8;
  z-index: 9999;
  border-radius: 3px;
}
.filter-sub-section .chosen-container-single.chosen-with-drop .chosen-single span {
  background-position: 100% -19px;
}
.mobile-view {
  display: none;
}
.deputy-link:hover p {
  color: #f96921;
}
.single-deputy .img-container {
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: -1px;
  overflow: hidden;
}
.single-deputy .img-container img {
  display: block;
  max-width: 69px;
  max-height: 64px;
  margin-left: -1px;
  margin-right: -1px;
}
.single-deputy .info-container {
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 15px;
  /*max-width: 200px;*/
  white-space: nowrap;
  word-wrap: break-word;
}
.single-deputy .info-container span {
  word-break: break-all;
}
.single-deputy p {
  float: left;
  clear: left;
  margin: 0;
  font-size: 1em;
  color: #333;
  font-weight: 400;
}
.single-deputy span {
  float: left;
  clear: left;
  color: #778591;
  font-weight: 400;
  font-size: 0.875em;
}
.filled-btn {
  min-width: 100px;
  background: #39495a;
  color: #fff;
  font-size: 1em !important;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 45px !important;
  border: none !important;
}
.pagination {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0;
}
.pagination li {
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  margin-left: -5px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ddd;
}
.pagination li:hover a {
  text-decoration: underline;
}
.pagination li.active {
  background: #eee;
}
.pagination li a {
  font-size: .75em;
  color: #778591;
  line-height: 1.42857143;
}
.pagination li:first-child,
.pagination li:last-child {
  text-indent: -9999em;
  padding: 6px 14px;
  background: url('../images/go-back.png') no-repeat center center;
}
.pagination li:last-child {
  background: url('../images/go-next-btn.png') no-repeat center center;
}
.dataTables_filter {
  display: none;
}
.dataTables_length label {
  float: right;
  margin-bottom: 20px;
  margin-right: 3px;
}
.dataTables_length select {
  min-width: 120px;
  border-radius: 3px;
  border: 1px solid #c3ccd4;
}
.dataTables_length .chosen-container-single .chosen-single {
  border: 1px solid #c3ccd4;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  padding: 8px 12px;
  height: auto;
}
.dataTables_length .chosen-container-single .chosen-single span {
  margin-right: 0;
  color: #99a6b0;
  font-size: .875em;
  background: url('../images/filter-arrow.png') no-repeat;
  background-position: 100% 7px;
  padding-right: 25px;
}
.dataTables_length .chosen-container-single .chosen-search {
  display: none;
}
.dataTables_length .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #8e9ca8;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  padding: 8px 12px;
  height: auto;
}
.dataTables_length .chosen-container-active.chosen-with-drop .chosen-single span {
  color: #2d3e50;
  background-position: 100% -19px;
}
.dataTables_length .chosen-container {
  min-width: 140px;
}
.dataTables_length .chosen-container .chosen-drop {
  border: none;
  box-shadow: none;
  background: none;
  z-index: 100;
}
.dataTables_length .chosen-container .chosen-drop .chosen-results {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #e9edf1;
  border: 1px solid #c3ccd4;
  margin: 0;
}
.dataTables_length .chosen-container .chosen-drop .chosen-results li {
  line-height: 18px;
  font-size: .875em;
  color: #2d3e50;
  padding: 8px 12px;
  border-bottom: 1px solid #c3ccd4;
}
.dataTables_length .chosen-container .chosen-drop .chosen-results li:last-child {
  border-bottom: 0;
}
.dataTables_length .chosen-container .chosen-drop .chosen-results .highlighted {
  background: none;
  color: #f96921;
}
.dataTables_paginate {
  text-align: center;
  clear: both;
  padding-top: 25px;
}
.ellipsis {
  padding: 5px 6px;
  position: relative;
  top: 3px;
  left: -1px;
  color: #778591;
}
.paginate_button {
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #778591;
  text-decoration: none;
  background-color: #fff;
  font-size: 0.750em;
  border: 1px solid #ddd;
}
.paginate_button:hover {
  text-decoration: underline;
}
.paginate_button.disabled {
  opacity: .2;
}
.paginate_button.current {
  background-color: #eee;
}
.paginate_button.previous,
.paginate_button.next {
  text-indent: -9999em;
  padding: 6px 14px;
  background: url('../images/go-back.png') no-repeat center center;
}
.paginate_button.next {
  background: url('../images/go-next-btn.png') no-repeat center center;
}
/* End of DEPUTY-TABLE -------------------------------------------------------*/
.entry-charts .links-share {
  margin-top: 0;
}
/* DEPUTY-PROFILE ------------------------------------------------------------*/
.links-share .slide-down .share-btn {
  border: none !important;
}
.links-share .slide-down ul {
  border: 1px solid #ddd;
  background: #fff;
  display: none;
  position: absolute;
  top: 24px;
  height: 130px;
  width: 74px;
  left: 20px;
  margin: 0 !important;
  z-index: 999;
  text-align: center;
  padding: 5px 0;
}
.top-nav-link {
  padding: 35px 0 20px 0;
}
.top-nav-link .col-md-6 {
  float: left;
}
.top-nav-link .col-md-6:last-child {
  float: right;
}
.top-nav-link .col-md-6:last-child .links-share {
  margin-top: 0;
}
.top-nav-link .go-back-btn {
  background: url('../images/go-back.png') no-repeat left center;
  padding-left: 15px;
}
.top-nav-link .go-back-btn:hover {
  text-decoration: underline;
}
.top-nav-link a {
  font-size: 14px;
  color: #778591;
  font-weight: normal;
}
.deputy-profile .container {
  min-height: 310px;
  background: #fff;
  padding: 45px 30px 0 30px;
}
.deputy-profile .img-container {
  width: 31.6%;
  margin-right: 1.9%;
  position: absolute;
  left: -1px;
  bottom: 0;
  max-width: 315px;
  overflow: hidden;
}
.deputy-profile .img-container img {
  width: 100%;
  display: block;
  margin-left: 1px;
}
.deputy-profile .title {
  margin-bottom: 12px;
  float: right;
  width: 66.4%;
}
.deputy-profile .title .member-icon {
  width: 100%;
  display: block;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 50%;
  line-height: 24px;
}
.deputy-profile .title .member-icon.chairman {
  background-image: url('../images/chairman.svg');
  color: #27a7a5;
}
.deputy-profile .title .member-icon.under-the-chairman {
  background-image: url('../images/under-the-chairman.svg');
  color: #a7c243;
}
.deputy-profile .personal-info {
  float: right;
  width: 66.4%;
  margin-bottom: 30px;
}
.deputy-profile .personal-info ul li {
  padding-bottom: 7px;
}
.deputy-profile .personal-info div {
  float: left;
  width: 50%;
}
.deputy-profile .personal-info .left-info {
  padding-right: 15px;
}
.deputy-profile .personal-info .left-info a {
  font-size: 14px;
}
.deputy-profile .personal-info .left-info a:hover {
  text-decoration: underline;
}
.deputy-profile .personal-info .right-info {
  border: 1px solid #c3ccd4;
  padding: 20px;
  border-radius: 4px;
}
.deputy-profile .personal-info .right-info .social-links {
  padding-top: 15px;
  float: left;
}
.deputy-profile .personal-info .right-info .social-links li {
  display: inline-block;
  float: left;
  padding-right: 20px;
}
.deputy-profile .personal-info .right-info .social-links .cv-icon {
  font-size: 14px;
  color: #8f9ba5;
  font-weight: bold;
  float: left;
  padding-top: 8px;
  padding-left: 40px;
  padding-right: 20px;
  background: url('../images/cv-icon.png') no-repeat;
}
.deputy-profile .personal-info .right-info .social-links .cv-icon:hover {
  background: url('../images/cv-icon-hover.png') no-repeat;
}
.deputy-profile .personal-info .right-info .social-links a {
  height: 39px;
}
.deputy-profile .personal-info .right-info .social-links .fb-icon {
  padding-right: 12px;
  width: 13px;
  margin-top: 5px;
  float: left;
  background: url('../images/fb-icon.png') no-repeat;
}
.deputy-profile .personal-info .right-info .social-links .fb-icon:hover {
  background: url('../images/fb-icon-hover.png') no-repeat;
}
.deputy-profile .personal-info .right-info .social-links .tw-icon {
  width: 27px;
  margin-top: 7px;
  float: left;
  margin-left: 5px;
  background: url('../images/tw-icon.png') no-repeat;
}
.deputy-profile .personal-info .right-info .social-links .tw-icon:hover {
  background: url('../images/tw-icon-hover.png') no-repeat;
}
.deputy-profile .personal-info .right-info .social-links .ln-icon {
  width: 26px;
  margin-top: 7px;
  float: left;
  background: url('../images/ln-icon.png') no-repeat;
}
.deputy-profile .personal-info .right-info .social-links .ln-icon:hover {
  background: url('../images/ln-icon-hover.png') no-repeat;
}
.deputy-profile .personal-info .compare-btn {
  font-size: 1em;
  color: #f96921;
  text-transform: uppercase;
  padding: 9px 18px;
  border: 1px solid #f96921;
  border-radius: 3px;
  float: left;
  margin-top: 5px;
  font-weight: bold;
}
.deputy-profile .personal-info .compare-btn:hover {
  color: #fff;
  background: #f96921;
}
.deputy-profile .personal-info.inciatives {
  width: 100%;
}
.deputy-profile .personal-info.inciatives .left-info {
  width: 70%;
}
.deputy-profile .personal-info.inciatives .right-info {
  width: 30%;
}
.deputy-profile li {
  color: #778591;
  text-transform: uppercase;
  font-size: 14px;
}
.deputy-profile li span {
  padding-left: 10px;
  text-transform: none;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
/* End of DEPUTY-PROFILE -----------------------------------------------------*/
/* Plenary-session  -----------------------------------------------------*/
.tabs-content {
  float: left;
  width: 100%;
}
.tabs-content .tabs-filters {
  display: block;
  width: 100% !important;
  white-space: nowrap;
  overflow: auto;
}
.tabs-content .tabs-filters li {
  display: inline-block;
}
.tabs-content .tabs-filters li a {
  display: inline-block;
  font-weight: 300;
  color: #2d3e50;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 40px;
}
.tabs-content .tabs-filters li.active {
  background: #ffffff;
}
.tabs-content .selected-tabs-content {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  min-height: 500px;
}
.tabs-content .selected-tabs-content .tab-hide {
  display: none;
  border-radius: 3px;
  padding: 30px;
}
.tabs-content .selected-tabs-content .plenary-seanc {
  float: left;
  width: 100%;
  background: #ffffff;
}
.tabs-content .selected-tabs-content .parlamentary-question {
  float: left;
  width: 100%;
  padding: 0px;
  background: #ffffff;
}
.tabs-content .selected-tabs-content .interpelance {
  float: left;
  width: 100%;
  padding: 0px;
  background: #ffffff;
}
.tabs-content .selected-tabs-content .tab-hide.active {
  display: block;
}
.tabs-content .selected-tabs-content .result-plenary-seanc {
  float: left;
  width: 100%;
}
.tabs-content .selected-tabs-content .result-plenary-seanc > li {
  float: left;
  border-top: 1px solid #e6eaef;
  width: 100%;
  padding: 20px 0px;
}
.tabs-content .selected-tabs-content .result-plenary-seanc > li:last-child {
  border-bottom: 1px solid #e6eaef;
}
.tabs-content .filter-section .filter-button {
  float: right;
  margin-bottom: 10px;
}
.tabs-content .selected-filters {
  margin-top: 0;
}
.tabs-content .left-info-plenary {
  width: 28%;
  float: left;
  padding-right: 15px;
  min-height: 25px;
}
.tabs-content .left-info-plenary span.link-button {
  clear: both;
  max-width: none;
  float: left;
  padding: 5px 10px 5px 20px;
  margin-left: 0px;
  margin-top: 10px;
  border: 0;
}
.tabs-content .left-info-plenary span.link-button.plenary-session {
  background: url('../images/plenary-session-icon.jpg') no-repeat 5px center;
}
.tabs-content .left-info-plenary span.link-button.solemn-session {
  background: url('../images/plenary-solemn-icon.jpg') no-repeat 5px center;
}
.tabs-content .left-info-plenary span.link-button.extraordinary-session {
  background: url('../images/plenary-extraordinary-icon.jpg') no-repeat 5px center;
}
.tabs-content .left-info-plenary .view-participations {
  max-width: none;
  float: left;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 25px;
  background: url('../images/check-sing.svg');
  background-size: 13px 9px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
}
.tabs-content .left-info-plenary .view-participations:hover {
  border: 1px solid #2d3e50;
  color: #2d3e50;
}
.tabs-content .left-info-plenary .no-document {
  padding-left: 0;
  background-image: none;
}
.tabs-content .left-info-plenary .no-document:hover {
  background-image: none;
}
.tabs-content .right-info-plenary {
  width: 72%;
  float: left;
}
.tabs-content .right-info-plenary .activity-sessions li {
  color: #778591;
  font-size: 14px;
  float: left;
  clear: both;
  display: inline;
  margin-bottom: 6px;
  font-weight: normal;
  width: 100%;
}
.tabs-content .right-info-plenary .activity-sessions li.dialogue {
  color: #2d3e50;
}
.tabs-content .right-info-plenary .activity-sessions li.dialogue a {
  /*color: #2d3e50;*/
}
.tabs-content .right-info-plenary .activity-sessions li.dialogue p {
  /*color: #2d3e50;*/
  padding-right: 35px;
  position: relative;
  margin-right: 8px;
}
.tabs-content .right-info-plenary .activity-sessions li.dialogue p:before {
  content: "";
  width: 26px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 3px;
  background: url('../images/dialog-small-icon.svg') right no-repeat;
  background-size: cover;
}
.tabs-content .right-info-plenary .activity-sessions li.dialogue p span {
  /*color: #2d3e50;*/
}
.tabs-content .right-info-plenary .activity-sessions li:first-child {
  margin-top: 10px;
  text-transform: uppercase;
}
.tabs-content .right-info-plenary .activity-sessions li a {
  float: left;
  position: relative;
  color: #778591;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}
.tabs-content .right-info-plenary .activity-sessions li a p {
  color: #2d3e50;
}
.tabs-content .right-info-plenary .activity-sessions li a span {
  color: #2d3e50;
}
.tabs-content .right-info-plenary .activity-sessions li a:hover p {
  text-decoration: underline;
}
.tabs-content .right-info-plenary .activity-sessions li a:hover span {
  text-decoration: underline;
}
.tabs-content .right-info-plenary .activity-sessions li a:hover .link-button {
  text-decoration: none;
  border: 1px solid #2d3e50;
}
.tabs-content .right-info-plenary .activity-sessions li a .link-button {
  position: relative;
  float: left;
  margin-left: 0;
  padding-left: 25px;
  max-width: initial !important;
}
.tabs-content .right-info-plenary .activity-sessions li a .link-button.voting-icon {
  background: url('../images/pie-icn.png') no-repeat;
  background-position: 6px 6px;
}
.tabs-content .right-info-plenary .activity-sessions li a .link-button.report-icon {
  background: url('../images/report-icon.png') no-repeat;
  background-position: 4px 3px;
}
.tabs-content .right-info-plenary .activity-sessions li a .link-button.question-icon {
  background: url('../images/vote-icn.png') no-repeat;
  background-position: 6px 5px;
}
.tabs-content .right-info-plenary .activity-sessions li a .link-button.interpellation-icon {
  background: url('../images/interpellation-icon.png') no-repeat;
  background-position: 6px 5px;
}
.tabs-content .right-info-plenary .activity-sessions li a p {
  max-width: 80%;
  padding-right: 20px;
  margin: 0px;
}
.tabs-content .right-info-plenary .activity-sessions li p {
  font-weight: normal;
  color: #778591;
  font-size: 14px;
  float: left;
  margin-bottom: 0px;
}
.tabs-content .right-info-plenary .activity-sessions li span {
  font-weight: normal;
  float: left;
  color: #778591;
  font-size: 14px;
}
.link-button {
  float: right;
  max-width: 15%;
  margin-left: 10px;
  padding: 3px 10px;
  border: 1px solid #778591;
  color: #778591;
  font-size: 11px !important;
  background: #ffffff;
  text-transform: uppercase;
}
.back-top {
  position: fixed;
  bottom: 31px;
  right: 340px;
  width: 46px;
  height: 46px;
  background: url('../images/back-top.png') no-repeat center center;
  text-indent: -999em;
  display: none;
  border-radius: 5px;
  z-index: 9999;
}
/* END OF Plenary-session  -----------------------------------------------------*/
/* Votes list  -----------------------------------------------------*/
.votes-list-table tr {
  min-height: 55px;
}
.votes-list {
  margin-bottom: 50px;
}
.votes-list .container {
  background: #ffffff;
  padding: 0px 30px;
}
.votes-list .entry-charts {
  padding-top: 10px;
  padding-bottom: 0px;
  background: #ffffff;
}
.votes-list .entry-charts .description-part {
  padding: 20px;
  padding-top: 31px;
  padding-right: 60px;
}
.votes-list .table-filter-list {
  padding: 0px;
}
.votes-list .table-filter-list .filter-section .filter-button {
  float: right;
}
.votes-list .votes-list-result h1 {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.votes-list .votes-list-result.pro h1 {
  border-color: #a1bd33;
  color: #a1bd33;
}
.votes-list .votes-list-result.anti h1 {
  border-color: #cc2200;
  color: #cc2200;
}
.votes-list .votes-list-result.abstentions h1 {
  border-color: #bca300;
  color: #bca300;
}
.votes-list .votes-list-result.missed h1 {
  border-color: #a1adb6;
  color: #a1adb6;
}
.votes-list .votes-list-result ul {
  margin-bottom: 15px;
  float: left;
  display: inline;
  width: 100%;
}
.votes-list .votes-list-result ul li {
  float: left;
  width: 32%;
  margin-right: 1.33%;
  border-bottom: 1px solid #e6eaef;
  margin-bottom: 15px;
}
.votes-list .votes-list-result ul li:nth-child(3n+1) {
  clear: both;
}
.votes-list .votes-list-result ul li .single-deputy .info-container {
  max-width: 250px !important;
}
.votes-list .pdf.no-document {
  background: none;
  padding-left: 0;
}
/* End of Votes list  -----------------------------------------------------*/
.check-box {
  background: url('../images/check-box-icon.png') no-repeat;
  width: 22px;
  height: 22px;
  float: left;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 10px;
}
.check-box.active {
  background-position: -26px 0px;
}
/* Question list  -----------------------------------------------------*/
.questions-list .container {
  margin-bottom: 50px;
  background: #ffffff;
  padding: 30px;
}
.questions-list .container .table-filter-list {
  padding: 0px;
}
.questions-list .container p {
  float: left;
}
.questions-list .container .filter-button {
  float: right;
}
/* End of Question list  -----------------------------------------------------*/
/* Deputy form  -----------------------------------------------------*/
.ask-deputy-form .container {
  padding: 30px;
  background: #ffffff;
}
.ask-deputy-form .container .question-form form {
  width: 100%;
  float: left;
}
.ask-deputy-form .container .question-form form textarea {
  border: 1px solid #c3ccd4;
  width: 65%;
  float: left;
  clear: left;
}
.ask-deputy-form .container .question-form form input {
  border: 1px solid #c3ccd4;
  margin-left: 3%;
  width: 32%;
  float: right;
  margin-bottom: 12px;
  clear: right;
}
.ask-deputy-form .container .question-form form select {
  border: 1px solid #c3ccd4;
}
.ask-deputy-form .deputy-fields {
  width: 100%;
  padding-bottom: 20px;
  float: left;
}
.ask-deputy-form .deputy-fields .single-deputy {
  position: relative;
  float: left;
  width: 27%;
  margin-right: 3%;
  border-bottom: 1px solid #e6eaef;
  min-width: 270px;
}
.ask-deputy-form .deputy-fields .single-deputy img {
  display: inline-block;
}
.ask-deputy-form .deputy-fields .single-deputy .delete {
  top: 0;
  bottom: 0;
  margin: Auto;
}
.ask-deputy-form .filter-sub-section {
  width: 32%;
}
.commissions-page .selected-tabs-content {
  padding-bottom: 50px;
}
.commissions-list .content-part .commissions-links li {
  padding-left: 30px;
}
.commissions-list .content-part li {
  padding: 15px 0px;
  border-bottom: 1px solid #e6eaef;
  float: left;
  width: 100%;
  position: relative;
  padding-left: 17px;
}
.commissions-list .content-part li .list-arrow {
  width: 11px;
  height: 18px;
  background: url('../images/list-arrow.png') no-repeat;
  position: absolute;
  left: 10px;
  float: left;
}
.commissions-list .content-part li a {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #2d3e50;
  font-weight: normal;
  width: 100%;
}
.commissions-list .content-part li a:hover {
  text-decoration: underline;
}
.commissions-list .content-part li a:hover .list-arrow {
  background-position: -14px 0px;
}
.error {
  border: 1px solid #EA9393 !important;
}
.chartDetails span {
  text-align: left !important;
}
.chartDetails .filter-sub-section {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.chartDetails form {
  margin: Auto;
  display: inline-block;
}
.chartDetails .selected-filters {
  text-align: center;
}
.chartDetails .selected-filters ul {
  margin: auto;
  display: inline-block;
}
.chartDetails .filter-sub-section .chosen-container.chosen-with-drop .chosen-drop {
  text-align: left !important;
}
.pdf p {
  margin-bottom: 0px;
}
.pdf:hover p {
  text-decoration: underline;
}
.pdf-standalone {
  background: url('../images/download-pdf-icon.png') left center no-repeat;
  padding-left: 50px;
  min-height: 30px;
  float: none;
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.pdf-standalone:hover {
  background: url('../images/download-pdf-icon-hover.png') left center no-repeat;
  padding-left: 50px;
  margin-left: 5px;
  min-height: 30px;
  display: inline-block;
}
.pdf-standalone.no-file {
  background: none;
  pointer-events: none;
}
.law-title span {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.law-title .text {
  max-width: 250px;
}
.ask-deputy-form .deputy-fields .single-deputy .delete {
  top: -15px;
  background: url('../images/delete-deputy.png');
  width: 19px;
  height: 18px;
}
.ask-deputy-form .deputy-fields .single-deputy .img-container {
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: -5px;
}
.selected-deputy .filled-btn {
  padding: 9px 20px;
  float: right;
  /*width: 25%;*/
  text-align: center;
  min-height: 40px !important;
  border-radius: 3px;
}
input[type="checkbox"] {
  display: none;
}
.description-left {
  float: left;
  width: 30%;
}
.description-left .pdf span {
  clear: none;
  padding: 0px 10px;
}
.description-left .pdf span:first-child {
  border-right: 1px solid #778591;
}
.description-left .no-pdf {
  padding-left: 32px;
  min-height: 26px;
  float: left;
  font-weight: 400;
  padding-top: 12px;
  pointer-events: none;
}
.description-left .no-pdf span {
  float: left;
  font-size: 13px;
  color: #778591;
  clear: both;
}
.description-left .no-pdf span.download {
  display: none;
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
}
.description-left .no-pdf span {
  clear: none;
  padding: 0px 10px;
}
.description-left .no-pdf span:first-child {
  border-right: 1px solid #778591;
}
.description-left .no-pdf:hover {
  background: none;
}
.description-left .no-pdf:hover span.download {
  display: block;
}
.ranking-nr {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  color: #778591 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  padding: 8px 15px;
  border-radius: 2px;
}
.ranking-nr span {
  text-transform: none;
  font-size: 12px;
  color: #333;
  font-weight: 400;
}
.list-nr {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #778591 !important;
  text-transform: uppercase;
  font-size: 14px !important;
}
.list-nr span {
  text-transform: none;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.commissions-list li .description-right {
  float: right;
  width: 70%;
  cursor: pointer;
  padding: 10px;
}
.commissions-list li .description-right .list-arrow {
  float: right;
  left: inherit;
  right: 0px;
}
.commissions-list li .description-right .description-title {
  float: left;
  font-size: 14px;
  color: #778591;
  text-transform: uppercase;
}
.commissions-list li .description-right:hover .description-title {
  color: #2d3e50;
}
.commissions-list li .description-right:hover .list-arrow {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  background-position: -14px 0;
}
.commissions-list li .description-right.active .list-arrow {
  background-position: -14px 0;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.commissions-list li .description-right.active .description-title {
  color: #2d3e50;
  font-weight: bold;
}
.commissions-list li .accordion-part {
  display: none;
  float: left;
  width: 100%;
}
.commissions-list li .accordion-part .activity-sessions {
  float: left;
  padding: 0 30px;
  width: 100%;
}
.commissions-list li .accordion-part .activity-sessions li {
  float: left;
  padding: 12px 0px;
  color: #344556;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #e6eaef;
}
.commissions-list li .accordion-part .activity-sessions li:first-child {
  text-transform: uppercase;
  color: #778591 !important;
}
.commissions-list li .accordion-part .activity-sessions li p {
  float: left;
  margin-bottom: 0px;
  color: #344556;
  font-size: 14px;
  font-weight: normal;
  max-width: 80%;
}
.commissions-list li .accordion-part .activity-sessions li p span {
  margin-bottom: 0px;
  color: #344556;
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
}
.commissions-list li .accordion-part .activity-sessions li .aproved {
  width: 20%;
  float: right;
  clear: right;
}
.commissions-list li .accordion-part .activity-sessions li .aproved.report {
  margin-top: 10px;
}
.commissions-list li .accordion-part .activity-sessions li .aproved .description-title {
  font-size: 13px;
  color: #778591;
  text-transform: uppercase;
  float: right;
  padding-right: 15px;
  padding-top: 4px;
}
.commissions-list li .accordion-part .activity-sessions li .aproved .vote-pro {
  float: right;
  width: 20px;
  height: 18px;
  background-size: contain;
}
.commissions-list li .accordion-part .activity-sessions li .aproved .report-icon {
  background: url('../images/report-icon.png') left center no-repeat;
}
.commissions-list li .accordion-part .activity-sessions li:last-child {
  border: 0px;
}
.commissions-list li .accordion-part .activity-sessions li.dialogue {
  color: #2d3e50;
}
.commissions-list li .accordion-part .activity-sessions li.dialogue a {
  /*color: #2d3e50;*/
}
.commissions-list li .accordion-part .activity-sessions li.dialogue p {
  padding-left: 0;
  /*color: #2d3e50;*/
  position: relative;
  padding-right: 8px;
  padding-right: 35px;
}
.commissions-list li .accordion-part .activity-sessions li.dialogue p:before {
  content: "";
  width: 26px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/dialog-small-icon.svg') right no-repeat;
  background-size: cover;
}
.commissions-list li .accordion-part .activity-sessions li.dialogue p span {
  /*color: #2d3e50;*/
}
.commissions-list li .accordion-part .activity-sessions li.dialogue p .aproved {
  clear: none;
}
.commissions-list li .accordion-part .short-description {
  padding: 0px 30px;
  width: 100%;
  float: left;
  padding-bottom: 10px;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.commissions-list li:hover {
  /*        border-color:#344556;*/
}
.slider-wrapper .bx-pager {
  display: none;
}
.doc-list {
  float: left;
  padding-bottom: 30px;
  width: 100%;
}
.doc-list li:hover {
  border-color: #e6eaef;
}
.doc-list li:hover span {
  color: #2d3e50 !important;
}
.doc-list li .pdf span {
  text-transform: initial;
  clear: none;
  padding: 0 10px;
}
.doc-list li .pdf span:first-child {
  border-right: 1px solid #778591;
}
.doc-list li .pdf .description-title {
  clear: both;
  text-transform: uppercase;
  border-right: 0px !important;
}
.empty-pdf {
  padding-left: 50px;
  min-height: 30px;
  float: none;
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.no-link {
  display: inline-block;
}
.no-link .text {
  max-width: 250px;
  float: none;
  vertical-align: middle;
}
.no-link .status {
  padding: 3px 10px;
  border: 1px solid #778591;
  color: #778591;
  margin-left: 9px;
  font-size: 12px !important;
  margin-top: -4px;
  position: relative;
  text-decoration: none !important;
  vertical-align: middle !important;
  display: inline-block !important;
}
.status {
  padding: 3px 10px;
  border: 1px solid #778591;
  color: #778591;
  margin-left: 9px;
  font-size: 12px;
  margin-top: -4px;
  position: relative;
  text-decoration: none !important;
  vertical-align: middle;
  display: inline-block;
}
.link-hover:hover span {
  text-decoration: underline;
  color: #2d3e50 !important;
}
.link-hover .status {
  padding: 3px 10px;
  border: 1px solid #778591;
  color: #778591;
  margin-left: 9px;
  font-size: 12px;
  margin-top: -4px;
  position: relative;
  text-decoration: none !important;
}
.lidership {
  float: left;
  clear: both;
  width: 100%;
}
.lidership li {
  float: left;
  width: 32%;
  margin-right: 1.33%;
  border-bottom: 1px solid #e6eaef;
  margin-bottom: 15px;
  min-width: 320px;
}
.lidership li:first-child {
  float: left;
  clear: both;
  width: 100%;
  border: 0px;
  margin-right: 0px;
}
.lidership li:first-child .first-list-border {
  width: 32%;
  margin-right: 1.33%;
  border-bottom: 1px solid #e6eaef;
}
.lidership a:hover p,
.members a:hover p {
  color: #f96921;
}
a:hover .single-deputy p {
  color: #f96921;
}
.single-deputy a:hover p {
  color: #f96921;
}
.members {
  padding: 20px 0px;
  float: left;
  width: 100%;
}
.members li {
  min-width: 320px;
  float: left;
  width: 32%;
  margin-right: 1.33%;
  border-bottom: 1px solid #e6eaef;
  margin-bottom: 15px;
}
.members li:nth-child(3n+1) {
  clear: both;
}
h2.small-descrip {
  margin-top: 20px;
  float: left;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #2d3e50;
  padding: 10px;
  border-bottom: 1px solid #2d3e50;
  width: 100%;
}
.table-filter-list.more-option-table.laws-table .container {
  width: 100%;
  padding: 0px;
}
.approved-link {
  background-color: #8EA72D;
  border-radius: 2px;
  padding: 5px 5px;
  width: 100px;
  color: #ffffff !important;
  text-align: center;
}
.in-procedure {
  text-align: center;
  width: 100px;
  background-color: #D6C02F;
  border-radius: 2px;
  padding: 5px 5px;
  color: #ffffff !important;
}
.pending {
  text-align: center;
  width: 100px;
  background-color: #9fabb5;
  border-radius: 2px;
  padding: 5px 5px;
  color: #ffffff !important;
}
.entry-charts .img-container {
  float: right;
  width: 50%;
}
.entry-charts .img-container img {
  width: 100%;
}
.full-text .container {
  background: #ffffff;
  padding: 50px;
  margin-bottom: 50px;
}
.full-text .container a {
  color: #2d3e50;
  font-weight: normal;
}
.full-text .container a:hover {
  text-decoration: underline;
}
.full-text .container h1 {
  font-size: 34px;
}
.full-text .container ul {
  padding: 0px 20px 10px;
}
.full-text .container ul li {
  background: url(../less/less-parts/@{base-url}/list-disc.png) left no-repeat;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 300;
}
.full-text .container h2 {
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 13px;
}
.full-text .container img {
  float: left;
  max-width: 50%;
  padding-right: 20px;
}
.full-text .container p {
  font-size: 16px;
  margin-bottom: 23px;
  font-weight: 300;
  line-height: 24px;
}
.travel-icon {
  background: url('../images/travel-ico.png') no-repeat;
  max-width: initial !important;
  border: none;
  height: 15px;
  width: 22px;
  float: none;
  margin-top: 7px;
  margin-left: 5px;
}
.has-info-tooltip {
  position: relative;
}
.has-info-tooltip .info-icon {
  position: absolute;
  left: 0;
  padding-left: 0;
}
.has-info-tooltip span {
  padding-left: 20px;
}
.filter-container {
  margin-bottom: 1px;
  float: left;
  width: 50%;
  padding-left: 10px;
}
.filter-container:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.search-deputy {
  background: transparent;
  float: left;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  padding: 30px;
}
.search-deputy h2 {
  font-size: 1em;
  margin-bottom: 10px;
}
.search-deputy .autocomplete-suggestions {
  background: transparent;
}
.search-deputy input {
  width: 100% !important;
  background-color: #fff !important;
}
.search-deputy .js-search-container {
  position: relative;
}
.compare-deputy {
  width: 100%;
  float: left;
}
.compare-deputy .first-deputy {
  margin-bottom: 50px;
  width: 50%;
  float: left;
  padding-right: 10px;
  /* DEPUTY - OPEN */
}
.compare-deputy .first-deputy .container {
  width: 100%;
}
.compare-deputy .first-deputy.second-member {
  padding-right: 0;
  padding-left: 10px;
}
.compare-deputy .first-deputy .deputy-profile {
  background: #ffffff;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.compare-deputy .first-deputy .deputy-profile .img-container {
  width: 27%;
  position: relative;
  float: left;
  max-width: 70px;
  left: 0;
}
.compare-deputy .first-deputy .deputy-profile .img-container img {
  float: left;
  width: 100%;
}
.compare-deputy .first-deputy .deputy-profile .title {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  font-size: 1em;
  font-weight: 400;
  width: 60%;
  color: #333;
}
.compare-deputy .first-deputy .deputy-profile .personal-info {
  width: 100%;
  margin-bottom: 20px;
}
.compare-deputy .first-deputy .deputy-profile .personal-info div {
  border-top: 1px solid #e6eaef;
  border-bottom: 1px solid #e6eaef;
  padding: 20px 0;
  width: 100%;
  float: left;
}
.compare-deputy .first-deputy .deputy-profile .personal-info .right-info {
  float: left;
  border: none;
  padding: 0;
  padding-top: 20px;
}
.compare-deputy .first-deputy .deputy-profile .compare-btn {
  display: none;
}
.compare-deputy .first-deputy .deputy-charts {
  float: left;
  position: relative;
  background: #ffffff;
  margin-bottom: 20px;
}
.compare-deputy .first-deputy .deputy-charts .three-charts {
  width: 100%;
}
.compare-deputy .first-deputy .deputy-charts .three-charts > div {
  margin-bottom: 30px;
  text-align: center;
  width: 100% !important;
  padding: 0 45px !important;
}
.compare-deputy .first-deputy .deputy-charts .wrap-chart {
  margin: 0 auto !important;
}
.compare-deputy .first-deputy .deputy-charts .description-charts {
  width: 100%;
  margin-top: 25px;
}
.compare-deputy .first-deputy .deputy-charts .container {
  margin-top: 0px;
  margin-bottom: 0px;
}
.compare-deputy .first-deputy .quest-deputy .full-quest {
  padding: 25px 25px 25px 20px !important;
}
.compare-deputy .first-deputy .quest-deputy .left-quest {
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
.compare-deputy .first-deputy .quest-deputy .right-quest {
  width: 100%;
}
.compare-deputy .first-deputy .table-filter-list {
  padding: 0px;
  position: relative;
}
.compare-deputy .first-deputy .table-handle,
.compare-deputy .first-deputy .table-handle-visits {
  position: relative;
  background: #ffffff;
  float: left;
}
.compare-deputy .table-filter-list h2 {
  float: left;
  position: relative;
  width: 100%;
}
.compare-deputy .table-filter-list .sorting span {
  padding-left: 22px;
}
.compare-deputy .table-filter-list .sorting_asc span {
  padding-left: 22px;
}
.compare-deputy .table-filter-list .sorting_desc span {
  padding-left: 18px;
}
.compare-deputy .table-filter-list.more-option-table .doc-title {
  width: 120px;
}
.compare-deputy .table-filter-list.more-option-table .vote-anti {
  min-width: 50px;
}
.compare-deputy .table-filter-list.more-option-table .vote-pro {
  min-width: 35px;
}
.compare-deputy .table-filter-list.more-option-table .vote-anti {
  min-width: 35px;
}
.compare-deputy .table-handle .dataTables_wrapper,
.compare-deputy .table-handle-visits .dataTables_wrapper {
  float: left;
  position: Relative;
}
.compare-deputy .table-handle .dataTables_length,
.compare-deputy .table-handle-visits .dataTables_length {
  float: right;
  position: Relative;
}
.compare-deputy .table-handle .container,
.compare-deputy .table-handle-visits .container {
  float: left;
  position: Relative;
}
.captcha {
  margin-top: 50px;
  width: 32%;
  float: right;
}
.captcha img {
  max-width: 27%;
  height: 36px;
}
.captcha input[type="text"] {
  width: 70% !important;
}
#recaptcha_widget span.error {
  border: none !important;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.captcha-holder {
  width: 32%;
  float: right;
}
.captcha-holder input {
  width: 100% !important;
}
#recaptcha_widget_div {
  display: none;
}
#recaptcha_widget {
  display: none;
  float: left;
  width: 100%;
}
#recaptcha_widget span {
  font-size: 13px;
}
#recaptcha_widget input {
  margin-bottom: 10px;
}
#recaptcha_image {
  width: 100% !important;
  margin-bottom: 10px;
}
#recaptcha_image img {
  width: 100% !important;
}
.reload-recaptcha,
.audio-recaptcha,
.help-recaptcha {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.reload-recaptcha a,
.audio-recaptcha a,
.help-recaptcha a {
  width: 20px;
  height: 20px;
  display: block;
}
.reload-recaptcha {
  background: url('../images/reload.png') no-repeat center center;
}
.audio-recaptcha {
  background: url('../images/audio.png') no-repeat center center;
}
.help-recaptcha {
  background: url('../images/help.png') no-repeat center center;
}
.disclaimer {
  float: left;
  font-size: 11px;
}
.contact-validate .filter-dialogue {
  border: 1px solid #c3ccd4;
  padding-left: 43px;
  padding-right: 65px;
}
.contact-validate .filter-dialogue:before {
  left: 10px;
}
.contact {
  margin-bottom: 50px;
}
.contact .question-form {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.contact .container {
  padding: 30px;
  background: #ffffff;
}
.contact .container .question-form form {
  width: 100%;
  float: left;
}
.contact .container .question-form form textarea {
  border: 1px solid #c3ccd4;
  width: 65%;
  float: left;
}
.contact .container .question-form form input {
  border: 1px solid #c3ccd4;
  margin-left: 3%;
  width: 32%;
  float: right;
  margin-bottom: 12px;
  clear: right;
}
.contact .container p {
  font-size: 14px;
  margin-bottom: 3px;
}
.contact .container h2 {
  margin-bottom: 25px;
  font-size: 18px;
}
.contact .deputy-fields {
  width: 100%;
  padding-bottom: 20px;
  float: left;
}
.contact .deputy-fields .single-deputy {
  position: relative;
  float: left;
  width: 27%;
  margin-right: 3%;
  border-bottom: 1px solid #e6eaef;
  min-width: 270px;
}
.contact .deputy-fields .single-deputy img {
  display: inline-block;
}
.contact .deputy-fields .single-deputy .delete {
  top: 0;
  bottom: 0;
  margin: Auto;
}
.contact .filter-sub-section {
  width: 32%;
}
.after-contact {
  display: none;
}
.after-contact p {
  font-size: 16px;
  margin-bottom: 3px;
  color: #2d3e50;
}
.after-contact a {
  font-weight: bold;
}
.after-contact a:hover {
  text-decoration: underline;
}
.after-contact.show {
  display: block;
}
.after-contact .button-read-more {
  float: left;
  margin-top: 10px;
  font-weight: normal;
  padding: 8px 15px;
}
.contact .deputy-fields .single-deputy .delete {
  top: -15px;
  background: url('../images/delete-deputy.png');
  width: 19px;
  height: 18px;
}
.contact .deputy-fields .single-deputy .img-container {
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: -5px;
}
.entry-charts .pdf {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  clear: right;
}
.voting-stats {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: block !important;
}
.voting-stats p {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #778591;
}
.voting-stats p span {
  color: #333;
  font-size: 15px;
}
.entry-part {
  padding-top: 50px;
}
.entry-part h1 {
  margin-top: 0px;
  margin-bottom: 50px;
}
.small-title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.publications .publication-list li {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  margin-bottom: 20px;
}
.publications .publication-list li a {
  width: 100%;
  position: relative;
}
.publications .publication-list li .dialogue-mask {
  position: Absolute;
  top: 0;
  right: 0;
  background: url('../images/top-box-dialogue-icon.png') no-repeat;
  background-size: contain;
  width: 76px;
  height: 65px;
}
.publications .publication-list li:nth-child(4n+1) {
  clear: left;
}
.publications .publication-list li .img-container {
  box-shadow: 2px 2px 4px 0px rgba(5, 5, 5, 0.1);
}
.publications .publication-list li img {
  display: block;
  width: 100%;
}
.publications .publication-list li p {
  float: left;
  margin-top: 10px;
}
.publications .publication-list li .pdf-standalone {
  margin-top: 15px;
  padding-left: 34px;
  padding-top: 5px;
}
.publication-list .popup-wrapper .center-text {
  z-index: 9;
  max-height: 80%;
}
.publication-list .popup-wrapper .center-text .mCSB_inside > .mCSB_container {
  margin-right: 6px;
}
.publication-list .popup-wrapper .center-text .close-btn {
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
  text-transform: uppercase;
  display: inline-block;
  background: url('../images/close.png') no-repeat;
  width: 20px;
  background-size: 20px;
  height: 21px;
  position: absolute;
  top: 14px;
  text-indent: -99999em;
  right: 30px;
}
.publication-list .popup-wrapper .center-text .detailed-table {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  border: 0px;
  float: none;
}
.publication-list .popup-wrapper {
  cursor: url('../images/close.png'), auto !important;
  padding: 0px;
}
.publication-list .popup-wrapper .mCustomScrollBox {
  cursor: auto;
}
.publication-list .popup-wrapper .popup {
  min-width: inherit;
  max-width: none;
  padding: 0px;
}
.publication-list .see-details {
  padding-left: 0px;
  background: none;
}
.document-list {
  float: left;
  width: 100%;
}
.document-list li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e6eaef;
  padding-bottom: 12px;
}
.document-list .pdf-standalone {
  padding-top: 5px;
  padding-left: 35px;
  margin-top: 0;
}
.document-list .pdf-standalone:hover {
  text-decoration: underline;
}
.publications .parlamentary-question {
  padding: 30px !important;
}
.publications .parlamentary-question .img-container {
  position: relative;
  float: left;
}
.publications .parlamentary-question .hover-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../images/zoom-icon.png') no-repeat center center;
  background-color: rgba(45, 62, 80, 0.85);
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.publications .parlamentary-question .hover-content .links {
  visibility: hidden;
}
.publications .parlamentary-question .publication-list li:hover .hover-content {
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.publications .parlamentary-question .publication-list li:hover .hover-content .links {
  visibility: visible;
}
.publications .parlamentary-question p {
  font-size: 14px;
}
.publications .parlamentary-question .button-read-more {
  padding: 8px 15px;
  font-size: 14px;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: normal;
  float: left;
  clear: both;
}
.publications .parlamentary-question .button-read-more:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.links {
  position: absolute;
  bottom: 30px;
  padding-left: 20px;
}
.share-list .share-btn {
  margin-bottom: 10px;
  float: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #ffffff;
  min-width: 111px;
  padding: 8px 26px 8px 32px;
  text-transform: uppercase;
  background: url('../images/share-icon.png') 10px center no-repeat;
}
.share-list ul {
  background: #ffffff;
  display: none;
  position: absolute;
  bottom: 90px;
  width: 111px;
  left: 20px;
  border: 1px solid #fff;
  margin: 0 !important;
  text-align: center;
  padding: 5px 0;
}
.share-list ul li {
  width: 100% !important;
  display: inline-block;
  float: left;
  margin-bottom: 3px !important;
  text-align: center;
}
.share-list ul li a {
  display: inline-block;
  min-height: 26px;
  margin: auto;
  background-size: 100%;
  margin: Auto;
  float: none;
}
.share-list ul li .fb-icon {
  padding-right: 12px;
  width: 13px;
  margin-top: 5px;
  background: url('../images/fb-icon-hover.png') no-repeat;
}
.share-list ul li .tw-icon {
  width: 27px;
  margin-top: 7px;
  margin-left: 5px;
  background: url('../images/tw-icon-hover.png') no-repeat;
}
.share-list ul li .ln-icon {
  width: 26px;
  margin-top: 7px;
  background: url('../images/ln-icon-hover.png') no-repeat;
}
.fb-icon {
  padding-right: 12px;
  width: 13px;
  margin-top: 5px;
  float: left;
  background: url('../images/fb-icon.png') no-repeat;
}
.fb-icon:hover {
  background: url('../images/fb-icon-hover.png') no-repeat;
}
.tw-icon {
  width: 27px;
  margin-top: 7px;
  float: left;
  margin-left: 5px;
  background: url('../images/tw-icon.png') no-repeat;
}
.tw-icon:hover {
  background: url('../images/tw-icon-hover.png') no-repeat;
}
.ln-icon {
  width: 26px;
  margin-top: 7px;
  float: left;
  background: url('../images/ln-icon.png') no-repeat;
}
.ln-icon:hover {
  background: url('../images/ln-icon-hover.png') no-repeat;
}
.commissions-list .content-part .statistics-list {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding-bottom: 10px;
}
.commissions-list .content-part .statistics-list li {
  width: 33.3%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  border-bottom: 0px;
}
.commissions-list .content-part .statistics-list li a {
  float: none;
}
.commissions-list .content-part .statistics-list li:nth-child(3n+1) {
  clear: left;
}
.commissions-list .content-part .statistics-list li .pdf {
  border-right: 1px solid;
}
.links-share {
  float: right;
  margin-top: 20px;
}
.links-share li {
  display: inline;
  float: left;
  font-size: 14px;
  font-weight: normal;
  color: #8e9ca8;
  width: auto;
  text-transform: uppercase;
  padding-left: 0;
  position: relative;
}
.links-share li a {
  font-size: 14px;
  font-weight: normal;
  color: #8e9ca8;
  width: auto;
  text-transform: uppercase;
}
.links-share li a.print {
  background: url('../images/print-icon.png') no-repeat;
  padding-left: 20px;
  min-height: 20px;
}
.links-share li a.email {
  background: url('../images/email.png') left 2px no-repeat;
  padding-left: 20px;
  min-height: 20px;
}
.links-share li a.share {
  background: url('../images/share.png') left 2px no-repeat;
  padding-left: 20px;
  min-height: 20px;
}
.links-share li a:hover {
  text-decoration: underline;
}
.links-share li .link-button {
  max-width: 100%;
}
.links-share .share-list .share-btn {
  margin-bottom: 10px;
  float: left;
  min-width: 74px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #8e9ca8;
  width: auto;
  text-transform: uppercase;
  background: url('../images/share.png') left 2px no-repeat;
  padding-left: 20px;
  min-height: 20px;
  margin-top: 3px;
}
.links-share .share-list ul {
  border: 1px solid #dddddd;
  background: #ffffff;
  display: none;
  position: absolute;
  bottom: 31px;
  width: 74px;
  left: 20px;
  margin: 0 !important;
  text-align: center;
  padding: 5px 0;
}
.links-share .share-list ul li {
  padding: 0px;
  width: 100% !important;
  display: inline-block;
  float: left;
  margin-bottom: 3px !important;
  text-align: center;
}
.links-share .share-list ul li a {
  display: inline-block;
  min-height: 26px;
  margin: auto;
  background-size: 100%;
  margin: Auto;
  float: none;
}
.links-share .share-list ul li .fb-icon {
  padding-right: 12px;
  width: 13px;
  margin-top: 5px;
  background: url('../images/fb-icon-hover.png') no-repeat;
}
.links-share .share-list ul li .tw-icon {
  width: 27px;
  margin-top: 7px;
  margin-left: 5px;
  background: url('../images/tw-icon-hover.png') no-repeat;
}
.links-share .share-list ul li .ln-icon {
  width: 26px;
  margin-top: 7px;
  background: url('../images/ln-icon-hover.png') no-repeat;
}
.horizontal-legend {
  height: auto;
  width: 100%;
  padding: 0 !important;
  position: relative !important;
  margin: 0;
}
.horizontal-legend ul {
  padding: 10px !important;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.horizontal-legend ul li {
  min-width: initial;
  width: 50%;
  float: left;
  clear: none;
  font-weight: 400;
  text-transform: none;
  padding: 0px 10px;
  padding-left: 15px;
}
.horizontal-legend ul li span {
  border-radius: 0 !important;
}
.entry-charts .charts .chart-legend.horizontal-doughnut {
  margin-top: 20px;
}
.entry-charts .charts .chart-legend.horizontal-doughnut.law-chart li h2 {
  max-width: 63%;
}
.entry-charts .charts .horizontal-legend {
  height: auto;
  width: 100%;
  padding: 0 !important;
  position: relative !important;
  margin: 0;
}
.entry-charts .charts .horizontal-legend ul {
  padding: 10px !important;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.entry-charts .charts .horizontal-legend ul li {
  min-width: initial;
  width: 50%;
  float: left;
  clear: none;
  font-weight: 400;
  text-transform: none;
  padding: 0px 10px;
  padding-left: 15px;
}
.entry-charts .charts .horizontal-legend ul li span {
  border-radius: 0 !important;
}
.entry-charts .charts .legislative-chart .chart-legend {
  position: absolute;
  padding-right: 5px;
  top: 0;
  right: 5px;
  width: 28%;
  height: 326px;
}
.entry-charts .chartDetails .filter-contain .description-middle-text {
  /*top:120px;
    margin: 0 auto;*/
}
.home-slider {
  float: left;
  width: 100%;
}
.home-slider li {
  height: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.home-slider li.non-shadow-img-slider .statistics-content .img-holder img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.home-slider li .container {
  z-index: 9999;
}
.home-slider li .container h1 {
  color: #fff;
}
.home-slider li .container p {
  color: #fff;
}
.home-slider .text-content {
  width: 60%;
  padding-right: 80px;
  float: left;
  /* margin-top: 100px;*/
}
.home-slider .text-content .vertical-middle-display {
  height: 430px;
  display: table-cell;
  vertical-align: middle;
}
.home-slider .text-content h1 {
  font-size: 56px;
  margin-bottom: 12px;
}
.home-slider .text-content p {
  line-height: 24px;
  font-size: 18px;
}
.home-slider .filled-btn {
  color: #2d3e50;
  background: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  margin-top: 30px;
  display: inline-block;
  line-height: 28px;
}
.home-slider .filled-btn:hover {
  text-decoration: underline;
}
.home-slider .statistics-content {
  width: 40%;
  float: left;
  margin-top: 80px;
}
.home-slider .statistics-content.img-full {
  height: 430px;
  margin-top: 0;
  display: table;
  vertical-align: middle;
}
.home-slider .statistics-content .img-holder {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
}
.home-slider .statistics-content .img-holder img {
  width: 100%;
}
.home-slider .statistics-content .question-stats,
.home-slider .statistics-content .answer-stats {
  width: 45%;
  float: left;
  border-bottom: 1px solid #5e6e7c;
  padding-right: 20px;
  padding-left: 55px;
}
.home-slider .statistics-content .question-stats span,
.home-slider .statistics-content .answer-stats span {
  color: #fff;
  font-size: 37px;
  line-height: 40px;
}
.home-slider .statistics-content .question-stats p,
.home-slider .statistics-content .answer-stats p {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 16px;
  margin-top: 10px;
}
.home-slider .statistics-content .question-stats {
  margin-right: 10%;
  background: url('../images/question-icon.png') no-repeat;
}
.home-slider .statistics-content .answer-stats {
  background: url('../images/answer-icon.png') no-repeat;
}
.home-slider .statistics-content .chart-stats {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.home-slider .statistics-content .chart-stats .doughnut {
  width: 150px;
  height: 150px;
  min-width: 50%;
  padding-left: 30px;
  float: left;
}
.home-slider .statistics-content .chart-stats .doughnut canvas {
  width: 150px;
  height: 150px;
  position: relative;
  z-index: 10;
}
.home-slider .statistics-content .chart-stats .doughnut .circle {
  width: 150px;
  height: 150px;
  border: solid 16px #5e6e7c;
  top: 1px;
  left: 30px;
  border-radius: 100%;
  float: left;
  z-index: 1;
  position: absolute;
}
.home-slider .statistics-content .chart-stats .chart-details {
  float: left;
  max-width: 50%;
  padding-left: 20px;
}
.home-slider .statistics-content .chart-stats .chart-details .percentage {
  font-size: 60px;
  color: #fff;
}
.home-slider .statistics-content .chart-stats .chart-details p {
  font-size: 17px;
  text-transform: uppercase;
}
.mobile-chart {
  display: none;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
  background: transparent;
  border: 0;
}
.slider-wrapper .bx-wrapper .bx-controls-direction a {
  width: 44px;
  height: 110px;
  opacity: .3;
  margin-top: -40px;
}
.slider-wrapper .bx-wrapper .bx-controls-direction a.disabled {
  opacity: .1;
  display: none;
}
.slider-wrapper .bx-wrapper .bx-next {
  background: url('../images/home-slide-controls.png') no-repeat;
  background-position: -85px 0;
  right: 50px;
}
.slider-wrapper .bx-wrapper .bx-next:hover {
  background-position: -85px 0;
}
.slider-wrapper .bx-wrapper .bx-prev {
  background: url('../images/home-slide-controls.png') no-repeat;
  left: 50px;
}
.slider-wrapper .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.not-clickable {
  pointer-events: none;
}
.main-nav.home-full .container {
  background: transparent;
}
.main-nav.home-full ul li {
  background: #fff;
  border: 1px solid #e0e6ed;
  margin-left: -1px;
  margin-bottom: -1px;
  position: relative;
  padding-bottom: 20px;
}
.main-nav.home-full ul li span {
  background-size: auto !important;
}
.main-nav.home-full ul li span.title {
  padding-top: 15px;
  height: auto !important;
}
.main-nav.home-full ul li p {
  font-size: 14px;
  position: absolute;
  top: 150px;
  opacity: 0;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.main-nav.home-full ul li .title-wrapper {
  transition: all .7s ease;
  position: relative;
}
.main-nav.home-full ul li .title-wrapper .title {
  opacity: 1;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.main-nav.home-full ul li:hover {
  background: #fff;
}
.main-nav.home-full ul li:hover .title-wrapper {
  position: relative;
}
.main-nav.home-full ul li:hover .title {
  opacity: 0;
}
.main-nav.home-full ul li:hover p {
  opacity: 1;
}
.main-nav.home-full ul li.not-clickable {
  pointer-events: none;
}
.main-nav.home-full ul li.not-clickable .coming-soon {
  opacity: 1;
  position: relative;
  top: -10px;
}
.main-nav.home-full ul li.not-clickable:hover p {
  opacity: 0;
}
.main-nav.home-full ul li.not-clickable:hover .coming-soon,
.main-nav.home-full ul li.not-clickable:hover .title {
  opacity: 1;
}
.main-nav.home-full ul li:nth-child(-n+4) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.main-nav.home-full ul li:nth-child(n+5) {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.slider-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(50, 49, 55, 0.85);
}
.slider-mask-light {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(45, 62, 80, 0.85);
}
.slider-mask-compare {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 151, 148, 0.85);
}
.first-item .slider-mask {
  background: rgba(50, 49, 55, 0.85);
}
.second-item .slider-mask {
  background: rgba(54, 48, 50, 0.85);
}
.third-item .slider-mask {
  background: rgba(50, 53, 40, 0.85);
}
.third-item .statistics-content .chart-stats {
  margin-top: 0;
}
.third-item h3 {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  border-bottom: 1px solid #a1bd33;
  padding-bottom: 15px;
}
.fourth-item .slider-mask {
  background: rgba(53, 50, 33, 0.85);
}
.fourth-item h3 {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  border-bottom: 1px solid #bca300;
  padding-bottom: 15px;
}
.home-slider .first-item .statistics-content .chart-stats .doughnut .circle {
  border-color: #7661ab;
}
.home-slider .first-item .statistics-content .question-stats {
  background: url('../images/question-icon.png') no-repeat;
  border-color: #7661ab;
}
.home-slider .first-item .statistics-content .answer-stats {
  background: url('../images/answer-icon.png') no-repeat;
  border-color: #7661ab;
}
.home-slider .second-item .statistics-content .chart-stats .doughnut .circle {
  border-color: #885f67;
}
.home-slider .second-item .statistics-content .question-stats {
  background: url('../images/doc-01-ico.png') no-repeat;
  border-color: #885f67;
}
.home-slider .second-item .statistics-content .answer-stats {
  background: url('../images/doc-02-ico.png') no-repeat;
  border-color: #885f67;
}
.questions-feed {
  margin-bottom: 60px;
}
.questions-feed h2 {
  font-size: 34px;
  color: #2d3e50;
  font-weight: 300;
  margin-bottom: 20px;
}
.questions-feed ul {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px;
  padding-right: 20px;
  max-height: 450px;
}
.questions-feed ul li {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.questions-feed ul .single-deputy {
  float: left;
}
.questions-feed ul .img-container {
  float: left;
  width: 8%;
  min-width: 69px;
}
.questions-feed ul .content-info {
  width: 92%;
  float: left;
}
.questions-feed ul .content-info .answer-bubble {
  background: #e9edf1;
  position: relative;
  width: 100%;
  border-radius: 4px;
  padding: 20px 20px 10px;
}
.questions-feed ul .content-info .answer-bubble p {
  color: #2d3e50;
  font-size: 16px;
  padding-top: 10px;
  font-weight: 400;
}
.questions-feed ul .content-info .question-bubble {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #e9edf1;
}
.questions-feed ul .content-info .name {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.questions-feed ul .content-info .name span {
  color: #778591;
}
.questions-feed ul .content-info .date {
  float: left;
  width: 100%;
  clear: both;
}
.questions-feed ul .content-info .date span {
  float: left;
  color: #778591;
  font-size: 14px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #778591;
}
.questions-feed ul .content-info .date span.dialogue-info {
  margin-top: 0;
}
.questions-feed ul .content-info .date span:last-child {
  border-right: 0;
}
.questions-feed ul .top-quest-icon {
  background: url('../images/quest-top-icon.png') no-repeat;
  background-size: 100%;
  float: left;
  position: absolute;
  top: -11px;
  left: 45px;
  width: 14px;
  height: 11px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px !important;
  background: #f1f4f7 !important;
  border-radius: 0 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px !important;
  background: #778591 !important;
  border-radius: 0 !important;
}
.header-cover {
  min-height: 184px;
  position: relative;
  display: block;
  width: 100%;
  background: #e9edf1;
}
.header-cover.home {
  min-height: 63px;
}
/* TRAVEL TEMPLATE -----------------------------------------------------*/
.full-width {
  width: 100%;
}
.full-width .description-part {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.full-row {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.world-map-wrapper {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  padding: 30px;
}
.world-map-wrapper h2 {
  left: 30px;
  position: relative;
}
.world-map-wrapper .see-details {
  right: 28px;
  position: relative;
}
.world-map-wrapper .see-details {
  margin-top: -36px;
}
.charts-container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.charts-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.charts-wrapper .container {
  background: #fff;
  padding: 30px;
}
.charts-wrapper .container canvas {
  max-width: 100%;
}
.charts-wrapper .responsive-chart {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.world-map {
  width: 100%;
  height: 600px;
}
.world-container {
  position: relative;
}
.block-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.world-map .jvectormap-zoomin,
.world-map .jvectormap-zoomout,
.world-map .jvectormap-goback {
  background: #2d3e50;
  position: absolute;
  left: 40px;
  font-size: 20px;
  line-height: 20px;
}
.world-map .jvectormap-zoomin,
.world-map .jvectormap-zoomout {
  width: 32px;
  height: 20px;
}
.world-map .jvectormap-zoomin {
  bottom: 115px;
  top: auto;
}
.world-map .jvectormap-zoomout {
  bottom: 82px;
  top: auto;
}
.table-filter-list table thead:after {
  display: none !important;
}
.table-filter-list td.separator {
  border-left: 1px solid #dee4e9;
  padding-left: 10px;
}
.left-side {
  margin-right: 1.8%;
}
a:hover .nr-value {
  color: #f96921;
}
.acronym {
  word-break: break-all;
}
.nr-value {
  color: #778591;
  font-size: 18px;
}
.left-side,
.right-side {
  float: left;
  width: 49%;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}
.left-side tbody tr,
.right-side tbody tr {
  height: 73px;
}
.left-side .single-deputy .info-container,
.right-side .single-deputy .info-container {
  max-width: 150px;
}
.country {
  font-size: 13px !important;
  padding-left: 20px;
  color: #778591;
  text-transform: uppercase;
}
.main-table {
  margin-top: 20px;
  width: 100%;
  float: left;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}
.main-table .date {
  font-size: 13px;
}
.main-table .nr-value {
  font-size: 13px;
}
.table-section {
  margin-bottom: 40px;
}
.scroll {
  max-height: 650px;
}
/* COSTS TEMPLATE -------------------------------------- */
.entry-charts .charts .percentage-values li span {
  margin-top: 2px !important;
}
.entry-charts .charts .percentage-values li h2 {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 5px;
}
.entry-charts .charts .percentage-values li h3 {
  padding-left: 5px;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #2d3e50;
}
.costs-container {
  float: left;
  margin-bottom: 90px;
  margin-top: 30px;
}
.costs-container .see-details {
  float: left;
  clear: both;
  background: url('../images/costs-zoom-plus.png') no-repeat;
  color: #64798F;
  margin-top: 10px;
  margin-left: 30px;
  display: block !important;
}
.costs-container .close-btn {
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
  text-transform: uppercase;
  display: inline-block;
  background: url('../images/close.png') no-repeat;
  width: 20px;
  background-size: 20px;
  height: 21px;
  position: absolute;
  top: 14px;
  text-indent: -99999em;
  right: 14px;
}
.costs-container .close-btn:hover {
  background: url('../images/close-hover.png') no-repeat;
  background-size: 20px;
}
.detailed-table table {
  width: 100%;
}
.detailed-table table tr {
  border-top: 1px solid #c3ccd4;
}
.detailed-table table tr:last-child {
  border-bottom: 1px solid #c3ccd4;
}
.detailed-table table tr td {
  font-size: 14px;
  color: #2d3e50;
  font-weight: 500;
  padding: 12px 30px;
}
.detailed-table table.narrow {
  margin-bottom: 10px;
}
.detailed-table table.narrow tr td {
  padding: 12px 30px 12px 0;
}
.detailed-table h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: inline-block;
  font-weight: 600;
}
.detailed-table h3 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #2d3e50;
}
.detailed-table h4 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #2d3e50;
}
.popup-wrapper {
  display: none;
  float: left;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.28);
}
.popup-wrapper .popup {
  display: table;
  height: 100%;
  max-width: 900px;
  min-width: 800px;
  margin: 0 auto;
}
.popup-wrapper .center-text {
  display: table-cell;
  vertical-align: middle;
}
.popup-wrapper .detailed-table {
  position: relative;
  padding: 80px;
  background: #fff;
  border: 1px solid #e6eaef;
  border-radius: 3px;
  float: left;
  padding-top: 60px;
}
.costs-block {
  padding-top: 100px;
  float: left;
  width: 100%;
  min-height: 400px;
  background: url('../images/costs-bg-layer.png') repeat-x;
  margin-top: -30px;
  position: relative;
}
.costs-block:last-child .img-container img {
  width: 85%;
}
.costs-block .container {
  position: static;
}
.costs-block .img-container {
  width: 35%;
  float: left;
}
.costs-block .img-container img {
  width: 100%;
}
.costs-block .costs-info {
  width: 65%;
  float: left;
  padding-left: 50px;
}
.costs-block:nth-child(odd) .costs-info {
  padding-left: 100px;
}
.costs-block:nth-child(even) .costs-info {
  padding-right: 100px;
}
.costs-block .cost-value {
  width: 100%;
  float: left;
}
.costs-block .cost-value .percentage {
  float: left;
  clear: both;
  width: 100%;
}
.costs-block .cost-value p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 48%;
  display: inline-block;
  padding: 0 30px;
}
.costs-block .cost-value p span {
  font-size: 32px;
  margin-top: 10px;
  display: block;
  font-weight: 600;
  line-height: 32px;
}
.costs-block .euro-val {
  font-size: 60px;
  color: #2d3e50;
  font-weight: 300;
}
.costs-block .euro-val .decimal-val {
  font-size: 30px;
}
.costs-block .euro-val:after {
  content: "€";
  font-size: 30px;
}
.costs-block .cost-percentage {
  width: 30%;
  float: left;
}
.costs-block .cost-percentage p {
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.costs-block .cost-percentage p span {
  font-weight: 600;
}
.costs-block .percentage-val {
  font-size: 80px;
  font-weight: 700;
  color: #2d3e50;
  max-width: 48%;
  display: inline-block;
}
.costs-block .percentage-val:after {
  content: "%";
  font-size: 50px;
}
.costs-block .total-value p {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}
.costs-block .total-value p span {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.costs-block .total-value p span:last-child {
  padding-left: 25px;
}
.costs-block .total-value p span:last-child:before {
  content: "/";
  color: #788b9e;
  font-size: 36px;
  position: absolute;
  left: 5px;
  font-weight: 300;
}
.filter-sub-section .default-label {
  color: #99a6b0;
  font-size: 0.875em;
  padding-right: 5px;
}
.filter-sub-section .default-date-input {
  min-height: 45px;
  color: #99a6b0;
  font-size: 0.875em;
  max-width: 150px;
  margin-right: 5px;
  padding-right: 30px;
  background: url('../images/datepicker-calendar.png') no-repeat 97% center;
  background-size: 20px 20px;
}
.ui-datepicker th {
  color: #2d3e50 !important;
  font-size: 14px;
  font-weight: normal !important;
}
.ui-datepicker th span {
  font-size: 14px !important;
}
.ui-widget-header {
  border: 0px !important;
  background: #fff !important;
  font-weight: bold;
  color: #2d3e50 !important;
  font-size: 14px !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ffffff !important;
  color: #000;
  font-size: 14px !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default.ui-state-active {
  background: transparent !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #2d3e50 !important;
  background: #2d3e50 !important;
  color: #fff !important;
  font-size: 14px !important;
}
.ui-datepicker-calendar {
  background: #e9edf1 !important;
  font-size: 14px !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #2d3e50 !important;
  font-size: 14px !important;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: normal;
  font-size: 14px !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border: none !important;
  width: auto !important;
  padding: 3px 5px 5px !important;
  font-size: 14px !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ffffff !important;
  font-size: 14px !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: transparent !important;
}
.table-filter-list.more-option-table .votes-list-table span.vote-pro,
.table-filter-list.more-option-table .votes-list-table span.vote-anti,
.table-filter-list.more-option-table .votes-list-table span.vote-abstain {
  min-width: 65px !important;
}
.table-filter-list.more-option-table .votes-list-table span.text-lower {
  padding-right: 15px;
}
p.non-content {
  font-size: 14px;
  color: #878F96;
  clear: both;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 100px;
}
.chartDetails p.non-content {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  text-align: center;
  top: 160px;
  height: 200px;
}
.single-question .autocomplete-suggestions {
  width: 65% !important;
  top: 80px;
}
.single-question .autocomplete-suggestions p {
  clear: none;
  float: none;
}
.single-question input.search {
  float: left;
  clear: both;
}
.single-question p {
  float: left;
  clear: left;
}
.all-travels-button {
  margin-top: 20px;
}
.filter-dialogue {
  border-radius: 3px;
  font-size: 14px;
  color: #778591;
  padding-top: 10px;
  padding-left: 33px;
  padding-right: 48px;
  background: url('../images/dialog-icon.svg') right center no-repeat;
  background-size: 39px 19px;
  position: relative;
  min-height: 40px;
  cursor: pointer;
  margin-bottom: 10px;
  float: left;
  clear: both;
}
.filter-dialogue:before {
  left: 0;
  top: 9px;
  width: 20px;
  content: "";
  height: 20px;
  border: 1px solid #c3ccd4;
  border-radius: 3px;
  position: absolute;
}
.filter-dialogue.checked::before {
  background: url('../images/small-arrow.svg') center center no-repeat;
  background-size: 10px 7px;
}
.dialogue-holder span {
  float: left;
  clear: both;
}
.dialogue-holder .dialogue-info {
  font-size: 13px;
  padding-top: 5px;
  margin-top: 3px;
  color: #2d3e50;
  padding-left: 40px !important;
  min-height: 30px;
  background: url('../images/dialog-small-icon.svg') left center no-repeat;
}
.table-filter-list.more-option-table .doc-title span::before {
  top: 5px;
}
.dialogue-holder span.dialogue-small-icon {
  position: relative;
  padding-top: 0;
  line-height: 21px;
  padding-left: 0px;
}
.dialogue-holder span.dialogue-small-icon:before {
  content: "";
  width: 33px;
  height: 17px;
  position: relative;
  top: 5px;
  float: left;
  margin-right: 10px;
  margin: auto;
  background: url('../images/dialog-small-icon.svg') left no-repeat;
  background-size: 26px 17px;
}
.news .filter-dialogue {
  margin-bottom: 10px;
}
.full-questions.quest-deputy .quest-part .questionar-info .dialogue-info {
  float: none;
  color: #2d3e50;
  display: inline-block;
}
.right-container {
  float: left;
  width: 50%;
  background: #FFFFFF;
  padding: 30px;
}
.right-container.no-padding {
  padding: 0;
}
.right-container.no-color {
  background-color: transparent;
}
.right-container .pdf-container {
  float: left;
  padding-left: 10px;
  padding-top: 20px;
  width: 100%;
}
.right-container .pdf-container .pdf-standalone {
  width: 100%;
  min-height: 33px;
  margin-left: 0;
  margin-bottom: 8px;
  background-position: left 3px !important;
  padding-left: 35px;
}
.pdf-container {
  float: left;
  padding-left: 10px;
  padding-top: 20px;
  width: 100%;
}
.pdf-container .pdf-standalone {
  width: 100%;
  min-height: 33px;
  margin-left: 0;
  margin-bottom: 8px;
  background-position: left 3px !important;
  padding-left: 35px;
}
.dialogue-container {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.dialogue-container .transparent-bg {
  padding-top: 70px;
  float: left;
  width: 100%;
  min-height: 250px;
  background: url('../images/costs-bg-layer.png') repeat-x;
  margin-top: -20px;
  position: relative;
}
.dialogue-container .transparent-bg .pdf-standalone {
  padding-left: 40px;
  clear: both;
  float: left;
}
.dialogue-container .transparent-bg .pdf-standalone:hover {
  padding-left: 40px;
}
.dialogue-container .transparent-bg.right-icons ul li .pdf-container {
  padding-right: 170px;
}
.dialogue-container .transparent-bg.right-icons ul li .pdf-container .img-mask {
  right: -30px;
  left: initial;
}
.dialogue-container .transparent-bg.left-icons .pdf-standalone {
  margin-left: 10px;
}
.dialogue-container .transparent-bg.left-icons ul li .pdf-container {
  padding-left: 170px;
}
.dialogue-container .transparent-bg.left-icons ul li .pdf-container .img-mask {
  left: -30px;
  right: initial;
}
.dialogue-container .transparent-bg ul {
  width: calc(100% + 60px);
  margin-left: -30px;
}
.dialogue-container .transparent-bg ul li {
  float: left;
  width: calc(50% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}
.dialogue-container .transparent-bg ul li .pdf-container {
  position: relative;
  padding-bottom: 55px;
  min-height: 200px;
  float: left;
  clear: both;
  width: 100%;
}
.dialogue-container .transparent-bg ul li h1 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 15px;
}
.dialogue-container .transparent-bg ul li p {
  margin-bottom: 5px;
}
.dialogue-container .transparent-bg ul li .read-more {
  margin-top: 0;
  font-size: 14px;
}
.dialogue-container .transparent-bg ul li .img-mask {
  width: 195px;
  height: 195px;
  position: absolute;
  bottom: 0px;
}
.filter-tab-holder {
  float: left;
  width: 100%;
  position: relative;
}
.gradient-mask {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  z-index: 9;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9edf1+0,e9edf1+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(233, 237, 241, 0) 0%, #e9edf1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(233, 237, 241, 0) 0%, #e9edf1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(233, 237, 241, 0) 0%, #e9edf1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e9edf1', endColorstr='#e9edf1', GradientType=1);
  /* IE6-9 */
}
.compare-with-deputy {
  margin-top: 40px;
  float: left;
  width: 100%;
}
.compare-with-deputy .link-content-calculation {
  max-width: 100%;
  padding-top: 28px;
  background: #ffffff;
  padding-bottom: 25px;
  text-align: center;
  margin: 50px auto 0;
}
.compare-with-deputy .link-content-calculation a.start-calc {
  color: #009794;
  text-transform: uppercase;
  padding-left: 28px;
  display: inline-block;
  position: relative;
  margin: auto;
}
.compare-with-deputy .link-content-calculation a.start-calc:hover {
  text-decoration: underline;
}
.compare-with-deputy .link-content-calculation a.start-calc:before {
  content: '';
  border: 1px solid #009794;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  pointer-events: none;
}
.compare-with-deputy .col-6 {
  width: 50%;
  position: relative;
  float: left;
  padding: 0 30px 120px;
}
.compare-with-deputy .col-6.text-center {
  text-align: center;
}
.compare-with-deputy .col-6.npbot {
  padding-bottom: 0;
}
.compare-with-deputy .col-6 h1 {
  font-size: 1.875em;
}
.compare-with-deputy .col-6 .link-arrow {
  margin-top: 35px;
}
.compare-with-deputy .col-6 .link-arrow:hover {
  text-decoration: underline;
}
.compare-with-deputy .col-6 .container-wrap {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
}
.compare-with-deputy .col-6 .container-wrap .link-content-calculation {
  margin: 0;
}
.compare-with-deputy .col-6 .container-wrap .link-content-calculation:hover {
  text-decoration: underline;
}
/* Comparisons questations */
.c-questions-container {
  width: 100%;
  margin: 45px 0;
  padding: 60px 120px;
  background-color: #fff;
}
.c-questions-btn {
  text-align: center;
}
.c-questions-btn .submit-button {
  display: inline-block;
  width: 525px;
  max-width: 100%;
  color: #fff;
  background: #009794;
  padding: 15px 0;
  border: 0px solid transparent;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 35px;
  height: 63px;
}
.c-questions-btn .submit-button:after {
  content: '';
  border: 2px solid #ffffff;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  pointer-events: none;
  margin-left: 13px;
}
.c-questions-list {
  width: 100%;
}
.c-questions-list li {
  width: 100%;
  display: block;
  margin-bottom: 70px;
  text-align: center;
}
.c-questions-list li:last-child {
  margin-bottom: 0;
}
.c-questions-list li h2 {
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: unset;
  color: #009794;
}
.c-questions-list li p {
  margin-bottom: 20px;
  font-weight: 300;
}
.c-questions-list li .download-link,
.c-questions-list li .view-graph-link {
  display: inline-block;
  margin: 10px 30px;
  padding: 3px 0 3px 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #2d3e50;
}
.c-questions-list li .download-link {
  background-image: url('../images/download-pdf-icon-lb.png');
  background-size: 26px 27px;
}
.c-questions-list li .download-link:hover {
  background-image: url('../images/download-pdf-icon-hover.png');
}
.c-questions-list li .view-graph-link {
  background-image: url('../images/voting-icon.png');
  background-size: 24px 24px;
}
.c-questions-list li .view-graph-link:hover {
  background-image: url('../images/voting-icon-hover.png');
}
.c-questions-list li .inputs-container {
  margin: 10px 0;
}
.c-questions-list li .inputs-container.hide-me {
  display: none;
}
.c-questions-list li .radio-label {
  display: inline-block;
  position: relative;
  width: 192px;
  margin: 10px;
  padding: 21px 0;
  border: 1px solid #c3d1df;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}
.c-questions-list li .radio-label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 5px;
  background-image: url('../images/radio-button-off.png');
  background-size: 100%;
}
.c-questions-list li .radio-label:hover {
  border-color: #8e9ca8;
}
.c-questions-list li .radio-label:hover:before {
  background-image: url('../images/radio-button-hover.png');
}
.c-questions-list li .radio-label.active {
  border-color: #8e9ca8;
}
.c-questions-list li .radio-label.active:before,
.c-questions-list li .radio-label.active:hover:before {
  background-image: url('../images/radio-button-on.png');
}
.c-questions-list li .radio-label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-questions-list li .hiden-textarea {
  display: none;
  width: 624px;
  position: relative;
  margin: 10px auto 0;
}
.c-questions-list li .hiden-textarea:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  width: 20px;
  height: 10px;
  margin: auto;
  background-image: url('../images/textarea-arrow.jpg');
  background-size: 100%;
}
.c-questions-list li .hiden-textarea textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #8e9ca8;
  border-radius: 5px;
  font-size: 14px;
  color: #778591;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
  resize: none;
}
.c-questions-list li .hiden-textarea .button-read-more {
  float: none;
  display: inline-block;
  margin-top: 15px;
}
.c-questions-list li .barchart-container {
  display: none;
  width: auto;
}
.c-questions-list li .barchart-container.show-me {
  display: inline-block;
}
.link-arrow {
  display: inline-block;
  padding-left: 23px;
  background-image: url('../images/link-arrow.png');
  background-position: 0 50%;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  color: #2d3e50;
}
.middle-container {
  width: 819px;
  margin: auto;
}
.start-calc {
  color: #009794;
  text-transform: uppercase;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.start-calc:before {
  content: '';
  border: 2px solid #009794;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  pointer-events: none;
}
.question-slider {
  float: left;
  width: 100%;
  background: #ffffff;
  margin-top: 45px;
  margin-bottom: 100px;
}
.question-slider .bx-wrapper {
  float: left;
  width: 100%;
  position: static;
  margin-bottom: 0;
}
.question-slider .bx-wrapper .bx-pager-item::after {
  /*content: "";
            background: #c3d1df;
            width: 16px;
            height: 2px;
            margin-top: 7px;
            float: right;*/
}
.question-slider .bx-wrapper button.submit {
  width: 100%;
  color: #ffffff;
  background: #009794;
  padding: 15px 0px;
  border: 0px solid transparent;
  font-size: 24px;
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 63px;
}
.question-slider .bx-wrapper button.submit:after {
  content: '';
  border: 2px solid #ffffff;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  pointer-events: none;
  position: absolute;
  top: 29px;
  margin-left: 13px;
}
.question-slider .bx-wrapper .bx-pager-item.active-slide::after {
  background: #009794;
}
.question-slider .bx-wrapper .bx-pager-item:last-child:after {
  width: 0px;
  height: 0px;
}
.question-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  float: left;
  background: url('../images/pager-bg.png') no-repeat !important;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  border: 0px solid #c3d1df;
}
.question-slider .bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #c3d1df;
  width: 16px;
  height: 16px;
  float: left;
  background: transparent !important;
  border-radius: 50%;
}
.question-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url('../images/bx-prev-icon.png') no-repeat;
  width: 61px;
  height: 61px;
  margin-top: -49px;
}
.question-slider .bx-wrapper .bx-controls-direction a.bx-next {
  width: 61px;
  height: 61px;
  background: url('../images/bx-next-icon.png') no-repeat;
  margin-top: -49px;
}
.question-slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item.active-slide a {
  /*float: left;
            background: url('@{base-url}/pager-bg.png') no-repeat !important;
            background-size: 16px 16px;
            width: 16px;
            height: 16px;
            border: 0px solid #c3d1df;*/
}
.question-slider .bx-wrapper .bx-viewport {
  height: auto !important;
  box-shadow: none;
  border: 0;
  left: 0px;
  float: left;
  width: 100%;
  background: #e9edf1;
  background: #ffffff;
}
.question-slider .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
}
.question-slider .question-bx-slider {
  float: left;
  width: 100%;
}
.question-slider .question-bx-slider > li {
  display: table;
  background: #ffffff;
}
.question-slider .question-bx-slider > li:last-child {
  background: #e9edf1;
  padding-left: 0;
  padding-right: 0;
}
.question-slider .question-bx-slider li {
  height: 100%;
  padding: 30px 50px 10px;
  width: 100%;
}
.question-slider .question-bx-slider li:last-child {
  padding-bottom: 50px;
}
.question-slider h1 {
  font-size: 30px;
  font-family: 400;
  color: #009794;
  text-transform: initial;
}
.question-slider .fade-holder {
  opacity: 1;
  float: left;
  width: 100%;
}
.question-slider .fade-holder form {
  float: left;
  width: 100%;
}
.question-slider p {
  font-size: 18px;
}
.question-slider span.right-info {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #2d3e50;
  font-size: 13px;
  margin-bottom: 30px;
  clear: left;
}
.question-slider .question-content {
  width: 100%;
  text-align: center;
  display: Table-cell;
  vertical-align: middle;
}
.question-slider .answers-holder {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.question-slider .answers-holder li {
  display: inline;
  padding: 0 20px 0;
  height: auto !important;
}
.question-slider .answers-holder label {
  padding-top: 115px;
  min-width: 150px;
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  font-weight: normal;
  color: #2d3e50;
}
.question-slider .answers-holder label.ans-yes {
  background: url('../images/ans-yes.svg') center top no-repeat;
  background-size: 105px 104px;
}
.question-slider .answers-holder label.ans-no {
  background: url('../images/ans-no.svg') center top no-repeat;
  background-size: 105px 104px;
}
.question-slider .answers-holder label.ans-abstein {
  background: url('../images/ans-abstein.svg') center top no-repeat;
  background-size: 105px 104px;
}
.question-slider .answers-holder label.ans-yes.active,
.question-slider .answers-holder label.ans-yes:hover {
  background: url('../images/ans-yes-active.svg') center top no-repeat;
}
.question-slider .answers-holder label.ans-no.active,
.question-slider .answers-holder label.ans-no:hover {
  background: url('../images/ans-no-active.svg') center top no-repeat;
}
.question-slider .answers-holder label.ans-abstein.active,
.question-slider .answers-holder label.ans-abstein:hover {
  background: url('../images/ans-abstein-active.svg') center top no-repeat;
}
.question-slider .answers-holder input[type="radio"] {
  display: none;
}
.container-wrap {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.similarity-results {
  padding: 30px 40px 30px 0;
  display: inline-block;
  margin: auto;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
.similarity-results .similar-3-more {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
  min-height: 422px;
  border-right: 1px solid #c3ccd4;
}
.similarity-results .similar-3-more .nr {
  font-size: 46px;
  color: #009794;
  width: 100%;
  text-align: center;
}
.similarity-results .similar-3-more .info {
  font-size: 16px;
  color: #2d3e50;
  margin-top: 40px;
  font-weight: 300;
  width: 100%;
  float: left;
}
.similarity-results .similar-3-more h2 {
  color: #2d3e50;
  margin: auto;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 300;
}
.similarity-results .similar-3-more h2.short-width {
  width: 146px;
  display: block;
}
.similarity-results .label-title {
  font-size: 18px;
  color: #2d3e50;
  font-weight: normal;
  margin-bottom: 0;
  float: left;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.similarity-results .table-filter-list .filter-section input {
  width: 200px;
}
.similarity-results .table-filter-list .filter-section .chosen-container {
  width: calc(50% - 100px) !important;
  max-width: calc(50% - 100px);
}
.similarity-results .table-filter-list .filter-section .filter-button {
  float: left;
  width: auto;
  pointer-events: none;
  border: none;
}
.similarity-results .table-filter-list .filter-section .filter-button .filter-arrow {
  display: none;
}
.similarity-results .table-filter-list .filter-section .filter-content {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative;
  float: right;
  border: none;
  box-shadow: none;
  text-align: left;
  top: 0;
  width: calc(100% - 80px);
}
.similarity-results .table-filter-list .filter-section .filter-content .filter-sub-section {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.similarity-results .table-filter-list .filter-section .filter-content:after {
  display: none;
}
.similarity-results .compare-btn {
  float: none;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
}
.similarity-results .compare-content {
  float: left;
  width: 100%;
}
.similarity-results .compare-content.no-chart .charts-holder {
  float: none;
  display: inline-block;
}
.similarity-results .compare-content.no-chart .charts-holder .similar-3-more,
.similarity-results .compare-content.no-chart .charts-holder .main-similar-deputy {
  border-right: 0;
}
.similarity-results .charts-holder {
  float: left;
  width: 60%;
  margin-top: 17px;
}
.similarity-results .info-title {
  font-size: 16px;
  font-weight: normal;
  color: #2d3e50;
  margin-bottom: 40px;
}
.similarity-results .spider-chart {
  display: inline-block;
  width: 40%;
  margin-top: 17px;
}
.similarity-results .main-similar-deputy {
  float: left;
  border-right: 1px solid #c3ccd4;
  width: 100%;
  font-size: 0;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.similarity-results .main-similar-deputy li {
  vertical-align: top;
  display: inline-block;
  font-size: 0;
  width: 33.3%;
  padding-left: 10px;
  padding-right: 10px;
}
.similarity-results .main-similar-deputy li .image-holder {
  padding: 0 10px;
  width: 100%;
  margin-bottom: 15px;
}
.similarity-results .main-similar-deputy li .image-holder img {
  display: block;
  width: 100%;
}
.similarity-results .main-similar-deputy li .description-middle-text {
  width: 140px;
  height: 140px;
  padding: 30px 10px;
}
.similarity-results .main-similar-deputy li .description-middle-text span.percentage {
  font-size: 38px;
  color: #009794;
  font-weight: 300;
}
.similarity-results .main-similar-deputy li .wrap-chart {
  width: 140px;
  height: 140px;
  display: inline-block;
}
.similarity-results .main-similar-deputy li .text-holder {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.similarity-results .main-similar-deputy li .text-holder h1 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #2d3e50;
  width: 100%;
  float: left;
  text-align: center;
}
.similarity-results .main-similar-deputy li .text-holder .party {
  margin-bottom: 0;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
}
.similarity-results .other-similar-deputy-list.table-filter-list {
  margin-top: 10px;
}
.similarity-results .other-similar-deputy-list.table-filter-list table td {
  text-align: left;
}
.similarity-results .other-similar-deputy-list.table-filter-list a:hover .single-deputy p {
  color: #009794;
}
.similarity-results .other-similar-deputy-list.table-filter-list .deputy-link:hover p {
  color: #009794;
}
.similarity-results .other-similar-deputy-list.table-filter-list .sorting_1 .progress-bar {
  background: #009794;
}
.similarity-results .other-similar-deputy-list.table-filter-list .sorting_desc span {
  background: url('../images/sort-arrow-active-green.png') no-repeat;
  background-position: 100% 4px;
}
.similarity-results .other-similar-deputy-list.table-filter-list .sorting_asc span {
  background: url('../images/sort-arrow_desc-green.png') no-repeat;
  background-position: 100% 4px;
  padding-right: 27px;
}
.similarity-results .other-similar-deputy-list.table-filter-list .progress-bar-value {
  color: #009794;
}
.main-content-holder {
  background: #ffffff;
}
.short-links li {
  height: auto !important;
  display: inline;
  padding-right: 40px;
}
.short-links li .pdf-standalone {
  padding-left: 40px;
}
.short-links li .pdf-standalone:hover {
  padding-left: 40px;
}
.voting-link {
  background: url('../images/voting-icon.png') left center no-repeat;
  padding-left: 40px;
  min-height: 30px;
  float: none;
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.voting-link:hover {
  background: url('../images/voting-icon-hover.png') left center no-repeat;
  padding-left: 40px;
  margin-left: 5px;
  min-height: 30px;
  display: inline-block;
}
.news.news-full .left-part {
  width: 100%;
  margin-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.news.news-open .left-part {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 60px;
}
.no-paddings {
  padding-top: 0px !important;
}
.news.news-full .left-part ul.news-list > li {
  width: 33.33%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.news.news-full .left-part ul.news-list > li.activity-item:nth-child(2n+1) {
  clear: none;
  padding-left: 10px;
}
.news.news-full .left-part ul.news-list > li.activity-item:nth-child(3n+1) {
  clear: left;
}
.news.news-full .left-part ul.news-list > li .date {
  width: 100%;
  float: left;
  margin: 10px 0;
}
a.link {
  padding-left: 20px;
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 10px;
  margin-top: 20px;
}
a.link:hover {
  text-decoration: underline;
}
a.link:before {
  content: '';
  border: 1px solid #2d3e50;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: none;
  border-left: none;
  pointer-events: none;
}
.dialogue-container .read-more {
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #2d3e50;
  font-size: 12px;
  margin-top: 10px;
}
.dialogue-container .read-more:hover {
  text-decoration: underline;
}
.dialogue-container .show-less {
  width: 100%;
  cursor: pointer;
  color: #778591;
  font-weight: bold;
}
.dialogue-container .show-less:hover {
  text-decoration: underline;
}
.dialogue-container .anex-part {
  display: none;
  float: left;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.28);
}
.dialogue-container .anex-part .popup {
  display: table;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.dialogue-container .anex-part .center-text {
  display: table-cell;
  vertical-align: middle;
}
.dialogue-container .anex-part .full-answer {
  position: relative;
  padding: 80px;
  background: #fff;
  border: 1px solid #e6eaef;
  border-radius: 3px;
  float: left;
}
.dialogue-container .anex-part .full-answer p {
  font-size: 16px;
  font-weight: 400;
  color: #778591;
}
.dialogue-container span.show-less {
  padding-top: 5px;
  float: left;
  font-size: 13px;
  color: #778591;
  text-transform: uppercase;
  display: inline-block;
  background: url('../images/close.png') no-repeat;
  width: 20px;
  background-size: 20px;
  height: 21px;
  position: absolute;
  top: 14px;
  text-indent: -99999em;
  right: 14px;
}
.dialogue-container span.show-less:hover {
  background: url('../images/close-hover.png') no-repeat;
  background-size: 20px;
}
.link-information {
  margin-top: 30px;
  margin-bottom: 30px;
}
.link-information p {
  font-size: 14px;
  color: #778591;
  font-weight: normal;
}
.link-information p a {
  font-size: 14px;
}
.link-information p a:hover {
  font-size: 14px;
  text-decoration: underline;
}
.agreements-title {
  margin-bottom: 50px;
  font-size: 22px;
  display: block;
  text-align: center;
  font-weight: 500;
}
.be-logo {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  min-height: 74px;
  margin-bottom: 25px;
}
.be-logo .be-description {
  position: relative;
}
.be-logo img {
  top: 0;
  max-width: 90px;
  display: block;
  margin: auto;
  margin-top: 10px;
}
.be-logo span {
  font-size: 12px;
  padding-top: 28px;
  display: block;
  margin: auto;
  color: #2d3e50;
}
.filter-dialogue {
  /*display: none;*/
}
.no-results-info {
  float: left;
  width: 100%;
  color: #878F96;
  font-size: 14px;
  text-align: left;
}
.loader-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.loader-holder .loader {
  position: Absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* Dialog activity slider box */
.dialog-activity {
  position: relative;
  width: 100%;
  float: left;
}
.dialog-activity .f-bg {
  width: 100%;
  float: left;
  padding-bottom: 44px;
  background-color: #fff;
}
.dialog-activity .slider-title {
  position: absolute;
  top: 35px;
  left: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.dialog-activity .bx-wrapper {
  margin-bottom: 0;
}
.dialog-activity .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}
.dialog-activity .bx-wrapper .bx-pager.bx-default-pager a {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
}
.dialog-activity .bx-wrapper .bx-pager.bx-default-pager a.active,
.dialog-activity .bx-wrapper .bx-pager.bx-default-pager a:hover {
  border-color: #fff;
  background-color: #fff;
}
.dialog-activity .bx-wrapper .bx-pager {
  top: 305px;
  bottom: auto;
}
.dialog-activity-slider {
  width: 100%;
  float: left;
}
.dialog-activity-slider li {
  width: 100%;
  float: left;
}
.dialog-activity-slider li .img-container {
  position: relative;
  width: 100%;
  height: 350px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dialog-activity-slider li .img-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00ffffff', GradientType=0);
}
.dialog-activity-slider li .img-container .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/play-icon-f.svg');
  background-size: 80px 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin: auto;
}
.dialog-activity-slider li .description {
  width: 100%;
  float: left;
  padding: 42px;
}
.dialog-activity-slider li .description .date {
  font-size: 13px;
  line-height: 22px;
  color: #8e9ca8;
}
.dialog-activity-slider li .description p {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #2d3e50;
}
.dialog-activity-slider li a:hover .description p {
  text-decoration: underline;
}
/* Dialog new style */
.dialog-row {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
}
.dialog-row:before,
.dialog-row:after {
  content: "";
  display: table;
  clear: both;
}
.dialog-row .col-6 {
  position: relative;
  width: calc(50% - 20px);
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 90px;
  background-color: #fff;
}
.dialog-row .col-6 .button-read-more {
  position: absolute;
  bottom: 45px;
  left: 30px;
}
.dialog-pdf-container {
  padding: 30px;
  margin-bottom: 35px;
}
.dialog-pdf-container .title {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 700;
  color: #2d3e50;
  text-transform: uppercase;
}
.tools-list {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.tools-list .item {
  width: 25%;
  float: left;
  padding-top: 15px;
  padding-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #2d3e50;
}
.tools-list .item a {
  padding: 5px 0 5px 45px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 18px;
}
.tools-list .item a:hover {
  text-decoration: underline;
}
.tools-list .stream {
  background-image: url('../images/live-stream-icon.png');
  background-size: 25px 22px;
}
.tools-list .check {
  background-image: url('../images/sondazhet-icon.png');
  background-size: 24px 27px;
}
.tools-list .infographic {
  background-image: url('../images/infographic-icon.png');
  background-size: 30px 30px;
}
.tools-list .resolution {
  background-image: url('../images/results-icon.png');
  background-size: 25px 29px;
}
.livestream-wrapper {
  background-color: #2d3e50;
  overflow: hidden;
}
.livestream-wrapper.single {
  margin-bottom: 55px;
  padding-top: 0;
  padding-bottom: 0 !important;
}
.livestream-wrapper .iframe-container {
  text-align: center;
}
.livestream-wrapper .iframe-container iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.livestream-wrapper .filled-btn {
  width: auto !important;
  color: #2d3e50;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  line-height: 28px;
}
.livestream-wrapper .filled-btn:hover {
  text-decoration: underline;
}
.text-right {
  text-align: right;
}
.post-date {
  font-size: 18px;
  margin-bottom: 0;
  clear: both;
  display: block;
}
.news .container {
  padding: 60px 30px 30px 30px;
  background: #ffffff;
  margin-bottom: 30px;
}
.news .left-part {
  width: 66.8%;
  clear: left;
  float: left;
  padding-right: 40px;
}
.news .left-part .links-share {
  float: left;
}
.news .left-part p {
  float: left;
  clear: both;
}
.news .left-part ul.news-list > li {
  width: 50%;
  padding-left: 10px;
  float: left;
  margin-bottom: 20px;
}
.news .left-part ul.news-list > li a {
  float: left;
  width: 100%;
  position: relative;
}
.news .left-part ul.news-list > li a:hover p {
  text-decoration: underline;
}
.news .left-part ul.news-list > li a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news .left-part ul.news-list > li .img-hover {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}
.news .left-part ul.news-list > li .img-hover.has-video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.news .left-part ul.news-list > li .img-hover .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/play-icon-f.svg);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin: auto;
  z-index: 1;
}
.news .left-part ul.news-list > li .img-hover .play-icon.live {
  background-image: url(../images/play_live.svg);
}
.news .left-part ul.news-list > li .dialogue-mask {
  position: Absolute;
  top: 0;
  right: 0px;
  background: url('../images/top-box-dialogue-icon.png') no-repeat;
  background-size: contain;
  width: 76px;
  height: 65px;
}
.news .left-part ul.news-list > li img {
  width: 100%;
  display: block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.news .left-part ul.news-list > li:nth-child(2n+1) {
  padding-right: 10px;
  padding-left: 0px;
  clear: left;
}
.news .right-part {
  width: 33.2%;
  float: right;
}
.news .right-part .captcha-holder {
  width: 100%;
}
.news .right-part h1 {
  font-size: 34px;
  font-weight: 300;
  float: left;
  margin-bottom: 10px;
}
.news .right-part p {
  float: left;
  clear: both;
}
.news .right-part .question-form input[type="text"],
.news .right-part .question-form input[type="email"],
.news .right-part .question-form select,
.news .right-part textarea {
  border: 1px solid #c3ccd4;
}
@media only screen and (min-width: 1080px) {
  .news .right-part {
    min-height: 530px;
  }
  .news .right-part .fixed-form.fixed {
    min-height: 530px;
    position: fixed;
  }
}
@media only screen and (max-width: 650px) {
  .news .left-part {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .news .left-part ul.news-list > li {
    width: 100%;
    padding-left: 0;
    float: left;
    margin-bottom: 10px;
  }
  .news .left-part ul.news-list > li img {
    width: 100%;
  }
  .news .left-part ul.news-list > li:nth-child(2n+1) {
    padding-right: 0;
    padding-left: 0;
    clear: left;
  }
  .news .right-part {
    width: 100%;
    margin-top: 20px;
  }
  .news .entry-charts {
    padding: 0px 0 20px;
  }
}
.news .description-part h1 {
  font-size: 24px;
}
.news #recaptcha_image {
  height: auto !important;
}
.news .links-share .share-list .share-btn {
  pointer-events: none;
}
.news-open .video-container {
  width: 100%;
  height: 506px;
  min-height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.news-open .video-container.fb-video {
  height: auto;
}
.news-open .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-open .video-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.news-open .video-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.news-open .video-thumb .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/play-icon-f.svg');
  background-size: 80px 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin: auto;
  border: none;
}
.full-text .container img.full {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
  max-width: 100%;
}
.full-text .container .opened-share {
  float: left;
  padding-left: 0;
}
.full-text .container .opened-share li {
  float: left;
  padding-left: 0;
  padding-right: 15px;
}
.full-text .container .opened-share li a {
  min-height: 26px;
}
.news .links-share {
  margin-top: 5px;
}
.news .links-share .share-list .opened-share {
  position: relative;
  float: left;
  bottom: initial;
  top: initial;
  border: none;
  width: auto;
  height: auto;
  padding-top: 0;
  margin-top: -3px !important;
  left: 0;
}
.news .links-share .share-list .opened-share .share-btn:hover {
  text-align: unset;
  pointer-events: none;
}
.news .links-share .share-list .opened-share li {
  border: none;
  width: auto !important;
  float: left;
  padding-left: 0;
  padding-right: 15px;
}
.news .links-share .share-list .opened-share li a {
  min-height: 26px;
}
.news .links-share .share-list .opened-share li .fb-icon {
  padding-right: 0;
  width: 10px;
  height: 22px;
  background-size: contain;
  margin-top: 5px;
  float: left;
}
.news .links-share .share-list .opened-share li .tw-icon {
  width: 20px;
  background-size: contain;
  height: 18px;
  margin-top: 7px;
  float: left;
  margin-left: 5px;
}
.news .links-share .share-list .opened-share li .ln-icon {
  width: 18px;
  height: 18px;
  margin-top: 7px;
  float: left;
  background-size: contain;
}
.links-share .share-list ul li .ln-icon {
  background: url('../images/ln-icon.png') no-repeat;
}
.links-share .share-list ul li .ln-icon:hover {
  background: url('../images/ln-icon-hover.png') no-repeat;
}
.links-share .share-list ul li .tw-icon {
  background: url('../images/tw-icon.png') no-repeat;
}
.links-share .share-list ul li .tw-icon:hover {
  background: url('../images/tw-icon-hover.png') no-repeat;
}
.links-share .share-list ul li .fb-icon {
  background: url('../images/fb-icon.png') no-repeat;
}
.links-share .share-list ul li .fb-icon:hover {
  background: url('../images/fb-icon-hover.png') no-repeat;
}
.opened-share {
  margin-top: 20px;
  display: block !important;
  float: left;
  padding-left: 0;
}
.opened-share li {
  float: left;
  padding-left: 0;
  padding-right: 15px;
}
.opened-share li a {
  min-height: 26px;
}
.top-nav-link .go-back-btn.right-go-back {
  float: right;
}
.full-width.no-border .description-part {
  border-bottom: 0 !important;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 800px) {
  .full-width.no-border .description-part h1 {
    margin-bottom: 0;
    font-size: 38px;
  }
}
.promotion .img-holder img {
  -webkit-box-shadow: 15px 15px 0px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 15px 0px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 0px -1px rgba(0, 0, 0, 0.15);
}
.promotion .slider-mask {
  background: rgba(80, 80, 85, 0.85);
}
/* Desktop */
@media only screen and (max-width: 1620px) {
  .back-top {
    right: 20px;
  }
}
@media only screen and (min-width: 1080px) {
  .deputy-profile {
    min-height: 400px;
  }
}
@media only screen and (max-width: 1101px) {
  .dialogue-container .transparent-bg ul {
    width: 100%;
    margin-left: 0;
  }
  .dialogue-container .transparent-bg.right-icons ul li .pdf-container .img-mask {
    width: 170px;
    height: 170px;
    background-size: cover !important;
    right: 0;
  }
  .dialogue-container .transparent-bg.left-icons ul li .pdf-container .img-mask {
    width: 170px;
    height: 170px;
    background-size: cover !important;
    left: 0;
  }
  .livestream-wrapper .iframe-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 1080px) {
  .similarity-results .main-similar-deputy li {
    width: 47%;
  }
  .dialogue-container .transparent-bg {
    background: transparent;
    margin-top: 0px;
    padding-top: 0px;
    height: auto !important;
  }
  .dialogue-container .transparent-bg .container {
    padding-left: 0;
    padding-right: 0;
  }
  .dialogue-container .transparent-bg.right-icons ul li .pdf-container {
    padding-right: 0;
    padding-left: 170px;
  }
  .dialogue-container .transparent-bg.right-icons ul li .pdf-container .img-mask {
    right: unset;
    right: initial;
    left: 0;
  }
  .dialogue-container .transparent-bg ul {
    width: 100%;
    margin-left: 0;
  }
  .dialogue-container .transparent-bg ul li {
    padding-left: 10px;
    padding-right: 10px;
    background: url('../images/costs-bg-layer.png') repeat-x;
    margin-top: -20px;
    padding-top: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .dialogue-container .transparent-bg ul li .pdf-container {
    min-height: 150px;
    height: auto !important;
  }
  .back-top {
    bottom: 5px;
    right: 5px;
  }
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .deputy-profile .img-container img {
    width: 100%;
  }
  header .main-nav .container {
    padding: 0px 0px;
  }
  header .main-nav ul li {
    width: 10%;
  }
  header .main-nav ul li span.title {
    font-size: 11px;
  }
}
/*Small desktop - landscape tablet*/
@media only screen and (max-width: 1024px) {
  .entry-charts .right-container {
    float: left;
    width: 100%;
  }
  .button-read-more.dialogue-report {
    margin-bottom: 20px;
  }
  .filter-section select {
    background: url('../images/dropdown-select-arrow.png') no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  .filter-sub-section select {
    background: url('../images/dropdown-select-arrow.png') no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  .questions-feed .container {
    pointer-events: none;
  }
  .back-top {
    display: none !important;
  }
  .members li:nth-child(3n+1) {
    clear: none;
  }
  .members li:nth-child(2n+1) {
    clear: both;
  }
  .deputy-profile .container {
    padding: 20px;
  }
  .main-nav.home-full ul li:hover .title {
    opacity: 1;
  }
  .main-nav.home-full ul li:hover p {
    opacity: 0;
  }
  .ask-deputy .link-button {
    display: block;
  }
  .entry-charts .charts {
    float: left;
    width: 100%;
  }
  .entry-charts .description-part {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .assembly .description-part {
    width: 50%;
    float: left;
  }
  .assembly .img-container {
    width: 50%;
    float: left;
  }
  /*bootstrap override datatable style*/
  .table-filter-list {
    padding: 10px;
  }
  .table-filter-list .child {
    padding: 0 !important;
  }
  .table-filter-list .child ul {
    width: 100%;
  }
  .table-filter-list .child li {
    padding: 10px 0 !important;
  }
  .table-filter-list .child .dtr-title {
    vertical-align: middle;
    width: 49% !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400 !important;
  }
  .table-filter-list .child .dtr-data {
    vertical-align: middle;
    width: 49% !important;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 50% !important;
    left: -4px !important;
    height: 24px !important;
    width: 24px !important;
    display: block;
    margin-top: -12px !important;
    position: absolute;
    border: 0;
    border-radius: 16px;
    text-align: center;
    box-shadow: none !important;
    box-sizing: content-box !important;
    content: '' !important;
    background: url('../images/res-show-more.png') no-repeat !important;
  }
  .detailed-table table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  .detailed-table table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    left: 0 !important;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background: url('../images/res-show-less.png') no-repeat !important;
  }
  .pdf span.download {
    display: block;
  }
  footer .container {
    padding: 0 10px;
  }
  footer .subscribe-part ul li input.email-input {
    min-width: initial;
    max-width: 225px;
  }
  .table-filter-list.more-option-table .anex-part {
    display: block !important;
    position: relative;
    width: auto;
    height: auto;
    background: transparent;
    z-index: 0;
  }
  .table-filter-list.more-option-table .anex-part .full-answer {
    position: relative;
    padding: 0;
    background: #fff;
    border: 0;
  }
  .table-filter-list.more-option-table .anex-part .full-answer p {
    font-size: 16px;
  }
  .table-filter-list.more-option-table .show-less-desc {
    display: none;
  }
  .table-filter-list.more-option-table .read-more.text,
  .table-filter-list.more-option-table .show-less.text {
    display: none;
  }
  .check-box {
    margin-left: 20px;
  }
  .selected-deputy {
    position: relative;
  }
  .selected-deputy .filled-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .selected-deputy .single-deputy {
    width: 100%;
    margin-bottom: 5px;
  }
  .selected-deputy .single-deputy:last-child {
    margin-bottom: 60px;
  }
  .selected-deputy .single-deputy .info-container {
    padding-right: 20px;
  }
  .home-slider li {
    height: auto;
    display: table;
    min-height: 200px;
    vertical-align: middle;
  }
  .home-slider li .container {
    display: table-cell;
    vertical-align: middle;
  }
  .home-slider li.bg-img-slider .text-content {
    width: 60%;
  }
  .home-slider .text-content .vertical-middle-display {
    height: auto;
    display: initial;
    float: left;
  }
  .home-slider .statistics-content {
    height: 0;
    overflow: hidden;
  }
  .home-slider .text-content {
    width: 100%;
    padding: 50px 0;
    margin-top: 0;
  }
  .home-slider .text-content h1 {
    line-height: 1.2em;
  }
  .publications .publication-list li {
    width: 33.33%;
  }
  .publications .publication-list li:nth-child(4n+1) {
    clear: none;
  }
  .publications .publication-list li:nth-child(3n+1) {
    clear: left;
  }
  .publications .parlamentary-question .publication-list li .hover-content {
    opacity: 1;
  }
  .publications .parlamentary-question .publication-list li .hover-content .links {
    visibility: visible;
  }
  .publications .parlamentary-question .hover-content {
    background: rgba(45, 62, 80, 0.35);
  }
}
@media only screen and (max-width: 920px) {
  .costs-block .costs-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .compare-with-deputy .col-6 {
    width: 100%;
    margin-bottom: 100px;
    padding: 0 30px;
  }
  .compare-with-deputy .col-6.npbot,
  .compare-with-deputy .col-6.nmbot {
    margin-bottom: 0;
  }
  .compare-with-deputy .col-6 .container-wrap {
    position: relative;
    left: 0;
    width: 100%;
  }
  .compare-with-deputy .col-6 .container-wrap .link-content-calculation {
    margin-top: 30px;
  }
  .compare-with-deputy .calc-h {
    margin-bottom: 100px;
  }
  .top-nav,
  .language-list {
    display: none !important;
  }
  header .top-header .right-part .right-nav {
    display: none;
  }
  .lines-button {
    display: block !important;
    right: 0;
  }
  header .top-header {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  header .top-header .right-part .fast-link {
    display: none;
  }
  header .top-bar .legacy-link {
    display: none;
  }
  header.nav-up {
    top: -170px;
  }
}
@media only screen and (min-width: 921px) {
  .tabs-content .tabs-filters {
    display: table;
    overflow-x: hidden;
    white-space: normal;
  }
  .tabs-content .tabs-filters li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}
@media only screen and (max-width: 890px) {
  .question-slider span.right-info {
    margin-bottom: 10px;
  }
  .middle-container {
    width: 100%;
  }
  .question-slider h1 {
    font-size: 26px;
  }
  .question-slider p {
    font-size: 16px;
  }
  .main-content-holder {
    margin-bottom: 30px;
  }
  .home-slider .statistics-content.img-full {
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .home-slider .statistics-content.img-full .img-holder {
    width: 100%;
  }
  .home-slider li.non-shadow-img-slider .statistics-content .img-holder {
    text-align: center;
  }
  .home-slider li.non-shadow-img-slider .statistics-content .img-holder img {
    width: 433px;
    margin: auto;
  }
  .all-questions {
    float: left;
    clear: left;
  }
  .popup-wrapper .popup {
    min-width: 90%;
  }
  .slider-wrapper .bx-controls {
    display: none;
  }
  .slider-wrapper .bx-controls .bx-controls-direction {
    display: none;
  }
  .ask-deputy-form .container {
    padding: 15px;
  }
  .chartDetails form {
    display: inline;
  }
  .chartDetails .filter-sub-section select {
    margin-bottom: 30px;
  }
  .entry-charts .charts .slider li h2 {
    width: 80%;
    margin-bottom: 10px;
  }
  .deputy-profile .img-container {
    width: 27%;
    position: relative;
    float: left;
    max-width: 70px;
    left: 0;
  }
  .deputy-profile .title {
    margin-left: 20px;
    float: left;
    font-size: 1em;
    font-weight: 400;
    width: 60%;
    color: #333;
  }
  .deputy-profile .personal-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .deputy-profile .personal-info div {
    border-top: 1px solid #e6eaef;
    border-bottom: 1px solid #e6eaef;
    padding: 20px 0;
    width: 100%;
  }
  .deputy-profile .personal-info .right-info {
    border: none;
    padding: 0;
    padding-top: 20px;
  }
  .deputy-profile .compare-btn {
    display: none;
  }
  /* DEPUTY - OPEN */
  .deputy-charts .three-charts {
    width: 100%;
  }
  .deputy-charts .three-charts.bordered {
    border-right: 0;
    border-bottom: 1px solid #c3ccd4;
  }
  .deputy-charts .three-charts > div {
    padding: 0 45px !important;
  }
  .deputy-charts .wrap-chart {
    margin: 0 auto !important;
  }
  .deputy-charts .description-charts {
    width: 100%;
    margin-top: 25px;
  }
  .deputy-charts .description-charts .statistics-container {
    min-height: auto;
    margin-bottom: 35px;
  }
  .quest-deputy .full-quest {
    padding: 25px 25px 25px 20px !important;
  }
  .quest-deputy .left-quest {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .quest-deputy .right-quest {
    width: 100%;
  }
  .header-cover {
    min-height: 117px;
    height: 117px;
  }
  header .main-nav {
    display: none;
  }
  header .responsive-nav {
    display: block;
  }
  header .top-header .right-part {
    right: 15px;
  }
  header .top-header .container {
    padding: 0 15px;
  }
  footer h2 {
    margin-bottom: 10px;
  }
  footer .left-footer {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .right-footer {
    padding-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  footer .right-footer .founded-by {
    padding: 0;
    float: left;
    padding-right: 50px;
  }
  .tabs-content .tabs-filters li {
    text-align: left;
  }
  .tabs-content .tabs-filters li a {
    padding: 10px;
    font-size: 12px;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 850px) {
  .similarity-results .similar-3-more {
    min-height: auto;
    min-height: unset;
    border-right: 0;
  }
  .similarity-results .label-title {
    padding-left: 15px;
  }
  .similarity-results .charts-holder {
    width: 100%;
    border-right: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3ccd4;
    padding-bottom: 10px;
  }
  .similarity-results .charts-holder .main-similar-deputy {
    border-right: 0;
  }
  .similarity-results .main-similar-deputy {
    border-right: 0;
  }
  .similarity-results .main-similar-deputy li {
    width: 33.3%;
  }
  .similarity-results .spider-chart {
    width: 100%;
  }
  .c-questions-container {
    padding: 50px 35px;
  }
}
/* Portrait Tablet */
@media only screen and (max-width: 768px) {
  .similarity-results .main-similar-deputy li {
    width: 50%;
    /*float: left;*/
  }
  .similarity-results .main-similar-deputy li:nth-child(3n+1) {
    clear: left;
  }
  header .top-header .right-part .fast-link {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
  }
  .question-form .filter-sub-section,
  .question-form .captcha-holder {
    width: 100%;
  }
  .main-nav.home-full ul li.not-clickable .coming-soon {
    top: 5px;
  }
  .costs-block:nth-child(odd) .costs-info {
    padding-left: 20px;
  }
  .costs-block:nth-child(even) .costs-info {
    padding-right: 20px;
  }
  .costs-block .cost-value p {
    font-size: 15px;
  }
  .costs-block .cost-value p span {
    font-size: 22px;
  }
  .costs-block .percentage-val {
    font-size: 70px;
  }
  .world-map {
    width: 100%;
    height: 300px;
  }
  .table-filter-list .container {
    padding: 20px;
  }
  .table-filter-list table thead:after {
    content: "";
    height: 15px;
    width: 100%;
    display: inline;
  }
  select {
    width: 45% !important;
  }
  .question-form input[type="text"],
  .question-form input[type="email"],
  .question-form select {
    width: 100% !important;
    height: 40px;
  }
  .commissions-list .content-part .statistics-list li {
    width: 50%;
  }
  .divider {
    padding-left: 0;
    border: none;
  }
  .back-top {
    right: 10px;
    bottom: 10px;
    z-index: 99999;
  }
  .main-nav.home-full ul li {
    width: 50% !important;
    padding: 30px 0;
  }
  .publications .publication-list li {
    width: 33%;
  }
  .assembly .container {
    padding: 0 10px !important;
  }
  .assembly .description-part {
    width: 100%;
    float: left;
  }
  .assembly .img-container {
    width: 100%;
    float: left;
  }
  .table-filter-list .filter-section .search {
    width: 65%;
    float: left;
  }
  .table-filter-list .filter-section .filter-button {
    float: right;
  }
  .tabs-content .selected-tabs-content .tab-hide {
    padding: 15px;
  }
  .tabs-content .selected-tabs-content .tab-hide .table-filter-list {
    padding: 0;
  }
  .filter-section select {
    border: 1px solid #aaa;
    padding: 11px 5px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .autocomplete-suggestions {
    top: 35px;
    background: transparent;
  }
  .votes-list .votes-list-result {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .votes-list .single-deputy .info-container {
    padding-top: 10px;
  }
  .votes-list .votes-list-result ul li {
    width: 49.3%;
  }
  .votes-list .votes-list-result ul li:nth-child(2n) {
    margin-right: 0;
  }
  .votes-list .votes-list-result ul li:nth-child(3n+1) {
    clear: none;
  }
  .votes-list .votes-list-result ul li:nth-child(2n+1) {
    clear: both;
  }
  .page-title {
    padding: 20px;
  }
  .page-title .container {
    padding: 0;
  }
  .page-title h1 {
    font-size: 30px;
  }
  .page-title h1,
  .page-title .description-part {
    margin-bottom: 0;
    padding: 0 !important;
  }
  .full-text .container {
    padding: 20px;
  }
  .contact .container {
    padding: 15px;
  }
  .contact .container .question-form form textarea {
    width: 100%;
  }
  .contact .container .question-form form input {
    width: 100%;
  }
  .contact .container .question-form .captcha {
    width: 100%;
    margin-top: 0;
  }
  .contact .container .question-form .captcha img {
    width: 20%;
  }
  .contact .container .question-form .captcha input {
    width: 75% !important;
  }
  .members li,
  .lidership li {
    width: 48.2%;
  }
  .c-questions-list li .hiden-textarea {
    width: 100%;
  }
  .c-questions-list li .barchart-container canvas {
    width: 250px;
    height: 110px;
  }
  /* Dialog new style */
  .dialog-row .col-6 {
    width: calc(100% - 20px);
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 700px) {
  .overflow-hidden {
    overflow-y: hidden;
    padding: 0;
    position: relative;
  }
  .gradient-mask {
    display: block;
  }
  .dialogue-container {
    padding-bottom: 0;
  }
  .dialogue-container .transparent-bg {
    background: transparent;
    margin-top: 0px;
    padding-top: 0px;
  }
  .dialogue-container .transparent-bg .container {
    padding-left: 0;
    padding-right: 0;
  }
  .dialogue-container .transparent-bg ul li {
    margin-top: -5px;
    padding-top: 10px;
    position: relative;
  }
  .dialogue-container .transparent-bg ul li .pdf-container {
    padding-bottom: 30px;
    position: static;
    padding-right: 0;
  }
  .dialogue-container .transparent-bg ul li .pdf-container .img-mask {
    bottom: unset;
    bottom: initial;
    top: 10px;
    width: 80px;
    height: 80px;
  }
  .dialogue-container .transparent-bg ul li h1 {
    padding-right: 67px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .dialogue-container .transparent-bg ul li a.pdf-standalone {
    font-size: 15px;
  }
  .dialogue-container .transparent-bg.right-icons ul li .pdf-container {
    padding-right: 0;
    padding-left: 0;
  }
  .dialogue-container .transparent-bg.right-icons ul li .pdf-container .img-mask {
    left: unset;
    left: initial;
    right: 9px;
    width: 60px;
    height: 60px;
  }
  .dialogue-container .transparent-bg.left-icons ul li .pdf-container {
    padding-right: 0;
    padding-left: 0;
  }
  .dialogue-container .transparent-bg.left-icons ul li .pdf-container .img-mask {
    left: unset;
    left: initial;
    right: 9px;
    width: 60px;
    height: 60px;
  }
  .entry-charts .description-part .full-questions.quest-deputy .button-read-more {
    margin-left: 35px;
  }
  .single-question .autocomplete-suggestions {
    width: 100% !important;
    top: 40px;
  }
  .single-question input.search {
    width: 100%;
  }
  .commissions-list li {
    padding: 10px 0;
  }
  .commissions-list li .description-left {
    width: 100%;
    float: left;
  }
  .commissions-list li .description-right {
    width: 100%;
    float: left;
    padding-left: 0;
  }
  .commissions-list li .accordion-part .activity-sessions {
    margin: 0 10px;
  }
  .commissions-list .selected-filters ul li {
    padding: 5px 30px 5px 10px;
  }
  .home-slider .text-content {
    padding: 20px 0;
  }
  .home-slider .text-content h1 {
    font-size: 40px;
  }
  .home-slider .text-content .filled-btn {
    margin-top: 0;
  }
  .home-slider .text-content p {
    display: none;
  }
  .tabs-content .left-info-plenary {
    width: 100%;
  }
  .tabs-content .right-info-plenary {
    width: 100%;
  }
  .members li:nth-child(3n+1) {
    clear: none;
  }
  .members li:nth-child(2n+1) {
    clear: none;
  }
  .members li,
  .lidership li {
    width: 100%;
    margin-right: 0;
    min-width: inherit;
  }
  .members li:first-child .first-list-border,
  .lidership li:first-child .first-list-border {
    width: 100%;
  }
  .left-side,
  .right-side {
    margin-bottom: 20px;
    width: 100%;
  }
  .left-side tbody tr,
  .right-side tbody tr {
    height: 73px;
  }
  .left-side .single-deputy .info-container,
  .right-side .single-deputy .info-container {
    max-width: 80%;
  }
  .main-table {
    margin-top: 0;
  }
  .popup-wrapper .detailed-table {
    position: relative;
    padding: 13px;
    background: #fff;
    border: 1px solid #e6eaef;
    border-radius: 3px;
    float: left;
    padding-top: 40px;
    width: 100%;
  }
  .popup-wrapper .detailed-table table.dataTable > tbody > tr.child ul {
    width: 100%;
  }
  .popup-wrapper .detailed-table table.dataTable > tbody > tr.child span.dtr-title {
    font-weight: 400;
  }
}
@media only screen and (max-width: 640px) {
  .similarity-results .similar-3-more {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .similarity-results .table-filter-list .filter-section .filter-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .similarity-results .table-filter-list .filter-section .filter-content .filter-sub-section {
    padding-left: 0;
  }
  .similarity-results .table-filter-list .filter-section .filter-button {
    display: none;
  }
  .similarity-results .table-filter-list .filter-section input {
    width: 100%;
  }
  .home-slider li.bg-img-slider .text-content {
    width: 100%;
  }
  .home-slider .text-content h1 {
    font-size: 34px;
  }
  .news.news-open .left-part {
    padding: 0;
  }
  .news.news-full .left-part ul.news-list > li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 50%;
  }
  .news.news-full .left-part ul.news-list > li.activity-item {
    width: 100%;
  }
  .news.news-full .left-part ul.news-list > li:nth-child(3n-1) {
    clear: none;
  }
  .news.news-full .left-part ul.news-list > li:nth-child(3n+1) {
    clear: none;
  }
  .news.news-full .left-part ul.news-list > li:nth-child(2n+1) {
    clear: left;
  }
  .all-travels-table .single-deputy .img-container {
    display: none;
  }
  .all-travels-table .single-deputy .info-container {
    padding-left: 0;
  }
  .all-travels-table table tr td {
    text-align: center;
  }
  .all-travels-table table tr td:first-child {
    text-align: left;
  }
  .all-travels-table table tr td:last-child {
    text-align: left;
  }
  .all-travels-table .info-icon {
    margin-left: -20px;
  }
  .entry-charts .charts .percentage-values li {
    padding-left: 20px;
  }
  .entry-charts .charts .percentage-values li h2 {
    /*padding-left: 20px;*/
  }
  .entry-charts .charts .chart-legend li h2 {
    /*padding-left: 20px;*/
  }
  .entry-charts .charts .slider li h2 {
    /*padding-left: 20px;*/
  }
  /*header .top-header .right-part .fast-link {
        display: none;
    }*/
  .table-filter-list table span.vote-none {
    float: none;
    margin: auto;
    text-align: center;
    display: block;
  }
  .center-doughnut-percentage .description-middle-text {
    position: absolute;
    top: 74px;
    left: 50%;
    width: 200px;
    padding: 30px;
    height: 150px;
    display: table;
    vertical-align: middle;
    margin-left: -100px;
    margin-top: -75px;
  }
  .deputy-profile .container {
    padding: 10px;
  }
  .entry-charts .charts .slider li .chart {
    margin-top: 0;
  }
  .main-nav.home-full ul li span {
    background-size: auto 70% !important;
  }
  header .responsive-nav .current-link {
    padding: 8px 10px;
    -moz-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
    box-shadow: 0 1px 4px rgba(5, 5, 5, 0.1);
  }
  header .top-header .container {
    padding: 0 10px;
  }
  header .top-header .right-part {
    right: 10px;
  }
  .container {
    padding: 0 10px;
  }
  .world-map-wrapper {
    display: none;
  }
  .charts-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
  }
  .charts-wrapper .responsive-chart {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .charts-wrapper .desktop-chart {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .back-top {
    display: none !important;
  }
  .table-filter-list .container {
    margin-bottom: 10px;
  }
  .empty-pdf {
    display: none;
  }
  .vote-pro,
  .vote-abstain,
  .vote-anti {
    background-position: center center !important;
  }
  .full-text .container {
    padding: 10px;
  }
  select {
    width: 100% !important;
  }
  .entry-charts .charts .slider li .chart.doughnut canvas {
    width: 150px;
    height: 150px;
  }
  .entry-charts .charts .chart-legend li h2,
  .entry-charts .charts .chart-legend li h3 {
    margin-bottom: 0;
  }
  .entry-charts .charts .horizontal-legend ul li {
    width: 100%;
  }
  .entry-charts .chartDetails .chart-legend li h2,
  .entry-charts .chartDetails .chart-legend li h3 {
    margin-bottom: 0;
  }
  .header-cover {
    min-height: 97px;
    height: 97px;
  }
  .mobile-message {
    display: block;
  }
  .mobile-message h2 {
    padding: 50px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    text-transform: none;
  }
  .top-nav-link {
    padding: 20px 0;
  }
  .compare-deputy {
    display: none;
  }
  .quest-deputy .full-quest {
    padding: 15px !important;
  }
  .table-filter-list table td {
    padding-right: 0;
  }
  .description-part h1 {
    margin-bottom: 10px;
  }
  .entry-part {
    padding: 20px 0;
  }
  .entry-part h1 {
    margin-bottom: 0;
  }
  .entry-charts {
    padding: 20px 0;
  }
  .questions-feed h2 {
    font-size: 22px;
  }
  .questions-feed ul {
    padding: 14px;
    padding-right: 4px;
  }
  .questions-feed ul .content-info {
    width: 100%;
  }
  .main-nav ul li span.title {
    padding: 0;
    font-size: 14px !important;
  }
  .publications .parlamentary-question {
    padding: 15px !important;
  }
  .publications .publication-list li {
    width: 50%;
  }
  .publications .publication-list li:nth-child(3n+1) {
    clear: none;
  }
  .publications .publication-list li:nth-child(2n+1) {
    clear: left;
  }
  /*.top-nav, .language-list {
        display: none !important;
    }

    header .top-header .right-part .right-nav {
         display: none;
    }*/
  .lines-button {
    /*display: block !important;
        right: 0;*/
  }
  /*header {
        .top-header {
            padding-bottom: 10px;
            padding-top: 20px;
        }
    }*/
  .description-part h1 {
    font-size: 26px;
  }
  h1 {
    font-size: 24px;
  }
  .full-text .container h1 {
    font-size: 24px;
  }
  .quest-deputy h1 {
    font-size: 24px;
  }
  .deputy-charts .three-charts {
    width: 100%;
  }
  .deputy-charts .three-charts > div {
    margin-bottom: 30px;
    text-align: center;
    width: 100% !important;
    padding: 0 45px !important;
  }
  .deputy-charts .wrap-chart {
    margin: 0 auto !important;
  }
  .deputy-charts .description-charts {
    width: 100%;
    margin-top: 25px;
  }
  .votes-list .container {
    padding: 0 10px;
  }
  .votes-list .votes-list-result ul li {
    width: 100%;
    margin: 0;
  }
  .votes-list .votes-list-result ul li:nth-child(2n) {
    margin-right: 0;
  }
  .entry-charts .charts .slider li .chart.vertical canvas {
    margin: auto;
    vertical-align: middle;
  }
  .commissions-list li .accordion-part .activity-sessions li .aproved .description-title {
    display: none;
  }
  .table-filter-list.more-option-table span.text {
    padding-top: 9px;
  }
  .link-hover .status {
    padding: 3px 10px;
    border: 1px solid #778591;
    color: #778591;
    font-size: 12px;
    position: relative;
    margin-top: 10px;
    text-decoration: none !important;
    margin-left: 0;
  }
  .costs-container {
    margin-bottom: 20px;
  }
  .costs-block {
    padding: 10px 0;
    min-height: 200px;
    margin-top: -10px;
  }
  .costs-block .img-container {
    position: absolute;
    bottom: 0;
  }
  .costs-block:nth-child(odd) .costs-info {
    padding-left: 20px;
    left: 35%;
    position: relative;
  }
  .costs-block:nth-child(odd) .img-container {
    left: 0;
  }
  .costs-block:nth-child(even) .costs-info {
    padding-right: 20px;
    position: relative;
  }
  .costs-block:nth-child(even) .img-container {
    right: 0;
  }
  .costs-block .cost-value {
    width: 100%;
    margin-top: 25px;
  }
  .costs-block .cost-value p {
    margin-top: 5px;
    font-size: 15px !important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    max-width: 70%;
  }
  .costs-block .cost-value p span {
    font-size: 15px !important;
    font-weight: 600;
    margin-top: 0;
    line-height: 25px;
  }
  .costs-block .total-value p {
    max-width: 100%;
  }
  .costs-block .euro-val {
    font-size: 20px;
    color: #2d3e50;
    font-weight: 600;
  }
  .costs-block .euro-val .decimal-val {
    font-size: 16px;
  }
  .costs-block .euro-val:after {
    content: "€";
    font-size: 16px;
  }
  .costs-block .cost-percentage {
    width: 100%;
    float: left;
  }
  .costs-block .cost-percentage p {
    margin-top: 20px;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 400;
  }
  .costs-block .cost-percentage p span {
    font-weight: 600;
    font-size: 12px !important;
    display: inline-block;
  }
  .costs-block .percentage-val {
    font-size: 20px;
    font-weight: 700;
    color: #2d3e50;
  }
  .costs-block .percentage-val:after {
    content: "%";
    font-size: 16px;
  }
  .full-questions .answer .questionar-info {
    padding-left: 0;
  }
  .full-questions .answer p {
    padding-left: 0;
  }
  .chartDetails .filter-sub-section select {
    margin-bottom: 10px;
  }
  .chartDetails select {
    margin: 0 1% 5px;
    width: 31% !important;
    float: left;
  }
  .chartDetails .filled-btn {
    float: left;
    width: 31% !important;
  }
  .chartDetails .chart-legend {
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
    bottom: 0;
    top: auto;
    padding-right: 0;
    margin-top: 20px;
  }
  .chartDetails .chart-legend ul {
    display: inline-block;
  }
  .chartDetails .chart-legend ul li {
    min-width: 125px;
    font-size: 11px;
    text-transform: uppercase;
    color: #2d3e50;
    font-weight: 700;
    display: block;
    padding: 0px;
    float: left;
  }
  .chartDetails .chart-legend ul li h2 {
    width: auto;
  }
  .entry-charts.details .chartDetails {
    padding: 100px 10px 40px;
  }
  .entry-charts .chartDetails .description-middle-text {
    top: 314px;
    left: 50%;
    width: 200px;
    padding: 30px;
    height: 150px;
    display: table;
    vertical-align: middle;
    margin-left: -100px;
    margin-top: -75px;
  }
  .entry-charts .description-middle-text {
    top: 74px;
    left: 50%;
    width: 200px;
    padding: 30px;
    height: 180px;
    display: table;
    vertical-align: middle;
    margin-left: -100px;
    margin-top: -75px;
  }
  .description-middle-text span.percentage {
    font-size: 20px;
    font-weight: 300;
  }
  .entry-charts .charts .legislative-chart.doughnut .chart-legend {
    right: 0;
    width: 100%;
    position: relative;
    height: auto;
  }
  .commissions-list .content-part #MeetingsContainer li {
    padding-left: 0;
  }
  .commissions-list .content-part #MeetingsContainer li .no-pdf {
    padding-left: 0;
  }
  .commissions-list .content-part #MeetingsContainer li .description-right {
    padding: 10px 10px 10px 0 !important;
  }
  .commissions-list .content-part #MeetingsContainer li .description-left .pdf span.description-title {
    padding-left: 0px;
  }
  .commissions-list .content-part #MeetingsContainer li .description-right.has-pdf-description .description-title {
    padding-left: 33px;
  }
  .commissions-list .content-part #MeetingsContainer li span:first-child {
    padding-left: 0;
  }
  .js-top-travel-table .single-deputy .img-container {
    margin-bottom: 10px;
  }
  .js-top-travel-table .single-deputy .info-container {
    padding-left: 0px;
  }
  .main-nav ul li span.compare-deputy {
    display: block;
  }
  .question-slider .question-content {
    vertical-align: top;
  }
  .container-wrap {
    padding-top: 30px;
  }
  .question-slider .bx-wrapper .bx-pager {
    bottom: unset;
    top: 11px;
    color: #2d3e50;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 300;
  }
  .question-slider {
    margin-bottom: 20px;
  }
  .question-slider .bx-wrapper .bx-viewport {
    background: #e9edf1;
  }
  .question-slider .question-bx-slider li {
    height: auto !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .question-slider .question-bx-slider li span.right-info {
    display: none;
  }
  .question-slider .question-bx-slider li h1 {
    margin-top: 0;
    font-size: 20px;
  }
  .question-slider .question-bx-slider li .answers-holder {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .question-slider .question-bx-slider li .answers-holder li {
    float: left;
    width: 33.3%;
    height: auto !important;
  }
  .question-slider .question-bx-slider li .answers-holder li label {
    font-size: 16px;
    min-width: 47px;
    background-size: 46px 56px !important;
    padding-top: 61px !important;
  }
  .question-slider .bx-wrapper .bx-controls-direction a {
    width: 42px !important;
    height: 42px !important;
    top: 69px !important;
    margin-top: -16px;
    background-size: 42px 42px !important;
  }
  .question-slider .bx-wrapper .bx-controls-direction a.bx-next {
    margin-top: -50px;
    right: 0;
  }
  .question-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
    margin-top: -50px;
  }
  .question-slider .bx-wrapper button.submit {
    top: 80px;
    bottom: initial;
    font-size: 22px;
  }
  .c-questions-container {
    padding: 15px;
  }
  .compare-with-deputy .col-6 {
    padding: 0;
  }
  .compare-with-deputy .col-6 h1 {
    font-size: 24px;
  }
  .compare-with-deputy .col-6 .link-arrow {
    margin-top: 0;
  }
  .compare-with-deputy .col-6 .link-content-calculation {
    margin: 0 auto;
  }
  .c-questions-list li {
    margin-bottom: 40px;
  }
  .c-questions-list li h2 {
    font-size: 24px;
  }
  .compare-with-deputy .col-6 {
    margin-bottom: 55px;
  }
  .compare-with-deputy .col-6 .container-wrap {
    padding-top: 0;
  }
  .tools-list {
    margin-bottom: 0;
  }
  .tools-list .item {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 590px) {
  .chartDetails .chart-legend ul li {
    width: 100%;
  }
  .entry-charts .charts .slider li h2 {
    width: 83%;
  }
  .entry-charts .chartDetails .doughnut canvas {
    width: 200px !important;
    height: 300px !important;
  }
  .plenary-session-tabs.tabs-content .tabs-filters li {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 40px;
  }
  .plenary-session-tabs.tabs-content .tabs-filters li a {
    font-size: 12px;
    letter-spacing: normal;
  }
  .ask-deputy-form .filter-sub-section {
    width: 100%;
  }
  .ask-deputy-form .container .question-form form textarea,
  .ask-deputy-form .container .question-form form input,
  .ask-deputy-form .container .question-form form select {
    width: 100%;
  }
  footer .bg {
    padding: 20px;
  }
  footer h2 {
    margin-bottom: 10px;
  }
  footer .left-footer {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .left-footer .subscribe-part {
    width: 100%;
  }
  footer .left-footer .stay-connected {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  footer .right-footer {
    width: 100%;
    padding-left: 0;
  }
  footer .right-footer .founded-by {
    padding: 0;
    float: left;
    padding-right: 50px;
    width: 50%;
  }
  footer .right-footer .founded-by.last {
    margin-top: 10px;
  }
  .see-details.chart-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 100px;
  }
  .deputy-charts .three-charts > div.padding-added {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 530px) {
  .home-slider li.non-shadow-img-slider .statistics-content .img-holder img {
    width: 100%;
    margin: auto;
  }
  .similarity-results {
    padding: 20px 10px;
  }
  .similarity-results .similar-3-more {
    margin-bottom: 20px;
  }
  .similarity-results .similar-3-more .info {
    margin-top: 0;
  }
  .similarity-results .main-similar-deputy {
    padding: 0px 30px;
  }
  .similarity-results .main-similar-deputy li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .similarity-results .main-similar-deputy li .text-holder {
    height: auto !important;
  }
  .news.news-full .left-part ul.news-list > li {
    width: 100%;
  }
  .news.news-full .left-part ul.news-list > li:nth-child(3n-1) {
    clear: none;
  }
  .news.news-full .left-part ul.news-list > li:nth-child(3n+1) {
    clear: none;
  }
  .news.news-full .left-part ul.news-list > li:nth-child(2n+1) {
    clear: left;
  }
  .questions-list .container {
    padding: 15px;
  }
  .full-text .container img {
    max-width: 100%;
  }
  select,
  .filled-btn {
    width: 100%;
  }
  .votes-list .filter-content,
  .questions-list .filter-content {
    top: 55px !important;
  }
  .filter-section {
    float: left;
    width: 100%;
  }
  .table-filter-list .filter-section .search {
    width: 100%;
    margin-bottom: 15px;
  }
  .table-filter-list .filter-section .filter-button {
    width: 100%;
  }
  .table-filter-list .filter-section .filter-content {
    top: 106px;
  }
  .table-filter-list .filter-section .filter-content select {
    width: 100%;
    min-height: 35px;
    margin-bottom: 10px;
  }
  .table-filter-list .filter-section .filter-content:after {
    right: 47%;
  }
  .table-filter-list .filter-section .filled-btn {
    width: 100%;
  }
  .right-quest {
    display: none;
  }
  .ask-deputy-res {
    display: block;
    width: 100%;
    text-align: center;
  }
  /*bootstrap override datatable style*/
  .table-filter-list.js-equal-height {
    min-height: initial !important;
  }
  .table-filter-list .progress-bar-value {
    font-size: 1em;
  }
  .table-filter-list .child {
    padding: 0 !important;
    border-bottom: 1px solid #AFAFAF;
  }
  .table-filter-list .child li {
    padding: 10px 0 !important;
  }
  .table-filter-list .child .dtr-title {
    vertical-align: middle;
    width: 100% !important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400 !important;
  }
  .table-filter-list .child .dtr-data {
    font-size: 11px;
    vertical-align: middle;
    width: 100% !important;
  }
  .table-filter-list .child .table-filter-list .progress-bar-value {
    color: #333;
    font-size: 15px;
    display: inline-block;
    line-height: 14px;
    bottom: 3px;
    right: -44px;
    position: absolute;
  }
  .tabs-content .left-info-plenary {
    width: 100%;
  }
  .tabs-content .right-info-plenary {
    width: 100%;
  }
  .tabs-content .filter-section .filter-button {
    width: 100%;
  }
  .tabs-content .right-info-plenary .activity-sessions li a p {
    max-width: 100%;
  }
  .tabs-content .right-info-plenary .activity-sessions li a .link-button {
    max-width: initial;
    margin-bottom: 10px;
    margin-top: 6px;
  }
  .tabs-content .selected-tabs-content .tab-hide {
    padding: 15px;
  }
  .tabs-content .selected-tabs-content .tab-hide .table-filter-list {
    padding: 0;
  }
  .tabs-content .link-button {
    text-align: center;
    padding: 3px;
  }
}
@media only screen and (max-width: 450px) {
  .similarity-results .single-deputy .info-container {
    padding-left: 0px;
    margin-top: 10px;
  }
  .similarity-results .progress-bar-wrap {
    width: 80px;
  }
  #RadarChart {
    width: 270px !important;
    height: 270px !important;
  }
  .fancybox-desktop a.fancybox-nav {
    display: none;
  }
  .costs-container .see-details {
    margin-left: 5px;
  }
  .costs-block {
    padding: 10px 0;
    min-height: 200px;
    margin-top: -10px;
  }
  .costs-block .img-container {
    position: absolute;
    bottom: 0;
  }
  .costs-block:nth-child(odd) .costs-info {
    padding-left: 20px;
    left: 35%;
    position: relative;
  }
  .costs-block:nth-child(odd) .img-container {
    left: 0;
  }
  .costs-block:nth-child(even) .costs-info {
    padding-right: 20px;
    position: relative;
  }
  .costs-block:nth-child(even) .img-container {
    right: 0;
  }
  .costs-block .cost-value {
    width: 100%;
    margin-top: 25px;
  }
  .costs-block .cost-value p {
    margin-top: 5px;
    font-size: 12px !important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    max-width: 70%;
    padding: 0 7px;
  }
  .costs-block .cost-value p span {
    font-size: 12px !important;
    font-weight: 600;
    margin-top: 0;
    line-height: 25px;
  }
  .costs-block .total-value p {
    max-width: 100%;
  }
  .costs-block .total-value p span:last-child {
    padding-left: 15px;
  }
  .costs-block .total-value p span:last-child:before {
    left: 0;
  }
  .costs-block .cost-percentage {
    float: left;
  }
  .costs-block .cost-percentage p {
    margin-top: 20px;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 400;
  }
  .costs-block .cost-percentage p span {
    font-weight: 600;
    font-size: 12px !important;
    display: inline-block;
  }
  .costs-block .percentage-val {
    font-size: 18px;
    font-weight: 700;
    color: #2d3e50;
    padding-left: 0px;
  }
  .costs-block .percentage-val:after {
    content: "%";
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  .all-questions {
    width: 100%;
    text-align: center;
  }
  .main-nav.home-full {
    margin-top: 30px;
  }
  footer .subscribe-part ul li.subscribe-button {
    width: 40%;
  }
  .entry-charts .links-share {
    margin-top: 0;
    padding-right: 10px;
  }
  .statistics-content {
    display: none;
  }
  .ask-deputy .single-deputy .info-container {
    max-width: 107px;
    padding-left: 2px;
  }
  p,
  em {
    font-size: 14px !important;
  }
  .table-filter-list .container {
    padding: 10px;
  }
  .entry-charts .container {
    padding: 0;
  }
  .entry-charts.assembly .description-part {
    padding: 0;
  }
  .entry-charts .description-part {
    padding: 0 10px;
  }
  .entry-charts .right-container.no-padding {
    padding-right: 10px;
    padding-left: 10px;
  }
  .entry-charts .charts {
    padding: 0 10px;
  }
  .entry-charts .charts #bx-pager a {
    margin-right: 5px;
  }
  .entry-charts .charts .slider > li {
    padding: 15px;
  }
  .entry-charts .charts .chart-legend {
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
    bottom: 0;
    top: auto;
    padding-right: 0;
    margin-top: 20px;
  }
  .entry-charts .charts .chart-legend ul {
    display: inline-block;
  }
  .costs-container .see-details {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
  /*.see-details {
        width: 21px;
        overflow: hidden;
    }*/
  .chartDetails h2 {
    width: 70%;
  }
  .close-details {
    text-indent: -99999px;
    width: 21px;
    padding-left: 0;
  }
  .quest-deputy .quest-part {
    padding-left: 20px !important;
    background-size: 25px !important;
  }
  footer .left-footer .subscribe-part ul li:first-child {
    width: 60%;
  }
  footer .left-footer .subscribe-part ul li:first-child input {
    width: 100%;
    padding-left: 10px;
    height: 37px;
  }
  footer .left-footer .subscribe-part ul li:first-child ::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-weight: normal;
  }
  footer .left-footer .subscribe-part ul li:first-child :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-weight: normal;
  }
  footer .left-footer .subscribe-part ul li:first-child ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-weight: normal;
  }
  footer .left-footer .subscribe-part ul li:first-child :-ms-input-placeholder {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-weight: normal;
  }
  footer .left-footer .subscribe-part ul li.subscribe-button .submit {
    font-size: 14px;
  }
  .autocomplete-overflow {
    padding: 5px;
  }
  .autocomplete-suggestion {
    white-space: initial;
  }
  .autocomplete-suggestions {
    white-space: initial;
  }
  .autocomplete-suggestions p {
    padding: 8px 0;
    font-weight: 400;
    margin-left: 15px;
    display: inline-block;
    color: #2d3e50;
    font-size: .875em;
    margin-bottom: 0;
    vertical-align: middle;
    max-width: 80%;
    width: 65%;
    word-wrap: break-word;
  }
  .publications .publication-list li {
    width: 100%;
    padding: 0;
  }
  .dialog-activity .f-bg {
    padding-bottom: 21px;
  }
  .dialog-activity .slider-title {
    left: 21px;
  }
  .dialog-activity .bx-wrapper .bx-pager {
    top: 180px;
  }
  .dialog-activity .button-read-more {
    margin-left: 21px;
  }
  .dialog-activity-slider li .img-container {
    height: 225px;
  }
  .dialog-activity-slider li .description {
    padding: 21px;
  }
  /* Dialog new style */
  .dialog-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 321px) {
  header .responsive-nav a {
    letter-spacing: -0.5px;
  }
}
.all-travels-table h1 {
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */