/*
 * *
 * * Created by Divilon (http://divilon.com)
 * * Copyrights (C) 2018
 */
body {
  margin: 0;
  padding: 0;
  background: #e4e4e4; }
  body a {
    color: #447797; }
    body a:hover {
      color: #224e69; }

#navbar {
  background: white;
  border: none;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px; }
  #navbar .lcol {
    display: table; }
    #navbar .lcol .logo,
    #navbar .lcol .siteinfo {
      display: table-cell;
      vertical-align: middle; }
    #navbar .lcol .logo {
      width: 25%; }
    #navbar .lcol .siteinfo {
      width: 75%; }
    #navbar .lcol .slogan {
      color: #447797;
      font-size: 16px; }
    #navbar .lcol .sitename {
      font-size: 22px;
      color: #224e69;
      font-weight: bold;
      line-height: 1;
      text-decoration: none; }
      #navbar .lcol .sitename:hover {
        color: #447797; }
  #navbar .rcol {
    padding-top: 30px; }
  #navbar .socials {
    float: right; }
    #navbar .socials a {
      display: inline-block;
      font-size: 20px;
      margin-left: 8px;
      text-decoration: none;
      color: #a8aab2; }
      #navbar .socials a:hover {
        color: #224e69; }
  #navbar .lang {
    float: right;
    padding-left: 35px;
    background: url(/sites/all/themes/divilon_bootstrap/img/lang.png) left center no-repeat;
    position: relative;
    margin-right: 30px; }
    #navbar .lang ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #navbar .lang ul li {
        display: block; }
        #navbar .lang ul li a {
          font-size: 14px; }
        #navbar .lang ul li.active {
          display: none; }

#topnav {
  background: #447797; }
  #topnav a {
    color: #dde7dc; }
    #topnav a:hover {
      color: white; }
      #topnav .menu > li > a,
      #topnav .menu > li > span {
        font-size: 16px;
        display: block;
        cursor: pointer;
        padding: 15px;
        background: rgba(0, 0, 0, 0);
        color: #dde7dc; }
        #topnav .menu > li > a:hover,
        #topnav .menu > li > span:hover {
          background: #224e69;
          color: white; }
      #topnav .menu > li .dropdown-menu {
        background: #447797; }
          #topnav .menu > li .dropdown-menu > li > a,
          #topnav .menu > li .dropdown-menu > li > span {
            display: block;
            background: rgba(0, 0, 0, 0);
            cursor: pointer;
            color: #dde7dc;
            white-space: inherit;
            padding: 3px 20px;
            min-width: 250px; }
            #topnav .menu > li .dropdown-menu > li > a:hover,
            #topnav .menu > li .dropdown-menu > li > span:hover {
              background: #224e69;
              color: white; }
  #topnav .search {
    padding-top: 15px; }
  #topnav .navbar-toggle {
    border-color: whitesmoke; }
    #topnav .navbar-toggle .icon-bar {
      background: white; }

#block-views-slides-block {
  position: relative; }
  #block-views-slides-block .slick-nav {
    position: absolute;
    top: 50%;
    width: 57px;
    height: 68px;
    background: url(/sites/all/themes/divilon_bootstrap/img/arrow.png) no-repeat center center;
    border: none;
    margin-top: -34px;
    outline: none;
    z-index: 5; }
    #block-views-slides-block .slick-nav.slick-next {
      left: 50%;
      margin-left: 560px; }
    #block-views-slides-block .slick-nav.slick-prev {
      transform: rotate(180deg);
      right: 50%;
      margin-right: 560px; }
  #block-views-slides-block .title {
    text-transform: uppercase;
    color: #eeeeee;
    font-size: 36px;
    line-height: 1;
    padding-top: 350px;
    padding-bottom: 50px;
    position: relative;
    z-index: 5; }
    #block-views-slides-block .title .field-content {
      min-height: 75px;
      display: block; }
  #block-views-slides-block .back-img {
    position: relative;
    z-index: 2; }
    #block-views-slides-block .back-img::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      background: -moz-linear-gradient(top, rgba(19, 49, 67, 0) 0%, rgba(19, 49, 67, 0.8) 100%);
      background: -webkit-linear-gradient(top, rgba(19, 49, 67, 0) 0%, rgba(19, 49, 67, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(19, 49, 67, 0) 0%, rgba(19, 49, 67, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00133143', endColorstr='#cc133143', GradientType=0); }
  #block-views-slides-block .slick-dots {
    margin: -30px auto 30px;
    width: 1170px;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 6; }
    #block-views-slides-block .slick-dots li {
      display: inline-block;
      margin-right: 10px; }
      #block-views-slides-block .slick-dots li button {
        width: 75px;
        height: 4px;
        background: #224e69;
        overflow: hidden;
        text-indent: -9999px;
        border: none;
        outline: none; }
        #block-views-slides-block .slick-dots li button:hover {
          background: #447797; }
        #block-views-slides-block .slick-dots li.slick-active button {
          background: #447797; }

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

.main-container {
  padding-top: 50px;
  padding-bottom: 30px; }
  .main-container .page-header {
    text-transform: uppercase;
    color: #224e69;
    font-size: 36px; }

.region-bottom {
  padding-top: 30px;
  padding-bottom: 30px; }

.node-news.node-teaser {
  background: white;
  margin-bottom: 15px; }
  .node-news.node-teaser .content-column {
    padding: 12px; }
    .node-news.node-teaser .content-column .info {
      font-size: 14px;
      color: #a9a9a9; }
      .node-news.node-teaser .content-column .info .date,
      .node-news.node-teaser .content-column .info .link {
        display: inline-block;
        vertical-align: middle; }
        .node-news.node-teaser .content-column .info .date a,
        .node-news.node-teaser .content-column .info .link a {
          color: #a9a9a9;
          text-decoration: underline;
          margin-left: 10px; }
          .node-news.node-teaser .content-column .info .date a:hover,
          .node-news.node-teaser .content-column .info .link a:hover {
            color: #224e69; }
    .node-news.node-teaser .content-column h2 {
      margin-top: 12px;
      margin-bottom: 8px;
      font-size: 20px;
      line-height: 1;
      font-weight: bold; }
      .node-news.node-teaser .content-column h2 a {
        color: #222222;
        text-decoration: none; }
        .node-news.node-teaser .content-column h2 a:hover {
          color: #447797; }
    .node-news.node-teaser .content-column .content {
      font-size: 14px;
      color: #222222; }

.prefooter {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(/sites/all/themes/divilon_bootstrap/img/prefooter.png) no-repeat center center;
  background-size: cover;
  color: #f2f2f2;
  font-size: 16px; }
  .prefooter a {
    color: #f2f2f2; }
    .prefooter a:hover {
      color: white;
      text-decoration: none; }
  .prefooter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    width: 100%; }
    .prefooter ul li {
      display: table-cell;
      vertical-align: middle;
      padding: 15px 20px;
      position: relative;
      font-weight: bold;
      width: 20%; }
      .prefooter ul li:first-child {
        padding-left: 0; }
      .prefooter ul li:last-child {
        padding-right: 0;
        width: 15%; }
      .prefooter ul li:nth-child(2) {
        width: 24%; }
        .prefooter ul li + li::before {
          content: '';
          display: block;
          width: 1px;
          top: 0;
          bottom: 0;
          left: -1px;
          background: #9daeb7;
          position: absolute;
          transform: rotate(20deg); }

#footer {
  background: #447797;
  color: #eeeeee;
  font-size: 14px;
  padding-top: 45px;
  padding-bottom: 45px; }
    #footer .block h2 {
      font-size: 24px;
      margin-bottom: 10px; }
    #footer .block p {
      margin-bottom: 0; }
  #footer a {
    color: white;
    background: rgba(0, 0, 0, 0); }
    #footer a:hover {
      color: #eeeeee; }
  #footer .socials {
    font-size: 20px; }
    #footer .socials a {
      margin-right: 10px;
      text-decoration: none;
      color: white; }
      #footer .socials a:hover {
        color: #cccccc; }
  #footer .copy {
    margin-bottom: 6px; }
  #footer .row + .row {
    margin-top: 40px; }
  #footer .copy,
  #footer .devel {
    font-size: 11px; }
  #footer .menu {
    display: table;
    width: 100%; }
    #footer .menu > li {
      display: none; }
    #footer .menu > li.expanded {
      display: table-cell;
      float: none; }
      #footer .menu > li.expanded a,
      #footer .menu > li.expanded span {
        font-size: 14px;
        color: #cccccc;
        display: block; }
        #footer .menu > li.expanded a .caret,
        #footer .menu > li.expanded span .caret {
          display: none; }
        #footer .menu > li.expanded a:hover,
        #footer .menu > li.expanded span:hover {
          color: white; }
      #footer .menu > li.expanded .dropdown-menu {
        display: block;
        position: static;
        background: rgba(0, 0, 0, 0);
        border: none;
        box-shadow: none;
        min-width: auto; }
        #footer .menu > li.expanded .dropdown-menu a,
        #footer .menu > li.expanded .dropdown-menu span {
          padding: 3px 10px 3px 0px;
          font-size: 11px;
          white-space: inherit; }
          #footer .menu > li.expanded .dropdown-menu a:after,
          #footer .menu > li.expanded .dropdown-menu span:after {
            display: none; }
        #footer .menu > li.expanded .dropdown-menu .dropdown-menu {
          display: none; }

  #block-block-2 .slick-nav {
    position: absolute;
    top: 50%;
    width: 57px;
    height: 68px;
    background: url(/sites/all/themes/divilon_bootstrap/img/arrow.png) no-repeat center center;
    border: none;
    margin-top: -34px;
    outline: none;
    z-index: 5; }
    #block-block-2 .slick-nav.slick-next {
      left: 98%; }
    #block-block-2 .slick-nav.slick-prev {
      transform: rotate(180deg);
      right: 98%; }
  #block-block-2 .slick-slide {
    text-align: center; }
    #block-block-2 .slick-slide img {
      display: inline-block;
      max-width: 100%;
      height: auto; }
  #block-block-2 .slick-track {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  #block-block-2 .slick-initialized .slick-slide {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center; }

#block-views-calendar-block-1 {
  background: white;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px; }
  #block-views-calendar-block-1 h3 {
    margin-top: 4px;
    font-size: 24px;
    font-weight: bold; }
  #block-views-calendar-block-1 .pagination {
    margin-top: 0; }
    #block-views-calendar-block-1 .calendar-calendar th.days {
      background: rgba(0, 0, 0, 0);
      border: none;
      border-bottom: 1px solid #dbdbdb;
      font-size: 18px;
      color: #6c6c6c;
      padding-bottom: 8px; }
    #block-views-calendar-block-1 .calendar-calendar td {
      text-align: center;
      font-size: 16px;
      color: #222222;
      padding-top: 12px;
      padding-bottom: 12px;
      font-weight: bold;
      position: relative;
      z-index: 3; }
      #block-views-calendar-block-1 .calendar-calendar td a {
        color: #222222;
        text-decoration: none;
        font-weight: bold; }
        #block-views-calendar-block-1 .calendar-calendar td.has-events::before {
          content: '';
          display: block;
          position: absolute;
          width: 6px;
          height: 6px;
          background: #447797;
          border-radius: 50%;
          z-index: -1;
          left: 48%;
          top: 72%;
          transform: translate(-50%, 0); }
      #block-views-calendar-block-1 .calendar-calendar td.today {
        background: rgba(0, 0, 0, 0);
        color: white; }
        #block-views-calendar-block-1 .calendar-calendar td.today a {
          color: white; }
        #block-views-calendar-block-1 .calendar-calendar td.today::before {
          content: '';
          display: block;
          position: absolute;
          width: 35px;
          height: 35px;
          background: #447797;
          border-radius: 50%;
          z-index: -1;
          left: 48%;
          top: 48%;
          transform: translate(-50%, -50%); }

.sidebar {
  position: relative; }
  .sidebar .block + .block {
    margin-top: 15px; }
  .sidebar .block-title {
    font-size: 20px;
    color: #224e69;
    font-weight: bold;
    padding-left: 12px; }
  .sidebar::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    top: 0;
    bottom: 0;
    background: whitesmoke; }
  .sidebar.sidebar-first::before {
    right: 0; }
  .sidebar.sidebar-second::before {
    left: 0; }

  #block-views-news-block-1 .views-row {
    margin-bottom: 15px; }
    #block-views-news-block-1 .views-row a {
      color: #333333;
      display: block;
      text-decoration: none; }
      #block-views-news-block-1 .views-row a:hover {
        color: #224e69; }

    .not-front .main-container .page-header {
      font-size: 20px;
      text-transform: inherit; }
    .not-front.page-node .field-name-field-image {
      float: left;
      max-width: 30%;
      margin-right: 15px;
      margin-bottom: 10px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover>.dropdown-menu {
  display: block; }

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover>a:after {
  border-left-color: white; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

      #block-menu-block-1 .menu li a,
      #block-menu-block-1 .menu li span {
        display: block;
        padding: 3px 15px;
        font-size: 13px; }
        #block-menu-block-1 .menu li a::after,
        #block-menu-block-1 .menu li span::after {
          display: none; }
      #block-menu-block-1 .menu li .dropdown-menu {
        display: block;
        position: static;
        float: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0);
        border: none;
        padding-left: 15px; }
        #block-menu-block-1 .menu li .dropdown-menu a,
        #block-menu-block-1 .menu li .dropdown-menu span {
          white-space: inherit; }
        #block-menu-block-1 .menu li .dropdown-menu a {
          color: #224e69; }
          #block-menu-block-1 .menu li .dropdown-menu a.active {
            background: rgba(0, 0, 0, 0);
            font-weight: bold; }

#node-10 h4 {
  cursor: pointer; }
  #node-10 h4.closed + address {
    display: none; }

@media all and (max-width:767px) {
  .sidebar {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid whitesmoke; }
    .sidebar::before {
      display: none; }

    .container .navbar-collapse {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .container .navbar-collapse .dropdown-menu {
        display: block;
        position: static;
        width: 100%;
        padding-left: 15px;
        border: none;
        box-shadow: none;
        margin-bottom: 15px;
        float: none; }
      .container .navbar-collapse .caret {
        display: none; }

    #footer .menu {
      display: block;
      margin: 10px 0 0;
      text-align: center; }
      #footer .menu > li {
        display: block; }
        #footer .menu > li a,
        #footer .menu > li span.nolink {
          padding: 6px; }
        #footer .menu > li.expanded {
          display: block; }
          #footer .menu > li.expanded .dropdown-menu {
            width: 100%;
            float: none;
            padding-left: 15px;
            text-align: center; }
    #footer .block-title,
    #footer .socials,
    #footer .copy,
    #footer .devel {
      text-align: center;
      margin-bottom: 8px; }

    .prefooter ul {
      display: block; }
      .prefooter ul li {
        display: block;
        width: 100% !important;
        padding: 15px 20px !important; }
        .prefooter ul li::before {
          display: none !important; }

    #block-views-slides-block .slick-dots {
      width: 100%; }

    #block-block-2 .slick-slider {
      padding-left: 0; }
      #block-block-2 .slick-nav.slick-prev {
        left: 0;
        right: auto; }
      #block-block-2 .slick-nav.slick-next {
        right: 0;
        left: auto; }

    #topnav .menu > li a,
    #topnav .menu > li span {
      background: rgba(0, 0, 0, 0) !important; } }

