@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 {
  float: left;
  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 {
  display: block;
  float: left;
  height: 38px;
  margin-right: 15px;
  width: 40px;
}

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 {
  display: inline-block;
  content: "\e907";
  margin-left: 5px;
  font-size: 9px;
  line-height: 1;
  overflow: hidden;
}

#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: 20px;
}

.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: none;
}

.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: underline;
}

.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;
}

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

.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;
}

.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-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;
}

