.main-menu .region > ul > li.last {
    margin-left: 25px;
}

table.bordered {
  border: 4px solid #d4d4d4;
}

table.bordered td {
  border: 1px solid #d4d4d4;
}

img.image-block {
  display: block;
}

.news_wrapper header:after {
  clear: none !important;
}

body.page-news .main-wrap .view-news .news-inner {
  padding: 0 0 0 24px;
}

.news-inner {
  clear: both;
  min-height: 170px;
  position: relative;
  padding: 30px 0;
}

.news_wrapper {
  margin-left: 300px;
  padding: 0;
}

.news_image {
  float: left;
  padding-left: 10px;
}

.news_image img {
  width: 256px;
  height: 170px;
}

table.bordered {
  border-width: 4px;
  border-collapse: separate;
}

@media (max-width: 1135px) {
  .region-topmenu .menu .last {
    display: none;
  }
}

.feature-block {
  padding-left: 30px;
}

.swiper-slide { 
  position: relative;
}

.front .created {
  position: absolute;
  top: 8px;
  right: 0;
  text-align: right;
  padding: 30px 0px;
}

.front .news-inner {
  width: 1134px;
  margin: 0 auto;
}

.front .block-title {
  background: #f2f2f2;
}
.front .block-title h1 {
  width: 1134px;
  margin: 0 auto;
  padding: 18px;
  padding-left: 30px;
}  

body.front {
  background: #fff;
}

.neoaxis-main .menu li {
  height: auto;
}

.news-block .item h2 {
  margin: 0;
  font-size: 30px;
}

.front .view-news .item.views-row-last {
  margin-bottom: 0;
}

.news-block .more-link {
  margin-top: 0;
}

.more-link {
  background: #f2f2f2;
  margin-top: 0;
  padding:18px;
}
.more-link a {
  width: 1134px;
  margin: 0 auto;
  display: block;
  padding-left: 20px;
}

.region-content-bottom {
  margin-top: 0;
}
table.bordered td {
  border-left: none;
  border-bottom: none;
}

/* --- 2016 06 30 --- */
.node-type-news .node-info-wrap {
	margin-bottom: 20px;
}
.node-type-news .node h2 {
	padding-top: 50px;
	margin-top: -50px;
}

.cookie-compliance {
  position: fixed;
  z-index: 200;
  width: 100%;
  bottom: 0;
  padding-left: 5%;
}

#simple-cookie-compliance-dismiss-form {
  display: inline;
}

.cookie-compliance__text {
  display: inline-block; 
  width: 80%;
}

.cookie-compliance__button {
  margin-right: 10%;
  margin-left: 20px;
  width: 100px;
}

#edit-submit {
  margin-top: 0;
}

/* fix bug with missing last menu uption when browser width is small */
.region-topmenu .menu .last {
  display: inherit;
}
