.w-pagination {
  margin-top: 64px;
  margin-bottom: 16px;
}
.w-pagination .btn-default {
  background-color: #efefef;
}
.w-pagination .btn-default:hover, .w-pagination .btn-default:focus, .w-pagination .btn-default:active, .w-pagination .btn-default.active, .w-pagination .open > .dropdown-toggle.btn-default {
  background: #d9dadb;
}
.w-pagination .btn-default:active, .w-pagination .btn-default.active {
  background: #909090;
  box-shadow: none;
}
.w-pagination .glyphicon {
  color: #0072b9;
  font-size: 8px;
}
.w-pagination .pagejump {
  position: relative;
}
.w-pagination .pagejump .pagenum {
  z-index: 50;
  display: none;
  border-radius: 0;
  width: 68px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.w-section-title {
  padding: 6px 25px 50px 16px;
  color: white;
  background: url("../img/bg_title_blue.png") no-repeat left bottom;
}
.w-section-title.color-1 {
  background-color: #004b80;
  background-image: url("../img/bg_title_blue.png");
}
.w-section-title.color-2 {
  background-color: #4b9d2a;
  background-image: url("../img/bg_title_green.png");
}
.w-section-title.color-3 {
  background-color: #166c22;
  background-image: url("../img/bg_title_green_dark.png");
}
.w-section-title.color-4 {
  background-color: #909090;
  background-image: url("../img/bg_title_grey.png");
}
.w-section-title h2 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 38px;
  font-size: 28px;
}

.w-section-title-sub {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding: 4px 0 16px 16px;
  color: white;
  background: url("../img/bg_title_small_blue.png") no-repeat left top;
}
.w-section-title-sub.color-1 {
  background-image: url("../img/bg_title_small_blue.png");
}
.w-section-title-sub.color-2 {
  background-image: url("../img/bg_title_small_grey.png");
}
.w-section-title-sub.color-3 {
  background-image: url("../img/bg_title_small_grey.png");
}
.w-section-title-sub.color-4 {
  background-image: url("../img/bg_title_small_grey.png");
}

#programajanlo {
  color: white;
  background-color: #4b9d2a;
  display: block;
  margin-bottom: 48px;
}
#programajanlo .left-side {
  height: 550px;
  position: relative;
  overflow: hidden;
  background-color: #4b9d2a;
}
#programajanlo .left-side .up-btn, #programajanlo .left-side .down-btn {
  cursor: pointer;
  position: absolute;
  top: -56px;
  left: 43%;
  background-color: white;
  padding: 24px;
  border-radius: 100px;
}
#programajanlo .left-side .up-btn .fa, #programajanlo .left-side .down-btn .fa {
  color: #166c22;
  position: relative;
  font-size: 48px;
  top: 26px;
}
#programajanlo .left-side .down-btn {
  top: inherit;
  bottom: -56px;
}
#programajanlo .left-side .down-btn .fa {
  top: -26px;
}
#programajanlo .program-list {
  font-size: 17px;
  position: relative;
  padding-top: 40px;
  top: 0;
}
#programajanlo .program-list div {
  padding: 2px 16px;
  cursor: pointer;
}
#programajanlo .program-list div:hover {
  cursor: pointer;
  background-color: white;
  color: #1a171b;
}
#programajanlo .program-list .date {
  float: right;
}
#programajanlo .program-list .active {
  background-color: white;
  color: #1a171b;
}
#programajanlo .program-list .active {
  color: #1a171b;
  background-color: white;
}
#programajanlo .week-list div {
  cursor: pointer;
  height: 100px;
  padding: 20px 0;
  font-size: 26px;
  text-align: center;
  color: white;
  font-family: "Oswald", sans-serif;
}
#programajanlo .week-list div p {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
}
#programajanlo .week-list div:nth-child(1) {
  background-color: #166c22;
}
#programajanlo .week-list div:nth-child(2) {
  color: #166c22;
  background-color: white;
}
#programajanlo .week-list div:nth-child(3) {
  background-color: #1a171b;
}
#programajanlo .week-list div:nth-child(4) {
  background-color: #004b80;
}
#programajanlo .program-date {
  padding: 8px 24px;
  font-size: 22px;
}
#programajanlo .program-details {
  width: 100%;
}
#programajanlo .program-details .info {
  height: 75px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
#programajanlo .program-details .info td:nth-child(1) {
  width: 30%;
  background-color: #1a171b;
}
#programajanlo .program-details .info td:nth-child(2) {
  width: 70%;
  background-color: #0072b9;
}
#programajanlo .program-details .desc {
  height: 325px;
}
#programajanlo .program-details .desc > td {
  position: relative;
  background-position: center center;
  background-size: cover;
}
#programajanlo .program-details .desc .title {
  padding: 8px 24px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
}
#programajanlo .program-details .date {
  height: 50px;
}
#programajanlo .program-details .date td {
  padding-left: 24px;
  font-size: 22px;
}

@media (max-width: 767px) {
  #programajanlo .left-side {
    height: inherit;
    margin: 0 20px;
  }
  #programajanlo .program-list {
    padding: 40px 0;
  }
}
.w-introduction {
  background: url("../img/bg_polgarmester.png") repeat-x left top;
  height: 125px;
  position: relative;
}
.w-introduction img {
  position: absolute;
  right: 0;
}
.w-introduction > div {
  position: absolute;
  bottom: 0;
  padding-left: 12px;
  color: #004b80;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.w-introduction > div p:last-child {
  font-weight: 300;
  font-size: 16px;
  color: #1a171b;
}

.w-linkbox {
  font-size: 18px;
  background-color: #e5edf2;
}
.w-linkbox > a {
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #909090;
  padding: 16px;
  color: #1a171b;
  position: relative;
}
.w-linkbox > a img {
  position: relative;
  top: 3px;
  float: right;
}
.w-linkbox > a:hover {
  background-color: #004b80;
  color: white;
}

.w-linkbox.arrow a {
  background: url("../img/bg_menu_arrow.png") no-repeat right center;
}
.w-linkbox.arrow a:hover {
  background-color: #004b80;
}

.w-search-form > div {
  margin: 0;
}
.w-search-form .form-group {
  width: 23%;
  margin: 0;
  padding: 0 4px 16px 4px;
}
.w-search-form .form-group:first-child {
  padding: 0 4px 16px 0;
}
.w-search-form .form-group:last-child {
  padding: 0 0 16px 4px;
  width: 8%;
}
.w-search-form .search-btn {
  width: 100%;
  height: 50px;
  font-size: 21px;
  text-align: center;
  position: relative;
  background-color: #0072b9;
}
.w-search-form .search-btn:hover {
  background-color: #004b80;
}
.w-search-form .search-btn > .glyphicon {
  margin-left: -10px;
  display: block;
  position: absolute;
  left: 50%;
  top: 13px;
  color: white;
}
.w-search-form .form-control {
  height: 50px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #4b9d2a;
}

@media (min-width: 768px) {
  .w-search-form.development .form-group {
    width: 18.4%;
  }
  .w-search-form.development .form-group:last-child {
    width: 8%;
  }
}
@media (max-width: 767px) {
  .w-search-form .form-group {
    width: inherit;
    padding: 2px !important;
  }
  .w-search-form .form-group:last-child {
    display: block;
    padding: 2px 2px 8px 2px !important;
    width: 100%;
  }
}
.w-search-total {
  background-color: #4b9d2a;
  margin-top: 16px;
  margin-bottom: 16px;
  color: white;
}
.w-search-total p {
  margin: 18px 0;
}

.w-vote .option {
  position: relative;
}
.w-vote .option .vote_value {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.w-vote .option .vote_label {
  background: url("../img/bg_menu_arrow2.png") no-repeat -40px center;
  cursor: pointer;
  padding: 4px 4px 4px 50px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  background-color: #0072b9;
}
.w-vote .option .vote_label.active {
  background-color: #004b80;
}
.w-vote .option label:hover {
  background-color: #004b80;
}

.w-vote .option-result {
  position: relative;
  display: block;
}
.w-vote .option-result .vote_value {
  margin-right: 8px;
  float: right;
  padding: 4px;
  width: 30%;
  position: relative;
}
.w-vote .option-result .vote_value .percent {
  display: block;
  background-color: #004b80;
  position: relative;
  width: 100%;
  height: 3px;
}
.w-vote .option-result .vote_label {
  padding: 4px 4px 4px 16px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.w-write-us {
  margin: 18px 0 40px 0;
  font-size: 28px;
  display: block;
  text-align: center;
  font-family: "Oswald", arial, sans-serif;
  text-transform: uppercase;
  background-color: #4b9d2a;
  color: white;
  padding: 8px 0 4px 0;
}
.w-write-us:hover {
  text-decoration: none;
  color: #1a171b;
}
.w-write-us img {
  position: relative;
  top: -5px;
}

.w-menu-left {
  border-bottom: 1px solid #d9dadb;
}
.w-menu-left .item .icon {
  display: block;
  float: right;
  width: 28px;
  height: 28px;
}
.w-menu-left .item .icon.plus {
  background: url("../img/icon_plus.png") no-repeat center center;
}
.w-menu-left .item .icon.minus {
  background: url("../img/icon_minus.png") no-repeat center center;
}
.w-menu-left .item .icon.minus-active {
  background: url("../img/icon_minus_active.png") no-repeat center center;
}
.w-menu-left .item .icon.arrow {
  background: url("../img/icon_arrow2.png") no-repeat center center;
}
.w-menu-left .item .link, .w-menu-left .item .sub-link {
  border-top: 1px solid #d9dadb;
  display: block;
  background-color: #d9dadb;
  color: #1a171b;
  font-size: 18px;
  font-family: "Oswald", arial, sans-serif;
  padding: 12px;
  text-decoration: none;
}
.w-menu-left .item .sub-link:hover {
  background-color: #909090 !important;
  color: white !important;
}
.w-menu-left .item .sub-link:hover .icon {
  filter: invert(100%);
}
.w-menu-left .item .link:hover {
  background-color: #004b80;
  color: white;
}
.w-menu-left .item .link:hover .icon {
  filter: invert(100%);
}
.w-menu-left .item .link {
  background-color: white;
}
.w-menu-left .item.depth-2 {
    border-left: 1px solid #909090;
    border-right: 1px solid #909090;
}
.w-menu-left .item.depth-3 {
    border-left: 1px solid #686868;
    border-right: 1px solid #686868;
}
.w-menu-left .item.depth-2 a {
  padding-left: 24px;
}
.w-menu-left .item.depth-3 a {
  padding-left: 36px;
}
.w-menu-left .item.depth-4 a {
  padding-left: 48px;
}
.w-menu-left .item .link.active {
  background-color: #4b9d2a;
  color: white;
}
.w-menu-left .item .sub-link.active {
  color: #4b9d2a;
}
