body {
  background: url(../img/bg.png);
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
}
.wrapper section {
  margin-bottom: 20px;
}

header {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 16px 0;
}
header .logo {
  margin: 0 auto;
}

.header__icon img {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.header__menu img {
  margin-top: -10px;
  left: 20px;
}
.header__search img {
  right: 20px;
}

.search {
  width: 100%;
  background-color: #fff;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
.search .pure-form fieldset {
  padding: 0.35em;
}
.search input {
  font-size: 18px;
  width: 80%;
}

footer {
  font-size: 10px;
  background-color: #ddd;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

nav {
  background-color: #0068B7;
  text-align: center;
}
nav .pure-menu-list {
  width: 100%;
}
nav .pure-menu-item {
  height: auto;
}
nav .nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
}
nav .nav__link {
  color: #fff;
  border-right: solid 1px #4D96CD;
}
nav .nav__link:hover {
  background-color: transparent;
}
nav .nav__search {
  margin-bottom: 0;
}

.card {
  background-color: #fff;
  width: 100%;
  padding: 20px 36px;
  box-sizing: border-box;
  position: relative;
  min-height: 100% !important;
  height: auto;
}
.card p {
  font-size: 1.125em;
  line-height: 1.5em;
}
.card__footer {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  padding: 20px 36px;
  padding-top: 0;
  left: 0;
  bottom: 0;
}
.card__footer a {
  text-decoration: none;
}
.card__footer p {
  margin: 0;
  margin-bottom: 10px;
}
.card__footer p:last-child {
  margin-bottom: 45px;
}
.card__map {
  width: 100%;
}
.card__icon {
  float: left;
  margin-right: 10px;
  width: 26px;
  height: 26px;
}
.card__title {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 1.625em;
  color: #0068B7;
}
.card__slider .card {
  padding: 10px;
}

.widget {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #4D96CD;
  padding: 18px 0;
}
.widget__icon {
  margin: 0 auto;
  margin-bottom: 10px;
}
.widget > h1, .widget > h3 {
  margin: 6px;
}
.widget__noborder {
  border-bottom: 0px;
}

.footer {
  justify-content: center;
}
.footer a {
  font-size: 14px;
  text-decoration: none;
  color: #0068B7;
}
.footer__link {
  margin-bottom: 20px;
}

.info {
  margin-bottom: 20px;
  line-height: 1em;
}

.text-large {
  font-size: 240%;
}

.news {
  position: relative;
  text-align: center;
}
.news__tab {
  cursor: pointer;
  height: 72px;
  line-height: 72px;
  font-size: 1.625em;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  color: #0068B7;
  background-color: #ddd;
}
.news__tab-active {
  color: #fff;
  background-color: #0068B7;
}
.news__tab:last-child {
  border: 0px;
}
.news__item {
  float: left;
  line-height: 27px;
  margin-bottom: 20px;
}
.news__item:last-child {
  margin-bottom: 0;
}
.news__icon {
  background: url(../img/ic_arrow.png);
  width: 30px;
  height: 27px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}
.news__title {
  font-size: 1.125em;
  display: inline-block;
}
.news__content {
  padding: 20px 0;
}

.more {
  display: table;
  background-color: #0068B7;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  line-height: 26px;
  float: right;
  width: 50%;
  min-width: 80px;
  max-width: 120px;
  padding: 0 4px;
  font-size: 0.875em;
}
.more__arrow {
  display: table-cell;
  vertical-align: middle;
  float: right;
  margin: 0;
}
.more__arrow img {
  width: 12px;
  height: 12px;
}

.banners {
  text-align: center;
  line-height: 24px;
}
.banners .card {
  padding: 0;
  height: 88px;
  display: table;
}
.banners .card .pure-img {
  height: 100%;
  margin: 0 auto;
}
.banners .card p {
  display: table-cell;
  vertical-align: middle;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.l-box {
  padding: 0 20px;
}

.l-box-r {
  padding-right: 20px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \ */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.row_1 .card {
  padding: 10px;
}
.row_1 small {
  font-size: 10px;
}

.mg-t-18 {
  margin-top: 18px;
}

.b-0 {
  bottom: 0;
}

.mg-b-45 {
  margin-bottom: 45px;
}

.mg-b-60 {
  margin-bottom: 60px;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.row_3 .news__item {
  margin-bottom: 20px;
}
.row_3 .news__item:last-child {
  margin-bottom: 0;
}
.row_3 .card p:last-child {
  margin-bottom: 60px;
}

/* slick overwrite */
.slider {
  margin-bottom: 0;
}
.slider__image {
  position: relative;
}
.slider__info {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, black, transparent);
  width: 100%;
  line-height: 40px;
  color: #fff;
  padding: 10px 20px;
  font-size: 24px;
}

.slick-dots {
  bottom: 0;
  text-align: right;
}
.slick-dots li button:before {
  color: #fff;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  color: #0068B7;
}

.slick-arrow {
  z-index: 1000;
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

.scaling-div {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
}

.scaling-div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.news__item {
  padding-left: 40px;
  line-height: 27px;
  width: 100%;
  font-size: 18px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.news__item:before {
  content: "";
  background: url(../img/ic_arrow.png) no-repeat center;
  width: 30px;
  height: 27px;
  position: absolute;
  left: 0;
}

.show {
  display: block;
}

.page_content {
  background-color: #fff;
  padding: 0 20px 20px;
}

.events {
  text-align: left;
}
.events__scaling {
  width: 100%;
  position: relative;
  padding-bottom: 66.67%;
}
.events__desc {
  box-sizing: border-box;
  padding: 0 10px;
}
.events__item {
  position: relative;
  margin-bottom: 20px;
}
.events__title {
  font-size: 22px;
  color: #0068B7;
  height: 50%;
}
.events__info {
  position: absolute;
  bottom: 0;
}
.events__info p {
  color: #323232;
  font-size: 16px;
  line-height: 18px;
}
.events__info p:last-child {
  margin-bottom: 0;
}

.mayor {
  padding: 0;
  box-sizing: border-box;
}
.mayor__title {
  padding: 20px;
  color: #0068B7;
  font-size: 28px;
  line-height: 46px;
}
.mayor__icongroup {
  padding: 20px;
  text-align: right;
}
.mayor__icongroup .card__icon {
  display: block;
  width: auto;
  height: auto;
  float: right;
}
.mayor__info {
  padding: 0 20px;
  padding-bottom: 20px;
}
.mayor__info ul {
  padding-left: 0;
  list-style: none;
  line-height: 26px;
}
.mayor__intro {
  padding: 0 20px;
  line-height: 26px;
}
.mayor__intro strong {
  font-size: 26px;
}
.mayor__intro p {
  margin-bottom: 20px;
}

.news_list {
  background-color: #fff;
  padding: 0 20px 20px;
}
.news_list__date {
  max-width: 100px;
}
.news_list__title {
  color: #0068B7;
  font-size: 28px;
  line-height: 86px;
}
.news_list__table {
  border: 0px;
  width: 100%;
}
.news_list__table a {
  color: #323232;
  text-decoration: none;
}
.news_list__table a:hover {
  text-decoration: underline;
}
.news_list__table th {
  background-color: #D5D5D5;
  color: #0068B7;
  height: 72px;
  vertical-align: middle;
  text-align: center;
}
.news_list__table tr {
  vertical-align: middle;
  line-height: 24px;
}
.news_list__table tr div {
  min-height: 70px;
}
.news_list__sub {
  min-width: 120px;
  text-align: center;
}

.breadcrumb {
  border: 1px solid #fff;
  background-color: #FFF;
  padding: 16px 20px;
  margin: -18px 0 18px 0;
  color: #323232;
}

.side_nav {
  margin: 10px 0;
  -webkit-box-shadow: inset -1em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  box-shadow: inset -1em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
}
.side_nav ul {
  margin-top: 0px;
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  list-style: none;
}
.side_nav ul a {
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.1s;
  display: block;
  padding: 14px 10px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #ccc;
}
.side_nav ul a:hover {
  background-color: #0068B7;
  color: #fff;
}
.side_nav__title {
  background-color: #0068B7;
  padding-left: 20px;
  line-height: 55px;
  font-size: 18px;
  color: #fff;
}

/* em pure-hidden values */
/* pure-hidden-xs */
@media screen and (max-width: 35.438em) {
  .pure-visible-sm, .pure-visible-md, .pure-visible-lg, .pure-visible-xl, .pure-hidden-xs {
    display: none;
  }

  .mayor__icongroup .card__icon {
    float: left;
  }

  .slider__info {
    font-size: 12px;
  }

  .news__tab {
    font-size: 1em;
  }

  .search input {
    width: 100%;
  }
}
/* pure-hidden-sm */
@media screen and (max-width: 47.938em) {
  .pure-visible-xs, .pure-visible-md, .pure-visible-lg, .pure-visible-xl, .pure-hidden-sm {
    display: none;
  }

  .header {
    background-color: #0068B7;
  }

  .breadcrumb {
    margin-top: 10px;
  }

  .wrapper {
    padding: 8px;
  }

  .row_1 .pos-sm-a {
    position: absolute;
  }
  .row_1 .card:last-child {
    margin-bottom: 0;
  }

  .row_2 .pure-u-sm-1:last-child .card {
    margin-bottom: 0;
  }

  .row_2 .card, .row_3 .card {
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .row_2 .pos-a, .row_3 .pos-a {
    position: relative;
  }

  .row_3 .news__item {
    width: 100%;
  }

  .widget {
    border: 0;
  }

  .card__footer {
    padding: 0 0 20px 36px;
  }

  .more {
    max-width: 140px;
  }

  .l-box-r {
    padding: 0;
  }

  .l-box {
    padding: 0;
    margin-bottom: 20px;
  }
}
/* pure-hidden-md */
@media screen and (min-width: 48em) and (max-width: 63.938em) {
  .pure-visible-xs, .pure-visible-sm, .pure-visible-lg, .pure-visible-xl, .pure-hidden-md {
    display: none;
  }
}
/* pure-hidden-lg */
@media screen and (min-width: 64em) and (max-width: 79.938em) {
  .pure-visible-xs, .pure-visible-sm, .pure-visible-md, .pure-visible-xl, .pure-hidden-lg {
    display: none;
  }
}
/* pure-hidden-xl */
@media screen and (min-width: 80em) {
  .pure-visible-xs, .pure-visible-sm, .pure-visible-md, .pure-visible-lg, .pure-hidden-xl {
    display: none;
  }
}
.magictime {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

header .toggle-panel {
  display: none;
}

header ul {
  display: block;
}

@media only screen and (max-width: 768px) {
  header .toggle-panel {
    display: block;
  }

  header ul {
    display: none;
  }
}
