@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  color: #777;
  font-size: 13px;
  background: #f9f9f9; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: bold; }

h1 {
  font-size: 65px; }

h2 {
  font-size: 45px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 14px; }

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

ul {
  list-style: none; }

.color_white {
  color: #ffffff !important; }

.background_white {
  background: #ffffff !important; }

.color_blue {
  color: #2B69E5 !important; }

.background_blue {
  background: #2B69E5 !important; }

.color_red {
  color: #D02D34 !important; }

.background_red {
  background: #D02D34 !important; }

.color_yellow {
  color: #E8C42B !important; }

.background_yellow {
  background: #E8C42B !important; }

.background_light_grey {
  background: #f5f5f5 !important; }

.box_shadow {
  box-shadow: 0 0 25px -12px; }

.header {
  position: relative;
  width: 100%;
  height: 45px;
  z-index: 9;
  display: table; }
  .header .navbar-top {
    max-height: 45px;
    min-height: 45px;
    height: 45px;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    background: #ffffff; }
    .header .navbar-top .navbar-brand {
      height: 45px;
      padding: 0;
      line-height: 45px;
      margin-left: 0;
      text-transform: uppercase;
      font-weight: 600; }
      .header .navbar-top .navbar-brand img {
        float: left;
        width: 30px;
        height: 30px;
        margin: 8px 15px 0 0; }
    .header .navbar-top .navbar-icon {
      width: 20%;
      text-align: center;
      margin: 0 auto;
      display: block;
      position: absolute;
      left: 40%;
      top: 10px;
      font-size: 16px; }
    .header .navbar-top .nav {
      position: relative;
      z-index: 9; }
      .header .navbar-top .nav li {
        margin: 0 15px; }
        .header .navbar-top .nav li.trans {
          margin: 0; }
        .header .navbar-top .nav li.li_social {
          margin-right: 0;
          position: relative;
          top: 2px; }
        .header .navbar-top .nav li a {
          padding: 0;
          line-height: 45px; }
          .header .navbar-top .nav li a:hover, .header .navbar-top .nav li a:focus {
            background: none; }
          .header .navbar-top .nav li a i {
            font-size: 18px;
            color: #4254a6;
            padding-right: 15px;
            border-right: 1px solid #eee; }

#vegas_slideshow, #turism_slideshow {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1; }
  #vegas_slideshow::before, #turism_slideshow::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to top, transparent, rgba(8, 25, 56, 0.8)); }

.home_content {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  min-height: calc(100vh - 45px); }
  .home_content .items {
    width: 65vw;
    max-width: 1170px;
    margin: 5vh auto 0; }
    .home_content .items .item {
      position: relative;
      width: calc((100% - 30px) / 3);
      height: 300px;
      float: left;
      text-align: center;
      color: #ffffff;
      overflow: hidden; }
      .home_content .items .item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%; }
      .home_content .items .item:nth-child(1)::before {
        background: #2B69E5;
        opacity: 0.75; }
      .home_content .items .item:nth-child(1) .item_hover_menu {
        background: #2B69E5; }
      .home_content .items .item:nth-child(2) {
        margin: 0 15px; }
        .home_content .items .item:nth-child(2)::before {
          background: #E8C42B;
          opacity: 0.75; }
        .home_content .items .item:nth-child(2) .item_hover_menu {
          background: #E8C42B; }
        .home_content .items .item:nth-child(2) .item_menu {
          background: #E8C42B; }
      .home_content .items .item:nth-child(3)::before {
        background: #D02D34;
        opacity: 0.75; }
      .home_content .items .item:nth-child(3) .item_hover_menu {
        background: #D02D34; }
      .home_content .items .item:nth-child(3) .item_menu {
        background: #D02D34; }
      .home_content .items .item .item_icon {
        width: 125px;
        height: 125px;
        margin: 35px auto 25px;
        padding: 30px 0;
        background: rgba(255, 255, 255, 0.25);
        border: 2px solid rgba(255, 255, 255, 0.25);
        border-radius: 50%; }
        .home_content .items .item .item_icon img {
          width: 60px;
          height: 60px;
          margin: 0 auto;
          filter: contrast(0) brightness(2);
          -moz-filter: contrast(0) brightness(2);
          -webkit-filter: contrast(0) brightness(2); }
      .home_content .items .item .item_content {
        padding: 0 15px 25px; }
        .home_content .items .item .item_content .item_title {
          font-size: 24px;
          font-weight: lighter;
          margin: 0;
          height: 33px; }
        .home_content .items .item .item_content .item_subtitle {
          font-size: 12px;
          font-weight: lighter; }
      .home_content .items .item .item_hover_menu {
        height: 40px;
        margin: 0;
        display: flex;
        width: 100%;
        position: relative;
        z-index: 2;
        box-shadow: 0 0 15px -5px #000000;
        transition: 0.5s; }
        .home_content .items .item .item_hover_menu img {
          width: 15px;
          height: 15px;
          margin: 12.5px auto;
          transform: rotate(0deg);
          transition: 0.25s;
          filter: contrast(0) brightness(2);
          -moz-filter: contrast(0) brightness(2);
          -webkit-filter: contrast(0) brightness(2);
          position: absolute;
          left: calc(50% - 7.5px); }
      .home_content .items .item .item_menu {
        position: absolute;
        top: 0;
        left: 5px;
        z-index: 1;
        width: 100%;
        background: #2B69E5;
        opacity: 0;
        height: 0;
        transition: 1s;
        transform: translate(0px, 290px);
        overflow-y: scroll;
        padding-bottom: 40px; }
        .home_content .items .item .item_menu::-webkit-scrollbar {
          display: none; }
        .home_content .items .item .item_menu li {
          width: 100%; }
          .home_content .items .item .item_menu li a {
            color: #ffffff;
            transition: 0.2s;
            opacity: 0;
            line-height: 25px; }
            .home_content .items .item .item_menu li a:hover {
              opacity: 0.5; }
      .home_content .items .item.on .item_menu {
        opacity: 1;
        height: calc(100% - 30px);
        transition: 1s;
        transform: translate(0px, 0px);
        padding-top: 15%; }
        .home_content .items .item.on .item_menu a {
          transition-delay: 0.5s;
          transition: 0.5s;
          opacity: 1; }
  .home_content .home_content_title {
    width: 50vw;
    margin: 0 auto; }

.navigation {
  margin-top: 50px;
  overflow: hidden; }
  .navigation .top {
    height: 45px;
    position: relative;
    z-index: 1; }
    .navigation .top .navigation_item {
      width: calc(100% / 4);
      float: left;
      text-align: center;
      cursor: pointer; }
      .navigation .top .navigation_item:nth-child(1) {
        background: #2B69E5; }
      .navigation .top .navigation_item:nth-child(2) {
        background: #E8C42B; }
      .navigation .top .navigation_item:nth-child(3) {
        background: #D02D34; }
      .navigation .top .navigation_item:nth-child(4) {
        background: #1b50b9; }
      .navigation .top .navigation_item span {
        line-height: 45px;
        color: #ffffff;
        font-size: 16px; }
  .navigation .middle {
    position: relative;
    z-index: 1; }
    .navigation .middle img {
      width: 100%;
      height: 100px;
      object-fit: cover;
      object-position: 50%; }
  .navigation .bottom {
    border-bottom: 1px solid #eee;
    display: flex; }
    .navigation .bottom .bottom_item {
      width: 100%; }
    .navigation .bottom .col {
      float: left; }
      .navigation .bottom .col.left {
        width: calc(100% / 6);
        padding: 15px;
        font-size: 13px;
        height: 100%; }
      .navigation .bottom .col:last-child, .navigation .bottom .col:nth-child(2), .navigation .bottom .col:nth-child(3) {
        width: calc((100% / 6) * 5);
        padding-left: 30px;
        background: #ffffff; }
        .navigation .bottom .col:last-child li, .navigation .bottom .col:nth-child(2) li, .navigation .bottom .col:nth-child(3) li {
          float: left;
          line-height: 50px;
          margin: 0 15px -1px 0;
          min-width: calc((100% - 80px) / 4);
          border-bottom: 1px solid #eee; }
          .navigation .bottom .col:last-child li a, .navigation .bottom .col:nth-child(2) li a, .navigation .bottom .col:nth-child(3) li a {
            line-height: 50px; }
          .navigation .bottom .col:last-child li img, .navigation .bottom .col:nth-child(2) li img, .navigation .bottom .col:nth-child(3) li img {
            width: 16px;
            height: 16px;
            float: left;
            margin: 17px 10px 0 0; }
    .navigation .bottom .bottom_item:nth-child(1) img {
      filter: contrast(0) sepia(100%) hue-rotate(190deg) brightness(1) saturate(100);
      -moz-filter: contrast(0) sepia(100%) hue-rotate(190deg) brightness(1) saturate(100);
      -webkit-filter: contrast(0) sepia(100%) hue-rotate(190deg) brightness(1) saturate(100); }
    .navigation .bottom .bottom_item:nth-child(2) img {
      filter: contrast(0) sepia(100%) hue-rotate(10deg) brightness(1) saturate(100);
      -moz-filter: contrast(0) sepia(100%) hue-rotate(10deg) brightness(1) saturate(100);
      -webkit-filter: contrast(0) sepia(100%) hue-rotate(10deg) brightness(1) saturate(100); }
    .navigation .bottom .bottom_item:nth-child(3) img {
      filter: contrast(0) sepia(100%) hue-rotate(0deg) brightness(1) saturate(100);
      -moz-filter: contrast(0) sepia(100%) hue-rotate(0deg) brightness(1) saturate(100);
      -webkit-filter: contrast(0) sepia(100%) hue-rotate(0deg) brightness(1) saturate(100); }

.head_page .title {
  font-weight: lighter;
  text-transform: uppercase;
  float: left;
  margin: 0;
  line-height: 90px; }
  .head_page .title.title_post_page {
    margin: 30px 0;
    line-height: 1.5;
    text-transform: none; }
.head_page ol.breadcrumb {
  float: right;
  background: none;
  padding: 0;
  line-height: 90px;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase; }

.content_page .content {
  background: #ffffff;
  padding: 30px; }
  .content_page .content .post_img {
    margin-bottom: 30px; }
    .content_page .content .post_img img {
      width: 100%;
      height: 40vh;
      object-fit: cover; }
.content_page .sidebar {
  padding-right: 0;
  padding-left: 30px; }
  .content_page .sidebar a#link_get_widget {
    display: none; }
  .content_page .sidebar .aw-widget-current {
    position: relative; }
    .content_page .sidebar .aw-widget-current::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99;
      width: 100%;
      height: 100%;
      background: transparent;
      display: inline-block !important; }

.first_post .post_img {
  margin-bottom: 30px; }
  .first_post .post_img img {
    width: 100%;
    height: 40vh;
    object-fit: cover; }
.first_post .post_title {
  height: 38px;
  overflow: hidden;
  margin-top: 0; }
.first_post .post_content {
  height: 75px;
  overflow: hidden; }
  .first_post .post_content p, .first_post .post_content span, .first_post .post_content div, .first_post .post_content h1, .first_post .post_content h2, .first_post .post_content h3, .first_post .post_content h4, .first_post .post_content h5, .first_post .post_content h6, .first_post .post_content b, .first_post .post_content i, .first_post .post_content strong {
    font-size: 13px !important;
    margin: 0 !important;
    float: left;
    font-weight: normal !important; }

.posts.category_posts .post {
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  min-height: 355px;
  position: relative; }
  .posts.category_posts .post:nth-child(1), .posts.category_posts .post:nth-child(2) {
    padding-top: 0; }
  .posts.category_posts .post .post_image {
    width: 100%;
    height: 200px; }
    .posts.category_posts .post .post_image img {
      width: 100%;
      object-fit: cover; }
    .posts.category_posts .post .post_image:nth-child(even) {
      float: right; }
  .posts.category_posts .post .post_short {
    width: 100%; }
    .posts.category_posts .post .post_short .post_title {
      max-height: 38px; }
    .posts.category_posts .post .post_short .post_content {
      max-height: 65px; }
.posts .post {
  width: 46%;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  min-height: 113px; }
  .posts .post:nth-child(even) {
    float: right;
    position: relative; }
    .posts .post:nth-child(even)::before {
      content: '';
      position: absolute;
      left: 0;
      height: 100%;
      width: 1px;
      background: #eee;
      margin-left: -9%; }
  .posts .post .post_image {
    width: 80px;
    height: 80px; }
    .posts .post .post_image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .posts .post .post_short {
    width: 100%;
    padding: 15px 0 0; }
    .posts .post .post_short .post_title {
      margin-top: 0;
      max-height: 38px;
      overflow: hidden; }
    .posts .post .post_short .post_content {
      max-height: 35px;
      overflow: hidden; }
      .posts .post .post_short .post_content p, .posts .post .post_short .post_content span, .posts .post .post_short .post_content div, .posts .post .post_short .post_content h1, .posts .post .post_short .post_content h2, .posts .post .post_short .post_content h3, .posts .post .post_short .post_content h4, .posts .post .post_short .post_content h5, .posts .post .post_short .post_content h6, .posts .post .post_short .post_content b, .posts .post .post_short .post_content i, .posts .post .post_short .post_content strong {
        font-size: 13px !important;
        line-height: 16px;
        margin: 0 !important;
        float: left;
        font-weight: normal !important; }

#accordion .panel-default > .panel-heading, #accordion .panel {
  border-radius: 0;
  border: none;
  box-shadow: none; }
#accordion .collapsed .panel-title::before {
  background: url("../icons/add-2.svg") no-repeat; }
#accordion .panel-title {
  position: relative;
  padding-left: 25px;
  color: #777;
  font-weight: lighter;
  font-size: 13px; }
  #accordion .panel-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3.5px;
    background: url("../icons/substract-1.svg") no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px; }
#accordion .panel-body {
  padding-left: 40px;
  padding-bottom: 5%; }
  #accordion .panel-body img {
    float: left;
    margin-right: 25px; }

.form_council {
  padding: 30px;
  margin-bottom: 30px;
  display: inline-flex;
  width: 100%; }
  .form_council select {
    border: 1px solid #bdbdbd;
    border-radius: 0;
    color: #999;
    background: #ffffff;
    height: 35px;
    width: 150px;
    line-height: 35px;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: lighter; }
  .form_council input.form-control, .form_council select.form-control {
    border: none;
    box-shadow: none; }
  .form_council .input-group {
    height: 35px; }
    .form_council .input-group:nth-child(1) {
      width: calc(100% - 450px); }
    .form_council .input-group:nth-child(2), .form_council .input-group:nth-child(3), .form_council .input-group:nth-child(4) {
      width: 100px;
      margin-left: 30px; }
    .form_council .input-group:last-child {
      width: 35px;
      margin-left: 30px;
      position: relative; }
      .form_council .input-group:last-child input {
        background: none; }
      .form_council .input-group:last-child span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 35px;
        height: 35px;
        padding: 6px 0;
        text-align: center;
        border-radius: 0;
        border: none;
        background: #D02D34;
        color: #ffffff;
        font-size: 20px; }

#translate__el,
.translate__list {
  display: none; }

.translate__list {
  width: 200px;
  padding: 6px 0;
  margin: 1em auto 0;
  list-style: none;
  border: 1px solid orange; }
  .translate__list li {
    padding: 8px 10px;
    cursor: pointer; }
    .translate__list li:hover {
      background: #F2F2F2; }

button {
  border: none;
  width: 3.5em;
  height: 3.5em;
  line-height: 2.4em;
  border-radius: 50%;
  background: orange;
  text-transform: uppercase; }

.events {
  background: #ffffff;
  padding: 15px;
  margin: 30px 0; }
  .events h5 {
    font-weight: lighter;
    margin: 0; }
  .events ul {
    padding: 0;
    margin-top: 15px; }
  .events .event {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin-bottom: 15px; }
    .events .event img {
      width: 50px;
      height: 52px;
      object-fit: cover;
      float: left;
      margin-right: 10px; }
    .events .event p {
      font-size: 13px;
      line-height: 1.2;
      height: 32px;
      overflow: hidden;
      margin: 0 0 5px; }
    .events .event span {
      font-size: 12px;
      display: inline-block; }
      .events .event span span {
        margin-left: 25px; }

.search {
  padding: 15px;
  margin-bottom: 30px;
  background: #ffffff; }
  .search input.form-control {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    width: calc(100% - 35px);
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #F5F5F5;
    float: left; }
  .search .input-group {
    width: 35px;
    position: relative; }
    .search .input-group input {
      background: none; }
    .search .input-group span {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 35px;
      height: 35px;
      padding: 6px 0;
      text-align: center;
      border-radius: 0;
      border: none;
      background: #777;
      color: #ffffff;
      font-size: 20px; }

.search_found h6 {
  font-weight: lighter; }

.footer {
  margin-top: 5%; }
  .footer .footer_items {
    padding: 50px 0;
    width: 100%;
    display: inline-block;
    text-align: center; }
    .footer .footer_items .footer_item {
      border-left: 1px solid rgba(225, 225, 225, 0.25);
      width: calc(100% / 6);
      float: left;
      padding: 0 25px; }
      .footer .footer_items .footer_item:first-child {
        border: none; }
      .footer .footer_items .footer_item .footer_item_img {
        width: 50px;
        height: 50px;
        margin: 0 auto 15px;
        filter: contrast(0) brightness(2);
        -moz-filter: contrast(0) brightness(2);
        -webkit-filter: contrast(0) brightness(2); }

.copyright {
  background: #1b50b9;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 0; }

.report {
  margin-top: 50px; }
  .report .col-sm-12, .report .col-sm-6, .report .col-sm-4 {
    padding-left: 7px; }
  .report .row .col-sm-6:nth-child(1) .input-group, .report .row .col-sm-6:nth-child(2) .input-group {
    margin-bottom: 50px; }
    .report .row .col-sm-6:nth-child(1) .input-group input, .report .row .col-sm-6:nth-child(2) .input-group input {
      height: 60px;
      line-height: 60px; }
  .report .input-group {
    margin-bottom: 25px;
    width: 100%; }
    .report .input-group input, .report .input-group select {
      padding: 0 15px;
      line-height: 40px;
      height: 40px;
      border-color: #eee;
      box-shadow: none;
      background: linear-gradient(to bottom, #fff, #f9f9f9);
      border-radius: 0;
      color: #999; }
      .report .input-group input.active, .report .input-group select.active {
        background: #E8C42B;
        color: #ffffff;
        border-color: #E8C42B; }
  .report textarea {
    height: 150px;
    border-color: #eee;
    box-shadow: none;
    background: linear-gradient(to bottom, #fff, #f9f9f9); }
    .report textarea:focus {
      box-shadow: none;
      border: 1px solid #eee;
      outline: none; }

.navigation_pagination {
  display: inline-block;
  width: 100%; }

.date_publish {
  position: absolute;
  top: 0;
  right: 0;
  background: #2B69E5;
  color: #ffffff;
  padding: 5px; }

.caption_img_article {
  font-size: 12px;
  font-style: italic;
  margin-top: 10px; }

.turism header .navbar-top {
  width: 100%;
  background: none;
  box-shadow: none;
  display: table; }
  .turism header .navbar-top .navbar-nav {
    margin-top: 25px; }
.turism header .navbar-brand {
  text-align: center;
  line-height: 1 !important;
  margin-top: 15px;
  font-size: 14px; }
  .turism header .navbar-brand span {
    margin: 0 0 10px;
    line-height: 1;
    font-size: 36px;
    font-weight: bold;
    display: block; }
.turism header .collapse .navbar-nav {
  margin-top: 27px;
  margin-right: 25px; }
.turism .header_page {
  height: 40vh;
  width: 100%;
  display: block;
  position: relative;
  background: #1b50b9; }
  .turism .header_page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.5; }
  .turism .header_page .nav_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%; }
    .turism .header_page .nav_bottom ul {
      margin: 0 auto;
      max-width: 1170px;
      box-shadow: 0 0 50px -10px #000000;
      display: flex; }
    .turism .header_page .nav_bottom .nav_bottom_item {
      width: calc(100% / 7);
      float: left;
      padding: 0;
      color: #ffffff;
      height: 50px;
      text-align: center; }
      .turism .header_page .nav_bottom .nav_bottom_item a {
        width: 100%;
        height: 100%;
        padding: 0 10px;
        display: table; }
        .turism .header_page .nav_bottom .nav_bottom_item a h6 {
          text-transform: uppercase;
          font-size: 14px;
          letter-spacing: 1px;
          font-weight: 600;
          line-height: 1;
          margin: 0;
          vertical-align: middle;
          display: table-cell; }
      .turism .header_page .nav_bottom .nav_bottom_item:nth-child(1) {
        background: #2BA5B6; }
      .turism .header_page .nav_bottom .nav_bottom_item:nth-child(2) {
        background: #2B69E5; }
      .turism .header_page .nav_bottom .nav_bottom_item:nth-child(3) {
        background: #372BE5; }
      .turism .header_page .nav_bottom .nav_bottom_item:nth-child(4) {
        background: #772BE5; }
      .turism .header_page .nav_bottom .nav_bottom_item:nth-child(5) {
        background: #D32BE5; }
      .turism .header_page .nav_bottom .nav_bottom_item:nth-child(6) {
        background: #E52B3C; }
      .turism .header_page .nav_bottom .nav_bottom_item:nth-child(7) {
        background: #941B0F; }
.turism .home_content .nav_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  overflow: hidden; }
  .turism .home_content .nav_bottom ul {
    margin: 0 auto;
    max-width: 1170px;
    box-shadow: 0 0 50px -10px #000000;
    display: flex; }
  .turism .home_content .nav_bottom .nav_bottom_item {
    width: calc(100% / 7);
    float: left;
    padding: 0;
    color: #ffffff;
    height: 150px; }
    .turism .home_content .nav_bottom .nav_bottom_item a {
      width: 100%;
      height: 100%;
      display: block;
      padding: 40px 10px; }
      .turism .home_content .nav_bottom .nav_bottom_item a h6 {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: 600;
        line-height: 1;
        margin-top: 25px; }
    .turism .home_content .nav_bottom .nav_bottom_item img {
      width: 35px;
      margin: 0 auto;
      filter: contrast(0) brightness(2); }
    .turism .home_content .nav_bottom .nav_bottom_item:nth-child(1) {
      background: #2BA5B6; }
    .turism .home_content .nav_bottom .nav_bottom_item:nth-child(2) {
      background: #2B69E5; }
    .turism .home_content .nav_bottom .nav_bottom_item:nth-child(3) {
      background: #372BE5; }
    .turism .home_content .nav_bottom .nav_bottom_item:nth-child(4) {
      background: #772BE5; }
    .turism .home_content .nav_bottom .nav_bottom_item:nth-child(5) {
      background: #D32BE5; }
    .turism .home_content .nav_bottom .nav_bottom_item:nth-child(6) {
      background: #E52B3C; }
    .turism .home_content .nav_bottom .nav_bottom_item:nth-child(7) {
      background: #941B0F; }
.turism ul.dropdown-menu {
  border-radius: 0;
  width: 410px;
  right: auto !important; }
  .turism ul.dropdown-menu li {
    display: inline-block;
    width: 200px;
    margin: 0 !important;
    padding: 0 15px;
    font-size: 12px; }
    .turism ul.dropdown-menu li a {
      line-height: 30px !important; }
.turism .posts.category_posts .post {
  min-height: 260px; }

.item_turism {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin-top: 25px; }
  .item_turism h5 {
    float: left;
    margin: 0;
    line-height: 40px;
    color: #2B69E5;
    font-size: 24px;
    font-weight: lighter; }
  .item_turism .nav_bottom {
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    .item_turism .nav_bottom ul {
      margin: 0; }
    .item_turism .nav_bottom .nav_bottom_item {
      width: 40px;
      height: 40px;
      float: left;
      padding: 0;
      color: #ffffff;
      text-align: center;
      border-radius: 40px;
      margin-right: 10px; }
      .item_turism .nav_bottom .nav_bottom_item a {
        width: 100%;
        height: 100%;
        padding: 10px;
        display: table; }
        .item_turism .nav_bottom .nav_bottom_item a img {
          width: 20px;
          height: 20px;
          filter: contrast(0) brightness(2); }
      .item_turism .nav_bottom .nav_bottom_item:nth-child(1) {
        background: #2BA5B6; }
      .item_turism .nav_bottom .nav_bottom_item:nth-child(2) {
        background: #2B69E5; }
      .item_turism .nav_bottom .nav_bottom_item:nth-child(3) {
        background: #372BE5; }
      .item_turism .nav_bottom .nav_bottom_item:nth-child(4) {
        background: #772BE5; }
      .item_turism .nav_bottom .nav_bottom_item:nth-child(5) {
        background: #D32BE5; }
      .item_turism .nav_bottom .nav_bottom_item:nth-child(6) {
        background: #E52B3C; }
      .item_turism .nav_bottom .nav_bottom_item:nth-child(7) {
        background: #941B0F; }

.d_table {
  display: table;
  width: 100%; }

.v_table {
  display: table-cell;
  vertical-align: middle; }

.turism .home_content {
  min-height: calc(100vh - 250px); }

.lightbox-gallery .photo {
  margin-bottom: 15px;
  padding: 0 7px; }
  .lightbox-gallery .photo img {
    height: 250px;
    object-fit: cover; }

.title_gallery {
  display: block;
  margin: 15px 0 30px 0;
  padding-bottom: 15px; }

@media all and (min-width: 1920px) {
  .home_content .items .item {
    height: 350px; }

  .home_content .items .item .item_hover_menu {
    position: absolute;
    bottom: 0; }

  .home_content .items .item .item_icon {
    margin: 55px auto 45px; }

  h1.home_content_title {
    margin: 0 auto 10vh auto; } }
@media all and (max-width: 1366px) {
  .home_content_title.h {
    font-size: 36px; } }
@media all and (max-width: 1200px) {
  .navigation .top .navigation_item span {
    font-size: 13px; }

  .turism .home_content .nav_bottom .nav_bottom_item a h6 {
    font-size: 10px; }

  .navigation .top .item span {
    line-height: 45px;
    color: #ffffff;
    font-size: 16px; }
  .navigation .bottom .col:last-child li, .navigation .bottom .col:nth-child(2) li, .navigation .bottom .col:nth-child(3) li {
    min-width: calc((100% - 80px) / 3); }

  .content_page .sidebar {
    padding-left: 0;
    margin-top: 35px; }

  .home_content .items, .home_content .home_content_title {
    width: 90vw; }

  .turism .header_page .nav_bottom .nav_bottom_item a h6 {
    font-size: 10px; }

  .turism .navbar {
    width: 90%;
    margin: 0 auto; }

  .footer .footer_items .footer_item {
    width: calc(100% / 6);
    padding: 0 15px;
    min-height: 100px; } }
@media all and (max-width: 991px) {
  .home_content .items .item .item_content .item_title {
    font-size: 16px; }

  .navigation .top .navigation_item span {
    font-size: 12px; }

  .item_turism h5 {
    width: 100%;
    text-align: left; }

  .item_turism ul {
    float: left !important; }

  .posts.category_posts .post {
    margin: 0 0 5% 0;
    padding-bottom: 5%; }

  .turism ul.dropdown-menu {
    right: 0 !important; }

  .turism .nav li ul.dropdown-menu {
    right: 0 !important; }

  .posts.category_posts .post .post_image {
    height: 300px; }

  .footer .footer_items .footer_item {
    width: calc(100% / 3); }

  .footer .footer_items .footer_item:nth-child(1),
  .footer .footer_items .footer_item:nth-child(2),
  .footer .footer_items .footer_item:nth-child(3) {
    margin-bottom: 25px; }

  .footer .footer_items .footer_item:nth-child(4) {
    border: none; }

  .turism header .navbar-top .navbar-nav {
    display: inline-table;
    margin: 0; }

  .navigation .top .item span {
    line-height: 45px;
    color: #ffffff;
    font-size: 16px; }
  .navigation .bottom .col:first-child {
    width: calc(100% / 4); }
  .navigation .bottom .col:last-child, .navigation .bottom .col:nth-child(2), .navigation .bottom .col:nth-child(3) {
    width: calc((100% / 4) * 3); }
    .navigation .bottom .col:last-child li, .navigation .bottom .col:nth-child(2) li, .navigation .bottom .col:nth-child(3) li {
      min-width: calc((100% - 80px) / 2); }

  .posts .post {
    width: 100%; }

  .content_page .sidebar #weather .flatWeatherPlugin.partial .wiToday p.wiDay {
    width: 200px; }

  .content_page .sidebar {
    padding-left: 0;
    margin-top: 50px; }

  .home_content .items, .home_content .home_content_title {
    width: 95vw;
    margin: 5vh auto 0; }

  .home_content .home_content_title {
    font-size: 36px; }

  .head_page .title.title_post_page {
    padding: 0 15px; }

  .events .event span span {
    float: none !important;
    display: inline-block;
    margin-left: 15px; }

  .form_council {
    display: block; }
    .form_council .input-group {
      width: 100% !important;
      margin: 0 0 5px !important; }

  .form_council .input-group:last-child span {
    position: relative;
    width: 100%;
    text-align: center; } }
@media all and (max-width: 767px) {
  .turism .home_content .nav_bottom ul {
    display: block; }

  .turism .nav li ul.dropdown-menu a {
    color: #ffffff; }

  .header .navbar-top .nav {
    width: 100%; }

  .navigation .top .navigation_item {
    width: 100%; }
    .navigation .top .navigation_item span {
      font-size: 13px; }
  .navigation .bottom .col.left {
    display: none; }
  .navigation .bottom .col:last-child, .navigation .bottom .col:nth-child(2), .navigation .bottom .col:nth-child(3) {
    width: 100%; }
    .navigation .bottom .col:last-child li, .navigation .bottom .col:nth-child(2) li, .navigation .bottom .col:nth-child(3) li {
      width: 100%; }
      .navigation .bottom .col:last-child li a, .navigation .bottom .col:nth-child(2) li a, .navigation .bottom .col:nth-child(3) li a {
        width: 100%; }

  .navigation .bottom {
    display: inherit; }

  .lightbox-gallery .photo img {
    height: 100px; }

  .home_content .home_content_title, .turism .home_content .home_content_title {
    width: 90vw;
    margin: 0 auto; }

  .item_turism .nav_bottom .nav_bottom_item {
    margin-bottom: 15px; }

  .posts.category_posts .post .post_image {
    height: 150px; }

  .posts.category_posts .post {
    min-height: 150px; }

  body {
    font-size: 12px; }

  h1 {
    font-size: 35px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  .header_default .navbar-top .navbar-brand {
    width: 100%; }

  .nav {
    display: flex;
    margin: 0;
    width: 100%;
    padding: 0;
    float: right; }

  .home_content .items .item .item_content .item_title {
    font-size: 20px; }

  .home_content .items .item.on .item_menu {
    height: calc(100% - 20px); }

  .header .navbar-top .navbar-brand {
    margin-left: 15px;
    font-size: 12px; }

  .head_page {
    padding: 0 35px; }
    .head_page ol.breadcrumb {
      display: none; }

  .posts.category_posts .post .post_short .post_title {
    max-height: 44px; }

  .turism .header_page {
    height: 150px; }
  .turism .nav li a {
    line-height: 25px !important; }
  .turism .nav ul {
    padding: 0; }
    .turism .nav ul li {
      margin: 0; }
      .turism .nav ul li a h6 {
        color: #ffffff;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 25px; }
  .turism button.navbar-toggle {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 99999;
    margin: 0; }
    .turism button.navbar-toggle span {
      background: #ffffff; }
  .turism .header .navbar-top .navbar-collapse .nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #2B69E5;
    margin: 0;
    padding: 10px;
    display: block; }
    .turism .header .navbar-top .navbar-collapse .nav li {
      width: 100%; }
  .turism .home_content .home_content_title {
    margin: 0; }
  .turism .home_content .nav_bottom .nav_bottom_item {
    width: 100%;
    height: 35px;
    text-align: left; }
    .turism .home_content .nav_bottom .nav_bottom_item a {
      padding: 0;
      margin: 0; }
      .turism .home_content .nav_bottom .nav_bottom_item a h6 {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 35px;
        margin: 0; }
    .turism .home_content .nav_bottom .nav_bottom_item img {
      width: 15px;
      height: 15px;
      float: left;
      margin: 10px; }

  .turism header .navbar-top .navbar-nav {
    display: inline-flex;
    margin-top: 25px; }

  .home_content .items .item, .home_content .items .item:nth-child(2) {
    width: 80%;
    margin: 0 10% 5%; }

  .home_content {
    padding-top: 50px; }

  .header .navbar-top .nav li.li_social {
    float: left; } }
@media all and (max-width: 600px) {
  .turism .home_content {
    min-height: 40vh; }

  .footer .footer_items .footer_item {
    width: calc(100% / 2);
    min-height: 105px;
    margin-bottom: 25px;
    border: none; }

  .header_default .navbar-top {
    position: absolute; }

  .header_default .navbar-top .navbar-brand {
    text-align: center; }

  header .nav {
    width: 100%;
    display: inline-flex; }

  .content_page .content, .events {
    padding: 30px 25px; }

  #accordion .panel-body {
    padding-left: 10px; }

  .head_page .title {
    line-height: 1.2;
    margin: 35px 0; }

  #accordion .panel-title {
    font-size: 12px; }

  #accordion .panel-title::before {
    width: 10px;
    height: 10px; }

  .panel-heading {
    padding: 10px 5px; }

  .home_content .items .item .item_content {
    padding-bottom: 30px; } }
@media all and (max-width: 767px) and (max-height: 480px) {
  header .nav {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: inherit; } }
@media all and (max-width: 992px) and (min-width: 767px) {
  .header .navbar-top ul.nav.navbar-nav.navbar-right {
    position: absolute;
    right: 20px; }

  .navbar-collapse .navbar-nav {
    top: 45px; } }
@media all and (min-width: 992px) and (max-width: 1280px) {
  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
@media all and (max-width: 320px) {
  .header .navbar-top .nav li.trans {
    padding: 0; }

  .lightbox-gallery .photo img {
    height: 80px; } }
@media all and (max-width: 767px) and (min-width: 480px) {
  .posts.category_posts .post .post_image {
    height: 250px; } }
.lightbox-gallery.art .photo img, .gallery-page img {
  height: 250px;
  width: 100%; }

.gallery-list img {
  width: 100%;
  height: 250px;
  object-fit: cover; }

/*# sourceMappingURL=style.css.map */
