* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  background: #ededed; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -moz-linear-gradient(left, #ededed 0%, #ffffff 9%, #ffffff 91%, #ededed 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ededed), color-stop(9%, #ffffff), color-stop(91%, #ffffff), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ededed 0%, #ffffff 9%, #ffffff 91%, #ededed 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ededed 0%, #ffffff 9%, #ffffff 91%, #ededed 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ededed 0%, #ffffff 9%, #ffffff 91%, #ededed 100%); /* IE10+ */
  background: linear-gradient(to right, #ededed 0%, #ffffff 9%, #ffffff 91%, #ededed 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed', GradientType=1); /* IE6-8 */
}

body {
  width: 100%;
  height: 100%;
  background: url("img/bg_map.png") no-repeat 58% 19px transparent;
  font: 12px/16px Arial, Verdana, sans-serif;
  color: #333333;

}

code,
fieldset {
  margin: .5em 0;
}

code,
pre,
kbd {
  font-size: 115%;
}

p {
}

a:link,
a:visited {
  /*color: #027AC6;*/
  color: #121273;
  text-decoration: none;
}

a:hover {
  /*color: #0062A0;*/
  color: #121273;
  text-decoration: underline;
}

a:active,
a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

fieldset ul.clearfix li {
  margin: 0;
  padding: 0;
  background-image: none;
}

img,
a img {
  border: none;
}

tbody {
  border: none;
}

thead th {
  border: none;
}

th a:link,
th a:visited {
  color: #6f9dbd;
}

td,
th {
  padding: .3em .5em;
}

tr.even,
tr.odd,
tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd,
tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #ffb;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region-title,
td.module,
td.container,
td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region-title,
tr:first-child td.module,
tr:first-child td.container,
tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

.submitted, .description,
.vertical-tab-button .summary {
  font-size: 0.92em;
  color: #898989;
}

.description .more-help-link {
  font-size: 0.92em;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.form-checkboxes,
.form-radios,
.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-actions {
  margin: 2em 0 1em;
}

.form-button,
.form-submit {
  margin: 0 0.5em 0 0; /* LTR */
}

/**
 * Skip link
 */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 1000;
}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  margin-top: 1px;
  padding: 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-radius: 0 0 2px 2px;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}

/**
 * Header
 */

#wrapper #container .breadcrumb,
#wrapper #container .breadcrumb a {
  color: #529ad6;
}

#highlighted {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Overlay
 */
#overlay #overlay-tabs li a {
  background: #d9eaf5;
  color: #000;
}

#overlay #overlay-tabs li a:hover,
#overlay #overlay-tabs li a:focus {
  background: #fff;
}

#overlay #overlay-tabs li.active a {
  background: url("images/body.png") repeat-x scroll 50% -58px #edf5fa;
  color: #fff;
}

#overlay-content {
  padding: 1px;
}

#overlay-content #header {
  display: none;
}

#overlay-content #wrapper {
  background-position: 50% -80px;
}

#tabs-wrapper {
}

/**
 * Nodes & comments
 */
.node {
}

ul.links li,
ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links {
  text-align: left; /* LTR */
  padding-left: 0; /* LTR */
}

.user-picture {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.preview .node,
.node-sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.node-sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: 1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px;
}

.comment h3 a.active {
  color: #494949;
}

.comment .content {
  margin: 0.6em 0;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}

.comment div.user-picture img {
  margin-left: 0;
}

.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}

.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0;
  vertical-align: top;
  overflow: hidden;
}

.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}

.comment .attribution .username {
  white-space: nowrap;
}

.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}

.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}

.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}

.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}

.comment .comment-arrow {
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px;
  margin-top: 10px;
  position: absolute;
  width: 20px;
}

.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}

.comment .indented {
  margin-left: 40px;
}

.comment ul.links {
  padding: 0 0 0.25em 0;
}

.comment ul.links li {
  padding: 0 0.5em 0 0;
}

.comment-unpublished {
  margin-right: 5px;
  padding: 5px 2px 5px 5px;
}

.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

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

input.form-submit,
a.button {
  background: #fff url(images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* ---------------- Messages    ---------------- */

.messages {
  width: 86%;
  background: #5b5b5b;
  padding: 20px;
  margin: 10px 0 20px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
}

.messages.error {
  /*width: 81%;*/
  background-color: #f39090;
  /*padding-left: 15px;*/
  /*width: 90%;*/
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}

#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}

#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}

#aggregator .feed-item-categories {
  font-size: 0.92em;
}

#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}

#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}

tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html .text-format-wrapper .filter-wrapper {
  padding: 1.5em 0 1.5em;
  background-position: 0 0;
}

/* Keep the background position at 0 for filters and vertical tabs. */
*:first-child+html fieldset.filter-wrapper,
*:first-child+html fieldset.vertical-tabs-pane {
  background-position: 0 0;
}

*:first-child+html fieldset .fieldset-wrapper .fieldset-description {
  padding-top: 1em;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible .fieldset-legend {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed .fieldset-legend {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

.fieldset-legend span.summary {
  color: #898989;
}

/**
 * Vertical tabs.
 */
div.vertical-tabs {
  border-color: #d9eaf5;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 0.5em 1em;
}

div.vertical-tabs ul.vertical-tabs-list {
  border-color: #d9eaf5;
}

div.vertical-tabs ul.vertical-tabs-list li {
  background-color: #edf5fa;
  border-color: #d9eaf5;
}

div.vertical-tabs ul.vertical-tabs-list li strong {
  font-weight: normal;
}

div.vertical-tabs ul.vertical-tabs-list li.selected strong {
  font-weight: bold;
}

div.vertical-tabs ul.vertical-tabs-list li.selected small {
  color: #898989;
}

div.vertical-tabs ul.vertical-tabs-list li.selected {
  background: #fff repeat-x 0 0;
}

div.vertical-tabs ul.vertical-tabs-list li.selected.first {
  background-image: url(images/gradient-inner.png);
}

div.vertical-tabs ul.vertical-tabs-list li.selected a strong {
  color: #494949;
}

/**
 * Syndication icons and block
 */
#block-node-syndicate h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-syndicate img,
.feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-syndicate .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  /* 	text-align: center; */
}

#user-login-form ul {
  text-align: left; /* LTR */
}

#user-login .openid-links {
  padding: 0;
}

#user-login-form .openid-links {
  padding-left: 0.5em; /* LTR */
}

#user-login-form .openid-links li.user-link {
  padding-left: 1em; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}

.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}

.profile dl {
  margin: 0;
}

.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}

.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}

div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}

div.admin-panel .description {
  margin-bottom: 1.5em;
}

div.admin-panel dl {
  margin: 0;
}

div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected,
tr.selected td,
tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link,
tr.selected td a:visited,
tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

.theme-selector h3 {
  margin: 10px 0;
}

.theme-selector .operations li {
  list-style-image: none;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

.form-item input.error,
.form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}

tr.dblog-page-not-found,
tr.dblog-access-denied {
  background: #d7ffd7;
}

tr.dblog-page-not-found td.active,
tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error,
table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}

table.system-status-report tr.warning,
table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}

table.system-status-report tr.ok,
table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/* Nice messages
-----------------------------------------------------------------------------*/
div.jGrowl div.jGrowl-notification.error .jGrowl-close {
  color: #eecfcf;
}

div.jGrowl div.jGrowl-notification.error {
  border-color: #ffdcdc;
  background-color: #ffecec;
}

div.jGrowl div.jGrowl-notification.warning .jGrowl-close {
  color: #dcd5bc;
}

div.jGrowl div.jGrowl-notification.warning {
  border-color: #ece4c7;
  background-color: #fff8de;
}

div.jGrowl div.jGrowl-notification.status .jGrowl-close {
  color: #c5d4ba;
}

div.jGrowl div.jGrowl-notification.status {
  border-color: #dfebd6;
  background-color: #eefde2;
}

div.jGrowl div.jGrowl-closer.default {
  border-color: #d1d1d1;
  background-color: #ededed;
  color: #c60202;
}

body div.jGrowl div.jGrowl-notification div.jGrowl-close {
  font: bold 16px Arial;
  margin-top: -2px;
}

#jGrowl .jGrowl-notification {
  background-position: 12px 12px;
  background-repeat: no-repeat;
  color: #5A5A5A;
  padding-left: 45px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  background-color: #F7F7F7;
  border: 1px solid #078caf;
  border-radius: 5px 5px 5px 5px;
  display: none;
  color: #4f4f4f;
  font: 12px/14px Arial;
  font-size: 1em;
  margin-bottom: 5px;
  margin-top: 5px;
  opacity: 0.85;
  padding: 10px;
  text-align: left;
  width: 235px;
}

div.jGrowl div.jGrowl-closer {
  padding: 3px;
  text-align: center;
  width: 284px;
}

div.jGrowl div.jGrowl-notification {
  min-height: 30px;
}

#jGrowl .jGrowl-notification a {
  color: #0378A9;
}

div.warning {
  background-image: url(img/sustem_ico/ico-warning.png);
}

div.status {
  background-image: url(img/sustem_ico/ico-ok.png);
}

div.error {
  background-image: url(img/sustem_ico/ico-error.png);
}

#page {
  width: 100%;
  height: auto;
  min-height: 100%;
}

#wrapper {
  width: 950px;
  min-width: 950px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  clear: both;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
  height: 160px;
  width: 100%;
}

#header-wrapper {
  margin: 0 auto;
  width: 950px;
  height: 130px;
  padding: 0 0 30px 10px;
  position: relative;
}

/* Логотип
-----------------------------------------------------------------------------*/
.logo_slogan {
  float: left;
  width: 220px;
  height: 102px;
}

.logo_slogan .logo {
  display: block;
  width: 140px;
  height: 76px;
  margin: 12px 0 0 13px;
  position: relative;
}

/* Линии в шапке
-----------------------------------------------------------------------------*/
.header-blue-line {
  float: left;
  width: 400px;
  height: 5px;
  margin: 0 5px 0 0;
  background: #121273;
}

.header-red-line {
  float: left;
  width: 325px;
  height: 5px;
  background: #ca3838;
}

.region.region-header {
  float: left;
  width: 730px;
  /*height: 123px;*/
  height: 90px;
  padding: 7px 0 0;
}

/* Block для сотрудников
-----------------------------------------------------------------------------*/
#block-block-14,
#block-block-15 {
  float: left;
  width: 154px;
  height: 16px;
  padding: 0 0 0 22px;
  background: url("img/sprite.png") no-repeat 3px 0;
}
#block-block-14 .content a,
#block-block-15 .content a {
  color: #666;
  font-size: 11px;
  line-height: 18px;
}

#block-block-8,
#block-block-9 {
  clear: both;
  position: relative;
  float: left;
  width: 554px;
  top: 11px;
  overflow: hidden;
}

#block-block-9 .content,
#block-block-8 .content {
  float: left;
  margin-left: 16px;
  position: relative;
  overflow: hidden;
}

/* Block телефоны в шапке
-----------------------------------------------------------------------------*/
#block-block-4,
#block-block-5 {
  float: right;
  width: 174px;
  height: 55px;
  border-left: 2px solid #121273;
  top: 12px;
  position: relative;
}

#block-block-5 .content,
#block-block-4 .content {
  padding-left: 19px;
  font-size: 12px;
  color: #303030;
  line-height: 12px;
}

#block-block-5 .phone-number,
#block-block-4 .phone-number {
  display: block;
  color: #121273;
  font-size: 19px;
  line-height: 25px;
}

#block-block-5 .phone-number span,
#block-block-4 .phone-number span {
  color: #666666;
}

#block-block-5 .fax,
#block-block-4 .fax {
  display: block;
  color: #9a9a9a;
  padding-top: 4px;
}

.region.region-header-bottom {
  float: left;
  width: 100%;
  height: 28px;
  position: relative;
}

/*language
-----------------------------------------------------------------------------*/
#block-locale-language-content,
#block-bissdata-bissdata-language {
  float: left;
  margin: 5px 0 0 52px;
}

#block-locale-language-content ul li,
#block-bissdata-bissdata-language .language-switcher li {
  list-style: none;
  float: right;
  padding-right: 15px;
  position: relative;
}

#block-locale-language-content ul li a,
#block-bissdata-bissdata-language .language-switcher li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #303030;
  font-size: 11px;
  width: 23px;
  height: 23px;
  text-transform: uppercase;
}

#block-locale-language-content ul li a.active,
#block-bissdata-bissdata-language .language-switcher li a.active {
  background: url(img/sprite.png) no-repeat 0 -21px transparent;
  color: #fff;
}

#block-locale-language-content ul li a.active:hover,
#block-bissdata-bissdata-language .language-switcher li a.active:hover {
  text-decoration: none;
  cursor: text;
}

#block-locale-language-content ul li.ru:after,
#block-bissdata-bissdata-language .language-switcher li.ru:after {
  width: 18px;
  height: 12px;
  content: "/";
  display: block;
  position: absolute;
  top: 3px;
  right: -10px;
}

/* container
-----------------------------------------------------------------------------*/
#container {
  width: 100%;
  padding: 0 0 87px;
  height: 1%;
  position: relative;
}

#container:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

#center {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 0 0 20px;
}

#squeeze {
}

h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #ce2d2a;
  padding: 0 9px 20px 9px;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  color: #ce2d2a;
  padding: 0 0 10px;
}

h3, h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #ce2d2a;
  padding: 0 0 10px;
}

h5, h6 {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #ce2d2a;
  padding: 0 0 10px;
}

.region-content h1.title {
  padding: 0 0 20px;
}

.ajax-progress.ajax-progress-throbber {
  display: none;
}

.node .field-name-body p {
  text-indent: 0px;
}

.node .field-name-body p {
  margin: 10px 0;
}

.node .field-name-body p:first-child {
  margin-top: 0;
}

.node .field-name-body p:last-child {
  margin-bottom: 0;
}

.node.node-article .field-name-field-tags,
.node.node-article .field-name-field-article-category,
.node.node-news .field-name-field-news-category {
  float: left;
  width: 100%;
  padding: 10px 0 0;
}

.node.node-article .field-name-field-tags .field-item {
  float: left;
  padding: 0 5px 0 0;
}

.node .field-name-body img {
  padding: 5px;
}

.node .field-name-body img[align="right"] {
  padding-right: 0;
}

.node .field-name-body img[align="left"] {
  padding-left: 0;
}

.node.node-article img {
  border: 4px solid #f1f1f1;
  padding: 1px;
}

.node.node-article .field-name-field-image,
.node.node-news .field-name-field-image {
  float: left;
  padding: 0 10px 0 0;
}

.node.node-article .field-name-field-image img,
.node.node-news .field-name-field-image img {
  border: 1px solid #efefef;
  padding: 2px;
}

.node ol {
  list-style-position: outside;
  padding: 0 0 10px 20px;
}

.node ul {
  list-style-position: outside;
  padding: 0 0 10px 15px;
}

.node ul, .node ol {
  margin: 15px 0;
}

.node ol li {
  margin: 0;
  padding: 0 0 10px;
}

.node ul li {
  list-style: none;
  background: url(img/li-arrow.png) no-repeat 6px 4px;
  padding: 0 0 0 20px;
}

.node .article-header {
  float: left;
  width: 100%;
  padding: 0 0 16px;
  border-bottom: 1px solid #cfd7de;
}

.node .article-header h1.title {
  float: left;
  padding: 0;
  border: none;
}

.node .content {
  float: left;
  width: 100%;
  padding: 0;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.two-sidebars {
  min-width: 950px;
}

/* With 2 columns, require a minimum width of 800px. */
body.sidebar-first, body.sidebar-second {
  min-width: 950px;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-first #center {
  margin-left: -230px;
}

body.sidebar-second #center {
  margin-right: -230px;
}

body.two-sidebars #center {
  margin: 0 -220px 0 -220px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-first #squeeze {
  margin-left: 230px;
}

body.sidebar-second #squeeze {
  margin-right: 230px;
}

body.two-sidebars #squeeze {
  margin: 0 220px 0 220px;
}

#squeeze .region-content {
  padding: 0 9px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sidebar-left {
  float: left;
  width: 200px;
  padding: 0 30px 0 0;
  position: relative;
}

#sidebar-left .content > ul.menu {
  background: #302e83;
  padding: 18px 0 12px;
  border-left: 1px solid #DADAE9;
  border-right: 1px solid #F3F3F8;
}

#sidebar-left ul.menu li {
  list-style: none;
  padding: 0 12px;
  margin: 0;
}

#sidebar-left .content > ul.menu li > ul  > li {
  padding: 0 12px 0 16px;
}

#sidebar-left ul.menu li a {
  color: #fff;
  display: block;
  border-bottom: 1px solid #9694c9;
  min-height: 12px;
  padding: 12px 11px 10px 13px;
  line-height: 12px;
  font-size: 13px;
  position: relative;
}

#sidebar-left .content > ul.menu > li.first > a {
  border-top: 1px solid #9694c9;
}

#sidebar-left ul.menu li.active-trail a.active {
  /*border: 0 none;*/
}

#sidebar-left .content > ul.menu > li.active-trail,
#sidebar-left .content >  ul.menu > li:hover {
  background-color: #6562c1;
  text-decoration: none;
}

#sidebar-left .content > ul.menu > li.active-trail.expanded > a {
  border: 0 none;
}

#sidebar-left .content >  ul.menu > li:hover a {
  text-decoration: none;
}

#sidebar-left .content > ul.menu > li > ul.menu {
  background-color: #bebcf1;
  border-top: 1px solid #29277c;
}

#sidebar-left .content > ul.menu > li  ul.menu {
  margin: 0 -12px;
}

#sidebar-left .content > ul.menu > li > ul.menu li a {
  color: #302e83;
  border-bottom: 1px solid #7977B9;
}

#sidebar-left .content > ul.menu .expanded li.last > a {
  border: none;
}

#sidebar-left .content > ul.menu > li > ul.menu li a.active-trail,
#sidebar-left .content > ul.menu > li > ul.menu li a:hover {
  text-decoration: underline;
}

#sidebar-left .content > ul.menu  li.first.last > a,
#sidebar-left .content > ul.menu > li ul > li.expanded.active-trail > a {
  border-bottom: 1px solid #7977B9;
}

#sidebar-left .content  ul.menu li.expanded.active-trail > a.active-trail:after {
  width: 9px;
  height: 5px;
  background: url("img/sprite.png") no-repeat scroll 0 -75px transparent;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sidebar-right {
  float: left;
  width: 185px;
  padding: 0 0 0 35px;
  position: relative;
}

.region.region-sidebar-first,
.region.region-sidebar-second {
  float: left;
  width: 100%;
  position: relative;
}

.region.region-sidebar-first .block,
.region.region-sidebar-second .block {
  float: left;
  width: 100%;
  padding: 0 0 22px;
  position: relative;
}

.region.region-sidebar-first .block:last-child,
.region.region-sidebar-second .block:last-child {
  /*padding-bottom: 0;*/
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
  width: 100%;
  margin: -87px auto 0;
  height: 87px;
  position: relative;
  overflow: hidden;
}

#footer-wrapper {
  width: 940px;
  height: 87px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.region.region-footer-top {
  float: left;
  width: 100%;
  height: 44px;
  padding: 6px 0 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

#block-block-6 .content,
#block-block-7 .content {
  padding-left: 8px;
}

#block-block-6 .content,
#block-block-7 .content {
  color: #666666;
  font-size: 11px;
}

#block-block-6 .content .phone-number,
#block-block-7 .content .phone-number {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

#block-menu-menu-footer,
#block-menu-menu-footer-en {
  float: left;
  padding-top: 12px;
}

#block-menu-menu-footer .content ul.menu li,
#block-menu-menu-footer-en .content ul.menu li {
  list-style: none;
  float: left;
  padding: 0 16px;
  margin: 0;
  border-left: 1px solid #cacaca;
}

.region-footer-top .block-menu ul li a {
  color: #666666;
  text-decoration: underline;
}

.region-footer-top .block-menu ul li a.active,
.region-footer-top .block-menu ul li a:hover {
  text-decoration: none;
  color: #000000;
}

.region-footer-top .block-menu ul li a.active:hover {
  text-decoration: underline;
}

#block-menu-menu-footer .content ul.menu li.last,
#block-menu-menu-footer-en .content ul.menu li.last {
  border-right: 1px solid #cacaca;
}

.region.region-footer {
  float: left;
  width: 100%;
  height: 20px;
  padding: 11px 0 0;
  position: relative;
}

.block.block-block {
  float: left;
  font-size: 11px;
  color: #cccccc;
}

.block.block-block:first-child {
  width: 220px;
}

.block.block-block a {
  color: #cccccc;
}

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

/* Style of tabs
-----------------------------------------------------------------------------*/
ul.tabs.primary {
  float: left;
  background: #f6f6f6;
  border: none;
  border-radius: 10px;
  padding: 2px 5px;
  margin: 0 0 30px;
  clear: both;
}

ul.tabs.primary li {
  display: inline-block;
}

ul.tabs.primary li a {
  display: block;
  border: none;
  background: none;
  padding: 0 20px;
  height: 23px;
  line-height: 23px;
  color: #666666;
}

ul.tabs.primary li a.active {
  color: #ffffff;
  background: #f21d35;
  border-radius: 10px;
}

/* Pagers
-----------------------------------------------------------------------------*/
.view .item-list,
.search-pager {
  float: left;
  width: 100%;
  padding: 30px 0 0;
  position: relative;
}

.view .item-list ul.pager,
.search-pager ul.pager {
  margin: 0;
}

.view .item-list ul.pager li.pager-first,
.view .item-list ul.pager li.pager-last,
.search-pager ul.pager li.pager-first,
.search-pager ul.pager li.pager-last {
  display: none;
}

.view .item-list ul.pager li,
.search-pager ul.pager li {
  padding: 0;
  margin: 0 0 0 12px;
}

.view .item-list ul.pager li a,
.search-pager ul.pager li a {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}

.view .item-list ul.pager li.pager-current,
.search-pager ul.pager li.pager-current {
  color: #ee2c41;
  font-size: 14px;
  line-height: 16px;
}

.view .item-list ul.pager li.pager-previous,
.search-pager ul.pager li.pager-previous {
  float: left;
}

.view .item-list ul.pager li.pager-next,
.search-pager ul.pager li.pager-next {
  float: right;
  margin-left: 0;
  margin-right: 12px;
}

/* Page sitemap
-----------------------------------------------------------------------------*/
#site-map {
  float: left;
  width: 100%;
  position: relative;
}

#site-map .site-map-box-menu,
#site-map .site-map-box-terms {
  float: left;
  width: 96%;
  position: relative;
  padding: 10px 0 10px 20px;
}

#site-map .site-map-box-menu h2.title,
#site-map .site-map-box-terms h2.title {
  float: left;
  width: 100%;
  padding: 0 0 15px;
}

#site-map .site-map-box-menu .content,
#site-map .site-map-box-terms .content {
  float: left;
  width: 100%;
}

#site-map .site-map-menus ul.site-map-menu li,
#site-map .site-map-taxonomys ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0 0 5px 12px;
}

#site-map .site-map-box-menu .content li a,
#site-map .site-map-box-terms .content li a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

#site-map .site-map-menus ul.site-map-menu li ul,
#site-map .site-map-taxonomys ul li ul {
  padding-top: 10px;
}

#site-map .site-map-box-menu .content li a:hover,
#site-map .site-map-box-terms .content li a:hover {
  text-decoration: none;
}

/* Block search on the site
-----------------------------------------------------------------------------*/
#block-search-form {

}

#block-search-form form[id*=search-block-form] {

}

#block-search-form form[id*=search-block-form] > div {

}

#block-search-form form[id*=search-block-form] .form-item {

}

#block-search-form form[id*=search-block-form] .form-item label {
  clip: inherit;
  color: #9A9A9A;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  top: 0;
  left: 5px;
}

#block-search-form form[id*=search-block-form] .form-item label:hover {
  cursor: text;
}

#block-search-form form[id*=search-block-form] .form-item input.form-text {

}

#block-search-form form[id*=search-block-form] .form-item input.form-text:focus {
  position: relative;
  z-index: 5;
}

#block-system-main form[id*=search-form] #edit-submit {
  background: url("img/sprite.png") no-repeat scroll 2px -51px rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  height: 23px;
  margin: 0;
  padding: 0;
  position: relative;
  right: 29px;
  text-indent: -99999px;
  top: -1px;
  width: 25px;
  z-index: 11;
}

#block-search-form form[id*=search-block-form] input.form-submit {
  background: url("img/sprite.png") no-repeat scroll 2px -51px rgba(0, 0, 0, 0);
  border: medium none;
  position: absolute;
  right: -8px;
  top: 0;
  padding: 0;
  margin: 0;
  height: 25px;
  text-indent: -99999px;
  width: 25px;
  border-radius: 0;
  z-index: 11;
}

#block-search-form form[id*=search-block-form] input.form-submit:hover {
  cursor: pointer;
}

form[id*=search-form] .form-item {
  margin: 0;
}

form[id*=search-form] .form-item label {
  color: #333333;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 28px;
  padding: 0 0 5px;
}

form[id*=search-form] input.form-text {

}

form[id*=search-form] input.form-submit {

}

h2.search-result-title {
  float: left;
  width: 100%;
  position: relative;
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 20px;
}

.search-results,
.search-no-result {
  float: left;
  width: 100%;
  position: relative;
  border-top: 1px dashed #DEDEDE;
  padding: 15px 0 0;
}

.search-results li.search-result {
  border-bottom: 1px dashed #DEDEDE;
  float: left;
  padding: 19px 0;
  margin: 0;
  width: 100%;
}

.search-results li.search-result h3.title {
  float: left;
  padding: 0 0 12px;
  width: 100%;
}

.search-results li.search-result h3.title a {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
}

.search-results li.search-result h3.title a:hover {
  text-decoration: none;
}

.search-results li.search-result .search-snippet-info {
  float: left;
  padding: 0 0 0 10px;
}

.search-no-result ul {
  padding: 19px 0;
  margin: 0;
}

.search-no-result ul li {
  list-style: none;
  background: url(img/li-arrow.png) no-repeat 6px 4px;
  padding: 0 0 0 20px;
}

/* News
-----------------------------------------------------------------------------*/
/* Block news (on front page)
-----------------------------------------------------------------------------*/
#block-views-news-block-1,
#block-block-10,
#block-block-11 {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

#block-views-news-block-1 {
  padding-top: 40px;
}

#block-views-news-block-1 .view-rows:first-child {
  border-bottom: none;
}

#block-views-news-block-1 h3,
#block-block-10 h3,
#block-block-11 h3 {
  font-size: 18px;
  color: #ce2d2a;
  font-weight: normal;
  margin: 3px 0 9px;
}

#block-views-news-block-1 .view-first-element {
  padding: 13px 12px 9px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fafafa #e0e0e0 #bcbcbc #e3e3e3;
  box-shadow: 0 1px 3px 0 #BCBCBC;
  margin-bottom: 19px;
  background: #fff;
}

#block-views-news-block-1 .view-first-element .views-field-created {
  text-align: right;
  font-size: 12px;
  color: #9a9a9a;
  padding-top: 24px;
}

#block-views-news-block-1 .view-first-element .views-field-title-field a {
  font-size: 16px;
  text-decoration: underline;
  line-height: 24px;
}

#block-views-news-block-1 .view-first-element .views-field-title-field a:hover {
  text-decoration: none;
}

#block-views-news-block-1 .view-first-element .views-field-body {
  padding-top: 14px;
  line-height: 14px;
}

#block-views-news-block-1 .views-row a {
  color: #121273;
}

.block-views .view-news-wrapper {
  float: left;
}

/* Block news (in footer page)
-----------------------------------------------------------------------------*/
#block-views-news-block-3 {
  float: left;
  width: 100%;
  padding: 0;
  margin: 57px 0 66px;
}

#block-views-news-block-3 h3.title {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #ce2d2a;
}

#block-views-news-block-3 .content {
  float: left;
  width: 100%;
  padding: 26px 0 0;
}

#block-views-news-block-1 .view-rows,
#block-views-news-block-3 .view-content {
  float: left;
  width: 100%;
  border-top: 1px dashed #cdcdcd;
  border-bottom: 1px dashed #cdcdcd;
}

#block-views-news-block-1 .view-rows {
  padding: 0 0 15px;
}

#block-views-news-block-3 .view-content {
  padding: 6px 0 15px;
}

#block-views-news-block-1 .view-rows:first-child {
  padding: 12px 0 0;
}

#block-views-news-block-1 .view-rows .views-row,
#block-views-news-block-3 .views-row {
  float: left;
  width: 329px;
  padding: 6px 20px 18px;
  font-size: 12px;
  color: #9a9a9a;
}

#block-views-news-block-1 .view-rows > div:first-child,
#block-views-news-block-3 .view-content > div:first-child {
  padding-left: 0;
  width: 329px;
  border-right: 1px dashed #cdcdcd;
}

#block-views-news-block-1 .view-rows:first-child > div {
  padding-bottom: 23px;
}

#block-views-news-block-3 .view-content:first-child > div {
  padding-bottom: 18px;
}

#block-views-news-block-1 .view-rows > div:last-child,
#block-views-news-block-3 .view-content > div:last-child {
  padding-right: 0;
}

#block-views-news-block-1 .view-rows:last-child > div,
#block-views-news-block-3 .view-content:last-child > div {
  padding-top: 13px;
}

.content-list .views-row a,
#block-views-news-block-1 .view-rows .views-row a,
#block-views-news-block-3 .views-row a {
  font-size: 12px;
  color: #121273;
}

.content-list .views-row .views-field-created,
#block-views-news-block-1 .view-rows .views-row .views-field-created,
#block-views-news-block-3 .views-row .views-field-created {
  padding: 2px 0 0;
}

#block-views-news-block-1 .more-link,
#block-views-news-block-3 .more-link,
#block-block-10 .more-link,
#block-block-11 .more-link {
  float: left;
  width: 100%;
  padding: 11px 0 0 0;
  text-align: left;
}

#block-views-news-block-1 .more-link a,
#block-views-news-block-3 .more-link a,
#block-block-10 .more-link a,
#block-block-11 .more-link a {
  color: #ffffff;
  padding: 1px 0 2px;
  background: #121273;
  font-size: 11px;
  line-height: 14px;
  text-transform: lowercase;
  width: 79px;
  text-align: center;
  display: block;
}

#block-block-10 .more-link a,
#block-block-11 .more-link a {
  width: 140px;
}

#block-views-news-block-1 .more-link a:hover,
#block-views-news-block-3 .more-link a:hover
#block-block-10 .more-link a:hover,
#block-block-11 .more-link a:hover {
  text-decoration: none;
  background: #6562C1;
}

.content-list,
.content-list .view-content {
  float: left;
  width: 100%;
}

.content-list .views-row {
  float: left;
  width: 100%;
  padding: 10px 0 10px;
  border-bottom: 1px dashed #cdcdcd;
  font-size: 12px;
  color: #9a9a9a;
}

.content-list .views-row:first-child {
  border-top: 1px dashed #cdcdcd;
}

.content-list .views-row:last-child {
  border-bottom: 0 none;
}

/*ОФорма пошуку
-------------------------------------------------------------------------*/
#search-block-form {
  left: -7px;
  padding: 0 24px 0 8px;
  position: relative;
}

#search-block-form input.form-text {
  border: 1px solid #d7d7d7;
  height: 23px;
  width: 100%;
  padding: 0 22px 0 6px;
}

#search-form input.form-text {
  border: 1px solid #d7d7d7;
  height: 23px;
  padding: 0 28px 0 6px;
}

/*задать вопрос
-----------------------------------------------------------------------------*/
#modalBackdrop {
  opacity: 0.2 !important;
}

#modalContent .ctools-modal-content {
  border-radius: 6px;
  border: none;
  box-shadow: 0 4px 8px -4px #333333;
  width: 517px !important;
}

#modalContent .modal-header {
  background: transparent;
  padding-top: 26px;
  padding-left: 37px;
  padding-bottom: 11px;
  position: relative;
}

#modalContent .modal-header #modal-title {
  color: #121f52;
  font-size: 22px;
}

#modalContent .modal-header a.close {
  width: 16px;
  height: 16px;
  background: url("img/sprite.png") no-repeat scroll -1px -86px rgba(0, 0, 0, 0);
  position: absolute;
  right: 7px;
  top: 7px;
}

#modalContent .modal-header a.close img {
  position: absolute;
  left: -9999px;
}

#modal-content {
  padding: 0 24px 18px 36px;
  width: 457px !important;
}

form[id*=webform-client-form] .form-item.webform-component-textarea {
  padding: 0;
}

form[id*=webform-client-form] .form-item input {
  border: 1px solid #bfc7d0;
  height: 27px;
  padding: 0 6px;
  width: 442px;
  color: #121f52;
  font-size: 13px;
}

form[id*=webform-client-form] .form-item label {
  font-size: 14px;
  color: #121f52;
  padding-bottom: 6px;
}

form[id*=webform-client-form].form-item label span {
  color: #ff0000;
}

form[id*=webform-client-form] .form-item textarea {
  resize: none;
  border: 1px solid #bfc7d0;
  padding: 6px;
  width: 456px;
  height: 108px;
}

#webform-component-ask-quest-message .form-textarea-wrapper {
  clear: both;
}

form[id*=webform-client-form] .form-actions.form-wrapper {
  margin: 0;
}

form[id*=webform-client-form] .form-actions input {
  float: right;
  margin: 0 1px 0 0;
  border-radius: 4px;
  background: #1a3086;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border: 0 none;
  height: 31px;
  width: 118px;
  padding: 0;
}

form[id*=webform-client-form] .form-actions input:hover {
  background: #1A00F4;
}

.node .field.field-name-field-project-files {
  float: left;
  width: 100%;
  padding: 15px 0;
}

/**/
.node-navigation {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.node-navigation ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.node-navigation ul li {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
}

.node-navigation ul li.last {
  float: right;
}

.node-navigation ul li.first {
  float: left;
}

.node-navigation ul li a {
  padding: 2px 5px;
  background: #302E83;
  color: #fff;
}

#block-block-10,
#block-block-11 {
  padding: 40px 0 0;
}

#block-block-12,
#block-block-13 {
  float: left;
  width: 542px;
  height: 16px;
  padding-right: 12px;
}

div.horizontal_scroller {
  position: relative;
  height: 16px;
  width: 100%;
  display: block;
  overflow: hidden;
}

div.scrollingtext {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  color: #303030;
}

#block-block-12 div.scrollingtext a,
#block-block-13 div.scrollingtext a {
  color: #CE2D2A;
  text-decoration: underline;
}

#block-block-12 div.scrollingtext a:hover,
#block-block-13 div.scrollingtext a:hover {
  text-decoration: none;
}