/*
 * *
 * * Copyright. Created by Divilon (http://divilon.com)
 */
html {
  height: 100%;
  font-size: 16px; }

body {
  min-height: 100%;
  font-size: 62.5%;
  font-family: 'PT Sans', sans-serif;
  background-color: #fbfbfb; }
    body.zoom-0 .zoom .minus {
      cursor: default !important; }
  body.zoom-1 {
    font-size: 80%; }
  body.zoom-2 {
    font-size: 100%; }
  body.zoom-3 {
    font-size: 120%; }
    body.zoom-3 .zoom .plus {
      cursor: default !important; }

a {
  color: #045ba7; }

/*
 * SLIDE SIDE MENU
 */
.content-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.2s linear;
  right: 0;
  z-index: 5; }
  .content-wrap:after {
    content: '';
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.2s linear;
    background: rgba(0, 0, 0, 0); }

.menu-button {
  position: relative;
  z-index: 1000;
  padding: 22px 0 0;
  min-width: 30px;
  border: none;
  font-size: 1.2em;
  font-weight: bold;
  background: url(/sites/all/themes/divilon_bootstrap/img/menu.png) no-repeat left top;
  transition: all 0.4s linear;
  color: #045ba7; }
  .menu-button:focus {
    outline: none; }
  .menu-button:hover {
    opacity: 0.6; }

.close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  transition: all 0.4s linear; }
  .close-button:focus {
    outline: none; }
  .close-button:before,
  .close-button:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #045ba7;
    border-radius: 20px; }
  .close-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .close-button:hover:before,
    .close-button:hover:after {
      background: #ffd746; }

.menu-wrap {
  position: absolute;
  z-index: 1001;
  width: 260px;
  height: 100%;
  min-height: 960px;
  background: #045ba7;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
  left: -260px;
  transition: all 0.2s linear; }
  .menu-wrap .icon-list a {
    display: block;
    padding: 3px 6px;
    font-size: 1.4em;
    color: #f4f3f3; }
    .menu-wrap .icon-list a:hover {
      color: #ffd746;
      text-decoration: none; }
  .menu-wrap .title {
    font-size: 2.2em;
    color: #f4f3f3;
    font-weight: bold;
    margin: 30px 0; }

.show-menu {
  overflow-x: hidden; }
  .show-menu .menu-button {
    opacity: 0; }
  .show-menu .close-button {
    right: -6em; }
  .show-menu .menu-wrap {
    left: 0px;
    transition: all 0.4s linear; }
  .show-menu .content-wrap {
    right: -260px;
    transition: all 0.4s linear; }
    .show-menu .content-wrap:after {
      z-index: 1000;
      transition: all 0.4s linear;
      background: rgba(0, 0, 0, 0.5); }

#zoom {
  position: relative; }
  #zoom .zoom-panel {
    position: absolute;
    z-index: 5;
    top: 100%;
    right: 0;
    min-width: 250px;
    background: #045ba7;
    border: 1px solid #aaaaaa;
    display: none;
    text-align: center;
    padding: 10px 15px; }
    #zoom .zoom-panel .color button {
      margin: 4px 7px;
      text-decoration: none;
      font-size: 1.5em;
      padding: 2px 4px;
      border: 2px solid rgba(0, 0, 0, 0); }
      #zoom .zoom-panel .color button.wb {
        background: white;
        color: black; }
        #zoom .zoom-panel .color button.wb:hover {
          border-color: black; }
      #zoom .zoom-panel .color button.bw {
        background: black;
        color: white; }
        #zoom .zoom-panel .color button.bw:hover {
          border-color: white; }
    #zoom .zoom-panel .zoom {
      padding-top: 5px; }
      #zoom .zoom-panel .zoom button {
        font-size: 2em;
        margin: 0 10px;
        text-decoration: none; }
    #zoom .zoom-panel button {
      font-size: 1.3em;
      color: white; }
      #zoom .zoom-panel button:hover {
        color: false; }
  #zoom:hover .zoom-panel {
    display: block; }
  #zoom button {
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    padding: 0;
    text-align: left;
    outline: none; }

#navbar {
  padding: 20px 0 0;
  z-index: 1; }
  #navbar .navbar-nav {
    float: none; }
    #navbar .navbar-nav > li {
      float: none;
      display: inline-block; }
      #navbar .navbar-nav > li a {
        color: #010000;
        font-weight: bold;
        font-size: 1.8em; }
        #navbar .navbar-nav > li a:hover {
          color: #045ba7; }
    #navbar .top-buttons .scale {
      font-size: 1.6em;
      margin-left: 8px; }
      #navbar .top-buttons .scale .fa-eye {
        font-size: 1.6em;
        color: #252525; }
    #navbar .top-buttons .langs {
      margin-left: 8px; }
      #navbar .top-buttons .langs .language-switcher-locale-url {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        #navbar .top-buttons .langs .language-switcher-locale-url li {
          padding: 0;
          margin: 0;
          display: inline-block; }
          #navbar .top-buttons .langs .language-switcher-locale-url li a,
          #navbar .top-buttons .langs .language-switcher-locale-url li span {
            display: inline-block;
            text-transform: uppercase;
            font-size: 1.8em;
            color: #6a6a6a;
            padding-bottom: 4px;
            margin: 0 8px;
            text-decoration: none; }
            #navbar .top-buttons .langs .language-switcher-locale-url li a:hover,
            #navbar .top-buttons .langs .language-switcher-locale-url li span:hover {
              color: #045ba7; }
            #navbar .top-buttons .langs .language-switcher-locale-url li a.active,
            #navbar .top-buttons .langs .language-switcher-locale-url li span.active {
              color: #045ba7;
              font-weight: bold;
              border-bottom: 1px solid #045ba7; }
          #navbar .top-buttons .langs .language-switcher-locale-url li.first:after {
            content: '|';
            color: #6a6a6a;
            font-size: 1.8em; }
    #navbar .top-buttons .search a {
      font-size: 1.8em;
      color: #1b1c1a; }
    #navbar .top-buttons.pull-right {
      padding-top: 10px; }
  #navbar .site-info {
    width: 380px;
    padding-left: 10px;
    margin-bottom: 15px; }
    #navbar .site-info .logo {
      max-width: 90px; }
    #navbar .site-info .sitename {
      font-size: 2.2em;
      font-weight: bold;
      margin: 0; }
      #navbar .site-info .sitename a {
        color: black;
        text-decoration: none; }
    #navbar .site-info .slogan {
      font-size: 1.1em;
      color: #555555;
      margin-left: 90px; }

#topbar {
  background: url(/sites/all/themes/divilon_bootstrap/img/greyback.png);
  padding-top: 24px;
  padding-bottom: 32px; }
  #topbar .queue-buttons {
    right: 15px;
    top: 0;
    left: 50%;
    margin-left: 80px; }
    #topbar .queue-buttons .btn {
      font-weight: bold;
      margin-left: 4px; }
  #topbar .sitename {
    font-size: 2.8em;
    font-weight: bold;
    margin: 0; }
    #topbar .sitename a {
      color: black;
      text-decoration: none; }
  #topbar .slogan {
    font-size: 1.2em;
    max-width: 395px;
    color: #555555;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  #topbar .topbar-btn {
    padding: 20px 8px;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease; }
    #topbar .topbar-btn:hover {
      color: #045ba7; }
      @media all and (min-width:993px) {
        #topbar .topbar-btn:hover {
      transform: scale(1.1); } }
    #topbar .topbar-btn:before {
      content: '';
      display: block;
      width: 64px;
      height: 64px;
      margin: 0 auto 12px;
      background: url(/sites/all/themes/divilon_bootstrap/img/topbar-btn.png) no-repeat left top; }
    #topbar .topbar-btn.btn-2:before {
      background-position: left bottom; }
    #topbar .topbar-btn.btn-3:before {
      background-position: right top; }
    #topbar .topbar-btn.btn-4:before {
      background-position: right bottom; }
    #topbar .topbar-btn h3 {
      margin: 0;
      font-size: 2.2em;
      font-weight: bold; }
    #topbar .topbar-btn .descr {
      font-size: 1.4em;
      font-style: italic; }

.btn-default {
  color: #045ba7;
  border-color: #045ba7;
  background: rgba(0, 0, 0, 0); }

#navbar {
  background-color: #fefefe;
  margin-bottom: 0; }

.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-column-r {
  flex-direction: column-reverse; }

.flex-row-r {
  flex-direction: row-reverse; }

.flex-jcc {
  justify-content: center; }

.flex-indent {
  margin-left: -8px;
  margin-right: -8px; }
  .flex-indent .flex-item {
    margin: 8px; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.by {
  background-color: #ffd746; }

.bb {
  background-color: #045ba7; }

.cy {
  color: #ffd746; }

.cb {
  color: #045ba7; }

.select2-container {
  outline: none;
  font-size: 1.6em; }
  .select2-container .select2-selection--single {
    border-radius: 0;
    border: 1px solid #dfdfdf;
    height: auto; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 18px;
      padding-right: 50px;
      color: #a5a5a5;
      line-height: 22px; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      width: 40px;
      height: 40px;
      background: url(/sites/all/themes/divilon_bootstrap/img/drop-arrow.png) no-repeat center center;
      top: 50%;
      margin-top: -20px;
      right: 10px; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        display: none; }

.search-work-form {
  background: #fbfbfb;
  padding: 50px; }
  .search-work-form .table-cell {
    padding-bottom: 8px; }
  .search-work-form .narrow-cell {
    width: 25%;
    padding-right: 15px; }
  .search-work-form .wide-cell {
    width: 75%; }
    .search-work-form .wide-cell .fs-keyword {
      width: 100%;
      font-size: 1.6em;
      padding: 18px;
      outline: 1px solid #dfdfdf;
      border: none; }
      .search-work-form .wide-cell .fs-keyword::-webkit-input-placeholder {
        color: #a5a5a5; }
      .search-work-form .wide-cell .fs-keyword::-moz-placeholder {
        color: #a5a5a5; }
      .search-work-form .wide-cell .fs-keyword:-moz-placeholder {
        color: #a5a5a5; }
      .search-work-form .wide-cell .fs-keyword:-ms-input-placeholder {
        color: #a5a5a5; }
      .search-work-form .wide-cell.location .fs-location {
        width: 100%;
        border: none;
        border-right: 10px solid white; }
    .search-work-form .wide-cell.type {
      padding-bottom: 10px; }
      .search-work-form .wide-cell.type .fs-type {
        width: 50%; }
  .search-work-form .cell-title {
    font-weight: bold;
    color: black;
    font-size: 1.8em; }

#page-header {
  clear: both;
  overflow: hidden; }

.back-img-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.main-container {
  padding-top: 35px;
  padding-bottom: 35px; }
  .main-container h1.page-header {
    color: black;
    font-size: 3em;
    font-weight: bold;
    border: none; }

  .front h1.page-header,
  .page-news h1.page-header,
  .page-main-news h1.page-header,
  .page-reg-news h1.page-header,
  .page-announces h1.page-header,
  .page-events h1.page-header {
    float: left; }
    .front h1.page-header:after,
    .page-news h1.page-header:after,
    .page-main-news h1.page-header:after,
    .page-reg-news h1.page-header:after,
    .page-announces h1.page-header:after,
    .page-events h1.page-header:after {
      content: ' :'; }

  .page-temperature h1.page-header,
  .node-type-divilon-map h1.page-header {
    display: none; }

#block-block-1 {
  padding-top: 7px;
  float: left; }
  #block-block-1 ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #block-block-1 ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      font-size: 1.8em;
      color: #444444; }
      #block-block-1 ul li:after {
        content: '|'; }
      #block-block-1 ul li:last-child:after {
        display: none; }
      #block-block-1 ul li a {
        display: inline-block;
        padding: 0 15px;
        color: #444444; }

#block-views-exp-news-page-0,
#block-views-exp-announces-page,
#block-views-exp-announces-page-1 {
  float: left;
  margin-left: 15px; }
    #block-views-exp-news-page-0 .views-exposed-widget #edit-date-filter-min-wrapper,
    #block-views-exp-news-page-0 .views-exposed-widget #edit-date-filter-max-wrapper,
    #block-views-exp-announces-page .views-exposed-widget #edit-date-filter-min-wrapper,
    #block-views-exp-announces-page .views-exposed-widget #edit-date-filter-max-wrapper,
    #block-views-exp-announces-page-1 .views-exposed-widget #edit-date-filter-min-wrapper,
    #block-views-exp-announces-page-1 .views-exposed-widget #edit-date-filter-max-wrapper {
      float: left; }
      #block-views-exp-news-page-0 .views-exposed-widget #edit-date-filter-min-wrapper input,
      #block-views-exp-news-page-0 .views-exposed-widget #edit-date-filter-max-wrapper input,
      #block-views-exp-announces-page .views-exposed-widget #edit-date-filter-min-wrapper input,
      #block-views-exp-announces-page .views-exposed-widget #edit-date-filter-max-wrapper input,
      #block-views-exp-announces-page-1 .views-exposed-widget #edit-date-filter-min-wrapper input,
      #block-views-exp-announces-page-1 .views-exposed-widget #edit-date-filter-max-wrapper input {
        cursor: pointer;
        background: url(/sites/all/themes/divilon_bootstrap/img/dropdown.png) no-repeat right center; }
      #block-views-exp-news-page-0 .views-exposed-widget #edit-date-filter-min-wrapper:after,
      #block-views-exp-announces-page .views-exposed-widget #edit-date-filter-min-wrapper:after,
      #block-views-exp-announces-page-1 .views-exposed-widget #edit-date-filter-min-wrapper:after {
        content: '';
        height: 16px;
        vertical-align: middle;
        margin-right: 10px;
        width: 10px;
        border-bottom: 2px solid black;
        display: inline-block; }
      #block-views-exp-news-page-0 .views-exposed-widget #edit-date-filter-min-wrapper #edit-date-filter-min-inside-wrapper,
      #block-views-exp-announces-page .views-exposed-widget #edit-date-filter-min-wrapper #edit-date-filter-min-inside-wrapper,
      #block-views-exp-announces-page-1 .views-exposed-widget #edit-date-filter-min-wrapper #edit-date-filter-min-inside-wrapper {
        display: inline-block; }
  #block-views-exp-news-page-0 .views-submit-button,
  #block-views-exp-announces-page .views-submit-button,
  #block-views-exp-announces-page-1 .views-submit-button {
    display: none; }

.view-id-news.view-display-id-page_1 {
  margin-bottom: 20px;
  position: relative; }
  .view-id-news.view-display-id-page_1 .view-content {
    clear: both; }
  .view-id-news.view-display-id-page_1 .front-news-item {
    padding: 20px;
    background-color: #f4f3f3;
    min-height: 200px; }
    .view-id-news.view-display-id-page_1 .front-news-item h4 {
      margin: 0; }
    .view-id-news.view-display-id-page_1 .front-news-item.item-n1 {
      position: relative;
      z-index: 5;
      padding: 50px; }
      .view-id-news.view-display-id-page_1 .front-news-item.item-n1 > * {
        position: relative;
        z-index: 3;
        color: #fdfbfb; }
      .view-id-news.view-display-id-page_1 .front-news-item.item-n1 h4.node-title {
        font-size: 2.6em;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 8px; }
      .view-id-news.view-display-id-page_1 .front-news-item.item-n1 .teaser {
        font-size: 1.3em;
        margin-bottom: 12px; }
      .view-id-news.view-display-id-page_1 .front-news-item.item-n1 a {
        text-decoration: none;
        color: #fdfbfb; }
        .view-id-news.view-display-id-page_1 .front-news-item.item-n1 a:hover {
          color: #ffd746; }
      .view-id-news.view-display-id-page_1 .front-news-item.item-n1 .link a {
        display: inline-block;
        font-size: 1.3em;
        border: 2px solid #f1eeee;
        border-radius: 2px;
        padding: 12px 40px; }
        .view-id-news.view-display-id-page_1 .front-news-item.item-n1 .link a:hover {
          border-color: #ffd746; }
      .view-id-news.view-display-id-page_1 .front-news-item.item-n1:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1; }
      .view-id-news.view-display-id-page_1 .front-news-item.item-n2 h4.node-title,
      .view-id-news.view-display-id-page_1 .front-news-item.item-n3 h4.node-title {
        font-size: 1.8em;
        font-weight: bold;
        margin-bottom: 8px; }
        .view-id-news.view-display-id-page_1 .front-news-item.item-n2 h4.node-title a,
        .view-id-news.view-display-id-page_1 .front-news-item.item-n3 h4.node-title a {
          color: #0e0e0e;
          text-decoration: none; }
          .view-id-news.view-display-id-page_1 .front-news-item.item-n2 h4.node-title a:hover,
          .view-id-news.view-display-id-page_1 .front-news-item.item-n3 h4.node-title a:hover {
            color: #045ba7; }
      .view-id-news.view-display-id-page_1 .front-news-item.item-n2 .date,
      .view-id-news.view-display-id-page_1 .front-news-item.item-n3 .date {
        font-size: 1.1em;
        color: #444444; }

.table {
  width: 100%;
  display: table;
  margin: 0; }

.table-row {
  display: table-row; }

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

.vam {
  vertical-align: middle; }

.vat {
  vertical-align: top; }

  .bot-buttons .flex-item {
    padding: 20px 60px 20px 95px;
    background-image: url(/sites/all/themes/divilon_bootstrap/img/bot-buttons.png);
    background-repeat: no-repeat;
    text-decoration: none;
    position: relative; }
    .bot-buttons .flex-item h4 {
      font-size: 2.7em;
      font-weight: bold;
      margin: 0; }
    .bot-buttons .flex-item .descr {
      font-style: italic;
      font-size: 1.2em;
      color: black; }
    .bot-buttons .flex-item.poll {
      background-position: 20px 14px; }
    .bot-buttons .flex-item.feedback {
      border-left: 1px solid white;
      border-right: 1px solid white;
      background-position: 20px -75px; }
    .bot-buttons .flex-item.help {
      background-position: 20px -170px;
      color: #fdfbfb; }
      .bot-buttons .flex-item.help .descr {
        color: #fdfbfb; }
    .bot-buttons .flex-item:after {
      content: '';
      display: block;
      width: 42px;
      height: 42px;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -21px;
      transition: all 0.2s linear; }
      .bot-buttons .flex-item:hover:after {
        right: 8px; }
    .bot-buttons .flex-item.by:after {
      background-image: url(/sites/all/themes/divilon_bootstrap/img/arrow-y.png); }
    .bot-buttons .flex-item.bb:after {
      background-image: url(/sites/all/themes/divilon_bootstrap/img/arrow-b.png); }

.alert.alert-block {
  clear: both;
  font-size: 1.4em; }

.block-simplenews {
  margin-bottom: 30px;
  text-align: right; }
  @media all and (min-width:768px) {
    .block-simplenews {
  padding-left: 50%; } }
    .block-simplenews .simplenews-subscribe > div {
      display: flex; }
      .block-simplenews .simplenews-subscribe > div .form-item {
        display: flex;
        flex-direction: column;
        flex: 10;
        margin: 0; }
        .block-simplenews .simplenews-subscribe > div .form-item .control-label {
          display: none; }
        .block-simplenews .simplenews-subscribe > div .form-item .form-text {
          background: rgba(0, 0, 0, 0);
          border-radius: 0;
          border: none;
          outline: none;
          box-shadow: none;
          background: rgba(0, 0, 0, 0);
          border-bottom: 1px solid black;
          padding: 0;
          height: 2.5em;
          font-size: 1.6em; }
      .block-simplenews .simplenews-subscribe > div .form-submit {
        display: flex;
        flex-direction: column;
        flex: 1;
        border: none;
        min-width: 50px;
        height: 40px;
        padding: 0;
        outline: none;
        box-shadow: none;
        background: url(/sites/all/themes/divilon_bootstrap/img/plane.png) no-repeat right center;
        text-indent: -9999px;
        overflow: hidden;
        transition: all 0.2s linear; }
        .block-simplenews .simplenews-subscribe > div .form-submit:hover {
          background-position: right top; }

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 0;
  border: none;
  background: #045ba7;
  color: #fdfbfb; }
  .footer a {
    color: #e9e9e9; }
    .footer a:hover {
      color: #ffd746;
      text-decoration: none; }
    .footer .footer-cols .flex-item {
      border-right: 1px solid #0768bd;
      padding: 0 25px; }
      .footer .footer-cols .flex-item:first-child {
        padding-left: 0; }
      .footer .footer-cols .flex-item:last-child {
        border-right: none;
        padding-right: 0; }
      .footer .footer-cols .flex-item .logo {
        margin-right: 20px;
        width: 80px;
        display: block; }
      .footer .footer-cols .flex-item .sitename {
        font-weight: bold;
        font-size: 1.8em; }
      .footer .footer-cols .flex-item .descr {
        font-size: 1.5em;
        margin-bottom: 1.6em; }
      .footer .footer-cols .flex-item .address {
        font-size: 1.5em; }
      .footer .footer-cols .flex-item .on-map {
        font-size: 1.4em;
        margin-bottom: 1.6em; }
      .footer .footer-cols .flex-item .social {
        font-size: 1.4em; }
    .footer .foot-menu ul.secondary {
      float: none; }
      .footer .foot-menu ul.secondary > li {
        display: block;
        float: none; }
        .footer .foot-menu ul.secondary > li a {
          background: rgba(0, 0, 0, 0) !important;
          font-size: 1.6em;
          padding: 4px 0; }
    .footer .links-block .block-title {
      font-size: 1.8em;
      margin-bottom: 0.8em;
      font-weight: bold; }
    .footer .links-block .views-row a {
      display: block;
      font-size: 1.6em;
      margin-bottom: 0.4em; }
    .footer .links-block .more {
      margin-top: 1em;
      margin-bottom: -0.5em; }
      .footer .links-block .more a {
        font-size: 3em;
        text-decoration: none;
        color: #ffd746;
        line-height: 0.2em; }
        .footer .links-block .more a:hover {
          color: white; }

  .view-id-video .views-row {
    margin-bottom: 30px; }
    .view-id-video .views-row .title {
      font-size: 2em;
      font-weight: bold;
      margin-bottom: 10px; }
      .view-id-video .views-row .title a {
        color: black;
        display: block;
        text-decoration: none; }
    .view-id-video .views-row .body {
      font-size: 1.4em;
      color: #6b6b6b;
      line-height: 1.2;
      margin-bottom: 8px; }
    .view-id-video .views-row .date {
      font-size: 1.2em;
      color: #444444; }

  .view-id-docs .views-row {
    padding: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-bottom: 20px; }
    .view-id-docs .views-row:hover {
      box-shadow: 0 0 10px 0 #dfdfdf; }
    .view-id-docs .views-row .table-cell {
      vertical-align: top; }
      .view-id-docs .views-row .table-cell.left {
        width: 100px;
        padding-top: 60px;
        background: url(/sites/all/themes/divilon_bootstrap/img/docs.png) left top no-repeat;
        font-size: 1.3em;
        color: black; }
    .view-id-docs .views-row .number {
      color: #045ba7; }
    .view-id-docs .views-row .title {
      font-size: 1.8em;
      font-weight: bold; }
      .view-id-docs .views-row .title a {
        color: black;
        text-decoration: none; }
    .view-id-docs .views-row .terms {
      margin-top: 10px; }
      .view-id-docs .views-row .terms span {
        color: #757575;
        font-size: 1.4em;
        display: inline-block;
        padding: 4px 12px;
        background: whitesmoke;
        border: 1px solid #dfdfdf;
        border-radius: 2px; }

#block-views-exp-docs-page {
  background: #045ba7;
  padding: 30px;
  color: #fbfbfb; }
  #block-views-exp-docs-page label {
    font-size: 1.8em; }
  #block-views-exp-docs-page .form-control {
    font-size: 1.6em;
    background: rgba(0, 0, 0, 0);
    display: block;
    color: #fbfbfb;
    padding: 3px 8px; }
    #block-views-exp-docs-page .form-control::-webkit-input-placeholder {
      color: #fbfbfb; }
    #block-views-exp-docs-page .form-control::-moz-placeholder {
      color: #fbfbfb; }
    #block-views-exp-docs-page .form-control:-moz-placeholder {
      color: #fbfbfb; }
    #block-views-exp-docs-page .form-control:-ms-input-placeholder {
      color: #fbfbfb; }
  #block-views-exp-docs-page select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/sites/all/themes/divilon_bootstrap/img/drop-blue.png) no-repeat right center; }
    #block-views-exp-docs-page select.form-control option {
      background: #045ba7; }
  #block-views-exp-docs-page .views-exposed-widget {
    float: none;
    padding-right: 0; }
      #block-views-exp-docs-page .views-exposed-widget #edit-date-filter-min-wrapper input,
      #block-views-exp-docs-page .views-exposed-widget #edit-date-filter-max-wrapper input {
        cursor: pointer; }
      #block-views-exp-docs-page .views-exposed-widget#edit-d-wrapper .views-widget {
        display: table; }
        #block-views-exp-docs-page .views-exposed-widget#edit-d-wrapper .views-widget #edit-date-filter-min-wrapper,
        #block-views-exp-docs-page .views-exposed-widget#edit-d-wrapper .views-widget #edit-date-filter-max-wrapper {
          display: table-cell; }
          #block-views-exp-docs-page .views-exposed-widget#edit-d-wrapper .views-widget #edit-date-filter-min-wrapper .form-control,
          #block-views-exp-docs-page .views-exposed-widget#edit-d-wrapper .views-widget #edit-date-filter-max-wrapper .form-control {
            max-width: 140px;
            margin-right: 0; }
        #block-views-exp-docs-page .views-exposed-widget#edit-d-wrapper .views-widget .form-item {
          margin-right: 0; }
      #block-views-exp-docs-page .views-exposed-widget #edit-date-filter-min-wrapper:after {
        content: '';
        height: 16px;
        vertical-align: middle;
        margin-right: 5px;
        margin-left: 5px;
        width: 10px;
        border-bottom: 2px solid #fbfbfb;
        display: inline-block; }
      #block-views-exp-docs-page .views-exposed-widget #edit-date-filter-min-wrapper #edit-date-filter-min-inside-wrapper {
        display: inline-block; }
  #block-views-exp-docs-page .views-submit-button {
    display: block; }
    #block-views-exp-docs-page .views-submit-button .btn {
      background-color: #ffd746;
      color: #045ba7;
      border: none;
      display: block;
      width: 100%; }

#block-tb-megamenu-main-menu {
  position: static; }
  #block-tb-megamenu-main-menu .tb-megamenu {
    text-align: center;
    position: static;
    background: rgba(0, 0, 0, 0); }
    #block-tb-megamenu-main-menu .tb-megamenu .nav > li {
      float: none;
      display: inline-block;
      padding-bottom: 10px;
      background: rgba(0, 0, 0, 0); }
        #block-tb-megamenu-main-menu .tb-megamenu .nav > li.open.dropdown {
          background: url(/sites/all/themes/divilon_bootstrap/img/submenu.png) no-repeat center bottom; }
        #block-tb-megamenu-main-menu .tb-megamenu .nav > li.open > a {
          color: #045ba7 !important;
          background: rgba(0, 0, 0, 0); }
      #block-tb-megamenu-main-menu .tb-megamenu .nav > li > a {
        color: #010000;
        font-weight: bold;
        font-size: 1.8em;
        background: rgba(0, 0, 0, 0) !important;
        border: none;
        padding: 10px; }
        #block-tb-megamenu-main-menu .tb-megamenu .nav > li > a:hover {
          color: #045ba7; }
        #block-tb-megamenu-main-menu .tb-megamenu .nav > li > a .caret {
          display: none; }
    #block-tb-megamenu-main-menu .tb-megamenu .dropdown {
      position: static; }
      #block-tb-megamenu-main-menu .tb-megamenu .dropdown .tb-megamenu-submenu.mega-dropdown-menu {
        right: 0;
        background: rgba(4, 91, 167, 0.95);
        color: #f4f3f3;
        border: none; }
        #block-tb-megamenu-main-menu .tb-megamenu .dropdown .tb-megamenu-submenu.mega-dropdown-menu > .mega-dropdown-inner {
          width: 100%;
          padding: 20px 0;
          margin: 0 auto; }
          @media all and (min-width:768px) {
            #block-tb-megamenu-main-menu .tb-megamenu .dropdown .tb-megamenu-submenu.mega-dropdown-menu > .mega-dropdown-inner {
          width: 710px; } }
          @media all and (min-width:992px) {
            #block-tb-megamenu-main-menu .tb-megamenu .dropdown .tb-megamenu-submenu.mega-dropdown-menu > .mega-dropdown-inner {
          width: 940px; } }
          @media all and (min-width:1200px) {
            #block-tb-megamenu-main-menu .tb-megamenu .dropdown .tb-megamenu-submenu.mega-dropdown-menu > .mega-dropdown-inner {
          width: 1140px; } }
          #block-tb-megamenu-main-menu .tb-megamenu .dropdown .tb-megamenu-submenu.mega-dropdown-menu > .mega-dropdown-inner .tb-megamenu-column-inner.mega-inner {
            padding: 0; }
            #block-tb-megamenu-main-menu .tb-megamenu .dropdown .tb-megamenu-submenu.mega-dropdown-menu > .mega-dropdown-inner .tb-megamenu-column-inner.mega-inner a {
              background: rgba(0, 0, 0, 0) !important;
              border: none; }
              #block-tb-megamenu-main-menu .tb-megamenu .dropdown .tb-megamenu-submenu.mega-dropdown-menu > .mega-dropdown-inner .tb-megamenu-column-inner.mega-inner a:hover {
                color: #ffd746; }
            #block-tb-megamenu-main-menu .tb-megamenu .dropdown .tb-megamenu-submenu.mega-dropdown-menu > .mega-dropdown-inner .tb-megamenu-column-inner.mega-inner .level-1 > li > a {
              text-transform: none;
              font-size: 1.3em;
              font-weight: bold;
              padding: 10px 0 10px 15px;
              border-bottom: 1px solid #c6c1c1; }
        #block-tb-megamenu-main-menu .tb-megamenu .dropdown .tb-megamenu-submenu.mega-dropdown-menu a {
          color: #f4f3f3; }
    #block-tb-megamenu-main-menu .tb-megamenu .row-fluid + .row-fluid {
      border: none; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .mega-col-nav {
        margin-left: 0; }
        #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .mega-col-nav .row-fluid {
          padding-left: 15px; }
          #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .mega-col-nav:first-child .level-2 > a {
            padding-left: 0 !important; }
          #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .mega-col-nav:first-child .row-fluid {
            padding-left: 0; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span12 {
        width: 100%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span11 {
        width: 91.667%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span10 {
        width: 83.333%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span9 {
        width: 75%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span8 {
        width: 66.667%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span7 {
        width: 58.333%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span6 {
        width: 50%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span5 {
        width: 41.667%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span4 {
        width: 33.333%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span3 {
        width: 25%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span2 {
        width: 16.667%; }
      #block-tb-megamenu-main-menu .tb-megamenu .row-fluid .span1 {
        width: 8.333%; }

#divilon-map {
  padding-bottom: 30px; }
  #divilon-map ul.maps-titles {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none; }
    #divilon-map ul.maps-titles li {
      margin-right: 15px;
      margin-bottom: 15px; }
    #divilon-map .legend .legend-item {
      float: left;
      margin: 0 15px 15px 0; }
      #divilon-map .legend .legend-item .legend-round,
      #divilon-map .legend .legend-item .legend-label {
        display: inline-block;
        vertical-align: middle; }
      #divilon-map .legend .legend-item .legend-round {
        width: 22px;
        height: 22px;
        margin-right: 8px;
        border-radius: 50%; }
      #divilon-map .legend .legend-item .legend-label {
        font-size: 1.2em;
        color: #6b6b6b; }
    #divilon-map .table-map h3 {
      color: #212121;
      font-size: 1.8em;
      font-weight: bold;
      margin-bottom: 1.5em; }
    #divilon-map .table-map .row {
      margin-bottom: 2px; }
      #divilon-map .table-map .row .value-line {
        background: #cccccc;
        height: 1.6em;
        border-radius: 1.6em;
        overflow: hidden; }
        #divilon-map .table-map .row .value-line .value {
          height: 1.6em;
          border-radius: 1.6em;
          transition: width 0.4s linear; }
      #divilon-map .table-map .row .region {
        color: #212121;
        font-size: 1.6em;
        line-height: 1;
        padding-right: 0; }
      #divilon-map .table-map .row .region-value {
        color: #8b8b8b;
        font-size: 1.4em;
        padding: 0;
        line-height: 1; }
      #divilon-map .svg-map svg g path[data-id*="field"],
      #divilon-map .svg-map svg g polygon[data-id*="field"] {
        stroke: #fbfbfb;
        stroke-width: 0.5; }
  #divilon-map .print-btn {
    right: 0;
    top: 0;
    z-index: 5; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

    .not-front #navbar .top-buttons {
      padding-top: 15px; }
      .not-front #navbar .top-buttons.pull-right {
        padding-top: 0; }
  .not-front .menu-button {
    padding-top: 40px; }
  .not-front #topbar {
    padding-top: 12px;
    padding-bottom: 12px; }
  .not-front .main-container {
    min-height: 555px; }

.breadcrumb {
  padding: 0;
  margin: 0;
  font-size: 1.4em;
  color: #6b6b6b; }
  .breadcrumb a {
    color: #6b6b6b; }
  .breadcrumb > li + li:before {
    content: '\0203A'; }

.pa {
  position: absolute; }

.pr {
  position: relative; }

.masonry {
  padding: 0;
  column-gap: 15px;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3; }
  .masonry .item,
  .masonry .field-item {
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .masonry .item img,
    .masonry .item iframe,
    .masonry .field-item img,
    .masonry .field-item iframe {
      max-width: 100%;
      height: auto;
      display: block; }

.view-id-nodehierarchy_children_list,
.view-id-news.view-display-id-page_0,
.view-id-news.view-display-id-page_2,
.view-id-regnews.view-display-id-page_1,
.view-id-announces.view-display-id-page,
.view-id-announces.view-display-id-page_1,
#block-views-regnews-block,
#block-divilon-naggr-naggr,
#block-views-announces-block-1 {
  clear: both; }
  .view-id-nodehierarchy_children_list .views-row,
  .view-id-news.view-display-id-page_0 .views-row,
  .view-id-news.view-display-id-page_2 .views-row,
  .view-id-regnews.view-display-id-page_1 .views-row,
  .view-id-announces.view-display-id-page .views-row,
  .view-id-announces.view-display-id-page_1 .views-row,
  #block-views-regnews-block .views-row,
  #block-divilon-naggr-naggr .views-row,
  #block-views-announces-block-1 .views-row {
    display: block;
    margin-bottom: 22px;
    width: 100%; }
    .view-id-nodehierarchy_children_list .views-row .views-field-title a,
    .view-id-news.view-display-id-page_0 .views-row .views-field-title a,
    .view-id-news.view-display-id-page_2 .views-row .views-field-title a,
    .view-id-regnews.view-display-id-page_1 .views-row .views-field-title a,
    .view-id-announces.view-display-id-page .views-row .views-field-title a,
    .view-id-announces.view-display-id-page_1 .views-row .views-field-title a,
    #block-views-regnews-block .views-row .views-field-title a,
    #block-divilon-naggr-naggr .views-row .views-field-title a,
    #block-views-announces-block-1 .views-row .views-field-title a {
      display: block;
      font-size: 2em;
      line-height: 1.2;
      text-decoration: none;
      font-weight: bold;
      color: black;
      margin-top: 12px;
      margin-bottom: 12px; }
    .view-id-nodehierarchy_children_list .views-row .views-field-body,
    .view-id-nodehierarchy_children_list .views-row .views-field-created,
    .view-id-news.view-display-id-page_0 .views-row .views-field-body,
    .view-id-news.view-display-id-page_0 .views-row .views-field-created,
    .view-id-news.view-display-id-page_2 .views-row .views-field-body,
    .view-id-news.view-display-id-page_2 .views-row .views-field-created,
    .view-id-regnews.view-display-id-page_1 .views-row .views-field-body,
    .view-id-regnews.view-display-id-page_1 .views-row .views-field-created,
    .view-id-announces.view-display-id-page .views-row .views-field-body,
    .view-id-announces.view-display-id-page .views-row .views-field-created,
    .view-id-announces.view-display-id-page_1 .views-row .views-field-body,
    .view-id-announces.view-display-id-page_1 .views-row .views-field-created,
    #block-views-regnews-block .views-row .views-field-body,
    #block-views-regnews-block .views-row .views-field-created,
    #block-divilon-naggr-naggr .views-row .views-field-body,
    #block-divilon-naggr-naggr .views-row .views-field-created,
    #block-views-announces-block-1 .views-row .views-field-body,
    #block-views-announces-block-1 .views-row .views-field-created {
      font-size: 1.2em;
      color: #6b6b6b; }
      .view-id-nodehierarchy_children_list .views-row .views-field-body p,
      .view-id-nodehierarchy_children_list .views-row .views-field-created p,
      .view-id-news.view-display-id-page_0 .views-row .views-field-body p,
      .view-id-news.view-display-id-page_0 .views-row .views-field-created p,
      .view-id-news.view-display-id-page_2 .views-row .views-field-body p,
      .view-id-news.view-display-id-page_2 .views-row .views-field-created p,
      .view-id-regnews.view-display-id-page_1 .views-row .views-field-body p,
      .view-id-regnews.view-display-id-page_1 .views-row .views-field-created p,
      .view-id-announces.view-display-id-page .views-row .views-field-body p,
      .view-id-announces.view-display-id-page .views-row .views-field-created p,
      .view-id-announces.view-display-id-page_1 .views-row .views-field-body p,
      .view-id-announces.view-display-id-page_1 .views-row .views-field-created p,
      #block-views-regnews-block .views-row .views-field-body p,
      #block-views-regnews-block .views-row .views-field-created p,
      #block-divilon-naggr-naggr .views-row .views-field-body p,
      #block-divilon-naggr-naggr .views-row .views-field-created p,
      #block-views-announces-block-1 .views-row .views-field-body p,
      #block-views-announces-block-1 .views-row .views-field-created p {
        word-wrap: break-word; }
    .view-id-nodehierarchy_children_list .views-row .views-field-created,
    .view-id-news.view-display-id-page_0 .views-row .views-field-created,
    .view-id-news.view-display-id-page_2 .views-row .views-field-created,
    .view-id-regnews.view-display-id-page_1 .views-row .views-field-created,
    .view-id-announces.view-display-id-page .views-row .views-field-created,
    .view-id-announces.view-display-id-page_1 .views-row .views-field-created,
    #block-views-regnews-block .views-row .views-field-created,
    #block-divilon-naggr-naggr .views-row .views-field-created,
    #block-views-announces-block-1 .views-row .views-field-created {
      color: #444444;
      margin-top: 12px; }

  .view-id-nodehierarchy_children_list .views-field-body p {
    text-align: left !important; }

  .block-block img {
    display: inline-block;
    max-width: 100%;
    height: auto; }

#block-views-regnews-block,
#block-views-announces-block-1,
#block-divilon-naggr-naggr {
  padding: 15px;
  background: #f0f0f0;
  margin-bottom: 15px; }
  #block-views-regnews-block h2.block-title,
  #block-views-announces-block-1 h2.block-title,
  #block-divilon-naggr-naggr h2.block-title {
    margin-top: 0;
    font-weight: bold; }

#block-views-news-block-1 {
  position: relative;
  clear: both; }
  #block-views-news-block-1 .block-title {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #fafafa;
    font-size: 1.8em;
    font-weight: normal;
    text-decoration: underline;
    z-index: 3;
    margin: 0; }
  #block-views-news-block-1 #carousel-topnews {
    margin-bottom: 25px; }
    #block-views-news-block-1 #carousel-topnews .img-col {
      padding: 0 30px; }
      #block-views-news-block-1 #carousel-topnews .img-col .field-content {
        margin: 0 -30px; }
      #block-views-news-block-1 #carousel-topnews .item .node-title {
        font-size: 2.4em;
        line-height: 1.2;
        padding: 10px 40px; }
        #block-views-news-block-1 #carousel-topnews .item .node-title a {
          color: #fafafa;
          display: block;
          text-decoration: none; }
          #block-views-news-block-1 #carousel-topnews .item .node-title a:hover {
            color: #ffd746; }
      #block-views-news-block-1 #carousel-topnews .item .date {
        color: #fafafa;
        font-size: 1.2em;
        padding: 10px 40px; }
    #block-views-news-block-1 #carousel-topnews .carousel-indicators {
      width: 30%;
      margin-left: 0;
      left: 69.3%; }

    .carousel .carousel-indicators li {
      width: 24px;
      height: 24px;
      background: rgba(0, 0, 0, 0);
      border: 2px solid #fafafa;
      border-radius: 50%;
      margin: 2px; }
      .carousel .carousel-indicators li.active,
      .carousel .carousel-indicators li:hover {
        border-color: #ffd746; }

.pagination {
  display: block;
  text-align: left;
  border-radius: 0; }
  .pagination > li {
    border-radius: 0;
    margin-right: 3px;
    display: inline-block; }
    .pagination > li > a,
    .pagination > li > span {
      border-radius: 0 !important;
      border: none;
      background: #eaeaea;
      color: #707073;
      font-size: 1.2em; }
        .pagination > li > a.active > span,
        .pagination > li > span.active > span,
        .pagination > li > a.pager-ellipsis > span,
        .pagination > li > span.pager-ellipsis > span {
          color: #fbfbfb;
          background: #045ba7; }

    .node .image-caption .img-alt {
      color: #6b6b6b;
      font-size: 1.6em;
      font-style: italic;
      padding: 15px 0;
      border-bottom: 1px solid #6b6b6b;
      margin-bottom: 2em; }
    .node .image-caption img {
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 0;
      float: none !important; }
    .node .image-caption.left {
      float: left;
      max-width: 40%;
      margin-right: 2em; }
    .node .image-caption.right {
      float: right;
      max-width: 40%;
      margin-left: 2em; }
  .node p {
    margin-top: 15px;
    font-size: 1.6em; }
      .node p .image-caption .img-alt {
        font-size: 1em; }
    .node p img {
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 2em; }
      .node p img[style*='float:left'] {
        margin-right: 2em;
        max-width: 40%; }
      .node p img[style*='float:right'] {
        margin-left: 2em;
        max-width: 40%; }
    .node p[style*='text-align:center'] img {
      margin-left: auto;
      margin-right: auto; }
  .node ol,
  .node ul {
    font-size: 1.6em; }
    .node.node-divilon-map p {
      font-size: 1.2em;
      margin: 2px; }
  .node p:first-child {
    margin-top: 25px;
    font-size: 1.8em;
    font-weight: bold; }
  .node .news-info {
    margin-bottom: 1.5em;
    font-size: 1.2em; }
    .node .news-info .table-cell {
      vertical-align: bottom; }
    .node .news-info .share-links a {
      display: inline-block;
      padding: 3px 20px;
      text-decoration: none;
      border-bottom: 3px solid;
      font-size: 1.2em;
      margin-left: 4px; }
      .node .news-info .share-links a:hover {
        border-bottom-width: 5px;
        padding-bottom: 1px; }
      .node .news-info .share-links a.facebook {
        color: #3b5998; }
      .node .news-info .share-links a.twitter {
        color: #55acee; }
      .node .news-info .share-links a.google {
        color: #dd4b39; }

  #block-divilon-theme-astatistic ul.additional-links {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #block-divilon-theme-astatistic ul.additional-links li {
      margin: 0 0 1px;
      padding: 0; }
      #block-divilon-theme-astatistic ul.additional-links li a {
        display: block;
        padding: 10px 30px 10px 20px;
        text-decoration: none;
        border-radius: 2px;
        position: relative; }
        #block-divilon-theme-astatistic ul.additional-links li a:after {
          content: '';
          display: block;
          width: 16px;
          height: 16px;
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -8px;
          background-position: center center;
          background-repeat: no-repeat; }
      #block-divilon-theme-astatistic ul.additional-links > li > a {
        font-size: 1.8em;
        background: #045ba7;
        color: #fbfbfb; }
        #block-divilon-theme-astatistic ul.additional-links > li > a:after {
          background-image: url(/sites/all/themes/divilon_bootstrap/img/arr-w.png); }
        #block-divilon-theme-astatistic ul.additional-links > li > a.active {
          color: #ffd746; }
          #block-divilon-theme-astatistic ul.additional-links > li > a.active:after {
            background-image: url(/sites/all/themes/divilon_bootstrap/img/arr-y.png); }
        #block-divilon-theme-astatistic ul.additional-links > li.with-child > ul {
          display: none; }
          #block-divilon-theme-astatistic ul.additional-links > li.with-child.open ul {
            display: block; }
          #block-divilon-theme-astatistic ul.additional-links > li.with-child.open > a {
            color: #ffd746; }
            #block-divilon-theme-astatistic ul.additional-links > li.with-child.open > a:after {
              background-image: url(/sites/all/themes/divilon_bootstrap/img/arr-y.png); }
      #block-divilon-theme-astatistic ul.additional-links > li > ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        #block-divilon-theme-astatistic ul.additional-links > li > ul > li > a {
          font-size: 1.6em;
          color: #045ba7;
          background: #f6f6f6; }
          #block-divilon-theme-astatistic ul.additional-links > li > ul > li > a.active {
            font-weight: bold; }
            #block-divilon-theme-astatistic ul.additional-links > li > ul > li > a.active:after {
              background-image: url(/sites/all/themes/divilon_bootstrap/img/arr-b.png); }

  .view-id-analitics .node {
    margin-bottom: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 20px; }
    .view-id-analitics .node h2 {
      margin-top: 0;
      font-size: 2em;
      color: black;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 1em; }
    .view-id-analitics .node h3,
    .view-id-analitics .node .toggle-archive {
      color: #010000;
      font-size: 1.8em;
      font-weight: bold;
      text-decoration: none; }
    .view-id-analitics .node .toggle-archive {
      display: inline-block;
      padding: 3px 6px; }
    .view-id-analitics .node .archive-1 {
      display: none; }
    .view-id-analitics .node.archive-view {
      background: #ececec; }
      .view-id-analitics .node.archive-view .archive-0 {
        display: none; }
      .view-id-analitics .node.archive-view .archive-1 {
        display: block; }
        .view-id-analitics .node.archive-view .archive-1 .archive-0 {
          display: block; }
      .view-id-analitics .node.archive-view .toggle-archive {
        background: #045ba7;
        color: #ffd746; }

  .entity-infofile h4 {
    color: black;
    font-size: 1.6em;
    font-style: italic; }
    .entity-infofile .files ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .entity-infofile .files ul li {
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-right: 25px; }
        .entity-infofile .files ul li a {
          color: #6b6b6b;
          font-size: 0.75em; }
          .entity-infofile .files ul li a img {
            margin-right: 12px; }

  .webform-client-form .webform-container-inline.webform-datepicker,
  .webform-client-form .webform-component-file {
    clear: both; }
    .webform-client-form .webform-container-inline.webform-datepicker .form-item,
    .webform-client-form .webform-component-file .form-item {
      float: left;
      width: 10%; }
    .webform-client-form .webform-container-inline.webform-datepicker .form-file,
    .webform-client-form .webform-component-file .form-file {
      float: left;
      width: 25%;
      margin-right: 4px; }
    .webform-client-form .webform-container-inline.webform-datepicker #edit-submitted-fayl-upload-button,
    .webform-client-form .webform-component-file #edit-submitted-fayl-upload-button {
      padding: 3px 12px;
      float: left;
      margin-right: 15px; }
    .webform-client-form .webform-container-inline.webform-datepicker .help-block,
    .webform-client-form .webform-component-file .help-block {
      padding-top: 10px;
      margin-bottom: 15px; }
    .webform-client-form .webform-container-inline.webform-datepicker:after,
    .webform-client-form .webform-component-file:after {
      content: '';
      display: block;
      clear: both; }
    .webform-client-form .webform-component-markup > p:first-child {
      font-weight: inherit; }
  .webform-client-form .form-actions {
    margin-top: 15px; }
    .webform-client-form .form-actions .webform-submit {
      background: #045ba7;
      color: #fbfbfb;
      border: none;
      font-weight: bold; }
  .webform-client-form .form-required {
    color: red; }

  .view-id-poll .views-row {
    border: 1px solid #dfdfdf;
    padding: 15px;
    margin-bottom: 15px; }
    .view-id-poll .views-row:hover {
      box-shadow: 0 0 10px 0 #dfdfdf; }
    .view-id-poll .views-row .icon {
      width: 80px;
      height: 80px;
      margin-right: 15px;
      background-position: center center;
      background-repeat: no-repeat; }
      .view-id-poll .views-row .icon.active-1 {
        background-image: url(/sites/all/themes/divilon_bootstrap/img/poll-1.png); }
      .view-id-poll .views-row .icon.active-0 {
        background-image: url(/sites/all/themes/divilon_bootstrap/img/poll-0.png); }
    .view-id-poll .views-row .title {
      margin-left: 95px;
      font-size: 1.33em;
      font-weight: bold;
      margin-bottom: 20px; }
      .view-id-poll .views-row .title a {
        color: black;
        text-decoration: none; }
    .view-id-poll .views-row .button {
      display: inline-block; }
      .view-id-poll .views-row .button a {
        display: block;
        background: #045ba7;
        color: #fbfbfb;
        font-weight: bold;
        font-size: 1.2em;
        padding: 6px 12px;
        border-radius: 2px;
        text-decoration: none; }
        .view-id-poll .views-row .button a:hover {
          color: #ffd746; }
    .view-id-poll .views-row .votes {
      display: inline-block;
      background: url(/sites/all/themes/divilon_bootstrap/img/poll-choises.png) no-repeat left center;
      padding: 6px 20px 6px 50px;
      font-size: 0.93em;
      color: #6b6b6b;
      margin-left: 40px; }
      .view-id-poll .views-row .votes .qty {
        font-size: 1.7em; }

.tabs--primary.nav-tabs,
#children-list,
.newchild,
.table-responsive td,
.contact-form label,
.webform-client-form label {
  font-size: 1.4em; }

.block-block:not(#block-block-1),
.view-id-links.view-display-id-page {
  font-size: 1.6em;
  margin-bottom: 15px; }

  #edit-submitted-sposib-otrymannya-vidpovidi > .form-item {
    display: inline-block;
    margin-right: 24px; }

  .page-poll #block-system-main,
  .node-type-poll #block-system-main {
    font-size: 1.6em; }
    .page-poll #block-system-main ul,
    .node-type-poll #block-system-main ul {
      padding-left: 20px; }
      .page-poll #block-system-main #edit-choice .form-item,
      .node-type-poll #block-system-main #edit-choice .form-item {
        margin-bottom: 15px; }
    .page-poll #block-system-main .form-submit,
    .node-type-poll #block-system-main .form-submit {
      font-size: 1.2em;
      margin-top: 15px;
      background: #045ba7;
      color: #fbfbfb;
      font-weight: bold;
      border: none; }

#block-views-videotypes-block {
  background: #045ba7; }
    #block-views-videotypes-block .views-row a {
      color: #fbfbfb;
      display: block;
      font-size: 1.8em;
      text-decoration: none;
      padding: 12px 24px;
      border-bottom: 1px solid #fbfbfb; }
      #block-views-videotypes-block .views-row a:hover,
      #block-views-videotypes-block .views-row a.active {
        color: #ffd746; }

#block-system-main-menu {
  text-align: center; }
    #block-system-main-menu .menu > li {
      display: inline-block; }
      #block-system-main-menu .menu > li > a {
        display: block;
        color: #010000;
        font-weight: bold;
        font-size: 1.8em;
        background: rgba(0, 0, 0, 0);
        border: none;
        padding: 10px 10px 20px; }
        #block-system-main-menu .menu > li > a .caret {
          display: none; }
        #block-system-main-menu .menu > li > a:hover {
          color: #045ba7; }
      #block-system-main-menu .menu > li .dropdown-menu {
        border: none;
        background: #045ba7;
        border-radius: 0;
        margin: 0;
        font-size: inherit; }
        #block-system-main-menu .menu > li .dropdown-menu a {
          color: #f4f3f3;
          background: rgba(0, 0, 0, 0);
          font-size: 1.4em;
          padding: 6px 20px;
          width: 250px;
          white-space: normal; }
          #block-system-main-menu .menu > li .dropdown-menu a:hover {
            color: #ffd746; }
          #block-system-main-menu .menu > li .dropdown-menu a .caret {
            transform: rotate(-90deg); }
        #block-system-main-menu .menu > li .dropdown-menu li {
          position: relative; }
          #block-system-main-menu .menu > li .dropdown-menu li .dropdown-menu {
            left: 100%;
            top: -5px; }
        #block-system-main-menu .menu > li > .dropdown-menu > li > a {
          font-weight: bold;
          font-size: 1.6em;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        #block-system-main-menu .menu > li > .dropdown-menu > li.last > a {
          border-bottom: none; }
        #block-system-main-menu .menu > li:last-child .dropdown-menu .dropdown-menu,
        #block-system-main-menu .menu > li:nth-last-child(2) .dropdown-menu .dropdown-menu {
          left: auto;
          right: 100%; }
      #block-system-main-menu .menu li:hover > .dropdown-menu {
        display: block; }
      #block-system-main-menu .menu > li:hover:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #045ba7;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -5px;
        transform: rotate(45deg); }

@media all and (max-width:992px) {
  .mob-block {
    display: block !important; }

  .mob-hide,
  #navbar-collapse {
    display: none !important; }

      .search-work-form .wide-cell.type .fs-type {
        width: 100%; }

    .bot-buttons .flex-item {
      margin-bottom: 8px; }

  #block-views-news-block-1 #carousel-topnews .carousel-indicators {
    left: 0;
    width: 100%;
    bottom: 0;
    margin-bottom: 5px; }

    #carousel-topnews .text-col {
      padding-bottom: 30px; }

    #topbar .queue-buttons {
      position: static;
      margin-left: 0;
      left: auto;
      margin-bottom: 15px; }
      #topbar .queue-buttons .main_site {
        float: left;
        margin-left: 0; }

    #navbar #mob-menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: rgba(4, 91, 167, 0.95); }
      #navbar #mob-menu nav {
        display: none; }
        #navbar #mob-menu.in nav {
          display: block;
          padding: 15px; }
      #navbar #mob-menu .menu {
        margin: 0; }
        #navbar #mob-menu .menu li {
          display: block;
          width: 100%;
          clear: both; }
          #navbar #mob-menu .menu li a {
            color: #fbfbfb;
            padding: 10px 0;
            background: rgba(0, 0, 0, 0);
            border-bottom: 1px solid #2876b8;
            white-space: initial; }
            #navbar #mob-menu .menu li a .caret {
              float: right;
              width: auto;
              border: none;
              transform: rotate(90deg); }
              #navbar #mob-menu .menu li a .caret:after {
                content: '\0203A';
                padding-left: 1.2em; }
          #navbar #mob-menu .menu li.open > a {
            color: #ffd746;
            border-bottom: none; }
          #navbar #mob-menu .menu > li > a {
            font-size: 1.8em; }
          #navbar #mob-menu .menu > li .dropdown-menu {
            padding-left: 24px;
            background: rgba(0, 0, 0, 0);
            position: static;
            box-shadow: none;
            outline: none;
            border: none; }
              #navbar #mob-menu .menu > li .dropdown-menu li a {
                font-size: 1.1em;
                font-weight: normal; }
              #navbar #mob-menu .menu > li .dropdown-menu li .dropdown-menu li a {
                font-size: 1em; }

      .footer .footer-cols .flex-item {
        padding: 15px 5px;
        border-bottom: 1px solid #09467c; }
        .footer .footer-cols .flex-item:first-child {
          padding-top: 0; }
          .footer .footer-cols .flex-item .table .table-cell:first-child {
            vertical-align: middle;
            width: 100px; }
    .footer .foot-menu ul.secondary {
      margin: 0; }
    .footer .copyrights {
      margin-top: 15px; } }

@media all and (max-width:767px) {
  #navbar {
    position: relative; }
    #navbar .site-info {
      width: 100%; }
      #navbar .site-info .logo,
      #navbar .site-info .sitename,
      #navbar .site-info .slogan {
        display: block;
        float: none !important;
        max-width: 100%;
        text-align: center;
        margin-left: 0; }
        #navbar .site-info .logo .img-responsive,
        #navbar .site-info .sitename .img-responsive,
        #navbar .site-info .slogan .img-responsive {
          margin-left: auto;
          margin-right: auto; }
    #navbar .top-buttons.pull-right {
      padding-top: 0; }

  .search-work-form {
    margin-top: 15px; }
    .search-work-form .table-cell {
      width: 100% !important; }

  .page-header.front {
    display: none; }

  #block-simplenews-1 {
    padding-left: 0;
    display: none; }

      .view-id-news.view-display-id-page_1 .front-news-item.text-item,
      .view-id-news.view-display-id-page_1 .front-news-item.item-n1 {
        margin-bottom: 15px; }

  #block-block-1 {
    padding-bottom: 12px; }
      #block-block-1 ul li a {
        padding: 0px 7px; }
      #block-block-1 ul li:first-child a {
        padding-left: 0; }
      #block-block-1 ul li:last-child a {
        padding-right: 0; }

    #topbar .queue-buttons {
      position: static;
      margin-left: 0;
      left: auto;
      margin-bottom: 15px;
      text-align: center; }
      #topbar .queue-buttons .btn {
        float: none;
        margin: 8px; }

    .bot-buttons .flex-item {
      margin-bottom: 4px; }
      .bot-buttons .flex-item.feedback {
        border-left: none;
        border-right: none; } }

    .not-logged-in.node-type-poll .tabs--primary {
      display: none; }

  #regional-news-block .glyphicon.glyphicon-refresh {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 1.5em;
    color: #045ba7; }
  #regional-news-block.preload {
    position: relative;
    padding: 30px; }
    #regional-news-block.preload .glyphicon.glyphicon-refresh {
      -webkit-animation: spin 2s infinite;
      animation: spin 2s infinite; }

@-webkit-keyframes spin {
    0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }


    100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
 }
@keyframes spin {
    0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }


    100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
 }
    .zoom-1 .bot-buttons .flex-item,
    .zoom-2 .bot-buttons .flex-item,
    .zoom-3 .bot-buttons .flex-item {
      padding: 20px;
      background-image: none; }
      .zoom-1 .bot-buttons .flex-item:after,
      .zoom-2 .bot-buttons .flex-item:after,
      .zoom-3 .bot-buttons .flex-item:after {
        display: none; }

body.color-wb {
  background: white; }
  body.color-wb * {
    background: white !important;
    color: black !important; }
  body.color-wb #zoom .zoom-panel .color button.bw {
    background: black !important;
    color: white !important; }
  body.color-wb .carousel-indicators li {
    border-color: black !important; }
    body.color-wb .carousel-indicators li.active {
      background: black !important;
      border-color: rgba(0, 0, 0, 0) !important; }

body.color-bw {
  background: black; }
  body.color-bw * {
    background: black !important;
    color: white !important; }
  body.color-bw #zoom .zoom-panel .color button.wb {
    background: white !important;
    color: black !important; }
  body.color-bw .carousel-indicators li {
    border-color: white !important; }
    body.color-bw .carousel-indicators li.active {
      background: white !important;
      border-color: rgba(0, 0, 0, 0) !important; }

.autocomplete-suggestions  .autocomplete-suggestion {
  font-size: 1.5em; }

.context-menu-map {
  position: absolute;
  z-index: 33;
  background: white;
  padding: 7px 10px;
  border: 1px solid black;
  border-radius: 6px;
  font-size: 1.4em;
  box-shadow: 1px 1px 3px black; }

  .svg-map svg {
    width: 100%; }

.body-description {
  font-size: 1.6em;
  padding: 0 0 20px 0; }

  .page-cabinet .page-header,
  .page-usersearch .page-header {
    display: none; }

#search-form .btn {
  font-size: 14px; }

.autocomplete-suggestion small {
  font-size: 0.8em;
  display: block;
  line-height: 1; }

