@charset "utf-8";
@import "helpers.css";
@import "broneerimine.css";

/* => Reset */
/* ------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent no-repeat;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

hr,
audio:not([controls]),
[hidden] {
  display: none;
}

legend {
  left: -1000em;
  position: absolute;
}

ins {
  text-decoration: none;
}

mark {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

.align-left {
  text-align: left !important;
}

.clearleft {
  clear: left;
}

* {
  box-sizing: border-box;
}

/* => Typoraphy */
/* ------------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body,
button,
input,
select,
textarea {
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #333;
  -webkit-print-color-adjust: exact;
}

a {
  color: #001b54;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

b,
strong {
  font-weight: bold;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

small {
  font-size: 85%;
}

big {
  font-size: 115%;
}

sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

img.no-border {
  border: 0 !important;
  padding: 0 !important;
}

svg:not(:root) {
  overflow: hidden;
}

.default-cursor {
  cursor: default !important;
}

h1,
h2,
h3 {
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #001b54;
}

p.lead {
  font-size: 1.143em;
  font-weight: 700;
}

p.leading {
  color: #0033A0;
  font-size: 1.283em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px !important;
}

p.leading a {
  color: #0033A0;
  line-height: 1.2;
}

p.leadmain,
p.leadsub {
  color: #0033A0;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px !important;
}

p.leadsub {
  font-size: 1.786em;
  margin-bottom: 20px !important;
}

p.leadsub a {
  color: #0033A0;
}

p.leadsub.marginB-10 {
  margin-bottom: 10px !important;
}

blockquote {
  margin: 35px 10px 0;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  width: 240px;
}

blockquote:before,
blockquote:after {
  color: #535353;
  content: open-quote;
  font-size: 150px;
  line-height: 0.1em;
  margin-left: -5px;
  vertical-align: -0.4em;
}

blockquote:after {
  content: close-quote;
  float: right;
  margin-left: 0;
  margin-right: -30px;
  margin-top: 60px;
}

blockquote p {
  display: inline;
  font-size: 1.786em;
  line-height: 1.2;
  margin-bottom: 0 !important;
  text-align: center;
}

/* => Effects */
/* ------------------------------------------------------------------------------*/
.block-social .photo a:before {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

a img {
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

/* => Icon font */
/* ------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.ttf?7bcu9d') format('truetype'),
  url('../fonts/icomoon.woff?7bcu9d') format('woff'),
  url('../fonts/icomoon.svg?7bcu9d#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.is-splash.flowplayer .fp-ui:before,
.is-paused.flowplayer .fp-ui:before,
.btn-feedback:after,
.yt-nav a:before,
.connected-carousels .prev-stage:before,
.connected-carousels .next-stage:before,
.icon-www:before,
.icon-phone:before,
.icon-tel:before,
.icon-email:before,
.icon-mail:before,
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:after,
.pagination a.prev:before,
.pagination a.next:after,
.btn-print a:before,
.btn-share a:before,
.content-slider .owl-prev:before,
.content-slider .owl-next:before,
.main-nav .sub-nav li:before,
.video-overlay-sml:before,
.video-overlay-big:before,
.video-overlay-biggest:before,
.icon-voorsona-seletus:before,
.icon-valislink:before,
.place-blocks .read-more:before,
h2 a:after,
h3 a:after,
.title a:after,
.btn-brown:after,
.table-sort a .sort-icon:before,
.link-list-blue a:before,
.link-list-brown a:before,
a.link-brown-arrow:before,
span.no-link-brown-arrow:before,
a.link-white-arrow:before,
.place-blocks .read-more:before,
.link-list li a:before,
.read-more a:before,
a.read-more:before,
.link-all a:before,
#language:after,
.social a:before,
.default-search .btn span:after,
.search-form .btn span:after,
.gallery-slider .owl-prev:before,
.gallery-slider .owl-next:before,
.footer .links a:before,
.block-gallery .title a:after,
.block-links-2 li a:before,
.block-social .title:after,
.block-articles .title a:after,
.block-links .list a:before,
.block-links .title:after,
a.link-all:after,
.big-news .title:after,
.link-desktop:after,
.collapsible-filters li > a::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-youtube:before {
  content: "\e902";
}

.icon-wordpress:before {
  content: "\e903";
}

.icon-rss:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-zoom:before {
  content: "\e906";
}

.icon-arrow-down1:before {
  content: "\e907";
}

.icon-arrow-up1:before {
  content: "\e908";
}

.icon-arrow-left1:before {
  content: "\e909";
}

.icon-arrow-right1:before {
  content: "\e90a";
}

.icon-arrow-left2:before {
  content: "\e90b";
}

.icon-arrow-right2:before {
  content: "\e90c";
}

.icon-arrow-down2:before {
  content: "\e90d";
}

.icon-arrow-up2:before {
  content: "\e90e";
}

.icon-play1:before {
  content: "\e90f";
}

.icon-play2:before {
  content: "\e910";
}

.icon-picture:before {
  content: "\e911";
}

.icon-pdf:before {
  content: "\e912";
}

.icon-doc:before {
  content: "\e913";
}

.icon-call:before {
  content: "\e914";
}

.icon-mail:before {
  content: "\e915";
}

.icon-home:before {
  content: "\e916";
}

.icon-exclamation:before {
  content: "\e917";
}

.icon-calendar:before {
  content: "\e918";
}

.icon-pictures:before {
  content: "\e919";
}

.icon-files-empty:before {
  content: "\e91a";
}

.icon-file-text:before {
  content: "\e91b";
}

.icon-stack:before {
  content: "\e91c";
}

.icon-spinner:before {
  content: "\e91d";
}

.icon-bin:before {
  content: "\e91e";
}

.icon-tree:before {
  content: "\e91f";
}

.icon-cross:before {
  content: "\e920";
}

.icon-checkmark:before {
  content: "\e921";
}

.icon-link-out:before {
  content: "\e922";
}

.icon-speech-bubble:before {
  content: "\e923";
}

.icon-share:before {
  content: "\e924";
}

.icon-dropdown:before {
  content: "\e925";
}

.icon-print:before {
  content: "\e926";
}

/* - - - - - - - - - - - - - Forms - - - - - - - - - - - - - */

label,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

table button,
table input {
  *overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  min-height: 10em;
}

.error label {
  color: red;
}

.error input[type="text"],
.error input[type="email"],
.error input[type="password"],
.error input[type="tel"],
.error input[type="url"],
.error select,
.error textarea {
  border-color: red;
}

.error-documents {
  border-color: #d62800;
  border-style: solid;
  border-width: 1px;
  color: #d62800;
  font-size: 16px;
  padding: 2px 2px 0 10px;
  font-weight: bold;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;

}

/*  RSS */
.error-rss {
  border-color: #d62800;
  border-style: solid;
  border-width: 1px;
  color: #d62800;
  font-size: 13px;
  padding: 2px 2px 0 10px;
  font-weight: bold;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin-top: 5px;
  width: 300px;
}

.form-error input,
.form-error textarea,
.form-error select {
  border: 1px solid #d62800 !important;
}

.form-error label {
  color: #d62800;
}

.form-error-notice {
  margin-bottom: 20px;
  padding: 5px;
  color: #d62800;
  font-size: 16px;
  font-weight: bold;
  border: 1px #d62800 solid;
}

/* RSS */
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
select {
  padding: 7px 10px;
  color: #535353;
  border: 1px #b6c2de solid;
}

::-webkit-input-placeholder {
  color: #535353;
}

:-moz-placeholder {
  color: #535353;
}

::-moz-placeholder {
  color: #535353;
}

:-ms-input-placeholder {
  color: #535353;
}

select {
  padding: 7px 25px 7px 10px;
}

/*known ff bug*/
@-moz-document url-prefix() {
  select {
    line-height: 31px;
    height: 31px;
    padding-top: 5px;
  }
}

textarea:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
select:hover {
  border-color: #627294;
}

textarea:focus,
textarea:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="url"]:focus,
input[type="url"]:active,
select:focus,
select:active {
  border-color: #627294;
}

input[type="file"] {
  display: block;
  width: 100%;
  overflow: hidden;
}

.reset-file-field {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
}

form.search-content {
  width: 420px;
}

input[type="text"].draft-name,
input[type="text"].name {
  margin-right: 22px;
  width: 280px;
}

body.lang-ru.page-template-page-html-eelnoud-koondvaade input[type="text"].draft-name {
  width: 260px;
}

input[type="text"].draft-nr {
  margin-right: 11px;
  width: 130px;
}

input[type="text"].doc-search,
input[type="text"].profile-search {
  color: #000;
  margin-right: 11px;
  width: 449px;
}

body.lang-ru.page-template-page-html-tegevus input[type="text"].doc-search {
  width: 430px;
}

.big-search .search-field {
  width: 100%;
}

.big-search .select-wrap.search-field {
  display: block;
}

.big-search .select-wrap.search-field select {
  width: 100%;
}

input[type="text"].doc-search.second.wider,
input[type="text"].profile-search {
  width: 450px;
}

#uudise-voi-pressiteate-marksona {
  width: 430px;
}

/* Radio & Checkbox */

p.block {
  display: block;
  position: relative;
  line-height: 1;
  margin: 0 0 8px !important;
  text-align: left;
  height: auto \0/;
  float: left;
  width: 100%;
}

.search-filter {
  margin: 0 0 10px;
}

.search-filter.second {
  margin: 25px 0;
}

.search-filter p.block {
  margin: 20px 0 15px !important;
}

.search-filter.second p.block {
  margin: 5px 0 !important;
}

.search-filter.third p.block {
  margin: 25px 0 0 !important;
}

.search-filter .three {
  width: 221px !important;
}

.search-filter .three22 {
  width: 243px !important;
}

input[type="checkbox"],
input[type="radio"] {
  float: left;
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  vertical-align: middle;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  vertical-align: middle;
  position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: " ";
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #AFAFAF #EAEAEA #EAEAEA #AFAFAF;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  font-weight: 700;
  color: #D6A461;
  cursor: pointer;
  z-index: 10;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  line-height: 22px;
  padding-left: 30px;
  display: block;
}

input[type="radio"] + label:before {
  border-radius: 100%;
  border-color: #AFAFAF #EAEAEA #EAEAEA #AFAFAF;
  font-size: 35px;
  line-height: 22px;
}

input[type="checkbox"]:checked + label:before {
  content: "✓"
}

input[type="radio"]:checked + label:before {
  content: "•";
  font-family: Arial, Helvetica, sans-serif;
}

input:hover + label:before {
  border-color: #9f9f9f;
}

input:focus + label:before,
input:active + label:before {
  border-color: #666;
}

label {
  color: #585858;
}

input + label:hover,
input:hover + label {
  color: #555;
}

input:disabled + label {
  color: #A6BBC8;
}

select[multiple] {
  width: auto;
  height: 120px;
  background: #fff;
}

/* - - - - - - - - - - - - - Form Documents - - - - - - - - - - - - - */
.volume-fields-form {
  display: none;
}

/* - - - - - - - - - - - - - Grid - - - - - - - - - - - - - */
#container,
.container {
  width: 1120px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.content-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.big-search {
  padding-bottom: 60px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 18px;
}

h2 a:after,
h3 a:after,
.title a:after {
  content: "\e90c";
  display: inline-block;
  position: relative;
  left: 5px;
  line-height: 1;
  overflow: hidden;
}

h2 a:after {
  font-size: 13px;
  top: -3px;
}

h3 a:after {
  font-size: 9px;
  top: -1px;
}

.content h2 {
  margin-bottom: 20px;
}

.sidebar-block:before,
.sidebar-block:after,
.content-section:before,
.content-section:after,
.page-header:before,
.page-header:after,
[class*="cols-row-"]:before,
[class*="cols-row-"]:after,
.cols-row:before,
.cols-row:after {
  content: "";
  display: table;
  clear: both;
}

.cols-row-5px {
  margin: 0 -5px;
}

.cols-row-5px [class*="col-xs-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.cols-row-5px > .title {
  margin-left: 5px;
}

.cols-row-10px {
  margin: 0 -10px;
}

.cols-row-10px [class*="col-xs-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.cols-row-10px > .title {
  margin-left: 10px;
}

.cols-row-15px {
  margin: 0 -15px;
}

.cols-row-15px [class*="col-xs-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.cols-row-15px > .title {
  margin-left: 15px;
}

.cols-row-20px {
  margin: 0 -20px;
}

.cols-row-20px [class*="col-xs-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.cols-row-20px > .title {
  margin-left: 20px;
}

.cols-row-25px {
  margin: 0 -25px;
}

.cols-row-25px [class*="col-xs-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.cols-row-25px > .title {
  margin-left: 25px;
}

.cols-row-30px {
  margin: 0 -30px;
}

.cols-row-30px [class*="col-xs-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.cols-row-30px > .title {
  margin-left: 30px;
}

.cols-row-35px {
  margin: 0 -35px;
}

.cols-row-35px [class*="col-xs-"] {
  padding-left: 35px;
  padding-right: 35px;
}

.cols-row-35px > .title {
  margin-left: 35px;
}

.cols-row-40px {
  margin: 0 -40px;
}

.cols-row-40px [class*="col-xs-"] {
  padding-left: 40px;
  padding-right: 40px;
}

.cols-row-40px > .title {
  margin-left: 40px;
}

[class*="col-xs-"] {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.cols-row-40px.with-border:before,
.cols-row-40px.with-border-2:before {
  content: "";
  display: block;
  width: 1px;
  background: #cad7de;
  position: absolute;
  top: 0;
  bottom: 0;
}

.cols-row-40px.with-border:before {
  left: 50%;
}

.cols-row-40px.with-border-2:before {
  left: 68%;
}

.column,
.columns {
  float: left;
}

.one {
  width: 59px;
}

.two {
  width: 140px;
}

.three {
  width: 221px;
}

.three22 {
  width: 243px;
}

.three.one-half {
  width: 45%;
}

.four {
  width: 302px;
}

.five {
  width: 383px;
}

.five22 {
  width: 405px;
}

.six {
  width: 464px;
}

.seven {
  width: 545px;
}

.seven22 {
  width: 567px;
}

.eight {
  width: 626px;
}

.nine {
  width: 707px;
}

.ten {
  width: 788px;
}

.eleven {
  width: 869px;
}

.twelve {
  width: 950px;
}

.offset-by-one-half {
  margin-left: 40.5px;
}

.offset-by-one {
  margin-left: 81px;
}

.offset-by-two {
  margin-left: 162px;
}

.offset-by-three {
  margin-left: 243px;
}

.offset-by-four {
  margin-left: 324px;
}

.offset-by-five {
  margin-left: 405px;
}

.offset-by-six {
  margin-left: 486px;
}

.offset-by-seven {
  margin-left: 567px;
}

.offset-by-eight {
  margin-left: 648px;
}

.offset-by-nine {
  margin-left: 729px;
}

.offset-by-ten {
  margin-left: 810px;
}

.clearfix {
  clear: both;
}

.column-row:before,
.row:before,
.clearfix:before,
.column-row:after,
.row:after,
.clearfix:after {
  clear: both;
  display: table;
  content: "";
}

.paddingL-23 {
  padding-left: 23px;
}

.paddingR-30 .content {
  padding-right: 30px;
}

.paddingR-59 .content {
  padding-right: 59px;
}

.paddingR-127 {
  padding-right: 127px !important;
}

.paddingL-59 .content {
  padding-left: 59px;
}

.width-160 {
  width: 160px;
}

.displaynone {
  display: none;
}

.dialog-opened .a2a_menu {
  left: 50% !important;
  margin-left: 90px !important;
}

/* - - - - - - - - - - - - - Common - - - - - - - - - - - - - */

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center,
.table > thead > tr > th.align-center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

figure.alignright,
img.alignright,
a.alignright img {
  float: right;
  margin: 0 0 22px 22px;
}

figure.alignleft,
img.alignleft,
a.alignleft img {
  display: flex;
  margin: 0 22px 22px 0;
}

img.aligncenter,
.aligncenter > img {
  display: block;
  margin: 0 auto;
}

.group:before,
.group:after {
  content: "";
  display: table;
  clear: both;
}

html[xmlns] .group {
  display: block;
}

* html .group {
  height: 1%;
}

.group-2 {
  overflow: hidden;
}

.clear {
  clear: both;
}

.border-none {
  border: none !important;
}

/* margin */
.margin0,
.table.margin0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.marginT-0 {
  margin-top: 0 !important;
}

p.block.marginT-0 {
  margin-top: 0 !important;
}

.marginT-5 {
  margin-top: 5px !important;
}

.marginT-5 p {
  margin-top: 5px !important;
}

.marginT-10 {
  margin-top: 10px !important;
}

.marginT-15 {
  margin-top: 15px !important;
}

.marginT-20 {
  margin-top: 20px !important;
}

.marginT-23 {
  margin-top: 23px !important;
}

.marginT-25 {
  margin-top: 25px !important;
}

.marginT-30 {
  margin-top: 30px !important;
}

.marginT-35 {
  margin-top: 35px !important;
}

.marginT-40 {
  margin-top: 40px !important;
}

.marginT-45 {
  margin-top: 45px !important;
}

.marginT-50 {
  margin-top: 50px !important;
}

.marginT-55 {
  margin-top: 55px !important;
}

.marginT-60 {
  margin-top: 60px !important;
}

.marginT-minus5 {
  margin-top: -5px !important;
}

.marginT-minus15 {
  margin-top: -15px !important;
}

.marginB-0 {
  margin-bottom: 0 !important;
}

.marginB-5 {
  margin-bottom: 5px !important;
}

.marginB-10 {
  margin-bottom: 10px !important;
}

.marginB-15 {
  margin-bottom: 15px !important;
}

.marginB-20 {
  margin-bottom: 20px !important;
}

.marginB-23 {
  margin-bottom: 23px !important;
}

.marginB-25 {
  margin-bottom: 25px !important;
}

.marginB-30 {
  margin-bottom: 30px !important;
}

.marginB-35 {
  margin-bottom: 35px !important;
}

.marginB-37 {
  margin-bottom: 37px !important;
}

.marginB-40 {
  margin-bottom: 40px !important;
}

.marginB-45 {
  margin-bottom: 45px !important;
}

.marginB-50 {
  margin-bottom: 50px !important;
}

.marginB-55 {
  margin-bottom: 5px !important;
}

.marginB-60 {
  margin-bottom: 60px !important;
}

.marginR-0 {
  margin-right: 0 !important;
}

.marginR-5 {
  margin-right: 5px !important;
}

.marginR-10 {
  margin-right: 10px !important;
}

.marginR-15 {
  margin-right: 15px !important;
}

.marginR-20 {
  margin-right: 20px !important;
}

.marginR-25 {
  margin-right: 25px !important;
}

.marginR-30 {
  margin-right: 30px !important;
}

.marginR-35 {
  margin-right: 35px !important;
}

.marginR-40 {
  margin-right: 40px !important;
}

.marginR-45 {
  margin-right: 45px !important;
}

.marginR-50 {
  margin-right: 50px !important;
}

.marginR-55 {
  margin-right: 55px !important;
}

.marginR-60 {
  margin-right: 60px !important;
}

.marginR-65 {
  margin-right: 65px !important;
}

.marginR-70 {
  margin-right: 70px !important;
}

.marginR-75 {
  margin-right: 75px !important;
}

.marginR-80 {
  margin-right: 80px !important;
}

.marginR-85 {
  margin-right: 85px !important;
}

.marginL-0 {
  margin-left: 0px !important;
}

.marginL-5 {
  margin-left: 5px !important;
}

.marginL-10 {
  margin-left: 10px !important;
}

.marginL-15 {
  margin-left: 15px !important;
}

.marginL-20 {
  margin-left: 20px !important;
}

.marginL-25 {
  margin-left: 25px !important;
}

.marginL-30 {
  margin-left: 30px !important;
}

.marginL-35 {
  margin-left: 35px !important;
}

.marginL-40 {
  margin-left: 40px !important;
}

.marginL-45 {
  margin-left: 45px !important;
}

.marginL-50 {
  margin-left: 50px !important;
}

.marginL-55 {
  margin-left: 55px !important;
}

.marginL-60 {
  margin-left: 60px !important;
}

.marginL-65 {
  margin-left: 65px !important;
}

.marginL-70 {
  margin-left: 70px !important;
}

.marginL-75 {
  margin-left: 75px !important;
}

.marginL-80 {
  margin-left: 80px !important;
}

/* padding */
.padding-0 {
  padding: 0 !important;
}

.paddingB-0 {
  padding-bottom: 0 !important;
}

.paddingT-20 {
  padding-top: 20px !important;
}

.paddingLR-20 {
  padding: 0 20px !important;
}

.paddingT-0 {
  padding-top: 0 !important;
}

.paddingT-40 {
  padding-top: 40px !important;
}

.paddingB-10 {
  padding-bottom: 10px !important;
}

.paddingB-20 {
  padding-bottom: 20px !important;
}

.paddingB-35 {
  padding-bottom: 35px !important;
}

.paddingB-40 {
  padding-bottom: 40px !important;
}

/* width */
.w-5 {
  width: 5px;
}

.w-10 {
  width: 10px;
}

.w-15 {
  width: 15px;
}

.w-20 {
  width: 20px;
}

.w-25 {
  width: 25px;
}

.w-30 {
  width: 30px;
}

.w-35 {
  width: 35px;
}

.w-40 {
  width: 40px;
}

.w-45 {
  width: 45px;
}

.w-50 {
  width: 50px;
}

.w-55 {
  width: 55px;
}

.w-60 {
  width: 60px;
}

.w-65 {
  width: 65px;
}

.w-70 {
  width: 70px;
}

.w-75 {
  width: 75px;
}

.w-80 {
  width: 80px;
}

.w-85 {
  width: 85px;
}

.w-90 {
  width: 90px;
}

.w-95 {
  width: 95px;
}

.w-100 {
  width: 100px;
}

.w-110 {
  width: 110px;
}

.w-120 {
  width: 120px;
}

.w-130 {
  width: 130px;
}

.w-140 {
  width: 140px;
}

.w-150 {
  width: 150px;
}

.w-160 {
  width: 160px;
}

.w-170 {
  width: 170px;
}

.w-180 {
  width: 180px;
}

.w-190 {
  width: 190px;
}

.w-200 {
  width: 200px;
}

.w-210 {
  width: 210px;
}

.w-220 {
  width: 220px;
}

.w-230 {
  width: 230px;
}

.w-240 {
  width: 240px;
}

.w-250 {
  width: 250px;
}

.w-260 {
  width: 260px;
}

.w-270 {
  width: 270px;
}

.w-280 {
  width: 280px;
}

.w-290 {
  width: 290px;
}

.w-300 {
  width: 300px;
}

.w-310 {
  width: 310px;
}

.w-320 {
  width: 320px;
}

.w-330 {
  width: 330px;
}

.w-340 {
  width: 340px;
}

.w-350 {
  width: 350px;
}

.w-360 {
  width: 360px;
}

.w-370 {
  width: 370px;
}

.w-380 {
  width: 380px;
}

.w-390 {
  width: 390px;
}

.w-400 {
  width: 400px;
}

.maxW-560 {
  max-width: 560px;
}

.height-20 {
  height: 20px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.fake {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: 10000em;
  height: 0;
  width: 0;
  display: inline-block;
  text-align: left;
  direction: ltr;
}

.fake br {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.text-offscreen {
  text-indent: -1000em;
  white-space: nowrap;
  text-align: left;
}

.offscreen {
  left: -1000em;
  position: absolute;
}

.print-show {
  display: none;
}

#skip,
#skipnav {
  text-align: left;
  overflow: hidden;
  z-index: 1000;
  position: static;
}

#skip a,
#skip a:hover,
#skip a:visited,
#skipnav a,
#skipnav a:hover,
#skipnav a:visited {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: block;
  z-index: 100;
}

#skip a:focus,
#skip a:active,
#skipnav a:focus,
#skipnav a:active {
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  background: #333;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
}

.skipnav {
  position: absolute !important;
  left: -1000px;
  top: -1000px;
}

.chromeframe {
  background: #fff6e3;
  border-bottom: 1px dashed #dec48e;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto 1%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #777;
}


.skipnav {
  position: absolute !important;
  left: -1000px;
  top: -1000px;
}

.chromeframe {
  background: #fff6e3;
  border-bottom: 1px dashed #dec48e;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto 1%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #777;
}

.chromeframe span {
  clear: both;
  display: block;
  font-weight: 700;
  color: red;
}

.chromeframe a {
  color: #3261cc;
  text-decoration: underline;
}

.chromeframe a:hover,
.chromeframe a:focus {
  text-decoration: none;
}

.sprite {
  background-image: url("../img/sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.font-times {
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
}

.font-25 {
  font-size: 25px;
}

.font-18 {
  font-size: 18px;
}

.borderB {
  border-bottom: 1px solid #a6bbc8;
  padding-bottom: 20px;
}

.borderT {
  border-top: 1px solid #a6bbc8;
  padding-top: 20px;
}

.borderNo,
.content img.borderNo,
.borderNo > img {
  border: none;
}

.bg-gray {
  background: #fafafa;
}

.bg-grayer {
  background: #f5f5f5;
}

.bg-gray.with-border {
  border: 1px solid #a6bbc8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bg-white {
  background: #fff;
}

section.bg-gray.third {
  padding-top: 15px;
  padding-bottom: 40px;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

img.profile-photo-small {
  max-width: 144px;
  max-height: 192px;
}

.text-brown p,
.text-brown li {
  color: #B45200;
}

.text-brown a {
  text-decoration: none;
}

.text-brown a:hover {
  text-decoration: underline;
}

.border-spacer {
  background: #cad7de;
  height: 1px;
  margin: 0 auto 35px;
  width: 950px;
}

.border-space {
  border-bottom: 1px solid #a6bbc8;
  margin: 30px 0;
}

.picture-info {
  font-size: 0.857em;
  font-style: italic;
  margin-top: -30px;
}

.bold {
  font-weight: 700;
}

/* ------------------------ Icons ------------------------ */

.icon-print {
  background-position: right 0;
  height: 16px;
  width: 16px;
  display: inline-block;
  text-align: left;
  text-indent: -10000em;
}

.btn-print:hover .icon-print,
.icon-print:hover {
  background-position: right -17px;
}

.icon-arrow-down {
  background-position: right -47px;
  height: 15px;
  width: 12px;
  overflow: hidden;
  text-indent: -9999px;
}

.gallery-dialog .icon-arrow-down {
  float: none;
  position: relative;
  top: 3px;
}

.icon-white-arrow-down {
  background-position: 0 -400px;
  height: 7px;
  margin-left: 2px;
  width: 12px;
}

.accordion-clickable-active .icon-arrow-down {
  background-position: right -97px;
}

.icon-tel,
.icon-mail,
.icon-www {
  font-size: 0;
}

.icon-phone:before,
.icon-tel:before,
.icon-email:before,
.icon-mail:before,
.icon-www:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  color: #001b54;
  position: relative;
  bottom: -2px;
}

.icon-phone:before,
.icon-tel:before {
  content: "\e914";
}

.icon-email:before,
.icon-mail:before {
  content: "\e915";
}

.icon-www:before {
  content: "\e916";
}

.video-container a,
.video-container a > img {
  width: 100%;
}

.video-container:before,
.video-container:after {
  content: "";
  display: table;
  clear: both;
}

.video-overlay-sml,
.video-overlay-big,
.video-overlay-biggest {
  clear: both;
  position: relative;
}

.is-splash.flowplayer .fp-ui:before,
.is-paused.flowplayer .fp-ui:before,
.video-overlay-sml:before,
.video-overlay-big:before,
.video-overlay-biggest:before {
  content: "\e90f";
  display: inline-block;
  padding: 20px;
  font-size: 40px;
  color: #fff;
  border: 5px #fff solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
}

.video-overlay-sml + p,
.video-overlay-sml + h2,
.video-overlay-sml + h3,
.video-overlay-sml + h4,
.video-overlay-big + p,
.video-overlay-big + h2,
.video-overlay-big + h3,
.video-overlay-big + h4,
.video-overlay-biggest + p,
.video-overlay-biggest + h2,
.video-overlay-biggest + h3,
.video-overlay-biggest + h4 {
  clear: both;
}

/* ------------------------ Links ------------------------ */

span.no-link-brown-arrow.right + span,
a.link-brown-arrow.right + span {
  margin-right: 15px;
}

span.no-link-brown-arrow + span,
span.no-link-brown-arrow + a,
a.link-brown-arrow + span {
  margin-left: 15px;
}

span.no-link-brown-arrow {
  color: #6c6c6c;
}

.list-volume-draft a.link-brown-arrow {
  display: inline-block;
  margin: 1px 15px 1px 0;
}

ul.link-list,
.link-list ul,
.publication-list {
  clear: both;
  margin-bottom: 15px;
}

.link-list ul ul {
  margin-left: 10px;
}

.link-list-brown,
.link-list-blue {
  clear: both;
}

.link-list li {
  margin-bottom: 5px;
}

.link-list li.pad {
  padding-left: 10px;
  position: relative;
}

.link-list li.pad:before {
  content: '-';
  display: block;
  position: absolute;
  left: 2px;
  top: 0;
}

.link-list-blue a,
.link-list-brown a,
a.link-brown-arrow,
span.no-link-brown-arrow,
a.link-white-arrow,
a.read-more,
.link-list li a,
.read-more a,
.link-all a {
  display: block;
  padding: 0 0 0 10px;
  position: relative;
}

.link-list-blue a:before,
.link-list-brown a:before,
span.no-link-brown-arrow:before,
a.link-brown-arrow:before,
a.link-white-arrow:before,
.place-blocks .read-more:before,
.link-list li a:before,
.read-more a:before,
a.read-more:before,
.link-all a:before {
  display: block;
  content: "\e90a";
  font-size: 8px;
  position: absolute;
  top: 7px;
  left: 0;
  line-height: 1;
  overflow: hidden;
}

a.link-white-arrow {
  color: #fff;
}

.two-col-link-list {
  margin-bottom: 20px;
}

.two-col-link-list li {
  margin-bottom: 5px;
}

.two-col-link-list li span.col-1 {
  width: 81px;
}

.two-col-link-list li span.col-2 {
  background: url(../img/list-arrow-brown.png) no-repeat 0 7px;
  padding: 0 0 0 10px;
  width: 310px;
}

.horizontal-links:before,
.horizontal-links:after {
  content: "";
  display: table;
  clear: both;
}

.horizontal-links {
  padding: 20px 0;
}

.horizontal-links li {
  float: left;
  margin-right: 20px;
}

.horizontal-links .right {
  float: right;
  margin: 0 0 0 20px;
}

.horizontal-liks {
  margin-top: 20px;
}

.horizontal-liks.second {
  margin-bottom: 40px;
  margin-top: 40px;
  padding-bottom: 40px;
}

.horizontal-liks.third {
  margin-top: 20px;
}

.horizontal-liks.third a {
  margin-right: 30px;
  text-decoration: none;
}

.horizontal-liks.third a:hover {
  text-decoration: underline;
}

.horizontal-liks .read-more {
  display: inline-block;
  margin: 0 15px 0 0;
}

.horisontal-links {
  margin: 20px 0;
}

.horisontal-links li {
  float: left;
  margin-right: 20px;
}

a.facebook,
a.twitter,
a.blog,
a.photos,
a.instagram {
  display: block;
  float: left;
  height: 38px;
  margin-right: 15px;
  width: 40px;
}

a.instagram {
  background-image: none !important;
  transition: ease .3s all;
}

a.instagram:hover,
a.instagram:active,
a.instagram:focus {
  opacity:.8;
}

a.facebook {
  background-position: -100px 0;
}

a.facebook:hover,
a.facebook:active,
a.facebook:focus {
  background-position: -150px 0;
}

a.twitter {
  background-position: -200px 0;
}

a.twitter:hover,
a.twitter:active,
a.twitter:focus {
  background-position: -250px 0;
}

a.blog {
  background-position: -300px 0;
}

a.blog:hover,
a.blog:active,
a.blog:focus {
  background-position: -350px 0;
}

a.blog {
  background-position: -300px 0;
}

a.blog:hover,
a.blog:active,
a.blog:focus {
  background-position: -350px 0;
}

a.photos {
  background-position: -403px 0;
}

a.photos:hover,
a.photos:active,
a.photos:focus {
  background-position: -457px 0;
}

/* ------------------------ Buttons ------------------------ */

.btn-print,
.btn-share {
  float: left;
  margin: 0;
}

.btn-print {
  margin-left: 10px;
}

.btn-print a,
.btn-share a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0033a0;
  border: 1px solid #a6bbc8;
  position: relative;
}

.btn-share a {
  padding: 0 12px 0 32px;
}

.btn-print a {
  padding: 0 38px 0 12px;
}

.btn-share a:before,
.btn-print a:before {
  display: block;
  color: #a6bbc8;
  position: absolute;
  top: 7px;
}

.btn-share a:before {
  content: "\e924";
  left: 10px;
}

.btn-print a:before {
  content: "\e926";
  right: 10px;
}

.btn-print a:hover,
.btn-share a:hover {
  text-decoration: none;
  color: #001b54;
  border-color: #001b54;
}

.btn-share a:hover:before,
.btn-print a:hover:before {
  color: #001b54;
}

.btn-feedback {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  background-color: #d6a461;
  position: fixed;
  top: 50%;
  right: 34px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  z-index: 99;
}

.btn-feedback,
.btn-feedback:hover {
  text-decoration: none;
}

.btn-feedback:hover {
  background-color: #ecc28b;
}

.btn-feedback:after {
  content: "\e90c";
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
}

#contents-drop-down {
  position: absolute;
  bottom: -1px;
  right: 60px;
  z-index: 100;
}

#contents-drop-down .inner.fixed {
  position: fixed;
  top: 0;
  right: 60px;
}

.btn-sitemap {
  display: inline-block;
  margin: 0;
  padding-left: 15px;
  font-size: 1.786em;
  color: #000;
  min-height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  background: #e0bb89;
  z-index: 100;
  cursor: pointer;
}

.btn-sitemap:hover {
  background: #dead6a;
}

.btn-sitemap span {
  background: url(../img/sprite.png) 0 -536px no-repeat;
  float: right;
  height: 45px;
  width: 35px;
  overflow: hidden;
  margin-left: 10px;
  text-indent: -9999px;
}

#contents-drop-down .contents-drop-down-menu {
  display: none;
  width: 280px;
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #A6BBC8;
  position: absolute;
  right: 0;
}

.contents-drop-down-menu li {
  background: #fff;
  line-height: 18px;
  padding: 10px;
  position: relative;
}

.contents-drop-down-menu li:first-child {
  padding-top: 20px;
}

.contents-drop-down-menu li:last-child {
  padding-bottom: 20px;
}

.btn-brown {
  display: inline-block;
  padding: 8px 20px;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  background-color: #d6a461;
  border: 1px #d6a461 solid;
  position: relative;
}

.btn-brown:after {
  content: "\e90c";
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active {
  background-color: #ecc28b;
}

.open-link {
  background: none;
  border: none;
  color: #B45200;
  cursor: pointer;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.open-accordion {
  color: #B45200;
  cursor: pointer;
  text-decoration: underline;
}

.open-accordion:hover {
  text-decoration: none;
}

/* => Content wrap */
/* ------------------------------------------------------------------------------*/
.header,
#footer,
section,
.section,
.page-header,
.connected-carousels .wrap,
.connected-carousels .container,
.breadcrumb-container {
  width: 100%;
}

.header .container:before,
.header .container:after {
  content: "";
  display: table;
  clear: both;
}

/* => Header */
/* ------------------------------------------------------------------------------*/
.header {
  height: 143px;
  background-color: #0033a0;
  z-index: 100;
}

.header .container {
  position: relative;
  background-color: #0033a0;
}

.branding {
  display: block;
  width: 162px;
  height: 162px;
  margin: 0;
  background: #1a4dba url('../img/logo.svg') no-repeat 50%;
  background-size: 100px auto;
  position: absolute;
  top: 0;
  left: 0;
}

.branding a {
  display: block;
  width: 162px;
  height: 162px;
  color: #fff;
}

.site-tools {
  margin-top: 8px;
}

.arrow-up {
  position: relative;
}

.sub-nav a:hover {
  text-decoration: underline;
}

.header a {
  color: #fff;
}

/* Lang */
ul.language {
  margin: 7px 30px 0 0;
}

#language:after, #language_mob:after {
  display: inline-block;
  content: "\e907";
  margin-left: 5px;
  font-size: 9px;
  line-height: 1;
  overflow: hidden;
  font-family: 'icomoon' !important;
}

.languages {
  position: absolute;
  display: none;
}

ul.language .locale {
  padding-left: 25px;
  /* background: transparent url('../img/locale.png') 0 0 no-repeat; */
}

ul.language .locale.ee,
ul.language .locale.et {
  background-position: 0 4px;
}

ul.language .locale.ru {
  background-position: 0 -16px;
}

ul.language .locale.en {
  background-position: 0 -36px;
}

/* Links */
.site-tools .links {
  margin-right: 20px;
}

.site-tools .links li {
  float: left;
}

.site-tools .links a {
  display: block;
  padding: 7px 10px;
}

/* Social */
.social {
  margin: 9px 30px 0 0;
}

.social li {
  float: left;
}

.social li + li {
  margin-left: 12px;
}

.social a {
  display: block;
  font-size: 0;
  color: #fff;
}

.social a:hover {
  text-decoration: none;
  color: #a6bbc8;
}

.social a:before {
  font-size: 18px;
}

.social .fb a:before {
  content: "\e900";
}

.social .tw a:before {
  content: "\e901";
}

.social .yt a:before {
  content: "\e902";
}

.social .rss a:before {
  content: "\e904";
}

/* Search form */
.search-form {
  float: right;
}

.search-form,
.default-search {
  position: relative;
}

.default-search .field,
.default-search .btn,
.search-form .field,
.search-form .btn {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.default-search .field,
.search-form .field {
  width: 100%;
  height: 35px;
  margin: 0 42px 0 0;
  padding: 10px 10px 11px 10px;
  font-size: 14px;
  color: #222;
  line-height: normal;
  background-color: #fff;
}

.search-form .field {
  min-width: 236px;
}

.default-search .field:hover,
.default-search .field:focus,
.default-search .dield:active,
.search-form .field:hover,
.search-form .field:focus,
.search-form .field:active {
  box-shadow: none;
}

.default-search .btn,
.search-form .btn {
  width: 42px;
  height: 35px;
  font-size: 0;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.default-search .btn span:before,
.search-form .btn span:before {
  content: "";
  display: block;
  width: 1px;
  height: 19px;
  background-color: #0033a0;
  position: absolute;
  left: 0;
  top: 8px;
}

.default-search .btn span:after,
.search-form .btn span:after {
  content: "\e905";
  font-size: 17px;
  color: #0033a0;
  line-height: 35px;
}

/* => Main nav */
/* ------------------------------------------------------------------------------*/
.main-nav {
  clear: both;
  float: right;
}

.main-nav > ul {
  margin: 39px -15px 0 0;
}

.main-nav ul > li {
  float: left;
  font-size: 21px;
}

.main-nav ul > li > a {
  color: #fff;
  display: block;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  padding: 20px 15px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}

.main-nav ul > li > a:hover {
  text-decoration: underline;
}

.lang-en .main-nav ul > li {
  font-size: 18px;
}

.lang-ru .main-nav ul > li {
  font-size: 16px;
}

.lang-en .main-nav ul > li > a {
  padding: 21px 12px 22px 12px;
}

.lang-ru .main-nav ul > li > a {
  padding: 22px 10px 23px 10px;
}

.main-nav.hover ul > li.selected > a {
  background: none;
}

.main-nav ul > li.active > a,
.main-nav.hover ul > li.active > a,
.main-nav ul > li.selected > a {
  background: url(../img/bg-menu-triangle.png) no-repeat center bottom;
}

.main-nav ul > li.selected > a {
  background: url(../img/bg-menu-triangle.png) no-repeat center bottom;
}

/* - - - - - - - - - - - - - Main navigation -> Sub navigation - - - - - - - - - - - - - */

.sub-nav {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 13px 27px 4px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 13px 27px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 13px 27px 4px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  right: 0;
  min-height: 200px;
  padding: 40px 20px 0 20px;
  position: absolute;
  width: 950px;
  z-index: 1000;
  text-align: left;
}

.sub-nav .sub-nav-col {
  margin-bottom: 20px;
  width: 211px;
}

.sub-nav .sub-nav-col.last {
  margin-top: 25px;
}

.sub-nav .columns .column:first-child {
  margin-left: 0;
}

.sub-nav .sub-nav-block {
  margin-top: 30px;
}

.sub-nav img,
.sub-nav p {
  margin-bottom: 15px;
}

.sub-nav .alignleft {
  float: left;
  margin: 0 20px 5px 0;
}

.sub-nav .alignleft img {
  margin: 0;
}

.sub-nav img {
  border-radius: 4px;
}

.sub-nav .sub-title {
  margin-bottom: 5px;
}

.sub-nav .sub-title a {
  color: #0033a0;
  text-decoration: underline;
}

.sub-nav .sub-title a:hover {
  text-decoration: none;
}

.main-nav .sub-nav li,
.lang-en .main-nav .sub-nav li,
.lang-ru .main-nav .sub-nav li {
  float: none;
  margin: 0 0 5px 0;
  padding: 0 0 0 10px;
  position: relative;
}

.main-nav .sub-nav li:before {
  display: block;
  content: "\e90a";
  font-size: 8px;
  color: #B45200;
  position: absolute;
  top: 7px;
  left: 0;
  line-height: 1;
  overflow: hidden;
}

.main-nav .sub-nav li a,
.lang-en .main-nav .sub-nav li a,
.lang-ru .main-nav .sub-nav li a {
  color: #B45200;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}

.sub-nav .level-1-link {
  display: none;
  margin-top: -20px;
  margin-bottom: 20px;
  line-height: 1;
  border-bottom: 1px #a6bbc8 solid;
}

.sub-nav .level-1-link a {
  display: block;
  padding: 5px 0 20px 0;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #0033a0;
  text-transform: uppercase;
  text-decoration: underline;
}

.sub-nav .level-1-link a:hover {
  text-decoration: none;
}

body.mobile-device .sub-nav .level-1-link {
  display: block;
}

/* - - - - - - - - - - - - - Breadcrumb - - - - - - - - - - - - - */
.breadcrumb {
  overflow: hidden;
  margin: 55px 0 20px 0;
  font-size: 12px;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb li {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px;
  background-color: #2a65e4;
  position: relative;
  top: -2px;
}

.breadcrumb li:first-child:before {
  display: none;
}

ul.breadcrumbs li {
  background: url("../img/sprite.png") 0 -469px no-repeat;
  float: left;
  margin: 0 0 0 8px;
  padding: 0 0 0 12px;
}

ul.breadcrumbs li a {
  text-decoration: none;
}

ul.breadcrumbs li a:hover,
.open-link:hover {
  text-decoration: underline;
}

.open-link:hover,
.open-accordion:hover {
  text-decoration: none;
}

.open-accordion:hover {
  text-decoration: underline;
}

ul.breadcrumbs li:first-child {
  background: transparent;
  margin: 0;
  padding: 0;
}

/* - - - - - - - - - - - - - Main - - - - - - - - - - - - - */

article p {
  max-width: 810px;
}

article.second p {
  max-width: 100%;
}

article.second p:last-child {
  margin-bottom: 0;
}

section.pad-0 {
  padding-top: 0;
  padding-bottom: 0;
}

section header .right {
  margin: 7px 0;
}

section.h-group {
  position: relative;
}

section.h-group .container {
  position: static;
}

.content {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}

a img {
  border: 2px transparent solid;
}

a:hover img {
  border-color: #0033a0;
}

.content .n-l-text,
.content p {
  margin-bottom: 25px;
}

.content .n-l-text .block,
.content .n-l-text p {
  margin: 3px 0;
}

.article .title a:hover,
.article h2 a:hover,
.article h3 a:hover,
.article h4 a:hover,
.article a.read-more:hover,
.article .read-more a:hover,
.article a {
  text-decoration: underline;
}

.article .title a,
.article h2 a,
.article h3 a,
.article h4 a,
.article a.read-more,
.article .read-more a,
.article a:hover,
.content .link-brown-arrow,
.content .two-col-link-list a,
.content .link-list-brown a,
.content .happenings a,
.content .read-more a,
.content a.read-more {
  text-decoration: underline;
} 

.content .link-brown-arrow:hover,
.content .two-col-link-list a:hover,
.content .link-list-brown a:hover,
.content .happenings a:hover,
.content .read-more a:hover,
.content a.read-more:hover {
  text-decoration: none;
}

.video-inline .video-content {
  display: block;
  position: relative;
  height: 320px;
}

.video-inline .video-content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* => Article */
/* ------------------------------------------------------------------------------*/
.article p,
.article ul,
.article ol,
.article .article-img {
  margin-bottom: 25px;
}

.article h2,
.article h3,
.article h4,
.article h5 {
  margin-bottom: 15px;
}

.article h3,
.article h4,
.article h5 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.article ol {
  list-style: decimal inside;
}

.article-img .caption {
  display: block;
  margin-top: 5px;
  font-size: 0.857em;
  font-style: italic;
}

.article .alignright {
  float: right;
  margin-left: 25px;
}

.article .alignleft {
  float: left;
  margin-right: 25px;
}

.article img {
  max-width: 100%;
  height: auto;
}

.article ul li {
  background: url(../img/bullet.png) no-repeat 10px 7px;
  margin: 10px 0;
  padding-left: 25px;
  /* float: left;
  clear: left; */
}

.article blockquote {
  margin: 40px 20px -15px 0;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content h2 {
  margin: 8px 0 32px 0;
  float: left;
  width: 100%;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form .fields-wrap {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form .fields-wrap .field-helper.w100 {
  width: 100%;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form .fields-wrap .field-helper[data-key="commission"] {
  width: 144px;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form .fields-wrap .field-helper[data-key="membership"] {
  width: 264px;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form .fields-wrap .field-helper[data-key="status"] {
  width: 264px;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form .fields-wrap .field-helper select {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 24px;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form button[type="submit"] {
  background: #D6A461;
  border: none;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  font-family: Tinos;
  color: #000;
  padding: 9px 33px 9px 20px;
  position: relative;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form button[type="submit"]:after {
  position: absolute;
  background-image: url(img/search-arrow.svg);
  float: left;
  width: 11px;
  height: 12px;
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
  top: 11px;
  right: 17px;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form a.clear-filters {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001B54;
  margin: 0 0 0 32px;
  cursor: pointer;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form a.clear-filters:hover {
  text-decoration: underline;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content table {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content table thead {
  background: #F7F1E6;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content table tbody tr td {
  vertical-align: baseline;
  padding: 16px 10px;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content table thead th {
  padding: 12px 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: left;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form label {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}

.page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form input {
  clear: left;
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #A6BBC8;
  margin: 0 0 24px 0;
}

h2.collective-address-title {
  float: left;
  max-width: 818px;
  margin: 16px 0 0 0;
}

.collective-address-content-section {
  margin: 18px 0 0 0;
  padding: 0 0 0 0;
}

.page-template-page-html-kollektiivne-poordumine .main-information .main-information__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E2E9ED;
}

.page-template-page-html-kollektiivne-poordumine .main-information .main-information__row:nth-child(2n+2) {
  background: #FAFAFA;
}

.page-template-page-html-kollektiivne-poordumine .main-information .main-information__col {
  padding: 16px 10px;
}

.page-template-page-html-kollektiivne-poordumine .main-information .main-information__col.label {
  min-width: 288px;
  max-width: 288px;
}

.page-template-page-html-kollektiivne-poordumine .main-information .main-information__col.value a {
  float: left;
}

.page-template-page-html-kollektiivne-poordumine .main-information .main-information__col.value span {
  float: left;
  margin-right: 3px;
}

.page-template-page-html-kollektiivne-poordumine .main-information .main-information__col p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.page-template-page-html-kollektiivne-poordumine .read-more-btn {
  float: right;
  margin: 32px 0 0 0;
}

.page-template-page-html-kollektiivne-poordumine .read-more-btn a {
  font-size: 16px;
  line-height: 24px;
  color: #001B54;
  position: relative;
  margin: 0 16px 0 0;
  text-decoration: none;
}

.page-template-page-html-kollektiivne-poordumine .read-more-btn a:hover {
  text-decoration: underline;
}

.page-template-page-html-kollektiivne-poordumine .read-more-btn a:after {
  background-image: url(img/outer-link-svg.svg);
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  width: 12px;
  height: 12px;
  float: left;
  content: "";
  margin: auto;
}

.page-template-page-html-kollektiivne-poordumine .table-content {
  margin: 64px 0 0 0;
}

.page-template-page-html-kollektiivne-poordumine .table-content h2 {
  font-size: 30px;
  line-height: 34px;
  color: #001B54;
  margin: 0 0 32px;
}

.page-template-page-html-kollektiivne-poordumine .table-content table {
  width: 100%;
  float: left;
}

.page-template-page-html-kollektiivne-poordumine .table-content table thead {
  background: #F7F1E6;
}

.page-template-page-html-kollektiivne-poordumine .table-content table thead th {
  padding: 12px 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: left;
}

.page-template-page-html-kollektiivne-poordumine .table-content table ul li a {
  max-width: 500px;
  float: left;
  clear: left;
}

.page-template-page-html-kollektiivne-poordumine .table-content table ul li span {
  font-size: 14px;
  line-height: 20px;
  color: #585858;
  float: left;
  clear: left;
  text-transform: capitalize;
}

.article blockquote.left {
  margin-right: 55px;
}

.article blockquote.right {
  margin-left: 20px;
}

.article .contact li {
  background: none;
  margin-bottom: 2px;
  padding-left: 0;
}

.content-block {
  margin: 0 0 40px 0;
}

.content-block:last-child {
  margin: 0;
}

.sidebar-block.bulleted-list ul,
ul.bulleted-list {
  margin-left: 15px;
  list-style-image: url(../img/bullet.png);
}

/* => Page header */
/* ------------------------------------------------------------------------------*/
.page-header {
  padding-bottom: 30px;
}

.page-header .title {
  overflow: hidden;
  font-size: 35px;
  line-height: normal;
  float: left;
  z-index: 10;
  position: relative;
}

.page-header .share-print {
  float: right;
  margin: 0 0 0 30px;
  padding: 0;
}

.page-header .block-info,
.page-header .meta {
  margin-top: 15px;
  position: relative;
}

ul.news-list li:after,
ul.table-content li:after,
.two-col-link-list li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* => News list */
/* ------------------------------------------------------------------------------*/
.news-item {
  overflow: hidden;
}

.news-item {
  margin: 20px 0;
}

.news-list .news-item p,
.news-list .news-item .title {
  margin: 0;
}

.news-list .news-item .photo {
  float: left;
  margin-right: 20px;
}

.news-list .news-item .text {
  overflow: hidden;
}

.news-list .news-item .title,
.news-list .news-item .date {
  margin-bottom: 5px;
}

.news-list .news-item .title {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.news-list .news-item .date {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.news-list .news-item .read-more {
  margin-top: 5px;
}

/* - - - - - - - - - - - - - Sorting - - - - - - - - - - - - - */

.sort span a:after {
  background: url(../img/sprite.png) no-repeat 0 -400px;
  content: " ";
  float: right;
  height: 7px;
  margin: 5px 0 0 5px;
  width: 12px;
}

.sort span a.active:after {
  background: url(../img/sprite.png) no-repeat right -400px;
}

.sort span.nr,
.sort span.text,
.sort span.change-date {
  display: block;
  float: left;
}

.sort span.nr {
  width: 81px;
}

.sort span.text {
  width: 650px;
}

.sort span.change-date {
  width: 160px;
}

.tabs-content .header .sort span.change-date {
  float: right;
}

/* - - - - - - - - - - - - - Color bars - - - - - - - - - - - - - */

.graph-guide {
  margin-left: 40px;
  width: 210px;
}

li.yellow:before,
li.green:before,
li.red:before,
li.blue:before,
li.brown:before {
  content: " ";
  display: block;
  height: 10px;
  left: -15px;
  position: absolute;
  top: 6px;
  width: 10px;
}

li.yellow:before {
  background-color: #ffd100;
}

li.green:before {
  background-color: #01be52;
}

li.red:before {
  background-color: #be0000;
}

li.blue:before {
  background-color: #16c0f5;
}

li.brown:before {
  background-color: #844523;
}

/* ------------------------ Secondary nav ------------------------ */
.secondary-nav:before,
.secondary-nav:after {
  content: "";
  display: table;
  clear: both;
}

.secondary-nav {
  border-bottom: 1px solid #a6bbc8;
}

.secondary-nav li {
  float: left;
}

.secondary-nav a {
  display: block;
  padding: 10px;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #0033a0;
  text-decoration: none;
}

.secondary-nav a:hover,
.secondary-nav li.active a,
.secondary-nav li.currentpage_item a {
  background: #0033a0;
  color: #fff;
}

/* ------------------------ Tables ------------------------ */

.table {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}

.table a {
  color: #001b54;
}

.overlay-bg .table {
  margin-bottom: 0;
}

.table.no-header > tbody > tr > th,
.table.no-header > tbody > tr > td {
  border-top: 1px solid #e2e9ed;
}

.table th {
  color: #000;
  font-weight: normal;
  text-align: left;
  background-color: #f7f1e6;
  border: none;
}

.table th a,
.table th a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  position: relative;
  vertical-align: top;
}

.table th a:hover,
.table th a:hover {
  text-decoration: underline;
}

.table-sort a .sort-text {
  display: inline-block;
  vertical-align: top;
}

.table-sort a:hover .sort-text {
  text-decoration: underline;
}

.table-sort a .sort-icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 0;
}

.table-sort a .sort-icon:before {
  content: "\e908";
  font-size: 10px;
}

.table-sort a.sort-active .sort-icon:before {
  content: "\e907";
}

.accordion-clickable {
  cursor: pointer;
}

.table .accordion-content {
  display: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.428571429;
  vertical-align: top;
}

.table.big-search-results > thead > tr > th,
.table.big-search-results > tbody > tr > th,
.table.big-search-results > tfoot > tr > th,
.table.big-search-results > thead > tr > td,
.table.big-search-results > tbody > tr > td,
.table.big-search-results > tfoot > tr > td {
  padding: 10px;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-bottom: 1px solid #e2e9ed;
}

.table > thead > tr > th {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 0 solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > td {
  border: none;
}

.table-less-padding > thead > tr > th,
.table-less-padding > tbody > tr > th,
.table-less-padding > tfoot > tr > th,
.table-less-padding > thead > tr > td,
.table-less-padding > tbody > tr > td,
.table-less-padding > tfoot > tr > td {
  padding: 10px 0;
}

.table-less-padding-2 > thead > tr > th,
.table-less-padding-2 > tbody > tr > th,
.table-less-padding-2 > tfoot > tr > th,
.table-less-padding-2 > thead > tr > td,
.table-less-padding-2 > tbody > tr > td,
.table-less-padding-2 > tfoot > tr > td {
  padding: 5px 0;
}

.table.table-contacts > tbody > tr > th,
.table.table-contacts > tbody > tr > td {
  padding: 5px 10px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #fafafa;
}

.table-striped.voting > tbody > tr:nth-child(even) > td,
.table-striped.voting > tbody > tr:nth-child(even) > th {
  background-color: #fff;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.table .width-1 {
  width: 1%;
}

.table .width-3 {
  width: 3%;
}

.table .width-4 {
  width: 4%;
}

.table .width-5 {
  width: 5%;
}

.table .width-12 {
  width: 12%;
}

.table .width-13 {
  width: 13%;
}

.table .width-15 {
  width: 15%;
}

.table .width-16 {
  width: 16%;
}

.table .width-17 {
  width: 17%;
}

.table .width-18 {
  width: 18%;
}

.table .width-19 {
  width: 19%;
}

.table .width-20 {
  width: 20%;
}

.table .width-23 {
  width: 23%;
}

.table .width-24 {
  width: 24%;
}

.table .width-25 {
  width: 25%;
}

.table .width-27 {
  width: 27%;
}

.table .width-28 {
  width: 28%;
}

.table .width-30 {
  width: 30%;
}

.table .width-31 {
  width: 31%;
}

.table .width-32 {
  width: 32%;
}

.table .width-37 {
  width: 37%;
}

.table .width-40 {
  width: 40%;
}

.table .width-43 {
  width: 43%;
}

.table .min-50 {
  min-width: 50%;
}

.table .width-49 {
  width: 49%;
}

.table .width-57 {
  width: 57%;
}

.table .width-60 {
  width: 60%;
}

.table .width-65 {
  width: 65%;
}

.table .width-68 {
  width: 68%;
}

.table .width-70 {
  width: 70%;
}

.table .width-78 {
  width: 78%;
}

.table .width-80 {
  width: 80%;
}

.table .width-95 {
  width: 95%;
}

.table.table-contacts .main-title {
  background-color: #fff;
  border-bottom: none;
  border-top: none;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-align: left;
  color: #0033a0;
  font-weight: normal;
  padding: 20px 10px 10px 10px;
}

.table.table-contacts .sub-title {
  background-color: #fafafa;
  border-bottom: 1px solid #dfe6ea;
  border-top: 1px solid #dfe6ea;
  color: #0033a0;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.table.table-contacts > tbody > tr:last-child > th,
.table.table-contacts > tbody > tr:last-child > td {
  border-bottom: none;
}

.table.table-contacts > tbody > tr.last > th,
.table.table-contacts > tbody > tr.last > td {
  border-bottom: 1px solid #dfe6ea;
}

.table.big-search-results {
  margin-bottom: 0;
}

.table.big-search-results tbody.search-results-articles p,
.table.big-search-results tbody.search-results-stenogrammid p {
  margin-bottom: 5px;
}

.table.big-search-results tbody.search-results-contacts img {
  margin-bottom: 0;
}

/* - - - - - - - - - - - - - Color legend - - - - - - - - - - - - - */

.color-legends:before,
.color-legends:after {
  content: "";
  display: table;
  clear: both;
}

.color-legends {
  margin-bottom: 10px;
  margin-top: 20px;
}

.color-legends .color-legend {
  float: left;
  margin-left: 10px;
}

.color-legends .color-legend:first-child {
  margin-left: 0;
}

.color-legends .square {
  float: left;
  height: 20px;
  position: relative;
  margin-right: 5px;
  text-indent: -9999px;
  top: -2px;
  width: 20px;
}

.color-legends .square.white {
  height: 18px;
  top: -1px;
  width: 18px;
}

/* - - - - - - - - - - - - - Table > Ratings, color bars, votes - - - - - - - - - - - - - */

.table .none {
  color: #0033a0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 68%;
}

.table .ratings {
  display: block;
  margin-top: 5px;
}

.table .ratings .rate-bar {
  float: left;
  position: relative;
  text-align: center;
  width: 60px;
}

.table .ratings .rate-bar .bar {
  width: 100%;
}

.table .ratings .rate-bar .bar:hover {
  cursor: default;
}

.table .accordion-content .ratings {
  display: table;
  margin: 5px 0 15px;
  width: 100%;
}

.table .accordion-content .ratings:last-child {
  margin-bottom: 0;
}

.table .accordion-content .ratings .rate-bar {
  display: table-cell;
}

.table .accordion-content .ratings p.last {
  display: inline-block;
  position: relative;
  right: -20px;
}

.table .accordion-content .ratings .bar {
  margin-bottom: 0;
}

.table .accordion-content .ratings:last-child .bar {
  margin-bottom: -10px;
}

.table.full-bars .bar {
  width: 100%;
}

.table.full-bars .bar-title {
  margin: 0;
  text-align: center;
}

.table.table-month .bar {
  margin-bottom: 1px;
}

.table.table-month .bars-title {
  margin-bottom: 5px;
}

.table.table-month .weekend {
  background: #ededed;
  color: #9f9f9f;
}

.table.table-month .border-blue {
  border: 4px solid #0033a0 !important;
}

.table-sittings li.sittings-row {
  padding-bottom: 0;
  padding-top: 0;
}

.table-sittings .color-bar {
  display: block;
  height: 14px;
  margin-bottom: 1px;
  position: relative !important;
  width: 100% !important;
  z-index: 200;
}

.table-votes .bar-white,
.table-votes2 .bar-white,
.table-sittings .bar-white {
  height: 12px;
  margin-bottom: 2px;
}

.table-sittings .color-bar:last-child {
  margin-bottom: 0;
}

.table-sittings .blue-border {
  border: 4px solid #0033a0;
  height: 81px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 127px;
}

.table .w-1 {
  width: 1%;
  white-space: nowrap;
}

/* - - - - - - - - - - - - - Tooltip color bar - - - - - - - - - - - - - */

.ui-tooltip span.green-light,
.ui-tooltip span.green,
.ui-tooltip span.yellow,
.ui-tooltip span.yellow-light,
.ui-tooltip span.red,
.ui-tooltip span.blue,
.ui-tooltip span.blue-light,
.ui-tooltip span.gray,
.ui-tooltip span.gray-2,
.ui-tooltip span.gray-dark,
.ui-tooltip span.white {
  content: "";
  float: left;
  height: 20px;
  left: 10px;
  position: absolute;
  top: 15px;
  width: 20px;
}

.ui-tooltip span.green-light {
  background-color: #89bc17;
}

.ui-tooltip span.green {
  background-color: #01be52;
}

.ui-tooltip span.yellow {
  background-color: #ffd100;
}

.ui-tooltip span.yellow-light {
  background-color: #ff9a3d;
}

.ui-tooltip span.red {
  background-color: #be0000;
}

.ui-tooltip span.blue {
  background-color: #16c0f5;
}

.ui-tooltip span.blue-light {
  background-color: #3d21ff;
}

.ui-tooltip span.gray {
  background-color: #c1c1c1;
}

.ui-tooltip span.gray-2 {
  background-color: #757575;
}

.ui-tooltip span.gray-dark {
  background-color: #393939;
}

.ui-tooltip span.white {
  background: #fff;
  border: 1px solid #8da3b1;
  margin: -1px;
}

div.tooltip.fade.top.in {
  z-index: 999;
  white-space: pre-line;

}

/* - - - - - - - - - - - - - Default table - - - - - - - - - - - - - */

.default-table {
  margin-top: 20px;
}

.default-table.second {
  margin-top: 0;
}

.default-table .header {
  margin: 0;
}

.default-table .header .row {
  padding: 0;
}

.default-table h2,
.default-table h3 {
  margin: 40px 0 0 0;
  padding: 0 20px;
}

.default-table.second h2 {
  padding-left: 0;
}

.default-table h3 {
  font-size: 18px;
  margin: 20px 0 10px 0;
}

.default-table .row {
  padding-bottom: 8px;
}

.default-table .row.height {
  line-height: 25px;
}

.default-table .row .column.four {
  line-height: 18px !important;
}

.sub-header {
  background: #fafafa;
  border-bottom: 1px solid #dfe6ea;
  border-top: 1px solid #dfe6ea;
  color: #0033a0;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 10px 0 15px 0;
  padding: 10px 20px;
}

.table-content {
  line-height: 1.5;
}

.table-heading {
  height: 50px;
  position: relative;
}

.table-heading h2 {
  float: left;
  margin-bottom: 0;
  max-width: 625px;
}

.search-results-count {
  font-weight: bold;
}

.show-count {
  position: absolute;
  right: 0;
  top: 15px;
}

.show-count.second {
  top: 8px;
}

.show-count.third {
  top: 6px;
}

.show-count a {
  background: url(../img/list-arrow-brown.png) no-repeat right center;
  margin-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.show-count a:hover,
.tabs-content .header a:hover {
  text-decoration: underline;
}

.link-table td {
  padding: 0 20px 0 0;
}

/* - - - - - - - - - - - - - Simple table - - - - - - - - - - - - - */

.simple-table {
  display: table;
  margin-bottom: 15px;
}

.simple-table li {
  margin-bottom: 5px;
}

.simple-table li span {
  display: table-cell;
}

.simple-table li span:not(.no-link-brown-arrow) {
  width: 190px;
}

.simple-table p {
  display: table-cell;
}

.simple-table.second li span {
  width: 55px;
}

.simple-table.third li span:not(.no-link-brown-arrow) {
  width: 80px;
}

.simple-table li a {
  display: table-cell;
}

.simple-table li a.link-brown-arrow {
  background-position: 0 7px;
}

/* Table exeptions */
.table .accordion-content td,
.table.no-header .accordion-content td {
  border-top: 0;
}

.table .accordion-clickable-active td,
.table.no-header .accordion-clickable-active td {
  border-bottom: 0;
}

/* - - - - - - - - - - - - - Tooltips - - - - - - - - - - - - - */

.tooltip {
  position: absolute;
  z-index: 100;
  display: block;
  visibility: visible;
  font-size: inherit;
  line-height: 1.4;
  opacity: 100;
  filter: alpha(opacity=100);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  padding: 10px 0;
}

.tooltip-inner {
  max-width: 280px;
  padding: 15px 10px;
  /* text-align: left; */
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0033a0;
  text-align: center;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #0033a0;
}

/* - - - - - - - - - - - - - Calendar - - - - - - - - - - - - - */

p.calendar {
  margin-bottom: 20px;
  text-align: right;
}

.search-filter.third p.calendar {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 24px;
  padding-bottom: 0;
  text-align: left;
}

span.calendar {
  background: url(../img/calendar-icon.png) no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-left: 12px;
  position: relative;
  top: 2px;
  width: 15px;
}

.calendar-popup {
  -moz-box-shadow: 0 0 3px #666;
  -webkit-box-shadow: 0 0 3px #666;
  background: #fff;
  box-shadow: 0 0 5px #666;
  display: none;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 15px;
  position: absolute;
  /*width: 700px;*/
  z-index: 300;
}

.calendar-popup:before {
  border-bottom: 10px solid #0033a0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
}

.calendar-header {
  background: #0033a0;
  color: #fff;
  height: 16px;
  line-height: 1;
  padding: 15px 20px;
  box-sizing: content-box;
}

.calendar-header p:first-child {
  float: left;
  width: 310px;
}

.calendar-header input {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  background: none;
  border: 0;
  box-shadow: none;
}

.calendar-popup .calendars {
  padding: 15px 10px;
}

.calendars-close {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}

.calendars-close:hover {
  cursor: pointer;
}

.calendar-multi-info {
  display: none;
  margin-bottom: 25px;
}

.calendar-multi-info p {
  margin: 0;
}

.calendar-popup .btn,
.calendar-multi-info .btn {
  float: right;
  margin-top: 15px;
  padding: 10px 15px;
  color: #000;
  background-color: #e0bb89;
  border: 0;
}

.calendar-multi-info .btn {
  float: none;
}

.calendar-popup .btn:hover,
.calendar-popup .btn:focus,
.calendar-popup .btn:active,
.calendar-multi-info .btn:hover,
.calendar-multi-info .btn:focus,
.calendar-multi-info .btn:active {
  background-color: #dead6a;
}

.calendar-popup .btn:disabled {
  color: #fff;
  background-color: #ccc;
}

table.ui-datepicker-calendar {
  border-collapse: separate;
}

.ui-datepicker-calendar * {
  box-sizing: content-box;
}

.ui-datepicker {
  position: relative;
  width: 324px;
}

.datepicker-multi .ui-datepicker {
  overflow: hidden;
  width: auto !important;
}

.datepicker-multi .ui-datepicker-group {
  float: left;
  width: 33.333333%;
  position: relative;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 9px;
}

.ui-datepicker .ui-datepicker-title,
.ui-datepicker .ui-datepicker-calendar {
  margin: 0 auto;
  width: 275px;
}

.ui-datepicker .ui-datepicker-title {
  text-align: right;
}

.datepicker-multi .ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  background: url(../img/sprite.png) no-repeat 0 -600px;
  content: " ";
  cursor: pointer;
  height: 35px;
  margin: 0;
  position: absolute;
  left: 0;
  text-indent: -9999px;
  width: 20px;
}

.ui-datepicker-next {
  background: url(../img/sprite.png) no-repeat -970px -600px;
  left: auto;
  right: 0;
}

.ui-datepicker-title span.ui-datepicker-month {
  color: #0033a0;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 31px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
}

.ui-datepicker-title span.ui-datepicker-year {
  display: none;
}

.ui-datepicker-calendar thead tr {
  bottom: -15px;
  position: relative;
}

.ui-datepicker-calendar tr {
  display: block;
}

.ui-datepicker-calendar th {
  color: #ababab;
  font-size: 14px;
  font-weight: normal;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 6px;
  width: 30px;
  height: 30px;
}

.ui-datepicker-calendar td a {
  text-decoration: none;
  display: block;
  padding: 7px 0;
  width: 28px;
  line-height: 1;
  color: #B45200;
  text-align: center;
  border: 1px solid #a6bbc8;
  border-radius: 2px;
  background: #fff;
}

.ui-datepicker-calendar td a:hover {
  background-color: #ccc;
  color: #333;
}

.ui-datepicker-calendar td.ui-datepicker-current-day a,
.ui-datepicker-calendar td.ui-highlight a {
  background-color: #535353;
}

.ui-datepicker-calendar td.ui-datepicker-today a {
  background-color: #0033a0;
}

.ui-datepicker-calendar td.ui-datepicker-today a,
.ui-datepicker-calendar td.ui-datepicker-current-day a,
.ui-datepicker-calendar td.ui-highlight a {
  color: #fff;
}

.ui-datepicker-calendar td.ui-datepicker-vote-day a {
  background-image: url(../img/calendar-vote.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-vote-day a {
  background-image: url(../img/calendar-vote-2.png);
}

.ui-datepicker-week-highlight {
  background: #efe4d1;
}

.ui-datepicker-calendar th.ui-datepicker-week-end {
  color: #0033a0;
}

.ui-datepicker-title select,
.search-choises select,
select {
  overflow: hidden;
  text-overflow: "";
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  position: relative;
  background: #fff url(../img/select-arrow.png) no-repeat 100% 50%;
}

.ui-datepicker-title select {
  position: relative;
  top: 2px;
  vertical-align: top;
}

.ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year {
  margin-left: 4px;
  margin-right: 4px;
}

.ui-datepicker-multi .ui-datepicker-header {
  margin: 0;
  padding-top: 43px;
  position: relative;
}

.datepicker-multi select.ui-datepicker-year {
  position: absolute;
  left: 0;
  top: 0;
}

.datepicker-multi .ui-datepicker-year-wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.datepicker-multi .ui-datepicker-year-label {
  float: left;
  margin-right: 10px;
  line-height: 31px;
}

.datepicker-multi .ui-datepicker-year-wrap select.ui-datepicker-year {
  position: relative;
}

.ui-datepicker-title select::-ms-expand,
.form-one select::-ms-expand,
.search-choises select::-ms-expand,
select::-ms-expand {
  display: none;
}

.ui-datepicker-title select:hover,
.form-one select:hover,
.search-choises select:hover,
select:hover {
  cursor: pointer;
}

.highlight {
  border: 1px solid red;
}

/* ------------------------ Tabs ------------------------ */

.tabs {
  margin: 0 auto;
}

.tabs.fifth {
  width: 100%;
}

.tabs-one .select-choices {
  float: left;
  margin: 10px 0 25px;
  width: 100%;
}

.tabs-one .select-choices select {
  width: 210px;
}

.tabs-one .select-choices .select-wrap {
  display: inline-block;
  margin-right: 25px;
}

.tab-border-bottom {
  border-bottom: 1px solid #a6bbc8;
  margin: 0 auto 20px;
}

.tabs ul {
  display: flex;
  width: 100%;
}

.tabs li {
  display: block;
  min-width: 110px;
}

.tabs a {
  background: #f4f4f4;
  border-bottom: 1px solid #a6bbc8;
  border-left: 1px solid #a6bbc8;
  border-top: 1px solid #a6bbc8;
  color: #0033a0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 1px;
  height: 100%;
  outline: none;
}

.tabs--small li a {
  font-size: 14px;
}

.tabs.second li:first-child a {
  border-left: 1px solid #a6bbc8 !important;
}

.tabs.second li:last-child a {
  border-left: 1px solid #a6bbc8 !important;
}

.tabs.second a {
  width: 133px;
}

.tabs.second a span {
  font-weight: bold;
}

.tabs li:last-child a {
  border-right: 1px solid #a6bbc8;
}

.tabs a:hover,
.tabs a.active,
.ui-state-active a.active,
.ui-state-active a {
  background: #fff;
}

.tabs a.active,
.ui-state-active a {
  border-bottom: 1px solid #fff;
  color: #535353;
}

.tabs-content {
  border-top: 1px solid #a6bbc8;
}

.tabs-content.borderT-none {
  border-top: none;
}

.tabs-content .header,
.accordion-content .header,
.default-table .header {
  height: auto;
  background: #f7f1e6;
  color: #000;
  margin: 10px 0;
  padding: 14px 20px;
}

.tabs-content .header .title,
.accordion-content .header .title,
.default-table .header .title {
  margin: 0;
  font-size: 14px;
  color: #000;
  line-height: normal;
}

.tabs-content li.header,
ul li.header {
  background: #0033A0 !important;
  color: #fff !important;
  margin: 10px 0 0 !important;
  padding: 14px 20px !important;
}

.tabs-content .header a,
.accordion-content .header a,
.default-table .header a {
  color: #fff;
  display: block;
  float: left;
  text-decoration: none;
}

.tabs-content p,
.default-table p {
  margin: 8px 0;
}

.tabs-one .tabs-content {
  padding-bottom: 15px;
  padding-top: 15px;
}

.tabs-one .header {
  margin: 0;
}

/* ------------------------ Color Bars ------------------------ */

.bar {
  bottom: 0;
  display: block;
  height: 14px;
  position: relative;
  text-indent: -9999px;
  white-space: nowrap;
  width: 170px;
  margin: 0 0 -10px;
}

.bar-title {
  display: block;
  margin-left: 20px;
}

.green-light {
  background-color: #89bc17;
  color: #89bc17;
}

.green {
  background-color: #01be52;
  color: #01be52;
}

.yellow {
  background-color: #ffd100;
  color: #ffd100;
}

.yellow-light {
  background-color: #ff9a3d;
  color: #ff9a3d;
}

.red {
  background-color: #be0000;
  color: #be0000;
}

.blue {
  background-color: #16c0f5;
  color: #16c0f5;
}

.blue-light {
  background-color: #3d21ff;
  color: #3d21ff;
}

.gray {
  background-color: #c1c1c1;
  color: #c1c1c1;
}

.gray-2 {
  background-color: #757575;
  color: #757575;
}

.gray-dark {
  background-color: #393939;
  color: #393939;
}

.white {
  background-color: #fff;
  color: #000;
  border: 1px solid #8da3b1;
  margin: -1px;
}

.bar.white {
  margin: -2px;
}

/* ------------------------ Accordion ------------------------ */

.accordion ul.sub-menu {
  display: none;
}

.default-accordion {
  line-height: 20px;
}

.default-accordion.second span,
.default-accordion.third span {
  display: table-cell;
  vertical-align: top;
}

.default-accordion.third {
  border-top: 1px solid #e2e9ed;
}

.ui-accordion-header-icon {
  display: none !important;
}

.default-accordion .accordion-clickable:hover {
  cursor: pointer;
}

.toggle-icon {
  background: url(../img/sprite.png) no-repeat -978px -49px;
  content: " ";
  float: right;
  height: 13px;
  margin: 3px 0 0 0;
  width: 12px;
}

.accordion-clickable-active .toggle-icon,
.ui-state-active .toggle-icon {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
}

.default-accordion .column-one,
.default-accordion .column-two,
.default-accordion .column-three,
.default-accordion .column-four {
  display: inline-block;
}

.default-accordion .column-one {
  width: 15%;
}

.default-accordion .column-two {
  width: 68%;
}

.default-accordion .column-three {
  width: 12%;
}

.default-accordion .column-four {
  width: 3%;
}

.default-accordion .column-none {
  color: #0033a0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 68%;
}

.default-accordion.second .column-one {
  font-weight: bold;
  width: 3%;
}

.default-accordion.second .column-two {
  padding-right: 20px;
  width: 53%;
}

.default-accordion.second .column-three {
  padding-right: 10px;
  width: 29%;
}

.default-accordion.second .column-four {
  padding-left: 10px;
  width: 11%;
}

.default-accordion.second .column-five {
  padding-top: 2px;
  width: 3%;
}

.default-accordion.third li {
  position: relative;
}

.default-accordion.third .column-one {
  width: 12%;
}

.default-accordion.third .column-two {
  padding-left: 10px;
  padding-right: 15px;
  width: 18%;
}


.default-accordion .column-one {
  width: 15%;
}

.default-accordion .column-two {
  width: 68%;
}

.default-accordion .column-three {
  width: 12%;
}

.default-accordion .column-four {
  width: 3%;
}

.default-accordion .column-none {
  color: #0033a0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 68%;
}

.default-accordion.second .column-one {
  font-weight: bold;
  width: 3%;
}

.default-accordion.second .column-two {
  padding-right: 20px;
  width: 53%;
}

.default-accordion.second .column-three {
  padding-right: 10px;
  width: 29%;
}

.default-accordion.second .column-four {
  padding-left: 10px;
  width: 11%;
}

.default-accordion.second .column-five {
  padding-top: 2px;
  width: 3%;
}

.default-accordion.third li {
  position: relative;
}

.default-accordion.third .column-one {
  width: 12%;
}

.default-accordion.third .column-two {
  padding-left: 10px;
  padding-right: 15px;
  width: 18%;
}

.default-accordion.third .column-two span {
  padding-left: 20px;
}

.default-accordion.third .column-two span:nth-child(2) {
  padding-left: 0;
}

.default-accordion.third .column-three {
  padding-right: 10px;
  width: 16%;
}

.default-accordion.third .column-four {
  color: #B45200;
  padding-left: 10px;
  width: 40%;
}

.default-accordion .accordion-content .column-two {
  padding-top: 30px;
}

.bar-green-light,
.bar-green,
.bar-yellow,
.bar-yellow-light,
.bar-red,
.bar-blue,
.bar-blue-light,
.bar-gray,
.bar-gray-dark,
.bar-white {
  bottom: 0;
  display: block;
  height: 14px;
  position: absolute;
  width: 170px;
}

.bar-green-light {
  background-color: #d2fad0;
  color: #d2fad0;
}

.bar-green {
  background-color: #03bb40;
  color: #03bb40;
}

.bar-yellow {
  background-color: #ffe139;
  color: #ffe139;
}

.bar-yellow-light {
  background-color: #feecbd;
  color: #feecbd;
}

.bar-red {
  background-color: #e80000;
  color: #e80000;
}

.bar-blue {
  background-color: #0095d3;
  color: #0095d3;
}

.bar-blue-light {
  background-color: #cedeff;
  color: #cedeff;
}

.bar-gray {
  background-color: #d4d4d4;
  color: #d4d4d4;
}

.bar-gray-dark {
  background-color: #545454;
  color: #545454;
}

.bar-white {
  background-color: #fff;
  border: 1px solid #dfe6ea;
  margin: -1px;
}

p.back-to-top {
  margin-top: 0;
}

p.back-to-top a {
  display: inline-block;
  vertical-align: top;
}

/* - - - - - - - - - - - - - Accordion > Word search - - - - - - - - - - - - - */

.accordion.word-search li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 2px 15px;
}

.accordion.word-search li a:hover {
  text-decoration: underline;
}

.accordion.word-search ul > li {
  font-size: 18px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.accordion.word-search ul > li ul {
  margin-left: 18px;
}

.accordion.word-search ul li a {
  background: url(../img/list-arrow-brown-acc-menu.png) center left no-repeat;
  color: #B45200;
}

.accordion.word-search > ul > li.active > a {
  background: url(../img/list-arrow-brown-acc-menu-open.png) 15px 12px no-repeat;
  padding-left: 30px;
}

.accordion.word-search ul li a.open,
.accordion.word-search ul li a.open {
  font-weight: bold;
  padding-left: 35px;
}

.accordion.word-search ul li li a {
  background: url(../img/list-arrow-brown-medium.png) 20px center no-repeat;
  color: #B45200;
  font-size: 16px;
  font-weight: normal;
  padding-left: 30px;
}

.accordion.word-search ul li li li a {
  font-size: 14px;
  padding-left: 30px;
}

.accordion.word-search ul li li a.open {
  background: url(../img/list-arrow-brown-medium-open.png) 20px center no-repeat;
}

.accordion.word-search > ul > li.active {
  background: #fafafa;
  border-bottom-color: #dfe6ea;
  border-top-color: #dfe6ea;
}

.accordion.word-search ul li li.active a {
  background: url(../img/list-arrow-brown-medium-open.png) 20px center no-repeat;
  font-weight: bold;
  padding-left: 34px;
}

.accordion.word-search ul li li li a,
.accordion.word-search ul li li.active li a {
  background: url(../img/list-arrow-brown.png) 20px 50% no-repeat;
  font-weight: normal;
  padding-left: 29px;
}

.accordion.word-search ul li li ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.accordion.word-search ul li li li span,
.accordion.word-search .info-text span {
  color: #B45200;
  font-size: 18px;
  line-height: 14px;
  font-weight: bold;
}

.accordion.word-search .info-text {
  margin-top: 5px;
  font-size: 14px;
  margin-left: 44px;
}

.accordion.word-search .info-text th {
  padding-right: 10px;
  text-align: left;
}

.accordion.word-search .info-text p {
  margin: 0 0 5px 0;
}

.accordion.word-search .info-text a,
.accordion.word-search .active .info-text a {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* ------------------------ Pagination ------------------------ */

.wp-pagenavi:before,
.wp-pagenavi:after,
.pagination:before,
.pagination:after {
  content: "";
  display: table;
  clear: both;
}

.wp-pagenavi,
.pagination {
  margin: 40px 0 30px 0;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span,
.pagination a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  padding: 0 10px;
  font-size: 16px;
  color: #0033a0;
  background: #f4f4f4;
  text-decoration: none;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.pagination a.prev,
.pagination a.next {
  padding: 0;
  background: none;
  font-size: 14px;
}

.wp-pagenavi a.previouspostslink,
.pagination a.prev {
  margin-right: 20px;
}

.wp-pagenavi a.previouspostslink:before,
.pagination a.prev:before {
  content: "\e909";
  display: inline-block;
  margin-right: 2px;
  font-size: 8px;
}

.wp-pagenavi a.nextpostslink,
.pagination a.next {
  margin-left: 20px;
}

.wp-pagenavi a.nextpostslink:after,
.pagination a.next:after {
  content: "\e90a";
  display: inline-block;
  margin-left: 2px;
  font-size: 8px;
  line-height: 1;
  overflow: hidden;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.previouspostslink:focus,
.wp-pagenavi a.previouspostslink:active,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.nextpostslink:focus,
.wp-pagenavi a.nextpostslink:active,
.pagination a.prev:hover,
.pagination a.prev:active,
.pagination a.prev:focus,
.pagination a.next:hover,
.pagination a.next:active,
.pagination a.next:focus {
  background: none;
  text-decoration: underline;
  color: #0033a0;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current,
.pagination a:hover,
.pagination a.current {
  background: #0033a0;
  color: #fff;
}

/* ------------------------ Timeline ------------------------ */

.connected-carousels {
  margin-bottom: 20px;
}

.connected-carousels.second {
  margin-bottom: 0;
}

.connected-carousels .stage {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.connected-carousels .navigation {
  width: 855px;
  margin: 0 auto 20px auto;
  position: relative;
}

.connected-carousels.second .navigation {
  margin-bottom: 40px;
}

.connected-carousels .carousel {
  overflow: hidden;
  position: relative;
}

.connected-carousels .carousel ul {
  width: 40000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.connected-carousels .carousel li {
  float: left;
}

.connected-carousels .carousel-stage {
  height: auto;
  padding-top: 0;
}

.connected-carousels .carousel-stage .photo img {
  max-width: 100%;
  height: auto;
}

.connected-carousels.second .carousel-stage li {
  overflow: hidden;
  width: 1120px;
}

.connected-carousels .carousel-navigation {
  width: 100%;
}

.connected-carousels .carousel-navigation li {
  cursor: pointer;
}

.connected-carousels .carousel-navigation li img {
  display: block;
}

.connected-carousels .carousel .photo {
  width: 1120px;
  height: auto;
}

.connected-carousels .carousel-stage .article {
  padding: 40px;
}

.connected-carousels.second .carousel-stage .article {
  padding: 0;
}

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
  display: block;
  position: absolute;
  top: 0;
}

.connected-carousels .prev-stage {
  left: 0;
}

.connected-carousels .next-stage {
  right: 0;
}

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
  display: none;
}

.carousel {
  padding: 17px 0;
  position: relative;
}

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
  font-size: 0;
  color: #B45200;
  position: absolute;
  top: -80px;
}

.connected-carousels .prev-stage:hover,
.connected-carousels .next-stage:hover {
  color: #001b54;
  text-decoration: none;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
  color: #B45200;
}

.connected-carousels.second .prev-stage,
.connected-carousels.second .next-stage {
  top: -100px;
}

.connected-carousels .prev-stage {
  left: 20px;
}

.connected-carousels.second .prev-stage {
  left: 0;
}

.connected-carousels .next-stage {
  right: 20px;
}

.connected-carousels.second .next-stage {
  right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.connected-carousels .prev-stage:before,
.connected-carousels .next-stage:before {
  display: block;
  font-size: 40px;
  line-height: 1;
  overflow: hidden;
}

.connected-carousels .prev-stage:before {
  content: "\e909";
}

.connected-carousels .next-stage:before {
  content: "\e90a";
}

.carousel-navigation li {
  color: #023c8f;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin: 0 13px;
  padding: 15px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 188px;
}

.carousel-navigation .active {
  background-color: #023C8F;
  color: #fff;
  position: relative;
}

.carousel-navigation .active:hover {
  text-decoration: none;
}

.carousel-navigation .active:after {
  background: url(../img/bg-timeline-link.png) no-repeat 0 0;
  border: solid transparent;
  content: " ";
  height: 15px;
  left: 50%;
  margin-left: -97px;
  pointer-events: none;
  position: absolute;
  top: 94%;
  width: 188px;
}

.image-caption {
  background-color: #0033A0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 40px 0 40px;
  position: absolute;
}

.image-caption h2 {
  color: #fff;
  font-size: 23px;
  margin: 0 0 5px;
}

.image-caption p {
  color: #fff;
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}

/* => Gallery slider */
/* ------------------------------------------------------------------------------*/
/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* => Front page */
/* ------------------------------------------------------------------------------*/
.page-home {
  padding: 35px 0;
}

.wp-caption,
.page-content img {
  max-width: 100%;
  height: auto;
}

.page-home .section-1 {
  margin-bottom: 50px;
}

.page-home .section-2 {
  margin-bottom: 60px;
}

.page-home .section-3 {
  margin-bottom: 90px;
}

.page-home .section-4 {
  margin-bottom: 55px;
}

.page-home .section-5 {
  margin-bottom: 80px;
}

.page-home .section-6 {
  margin-bottom: 80px;
}

.page-home .section-7 {
  margin-bottom: 90px;
}

/* News */
.block-news {
  margin-bottom: 50px;
}

.big-news {
  padding-right: 40px;
}

.big-news a {
  display: block;
  position: relative;
}

.big-news .title {
  margin: 0;
  padding: 15px;
  font-size: 27px;
  line-height: 30px;
  background: rgba(255, 255, 255, .9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.big-news a:hover .title {
  text-decoration: underline;
}

.big-news .title:after {
  content: "\e90c";
  display: inline-block;
  font-size: 13px;
  position: relative;
  left: 5px;
  top: -2px;
  line-height: 1;
  overflow: hidden;
}

.news-list .item {
  margin-bottom: 16px;
}

.news-list .item,
.news-list .item-content {
  overflow: hidden;
}

.news-list .photo {
  float: left;
  margin-right: 18px;
}

.news-list .title {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 22px;
}

.news-list .date {
  font-size: 14px;
  color: #737373;
}

.news-list .link-all {
  margin-top: 2px;
}

a.link-all {
  display: inline-block;
  padding: 21px 15px;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  border: 1px #d6a461 solid;
}

a.link-all:after {
  content: "\e90c";
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  line-height: 1;
  overflow: hidden;
}

a.link-all:hover {
  text-decoration: none;
  background-color: #ecc28b;
}

/* Block > links */
.block-links .block:nth-child(1) {
  background-color: #0033a0;
}

.block-links .block:nth-child(2) {
  background-color: #1947a9;
}

.block-links .block:nth-child(3) {
  background-color: #335cb3;
}

.block-links .block:nth-child(4) {
  background-color: #4c70bc;
}

.block-links .block {
  padding: 30px 20px;
  min-height: 250px;
}

body.lang-ru .block-links .block,
body.lang-en .block-links .block {
  min-height: 270px;
}

.block-links .title,
.block-links .title a {
  color: #fff;
}

.block-links .title {
  margin-bottom: 20px;
  font-size: 25px;
}

.block-links .desc {
  margin: -10px 0 10px 0;
  color: #fff;
}

.block-links .default-search {
  margin-bottom: 15px;
}

.block-links .list a {
  display: block;
  padding-left: 10px;
  color: #fff;
  line-height: 25px;
  position: relative;
}

.block-links .list a:before {
  display: block;
  content: "\e90a";
  font-size: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  line-height: 1;
  overflow: hidden;
}

/* Block > Articles */
.block-articles h2.title {
  margin-bottom: 20px;
  font-size: 35px;
}

.block-articles .photo {
  margin-bottom: 15px;
}

.block-articles .item .title {
  font-size: 18px;
}

.block-articles.text .item {
  margin-bottom: 15px;
}

/* Block > Social */
.block-social .photo {
  margin-bottom: 15px;
  position: relative;
}

.block-social .photo a {
  display: block;
}

.block-social .photo a:before {
  display: block;
  content: "";
  background-color: #0033a0;
  opacity: .55;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.block-social .photo a:hover:before {
  opacity: 1;
}

.block-social .title {
  min-height: 45px;
  padding: 0 0 0 64px;
  font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.block-social .title:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border: 3px #fff solid;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.block-social .title:after {
  font-weight: 400;
  position: absolute;
}

.block-social .video-archive .title:after {
  content: "\e910";
  font-size: 22px;
  top: 11px;
  left: 13px
}

.block-social .photo-archive .title:after {
  content: "\e911";
  font-size: 27px;
  top: 8px;
  left: 10px;
}

.block-social .facebook .title:after {
  content: "\e900";
  font-size: 22px;
  top: 11px;
  left: 14px;
}

/* Block text */
.block-links-2 h2,
.block-text h2 {
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 1;
}

.block-text p {
  margin-top: 15px;
}

/* Block links 2 */
.block-links-2 {
  padding: 20px;
  background-color: #f5f4f4;
}

.block-links-2 h2 {
  margin-bottom: 15px;
}

.block-links-2 li a {
  display: block;
  padding-left: 10px;
  line-height: 25px;
  position: relative;
}

.block-links-2 li a:before {
  display: block;
  content: "\e90a";
  font-size: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  line-height: 1;
  overflow: hidden;
}

/* Block gallery */
.block-gallery .title {
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 1;
}

.block-gallery p {
  margin-top: 15px;
}

.content-slider .owl-prev,
.content-slider .owl-next,
.gallery-slider .owl-prev,
.gallery-slider .owl-next {
  display: block;
  width: 40px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 0;
  color: #d6a461;
  background-color: #f5f5f1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.content-slider .owl-prev:hover,
.content-slider .owl-next:hover,
.gallery-slider .owl-prev:hover,
.gallery-slider .owl-next:hover {
  color: #94672b;
}

.content-slider .owl-prev,
.gallery-slider .owl-prev {
  left: -10px;
}

.content-slider .owl-next,
.gallery-slider .owl-next {
  right: -10px;
}

.content-slider .owl-prev:before,
.gallery-slider .owl-prev:before,
.content-slider .owl-next:before,
.gallery-slider .owl-next:before {
  font-size: 20px;
  line-height: 85px;
  overflow: hidden;
}

.content-slider .owl-prev:before,
.gallery-slider .owl-prev:before {
  content: "\e90b";
}

.content-slider .owl-next:before,
.gallery-slider .owl-next:before {
  content: "\e90c";
}

/* - - - - - - - - - - - - - Sidebar - - - - - - - - - - - - - */

.container.with-border-sidebar:before,
.half-with-border:before {
  background: #cad7de;
  bottom: 0;
  content: "";
  height: 100%;
  left: 607px;
  position: absolute;
  top: 0;
  width: 1px;
}

.half-with-border:before {
  left: 482px;
}

.half-with-border .six.right .content {
  padding-left: 30px;
}

.sidebar h5 {
  margin-bottom: 5px;
}

.sidebar p {
  margin-bottom: 20px;
}

.sidebar-block.borderT {
  border-top: 1px solid #a6bbc8;
  margin: 0 0 0 0;
  padding-top: 30px !important;
}

.sidebar-block.borderB {
  border-bottom: 1px solid #a6bbc8;
  margin: 0 0 35px 0;
  padding: 0 0 30px 0;
}

.sidebar-block {
  margin: 0 0 35px 0;
  padding: 0;
}

.sidebar-block h2 {
  margin-bottom: 15px;
  font-size: 30px;
}

.sidebar-block:not(.link-list, .bulleted-list) p>a {
  text-decoration: underline;
}

.sidebar-block:not(.link-list, .bulleted-list) p>a:hover {
  text-decoration: none;
}

.link-list:not(.sidebar-block) p>a {
  text-decoration: underline;
}

.link-list:not(.sidebar-block) p>a:hover {
  text-decoration: none;
}

.content.article p>a {
  text-decoration: underline;
}

.content.article p>a:hover {
  text-decoration: none;
}

.search-results-content p:not(.leadsub) > a {
  text-decoration: underline;
}

.search-results-content p:not(.leadsub) > a:hover {
  text-decoration: none;
}

.col-xs-5.content > p > a {
  text-decoration: underline;
}

.col-xs-5.content > p > a:hover {
  text-decoration: none;
}

.sidebar-with-borders .sidebar-block {
  border-top: 1px solid #a6bbc8;
  margin: 35px 0 0 0;
  padding: 30px 0 0 0;
}

.sidebar-with-borders .sidebar-block:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.sidebar-block img {
  max-width: 100%;
  height: auto;
}

.sidebar-block .link-list p {
  margin-bottom: 15px;
}

.sidebar .happenings li {
  margin: 0 0 5px 0;
}

.sidebar .happenings .date {
  margin: 15px 0 0 !important;
}

.sidebar .happenings li span {
  background: url(../img/list-arrow-brown.png) no-repeat 0 6px;
  padding: 0 0 0 10px;
  width: 250px;
}

.sidebar .happenings li span.time {
  background: transparent;
  padding: 0;
  width: auto;
  min-width: 40px;
}

.sidebar .publication-list li .group {
  margin-top: 20px;
}

.publication-list .alignleft {
  float: left;
  margin-right: 20px;
}

.publication-list .alignleft img {
  max-width: 140px;
}

.sidebar-block.bulleted-list li,
.sidebar ul.bulleted-list li {
  margin-bottom: 25px;
}

/* - - - - - - - - - - - - - Content - - - - - - - - - - - - - */

.content-slider {
  max-height: 250px;
  padding-bottom: 30px;
  position: relative;
}

.content-slider .item:before,
.content-slider .item:after {
  content: "";
  display: table;
  clear: both;
}

.content-slider .item {
  padding: 15px;
  background: #fff;
  border: 1px solid #a6bbc8;
}

.content-slider .photo {
  float: left;
  margin: 0 20px 0 0;
}

.content-slider .content {
  overflow: hidden;
}

.content-slider .title,
.content-slider .content p,
.content-slider .date {
  margin-bottom: 5px;
}

.content-slider .owl-pagination {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.content-slider .owl-pagination .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #d6a461;
  cursor: pointer;
}

.content-slider .owl-pagination .owl-page.active {
  background-color: #023c8f;
}

.content-slider .owl-prev,
.content-slider .owl-next {
  margin-top: -15px;
}

.content-slider .owl-prev {
  left: -15px;
}

.content-slider .owl-next {
  right: -15px;
}

.seperator-blue {
  background: #0033a0;
  height: 2px;
  margin: 20px auto;
  width: 180px;
}

/* => Place blocks */
/* ------------------------------------------------------------------------------*/
.place-blocks .item {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.place-blocks .inner {
  overflow: hidden;
  width: 100%;
  max-height: 435px;
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
  position: relative;
}

.place-blocks a img {
  width: 100%;
  height: auto;
}

.place-blocks a img,
.place-blocks a:hover img {
  padding: 0;
  border: 0;
}

.place-blocks .content {
  box-sizing: content-box;
  background-color: #0033a0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.place-blocks .content,
.place-blocks .content h2,
.place-blocks .content h3,
.place-blocks .content p {
  color: #fff;
}

.place-blocks .content h2,
.place-blocks .content h3 {
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  line-height: 1;
}

.place-blocks .content h2 {
  margin: 0;
  font-size: 25px;
}

.place-blocks .content h3 {
  margin-bottom: 20px;
  font-size: 35px;
}

.place-blocks .content p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.place-blocks .content .read-more {
  position: relative;
  padding-left: 10px;
}

.place-blocks .hidden-block {
  display: none;
}

.place-blocks .hidden-block .content {
  background: #0033a0;
  padding: 40px 25px;
  top: 0;
}

.place-blocks:hover .item {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.place-blocks .item:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.place-blocks .item:hover .hidden-block {
  display: block;
}

.place-blocks a:hover {
  text-decoration: none;
}

/* => Info list */
/* ------------------------------------------------------------------------------*/
.info-item {
  margin-bottom: 25px;
}

.info-item p {
  margin: 0;
}

.info-item .title {
  margin-bottom: 5px;
}

.info-item .read-more {
  margin-top: 5px;
}

.info-block {
  background: url(../img/bullet.png) left 7px no-repeat;
  margin-bottom: 20px;
  padding-left: 12px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.info-block.col-xs-6 {
  padding-left: 12px;
  padding-right: 20px;
}

.info-block p {
  margin-bottom: 5px;
}

/* - - - - - - - - - - - - - Info & video tabs - - - - - - - - - - - - - */
#video-tabs .webtv-tab-content {
  position: relative;
  min-height: 333px;
}

#video-tabs .webtv-tab-content .error {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #001b54;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #909090;
  background-color: #fff;
}

#video-tabs .webtv-tab-content .error > p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 40px;
}

.webtv-tab-content {
  display: none;
}

.webtv-tab-content.active {
  display: block;
}

#info-tabs li,
#video-tabs li {
  border-bottom: 1px solid #d8e1e6;
  position: relative;
  z-index: 1;
}

#video-tabs .col-xs-5 {
  width: 530px;
}

#video-tabs .col-xs-7 {
  width: 590px;
}

#info-tabs li a,
#video-tabs li .tab-link {
  display: block;
  font-size: 18px;
  text-decoration: none;
}

#info-tabs li a {
  padding: 16px 0 16px 20px;
  line-height: 1;
}

#video-tabs li .tab-link {
  padding: 14px 0 14px 20px;
}

#info-tabs li a:hover,
#video-tabs li .tab-link:hover {
  color: #fff;
  background: #0033A0;
}

#video-tabs li .desc-block {
  border-top: 1px solid #d8e1e6;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

#video-tabs li.last {
  border-bottom: none;
}

#video-tabs li .desc-block p {
  margin-bottom: 0;
}

#video-tabs li .desc-block tr td:first-child {
  min-width: 100px;
  padding-right: 10px;
}

#video-tabs li .desc-block p.read-more {
  margin: 10px 0;
}

#video-tabs li .desc-block a:hover {
  text-decoration: none;
}

#info-tabs li.ui-tabs-active a,
#video-tabs .tab-link.active {
  background: #0033a0;
  color: #fff;
}

#info-tabs li.ui-tabs-active:after,
#video-tabs .tab-link.active:after {
  background: url(../img/info-tabs-active.png) no-repeat;
  background-size: 14px 100%;
  content: "";
  width: 14px;
  position: absolute;
  right: -14px;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}

#video-tabs .tab-link.active:after {
  bottom: auto;
  height: 54px;
}

#info-tabs .content,
#video-tabs .content,
.full-width-slider .content,
.photo-slider.third .content {
  background: #0033a0;
  color: #fff;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 14px;
  left: 0;
  padding: 20px 30px 10px 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#video-tabs .content,
.photo-slider.third .content {
  left: auto;
  padding: 10px;
  width: auto;
}

#video-tabs .content {
  right: 0;
  bottom: auto;
  top: 0;
  z-index: 102;
}

.photo-slider.third .content {
  padding: 20px 20px 15px 20px;
}

.photo-slider.third.inpopup {
  position: relative;
}

#info-tabs .content p,
.photo-slider p,
.photo-slider.third .content p,
.full-width-slider .content p {
  margin-bottom: 5px;
}

#video-tabs .content p {
  margin: 0;
}

.full-width-slider .bx-wrapper {
  margin: 0 auto 15px;
}

.full-width-slider .content {
  padding: 20px 40px 15px 40px;
  width: 909px;
}

#info-tabs .content h4,
.full-width-slider .content h4 {
  color: #fff;
  font-size: 23px;
  margin-bottom: 15px;
}

.full-width-slider .content h4 {
  margin-bottom: 5px;
}

#info-tabs .content p,
#info-tabs .content a,
#video-tabs .content p,
.full-width-slider .content p,
.photo-slider.third .content p {
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.tab-photo-1 {
  max-height: 358px;
  overflow: hidden;
}

.profile-desc {
  padding: 20px;
}

.profile-desc.content {
  line-height: 20px;
}

.profile-photo {
  text-align: right;
}

.profile-photo img {
  max-width: 100%;
  height: auto;
}

.form-one {
  margin: 0;
  padding: 40px;
}

.sidebar-block.form-one .visual-form-builder textarea {
  min-height: 100px;
}

.gallery-opener {
  cursor: pointer;
}

/* - - - - - - - - - - - - - Dialog > Fancybox - - - - - - - - - - - - - */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../img/overlay-bg.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../img/icon-close.png) no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 8040;
  text-indent: -9999px;
}

.fancybox-prev,
.fancybox-next {
  display: block;
  height: 138px;
  width: 74px;
  margin-top: -69px;
  position: absolute;
  top: 50%;
  z-index: 8040;
  text-indent: -9999px;
}

.fancybox-prev {
  background: url(../img/sprite.png) no-repeat 0 -650px;
  left: 15px;
}

.fancybox-next {
  background: url(../img/sprite.png) no-repeat 100% -650px;
  right: 15px;
}

.fancybox-prev:hover,
.fancybox-prev:focus,
.fancybox-next:hover,
.fancybox-next:focus {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.fancybox-title {
  padding: 10px 15px;
  color: #fff;
  background-color: #0033A0;
}

/* - - - - - - - - - - - - - Collapsible Filters - - - - - - - - - - - - - */

.collapsible-filters__wrap {
  padding: 15px 0 15px 20px;
  border-top: 1px solid #a6bbc8;
  border-bottom: 1px solid #a6bbc8;
}

.collapsible-filters {
  height: 312px;
}

.collapsible-filters__sub-group {
  display: none;
  padding-left: 36px;
}

.collapsible-filters__sub-group.is-expanded {
  display: block;
}

.collapsible-filters li.has-child > a {
  padding-left: 20px;
}

.collapsible-filters li > a {
  display: block;
  position: relative;
  padding-left: 8px;
  margin-bottom: 9px;
  color: #293f7d;
}

.collapsible-filters li.has-child > a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "\f067";
  font-size: 9px;
  background-color: #a6bbc8;
  color: #fff;
  padding: 2px 3px;
}

.collapsible-filters li > a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "\f105";
  background-color: transparent;
  padding: 0;
  color: #0033a0;
  font-size: 14px;
}

.collapsible-filters li > a.active::before {
  content: "\f105";
  background-color: transparent;
}

.collapsible-filters li > a.active {
  font-weight: 700;
  color: #0033a0;
}

.collapsible-filters li.has-child > a.active::before {
  content: "\f068";
  background-color: #0033a0;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0033a0;
  width: 10px;
  border-radius: 0;
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #0033a0;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #0033a0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e7e7e7;
  width: 10px;
  border-radius: 0;
  opacity: 1 !important;
}

.mCS-riigikogu-theme.mCSB_scrollTools {
  width: 10px;
}

/* - - - - - - - - - - - - - Collapsible filter breadcrumbs - - - - - - - - - - - - - */

.filter-breadcrumbs__wrap {
  margin-bottom: 24px;
}

.filter-breadcrumbs {
  min-height: 38px;
}

.filter-breadcrumbs li {
  float: left;
}

.filter-breadcrumbs li:not(:last-child)::after {
  content: '/';
  color: #c4c4c4;
  padding: 0 5px;
}

/* - - - - - - - - - - - - - Dialog > Jquery ui - - - - - - - - - - - - - */
.ui-widget-overlay {
  background: url(../img/overlay-bg.png);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 299;
}

.ui-dialog {
  z-index: 300;
}

.ui-dialog,
.ui-dialog .content {
  outline: none;
}

.ui-dialog .btn-print {
  float: right;
  margin: -26px 15px 0 0;
  position: relative;
  z-index: 200;
}

.ui-dialog .content,
.js-dialog {
  background: #fff;
  border: 1px solid #e9e9e9;
  margin: 0 auto;
  padding: 40px 50px;
}

.fancybox-wrap {
  padding: 0;
  border: none;
}

.fancybox-skin {
  padding: 40px 50px !important;
  background: #fff;
}

.ui-dialog-titlebar {
  position: relative;
}

.ui-dialog-title {
  position: absolute;
}

.contact-dialog h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-dialog .resume li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.gallery-dialog .bx-wrapper img {
  margin-bottom: 20px;
}

.gallery-dialog .bx-pager {
  display: none;
}

.gallery-dialog .content-block,
.gallery-dialog .bx-wrapper {
  margin-bottom: 0;
}

.gallery-dialog .bx-wrapper {
  margin-bottom: 20px;
}

.ui-dialog-titlebar-close {
  position: absolute;
  right: -41px;
  top: -275px;
}

.gallery-dialog .slider-pictures .bx-wrapper .bx-prev,
.gallery-dialog .slider-pictures .bx-wrapper .bx-next {
  top: 190px;
}

.gallery-dialog .accordion-clickable {
  background-color: transparent !important;
}

.ui-dialog-titlebar-close [title] {
  display: none;
}

.ui-button-text {
  display: none;
}

.ui-icon-closethick {
  background: url(../img/icon-close.png) no-repeat;
  position: absolute;
  z-index: 100;
}

.ui-icon-closethick {
  background: url(../img/icon-close.png) no-repeat !important;
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-icon-closethick {
  height: 24px !important;
  width: 24px;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: none !important;
  border: medium none !important;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
}

.ui-icon-closethick {
  top: 0;
  left: 0;
}

.photo-slider .bx-default-pager {
  bottom: -30px !important;
  left: 0 !important;
  right: auto !important;
}

.photo-slider.third .bx-default-pager {
  bottom: -60px !important;
}

.full-width-slider .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -25px !important;
  position: relative;
  right: auto;
}

.photo-slider.second .bx-wrapper .bx-pager.bx-default-pager a {
  height: 6px;
  width: 75px;
}

.photo-slider .slider-pictures .bx-wrapper .bx-prev {
  left: 15px;
}

.photo-slider .slider-pictures .bx-wrapper .bx-next {
  right: 15px;
}

.photo-slider.second .bx-controls-direction {
  opacity: .7;
}

/* - - - - - - - - - - - - - Advanced search & dropdown - - - - - - - - - - - - - */

.advanced-search.second {
  margin-top: 20px;
}

.open-advanced-search {
  margin-top: 25px;
}

.open-advanced-search.second,
.drop-down {
  margin-top: 0;
}

.drop-down {
  margin-left: 20px;
  position: relative;
}

.open-advanced-search a,
.drop-down a {
  text-decoration: none;
}

.open-advanced-search a:hover,
.drop-down a:hover {
  text-decoration: underline;
}

.drop-down-menu {
  -moz-box-shadow: 0 2px 5px #666;
  -webkit-box-shadow: 0 2px 5px #666;
  background: #fff;
  box-shadow: 0 2px 5px #666;
  display: none;
  left: -20px;
  padding: 30px 20px 20px;
  position: absolute;
  top: 35px;
  width: 315px;
  z-index: 100;
}

.drop-down-menu:before {
  background: url(../img/drop-down-arrow.png) no-repeat;
  content: "";
  height: 11px;
  left: 20px;
  position: absolute;
  top: -11px;
  width: 39px;
}

.drop-down-menu li {
  line-height: 20px;
  padding-bottom: 16px;
}

.drop-down-menu li.selected a {
  font-weight: bold;
  text-decoration: underline;
}

.drop-down-menu li.active > a {
  background: url(../img/list-arrow-brown-open.png) left center no-repeat;
  padding-left: 14px;
}

.drop-down-menu li ul {
  margin-top: 16px;
}

.drop-down-menu li li {
  margin-left: 20px;
  padding-bottom: 0;
}

.drop-down-menu li li li {
  margin-left: 30px;
  padding-bottom: 16px;
}

.drop-down-menu li li li:last-child {
  padding-bottom: 0;
}

.drop-down-menu li li li li {
  margin-left: 40px;
  padding-bottom: 0;
}

.drop-down-menu li li li li a:hover {
  text-decoration: underline;
}

.open-advanced-search .icon,
.drop-down .icon {
  margin-left: 5px;
  margin-top: 0;
  position: relative;
  top: 3px;
}

.open-advanced-search.active .icon,
.drop-down .active .icon {
  margin-left: 5px;
  margin-top: 0;
}

.gallery-dialog .accordion .open-extra {
  padding-bottom: 20px;
}

.open-advanced-search.active .icon-arrow-down,
.drop-down .active .icon-arrow-down,
.gallery-dialog .accordion li.active .open-extra i {
  background-position: right -97px;
  /*float: right;*/
  height: 15px;
  width: 12px;
}

.gallery-dialog .accordion li.active .open-extra i {
  float: none;
}

/* - - - - - - - - - - - - - A - Z - - - - - - - - - - - - - */

.search-results-a-to-z {
  margin-bottom: 40px;
}

.search-results-a-to-z .table-heading {
  height: 40px;
}

.search-results-a-to-z .show-count {
  top: 8px;
}

.search-results-a-to-z a {
  text-decoration: none;
}

.search-results-a-to-z a:hover {
  text-decoration: underline;
}

.search-results-a-to-z br {
  margin-bottom: 8px;
}

.search-results-a-to-z span.column-title,
.search-results-a-to-z span.column-one {
  float: left;
  width: 400px;
}

.search-choises {
  margin: 10px 0 40px;
}

.search-choises select {
  width: 250px;
}

.search-choises span.select-wrap {
  display: inline-block;
  margin-right: 22px;
}

.search-choises input[type=text] {
  margin-right: 22px;
  width: 250px;
}

.a-to-z {
  margin: 10px 0 30px;
}

.a-to-z a {
  background: #dedede;
  color: #0033a0;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 8px;
  text-transform: uppercase;
}

.a-to-z a:hover,
.a-to-z a.active {
  background: #0033a0;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}

.a-to-z a.active:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 5px solid #0033A0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 28px;
  width: 0;
}

/* => Gallery list */
/* ------------------------------------------------------------------------------*/
.gallery-list {
  overflow: hidden;
  margin-right: -80px;
}

.gallery-item {
  float: left;
  width: 240px;
  margin: 0 80px 35px 0;
}

.gallery-item:nth-child(3n+1) {
  clear: left;
}

.gallery-item p,
.gallery-item .title {
  margin: 0;
}

.gallery-item .photo {
  margin-bottom: 20px;
}

.gallery-item .photo img {
  position: relative;
  z-index: -1;
}

.gallery-item .photo a {
  display: block;
  position: relative;
  z-index: 1;
}

.gallery-item .photo a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/icon-pics.png) no-repeat;
  width: 78px;
  height: 66px;
  z-index: 2;
}

.gallery-item .photo.zoom a:after {
  width: 57px;
  height: 55px;
  background: url(../img/icon-zoom.png) no-repeat;
}

.gallery-item .title {
  margin-bottom: 5px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.283em;
  line-height: 1.2;
  font-weight: 400;
}

.gallery-item .meta span {
  display: block;
}

/* => Media list */
/* ------------------------------------------------------------------------------*/
.media-list:before,
.media-list:after {
  content: "";
  display: table;
  clear: both;
}

.media-list {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.media-list .media-item {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
  background: none;
  overflow: hidden;
}

.media-item:nth-child(4n+1) {
  clear: left;
}

.media-item .title,
.media-item p {
  margin: 0;
}

.media-item .photo {
  margin-bottom: 10px;
}

.media-item .photo img {
  max-width: 100%;
  height: auto;
}

.media-item .read-more {
  margin-top: 5px;
}

.media-list-2 .photo {
  margin-bottom: 10px;
}

.media-list-2 h3.title {
  margin-bottom: 5px;
}

.media-list-2 .attr {
  float: right;
  margin-top: 10px;
}

.media-list-2 .attr a {
  margin-left: 15px;
}

/* => People list */
/* ------------------------------------------------------------------------------*/
.people-list,
.people-item {
  overflow: hidden;
}

.article .people-item,
.people-item {
  margin-bottom: 25px;
  padding-left: 0;
  background: none;
}

.people-item .title,
.people-item p {
  margin: 0;
}

.people-item .photo {
  float: left;
  margin-right: 20px;
  text-align: center;
}

.people-item .text {
  overflow: hidden;
}

.people-item .occupation,
.people-item .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.people-item .title {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.people-item .title a {
  color: #B45200;
}

/* - - - - - - - - - - - - - Select option - - - - - - - - - - - - - */

.select-option {
  margin-bottom: 10px;
  position: relative;
}

.select-option.second {
  margin-bottom: 0;
}

.select-option select,
.tabs-one .select-choices select {
  z-index: 2;
  position: relative;
}

.select-option input[type="radio"] + label:before {
  top: 3px;
}

.select-option.second input[type="radio"] + label:before {
  top: 0;
}

.search-draft .select-option .select-wrap {
  padding-left: 28px;
}

.search-draft .select-option select {
  width: 100%;
  max-width: 430px;
}

.check-options .four.column p.block {
  padding-bottom: 5px;
}

.submit-form.second {
  border-top: 1px solid #a6bbc8;
  margin: 15px 0 10px;
  padding-top: 25px;
}

.submit-form.container {
  border-top: 1px solid #a6bbc8;
  margin: 15px 0 10px;
  padding-top: 25px;
}

.clear-all,
.clear-documents-filter {
  display: inline-block;
}

.btn-brown + .clear-all {
  margin-left: 10px;
}

.btn-brown + .clear-documents-filter {
  margin-left: 10px;
}

.featured-info {
  margin-left: 25px;
  margin-top: 8px;
}

.featured-info strong {
  margin-right: 15px;
}

/* - - - - - - - - - - - - - Big search - - - - - - - - - - - - - */

.big-search .search-draft .active.block {
  background: #fafafa;
  border-bottom: 1px solid #a6bbc8;
  border-top: 1px solid #a6bbc8;
  padding: 5px 20px;
  position: relative;
  left: -20px;
}

.big-search .search-draft .block .checkboxes {
  position: relative;
  margin-left: 30px;
}

.big-search .search-draft .block .checkboxes span {
  clear: both;
  position: relative;
  display: block;
  margin: 10px 0;
}

.big-search .bottom {
  margin-left: 22px;
}

.big-search .select-choices .left {
  width: 33%;
  padding-right: 10px;
  box-sizing: border-box;
}

.big-search .select-choices select,
.big-search .select-choices-2 select {
  width: 100%;
}

.big-search .select-choices-2 .left {
  width: 50%;
  box-sizing: border-box;
}

.big-search .select-choices-2 .left:first-child {
  padding-right: 20px;
}

.big-search p.calendar {
  padding: 10px 0;
}

.block-search-in {
  margin-left: -20px;
  margin-right: -20px;
}

.block-search-in .block {
  float: left;
  padding: 0 20px;
}

.search-opt-content {
  display: none;
}

.search-opt-content.active {
  display: block;
}

.search-opt-content .select-multiple-wrap select[multiple] {
  display: none;
  padding: 10px;
  width: 400px;
  height: 120px;
  overflow: auto;
}

.search-opt-content .select-multiple-wrap select[multiple].active {
  display: block;
}

/* - - - - - - - - - - - - - Profile list - - - - - - - - - - - - - */

.profile-list {
  counter-reset: item;
}

.profile-list .item {
  margin-bottom: 30px;
}

.profile-list .inner {
  position: relative;
}

.profile-list .item:nth-child(2n+1) {
  clear: left;
}

.profile-list .photo {
  float: left;
  margin: 0 22px 0 0;
}

.profile-list .photo .lazy {
  max-height: 100px;
}

.profile-list .content {
  overflow: hidden;
  position: inherit;
}

.profile-list .content a[href*="mailto:"] {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.profile-list h3,
.profile-list h3 a {
  margin: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #B45200;
  line-height: 1.5;
}

.profile-list .item .inner:before {
  background-color: #0033A0;
  color: #fff;
  content: "";
  content: counter(item) "";
  counter-increment: item;
  padding: 9px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  left: 1px;
  position: absolute;
  text-align: center;
  top: 1px;
  min-width: 32px;
  z-index: 1;
}

/* - - - - - - - - - - - - - Read more & download links - - - - - - - - - - - - - */

.icon-laadi-alla {
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: top;
}

.icon-voorsona-seletus:before {
  content: "\e923";
  display: inline-block;
  font-size: 14px;
  margin-left: 4px;
}

.icon-valislink:before {
  content: "\e922";
  display: inline-block;
  font-size: 10px;
  margin-left: 4px;
}

a.laadi-alla {
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  border: 1px solid #a6bbc8;
  font-size: 18px;
  line-height: 1;
  color: #023c8f;
  padding: 5px 10px;
  text-decoration: none;
}

a.laadi-alla.second {
  margin-right: 25px;
}

.icon-laadi-alla {
  background: url(../img/sprite.png) -975px -966px;
  height: 12px;
  margin-right: 10px;
  top: 4px;
  width: 15px;
}

a.laadi-alla:hover .icon-laadi-alla {
  background: url(../img/sprite.png) -958px -966px;
}

.page-header .laadi-alla {
  margin-right: 25px;
}

.article .laadi-alla {
  display: inline-block;
  margin-bottom: 25px;
}

/* - - - - - - - - - - - - - Blue notice box - - - - - - - - - - - - - */

.blue-notice-box {
  background: #0033a0;
  color: #fff;
  padding: 25px 30px;
}

.blue-notice-box a {
  color: #fff;
}

.blue-notice-box-title,
.blue-notice-box h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 35px;
  color: #fff;
  line-height: 1.5;
}

/* - - - - - - - - - - - - - Sitemap - - - - - - - - - - - - - */

.sitemap {
  margin-bottom: 30px;
}

.sitemap li a {
  display: inline-block;
  padding-bottom: 10px;
  text-decoration: none;
}

.sitemap li a:hover {
  text-decoration: underline;
}

.sitemap > li > a {
  font-size: 18px;
  font-weight: bold;
}

.sitemap > li li > a {
  font-size: 15px;
  font-weight: bold;
  margin-left: 28px;
}

.sitemap > li li li > a {
  font-size: 14px;
  font-weight: normal;
  margin-left: 48px;
}

.sitemap > li li li li > a {
  margin-left: 63px;
}

.sitemap .fa-caret-right {
  position: relative;
  top: 1px;
}

.sitemap a {
  position: relative;
  padding-left: 12px;
}

.sitemap a:before {
  position: absolute;
  top: 3px;
  left: 0;
}

.sitemap a:hover:before {
  text-decoration: none;
}

/* - - - - - - - - - - - - - 404 - - - - - - - - - - - - - */

.page-not-found {
  text-align: center;
}

.page-not-found h1 {
  font-size: 60px;
}

.page-not-found p {
  font-size: 16px;
  max-width: 100%;
}

.not-found {
  padding: 15px;
  margin: 40px 0;
  color: #001b54;
  text-align: center;
  border: 1px #0033a0 solid;
}

/* => Footer */
/* ------------------------------------------------------------------------------*/
.footer {
  background-color: #0033a0;
  font-size: 12px;
  color: #fff;
  margin-top: 40px;
}

.footer .container {
  min-height: 270px;
  padding-left: 200px;
  position: relative;
  background-color: #0033a0;
}

.footer a {
  color: #fff;
}

.footer .vcard {
  float: left;
  width: 170px;
  min-height: 280px;
  padding: 110px 0 55px 0;
  color: #fff;
  text-align: center;
  background: #1a4dba url('../img/bg-footer.png') no-repeat center 20px;
  position: absolute;
  top: -15px;
  bottom: 0;
  left: 0;
}

.footer .vcard li {
  line-height: 20px;
}

.footer abbr[title] {
  border: none;
  cursor: default;
}

.footer .cols-row-15px:before {
  display: none;
}

.footer .cols-row-15px {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer .title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}

.footer .links li {
  line-height: 18px;
}

.footer .links a {
  display: block;
  padding: 3px 0 3px 10px;
  position: relative;
}

.footer .links a:before {
  display: block;
  content: "\e90a";
  font-size: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 1;
  overflow: hidden;
}

.link-desktop {
  display: block;
  padding: 20px 10px;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  background-color: #0033a0;
}

.link-desktop.hide-link {
  display: none;
}

.link-desktop.size-small-1 {
  font-size: 20px;
}

.link-desktop.size-small-2 {
  font-size: 16px;
}

.link-desktop:after {
  content: "\e90c";
  display: inline-block;
  font-size: 11px;
  position: relative;
  left: 5px;
  top: -1px;
  overflow: hidden;
}

.footer .link-desktop {
  text-decoration: none;
  border-top: 1px #fff solid;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  margin: 0 auto 60px;
  padding: 0;
  position: relative;
  *zoom: 1;
}

.bx-wrapper img {
  border: 1px solid #e9e9e9;
  display: block;
  max-width: 100%;
  height: auto;
  float: left;
}

.bx-wrapper p {
  margin-bottom: 20px;
}

.bx-wrapper h2 {
  margin-top: 20px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  height: auto !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -52px;
  position: absolute;
  right: 50px;
}

.slider-pictures .bx-wrapper .bx-pager,
.slider-pictures .bx-wrapper .bx-controls-auto {
  bottom: -40px;
}

.slider-pictures a img,
.slider-pictures a:hover img {
  padding: 0;
  border: 1px solid #e9e9e9;
}

/* Full BX Pager */

.full-bx-pager .bx-wrapper .bx-pager,
.full-bx-pager .bx-wrapper .bx-controls-auto {
  display: table;
  margin: 0 auto;
  position: relative;
  right: 2px;
  width: 950px;
}

.full-bx-pager.full .bx-wrapper .bx-pager,
.full-bx-pager.full .bx-wrapper .bx-controls-auto {
  width: 100%;
}

.full-bx-pager.full.no-arrows .bx-controls-direction {
  display: none;
}

.full-bx-pager .bx-wrapper .bx-pager .bx-pager-item,
.full-bx-pager .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: table-cell;
}

.full-bx-pager .bx-wrapper .bx-pager.bx-default-pager a {
  background: none repeat scroll 0 0 #D6A461;
  display: block;
  height: 6px;
  margin: 0;
  text-indent: -9999px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  background: url(../img/loader.gif) center center no-repeat #fff;
  height: 100%;
  left: 0;
  min-height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  color: #666;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: .85em;
  font-weight: bold;
  text-align: center;
  /*top: 20px;*/
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  *display: inline;
  *zoom: 1;
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #d6a461;
  display: block;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  width: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #023c8f;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  background: url(../img/sprite.png) no-repeat 0 -600px;
  bottom: -57px;
  right: 140px;
}

.bx-wrapper .bx-next {
  background: url(../img/sprite.png) no-repeat right -600px;
  bottom: -57px;
  right: 10px;
}

.bx-wrapper .bx-prev:hover {
  background-position: -50px -600px;
}

.bx-wrapper .bx-next:hover {
  background-position: -895px -600px;
}

.bx-wrapper .bx-controls-direction a {
  height: 35px;
  position: absolute;
  text-indent: -9999px;
  width: 25px;
  z-index: 200;
}

.slider-with-text .bx-wrapper .bx-controls-direction a,
.content-slider.group .bx-wrapper .bx-controls-direction a,
.bx-wrapper:hover .bx-controls-direction a {
  display: block;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none !important;
}

.slider-pictures .bx-wrapper .bx-prev {
  background: url(../img/sprite.png) no-repeat 0 -650px;
  left: 30px;
  top: 50%;
}

.slider-pictures .bx-wrapper .bx-next {
  background: url(../img/sprite.png) no-repeat right -650px;
  right: 30px;
  top: 50%;
}

.slider-pictures .bx-wrapper .bx-prev:hover,
.slider-pictures .bx-wrapper .bx-prev:focus {
  opacity: .5;
}

.slider-pictures .bx-wrapper .bx-next:hover,
.slider-pictures .bx-wrapper .bx-next:focus {
  opacity: .5;
}

.slider-pictures .bx-wrapper .bx-controls-direction a {
  height: 138px;
  margin: -69px 0 0 0;
  width: 74px;
}

.photo-slider.third .bx-wrapper .bx-controls-direction a {
  margin: -55px 0 0 0;
}

.content-block.photo-slider.third.full-bx-pager.full .bx-controls-direction a {
  margin: -100px 0 0 0;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  background: url(images/controls.png) -86px -11px no-repeat;
  display: block;
  height: 11px;
  margin: 0 3px;
  text-indent: -9999px;
  width: 10px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  background: url(images/controls.png) -86px -44px no-repeat;
  display: block;
  height: 11px;
  margin: 0 3px;
  text-indent: -9999px;
  width: 9px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  background: #0033a0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 20px 40px 10px 40px;
}

.bx-wrapper .bx-caption span h2 {
  color: #fff;
  font-size: 23px;
  margin: 0 0 10px 0;
}

.bx-wrapper .bx-caption span p {
  margin-bottom: 10px;
}

.slider-pictures.third {
  margin-bottom: 75px;
}

.slider-pictures.third .bx-wrapper .bx-pager,
.slider-pictures.third .bx-wrapper .bx-controls-auto {
  bottom: -30px;
}

/* - - - - - - - - - - - - - Poll - - - - - - - - - - - - - */
.poll {
  position: relative;
  z-index: 1;
}

.poll-link {
  float: right;
}

.poll-link a {
  display: block;
  padding: 12px 65px 12px 30px;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  background: #0033a0 url('../img/btn-arrow-3.png') no-repeat 100% 50%;
}

.poll-link a:hover {
  text-decoration: none;
  background-color: #0b4ad1;
}

.poll-content {
  display: none;
  float: right;
  background-color: #fafafa;
  border: 1px #0033a0 solid;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.poll-content .content {
  width: 380px;
  overflow: hidden;
  padding: 40px 30px 30px 30px;
}

.poll-content .title {
  overflow: hidden;
  padding: 10px 10px 10px 30px;
  background-color: #0033a0;
}

.poll-content .title h1 {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 23px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
}

.poll-content .title .close {
  float: right;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  background: url("../img/icon-close2.png") no-repeat;
}

.poll-content .content h2 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px #0033a0 solid;
}

.poll-content .content p {
  margin: 0;
}

.poll-content .content .row {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #535353;
}

.poll-content .content .row label {
  line-height: normal;
}

.poll-content .content .row input + label:before {
  top: 0;
}

.poll-content .btn-brown {
  margin-top: 15px;
  background-color: #0033a0;
  background-image: url('../img/btn-arrow-2.png');
  color: #fff;
}

.poll-content .btn-brown:hover,
.poll-content .btn-brown:focus,
.poll-content .btn-brown:active {
  background-color: #0b4ad1;
}

/* resume */
.resume + .resume {
  margin-top: 20px;
}

.resume li:after {
  content: '';
  display: table;
  clear: both;
}

/* - - - - - - - - - - - - - Additional - - - - - - - - - - - - - */

.table.voting > tbody > tr > td:nth-child(1),
.table.projects > tbody > tr > td:nth-child(1),
.table.projects > tbody > tr > td:nth-child(3),
.table.projects > thead > tr > th:nth-child(1),
.table.projects > thead > tr > th:nth-child(3) {
  white-space: nowrap;
}

.table.projects > tbody > tr > td:nth-child(1),
.table.projects > tbody > tr > td:nth-child(3),
.table.eldocuments > tbody > tr > td:nth-child(2) {
  text-align: center;
}

.table .link-brown-arrow,
.table .read-more,
.table .open-accordion,
.table .open-accordion a,
ul.news-list .read-more {
  text-decoration: none;
}

.table .link-brown-arrow:hover,
.table .read-more:hover,
.table .open-accordion a:hover,
ul.news-list .read-more:hover {
  text-decoration: underline;
}

.content-block .group {
  overflow: hidden;
}

.bxslider-images-dialog,
.bxslider-images-dialog li {
  overflow: hidden;
}

.bxslider-images-dialog .btn-share {
  margin-right: 1px;
}

.right > .btn-brown {
  float: right;
}

.right > .clear-all {
  float: left;
  margin-right: 25px;
  line-height: 36px;
}

.right > .clear-all-2 {
  clear: both;
  float: left;
  margin-top: 1px;
  font-size: 11px;
}

.right > .clear-documents-filter {
  float: left;
  margin-right: 25px;
  line-height: 36px;
}

.left > .clear-all,
.left > .clear-documents-filter,
.left > input.btn-brown,
.left > input.search-field,
.left > input.name {
  float: left;
}

.left > .clear-all {
  margin-left: 25px;
}

.left > .clear-documents-filter {
  margin-left: 25px;
}

/* - - - - - - - - - - - - - Forms - - - - - - - - - - - - - */
.contact-form-block {
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #212121;
  line-height: 1.5;
  border: 1px solid #a6bbc8;
  padding: 20px;
}

.contact-form-block h2 {
  font-size: 2.143em;
  margin-bottom: 15px;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #0033a0;
  line-height: 1;
}

.article .visual-form-builder h4 {
  margin-top: 30px;
}

.contact-form-block p,
.sidebar-block .contact-form-block p {
  margin-bottom: 20px;
}

.contact-form-block a{
  text-decoration: underline;
}

.contact-form-block .visual-form-builder .vfb-legend,
.sidebar-block .visual-form-builder .vfb-legend,
.article .visual-form-builder .vfb-legend {
  left: -1000em;
  position: absolute;
}

.contact-form-block .visual-form-builder .vfb-item,
.sidebar-block .visual-form-builder .vfb-item,
.article .visual-form-builder .vfb-item {
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
}

.contact-form-block .visual-form-builder .vfb-item-submit,
.sidebar-block .visual-form-builder .vfb-item-submit,
.article .visual-form-builder .vfb-item-submit {
  margin-top: 25px;
  margin-bottom: 0;
}

.contact-form-block .visual-form-builder .vfb-desc,
.sidebar-block .visual-form-builder .vfb-desc,
.article .visual-form-builder .vfb-desc {
  display: block;
  padding-bottom: 5px;
}

.contact-form-block .visual-form-builder input[type="text"],
.contact-form-block .visual-form-builder input[type="email"],
.contact-form-block .visual-form-builder input[type="tel"],
.contact-form-block .visual-form-builder input[type="url"],
.contact-form-block .visual-form-builder textarea,
.sidebar-block .visual-form-builder input[type="text"],
.sidebar-block .visual-form-builder input[type="email"],
.sidebar-block .visual-form-builder input[type="tel"],
.sidebar-block .visual-form-builder input[type="url"],
.sidebar-block .visual-form-builder textarea,
.article .visual-form-builder input[type="text"],
.article .visual-form-builder input[type="email"],
.article .visual-form-builder input[type="tel"],
.article .visual-form-builder input[type="url"],
.article .visual-form-builder textarea {
  width: 100%;
}

.contact-form-block .visual-form-builder select,
.sidebar-block .visual-form-builder select,
.article .visual-form-builder select {
  width: 100%;
}

.contact-form-block .visual-form-builder .vfb-submit,
.sidebar-block .visual-form-builder .vfb-submit,
.article .visual-form-builder .vfb-submit {
  display: inline-block;
  padding: 8px 34px 8px 20px;
  font-family: 'Tinos', Arial, Helvetica, Serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  background: #d6a461 url('../img/icon-arrow-right.png') no-repeat 100% 50%;
  border: 1px #d6a461 solid;
  position: relative;
}

.contact-form-block .visual-form-builder .vfb-submit:hover,
.contact-form-block .visual-form-builder .vfb-submit:focus,
.contact-form-block .visual-form-builder .vfb-submit:active,
.sidebar-block .visual-form-builder .vfb-submit:hover,
.sidebar-block .visual-form-builder .vfb-submit:focus,
.sidebar-block .visual-form-builder .vfb-submit:active,
.article .visual-form-builder .vfb-submit:hover,
.article .visual-form-builder .vfb-submit:focus,
.article .visual-form-builder .vfb-submit:active {
  background-color: #ecc28b;
}

.contact-form-block .visual-form-builder input.vfb-error,
.contact-form-block .visual-form-builder textarea.vfb-error,
.sidebar-block .visual-form-builder input.vfb-error,
.sidebar-block .visual-form-builder textarea.vfb-error,
.article .visual-form-builder input.vfb-error,
.article .visual-form-builder textarea.vfb-error {
  border-color: #D62800;
}

.contact-form-block .visual-form-builder label.vfb-error,
.sidebar-block .visual-form-builder label.vfb-error,
.article .visual-form-builder label.vfb-error {
  display: block;
  padding-top: 2px;
  font-size: 12px;
  color: #D62800;
}

.contact-form-block .visual-form-builder .vfb-form-success,
.sidebar-block .visual-form-builder .vfb-form-success,
.article .visual-form-builder .vfb-form-success {
  padding: 5px;
  border: 1px green solid;
}

.vfb-item-file-upload .vfb-span label {
  display: block;
  cursor: default;
}

/* Feedback form */
.feedback-form {
  padding: 0;
  border: 0;
}

/* - - - - - - - - - - - - - Hall plan - - - - - - - - - - - - - */

.hall-plan .legend {
  overflow: hidden;
  margin-bottom: 40px;
}

.hall-plan .legend .item {
  float: left;
  margin: 0 10px 6px 0;
}

.hall-plan .legend .square {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border: 3px solid transparent;
}

.hall-plan .manager {
  width: 296px;
  margin: 0 auto 21px auto;
  padding: 21px 0;
  font-size: 20px;
  color: #0033a0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border: 3px #0033a0 solid;
}

.hall-plan .plan:before,
.hall-plan .plan:after {
  content: "";
  display: table;
  clear: both;
}

.hall-plan .plan {
  margin-left: -10px;
  margin-right: -10px;
}

.hall-plan .row {
  float: left;
  width: 16.666666%;
  padding-left: 10px;
  padding-right: 10px;
}

.hall-plan .row ul {
  text-align: center;
}

.hall-plan .plan .item {
  display: inline-block;
  width: 75px;
  height: 75px;
  margin: 1px;
  border: 3px solid transparent;
}

.hall-plan .plan a {
  display: table-cell;
  width: 75px;
  height: 75px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
  color: #b45200;
  line-height: 16px;
}

.hall-plan .plan .item[data-type="1"],
.hall-plan .legend .item[data-type="1"] .square {
  border-color: #6fabd4;
}

.hall-plan .plan .item[data-type="2"],
.hall-plan .legend .item[data-type="2"] .square {
  border-color: #ffc000;
}

.hall-plan .plan .item[data-type="3"],
.hall-plan .legend .item[data-type="3"] .square {
  border-color: #3bac7b;
}

.hall-plan .plan .item[data-type="4"],
.hall-plan .legend .item[data-type="4"] .square {
  border-color: #e35558;
}

.hall-plan .plan .item[data-type="5"],
.hall-plan .legend .item[data-type="5"] .square {
  border-color: #a4a4a4;
}

.hall-plan .plan .item[data-type="empty"],
.hall-plan .legend .item[data-type="empty"] .square {
  border-color: #d1d9de;
}

/* - - - - - - - - - - - - - IE fixes - - - - - - - - - - - - - */
.lt-ie9 input[type="checkbox"],
.lt-ie9 input[type="radio"] {
  width: auto;
  height: auto;
  opacity: 1;
  margin: 2px 0 0 0;
  position: relative;
  z-index: 10;
}

.lt-ie9 input[type="checkbox"] + label,
.lt-ie9 input[type="radio"] + label {
  padding-left: 25px;
}

.lt-ie9 input[type="checkbox"] + label:before,
.lt-ie9 input[type="radio"] + label:before {
  display: none;
}

.lt-ie9 select {
  height: auto;
  padding: 3px;
  background-image: none;
}

.lt-ie9 .sub-nav {
  border: 1px #ccc solid;
  border-top: 0;
}

.lt-ie9 .calendar-popup {
  border: 1px #ccc solid;
}

.lt-ie9 .drop-down-menu {
  border: 1px #ccc solid;
}

/* - - - - - - - - - - - - - No js fixes - - - - - - - - - - - - - */
.no-js .table .accordion-content {
  display: block;
}

/* tsitaat*/
blockquote {
  float: left;
  margin: 35px 10px 0;
  padding: 10px 40px 10px 0px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  width: 240px;
}

/* Post/Page img*/
.alignnone {
  max-width: 100%;
  height: auto;
}

/*Page gallery*/
#fancybox-left-ico {
  background-image: none !important;
}

#fancybox-left-ico {
  background: url("../img/sprite.png") no-repeat scroll 0px -650px transparent !important;
  left: 15px !important;
  position: absolute !important;
  text-indent: -9999px !important;
  z-index: 8040 !important;
  top: 50% !important;
  margin-top: -69px !important;
  height: 138px !important;
  width: 74px !important;
  display: block !important;
  margin-left: 45px !important;
}

#fancybox-right-ico {
  background-image: none !important;
}

#fancybox-right-ico {
  background: url("../img/sprite.png") no-repeat scroll 100% -650px transparent !important;
  right: 15px !important;
  display: block !important;
  height: 138px !important;
  width: 74px !important;
  margin-top: -69px !important;
  position: absolute !important;
  top: 50% !important;
  left: auto !important;
  z-index: 8040 !important;
  text-indent: -9999px !important;
  margin-right: 45px !important;
}

#fancybox-left-ico:hover,
#fancybox-left-ico:focus,
#fancybox-right-ico:hover,
#fancybox-right-ico:focus {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#fancybox-title-inside {
  padding: 10px 15px !important;
  color: #FFF !important;
  background-color: #0033A0 !important;
  margin-bottom: 35px !important;
}

#fancybox-content {
  margin-bottom: -50px !important;
}

li.gallery-class {
  background: none !important;
  width: 100%;
}

/* Article table */
.article table {
  margin-bottom: 25px;
  border-collapse: collapse;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  width: 100%;
}

.article table thead td {
  padding: 10px;
  color: #000;
  background-color: #f7f1e6;
}

.article table tbody tr td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #E2E9ED;
}

.article table > tbody > tr:nth-child(even) > td {
  background-color: #f6f6f6;
}

/* Article Gallery */
.article .gallery-list {
  overflow: hidden;
  list-style: none;
  margin: 0 -5px 20px -5px;
  padding: 0;
}

.article .gallery-list .item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  background: none;
}

.article .gallery-list .item:nth-child(2n+1) {
  clear: left;
}

.article .gallery-list .box {
  padding: 5px;
}

.article .gallery-list p {
  margin: 0;
}

.article .gallery-list .wp-caption-text {
  padding: 5px;
}

/* Datepicker */
#ui-datepicker-div .ui-datepicker-header {
  margin: 15px 10px 0 10px;
  position: relative;
}

#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-title span.ui-datepicker-month {
  padding: 0;
}

#ui-datepicker-div {
  display: none;
  margin: 5px 0;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px #666;
  z-index: 99 !important;
}

/* Party chart */
#party-chart {
  position: relative;
  z-index: 109;
}

.party-chart .link-list {
  margin-top: 40px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}

/* Map */
.map-wrap {
  position: relative;
}

.map-wrap .area a {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #0033a0;
  border: 2px #fff solid;
  border-radius: 50%;
  position: absolute;
}

.map-wrap .area a:hover {
  background-color: #0033a0;
}

.map-wrap .area-1 a {
  top: 28px;
  left: 195px;
}

.map-wrap .area-10 a {
  top: 160px;
  left: 330px;
}

/* Post list */
.post-list {
  margin-bottom: 40px;
}

.post-list-item {
  overflow: hidden;
  margin-bottom: 25px;
}

.post-list-item .photo {
  float: left;
  margin: 0 20px 0 0;
}

.post-list-content {
  overflow: hidden;
}

.post-list-content p {
  margin: 5px 0 0 0;
}

.post-list-content .date {
  font-weight: 400;
}

.post-list-links .item {
  margin-bottom: 15px;
}

.post-list-links p {
  margin: 0;
}

/* Rus specific styles */
body.lang-ru .front-file-search .horizontal-liks a {
  font-size: 12px;
  margin: 0 0 0 10px;
}

body.lang-ru .front-file-search .horizontal-liks a:first-child {
  margin-left: 0;
}

/* Galery types */
.gallery-type-1 .bxslider-images li,
.gallery-type-2 .bxslider-images li {
  overflow: hidden;
}

.gallery-type-1 .bxslider-images img,
.gallery-type-2 .bxslider-images img {
  float: none;
  width: auto;
  max-width: inherit;
  margin: 0 auto;
}

.gallery-type-1 .bxslider-images img {
  height: 290px;
}

.gallery-type-2 .bxslider-images img {
  height: 430px;
}

/* Youtube channel */
.yt-nav {
  margin: 20px 0;
  text-align: center;
}

.yt-nav a {
  font-size: 14px;
  position: relative;
}

.yt-prev-link {
  margin-right: 10px;
  padding-left: 10px;
}

.yt-next-link {
  margin-left: 10px;
  padding-right: 10px;
}

.yt-nav a:before {
  display: block;
  font-size: 8px;
  position: absolute;
  top: 7px;
  line-height: 1;
  overflow: hidden;
}

.yt-prev-link:before {
  content: "\e909";
  left: 0;
}

.yt-next-link:before {
  content: "\e90a";
  right: 0;
}

/* Frontpage news */
.f-n-item p,
.f-n-item .alignleft,
.f-n-item .alignleft img {
  margin-bottom: 0;
}

.f-n-item .read-more {
  margin-top: 5px;
}

.f-n-item h3 {
  margin-bottom: 5px;
}

.f-n-list li {
  float: left;
  width: 178px;
  margin-left: 14px;
}

.f-n-list li:first-child {
  margin-left: 0;
}

.f-n-list img {
  max-width: 100%;
  height: auto;
}

.f-n-list h3 {
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #212121;
  line-height: 1.5;
}

.f-n-list h3 a {
  color: #B45200;
  text-decoration: underline;
}

.f-n-list h3 a:hover {
  text-decoration: none;
}

.f-n-list p {
  margin-bottom: 15px;
}

.f-focus-news .photo {
  float: left;
  margin-right: 22px;
}

.f-focus-news .group {
  overflow: hidden;
}

.f-focus-news .read-more a {
  line-height: 30px;
  background-position: 0 11px;
}

.f-focus-news .btn-share {
  float: right;
}

/* Hääletused */
body.page-template-page-html-haaletused .table > thead > tr > th,
body.page-template-page-html-haaletused .table > tbody > tr > td {
  padding: 10px 8px;
}

/* General search news and publication */
.news-container {
  max-height: 177px;
  overflow: hidden;
}

.contacts-dialog {
  position: relative;
  height: auto;
  width: 830px;
  top: -2125px;
  left: 416px;
  display: none;

  font-size: 14px !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  color: #212121 !important;
  line-height: 1.5 !important;
  -webkit-print-color-adjust: exact !important;

}

.hide {
  display: none;
}

.new-search {
  margin: 0;
}

.amendments-no-image {
  background: none !important;
}

/* Rss subscribe */
.stc-categories:before,
.stc-categories:after {
  content: "";
  display: table;
  clear: both;
}

.stc-categories {
  margin-bottom: 20px;
}

.subscribe-form {
  margin-bottom: 30px;
}

.subscribe-form .block {
  margin-bottom: 15px;
}

.subscribe-form input[type="text"] {
  max-width: 300px;
}

@media only screen and (max-width: 1120px) {
  .content-section.bg-gray {
    width: 1120px;
  }

  .container {
    padding: 0 30px;
  }

  .container.page-home {
    padding: 35px 30px;
  }

  .cols-row-5px,
  .cols-row-10px,
  .cols-row-15px,
  .cols-row-20px,
  .cols-row-25px,
  .cols-row-30px,
  .cols-row-35px,
  .cols-row-40px {
    margin-left: 0;
    margin-right: 0;
  }

  .main-nav > ul {
    margin: 39px 0 0 0;
  }

  /*.header {
        height: 160px;
    }
    #container,
    .container{
        width: 950px;
    }
    .search-form {
        display: block;
        float: none !important;
        margin-bottom: 10px;
    }
    .search-form .field {
        float: right;
        width: 236px;
    }
    .social {
        margin: 9px 0 0 0;
    }
    .branding {
        width: 100px;
        height: 100px;
        margin: 0;
        background: #1a4dba url('../img/logo.svg') no-repeat 50%;
        background-size: 60px auto;
        position: absolute;
        top: 0;
        left: 0;
    }
    .branding a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
    .main-nav > ul {
        margin: 16px 0 0 0;
    }
    .main-nav ul > li {
        font-size: 18px;
    }*/
}

/* Statistic page*/
#statisticTabs li {
  width: 50%;
}

#statisticTable tr td:last-of-type {
  white-space: nowrap;
}

.recaptcha-form {
  padding-bottom: 10px !important;
}

.page-id-77546 .content-section .container .col-xs-8 {
  width: 100%;
}

.cpp_form textarea {
  max-width: 700px;
}

.yui-calcontainer {
  margin: 15px -10px;
}

.yui-calendar,
#cp_abcform_pform .yui-calendar {
  max-width: 340px;
  border-spacing: 10px;
  border-collapse: separate;
  padding: 0 !important;
}

.yui-calendar .calhead {
  height: 50px !important;
}

.yui-calcontainer.multi .groupcal {
  border-color: transparent !important;
  background: transparent !important;
  margin: 0 !important;
}

.yui-calendar td.calcell,
#cp_abcform_pform .yui-calendar td.calcell {
  border-color: #a6bbc8 !important;
  padding: 7px !important;
  border-radius: 3px !important;
  color: #B45200 !important;
}

.yui-calendar td.calcell a {
  color: #0033a0 !important;
}

.yui-calendar .calweekdayrow .calweekdaycell {
  color: #ababab;
}

.yui-calendar .calweekdayrow .calweekdaycell:nth-last-of-type(-n+2) {
  color: #0033a0;
}

.yui-calendar .calheader {
  font-family: 'Tinos', Arial, Helvetica, sans-serif !important;
  color: #0033a0 !important;
  font-size: 30px !important;
  font-weight: normal;
}

.article table > tbody > tr:nth-child(even) > td {
  background-color: transparent !important;
}

#cp_abcform_pform .yui-calendar td.calcell.today {
  background: #0033a0 !important;
  color: #fff !important;
}

#cp_abcform_pform .yui-calendar td.calcell.reservatedCell {
  color: #a6bbc8 !important;
}

.yui-calendar .calnavleft,
.yui-calendar .calnavright {
  top: -8px !important;
  width: 20px !important;
  height: 35px !important;
}

.yui-calendar .calnavleft {
  left: 0 !important;
  background: url(../img/sprite.png) no-repeat 0 -600px !important;
}

.yui-calendar .calnavright {
  right: 20px !important;
  background: url(../img/sprite.png) no-repeat -970px -600px !important;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label span {
  color: red;
}

.form-input {
  display: block;
  width: 100%;
}

.form-label {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.form-radio-inline input + label {
  display: inline-block;
  margin-right: 40px;
}

.form-radio-inline input + label:last-of-type {
  margin-right: 0;
}

.form-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form-input-file + label {
  font-family: Tinos, sans-serif;
  display: inline-block;
  cursor: pointer;
  color: #0033A0;
  border: 1px solid #a1bcca;
  padding: 5px 14px 5px 8px;
}

.form-input-file + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23A6BBC8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2H6a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V9l-7-7z'/%3E%3Cpath d='M13 3v6h6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}

.form-input-filename {
  margin-left: 10px;
  margin-right: 10px;
}

.border-red {
  border: 1px solid #d62800;
}

.minw90 {
  min-width: 90px;
}

.flex {
  display: flex;
}

.minw250 {
  min-width: 250px;

}

.minw150 {
  min-width: 150px;
}

.yui-calendar td.calcell a {
  color: #0033a0 !important;
}

.yui-calendar .calweekdayrow .calweekdaycell {
  color: #ababab;
}

.yui-calendar .calweekdayrow .calweekdaycell:nth-last-of-type(-n+2) {
  color: #0033a0;
}

.yui-calendar .calheader {
  font-family: 'Tinos', Arial, Helvetica, sans-serif !important;
  color: #0033a0 !important;
  font-size: 30px !important;
  font-weight: normal;
}

.article table > tbody > tr:nth-child(even) > td {
  background-color: transparent !important;
}

#cp_abcform_pform .yui-calendar td.calcell.today {
  background: #0033a0 !important;
  color: #fff !important;
}

#cp_abcform_pform .yui-calendar td.calcell.reservatedCell {
  color: #a6bbc8 !important;
}

.yui-calendar .calnavleft,
.yui-calendar .calnavright {
  top: -8px !important;
  width: 20px !important;
  height: 35px !important;
}

.yui-calendar .calnavleft {
  left: 0 !important;
  background: url(../img/sprite.png) no-repeat 0 -600px !important;
}

.yui-calendar .calnavright {
  right: 20px !important;
  background: url(../img/sprite.png) no-repeat -970px -600px !important;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label span {
  color: red;
}

.form-input {
  display: block;
  width: 100%;
}

.form-label {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.form-radio-inline input + label {
  display: inline-block;
  margin-right: 40px;
}

.form-radio-inline input + label:last-of-type {
  margin-right: 0;
}

.form-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form-input-file + label {
  font-family: Tinos, sans-serif;
  display: inline-block;
  cursor: pointer;
  color: #0033A0;
  border: 1px solid #a1bcca;
  padding: 5px 14px 5px 8px;
}

.form-input-file + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23A6BBC8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2H6a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V9l-7-7z'/%3E%3Cpath d='M13 3v6h6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}

.form-input-filename {
  margin-left: 10px;
  margin-right: 10px;
}

.hasDatepicker {
  display: block;
  width: 100%;
  padding-left: 32px !important;
  background: url(../img/calendar-icon.png) no-repeat left 10px center;
}

.form-group-inline {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.form-group-inline .form-group {
  margin: 0 5px 5px 5px;
}

.form-group-inline label {
  display: block;
  margin-bottom: 5px;
}

.minw115 {
  min-width: 115px;

}

.non-clickable-day {
  pointer-events: none;
  opacity: 0.4;
}

.reservation-calendar {
  background: none;
}

span.visitors-file__tooltip {
  align-content: normal;
  background: #fff;
  display: none;
  padding: 5px 15px;
  border: 1px solid #a1bcca;
  margin: 10px 0;
  font-family: 'Tinos';
  color: #555;
}
span.visitors-file__tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #a1bcca;
  left: 55px;
  top: -12px;
  transform: rotate(90deg);
}
#visitors-file:hover + label + .visitors-file__tooltip {
  display: block;
  position: absolute;
}

.search-form-helper {
  display: flex;
  align-items: center;
}

.search-form-helper ul.search-btn-helper {
  margin: 0 0 0 15px;
}

.search-form-helper ul.search-btn-helper a {
  line-height: normal;
}

.search-form-helper ul.search-btn-helper a.link-blue {
  border: 1px solid #0033a0;
  display: inline-block;
  padding: 8px 14px;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #0033a0;
  transition: ease .3s all;
  text-decoration: none;
}

.search-form-helper ul.search-btn-helper a.link-blue:hover {
  background-color: #0033a0;
  color: #fff;
}

.link-brown {
  display: inline-block;
  padding: 8px 20px;
  font-family: 'Tinos', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  background-color: #d6a461;
  border: 1px #d6a461 solid;
  position: relative;
}

body.page-template-page-html-eelnoud-koondvaade input#eelnou-nimetus {
  margin-right: 9px;
  width: 245px;
}

body.page-template-page-html-komisjon-el-dokumentid input#eldokumendi-nimetus {
  width: 270px;
}

html body #main section .filter-section form .select2-container {
  height: 36px;
  width: 100% !important;
}

html body #main section .filter-section form .select2-selection {
  height: 100%;
  max-height: 100%;
  padding: 0 0 0 0;
}

html body #main section .filter-section form .select2 > span.selection {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

html body #main section .filter-section form .select2 > span.selection:after {
  content: "";
  background-image:url(../img/select-arrow.png);
  width: 22px;
  height: 18px;
  float: left;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  margin: auto;
}

html body #main section .filter-section form .select2-selection {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #A6BBC8;
  border-radius: 0;
}

html body #main section .filter-section form .select2-selection {
  float: left;
  width: 100%;
}

html body #main section .filter-section form .select2-selection__rendered {
  float: left;
  display: flex;
  margin: 0 0 0 4px;
}

html body #main section .filter-section form .select2-search {
  float: left;
  display: none !important;
}

html body #main section .filter-section form .select2-selection__rendered li.select2-selection__choice {
  background: transparent;
  border: 1px solid #a6bbc8;
  border-radius: 0;
  margin: 4px 0 0 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #585858;
  padding: 4px 28px 4px 8px;
  margin-right: 6px;
}

html body #main section .filter-section form .select2-selection__rendered li.select2-selection__choice button.select2-selection__choice__remove {
  float: right;
  left: auto;
  right: 12px;
  border: none;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

html body #main section .filter-section form .select2-selection__rendered li.select2-selection__choice button.select2-selection__choice__remove:hover {
  background-color: transparent;
}

html body .select2-results__option--selectable {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  position: relative;
  padding-right: 40px;
}

html body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #E0E0E6;
  color: #333;
}

html body .select2-results__option--selectable:after {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 2px rgb(0 0 0 / 25%);
  border-radius: 4px;
  height: 20px;
  width: 20px;
  float: left;
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50%;
}

html body .select2-container--default .select2-results__option.select2-results__option--selectable.select2-results__option--selected:after {
  background-image: url('../img/linnuke_svg.svg');
}

.form-action-btns button {
  font-family: Tinos;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  background: #D6A461;
  border: none;
  padding: 9px 34px 9px 20px;
  margin-right: 32px;
  position: relative;
}

.form-action-btns button:after {
  content: "";
  background-image: url('img/search-arrow.svg');
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 17px;
  float: left;
  width: 11px;
  height: 12px;
  background-repeat: no-repeat;
}


.page-template-page-html-otseulekanded section.live-feed-selection {
  position: relative;
  padding: 0 0 0 0;
}

.page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap {
  width: 100%;
  float: left;
}

.page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul {
  float: left;
  width: 100%;
  display: flex;
}

.page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li {
  width: 50%;
  background: #F4EEB1;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li.active {
  background: #0033A0;
}

.page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li.active:after {
  background-image: url('img/live-section-polygon.svg');
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0; 
  margin: auto;
  width: 32px;
  height: 12px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li[data-islive="1"] a {
  position: relative;
}

.page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li[data-islive="1"] a:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #FA1111;
  border-radius: 50%;
  display: none;
}

.page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li a {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #001B54;
  padding: 20px 0;
  float: left;
  width: 100%;
}

.page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li a:hover {
  text-decoration: none;
}

.page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li.active a {
  color: #FFFFFF;
}

.live-section {
  display: none;
}

.live-section.active {
  display: block;
}

.live-section .intro-text {
  max-width: 720px;
}

.live-section .intro-text h2 {
  margin: 56px 0 24px 0;
  font-size: 30px;
  line-height: 34px;
}

.no-live-videos-notification {
  margin: 48px 0 80px;
}

.no-live-videos-notification p {
  font-family: Tinos;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #001B54;
}

.live-section .article table tbody tr td {
  vertical-align: top;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.live-section .left-side .article {
  max-width: 520px;
}

.live-videos-wrapper {
  max-width: 100%;
  margin: 48px 0;
  float: left;
  width: 100%;
}

.live-videos-wrapper .left-side {
  max-width: 496px;
  float: left;
  width: 100%;
}

.live-videos-wrapper .right-side {
  max-width: 560px;
  float: right;
  width: 100%;
}

.live-videos-wrapper .left-side .article table tr:nth-child(1) td {
  border-top: 1px solid #E2E9ED;
}

.live-videos-wrapper .left-side .article table {
  margin-bottom: 45px;
}

.live-videos-wrapper .left-side .article ul li {
  background: url(../img/bullet.png) no-repeat 10px 9px;
  margin: 0 0 8px 0;
}

#video-1-nr {
  display: none !important;
}

.side.right-side .other-videos .content {
  float: left;
  margin: 30px 0 0;
  width: 100%;
  display: flex;
}

.side.right-side .other-videos .content .video-overlay-big {
  width: 100%;
  max-width: 192px;
  margin-right: 16px;
  float: left;
  height: 108px;
  max-height: 108px;
  background-size: cover;
  background-position: 50%;
}

.side.right-side .other-videos .content .video-overlay-big img {
  float: left;
  width: 100%;
  max-width: 100%;
  display: none;
}

.side.right-side .other-videos .content .video-overlay-big:before {
  transform: scale(0.5);
}

.side.right-side .other-videos .content .text-helper h4 {
  font-family: Tinos;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #001B54;
  margin: 0 0 8px;
  position: relative;
}

.side.right-side .other-videos .content .text-helper h4:after {
  content: "";
  background-image: url(img/video-links-arrow.svg);
  width: 12px;
  height: 12px;
  display: inline-flex;
  position: relative;
  left: 4px;
}

.side.right-side .other-videos .content .text-helper p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.latest-videos {
  float: left;
  width: 100%;
  margin: 16px 0 56px;
}

.latest-videos .items-row {
  display: flex;
  justify-content: space-between;
}

.latest-videos .items-row .items-col {
  max-width: 360px;
  width: 100%;
}

.latest-videos .items-row .items-col .item .background-image {
  width: 100%;
  height: 204px;
  max-height: 204px;
  max-width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 0 0 16px;
  position: relative;
}

.latest-videos .items-row .items-col .item .background-image:before {
  content: "\e90f";
  display: inline-block;
  line-height: 120%;
  font-size: 25px;
  color: #fff;
  border: 3px #fff solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'icomoon' !important;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px 2px 5px 8px;
}

.latest-videos .items-row .items-col .item .background-image img {
  display: none;
}

.latest-videos .items-row .items-col .item h5 {
  font-family: Tinos;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #001B54;
  margin: 0 0 8px;
  position: relative;
}

.latest-videos .items-row .items-col .item h5:after {
  content: "";
  background-image: url(img/video-links-arrow.svg);
  width: 12px;
  height: 12px;
  display: inline-flex;
  position: relative;
  left: 4px;
}

.latest-videos .items-row .items-col .item span {
  font-size: 14px;
  line-height: 20px;
  color: #535353;
  margin: 0 0 8px;
  text-decoration: none !important;
}

.latest-videos .items-row .items-col .item .desc {
  float: left;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.latest-videos-footer-text {
  margin: 96px 0 0 0;
  width: 100%;
  float: left;
}

.latest-videos-footer-text a {
  text-decoration: underline;
}

.live-videos-wrapper-commission {
  margin: 56px 0 16px 0;
  float: left;
  width: 100%;
}

.live-video-item {
  float: left;
  width: 100%;
}

.live-video-item .live-video-item-row {
  display: flex;
  justify-content: space-between;
  padding: 0 0 32px;
  border-bottom: 1px solid #A6BBC8;
  margin: 0 0 32px;
}

.live-video-item:last-child .live-video-item-row {
  margin-bottom: 0px;
  border-bottom: 0px;
}

.live-video-item-col {
  max-width: 50%;
  width: 50%;
}

.live-video-item-col .text-helper {
  max-width: 504px;
}

.live-video-item-col .text-helper h5 {
  font-family: Tinos;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #001B54;
  margin: 0 0 8px;
  display: flex;
  position: relative;
}

.live-video-item-col .text-helper h5:after {
  content: "";
  background-image: url(img/video-links-arrow.svg);
  width: 12px;
  min-width: 12px;
  height: 12px;
  display: inline-flex;
  position: relative;
  left: 4px;
  top: 5px;
}

.live-video-item-col .text-helper h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin: 0 0 8px;
}

.live-video-item-col .text-helper span {
  font-size: 14px;
  line-height: 20px;
  color: #535353;
  margin: 0 0 8px;
}

.live-video-item-col .text-helper .text-helper {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.live-video-item-col .img-helper {
  width: 100%;
}

.live-video-item-col .img-helper .img-src {
  width: 100%;
  height: 314px;
  background-size: cover;
  background-position: 50%;
  float: left;
  position: relative;
}

.live-video-item-col .img-helper .img-src:before {
  content: "\e90f";
  display: inline-block;
  line-height: 142%;
  font-size: 43px;
  color: #fff;
  border: 3px #fff solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'icomoon' !important;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 5px 2px 5px 8px;
}

.live-video-item-col .img-helper .img-src img {
  display: none;
}

.extra-videos {
  float: left;
  width: 100%;
  margin: 32px 0 0;
}

.extra-videos .extra-video {
  margin-bottom: 32px;
  float: left;
  width: 100%;
}

.extra-videos .extra-video:last-child {
  margin-bottom: 0px;
}

.extra-videos .extra-video .img-helper {
  width: 100%;
  max-width: 192px;
  float: left;
  margin-right: 16px;
}

.extra-videos .extra-video .img-helper .img-src {
  width: 100%;
  height: 108px;
  background-size: cover;
  background-position: 50%;
  float: left;
  position: relative;
}

.extra-videos .extra-video .img-helper .img-src:before {
  content: "\e90f";
  display: inline-block;
  line-height: 142%;
  font-size: 29px;
  color: #fff;
  border: 3px #fff solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'icomoon' !important;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px 2px 5px 8px;
}

.extra-videos .extra-video .img-helper .img-src img {
  display: none;
}

.extra-videos .extra-video h5 {
  font-family: Tinos;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #001B54;
  margin: 0 0 8px;
  position: relative;
}

.extra-videos .extra-video h5:after {
  content: "";
  background-image: url(img/video-links-arrow.svg);
  width: 12px;
  height: 12px;
  display: inline-flex;
  position: relative;
  left: 4px;
}

.extra-videos .extra-video h6 {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-family: Open Sans;
  font-weight: 400;
}

.side.right-side .other-videos .content .video-overlay-big.no-href-link:before {
  display: none;
}

.extra-videos .extra-video.no-href-link .img-helper .img-src:before {
  display: none;
}

.side.right-side .other-videos .content .text-helper .no-link-title h4::after {
  display: none; 
}

.extra-videos .extra-video.no-href-link h5::after {
  display: none;
}

.live-video-item-col .text-helper h5.no-link-exists:after {
  display: none;
}

/* article.content p,
article.content ul,
article.content h2,
article.content h3,
article.content h4,
article.content h5,
article.content h6,
article.content blockquote {
    float: left;
    clear: left;
    width: 100%;
} */

.mobile-header {
  display: none;
}

.mobile-menu-container #menu-peamenuu li a, 
.mobile-menu-container #menu-peamenuu-rus li a,
.mobile-menu-container #menu-peamenuu-eng li a {
  font-family: Tinos;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.mobile-menu-container #menu-peamenuu li,
.mobile-menu-container #menu-peamenuu-rus li,
.mobile-menu-container #menu-peamenuu-eng li {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
}

.mobile-menu-container #menu-peamenuu li .sub-menu,
.mobile-menu-container #menu-peamenuu-rus li .sub-menu,
.mobile-menu-container #menu-peamenuu-eng li .sub-menu {
  margin: 15px 0px 0px;
  display: none;
  float: left;
}

.mobile-menu-container #menu-peamenuu li > a,
.mobile-menu-container #menu-peamenuu-rus li > a,
.mobile-menu-container #menu-peamenuu-eng li > a {
  float: left;
  position: relative;
}

.mobile-menu-container #menu-peamenuu li .sub-menu.a,
.mobile-menu-container #menu-peamenuu-rus li .sub-menu.a,
.mobile-menu-container #menu-peamenuu-eng li .sub-menu.a {
  display: block !important;
  clear: left;
}

.mobile-menu-container #menu-peamenuu li .sub-menu li a,
.mobile-menu-container #menu-peamenuu-rus li .sub-menu li a,
.mobile-menu-container #menu-peamenuu-eng li .sub-menu li a {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: none;
  
}

.mobile-menu-container {
  display: none;
  margin-bottom: 40px;
}

.mobile-menu-container #menu-peamenuu li .sub-menu li .sub-menu,
.mobile-menu-container #menu-peamenuu-eng li .sub-menu li .sub-menu,
.mobile-menu-container #menu-peamenuu-rus li .sub-menu li .sub-menu {
  display: none;
}

.toggle_list_ul_items {
  background-image: url(../img/riigikogu_alla.svg);
  width: 42px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 13px;
  margin: auto;
  background-position: 50%;
  display: none;
  float: right;
}

.toggle_list_ul_items.a_rotated {
  transform: rotate(180deg);
}

.mobile-menu-container #menu-peamenuu li .sub-menu li a::after,
.mobile-menu-container #menu-peamenuu-eng li .sub-menu li a::after,
.mobile-menu-container #menu-peamenuu-rus li .sub-menu li a::after {
  display: none;
}

.mobile-menu-container .right{
  float: none;
  margin: 15px 0px 20px;
}

.mobile-menu-container #menu-lisamenuu li a,
.mobile-menu-container #menu-lisamenuu-rus li a,
.mobile-menu-container #menu-lisamenuu-eng li a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}

.mobile-menu-container #menu-lisamenuu li,
.mobile-menu-container #menu-lisamenuu-eng li,
.mobile-menu-container #menu-lisamenuu-rus li {
  margin-bottom: 10px;
}

/* Responsive */

@media only screen and (max-width: 1230px) {
  .cols-row-40px {
    margin: 0 0px;
  }

  .page-template-page-html-komisjon-el-dokumentid .search-draft button.btn-brown {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1160px) {
  article.media-list-2 .cols-row-20px .item.col-xs-3 {
    width: 33.3%;
  }

  .article p, .article ul, .article ol, .article .article-img {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
  }

  .article p.lead {
    font-weight: 700 !important;
  }

  h1, h2, h3, h4, h5, h6 {
    float: left;
    width: 100%;
  }

  .mobile-menu-opened .mobile-header {
    min-height: 100vh;
  }

  .mobile-menu-opened #wrapper {
    height: 100%;
  }

  html, body {
    height: 100%;
  }

  .mobile-header .side.right {
    display: flex;
  }

  .mobile-header .side.right .res-search {
    border-left: 1px solid #fff;
    padding-left: 12px;
    margin-right: 34px;
    height: 19px;
    cursor: pointer;
    margin-top: 16px;
  }

  .mobile-header .side.right .res-search img.mob-el {
    position: relative;
    bottom: 1px;
  }

  .mobile-header .side.right .res-menu {
    margin: 15px 27px 0 0;
    cursor: pointer;
  }

  #container, .container {
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 0 0 0 0;
  }

  .content-section.bg-gray {
    width: 100%;
    max-width: 100%;
  }

  .big-news .title {
    position: relative;
    font-family: Tinos;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #001B54;
    float: left;
    padding: 10px;
    text-align: left;
  }

  .big-news .title:after {
    left: 8px;
    top: 1px;
  }

  .page-home .section-1 {
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .section-1 .news-list article.item {
    max-width: 604px;
    margin: 0 auto 10px;
  }

  .section-1 .news-list article.item:last-child {
    margin-bottom: 0px;
  }

  .section-1 .news-list > p {
    width: 100%;
    text-align: center;
  }

  .section-1 .news-list > p .link-all {
    text-align: center;
    max-width: 394px;
    width: 100%;
    font-family: Tinos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    margin: 10px 0 0 0;
    padding: 9px 0;
  }

  .cols-row-10px {
    margin: 0 0px;
  }

  .cols-row-15px {
    margin: 0 0px;
  }

  .mobile-menu-container{
    padding: 30px 20px 30px 20px
  }

  .mobile-menu-container .mobile-lang{
    position: absolute;
    top: 17px;
    left: 65px;
    margin: 0;
  }

  .mobile-menu-container .mobile-lang li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    background: none!important;
    padding: 0px;
  }

  .mobile-menu-opened .mobile-menu-container {
    display: block;
  }

  .mobile-menu-opened .mobile-menu-helper {
    display: none;
  }

  .mobile-menu-opened footer {
    display: none;
  }

  #container, .container {
    padding: 0px 15px;
  }

  .page-template-page-html-haaletused #main section.content-section .col-xs-4 {
    float: none;
    width: 100%;
    max-width: 404px;
    margin: 0 auto;
  }

  .page-template-page-html-haaletused #main section.content-section .col-xs-8 {
    float: none;
    width: 100%;
    max-width: 404px;
    margin: 0 auto;
  }

  .page-template-page-html-haaletused #main section.content-section .col-xs-8 .content.link-list {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
  }

  .page-template-page-html-osalemiste-statistika #main section.content-section .col-xs-4 {
    float: none;
    width: 100%;
    max-width: 404px;
    margin: 0 auto;
  }

  .page-template-page-html-osalemiste-statistika #main section.content-section .col-xs-8 {
    float: none;
    width: 100%;
    max-width: 404px;
    margin: 0 auto;
  }

  .page-template-page-html-osalemiste-statistika #main section.content-section .col-xs-8.content h2 {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
  }

  .page-template-page-html-esinemised #main section.content-section .col-xs-4 {
    float: none;
    width: 100%;
    max-width: 404px;
    margin: 0 auto;
  }

  .page-template-page-html-esinemised #main section.content-section .col-xs-8 {
    float: none;
    width: 100%;
    max-width: 404px;
    margin: 0 auto;
  }

  .page-template-page-html-esinemised #main section.content-section .col-xs-8.content h2 {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
  }

  .page-template-page-html-tutvustus-ajalugu .content-section .content.article .info-block .read-more:before {
    display: none;
  }

  .toggle_list_ul_items {
    display: block;
  }

  .menu-peamenuu-container > ul.menu > li > ul > li > ul,
  .menu-peamenuu-rus-container > ul.menu > li > ul > li > ul, 
  .menu-peamenuu-eng-container > ul.menu > li > ul > li > ul {
    margin-left: 20px !important;
  }

  .menu-peamenuu-container > ul.menu > li > ul > li > ul > li > ul,
  .menu-peamenuu-rus-container > ul.menu > li > ul > li > ul > li > ul,
  .menu-peamenuu-eng-container > ul.menu > li > ul > li > ul > li > ul {
    margin-left: 20px !important;
  }

  ul.menu {
    float: left;
    clear: left;
    width: 100%;
  }

  .live-section .container {
    padding: 0 16px !important;
  }

  .live-section .intro-text {
    max-width: 100%;
  }

  .live-videos-wrapper .left-side {
    max-width: 100%;
  }

  .live-section .left-side .article {
    max-width: 100%;
  }

  .live-videos-wrapper .right-side {
    max-width: 100%;
    float: right;
    width: 100%;
  }

  .live-section .col-xs-6.webtv-tab-content {
    width: 100%;
  }

  .latest-videos .items-row {
    width: 100%;
    float: left;
  }

  .live-video-item-col {
    max-width: 100%;
    width: 100%;
  }

  .live-video-item:last-child .live-video-item-row {
    margin-bottom: 0px;
    border-bottom: 0px;
    flex-wrap: wrap;
  }

  .extra-videos .extra-video .img-helper {
    width: 100%;
    max-width: 100%;
    float: left;
    margin-right: 16px;
  }

  .extra-videos .extra-video .img-helper .img-src {
    width: 100%;
    height: 268px;
  }

  .extra-videos .extra-video h5 {
    font-family: Tinos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #001B54;
    margin: 17px 0 8px;
    position: relative;
  }

  .page-template-broneerimine .my-md {
    float: left;
    width: 100%;
    margin: 0 0 20px 0 !important;
  }

  .page-template-broneerimine #reservation .col-xs-8 {
    width: 100%;
    float: left;
  }

  .page-template-broneerimine #reservation .col-xs-4.reservation-summary__container {
    width: 100%;
    padding: 0 0 0 0;
    float: left;
  }

  .page-template-broneerimine #reservation h2 {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .reservation-summary {
    border: 1px solid #a6bbc8;
    padding: 20px;
    float: left;
  }

  .reservation-summary__row {
    display: flex;
    float: left;
    width: 100%;
  }

  .page-template-broneerimine .col-xs-4.reservation-summary__container {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    margin: 30px 0 0 0;
  }

  #reservation .col-xs-4 {
    width: 100%;
    margin: 30px 0 20px;
  }

  .reservation-calendar {
    padding-left: 0px !important;
  }

  #reservation {
    margin: 25px 0;
  }

  #reservationErrors {
    margin: 10px 0;
  }

  .page-template-broneerimine .col-xs-7.mt-xl {
    width: 100%;
  }

  .reservation-people li {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .reservation-people .form-group {
    margin-bottom: 0;
    width: 100%;
  }

  body .reservation-people .form-group input {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }

  body .search-draft.search-form-helper button#redirectToDesktopVolumeSearch {
    margin: 10px 0 0;
  }

  body .search-form-helper {
    display: flex;
    align-items: start;
    flex-direction: column;
  }

  body .search-form-helper ul.search-btn-helper {
    margin: 10px 0 0 0;
    float: left;
    clear: left;
  }

  .plan-helper .plan {
    width: 1070px;
    min-width: 1070px;
  }

  .plan-helper {
    width: 100%;
    float: left;
    overflow-x: scroll;
  }

  .page-template-default .content-section .cols-row-40px .col-xs-8 {
    width: 100%;
  }

  .default-search fieldset {
    position: relative;
  }
}


@media only screen and (max-width: 1100px) {
  .main-nav ul > li > a {
    color: #fff;
    display: block;
    font-family: 'Tinos', Arial, Helvetica, sans-serif;
    padding: 20px 11px;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
  }

  .site-tools .links a {
    display: block;
    padding: 7px 5px;
  }

  ul.language {
    margin: 7px 14px 0 0;
  }

  .infographics .infographics__item-detail {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media only screen and (max-width: 1010px) {
  .main-nav ul > li > a {
    color: #fff;
    display: block;
    font-family: 'Tinos', Arial, Helvetica, sans-serif;
    padding: 20px 7px;
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
  }

  body.home section#main .section-2 .col-xs-3.block .list {
    float: left;
  }

  .search-form .field {
    min-width: 186px;
  }

  .big-news {
    width: 100% !important;
    padding: 0 0 0 0;
    margin: 0 auto;
    text-align: center;
  }

  .big-news a img {
    border: none !important;
    width: 100%;
  }

  .section-1 .news-list {
    margin: 31px 0 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 950px) {
  .header {
    display: none;
  }

  .mobile-header {
    display: block;
    width: 100%;
    float: left;
    background: #0033A0;
    position: relative;
  }

  .infographics .infographics__item-detail {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 1050px) {
  .page-template-page-html-paevakorrad-protokollid #main section.content-section .col-xs-4 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }

  .page-template-page-html-komisjon .content-section .content-block {
    float: left;
    width: 100%;
  }

  .page-template-page-html-komisjon .content-section .content-block ul li h3 {
    line-height: 120%;
  }

  .page-id-18108 .sidebar-block {
    margin: 0 0 0;
  }

  .person-list .marginB-40 {
    float: left;
    width: 100%;
  }

  .page-template-page-html-komisjon .group {
    float: left;
    width: 100%;
    margin: 10px 0 0;
  }

  .page-template-page-html-paevakorrad-protokollid a.clear-all {
    float: left;
    width: 100%;
    text-align: center;
    margin: 9px 0 0;
  }

  .page-template-page-html-paevakorrad-protokollid #main section.content-section .col-xs-4 .ui-datepicker {
    margin: 0 auto;
  }

  .page-template-page-html-paevakorrad-protokollid #main section.content-section .col-xs-8 {
    width: 100%;
    padding: 0 0 0 0;
    margin: 40px 0 0 0;
  }

  .page-template-page-html-kalender-eelinfo #main section .cols-row-40px .col-xs-4 {
    padding: 0 0 0 0;
    width: 100%;
  }

  .page-template-page-html-kalender-eelinfo #main section .cols-row-40px .col-xs-4 form.search-draft {
    margin: 0 auto; 
    width: 320px;
  }

  .page-template-page-html-kalender-eelinfo #main section .cols-row-40px .col-xs-8 {
    padding: 0 0 0 0;
    width: 100%;
    margin: 30px 0 0 0;
  }

  .page-template-page-html-kalender-eelinfo #main section .cols-row-40px .col-xs-8 h2.offscreen {
    position: relative;
    left: 0;
  }

  .page-template-page-html-kalender-eelinfo section .col-xs-8 ul.horizontal-links {
    margin: 30px 0 0 0;
  }

  .page-template-page-html-kalender-eelinfo #main section .tabs ul {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .page-template-page-html-kalender-eelinfo section.content-section .tabs ul li {
    min-width: 140px;
  }

  .page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li a {
    font-size: 15px;
    line-height: 16px;
  }


}

@media only screen and (max-width: 980px) {
  .block-links .block {
    padding: 30px 20px;
    min-height: 250px;
    width: 50%;
  }

  .page-template-page-html-eelnou-detailvaade .simple-table li {
    float: left;
    width: 100%;
  }

  .page-template-page-html-eelnou-detailvaade .col-xs-6 {
    width: 100%;
  }

  .page-template-page-html-eelnou-detailvaade .col-xs-6 .content .simple-table > li > span {
    padding-right: 10px;
  }

  .page-template-page-html-komisjon-eelnoud #main .content-section .horizontal-liks {
    float: left;
    margin-top: 4px;
  }

  .page-template-page-html-komisjon-eelnoud .default-tabs-eelnoud .tabs {
    overflow-y: hidden;
    overflow-x: scroll;
    float: left;
    width: 100%;
  }

  .page-template-page-html-komisjon-eelnoud .default-tabs-eelnoud .tabs-content {
    float: left;
    width: 100%;
  }

  .page-template-page-html-komisjon-paevakorrad-ja-protokollid .content-section .cols-row-40px .col-xs-4 {
    width: 100%;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
  }

  footer#footer {
    width: 100%;
    float: left;
    margin-top: 0px;
  }

  footer#footer .cols-row-15px .col-xs-3.links {
    display: none !important;
  }

  .footer .vcard {
    top: 0;
    bottom: 0;
    width: 100%;
  }

  .footer .vcard {
    background-color: #1947A9;
    min-height: 209px;
    padding: 40px 0 40px 0;
    max-width: 279px;
    background-position: 0% 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .footer .container {
    background-color: #1947A9;
    min-height: 209px;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
  }

  .footer .vcard li {
    float: right;
    width: 159px;
    clear: both;
    text-align: left;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
  }

  .is-splash.flowplayer .fp-ui:before, .is-paused.flowplayer .fp-ui:before, .video-overlay-sml:before, .video-overlay-big:before, .video-overlay-biggest:before {
    display: none !important;
  }

  .page-template-page-html-multimeedia .content-section .media-list-2 .cols-row-20px h3.title {
    margin: 0 0 0 0;
  }

  .page-template-page-html-multimeedia .content-section .media-list-2 .cols-row-20px .photo {
    margin-bottom: 3px;
  }

  .page-template-page-html-multimeedia article.media-list-2 .cols-row-20px .item.col-xs-3:nth-child(3n+4) {
    clear: left;
  }

  .search-results .content-block .col-xs-3 {
    width: 100%;
  }

  .search-results .content-block .col-xs-3 .search-draft fieldset p {
    width: auto;
    clear: none;
    float: left;
    margin-right: 15px !important;
  }

  .big-search .search-draft .active.block {
    border: none !important;
    padding: 0 0 0 0 !important;
    left: 0px !important;
  }

  .search-results form .col-xs-9 {
    padding: 0 0 0 0;
    width: 100%;
  }

  .search-results form .col-xs-9 .col-xs-8 {
    width: 100%;
    margin: 20px 0;
  }

  .person-list div.marginB-40 {
    border: none; 
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
  }

  .person-list div.marginB-40 .group div.six {
    width: 50%;
    float: left;
  }

  .color-legends {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .color-legends .color-legend {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 10px;
  }

  article.content iframe {
    max-width: 100%;
  }

  .page-template-page-html-infoallikad .post-list-item .post-list-content {
    float: left;
    clear: left;
    width: 100%;
    margin: 10px 0 0 0;
  }

  .page-template-page-html-tulge-kulla .place-blocks .item {
    width: 50%;
  }

}

@media only screen and (max-width: 900px) {
  .page-template-page-html-tutvustus-ajalugu .connected-carousels .carousel-navigation {
    width: 80%;
    margin: 0 auto;
  }

  blockquote:before, blockquote:after {
    color: #535353;
    content: open-quote;
    font-size: 60px;
    line-height: 0.1em;
    margin-left: -5px;
    vertical-align: -0.4em;
  }

  .page-template-page-html-tutvustus-ajalugu .connected-carousels.second .navigation {
    width: 100%;
    max-width: 100%;
  }

  .page-template-page-html-tutvustus-ajalugu .connected-carousels .carousel-navigation li {
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 800px) {
  #komisjonide-teated .news-list .news-item .text, #paeva-eelinfo .news-list .news-item .text, #news-tabs .news-list .news-item .text {
    float: left;
    clear: left;
  }

  .page-template-page-html-delegatsioon-uhendus-parlament-detailvaade .group .six {
    margin-bottom: 20px;
    width: 100%;
  }

  .page-template-page-html-uudised .horizontal-links .right {
    margin: 6px 20px 0 0;
    float: left;
  }

  .page-template-page-html-uudised .horizontal-links li {
    margin-top: 6px;
  }

  .page-template-page-html-uudised #news-tabs .tabs {
    max-width: 100%;
    float: left;
    display: flex;
    width: 100%;
    margin: 0 0 30px;
  }

  .tabs {
    max-width: 100% !important;
    float: left !important;
    display: flex !important;
    width: 100% !important;
    margin: 0 0 30px !important;
  }

  .tabs ul {
    display: flex !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    float: left !important;
  }

  .tabs ul li {
    width: 100% !important;
  }

  .tabs ul li a {
    border: 1px solid #a6bbc8 !important;
  }

  .page-template-page-html-uudised #news-tabs .tabs li {
    min-width: 170px;
  }

  .page-template-page-html-uudised #news-tabs .tabs-content form .col-xs-4 {
    padding: 0 0 0 0;
    width: auto;
    float: none;
  }

  .page-template-page-html-uudised #news-tabs .tabs-content form .col-xs-4 .block {
    float: left;
    width: 50%;
    clear: none;
    padding-bottom: 5px;
  }

  .page-template-page-html-uudised #news-tabs .tabs-content form fieldset .right {
    float: right;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: baseline;
  }

  .page-template-page-html-uudised #news-tabs .tabs-content form .col-xs-4 .block:nth-child(2n+3) {
    clear: left;
  }

  .page-template-page-html-uudised #news-tabs .tabs-content form .col-xs-4 .block label {
    padding-right: 15px;
  }

  .page-template-page-html-uudised #news-tabs #pressiteated .news-list {
    float: left;
    width: 100%;
    margin: 0 auto 0px;
    display: flex;
    flex-direction: column;
  }

  .page-template-page-html-uudised #news-tabs #pressiteated .news-list .news-item {
    max-width: 400px;
    margin: 0 auto 40px;
  }

  .page-template-page-html-uudised #news-tabs #pressiteated .news-list:nth-child(4n+4) {
    clear: left;
  }

  .page-template-page-html-uudised #news-tabs #pressiteated .news-list .text {
    float: left;
  }

  .page-template-page-html-uudised .news-list .news-item .photo {
    margin-right: 0px;
  }

  .page-template-page-html-uudised .title a:after {
    left: 10px;
    top: 2px;
  }

  .page-template-page-html-uudised .news-list .news-item .title {
    margin: 7px 0;
  }

  .page-template-page-html-uudised .pagination a {
    margin: 0 5px 10px;
  }

  .featured-info {
    margin-left: 0;
    margin-top: 8px;
  }

  .page-template-page-html-tutvustus-ajalugu section.content-section .cols-row-40px .col-xs-7 {
    width: 100%;
    padding: 0 0 0 0;
  }

  .page-template-page-html-tutvustus-ajalugu section.content-section .cols-row-40px .col-xs-5 {
    width: 100%;
    padding: 0 0 0 0;
  }
  .infographics .infographics__item-left {
    width: 40%;
  }

  .infographics .infographics__item-detail {
    grid-template-columns: repeat(5, 1fr);
  }

}

@media only screen and (max-width: 700px) {
  .section-1 .news-list article.item {
    max-width: 394px;
    margin: 0 auto 10px;
  }

  #table-contacts-helper-container, .table-contacts-helper-container {
    max-width: 100%;
    overflow-x: scroll;
    float: left;
  }

  .table .ratings .rate-bar {
    margin-bottom: 15px;
  }

  .mobile-menu-container #menu-peamenuu li > a, .mobile-menu-container #menu-peamenuu-rus li > a, .mobile-menu-container #menu-peamenuu-eng li > a {
    max-width: calc(100% - 100px);
  }

  .page-template-default .content.article iframe {
    display: none !important;
  }

  .infographics .infographics__item-left {
    width: 65%;
    float: left;
  }

  .infographics .infographics__item-middle {
    margin-top: 0;
    width: 35%;
    align-items: center;
    clear: unset;
  }

  .infographics .infographics__item-right {
    margin-top: 32px;
    float: left;
    clear: left;
  }

  .infographics .infographics__item-detail {
    grid-template-columns: repeat(4, 1fr);
  }

}

@media only screen and (max-width: 600px) {
  .page-home .section-2 {
    margin-bottom: 40px;
  }

  #otsi-kontakte-nime-jargi {
    width: 100%;
  }

  body.home article.video-archive .title:before {
    display: none;
  }

  #main.page-content {
    overflow-x: hidden;
    float: left;
    width: 100%;
  }

  section.page-home {
    overflow-x: hidden;
  }

  .block-gallery.section-7 {
    overflow-x: hidden;
  }

  .section-6 {
    overflow-x: hidden;
  }

  .page-template-page-html-kollektiivne-poordumine .table-content {
    float: left;
    width: 100%;
  }

  .page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form .fields-wrap {
    flex-direction: column;
  }

  .page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form .fields-wrap .field-helper[data-key="commission"] {
    width: 100%;
    margin-bottom: 24px;
  }

  .page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form .fields-wrap .field-helper[data-key="membership"] {
    width: 100%;
    margin-bottom: 24px;
  }

  .page-template-page-html-riigikogule-esitatud-kollektiivsed-poordumised .content .filter-form .fields-wrap .field-helper[data-key="status"] {
    width: 100%;
  }

  body.page-template-page-html-riigikogu .people-list{
    float: left;
  }

  body.page-template-page-html-riigikogu .link-list ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  body.page-template-page-html-riigikogu .content .link-list{
    margin-top: 40px;
  }

  body.page-id-21 .link-list ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  body.page-id-95 .link-list ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  body.page-id-97 .link-list ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  body.page-template-page-html-parlamendiruhmad .link-list ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  body.page-template-page-html-uhendus .link-list ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  body.page-id-103 .link-list ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  body.page-id-122 .link-list ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  body.page-id-6771 .link-list ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  body.page-template-page-html-eelnoud-koondvaade .horisontal-links li{
    width: 100%;
  }

  body.page-template-page-html-kalender-eelinfo .horisontal-links li{
    width: 100%;
  }

  body.page-template-page-html-eelnoud-koondvaade .link-list ul{
    margin-left: -10px;
    margin-right: -10px;
  }

  #eelnou-nimetus{
    width: 100%;
  }

  #eelnou-number{
    width: 100%;
    margin-top: 10px;
  }

  #eldokumendi-nimetus{
    width: 100%;
  }

  #eldokumendi-comnr{
    width: 100%;
    margin-top: 10px;
  }

  body.page-template-page-html-osalemiste-statistika .search-draft .select-option select{
    width: 80%;
    max-width: none;
  }

  body.page-template-page-html-haaletustulemused .submit-form .right{
    float: none;
  }

  body.page-template-page-html-dokumendiregister #table-contacts-helper-container, .table-contacts-helper-container{
    float: left;
  }

  body.page-template-page-html-eelnoud-koondvaade .content{
   margin-top: 30px;
  }

  .tabs.group {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .tabs.group li {
    min-width: 170px;
  }

  body.home .page-home .section-3 article.item {
    display: flex;
    align-items: center;
  }

  body.search-results #main a.clear-all {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 14px;
  }

  body.search-results #main .search-results-content img {
    display: none;
  }

  body.search-results #main div.left.marginL-25 {
    margin-left: 0px !important;
  }

  body.search-results #main .search-results-content .marginL-80 {
    margin-left: 0px !important;
  }

  .page-id-14709 .sidebar-block .link-list li {
    border-bottom: none;
  }

  .page-id-14709 .sidebar-block .link-list > ul > li > ul {
    margin-bottom: 0px;
  }

  .btn-brown {
    width: 100%;
  }

  .page-template-page-html-otseulekanded iframe {
    max-width: 100%;
  }

  .latest-videos-footer-text {
    margin: 36px 0 0 0;
    width: 100%;
    float: left;
  }

  .page-template-page-html-otseulekanded .latest-videos .items-row {
    float: left;
    flex-direction: column;
    width: 100%;
  }

  .latest-videos .items-row .items-col {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .latest-videos .items-row .items-col {
    max-width: 100%;
  }

  .page-template-page-html-otseulekanded .live-section > section.content-section {
    padding: 0 15px !important;
  }

  .latest-videos .items-row .items-col .item .background-image {
    margin: 0 0 9px;
  }

  .live-section .intro-text h2 {
    font-family: Tinos;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #001B54;
    margin: 30px 0;
  }

  .page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li.active:after {
    display: none;
  }

  .page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .page-template-page-html-infoallikad-fookusteemad .horizontal-links .right {
    margin: 4px 20px 0 0;
    float: left;
  }

  .page-template-page-html-otseulekanded section.live-feed-selection .section-selection-wrap ul li {
    width: 100%;
  }

  .page-template-page-html-infoallikad-fookusteemad .horizontal-links li {
    margin-top: 4px;
  }

  .page-template-page-html-infoallikad-fookusteemad .post-list .post-list-content {
    float: left;
    width: 100%;
  }

  .page-template-page-html-infoallikad-fookusteemad .post-list-item .post-list-content h3.title {
    line-height: 120%;
    margin: 9px 0;
  }

  article.media-list-2 .cols-row-20px .item.col-xs-3 {
    max-width: 250px;
    width: 50%;
    margin: auto;
  }

  body.page-template-page-html-ajalugu .navigation{
    width: auto;
  }

  body.page-template-page-html-ajalugu .connected-carousels .carousel {
    overflow: visible;
  }

  body.page-template-page-html-ajalugu .connected-carousels .carousel ul {
    left: 0px !important;
    width: 100% !important;
  }

  body.page-template-page-html-ajalugu .navigation {
    display: none !important;
  }

  body.page-template-page-html-ajalugu .prev,
  body.page-template-page-html-ajalugu .next {
    display: none !important;
  }
  
  .page-template-page-html-multimeedia article.media-list-2 .cols-row-20px .item.col-xs-3:nth-child(3n+4) {
    clear: none;
  }

  .page-header .share-print {
    margin: 37px 6px 0 0;
    position: absolute;
    right: 16px;
  }

  .share-print .btn-share a.a2a_dd::before {
    display: none;
  }

  .share-print .btn-share a.a2a_dd {
    padding: 0 0 0;
    height: auto;
    border: none;
    color: transparent;
    background-image: url('img/res-share.svg');
    width: 19px;
    height: 21px;
    background-repeat: no-repeat;
  }

  .link-list-blue a:before, .link-list-brown a:before, span.no-link-brown-arrow:before, a.link-brown-arrow:before, a.link-white-arrow:before, .place-blocks .read-more:before, .link-list li a:before, .read-more a:before, a.read-more:before, .link-all a:before {
    display: none !important;
  }

  .link-list-blue a, .link-list-brown a, a.link-brown-arrow, span.no-link-brown-arrow, a.link-white-arrow, a.read-more, .link-list li a, .read-more a, .link-all a {
    padding-left: 0px;
  }

  .page-template-default .media-list .media-item {
    width: 240px !important;
    margin: 0 auto 30px;
    float: none;
    font-size: 15px;
    line-height: 20px;
  }

  .page-template-default .media-list .media-item h3 {
    margin-bottom: 6px;
  }

  .left {
    float: left;
    width: 100%;
  }

  .left input {
    width: 100%;
    float: left;
  }

  .btn-brown {
    clear: left;
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
  }

  .page-home .section-4 {
    margin-bottom: 30px;
  } 

  .page-home .section-6 .block-text {
    padding: 0 10px;
    min-height: auto !important;
    margin-bottom: 15px;
  }

  .page-home .section-6 .block-text h2 a {
    font-family: Tinos;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #001B54;
  }

  .page-home .section-6 .block-links-2 {
    min-height: auto !important;
    margin-top: 40px;
    padding: 0 0 0 0;
  }

  .page-home .section-6 .block-links-2 li a:before {
    display: none !important;
  }

  .page-home .section-6 .block-links-2 li a {
    padding-left: 0px;
  }

  .page-home .section-6 .block-links-2 h2 {
    display: none !important;
  }

  .block-links-2 h2, .block-text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .page-home .section-6 {
    margin-bottom: 0px;
  }

  .page-home .section-7 {
    margin-bottom: 60px;
  }

  .page-home .section-7 .col-xs-6 > p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    padding: 0 10px;
    color: #333333;
  }

  .page-home .section-7 .col-xs-6 > h2.title {
    padding: 0 0 0 0;
    font-family: Tinos;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #001B54;
    margin: 15px 10px;
  }

  .page-home .section-5 {
    border-top: 1px solid #CAD7DE;
    border-bottom: 1px solid #CAD7DE;
    padding: 30px 10px 30px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }

  .page-home .section-5 .photo {
    width: 141px;
    float: left;
    margin-right: 10px;
    min-width: 141px;
    margin-bottom: 0px;
  }

  .page-home .section-5 .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .page-home .section-5 .item:last-child {
    margin-bottom: 0px;
  }

  .block-social .video-archive .title:after {
    content: "\e910";
    font-size: 14px;
    top: 11px;
    left: 13px;
  }

  .block-social .title:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border: 3px #fff solid;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.home .block-social .title:before {
    min-height: 36px;
    padding: 0 0 0 41px;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 127%;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-left: 10px;
  }

  .block-social .title {
    min-height: 36px;
    padding: 0 0 0 44px;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 127%;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .page-home .section-5 p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
  }

  .page-home .section-3 a {
    font-family: Tinos;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #001B54;
  }

  .page-home .section-3 article.item {
    padding: 0 10px;
    margin: 0 0 10px 0;
  }

  .page-home .section-3 article.item p.photo {
    max-width: 141px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .page-home .section-3 article.item p.photo a img {
    border: none !important;
  }

  .page-home .section-3 article.item .title a {
    font-family: Tinos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #001B54;
  }

  .page-home .section-3 {
    margin: 0 0 40px 0;
  }

  .page-home .section-4 {
    padding: 0 10px;
  }

  .page-home .section-4 h2.title a {
    font-family: Tinos;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #001B54;
  }

  .page-home .section-4 > .col-xs-6 {
    margin-bottom: 30px;
  }

  .page-home .section-4 > .col-xs-6:last-child {
    margin-bottom: 0px;
  }

  .page-home .section-4 > .col-xs-6:last-child article.item {
    margin-bottom: 0px;
  }

  .block-articles h2.title {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .block-links .block {
    padding: 10px 10px;
    min-height: auto;
    width: 100%;
  }

  body.lang-ru .block-links .block, body.lang-en .block-links .block {
    padding: 10px 10px;
    min-height: auto;
    width: 100%;
  }

  .block-links .block h2 a {
    color: #FFFFFF;
    font-family: Tinos;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
  }

  .block-links .block h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 20px;
  } 

  .block-links .block form {
    display: none !important;
  }

  .block-links .block .list {
    float: left;
    width: 100%;
    margin: 5px 0 0;
  }

  h2 a:after, h3 a:after, .title a:after {
    content: "\e90c";
    display: inline-block;
    position: relative;
    left: 9px;
    line-height: 1;
    overflow: hidden;
    top: 0px;
  }

  .breadcrumb{
    display: none;
  }

  .page-header{
    padding-bottom: 0;
  }

  .page-header .title{
    font-size: 30px;
    line-height: 34px;
    margin: 30px 0;
  }

  p{
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
  }

  .content h2{
    font-size: 25px;
    line-height: 29px;
    clear: both;
  }

  h3{
    margin-bottom: 5px;
  }

  .content-section{
    padding: 30px 0px;
  }

  .btn-print{
    display: none;
  }

  .cols-row-40px [class*="col-xs-"]{
    padding: 0;
  }

  .cols-row-20px [class*="col-xs-"]{
    padding: 0;
  }

  .marginB-40{
    margin-bottom: 25px!important;
  }

  .people-item .photo{
    margin-right: 10px;
    height: 100px;
    width: 140px;
  }

  .people-item .occupation{
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .people-item .title{
    font-size: 15px;
    line-height: 20px;
  }

  .link-brown-arrow{
    float: left;
  }

  .container{
    padding: 0 10px;
    width: 100%;
  }

  body.home .container {
    padding: 0 0 0 0;
  }

  .content-section{
    width: auto;
  }

  .content-section.bg-gray{
    width: auto;
  }

  .page-id-18108 #main section.content-section .content {
    margin: 0 auto;
    width: 100%;
  }

  .page-id-18108 #main section.content-section .content .yt-nav {
    float: left;
    width: 100%;
  }

  .page-id-18108 #main section.content-section .content #yt-playlist-video-list {
    width: 100%;
    float: left;
  }

  .content{
    width: auto;
  }

  .col-xs-6 {
    padding: 0;
    width: 100%;
  }

  .col-xs-4{
    width: 100%;
  }

  .btn-brown{
    min-width: 200px;
    float: right;
    text-align: center;
  }

  #otsi-saadikuid{
    width: 100%;
  }

  .cols-row-40px.with-border:before, .cols-row-40px.with-border-2:before{
    content: "";
    display: block;
    height: 1px;
    background: #cad7de;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .content .n-l-text, .content p{
    margin-bottom: 15px;
    clear: left;
  }

  .link-list li {
    padding: 10px 20px;
    border-bottom: 1px solid #CAD7DE;
    font-size: 15px;
    margin-bottom: 0px;
    background-color: #F4F4F4;
  }

  .party-chart .link-list{
    margin-right: -10px;
    margin-left: -10px;
    width: 100vw;
    padding: 0;
  }

  .link-list .borderT{
    border: none;
  }

  .link-list ul{
    margin-right: -10px;
    margin-left: -10px;
  }

  .horizontal-liks .read-more{
    margin: 0;
  }

  .horizontal-liks{
    margin-right: -10px;
    margin-left: -10px;
  }

  .horizontal-liks p{
    padding: 10px 30px;
    border-bottom: 1px solid #CAD7DE;
  }

  .read-more{
    font-size: 15px;
  }

  .sidebar-block{
    margin: 40px 0 40px 0;
  }

  .borderB{
    border: none;
  }

  .col-xs-8{
    width: auto;
  }

  .blue-notice-box{
    margin-left: -10px;
    margin-right: -10px;
  }

  #otsi-dokumentidest{
    width: 100%;
  }

  .content-block{
    width: auto!important;
  }

  .search-draft{
    width: auto;
  }

  .horizontal-liks{
    width: auto;
  }

  .horizontal-liks .read-more{
    display: block;
  }

  .seven ,.four ,.three{
    width: auto;
    float: left;
  }

  .search-filter p.block{
    margin: 15px 15px 15px 0px!important;
  }

  .search-filter{
    margin: 0 0 5px;
  }

  .table-heading h2{
    font-size: 25px;
  }

  .btn-feedback{
    display: none;
  }

  .filter-row{
    display: block!important;
  }

  .filter-item{
    max-width: 100%;
    margin-bottom: 15px;
  }

  .page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item{
    max-width: 100%;
  }

  .page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item label{
    margin-bottom: 5px;
  }

  .page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item input{
    margin-bottom: 15px!important;
  }

  .show-more-filter-elements{
    margin: 0px 0px 30px 0;
  }

  .sort_btns{
    float: left;
    margin-top: 40px;
    width: 100%;
  }

  .sort_btns span{
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }

  .sort_btns select{
    margin: 0;
    width: 100%;
  }

  .profile-list .photo{
    margin: 0 10px 0 0;
  }

  .profile-list h3{
    font-size: 16px;
    line-height: 22px;
  }

  .profile-list strong{
    font-size: 15px;
    line-height: 20px;
  }

  .profile-list li{
    font-size: 15px;
    line-height: 20px;
  }
  .profile-list li{
    font-size: 15px;
    line-height: 20px;
  }

  .filter-row button{
    margin-right: 15px;
  }

  .article blockquote.right{
    float: left;
    width: 100%;
    margin: 40px -10px 5px 0;
  }

  .article blockquote{
    float: left;
    width: 100%;
    margin: 40px -10px 5px 0;
  }

  p.lead{
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }

  .article h3{
    margin-bottom: 5px;
  }

  .article .alignleft{
    margin-right: 10px;
    width: 100%;
    height: auto;
  }

  .sidebar-block h2{
    font-size: 25px;
  }

  ul.link-list, .link-list ul, .publication-list{
    margin-left: -10px;
    margin-right: -10px;
  }

  .horizontal-liks{
    width: 100%;
    padding: 0px 30px;
  }

  .horizontal-liks .link-brown-arrow{
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #CAD7DE;
  }

  .media-list .media-item{
    width: 100%!important;
  }

  .cols-row-10px [class*="col-xs-"]{
    padding: 0;
  }

  .six{ 
    width: auto;
  }

  .paddingR-59 .content{
    padding-right: 0px;
  }

  .font-18{
    clear: left;
  }

  .owl-wrapper{
    width: auto;
  }

  .contact-form-block{
    padding: 0px;
    border: none;
  }

  .content-slider .owl-next, .gallery-slider .owl-next {
    right: 0px;
  }

  .content-slider .owl-prev, .gallery-slider .owl-prev {
    left: 0px;
  }

  .search-results .pagination a {
    margin-bottom: 6px;
  }

  .ui-datepicker {
    float: left;
    margin: 25px 0 0 0;
    width: 100%;
  }

  .content-slider .content {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
  }

  .content-slider {
    max-height: 100%;
  }

  .content-slider .photo {
    margin: 0 0 0 0;
  }

  .page-template-page-html-osalemiste-statistika #main section.content-section .col-xs-8.content h2 {
    margin: 30px 0 20px 0;
    float: left;
    width: 100%;
  }

  .search-draft fieldset a.clear-all {
    text-align: center;
    width: 100%;
    margin: 10px 0 0 0;
  }

  .search-draft .select-option select {
    width: 100%;
    max-width: 230px;
  }

  .page-template-page-html-esinemised #main section.content-section .col-xs-8.content h2 {
    margin: 30px 0 20px 0;
    float: left;
    width: 100%;
  }

  .page-template-page-html-infoallikad .sidebar-block .publication-list {
    margin: 0 0 0 0;
  }

  .page-template-page-html-infoallikad .media-list-2 .item {
    width: 50%;
    padding-right: 10px;
  }

  .page-template-page-html-tulge-kulla .place-blocks .item {
    width: 100%;
  }

  .page-template-page-html-tulge-kulla .content-section .cols-row-40px .col-xs-5.content {
    width: 100%;
  }

  .page-template-page-html-tulge-kulla .content-section .cols-row-40px .col-xs-5.content .sidebar-block.photo-slider {
    width: 100%;
  }

  .page-template-page-html-tulge-kulla .content-section .cols-row-40px .col-xs-5.content img {
    max-width: 100%;
  }

  .page-template-page-html-tulge-kulla .default-table.second.content .four.left {
    width: 100%;
    text-align: center;
  }

  .page-template-page-html-tulge-kulla .default-table.second.content .four.left img {
    max-width: 100px;
  }

  .page-template-page-html-tulge-kulla .default-table.second.content .eight.right {
    width: 100%;
  }

  .page-template-page-html-tulge-kulla .default-table.second.content .eight.right h2 {
    text-align: center;
    margin: 20px 0 20px 0;
  }

  .page-template-page-html-tulge-kulla .default-table.second.content .eight.right .marginB-5 {
    text-align: center;
    width: 100%;
  }

  .page-template-page-html-tulge-kulla .default-table.second.content .eight.right .read-more {
    text-align: center;
    text-decoration: underline;
  }

  .page-template-page-html-tutvustus-ajalugu .content-section .content.article .info-block .leading > a {
    padding-left: 12px;
  }

  body.archive.search-no-results .content-section.big-search .content-block .cols-row-20px .col-xs-3.printnone {
    width: 100%;
  }

  body.archive.search-no-results .col-xs-9.search-opt-content {
    width: 100%;
    padding: 0 20px;
    margin: 30px 0 0 0;
  }

  body.archive.search-no-results .col-xs-9.search-opt-content .col-xs-8 {
    width: 100%;
  }

  body.archive.search-no-results .col-xs-9.search-opt-content .col-xs-8 fieldset .clear-all {
    text-align: center;
    width: 100%;
    margin: 8px 0 10px 0;
  }

  .search-results-content .table-contacts-helper-container.table-1 {
    width: 100%;
  }

  .search-results-content .table-contacts-helper-container.table-2 {
    margin: 30px 0 0 0;
    width: 100%;
  }

  .search-results-content table.table-striped * {
    font-size: 12px;
  }

  .search-results-content table.table-striped .news-container {
    float: left;
    width: 100%;
  }

  .page-template-page-html-uudised #news-tabs .tabs-content form fieldset .right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .page-template-page-html-uudised #news-tabs .tabs-content form fieldset .right a {
    margin: 0 0 0 0;
    padding: 8px 0;
    text-align: center;
  }

  body .search-form-helper ul.search-btn-helper {
    margin: 14px 0 0 0 !important;
    width: 100%;
  }

  body .search-form-helper ul.search-btn-helper a.link-blue {
    width: 100%;
  }

  body .search-form-helper {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .page-template-page-html-uudised #news-tabs .tabs-content form .col-xs-4 .block {
    float: left;
    width: 100%;
    clear: none;
    padding-bottom: 5px;
  }

  #ui-datepicker-div {
    left: 0px !important;
  }

  .big-search .select-choices-2 .left:first-child {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .big-search .select-choices-2 .left {
    width: 100%;
    box-sizing: border-box;
  }

  #reservation .row.py-md .col-xs-8 {
    width: 100%;
    max-width: 100%;
    float: left;
  }

  #reservation .row.py-md .col-xs-4.reservation-summary__container {
    clear: left;
    width: 100%;
    padding: 0 0 0 0;
  }

  .reservation-steps {
    flex-wrap: wrap;
  }

  .reservation-steps li {
    width: 50%;
  }

  .page-template-broneerimine #main .mb-xl .container .row .col-xs-8 {
    float: left;
    width: 100%;
    position: relative;
  }

  html body.page-template-page-html-eelnoud-koondvaade input#eelnou-nimetus {
    margin-right: 9px;
    width: 100%;
  }

  .search-form-helper ul.search-btn-helper a.link-blue {
    text-align: center;
  }

  .page-template-page-html-eelnou-detailvaade .simple-table li a.link-brown-arrow {
    margin: 5px 10px;
  }

  .ui-dialog > .contact-dialog.ui-dialog-content.ui-widget-content {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
  }

  .ui-dialog {
    max-width: 100%;
  }

  .ui-dialog .ui-dialog-titlebar-close {
    position: fixed !important;
  }

  .infographics {
    padding: 0 10px;
  }

  .infographics .infographics__item-detail {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 500px) {
  .person-list div.marginB-40 .group div.six ul li a,
  .person-list div.marginB-40 .group div.six ul li {
    font-size: 12px !important;
  }

  .person-list div.marginB-40 .group div.six ul li.font-18 a {
    font-size: 14px !important;
    font-weight: bold;
  }

  .person-list div.marginB-40 .six .contante a img {
    margin: 0 22px 8px 0;
  }

  .infographics .infographics__item-left {
    width: 100%;
  }

  .infographics .infographics__item-middle {
    margin-top: 24px;
    width: 100%;
    align-items: start;
    clear: left;
  }

  .infographics .infographics__item-detail {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 450px) {
  .person-list div.marginB-40 .group div.six {
    width: 100%;
    float: left;
  }

  .person-list div.marginB-40 .group div.six {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
  }

  .person-list div.marginB-40 .group div.six .content a img {
    float: none;
    margin: 0 0 6px 0;
  }

  .person-list div.marginB-40 .group div.six ul li a, .person-list div.marginB-40 .group div.six ul li {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 400px) {
  .page-id-12540 #main section.content-section img {
    min-width: 59px;
    margin-bottom: 0;
  }
  
  .page-id-12540 #main section.content-section h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .page-id-12540 #main section.content-section p {
    font-size: 13px;
  }

  .page-template-page-html-infoallikad .media-list-2 .item {
    width: 100%;
    padding-right: 0px;
  }
}

.mobile-header img.mob-el {
  border: none;
}


.page-template-default .people-list .people-item p.photo {
  text-align: left;
  margin-bottom: 10px;
}

.page-template-default .people-list .people-item .text {
  float: left;
}

.article .people-item, .people-item {
  display: flex;
}

.page-template-default .people-list .people-item p.photo {
  float: left;
  min-width: auto !important;
  width: 210px;
}

@media screen and (max-width: 600px) {
  .article .people-item, .people-item {
    display: flex;
    flex-direction: column;
  }
  .page-template-default .people-list .people-item p.photo {
    float: left;
    min-width: auto !important;
    width: auto;
  }
  .single-post content.article p a  {
    float: left;
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.page-header-extra-class {
  float: left;
  width: 100%;
  clear: left;
}

.content-section article.content h3 {
  font-size: 25px;
}

h3 {
  font-size: 25px;
}

@media only screen and (max-width: 600px) {
  body.search-results tbody.search-results-articles tr td {
    display: flex;
    flex-direction: column;
  }
}

.page-template-page-html-komisjon #main section.content-section .content-block ul li {
  display: block;
}

.page-template-page-html-ajalugu-koosseis article.content p {
  clear: none; 
  float: none;
  width: auto;
}

body.page-template-page-html-komisjon .f-n-item .alignleft {
  float: left;
}

h3 {
  font-size: 25px;
}

h3.title {
  font-size: 18px;
}

.check-uudisedjapressiteated-1 {
  margin-top: 12px;
}

.check-uudisedjapressiteated-1 .actions {
  float: right;
  width: 100%;
  margin: 15px 0 8px 0;
  text-align: right;
  display: flex;
  gap: 15px;
  justify-content: end;
}

input[name="eelinfo-startDate"].error {
  border: 1px solid #ff0000;
}

input[name="eelinfo-endDate"].error {
  border: 1px solid #ff0000;
}

#paeva-eelinfo .submitFilterTrigger {
  margin-right: 16px;
}

.select-all-choices {
  margin-left: 10px;
}

.content-section[data-cur="paeva-eelinfo"] .news_filter__elements__inner_helper_title {
  display: none;
}

.content-section[data-cur="istungi-ulevaated"] .news_filter__elements__inner_helper_title {
  display: none;
}

.news_filter__elements__inner_helper_title {
  float: left;
  width: 100%;
  margin: 30px 0 20px 36px;
}

@media screen and (max-width: 800px) {
  .news_filter__elements__inner_helper_title {
    margin-left: 0px;
  }
}

a.proceedingEventsLink {
  text-decoration: underline;
}

.page-template-page-html-eelnou-detailvaade .simple-table.third.marginB-15 li > p {
  padding-left: 15px;
}

.page-template-page-html-eelnou-detailvaade .simple-table.third.marginB-15 li > div.marginL-80 {
  padding-left: 15px;
}

.page-template-page-html-eelnou-opinions .simple-table.third.marginB-15 li > p {
  padding-left: 15px;
}

.page-template-page-html-eelnou-opinions .simple-table.third.marginB-15 li > div.marginL-80 {
  padding-left: 15px;
}

.agesInParliament span.aip__element i {
  font-size: 14px;
}


.page-template-page-html-riigikogu-liikmed .filter-section {
  float: left;
  width: 100%;
}

.page-template-page-html-riigikogu-liikmed .filter-section .filter-row {
  /* float: left; */
  display: flex;
  justify-content: space-between;
}

.page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item {
  max-width: 540px;
  width: 100%;
}

.page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item label {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin: 0 0 4px 0;
  float: left;
  width: 100%;
}

.page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item input {
  background: #FFFFFF;
  border: 1px solid #A6BBC8;
  width: 100%;
}

.page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item select {
  width: 100%;
}


.page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item span.seperatorHelper {
  margin: 0 10px;
  width: 14px;
  height: 1px;
  background: #000;
}

.page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item .multipleHelper {
  display: flex;
  float: left;
  align-items: center;
}

.page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item .multipleCheckboxHelper {
  display: flex;
  float: left;
  gap: 24px;
}

.page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item .multipleCheckboxHelper label {
  height: 22px;
  display: flex;
  align-items: center;
}

.page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item .multipleCheckboxHelper label[for="loppenud"] {
  width: 255px;
}

.agesInParliament {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}

.agesInParliament svg {
  margin-right: 7px;
}

.agesInParliament span {
  float: left;
  clear: left;
  cursor: pointer;
}

.agesInParliament span:hover {
  text-decoration: underline;
}

.agesInParliament .hidden_element {
  display: none;
}

.agesInParliament span.toggleHiddenAipElements {
  margin: 0px 0 0 17px;
}

.agesInParliament span.toggleHiddenAipElements svg {
  position: relative;
  left: 3px;
  top: -1px;
  margin-right: 0px;
}

.bottomSectionDetailView {
  background: #fff;
  padding: 52px 0 192px;
}


.agesInParliament span.aip__element i {
  font-size: 14px;
}

.page-template-page-html-riigikogu-liikmed .filter-section .filter-row .filter-item input[type="number"] {
  background: #FFFFFF;
  border: 1px solid #A6BBC8;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #535353;
  width: 109px;
  height: 36px;
  padding: 0px 10px;
}

.filter-extra-fields {
  display: none;
  float: left;
  width: 100%;
}

.filter-extra-fields.opened {
  display: block;
}

.filter-extra-fields .filter-row {
  margin: 0 0 24px;
}

.show-more-filter-elements {
  float: left;
  font-size: 16px;
  line-height: 22px;
  color: #001B54;
  position: relative;
  margin: 32px 0;
  cursor: pointer;
}

.show-more-filter-elements.opened:before {
  transform: rotate(180deg);
}

.show-more-filter-elements:before {
  background-image: url('img/show_more_filters_svg.svg');
  content: "";
  width: 12px;
  height: 11px;
  float: left;
  margin: 6px 10px 0 0;
}


html body .select2-container--default .select2-results__option.select2-results__option--selectable.select2-results__option--selected:after {
  background-image: url('../img/linnuke_svg.svg');
}

.form-action-btns button {
  font-family: Tinos;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  background: #D6A461;
  border: none;
  padding: 9px 34px 9px 20px;
  margin-right: 32px;
  position: relative;
}

.form-action-btns button:after {
  content: "";
  background-image: url('img/search-arrow.svg');
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 17px;
  float: left;
  width: 11px;
  height: 12px;
  background-repeat: no-repeat;
}

.page-template-page-html-riigikogu-liikmed .filter-section .form-action-btns .filter-row {
  justify-content: unset;
  align-items: baseline;
}

.form-action-btns {
  float: left;
  width: 100%;
  margin: 0 0 32px;
}

.person-informatsion-field-trigger {
  clear: left;
  float: left;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 26px;
  color: #001B54;
  position: relative;
  padding: 0 0 0 23px;
  cursor: pointer;
}

.person-informatsion-field-trigger:before {
  background-image: url(img/person-arrow.svg);
  content: "";
  width: 8px;
  height: 12px;
  float: left;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}

.person-informatsion-wrapper {
  float: left;
  width: 100%;
  margin: 20px 0 0 10px;
}

.person-informatsion-field[data-field="hääletused"] .container {
  max-width: 100%;
}

#main.page-content .padding-bottom-helper {
    padding: 0 0 44px 0;
}

.sort_btns {
  float: right;
}

.sort_btns select {
  width: 280px;
  margin-left: 8px;
}



ul.profile-list {
  width: 100%;
  float: left;
  border-top: 1px solid #A6BBC8;
  padding: 32px 0 0 0;
}

html body #main section .filter-section form .select2-container {
  height: 36px;
  width: 100% !important;
}

html body #main section .filter-section form .select2-selection {
  height: 100%;
  max-height: 100%;
  padding: 0 0 0 0;
}

html body #main section .filter-section form .select2 > span.selection {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

html body #main section .filter-section form .select2 > span.selection:after {
  content: "";
  background-image:url(../img/select-arrow.png);
  width: 22px;
  height: 18px;
  float: left;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

html body #main section .filter-section form .select2-selection {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #A6BBC8;
  border-radius: 0;
}

html body #main section .filter-section form .select2-selection {
  float: left;
  width: 100%;
}

html body #main section .filter-section form .select2-selection__rendered {
  float: left;
  display: flex;
  margin: 0 0 0 4px;
}

html body #main section .filter-section form .select2-search {
  float: left;
  display: none !important;
}

html body #main section .filter-section form .select2-selection__rendered li.select2-selection__choice {
  background: transparent;
  border: 1px solid #a6bbc8;
  border-radius: 0;
  margin: 4px 0 0 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #585858;
  padding: 4px 28px 4px 8px;
  margin-right: 6px;
}

html body #main section .filter-section form .select2-selection__rendered li.select2-selection__choice button.select2-selection__choice__remove {
  float: right;
  left: auto;
  right: 12px;
  border: none;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

html body #main section .filter-section form .select2-selection__rendered li.select2-selection__choice button.select2-selection__choice__remove:hover {
  background-color: transparent;
}

html body .select2-results__option--selectable {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  position: relative;
  padding-right: 40px;
}

html body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #E0E0E6;
  color: #333;
}

html body .select2-results__option--selectable:after {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 2px rgb(0 0 0 / 25%);
  border-radius: 4px;
  height: 20px;
  width: 20px;
  float: left;
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50%;
}

html body .select2-container--default .select2-results__option.select2-results__option--selectable.select2-results__option--selected:after {
  background-image: url('../img/linnuke_svg.svg');
}

@media screen and (max-width: 600px) {
  body.contact-opened {
    overflow: hidden;
  }
  #contactcard .overlay-bg {
    max-height: 100vh;
    overflow: scroll;
  }
}

.social .tw a:before {
  background-image: url('../img/X.svg'); 
  content: "";
  width: 18px;
  height: 18px;
  display: block;
}

.social .in a:before {
  background-image: url('../img/instagram.svg'); 
  content: "";
  width: 18px;
  height: 18px;
  display: block;
}

/* Eelnõu kaardi uuendamine */

.page-template-page-html-eelnou-detailvaade #info-tabs {
  display: flex;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .ui-tabs-nav {
  max-width: 319px;
  width: 100%;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .first {
  max-width: 319px;
  width: 100%;
}

.page-template-page-html-eelnou-detailvaade #info-tabs li {
  background-color: #FAFAFA;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .tab-data {
  max-width: 801px;
  width: 100%;
  padding: 32px 0px 29px 32px;
  display: flex;
  justify-content: space-between;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .second {
  max-width: 801px;
  width: 100%;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .date {
  color: #0033A0;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  max-width: 80px;
  width: 100%;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .data {
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .tab-data .item {
  display: flex;
  margin: 0 0 14px;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .tab-extras {
  background: #FAFAFA;
  border: 1px solid #D8E1E6;
  height: max-content;
  padding: 20px;
  max-width: 266px;
  width: 100%;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .tab-extras h4 {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  color: #333333;
  margin: 0 0 14px;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .tab-extras p {
  margin: 2px 0;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .tab-extras p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}

.info-graph__text {
  width: 100%;
  display: flex;
  overflow: auto;
  padding: 60px 0 5px;
}

.info-graph__text::-webkit-scrollbar {
  height: 10px;
}

.info-graph__text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.info-graph__text::-webkit-scrollbar-thumb {
  background: #335CB3;
  border-radius: 10px;
}

.info-graph__text::-webkit-scrollbar-thumb:hover {
  background: #335CB3;
}

.info-graph__text .graph-dates {
  display: flex;
  gap: 8px;
  justify-content: center;
}


.info-graph__text .date-points {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #333333;
  width: 51px;
  position: relative;
}

.info-graph__text .date-points .date-trigger {
  width: 12px;
  height: 12px;
  background-image: url(../img/data-point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(0%, -50%);
  z-index: 2;
  cursor: pointer;
}


.info-graph__text .graph-text {
  padding: 27px 10px 5px;
  position: relative;
}

.info-graph__text .graph-text::before {
  content: ''; 
  position: absolute;
  right: 0;
  top: 18px;
  width: 1px;
  height: 5px;
  background: #333333;
}

.info-graph__text .graph-text:last-child::before {
  display: none;
}

.info-graph__text .graph-text::after {
  content: ''; 
  position: absolute;
  left: 0;
  top: 20px;
  height: 1px;
  width: 100%;
  background: #333333;
}


.info-graph__text .graph-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  text-align: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.info-graph__text .graph-title:hover {
  text-decoration: none;
}

.info-graph__text .graph-title.active {
  font-weight: 700;
}

.info-graph__text .graph-text[data-graph="1"] {
  background: #FFF2CD;
}

.info-graph__text .graph-text[data-graph="2"] {
  background: #FFE698;
}

.info-graph__text .graph-text[data-graph="3"] {
  background: #ffd663;
}

.info-graph__text .graph-text[data-graph="4"] {
  background: #ebae00;
}

.info-graph__text .graph-text[data-graph="5"] {
  background:#dfa500;
}

.info-graph__text .graph-text[data-graph="6"] {
  background: #d19b00;
}

.info-graph {
  margin: 0px 0 16px;
}

.info-graph .graph-years {
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0px;
  background: #1947A9;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: center;
  border-left: 1px solid #FFF; 
}

.info-graph .graph-years:last-child {
  border-left: none;
}

.info-graph__text .date-points .date-trigger.active::after {
  content: '';
  background: #333333;
  width: 3px;
  height: 3px;
  position: absolute;
  transform: rotate(45deg);
  top: 4px;
  left: 4px;
}

.graph-dates a:hover {
  text-decoration: none;
}

.page-template-page-html-eelnou-detailvaade .tab-text {
  max-width: 767px;
  width: 100%;
}

.graph__in-progress {
  width: 100%;
  max-width: 100%;
  background-image: url(../img/progess-bg.svg);
  background-size: cover;
  position: relative;
  min-width: 150px;
}

.graph__in-progress::after {
  content: '';
  background-image: url(../img/dashed-line.svg);
  height: 1px;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 0;
  width: calc(100% - 67px);
}

.graph__in-progress__text {
  position: absolute;
  bottom: 5px;
  right: 46px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}

.graph__in-progress__text::before {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(../img/data-point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translate(0%, -50%);
  z-index: 2;
}

.page-template-page-html-eelnou-detailvaade #info-tabs .tab-data .item .extras {
  background: #FAFAFA;
  border: 1px solid #D8E1E6;
  padding: 10px 16px;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column
}

.page-template-page-html-eelnou-detailvaade #info-tabs .tab-data .item .extras h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #333333;
  margin: 0 0 10px;
  font-weight: 600;
}

@media only screen and (max-width: 1080px) {
  .page-template-page-html-eelnou-detailvaade #info-tabs .tab-data {
    flex-direction: column;
  }

  .page-template-page-html-eelnou-detailvaade #info-tabs .tab-extras {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) { 
  .page-template-page-html-eelnou-detailvaade #info-tabs .ui-tabs-nav {
    max-width: 100%;
  }

  .page-template-page-html-eelnou-detailvaade #info-tabs .first {
    max-width: 100%;
  }

  .page-template-page-html-eelnou-detailvaade #info-tabs {
    flex-direction: column;
  }

  .graph-section .container {
    padding: 0;
  }

  .graph-section #info-tabs li.ui-tabs-active:after {
    display: none;
  }

  .graph-section .table-heading h2 {
    padding: 0px 10px;
  }

  .page-template-page-html-eelnou-detailvaade #info-tabs .tab-data {
    padding: 32px 10px 29px 10px;
  }

  .page-template-page-html-eelnou-detailvaade #info-tabs .tab-extras h4 {
    font-size: 25px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 600px) { 
  .page-template-page-html-eelnou-detailvaade #info-tabs .tab-extras {
    display: flex;
    flex-direction: column;
  }

  .page-template-page-html-eelnou-detailvaade #info-tabs .tab-data .item .extras p {
    margin: 0 0 8px;
  }
}

/* Eelnõud update */

.page-template-page-html-eelnou-detailvaade #info-tabs .date {
  color: #333333;
}

/* Eelnõud update 15.11 */
.page-template-page-html-eelnou-detailvaade #info-tabs .tab-data#tab-trigger-all {
  flex-direction: column;
}

.select-news-cat #radio-4-0 {
  display: none;
}

.single-converents .page-header .container {
  display: flex;
  flex-direction: column;
}


.block-infographics {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}

.block-infographics .link-all {
  margin-left: auto;
}

.infographics {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.infographics .infographics__item {
  padding: 24px;
  border: 1px solid #a6bbc8;
}

.infographics .infographics__item-top {
  display: grid;
  grid-template-columns: calc(37% - 32px) calc(25% - 64px) calc(37% - 32px);
  grid-gap: 64px;
}

.infographics .infographics__item-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.infographics .infographics__item-left-title {
  color: #041c51;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.infographics .infographics__item-left-title:hover {
  cursor: pointer;
  text-decoration: none;
}

.infographics .infographics__item-left-title span {
  text-transform: lowercase;
}

.infographics .infographics__item-left-type {
  font-size: 16px;
}

.infographics .infographics__item-left-time {
  display: flex;
  align-items: center;
  gap: 8px;
}

.infographics .infographics__item-left-time::before {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5625 22.6562C1.5625 23.9502 2.6123 25 3.90625 25H21.0938C22.3877 25 23.4375 23.9502 23.4375 22.6562V9.375H1.5625V22.6562ZM17.1875 13.0859C17.1875 12.7637 17.4512 12.5 17.7734 12.5H19.7266C20.0488 12.5 20.3125 12.7637 20.3125 13.0859V15.0391C20.3125 15.3613 20.0488 15.625 19.7266 15.625H17.7734C17.4512 15.625 17.1875 15.3613 17.1875 15.0391V13.0859ZM17.1875 19.3359C17.1875 19.0137 17.4512 18.75 17.7734 18.75H19.7266C20.0488 18.75 20.3125 19.0137 20.3125 19.3359V21.2891C20.3125 21.6113 20.0488 21.875 19.7266 21.875H17.7734C17.4512 21.875 17.1875 21.6113 17.1875 21.2891V19.3359ZM10.9375 13.0859C10.9375 12.7637 11.2012 12.5 11.5234 12.5H13.4766C13.7988 12.5 14.0625 12.7637 14.0625 13.0859V15.0391C14.0625 15.3613 13.7988 15.625 13.4766 15.625H11.5234C11.2012 15.625 10.9375 15.3613 10.9375 15.0391V13.0859ZM10.9375 19.3359C10.9375 19.0137 11.2012 18.75 11.5234 18.75H13.4766C13.7988 18.75 14.0625 19.0137 14.0625 19.3359V21.2891C14.0625 21.6113 13.7988 21.875 13.4766 21.875H11.5234C11.2012 21.875 10.9375 21.6113 10.9375 21.2891V19.3359ZM4.6875 13.0859C4.6875 12.7637 4.95117 12.5 5.27344 12.5H7.22656C7.54883 12.5 7.8125 12.7637 7.8125 13.0859V15.0391C7.8125 15.3613 7.54883 15.625 7.22656 15.625H5.27344C4.95117 15.625 4.6875 15.3613 4.6875 15.0391V13.0859ZM4.6875 19.3359C4.6875 19.0137 4.95117 18.75 5.27344 18.75H7.22656C7.54883 18.75 7.8125 19.0137 7.8125 19.3359V21.2891C7.8125 21.6113 7.54883 21.875 7.22656 21.875H5.27344C4.95117 21.875 4.6875 21.6113 4.6875 21.2891V19.3359ZM21.0938 3.125H18.75V0.78125C18.75 0.351562 18.3984 0 17.9688 0H16.4062C15.9766 0 15.625 0.351562 15.625 0.78125V3.125H9.375V0.78125C9.375 0.351562 9.02344 0 8.59375 0H7.03125C6.60156 0 6.25 0.351562 6.25 0.78125V3.125H3.90625C2.6123 3.125 1.5625 4.1748 1.5625 5.46875V7.8125H23.4375V5.46875C23.4375 4.1748 22.3877 3.125 21.0938 3.125Z' fill='%23A6BBC8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: '';
}

.infographics .infographics__item-left-time span {
  font-size: 16px;
}

.infographics .infographics__item-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.infographics .infographics__item-middle-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.infographics .infographics__item-middle-status:last-child {
  margin-bottom: 0;
}

.infographics .infographics__item-middle-status.infographics__item-middle-status--final::before {
  display: block;
  width: 25px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_2)'%3E%3Cpath d='M23.2604 18.05C23.2604 18.4 22.9604 18.55 22.6104 18.7C21.2104 19.3 19.7104 19.85 18.1104 19.85C15.8604 19.85 14.8104 18.45 12.1104 18.45C10.1604 18.45 8.11039 19.15 6.46039 19.9C6.36039 19.95 6.26039 19.95 6.16039 20V23.8C6.16039 24.8452 5.37318 25.5 4.51039 25.5C3.56039 25.5 2.81039 24.75 2.81039 23.8V5.5C2.16039 5 1.71039 4.2 1.71039 3.3C1.71039 1.75 2.96039 0.5 4.51039 0.5C6.06039 0.5 7.31039 1.75 7.31039 3.3C7.31039 4.2 6.91039 5 6.21039 5.5V7.05C6.41176 6.98291 9.07992 5.65 11.8104 5.65C14.9974 5.65 16.5797 7 18.0104 7C19.9104 7 22.0104 5.65 22.5104 5.65C22.9104 5.65 23.2604 5.95 23.2604 6.3V18.05Z' fill='%23A6BBC8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_2'%3E%3Crect width='25' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}

.infographics .infographics__item-middle-status.infographics__item-middle-status--accepted::before {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4911 21.4553L0.366101 13.3303C-0.122034 12.8421 -0.122034 12.0507 0.366101 11.5625L2.13383 9.79472C2.62196 9.30654 3.41346 9.30654 3.9016 9.79472L9.37499 15.2681L21.0984 3.54472C21.5865 3.05659 22.378 3.05659 22.8662 3.54472L24.6339 5.31249C25.122 5.80063 25.122 6.59208 24.6339 7.08027L10.2589 21.4553C9.77069 21.9435 8.97924 21.9435 8.4911 21.4553Z' fill='%2378B428'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: '';
}

.infographics .infographics__item-middle-status.infographics__item-middle-status--not-accepted::before {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_11)'%3E%3Cpath d='M20.7864 17.4718L15.8146 12.5L20.7864 7.52816C21.3965 6.91807 21.3965 5.92854 20.7864 5.31845L19.6816 4.2136C19.0715 3.60351 18.0819 3.60351 17.4718 4.2136L12.5 9.18544L7.52816 4.2136C6.91807 3.60351 5.92853 3.60351 5.31845 4.2136L4.21359 5.31845C3.60351 5.92854 3.60351 6.91807 4.21359 7.52816L9.18544 12.5L4.21359 17.4718C3.60351 18.0819 3.60351 19.0715 4.21359 19.6816L5.31845 20.7864C5.92853 21.3965 6.91807 21.3965 7.52816 20.7864L12.5 15.8146L17.4718 20.7864C18.0819 21.3965 19.0715 21.3965 19.6816 20.7864L20.7864 19.6816C21.3965 19.0715 21.3965 18.0819 20.7864 17.4718Z' fill='%23F33838'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_11'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: '';
}

.infographics .infographics__item-right {
  display: flex;
  justify-content: flex-end;
  gap: 32px;
}

.infographics .infographics__item-right-content {

}

.infographics .infographics__item-right-content-title {
  font-weight: 700;
  font-size: 16px;
}

.infographics .infographics__item-right-content-subtitle {
  margin-bottom: 16px;
}

.infographics .infographics__item-right-content-result {
  font-size: 14px;
}

.infographics .infographics__item-right-content-link {
  display: block;
  margin-top: 16px;
  color: #0033a0;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.infographics .infographics__item-right-content-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.infographics .infographics__item-right-infavor {
  position: relative;
  height: 170px;
}

.infographics .infographics__item-right-infavor .infographics__item-right-infavor-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%) translateY(-50%);
  color: #0033a0;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}

.infographics .infographics__item-right-infavor .infographics__item-right-infavor-content span {
  color: #0033a0;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.infographics .infographics__item-right-infavor .infographics__item-right-infavor {
  display: block;
}

.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph,
.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .shape,
.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .mask,
.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .fill {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .shape,
.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .mask,
.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .fill {
  position: absolute;
  background-color: #d2dde3;
}

.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .mask,
.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .fill {
  -webkit-backface-visibility: hidden;
  transition: transform 1s;
  border-radius: 50%;
}

.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .mask {
  clip: rect(0px, 170px, 170px, 85px);
}
.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .fill {
  clip: rect(0px, 85px, 170px, 0px);
  background-color: #0033a0;
}

.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .cutout {
  margin-left: 15px;
  margin-top: 15px;
  width: 140px;
  height: 140px;
  position: absolute;
  background-color: white;
  border-radius: 50%;
}

.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .start .mask.full-mask,
.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .start .fill {
  transform: rotate(0deg);
}

.infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph .start .fill.shim {
  transform: rotate(0deg);
}

/*******/
.infographics__item-detail-faction-infavor-graph {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%; 
}

.infographics .infographics__item-bottom {
  margin-top: 12px;
  clear: left;
}

.infographics .infographics__item-bottom.active .infographics__item-more {
  transform: rotate(180deg);
}

.infographics .infographics__item-bottom .infographics__item-more:hover {
  cursor: pointer;
}

.infographics .infographics__item-bottom.active .infographics__item-detail {
  display: grid;
}
.infographics .infographics__item-detail {
  display: none;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 48px 32px;
}

.infographics .infographics__item-detail-faction {
  display: flex;
  flex-direction: column;
}

.infographics .infographics__item-detail-faction-title {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}

.infographics .infographics__item-detail-faction:hover > .infographics__item-detail-faction-title {
  text-decoration: none;
}

.infographics .infographics__item-detail-faction-value {
  font-size: 16px;
  text-decoration: none;
}

.infographics .infographics__item-detail-faction:hover {
  text-decoration: none;
}

.infographics .infographics__item-detail-faction-value:nth-last-child(2) {
  margin-bottom: 16px;
}

.infographics .infographics__item-detail-faction-infavor {
  position: relative;
  margin-top: auto;
}

.infographics .infographics__item-detail-faction-infavor-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

.infographics .infographics__item-detail-faction-infavor-content span:first-child {
  margin-bottom: 2px;
  color: #0033a0;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}

.infographics .infographics__item-detail-faction-infavor-content span {
  color: #0033a0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.infographics .infographics__item-detail-faction-infavor-content span:last-child {
  margin-top: 4%;
  line-height: 100%;
  letter-spacing: 1px;
}

.infographics__item-detail-faction-title {
  word-break: break-all;
}

.infographics__item-more {
  display: block;
  width: 100%;
  height: 25px;
  margin: 16px 0 -21px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10L12 14L8 10' stroke='%230033a0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

a.twitter {
  background-image: none !important;
}

.simple-table__left li {
  display: flex;
  flex-direction: column;
}

.simple-table__left li p {
  margin: 0;
}

/* ------------------- */
/*--------RKK-83 responsive--------*/
.otgs-development-site-front-end {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .infographics .infographics__item-top {
    grid-template-columns: calc(37% - 24px) calc(25% - 48px) calc(38% - 24px);
    grid-gap: 48px;
  }

  .infographics .infographics__item-detail {
    grid-template-columns: repeat(5, 1fr);
  }

}

@media only screen and (max-width: 950px) {
  .infographics .infographics__item-top {
    grid-template-columns: calc(50% - 16px) calc(50% - 16px);
    grid-gap: 16px 32px;
  }

  .infographics .infographics__item-left {
    order: 1;
  }

  .infographics .infographics__item-middle {
    order: 3;
    grid-column: span 2;
  }

  .infographics .infographics__item-right {
    order: 2;
    gap: 24px;
  }

  .infographics .infographics__item-detail {
    grid-template-columns: repeat(4, 1fr);
  }

  .infographics .infographics__item-bottom {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .infographics .infographics__item-top {
    grid-template-columns: 100%;
  }

  .infographics .infographics__item-left {
    width: 100%;
    order: unset;
  }
  
  .infographics .infographics__item-middle {
    align-items: flex-start;
    width: 100%;
    order: unset;
  }

  .infographics .infographics__item-right {
    justify-content: flex-start;
    gap: 64px;
    margin-top: 32px;
    order: unset;
  }

  .infographics .infographics__item-middle-status {
    font-size: 16px;
  }

  .infographics .infographics__item-detail {
    grid-template-columns: repeat(3, 1fr);
  }

  .infographics .infographics__item-bottom {
    margin-top: 32px;
  }

  .infographics .infographics__item-middle-status {
    margin-bottom: 16px;
  }

  .infographics .infographics__item-middle-status:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .infographics .infographics__item {
    padding: 16px 16px 24px 16px;
  }

  .infographics {
    padding: 0;
  }

  .block-infographics {
    padding: 0 10px;
  }

  .infographics .infographics__item-right {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 500px) {
  .infographics .infographics__item-detail {
    grid-template-columns: repeat(2, 1fr);
  }

  .infographics .infographics__item-right {
    gap: 48px;
  }

  .infographics .infographics__item-right-infavor {
    height: 160px;
  }

  .infographics .infographics__item-right-infavor .infographics__item-right-infavor-graph {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (max-width: 400px) {
  .infographics .infographics__item-right {
    gap: 32px;
  }
}


/*-----RKK-139-----*/

.gform_wrapper .gform-body .gform-field-label {
  padding-bottom: 5px;
  margin: 0;
  color: #585858;
  font-size: 16px;
}

.gform_wrapper .gform-body .gform-field-label .gfield_required {
  color: red;
}

.gform_wrapper .gform-body .ginput_container .gform-field-label {
  padding: 0;
  font-size: 16px;
}

.gform_wrapper .gform-body .ginput_container:has(input[type="checkbox"]) .gform-field-label {
  padding: 0 0 5px 30px;
  font-size: 14px;
}

.gform_wrapper .gform-body .gfield--type-consent .gfield_label_before_complex {
  color: #585858;
  font-weight: bold;
}

.gform_wrapper .gform-body .gfield--type-consent .gfield_description {
  margin-top: 20px;
  padding: 0;
  border: 0;
  font-size: 14px;
}

.gform_wrapper .gform-body .ginput_container textarea,
.gform_wrapper .gform-body .ginput_container input[type="text"],
.gform_wrapper .gform-body .ginput_container input[type="email"],
.gform_wrapper .gform-body .ginput_container input[type="password"],
.gform_wrapper .gform-body .ginput_container input[type="tel"],
.gform_wrapper .gform-body .ginput_container input[type="url"],
.gform_wrapper .gform-body .ginput_container select {
  padding: 7px 10px;
  color: #535353;
  font-size: 14px;
  border: 1px solid #b6c2de;
  border-radius: 0;
}

.gform_wrapper .gform-body .ginput_container textarea:hover,
.gform_wrapper .gform-body .ginput_container input[type="text"]:hover,
.gform_wrapper .gform-body .ginput_container input[type="email"]:hover,
.gform_wrapper .gform-body .ginput_container input[type="password"]:hover,
.gform_wrapper .gform-body .ginput_container input[type="tel"]:hover,
.gform_wrapper .gform-body .ginput_container input[type="url"]:hover,
.gform_wrapper .gform-body .ginput_container select:hover {
  border-color: #627294;
  box-shadow: none;
}

.gform_wrapper .gform-body .ginput_container textarea:focus,
.gform_wrapper .gform-body .ginput_container textarea:active,
.gform_wrapper .gform-body .ginput_container input[type="text"]:focus,
.gform_wrapper .gform-body .ginput_container input[type="text"]:active,
.gform_wrapper .gform-body .ginput_container input[type="email"]:focus,
.gform_wrapper .gform-body .ginput_container input[type="email"]:active,
.gform_wrapper .gform-body .ginput_container input[type="password"]:focus,
.gform_wrapper .gform-body .ginput_container input[type="password"]:active,
.gform_wrapper .gform-body .ginput_container input[type="tel"]:focus,
.gform_wrapper .gform-body .ginput_container input[type="tel"]:active,
.gform_wrapper .gform-body .ginput_container input[type="url"]:focus,
.gform_wrapper .gform-body .ginput_container input[type="url"]:active,
.gform_wrapper .gform-body .ginput_container select:focus,
.gform_wrapper .gform-body .ginput_container select:active {
  border-color: #627294;
  box-shadow: none;
}

.gform_wrapper .gform-body .ginput_container input[type="file"] {

}

html .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button {
  display: inline-block;
  padding: 8px 34px 8px 20px;
  font-family: 'Tinos', Arial, Helvetica, Serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  background: #d6a461 url('../img/icon-arrow-right.png') no-repeat 100% 50%;
  border: 1px #d6a461 solid;
  border-radius: 0;
  position: relative;
}

.gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button:hover,
.gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button:focus,
.gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button:active {
  background-color: #ecc28b;
}

.gform_wrapper .gform-footer {
  margin: 0 !important;
}

html body #main section .gform_wrapper form .select2-container {
  display: flex;
  height: 36px;
  width: 100% !important;
}

html body #main section .gform_wrapper form .select2-selection {
  height: 100%;
  max-height: 100%;
  padding: 0 0 0 0;
}

html body #main section .gform_wrapper form .select2 > span.selection {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

html body #main section .gform_wrapper form .select2 > span.selection:after {
  content: "";
  background-image:url(../img/select-arrow.png);
  width: 22px;
  height: 18px;
  float: left;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  margin: auto;
}

html body #main section .gform_wrapper form .select2-selection {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #A6BBC8;
  border-radius: 0;
}

html body #main section .gform_wrapper form .select2-selection {
  width: 100%;
}

html body #main section .gform_wrapper form .select2-selection__rendered {
  float: left;
  display: flex;
  margin: 0 0 0 4px;
}

html body #main section .gform_wrapper form .select2-search {
  float: left;
  display: none !important;
}

html body #main section .gform_wrapper form .select2-selection__rendered li.select2-selection__choice {
  background: transparent;
  border: 1px solid #a6bbc8;
  border-radius: 0;
  margin: 4px 0 4px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #585858;
  padding: 4px 28px 4px 8px;
  margin-right: 6px;
}

html body #main section .gform_wrapper form .select2-selection__rendered li.select2-selection__choice button.select2-selection__choice__remove {
  float: right;
  left: auto;
  right: 12px;
  border: none;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  background-color: unset;
  box-shadow: none;
  min-height: 0;
}

html body #main section .gform_wrapper form .select2-selection__rendered li.select2-selection__choice button.select2-selection__choice__remove:hover {
  background-color: transparent;
}

html body .select2-results__option--selectable {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  position: relative;
  padding-right: 40px;
}

html body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #E0E0E6;
  color: #333;
}

html body .select2-results__option--selectable:after {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 2px rgb(0 0 0 / 25%);
  border-radius: 4px;
  height: 20px;
  width: 20px;
  float: left;
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50%;
}

html body .select2-container--default .select2-results__option.select2-results__option--selectable.select2-results__option--selected:after {
  background-image: url('../img/linnuke_svg.svg');
}

html body #main section .gform_wrapper form .select2-selection.select2-selection--single {
  min-height: 32px;
}

.gform_wrapper .gform-body .gfield.gfield--type-radio .ginput_container .gform-field-label {
  padding: 0 0 0 30px;
}

.gform_wrapper .hasDatepicker {
  background: url(../img/calendar-icon.png) no-repeat left 10px center !important;
}

.gform_wrapper .gform-body .gfield.gfield--type-radio .ginput_container .gform-field-label::before {
  width: 22px;
  height: 22px;
}

.feedback-form {
  width: 400px;
}

.fancybox-inner:has(.feedback-form) {
  overflow-x: hidden !important;
}

/*----------------*/
