@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap');

html, body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
}

body, input, textarea, select {
  color: #532a08;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
}

.clear:after {
  clear: both;
  content: '';
  display: table;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.wrap {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}

.site-header {
  height: 153px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}

.site-header a {
  color: #692f00;
}

.site-header .wrap {
  align-items: center;
  display: flex;
  height: 139px;
  justify-content: space-between;
  position: relative;
}

.site-header:before, .site-header:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%
}

.site-header:before {
  background-color: #cbbfb4;
  bottom: 34px;
}

.site-header:after {
  background-color: #eae5e1;
  bottom: 31px;
}

.site-logo a {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 135px;
}

.site-logo span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.main-nav-trigger {
  display: none;
}

.main-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.main-nav a {
  align-items: center;
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  height: 70px;
  margin-left: 5px;
  padding: 0 15px;
  border-radius: 3px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s ease-out;
}

.main-nav .current, .main-nav .current:hover {
  background-color: #c65b04;
  color: #fff;
  transition: all .3s ease-in;
}

.main-nav a:hover {
  background-color: #f8ece2;
}

.main-nav a:after {
  background: url(../images/main-nav-arrow.png) 0 0 no-repeat;
  bottom: -30px;
  height: 18px;
  content: '';
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  transition: all .3s ease-out;
  width: 22px;
  z-index: 2;
}

.main-nav .current:after {
  bottom: -47px;
  opacity: 1;
  transition: all .3s ease-in;
  z-index: 110;
}

.mega-menu {
  background-color: rgba(83, 42, 8, .96);
  bottom: 0;
  display: none;
  left: 0;
  padding-top: 94px;
  position: absolute;
  right: 0;
  top: 145px;
  z-index: 20;
}

.mega-menu a {
  transition: all .3s ease-in;
}

.mega-menu a:hover {
  transition: all .3s ease-out;
}

.mega-menu .wrap {
  box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.23);
  display: flex;
  max-width: 1036px;
}

.mega-menu .wrap > div {
  box-sizing: border-box;
  display: flex;
}

.mega-menu .wrap > div:first-child {  
  border-radius: 3px 0 0 3px;
}

.mega-menu .wrap > div:nth-last-child(2) {  
  border-radius: 0 3px 3px 0;
}

.mega-menu .info {
  background-color: #fff;
  padding: 29px 46px;
  width: 556px;
}

.mega-menu-council .info {
  flex-shrink: 0;
  padding: 29px 30px 29px 46px;
  width: 320px;
}

.mega-menu-services .info {
  padding-bottom: 32px;
}

.mega-menu-administration .info .text {
  padding-right: 40px;
}

.mega-menu .info h2 {
  color: #c65b04;
  font-size: 25px;
  font-weight: 700;
  margin: 8px 0 40px;
  text-transform: uppercase;
}

.mega-menu .info h2 span {
  color: #532a08;
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.mega-menu .info .text > div {
  font: 17px/26px 'Roboto Condensed', sans-serif;
}

.mega-menu .info h3 {
  font-size: 28px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 15px;
}

.mega-menu .info h3 span {
  display: block;
  font-size: 22px;
}

.mega-menu .info ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -9px;
  padding: 1px 0 0;
}

.mega-menu .info ul li {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px 12px;
}

.mega-menu .info ul .row {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/*
.mega-menu .info ul li:last-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
*/

.mega-menu .info ul a {
  align-items: center;
  border: 1px solid #927054;
  border-radius: 3px;
  box-sizing: border-box;
  color: #532a08;
  display: flex;
  font: bold 16px 'Roboto Condensed', sans-serif;
  height: 50px;
  justify-content: center;
  padding: 5px 15px;
  text-align: center;
}

.mega-menu .info ul li:nth-child(1) a {
  background-color: #c65b04;
  border-color: #c65b04;
  color: #fff;
}

.mega-menu .info ul li:nth-child(2) a {
  background-color: #e99d30;
  border-color: #e99d30;
}

.mega-menu .info ul .row a {
  font-size: 14px;
  height: auto;
}

.mega-menu .info ul a:hover, .mega-menu .info ul li:nth-child(1) a:hover, .mega-menu .info ul li:nth-child(2) a:hover {
  background-color: #532a08;
  border-color: #532a08;
  color: #e78d2a;
}

.mega-menu .info ul span {
  display: block;
  line-height: normal;
}

.mega-menu .nav {
  background-color: #e99d30;
  padding: 32px 25px 32px 51px;
}

.mega-menu-council .nav {
  padding-right: 0;
}

.mega-menu-services .wrap > .nav {
  display: block;
  flex-grow: 0;
  padding: 0;
  width: 272px;
}

.mega-menu .nav ul {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
}

.mega-menu-administration .nav ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.mega-menu-council .nav ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.mega-menu .nav li + li {
  margin-top: 12px;
}

.mega-menu .nav a {
  color: #532a08;
  display: block;
  font: bold 19px/19px 'Roboto Condensed', sans-serif;
}

.mega-menu .nav a:hover {
  color: #c65b04;
}

.mega-menu .nav .covid {
  background-color: #c65b04;
  padding: 23px 29px 22px 41px;
}

.mega-menu .nav .covid a {
  display: block;
  color: #ffda0b;
  font: bold 15px 'Roboto Condensed', sans-serif;
  padding: 10px 0;
}

.mega-menu .nav .covid a:hover {
  color: #fff;
}

.mega-menu-services .nav ul {
  padding: 29px 29px 29px 41px;
}

.mega-menu-services .wrap > .muni {
  background-color: #532a08;
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  padding: 37px 30px 20px 38px;
  width: 279px;
}

.mega-menu-services .muni h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

.mega-menu-services .muni ul {
  list-style: none;
  margin: 0 0 10px;
  min-width: 160px;
  padding: 16px 60px 12px 18px;
}

.mega-menu-services .muni li + li {
  margin-top: 11px;
}

.mega-menu-services .muni a {
  color: #fff;
  font: bold 19px/19px 'Roboto Condensed', sans-serif;
}

.mega-menu-services .muni a:hover {
  color: #e99d30;
}

.mega-menu-services .muni .gallery {
  background-color: #fff;
  border-radius: 3px;
  color: #532a08;
  display: block;
  font: bold 18px/18px 'Roboto Condensed', sans-serif;
  margin: 0 17px;
  padding: 20px;
}

.mega-menu-services .muni .gallery:hover {
  background-color: #f8ece2;
}

.sub-nav {
  height: 0;
  position: relative;
  z-index: 100;
}

.sub-nav .box {
  background-color: #fff;
  box-shadow: 4px 14px 8px rgba(0, 0, 0, .26);
  box-sizing: border-box;
  display: none;
  left: 0;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 15;
}

.sub-nav .open {
  display: block;
}

.side-nav {
  border-left: 3px solid #c65b04;
  padding: 0 45px 0 13px;
}

.side-nav a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 7px;
  text-transform: uppercase;
}

.side-nav .lang {
  font-size: 15px;
  margin-top: 0;
  text-transform: none;
}

.side-nav a:hover, .side-nav .show-search.clicked {
  color: #c65b04;
}

.search-box-wrap {
  height: 0;
  transform: translateY(-30px);
  z-index: 12;
}

.search-box {
  align-items: center;
  background-color: #c65b04;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
  border-radius: 3px;
  box-sizing: border-box;
  display: none;
  padding: 5px;
  position: absolute;
  right: 0;
  top: -20px;
  width: 400px;
}

.search-box:before {
  border-style: solid;
  border-width: 0 4.5px 6px 4.5px;
  border-color: transparent transparent #c65b04 transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 104px;
  top: -6px;
  width: 0;
}

.search-box label {
  display: none;
}

.search-box .text {
  border: none;
  box-sizing: border-box;
  flex-shrink: 0;
  font-size: 20px;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 5px;
  width: calc(100% - 26px);
}

.search-box .submit {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  flex-shrink: 0;
  height: 26px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -999px;
  width: 26px;
}

.search-box .submit:before, .search-box .submit:after {
  content: '';
  position: absolute;
}

.search-box .submit:before {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 8px;
  left: 7px;
  top: 5px;
  width: 8px;
}

.search-box .submit:hover:before {
  border-color: #f8ece2;
}

.search-box .submit:after {
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  height: 9px;
  right: 6px;
  top: 12px;
  transform: rotate(-45deg);
  width: 2px;
}

.search-box .submit:hover:after {
  background-color: #f8ece2;
}

.home-content {
  margin-bottom: 70px;
}

.about-box {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 3px;
  box-sizing: border-box;
  margin: 62px 50px 25px auto;
  max-width: 633px;
  min-height: 296px;
  padding: 48px 53px;
  position: relative;
  z-index: 2;
}

.news-boxes {
  align-items: start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.news-box {
  background-color: #f8ece2;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 13px 36px 33px 16px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  z-index: 2;
}

.exclusive-box {
  background-color: rgba(198, 91, 4, .9);
}

.news-box h2 {
  background-color: #c65b04;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  height: 43px;
  line-height: 43px;
  margin: 0 0 28px;
  text-align: center;
  width: 121px
}

.exclusive-box h2 {
  background-color: #fff;
  color: #532a08;
  margin-bottom: 22px;
}

.view-all {
  color: #c65b04;
  font: 16px 'Roboto Condensed', sans-serif;
  position: absolute;
  right: 63px;
  top: 27px;
}

.exclusive-box .view-all {
  color: #fff;
  right: 57px;
}

.news-box ul {
  margin: 0;
  padding: 0 0 0 27px;
}

.news-box li {
  align-items: start;
  display: flex;
  list-style: none;
}

.news-box h3 {
  margin: 15px 0 0;
  padding: 0;
}

.news-box li:first-child h3 {
  margin-top: 0;
}

.news-box h3 a {
  color: #532a08;
  font: bold 18px 'Roboto Condensed', sans-serif;
}

.news-box h3 a:hover {
  color: #c65b04;
}

.exclusive-box h3 a {
  color: #fff;
}

.exclusive-box h3 a:hover {
  color: #ffda0b;
}

.news-box .pic {
  border: 1px solid #adadad;
  display: block;
  margin-left: 30px;
}

.news-box .pic img {
  border: 3px solid #f2f2f2;
  display: block;
  height: auto;
  width: 140px;
}

.exclusive-box .covid {
  border-top: 1px solid rgba(255, 255, 255, .56);
  margin-left: 30px;
  margin-top: 16px;
  padding-top: 16px;
}

.exclusive-box .covid a {
  display: block;
  color: #ffda0b;
  font: bold 15px 'Roboto Condensed', sans-serif;
}

.more-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  padding:  0 50px 0 87px;
  position: relative;
  z-index: 2;
}

.get-to-know {
  align-items: center;
  background-color: #c65b04;
  border-radius: 50%;
  border: 17px solid #f8ece2;
  /* box-shadow: 0 0 0 17px rgba(244, 224, 208, .61); */
  color: #fff;
  display: flex;
  font-size: 23px;
  font-weight: 300;
  height: 162px;
  margin: 36px 17px 17px;
  position: relative;
  text-align: center;
  transition: all .75s;
  vertical-align: middle;
  width: 162px;
}

.get-to-know span {
  position: relative;
  z-index: 2;
}

.know-krushari {
  background-color: rgba(38, 21, 4, .89);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.ver-en .know-krushari {
  background: transparent;
  display: block;
  position: relative;
  z-index: 2;
}

.know-krushari .wrap {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: auto;
}

.ver-en .know-krushari .wrap {
  left: 0;
  max-width: 950px;
  position: relative;
  top: 0;
  transform: none;
}

.know-krushari h3 {
  align-items: center;
  background-color: #532a08;
  border-radius: 50%;
  box-shadow: 0 0 0 17px rgba(244, 224, 208, .61);
  color: #fff;
  display: flex;
  font-size: 23px;
  font-weight: 300;
  height: 162px;
  left: -68px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: -49px;
  width: 162px;
}

.ver-en .know-krushari h3 {
  left: -29px;
}

.know-krushari .nav {
  background: #c65b04 url(../images/get-to-know.png) center bottom no-repeat;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  padding: 52px 18px 52px 157px;
  width: 768px;
}

.ver-en .know-krushari .nav {
  width: auto;
}

.know-krushari ul {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px 0 0;
}

.ver-en .know-krushari ul {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  padding-right: 40px;
}

.know-krushari ul li + li {
  margin-top: 8px;
}

.know-krushari ul a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding-left: 22px;
  position: relative;
}

.know-krushari ul a:before {
  background-color: #532a08;
  border-radius: 50%;
  content: '';
  height: 11px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 11px;
}

.close-modal {
  background-color: #c65b04;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 33px;
  line-height: 33px;
  padding: 0 39px 0 15px;
  position: absolute;
  right: 0;
  top: -19px;
}

.close-modal span {
  animation: rotate1 .3s linear .3s;
  background: #c65b04 url(../images/icon-cross.svg) center no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(244, 224, 208, .61);
  height: 41px;
  position: absolute;
  right: -16px;
  top: -5px;
  transform: rotate(45deg);
  width: 41px;
}

@keyframes rotate1 {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(-225deg);
  }
}

.close-modal:hover span {
  animation: rotate2 .3s;
  background-color: #532a08;
}

@keyframes rotate2 {
  from {
    transform: rotate(-135deg);
  }
  to {
    transform: rotate(45deg);
  }
}

.know-krushari .close-modal, .know-krushari .close-modal span {
  background-color: #532a08;
}

.open-gallery-wrap {
  margin: 0 50px 50px auto;
  max-width: 633px;
}

.open-gallery {
  background-color: #96572f;
  border-radius: 12px;
  color: #fff;
  height: 20px;
  margin-top: 56px;
  padding: 16px;
  position: relative;
  z-index: 2;
}

.open-gallery-wrap .open-gallery {
  display: inline-block;
  height: 63px;
  line-height: 63px;
  margin-top: 0;
  padding: 0 0 0 76px;
}

.utility-nav {
  max-width: 634px;
}

.utility-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}

.utility-nav li {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  list-style: none;
  max-width: 25%;
  padding: 0 8px 12px;
}

.utility-nav li:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
}
/*
.utility-nav li:nth-child(5), .utility-nav li:nth-child(6), .utility-nav li:nth-child(7) {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
*/

.utility-nav a {
  align-items: center;
  border: 1px solid #532a08;
  border-radius: 3px;
  color: #532a08;
  display: flex;
  font: 18px 'Roboto Condensed', sans-serif;
  justify-content: center;
  min-height: 44px;
  padding: 16px;
  text-align: center;
  transition: all .3s ease-out;
}

.utility-nav li:nth-child(6) a, .utility-nav li:nth-child(7) a, .utility-nav li:nth-child(8) a, .utility-nav li:nth-child(9) a {
  min-height: 66px;
}

.utility-nav a:hover {
  background-color: #532a08;
  color: #e78d2a;
  transition: all .3s ease-in;
}

.services-wrap {
  display: flex;
  position: relative;
  z-index: 2;
}

.services-box {
  background-color: #96572f;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 56px 47px 20px;
}

.services-box h2 {
  background-color: #96572f;
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  height: 166px;
  line-height: 114px;
  margin: -98px auto -68px;
  text-align: center;
  width: 166px;
}

.services-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  padding: 0;
}

.services-box li {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  list-style: none;
  width: 33.333333%;
  padding: 0 13px 18px;
}

.services-box a {
  align-items: flex-end;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  color: #532a08;
  display: flex;
  font: bold 16px 'Roboto Condensed', sans-serif;
  height: 100%;
  overflow: hidden;
  padding: 18px 15px 18px 25px;
  position: relative;
  text-transform: uppercase;
  transition: background-color .3s ease-in;
}

.services-box a:hover {
  background-color: #e27b28;
  transition: background-color .3s ease-out;
}

.services-box span {
  position: relative;
}

.map-box {
  flex-grow: 1;
  max-width: 505px;
  text-align: center;
}

.map-box2 {
  background-color: rgba(198, 91, 4, .9);
  border-radius: 3px;
  box-sizing: border-box;
  height: 377px;
  margin: 0 50px 50px auto;
  max-width: 633px;
  overflow: visible;
  padding: 35px 16px 0;
  position: relative;
  z-index: 2;
}

.map-box h2 {
  color: #c65b04;
  font-weight: 300;
  margin: -40px 0 0;
}

.map-box2 h2 {
  color: #fff;
  margin: 0 0 -10px;
}

.map-box2 .list {
  background: url(../images/krushari-municipality-map.png) 39% 0 no-repeat;
  padding: 20px 28px 0 0;
}

.map-box ul {
  background: url(../images/obshtina-krushari-karta.png) center no-repeat;
  height: 400px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 406px;
}

.map-box2 ul {
  background: none;
  height: 443px;
}

.map-box li {
  list-style: none;
}

.map-box a {
	background-color: #ae4f01;
	border-radius: 15px;
	position: absolute;
	height: 13px;
  overflow: hidden;
  transition: all .3s ease-out;
	width: 13px;
	z-index: 30;
}

.map-box a:hover {
  animation: pulse2 1.25s infinite;
	background-color: #df9e11;
  overflow: visible;
  transition: all .3s ease-in;
	z-index: 40;
}

@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(244, 224, 208, 1);
  }
  
  70% {
    box-shadow: 0 0 0 20px rgba(244, 224, 208, 0);
  }
  
  100% {
    box-shadow: 0 0 0 3px rgba(244, 224, 208, 0);
  }
}

.map-box .village-814 {
  left: 167px;
  top: 85px;
}

.ver-en .map-box .village-814 {
  left: 164px;
  top: 72px;
}

.map-box .village-815 {
  left: 274px;
  top: 87px;
}

.ver-en .map-box .village-815 {
  left: 284px;
  top: 72px;
}

.map-box .village-816 {
  left: 230px;
  top: 108px;
}

.ver-en .map-box .village-816 {
  left: 232px;
  top: 95px;
}

.map-box .village-817 {
  left: 277px;
  top: 149px;
}

.ver-en .map-box .village-817 {
  left: 282px;
  top: 139px;
}

.map-box .village-818 {
  left: 154px;
  top: 136px;
}

.ver-en .map-box .village-818 {
  left: 149px;
  top: 126px;
}

.map-box .village-819 {
	left: 85px;
	top: 110px;
}

.map-box .village-820 {
  left: 225px;
  top: 178px;
}

.ver-en .map-box .village-820 {
  left: 225px;
  top: 169px;
}

.map-box .village-821 {
	left: 62px;
	top: 148px;
}

.map-box .village-822 {
  left: 270px;
  top: 234px;
}

.map-box .village-823 {
	left: 165px;
	top: 204px;
}

.map-box .village-824 {
  left: 271px;
  top: 322px;
}

.map-box .village-825 {
  left: 213px;
  top: 358px;
}

.ver-en .map-box .village-825 {
  top: 364px;
}

.map-box .village-826 {
  left: 86px;
  top: 256px;
}

.ver-en .map-box .village-826 {
  left: 75px;
  top: 250px;
}

.map-box .village-827 {
  height: 18px;
  left: 148px;
  top: 236px;
  width: 18px;
}

.ver-en .map-box .village-827 {
  left: 141px;
  top: 232px;
}

.map-box .village-828 {
  left: 177px;
  top: 302px;
}

.map-box .village-829 {
  left: 205px;
  top: 253px;
}

.map-box .village-830 {
  left: 255px;
  top: 74px;
}

.ver-en .map-box .village-830 {
  left: 264px;
  top: 57px;
}

.map-box .village-831 {
  left: 317px;
  top: 194px;
}

.ver-en .map-box .village-831 {
  left: 322px;
  top: 188px;
}

.map-box .village-813 {
	height: 27px;
  left: 231px;
  top: 267px;
	width: 27px;
}

.map-box a span {
	background-color: rgba(255, 255, 255, .9);
	border-radius: 3px;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, .35);
	color: #ce6108;
	opacity: 0;
	font-size: 17px;
	height: 39px;
	left: -62px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	top: -52px;
  transition: all .3s ease-in;
	vertical-align: middle;
	width: 135px;
}

.map-box .village-813 span {
	left: -55px;
}

.map-box .village-827 span {
  left: -60px;
}

.map-box .village-826 span {
	padding: 3px 5px;
	width: 127px;
}

.map-box a:hover span {
	opacity: 1;
  transition: all .3s ease-out;
}

.map-box a span:after {
	border-style: solid;
	border-width: 5px 6.5px 0 6.5px;
	border-color: #fff transparent transparent;
	bottom: -5px;
	content: " ";
	height: 0;
	left: 62px;
	position: absolute;
	width: 0;
}

.map-box a strong {
	display: inline-block;
	font-weight: normal;
	line-height: 18px;
	vertical-align: middle;
}

.map-box .village-826 strong, .map-box .village-822 strong, .map-box .village-815 strong, .map-box .village-814 strong, .map-box .village-813 strong, .map-box .village-818 strong {
	font-size: 13px;
}

.muni-boxes {
  background-color: #532a08;
  padding: 78px 0 108px;
  position: relative;
  z-index: 2;
}

.muni-boxes .wrap {
  display: flex;
}

.muni-box {
  box-sizing: border-box;
  display: flex;
  width: 50%;
}

.mayor-box {
  padding-right: 15px;
}

.adm-box {
  padding-left: 15px;
}

.muni-box > div {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  width: 100%;
}

.muni-box .info {
  align-items: start;
  display: flex;
  height: 288px;
  padding: 21px 22px 30px;
  position: relative;
}

.muni-box .info h2 {
  color: #532a08;
  font-size: 25px;
  font-weight: bold;
  height: 108px;
  line-height: 29px;
  margin: 0;
  padding-top: 15px;
  text-transform: uppercase;
}

.muni-box .info h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.muni-box .text {
  flex-grow: 1;
  padding-left: 28px;
}

.muni-box .text h3 {
  font-size: 28px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  padding-bottom: 15px;
}

.muni-box .text h3 span {
  display: block;
  font-size: 22px;
}

.page-inside .page-wrap {
  background-color: #d0b7a2;
  padding: 40px 0;
  margin-top: -29px;
  position: relative;
  z-index: 11;
}

.adm-nav-main {
  border-left: 1px solid #c65b04;
  font-size: 17px;
  line-height: 25px;
  margin-top: 126px;
  padding-left: 43px;
  width: 115px;
}

.adm-nav-main a {
  color: #532a08;
  display: block;
}

.muni-box .nav {
  align-items: center;
  background-color: #e99d30;
  border-radius: 0 0 3px 3px;
  display: flex;
  height: 61px;
  padding: 0 30px 0 25px;
}

.muni-box .nav a, .nav-more a {
  color: #532a08;
  font: bold 18px/61px 'Roboto Condensed', sans-serif;
  padding: 0 15px;
}

.muni-box .nav a {
  height: 100%;
  white-space: nowrap;
}

.muni-box .nav span {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.muni-box .nav .more {
  font-weight: normal;
  margin: 0 0 0 auto;
}

.muni-box .nav a:hover, .nav-more a:hover, .muni-box .nav .more.clicked {
  background-color: #c65b04;
  color: #e99d30;
}

.nav-more {
  background-color: #c65b04;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
  display: none;
  left: 0;
  padding: 10px 25px;
  position: absolute;
  right: 0;
  top: calc(100% - 3px);
  z-index: 10;
}

.nav-more a {
  display: block;
  line-height: 18px;
  padding: 5px 15px;
}

.page-header {
  background-color: #692f00;
  color: #fff;
  display: flex;
  padding: 40px 100px 40px 43px;
  position: relative;
}

.page-header > div {
  flex-grow: 1;
}

.page-title {
  font-size: 31px;
  font-weight: normal;
  margin: 0;
}

.page-title span {
  font-size: 18px;
}

.news-nav {
  border-left: 1px solid #cacaca;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.news-nav dt {
  font-size: 13px;
}

.news-nav dl {
  height: 76px;
  margin-top: -38px;
  padding: 0 26px;
  position: relative;
  right: 0;
  top: 50%;
}

.news-nav a {
  color: #666;
  font-size: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-nav a:hover, .news-nav .current {
  color: #185da8;
}

.page-header .path {
  color: #818181;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 15px 0 0 2px;
}

.page-header .path li {
  display: inline-block;
}

.page-header .path li:after {
  content: " /";
}

.page-header .path li:last-child:after {
  content: "";
}

.page-header .path a {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-header .path a:hover {
  color: #df9e11;
}

.page-header .text-size {
  background-color: rgba(198, 91, 4, .85);
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 83px;
}

.page-header .text-size div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.page-header .text-size span {
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-header .text-size span:nth-child(2) {
  font-size: 28px;
  padding-left: 4px;
}

.page-header .text-size span:hover {
  color: #e8a20d;
}

.page-header .text-size p {
  font-size: 11px;
  font-weight: bold;
  margin: 6px 0 0;
}

.page-content {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
}

.page-sidebar {
  border-right: 1px solid #e4e4e4;
  flex-shrink: 0;
  margin-right: -1px;
  padding-bottom: 36px;
  width: 264px;
}

.page-nav-toggle {
  display: none;
}

.page-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-sidebar .level-1 .open + ul {
  border-bottom: 1px solid #e4e4e4;
}

.page-sidebar .level-1 li:last-child ul {
  border-bottom: none;
}

.page-sidebar .subnav ul {
  display: none;
}

.page-sidebar .subnav .current, .page-sidebar .subnav .open {
  display: block;
}

.page-sidebar a {
  color: #532a08;
  display: block;
  font-size: 14px;
  padding: 8px 43px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-sidebar a:hover {
  background-color: #f5f5f5;
}

.page-sidebar .level-1 > li > a {
  border-bottom: 1px solid #e4e4e4;
  font-weight: bold;
  padding: 15px 40px;
  text-transform: uppercase;
}

.page-sidebar .level-2 > li > a {
  border-bottom: 1px solid #f1f1f1;
  font-weight: normal;
  padding-left: 48px;
  text-transform: uppercase;
}

.page-sidebar .level-2 > li:last-child > a {
  border-bottom: none;
}

.page-sidebar .level-2 > li:last-child > .open {
  border-bottom: 1px solid #f1f1f1;
}

.page-sidebar .level-4 > li > a {
  font-size: 13px;
}

.page-sidebar .level-5 > li > a {
  font-size: 12px;
}

.page-sidebar .level-6 > li > a {
  font-size: 11px;
}

.page-sidebar .current {
  color: #c65b04;
  font-weight: bold;
}

.page-sidebar .haschildren:after {
  border: solid #532a08;
  border-width: 2px 2px 0 0;
  content: "";
  height: 8px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: rotate(135deg) translate(-3px, 7px);
  width: 8px;
}

.page-sidebar .level-2 > li > .haschildren:after {
  height: 6px;
  width: 6px;
}

.page-sidebar a.current:after {
  transform: rotate(45deg) translate(-8px, -2px);
}

.page-sidebar .haschildren.open:after, .page-sidebar a.current:after {
  border-color: #c65b04;
}

.page-sidebar .subnav a.open {
  border-color: #eee;
}
  
.page-nav-toggle {
  display: none;
}

.dates-toggle {
  display: none;
}

.dates-menu h3, .dates-menu a {
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
  padding: 7px 43px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.dates-menu h3 {
  cursor: pointer;
  font-weight: bold;
  padding: 15px 43px;
}

.dates-menu h3.open {
  background-color: #eee;
}

.dates-menu h3:after {
  border: solid #532a08;
  border-width: 2px 2px 0 0;
  content: "";
  height: 6px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: rotate(135deg) translate(-3px, 7px);
  transition: transform .1s ease-out;
  width: 6px;
}

.dates-menu h3.open:after {
  transform: rotate(45deg) translate(-8px, -2px);
  transition: transform .1s ease-in;
}

.dates-menu h3:hover, .dates-menu a:hover {
  background-color: #f5f5f5;
}

.dates-menu ul {
  display: none;
}

.dates-menu ul.open {
  display: block;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list a {
  background-color: #eee;
  color: #532a08;
  display: table;
  height: 70px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-list a:hover {
  background-color: #f5f5f5;
}

.news-list .date, .news-list strong {
  height: 70px;
  display: table-cell; 
  vertical-align: middle;
}

.news-list .date {
  background-color: #c65b04;
  color: #fff;
  font-size: 12px;
  min-width: 80px;
  text-align: center;
  text-transform: lowercase;
  width: 80px;
}

.news-list strong {
  font-weight: normal;
  padding: 0 20px;
  width: 100%;
}

.news-list .thumb {
  display: table-cell;
}

.news-list .thumb span {
  background-color: #f8ece2;
  border: 2px solid #c65b04;
  box-sizing: border-box;
  display: block;
  height: 70px;
  max-width: 80px;
  min-width: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
}

.news-list .thumb img {
  display: block;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-list a:hover img {
  -webkit-filter: contrast(110%) brightness(110%);
  filter: contrast(110%) brightness(110%);
}

.news-photo {
  border: 2px solid #532a08;
  margin-bottom: 10px;
  display: block;
}

.article-gallery {
  float: left;
  margin: 5px 21px 15px 0;
  width: 258px;
}

.article-gallery li {
  display: inline-block;
  margin: 0 3px 6px 0;
  padding-left: 0;
}

.article-gallery ul li:before {
  display: none;
}

.article-gallery ul a {
  background: #eee center no-repeat;
  border: 2px solid #2367b1;
  box-sizing: border-box;
  display: block;
  height: 68px;
  overflow: hidden;
  text-indent: -999px;
  width: 80px;
}

.news-photo, .article-gallery ul a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.news-photo:hover, .article-gallery ul a:hover {
  border-color: #e8a20d;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.article-wrap {
  border-left: 1px solid #e4e4e4;
  flex-grow: 1;
  overflow: hidden;
  padding: 36px;
  position: relative;
}

.anketa-wrap {
	overflow: initial;
}

.page-sidebar.article-wrap {
  padding: 36px 36px 36px 56px;
}

.article-title {
  font-size: 34px;
  margin: 0 0 1em;
  position: relative;
}

.page-news .article-title {
  margin-bottom: .75em;
}

.article-date {
  color: #8b8a8a;
  display: block;
  font-size: 14px;
  margin: -0.85em 0 20px;
}

.article-desc {
  background-color: #e5eaee;
  clear: both;
  margin-bottom: 32px;
  padding: 16px 20px;
}

.article-content {
  line-height: 20px;
}

.article-content a {
  color: #c65b04;
}

.article-content a:hover {
  color: #df9e11;
}

.article-content p, .article-content ul, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-bottom: 16px;
  margin-top: 0;
}

.article-content p:last-child, .article-content div:last-child p {
  margin-bottom: 0;
}

.article-content h2 {
  line-height: 1.25em;
}

.article-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-content li {
  margin: 0 0 5px 16px;
  padding-left: 16px;
  position: relative;
}

.article-content ul li:before {
  background-color: #df9e11;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}

.article-content table {
  border-collapse: collapse;
  border-color: #ccc;
  border-width: 1px;
  margin-top: 12px;
  /*table-layout: fixed;*/
  width: 100%;
}

.article-content thead, .article-content tfoot {
  background-color: #eee;
}

.article-content tbody tr {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.article-content tbody tr:hover {
  background-color: #f5f5f5;
}

.article-content td, .article-content th {
  padding: 5px;
}

.article-content table p {
  margin-bottom: 0;
}

.article-content form {
  background-color: #f4f4f4;
  border: 1px solid #c65b04;
  margin: 25px 0 15px 0;
}

.article-content form dt {
  padding: 10px 20px;
  text-align: center;
}

.article-content form p, .article-content form > h2, .article-content form > h3, .article-content form > h4, .article-content form > h5, .article-content form dd, .article-content form > div {
  border-top: 1px solid #e9e9e9;
  padding: 10px 20px;
}

.article-content form > h2:first-child {
  border-top: 0;
  padding-top: 0;
}

.article-content form p:first-child {
  border-top: none;
}

.article-content form p:last-of-type, .article-content form dd:last-of-type {
  border-top-color: #dcdcdc;
  background-color: #e9e9e9;
}

.article-content input, .article-content textarea, .article-content select {
  border: 1px solid #d0b7a2;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 3px 5px;
}

.article-content input:last-child, .article-content textarea:last-child, .article-content select:last-child {
  margin-bottom: 0;
}
/*
.article-content input, .article-content select, .article-content textarea {
  margin: 0 5px;
}
*/
.article-content form table input {
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
  width: 130px;
}

.article-content textarea {
  vertical-align: top;
}

.article-content br + input, .article-content br + select, .article-content br + textarea {
  margin: 0;
}

.article-content br + input, .article-content br + select {
  margin-top: 5px;
}

.article-content [type=checkbox], .article-content [type=radio], .article-content [type=checkbox]:first-child, .article-content [type=radio]:first-child {
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.article-content textarea {
  height: 66px;
  margin-top: 5px;
  width: 50%;
}

.article-content form label {
  margin-right: 15px;
}

.article-content form > label {
  margin-left: 20px;
}

.article-content [type=submit], .article-content [type=button], .article-content [type=submit]:last-child, .article-content [type=button]:last-child {
  background-color: #c65b04;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin: 0 0 15px 20px;
  padding: 5px 15px;
}

.article-content [type=submit]:hover, .article-content [type=button]:hover {
  background-color: #e99d30;
}

.article-content img {
  height: auto !important;
  max-width: 100%;
}

.article-content iframe, .yt_video iframe {
  background: url(../images/loading.gif) center 200px no-repeat;
  max-width: 100%;
}

.attachments {
  padding-top: 16px;
}

.attachments h3 {
  border-top: 1px solid #e4e4e4;
  margin: 0;
  padding: 16px 0;
}

.attachments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.attachments li {
  display: block;
  min-height: 48px;
  margin: 0 0 12px;
}

.attachments a {
  color: #532a08;
  display: block;
  min-height: 48px;
  line-height: normal;
  overflow: hidden;
  padding-left: 43px;
  position: relative;
}

.attachments a:hover {
  color: #df9e11;
}

.attachments a:before {
  background: url(../images/icons.png) 0 -420px no-repeat;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.attachments .doc:before {
  background-position: 0 0;
}

.attachments .pdf:before {
  background-position: 0 -60px;
}

.attachments .excel:before {
  background-position: 0 -120px;
}

.attachments .powerpoint:before {
  background-position: 0 -180px;
}

.attachments .archiv:before {
  background-position: 0 -240px;
}

.attachments .text:before {
  background-position: 0 -300px;
}

.attachments .pps:before {
  background-position: 0 -360px;
}

.attachments a em {
  display: block;
  font-style: normal;
}

.attachments a span {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
}

.tags {
  background-color: #c65b04;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
  padding: 20px 16px 18px;
  text-align: center;
}

.tags span {
  margin-right: 22px;
}

.tags a {
  color: #ffda0b;
}

.tags a + a {
  margin-left: 20px;
}

.tags a:hover {
  color: #fff;
}

.gallery-nav {
  flex-grow: 0;
  width: 209px;
}

.gallery-nav span {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  color: #575757;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  padding: 0 40px 0 24px;
  position: relative;
  width: 143px;
}

.gallery-nav .clicked, .gallery-nav span:hover {
  background-color: #eee;
}

.gallery-nav span:after {
  border-color: #666 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: "";
  height: 0;
  position: absolute;
  right: 19px;
  top: 20px;
  width: 0;
}

.gallery-nav .clicked:after {
  border-color: transparent transparent #666 transparent;
  border-width: 0 5px 5px 5px;
}

.gallery-nav ul {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .15);
  box-sizing: border-box;
  display: none;
  left: 43px;
  list-style: none;
  margin: 0;
  max-height: 380px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 43px;
  top: 85px;
  z-index: 10;
}

.gallery-nav a {
  color: #575757;
  display: block;
  font-size: 14px;
  margin-bottom: 1px;
  padding: 12px 19px 12px 12px;
  white-space: normal;
}

.gallery-nav li:last-child a {
  margin-bottom: 0;
}

.gallery-nav .current, .gallery-nav a:hover {
  background-color: #eee;
}

.gallery-wrap {
  padding-bottom: 27px;
  position: relative;
}

.gallery-title {
  background-color: #fff;
  font-size: 26px;
  height: 177px;
  line-height: 177px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 60%;
}

.gallery-title span {
  display: inline-block;
  line-height: normal;
  padding: 0 15px;
  vertical-align: middle;
}

.gallery-list {
  background-color: #e4e4e4;
  border: 1px solid #fff;
  list-style: none;
  margin: 0;
  padding: 177px 0 0;
}

.gallery-list li {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  float: left;
  height: 177px;
  width: 20%;
}

.gallery-list li:first-child {
  height: 354px;
  margin-top: -177px;
  width: 40%;
}

.gallery-list a {
  background: center no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
}

.gallery-list img {
  display: none;
}

.gallery-list h3 {
  background-color: rgba(0, 0, 0, .3);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  padding: 10px 10px 10px 21px;
  position: absolute;
  width: 100%;
}

.paging {
  background-color: #fff;
  padding: 36px 36px 32px;
  text-align: center;
}

.paging li {
  display: inline-block;
  margin-bottom: 4px;
  vertical-align: top;
}

.paging a {
  border: 1px solid #c65b04;
  border-radius: 3px;
  color: #532a08;
  display: block;
  font-size: 16px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  transition: all .3s ease-out;
  width: 28px;
}

.paging a.arrow {
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}

.paging a:hover, .paging .selected {
  background-color: #c65b04;
  color: #fff;
  transition: all .3s ease-in;
}

.paging a.arrow:before {
  background-color: transparent;
  border: 1px solid;
  border-width: 2px 2px 0 0;
  content: '';
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translate(-2px, -50%) rotate(-135deg);
  top: 50%;
  width: 7px;
}

.paging a.next:before {
  transform: translate(-6px, -50%) rotate(45deg);
}

.page-gallery {
	background-color: #fff;
	border: 1px solid #96572f;
  border-radius: 3px;
	float: left;
	height: 278px;
	margin: 0 30px 10px 0;
	padding: 3px 3px 44px;
	position: relative;
	width: 415px;
}

.page-gallery .zoom {
	color: #fff;
	cursor: pointer;
	bottom: 13px;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding-right: 29px;
	position: absolute;
	right: 20px;
	z-index: 9999;
}

.page-gallery .zoom span {
  font-size: 13px;
  font-weight: bold;
	position: absolute;
  right: 10px;
  top: -4px;
}

.page-gallery .zoom span:before, .page-gallery .zoom span:after {
  content: '';
  position: absolute;
}

.page-gallery .zoom span:before {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 10px;
  left: -3px;
  top: 1px;
  width: 10px;
}

.page-gallery .zoom span:hover:before {
  border-color: #f8ece2;
}

.page-gallery .zoom span:after {
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  height: 9px;
  right: -4px;
  top: 10px;
  transform: rotate(-45deg);
  width: 3px;
}

.page-gallery .zoom span:hover:after {
  background-color: #f8ece2;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none; text-align:center;}
li.bjqs-slide{position:absolute; display:none; background: none; padding-left: 0; margin: 0;}
li.bjqs-slide:before{display:none;}
li.bjqs-slide a {  
  background: center / cover no-repeat;
  display: block;
  height: 100%;
}
li.bjqs-slide img {
  display: none;
}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers, .gallery_markers{background-color: #c65b04; bottom: 3px; height: 29px; list-style: none; margin: 0 0 0 3px; padding: 9px 0 0; position: absolute; width:415px;}
.gallery_markers{margin-left: 0;}
ol.bjqs-markers.h-centered{}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li {
  margin-left: 0;
	margin-right: 2px;
  padding-left: 0;
}

ol.bjqs-markers li:first-child {
	margin-left: 20px;
}

ol.bjqs-markers li a{
	color: #fff;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding: 0 3px;
	text-align: center;
}

ol.bjqs-markers li.active-marker a{
	background-color: #fff;
	border-radius: 2px;
	color: #d68508;
	position: relative;
}

ol.bjqs-markers li.active-marker a:after{
	border-style: solid;
	border-width: 0 3px 3px 3px;
	border-color: transparent transparent #fff transparent;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -3px;
	position: absolute;
	top: -3px;
	width: 0;
}

ol.bjqs-markers li a:hover{
	background-color: #fff;
	border-radius: 2px;
	color: #d68508;
	height: 16px;
	line-height: 16px;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

.edit-page {
  background-color: #c65b04;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  position: absolute;
  right: 16px;
  top: 10px;
}

.edit-page:hover {
  background-color: #e99d30;
  color: #fff;
}

.site-footer {
  padding-top: 42px;
}

.footer-top {
  align-items: center;
  background-color: #c65b04;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  padding: 25px 38px 21px 30px;
}

.footer-logo {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 21px;
  height: 65px;
  line-height: 22px;
  text-transform: uppercase;
  width: 110px;
}

.footer-nav a, .footer-social {
  color: #fff;
  font: 18px 'Roboto Condensed', sans-serif;
}

.footer-nav a {
  margin: 0 9px;
}

.footer-social {
  font-weight: bold;
}

.footer-bottom {
  color: #393939;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 16px;
}

.footer-bottom a {
  color: #393939;
  font: 14px 'Roboto Condensed', sans-serif;
}

.footer-bottom a:hover {
  color: #c65b04;
}

.g-recaptcha {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  vertical-align: top;
}

.cookie-info {
  background-color: #d5dadc;
  border-top: 1px solid #949494;
  bottom: 0;
  box-shadow: 0 -9px 9px rgba(0, 0, 0, .15);
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999999;
}

.cookie-info > div {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
  position: relative;
}

.cookie-info p {
  margin-bottom: 0;
  padding-right: 24px;
}

.cookie-info a {
  color: #901f19;
}

.cookie-info a:hover {
  color: #f24c27;
}

.cookie-agree {
  background-color: #c65b04;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  padding: 16px 32px;
  text-align: center;
  transition: background-color .2s ease-in;
  will-change: background-color;
}

.cookie-agree:hover {
  background-color: #96572f;
  transition: background-color .2s ease-out;
}

.go-top {
	background-color: rgba(233, 157, 48, .5);
	bottom: 0;
  border-radius: 3px;
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 0;
	text-indent: -999px;
	width: 44px;
	z-index: 900001;
}

.go-top:hover {
	background-color: #e99d30;
}

.go-top:after {
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent rgba(255, 255, 255, .5) transparent;
	content: " ";
	height: 0;
	left: 17px;
	position: absolute;
	top: 17px;
	width: 0;
}

.go-top:hover:after {
	border-bottom-color: #fff;
}

.overlay2 {
  background-color: rgba(0, 0, 0, .42);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.sidepanel {
  background-color: rgba(150, 87, 47, .93);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  padding: 150px 30px 0;
  position: fixed;
  right: -270px;
  text-align: center;
  top: 0;
  transition: right .1s;
  width: 270px;
  z-index: 1001;
}

.sidepanel.open {
  right: 0;
  transition: right .2s;
  z-index: 900002;
}

.sidepanel h4 {
  border-bottom: 1px solid #d0b7a2;
  font-size: 17px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 30px;
}

.sidepanel h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 14px;
  position: relative;
}

.site-version {
  /* display: none; */
  margin: 0 0 40px 26px;
  position: relative;
  text-align: left;
}

.site-version:before {
  background-color: #e99d30;
  border-radius: 7px;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}

.site-version .ver {
  color: #fff;
  display: block;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  padding-left: 27px;
  position: relative;
}

.site-version .ver:hover {
  text-decoration: underline;
}

.site-version .current:before {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  height: 9px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 9px;
}

.sidepanel .text-size {
  margin-bottom: 45px;
}

.sidepanel .text-size .controls {
  font-size: 16px;
  line-height: 16px;
}

.sidepanel .text-size .controls span {
  display: inline-block;
  height: 16px;
  text-align: center;
}

.sidepanel .text-size .controls .bt {
  background-color: #e99d30;
  border-radius: 3px;
  cursor: pointer;
  width: 16px;
}

.sidepanel .text-size .text-current-size {
  font-size: 16px;
  width: 60px;
}

.sidepanel .button {
  background-color: #e99d30;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  text-align: center;
  width: 144px;
}

.site-version:hover:before, .sidepanel .text-size .controls .bt:hover, .sidepanel .button:hover {
  background-color: #c65b04;
}

.sidepanel .button span {
  display: inline-block;
  line-height: 14px;
  vertical-align: middle;
}

.sidepanel .trigger {
  background-color: #96572f;
  cursor: pointer;
  height: 45px;
  line-height: 42px;
  right: 0;
  position: fixed;
  text-align: center;
  top: 320px;
  transition: all .2s;
  width: 45px;
}

.sidepanel.open .trigger {
  background-color: rgba(150, 87, 47, .93);
  right: 270px;
  transition: all .2s;
}

.sidepanel .trigger:hover {
  background-color: #c65b04;
}

.sidepanel .trigger:before {
  background: url(../images/icon-gear.svg) center / 16px 16px no-repeat;
  content: '';
  height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-360deg);
  transition: all .2s ease-out;
  width: 16px;
}

.sidepanel .trigger:hover:before {
  transition: all .2s ease-in;
  transform: translate(-50%, -50%) rotate(360deg) scale(1.4);
}




/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/lightbox/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media screen and (max-width: 1232px) {
  .site-logo {
    margin-left: 16px;
  }
  
  .side-nav {
    padding-right: 16px;
  }
  
  .news-boxes {
    padding: 0 16px;
  }
  
  .services-wrap, .muni-boxes {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .site-footer .wrap {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1130px) {
  .main-nav a:not(.home) {
    margin-left: 0;
    padding: 0 10px;
  }
  
  .more-box {
    padding: 0 16px;
  }
  
  .services-box {
    padding: 56px 32px 16px;
  }
  
  .muni-boxes {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .muni-box .info {
    padding: 16px;
  }
  
  .muni-box .text {
    padding-left: 0;
  }
  
  .muni-box .info h2 {
    padding-left: 85px;
  }
  
  .muni-box .info h2:before, .muni-box .info h2:after {
    left: 16px;
  }
  
  .adm-nav-main {
    padding-left: 16px;
    width: auto;
  }
  
  .muni-box .nav {
    padding: 0 6px;
  }

  .muni-box .nav a {
    white-space: normal;
  }
  
  .muni-box .nav a, .nav-more a {
    padding: 0 10px;
  }
  
  .nav-more {
    padding: 10px 0;
  }
  
  .nav-more a {
    padding: 5px 16px;
  }
}

@media screen and (max-width: 1024px) {
  .site-header {
    overflow: visible;
  }
  
  .main-nav {
    background-color: #5a3212;
    display: none;
    justify-content: center;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
  }
  
  .main-nav.open {
    display: flex;
  }
  
  .main-nav a {
    color: #fff;
  }
  
  .main-nav a:after {
    display: none;
  }
  
  .main-nav-trigger {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
    margin: 0 24px 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .main-nav-trigger span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .main-nav-trigger span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .main-nav-trigger span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .main-nav-trigger span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .main-nav-trigger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
  }

  .main-nav-trigger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  .main-nav-trigger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
  }
  
  .mega-menu {
    padding-top: 0;
    top: 245px;
  }
  
  .mega-menu .wrap > div {
    padding: 16px;
  }
  
  .mega-menu .info {
    display: block;
  }
  
  .mega-menu img {
    height: fit-content;
  }
  
  .mega-menu .wrap > .nav {
    display: block;
  }
  
  .mega-menu-administration .nav ul {
    margin-top: 12px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .mega-menu-administration .nav ul:first-child {
    margin-top: 0;
  }
  
  .mega-menu-services .wrap {
    display: block;
  }
  
  .mega-menu .wrap > .info {
    padding-bottom: 4px;
    width: 100%;
  }
  
  .mega-menu .info h2 {
    margin-bottom: 8px;
  }
  
  .mega-menu .info ul li {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  
  .mega-menu .info ul a {
    height: 100%;
  }
  
  .mega-menu-services .wrap > .nav {
    width: 100%;
  }
  
  .mega-menu-services .nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 16px 8px;
  }
  
  .mega-menu-services .nav ul li, .mega-menu-services .muni ul li {
    margin-bottom: 8px;
    margin-top: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  
  .mega-menu-services .wrap > .muni {
    padding: 16px;
    width: 100%;
  }
  
  .mega-menu-services .muni h3 {
    margin-bottom: 16px;
  }
  
  .mega-menu-services .muni ul {
    display: flex;
    flex-wrap: wrap; 
    padding: 0;
  }
  
  .mega-menu-services .muni .gallery {
    margin: 0 auto;
    width: 100px;
  }
  
  .mega-menu-council .wrap {
    flex-wrap: wrap;
  }
  
  .mega-menu-council .info {
    padding-bottom: 16px;
  }
  
  .mega-menu-council .nav ul {
    margin-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .close-modal {
    right: 20px;
    top: -8px;
  }
  
  .news-boxes {
    display: block;
  }
  
  .news-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .exclusive-box {
    margin-top: 24px;
  }
  
  .open-gallery {
    display: block;
    margin: 32px auto;
    width: 98px;
  }
  
  .get-to-know {
    margin: 0 auto 64px;
  }
  
  .more-box {
    display: block;
    margin-bottom: 64px;
  }
  
  .utility-nav {
    max-width: 100%;
  }
  
  .know-krushari h3 {
    left: 0;
    top: -71px;
  }
  
  .know-krushari .nav {
    padding: 127px 82px 52px;
  }
  
  .know-krushari ul {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
  }
  
  .services-wrap {
    display: block;
    padding-bottom: 0;
  }
  
  .services-box {
    margin-bottom: 32px;
    width: 100%;
  }
  
  .map-box {
    margin: 0 auto;
  }
  
  .map-box h2 {
    margin-top: 0;
  }
  
  .muni-boxes .wrap {
    display: block;
  }
  
  .muni-box {
    margin: 0 auto 32px;
    max-width: 585px;
    width: 100%;
  }
  
  .mayor-box {
    padding-right: 0;
    position: relative;
    z-index: 11;
  }
  
  .muni-box {
    padding-left: 0;
  }
  
  .article-wrap {
    padding: 16px;
  }
  
  .page-header {
    padding: 32px 93px 32px 16px;
  }
  
  .gallery-title {
    font-size: 22px;
  }
  
  .gallery-nav span {    
    padding: 0 24px 0 16px;
    width: 136px;
  }
  
  .gallery-nav span:after {
    right: 12px;
  }
  
  .footer-nav {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .site-header {
    height: 113px;
  }
  
  .site-header .wrap {
    height: 110px;
  }
  
  .site-logo a {
    font-size: 20px;
    line-height: 24px;
    width: 100px;
  }
  
  .site-logo a:before {
    height: 113px;
    width: 103px;
  }
  
  .site-logo a:after {
    background-position: center 7px;
    background-size: 96px auto;
    height: 113px;
    width: 113px;
  }
  
  .site-logo span {
    font-size: 11px;
  }
  
  .side-nav {
    border-left-width: 2px;
    padding: 0 16px 0 6px;
    width: 71px;
  }
  
  .side-nav a {
    line-height: 15px;
  }
  
  .side-nav .show-search, .search-box:before {
    display: none;
  }
  
  .search-box-wrap {
    transform: none;
  }
  
  .search-box {
    box-shadow: none;
    display: flex;
    position: absolute;
    right: 70px;
    top: -4px;
    width: auto;
    left: 16px;
  }
  
  .main-nav-trigger {
    position: absolute;
    margin: 0;
    right: 16px;
    top: 134px;
    z-index: 20;
  }
  
  .main-nav {
    padding: 16px;
    top: 176px;
  }
  
  .main-nav.open {
    display: block;
  }
  
  .main-nav a, .main-nav a:not(.home) {
    font-size: 20px;
    height: auto;
    padding: 8px 16px;
  }
  
  .main-nav a + a {
    margin-top: 16px;
  }
  
  .main-nav .home {
    font-size: 20px;
    font-weight: normal;
    height: auto;
    margin-left: 0;
    padding-left: 16px;
    padding-top: 8px;
    width: auto;
  }
  
  .main-nav .home:before {
    display: none;
  }
  
  .main-nav a br {
    display: none;
  }
  
  .main-nav, .mega-menu {
    z-index: 1000001;
  }
  
  .mega-menu {
    top: 417px;
  }
  
  .mega-menu .wrap > div:first-child, .mega-menu .wrap > div:nth-last-child(2) {
    border-radius: 0;
  }
  
  .mega-menu-administration img {
    display: none;
  }
  
  .mega-menu-administration .wrap {
    flex-wrap: wrap;
  }
  
  .mega-menu-administration .wrap > .info {
    padding-bottom: 12px;
  }
  
  .mega-menu-administration img {
    margin: 0 0 0 auto;
  }
  
  .exclusive-box > div {
    display: block;
  }
  
  .view-all, .exclusive-box .view-all {
    right: 16px;
  }
  
  .news-boxes {
    padding-top: 50px;
  }
  
  .news-box {
    padding: 16px;
  }
  
  .news-box ul {
    padding-left: 0;
  }
  
  .exclusive-box .covid {
    border-left: 0;
    margin: 12px 0 0;
    padding-left: 0;
  }
  
  .exclusive-box .covid a {
    margin: 0 auto;
  }
  
  .know-krushari .wrap, .know-krushari .nav {
    width: 100%;
  }
  
  .know-krushari .nav {
    display: block;
  }
  
  .know-krushari ul {
    padding-right: 0;
  }
  
  .know-krushari ul + ul {
    margin-top: 8px;
  }
  
  .services-box li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  
  .page-inside .page-wrap {
    padding: 72px 0 16px;
  }
  
  .page-title {
    font-size: 27px;
  }
  
  .page-content {
    padding-top: 40px;
    position: relative;
  }
  
  .article-title {
    font-size: 31px;
    margin-bottom: 24px;
  }
  
  .page-sidebar {
    background-color: #fff;
    margin-right: 0;
    padding-bottom: 0;
    position: absolute;
    border-right: 0;
    top: 0;    
    width: 100%;
  }
  
  .page-nav-toggle, .dates-toggle {
    display: block;
    padding: 16px;
    text-align: center;
  }
  
  .page-nav-toggle button, .dates-toggle button {
    background-color: #c65b04;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 6px 32px 6px 16px;
    position: relative;
    text-transform: uppercase;
  }
  
  .page-nav-toggle button:after, .dates-toggle button:after {
    border: solid #fff;
    border-width: 2px 2px 0 0;
    content: "";
    height: 8px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: rotate(135deg) translate(-5px, 7px);
    width: 8px;
  }
  
  .page-nav-toggle button.active:after, .dates-toggle button.active:after {
    transform: rotate(-45deg) translate(2px, -2px);
  }
  
  .page-nav, .dates-nav {
    border-top: 1px solid #e4e4e4;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    display: none;
  }
  
  .page-nav h3, .dates-menu h3 {
    margin: 0;
  }
  
  .gallery-title {
    font-size: 20px;
  }
  
  .gallery-list li {
    height: 140px;
  }
  
  .gallery-list li:first-child {
    height: 317px;
    margin-top: -177px;
  }
  
  .footer-top {
    display: block;
    padding: 16px;
    text-align: center;
  }
  
  .footer-logo {
    margin: 0 auto 16px;
  }
  
  .footer-nav {
    margin-bottom: 16px;
  }
  
  .cookie-info > div {
    display: block;
  }
  
  .cookie-info p {
    margin: 0 0 1em;
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {  
  .exclusive-box {
    margin-bottom: 160px;
  }
  
  .gallery-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {  
  .news-box .pic {
    display: none;
  }
  
  .utility-nav li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .services-box li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  
  .services-box a {
    height: auto;
  }
  
  .muni-boxes {
    padding: 16px;
  }
  
  .muni-box .info {
    display: block;
    height: auto;
  }
  
  .muni-box .text {
    margin-bottom: 16px;
  }
  
  .muni-box .nav {
    display: block;
    height: auto;
    padding: 8px 0;
  }
  
  .muni-box .nav a, .nav-more a {
    display: block;
    line-height: normal;
    padding: 8px 16px;
  }
  
  .adm-nav-main {
    border-left: 0;
    border-top: 1px solid #c65b04;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 0;
    padding-top: 12px;
  }
  
  .adm-nav-main a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .know-krushari .nav {
    padding: 127px 16px 24px;
  }
  
  .map-box {
    display: none;
  }
  
  .gallery-title {
    box-sizing: border-box;
    height: auto;
    line-height: normal;
    padding: 16px;
    position: static;
    width: 100%;
  }
  
  .gallery-list {
    padding-top: 0;
  }
  
  .gallery-list li, .gallery-list li:first-child {
    height: 110px;
    width: 33.3333%;
  }
  
  .gallery-list li:first-child {
    margin-top: 0;
  }
  
  .news-list a {
    height: auto;
  }
  
  .news-list .date, .news-list strong {
    height: 100%;
  }
  
  .news-list strong {
    padding: 8px;
  }
}





