#section_main > .NewsModule {
  margin-top: 20px;
}
.NewsModule .teaser .thumb {
  display: block;
  height: 188px;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.NewsModule .teaser .thumb:hover {
  background-size: 110% auto;
  opacity: 0.8;
}
.NewsModule .teaser h2 {
  margin: 0;
}
.NewsModule .teaser h2 a {
  color: #f95f59;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}
.NewsModule .teaser .footer {
  margin: 0;
  color: #777;
  font-weight: 400;
  font-size: 12px;
}
.NewsModule .itemAction .news-thumbnail {
  width: 737px;
  height: 385px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1180px) {
  .NewsModule .itemAction .news-thumbnail {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .NewsModule .itemAction .news-thumbnail {
    height: 40vh;
  }
  .NewsModule .itemAction .news-item img {
    width: auto !important;
    height: auto !important;
  }
}
.sidebar {
  margin-left: 20px;
}
.sidebar .sidebar-separator {
  border-bottom: 2px solid #436B7E;
  text-align: center;
  margin-bottom: 13px;
}
.sidebar .sidebar-separator .sidebar-icon {
  background: #fff url(/templates/shoppagina3/images/shoppagina-beeldmerk-rood.png) no-repeat center center;
  padding: 8px;
  margin-bottom: -23px;
  display: inline-block;
  width: 30px;
  height: 17px;
}
.sidebar .sidebar-inner ul {
  list-style: none;
  padding: 0;
}
.sidebar .sidebar-inner li {
  padding-left: 15px;
  background: url(/templates/shoppagina3/images/red-bullet.png) no-repeat 0% 50%;
}
.sidebar .sidebar-inner a {
  color: #436B7E;
  font-size: 16px;
}
.sidebar .register-free-blockAction {
  margin: 0;
  background-color: transparent;
}
.sidebar .register-free-blockAction input {
  margin-bottom: 0;
}
.sidebar .register-free-blockAction button {
  margin: 0;
  white-space: nowrap;
}
.sidebar .register-free-blockAction .register-free-block-header {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-size: 38px;
  line-height: 34px;
}
.sidebar .register-free-blockAction .register-free-block-header .red-block {
  font-size: 46px;
  transform: rotate(-2deg);
  background: #f95f59;
  color: #FFFFFF;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  .sidebar .register-free-blockAction form input,
  .sidebar .register-free-blockAction form button {
    width: auto;
  }
  .sidebar .register-free-blockAction form input {
    margin-bottom: 20px;
    border-right: 2px solid #ccc;
    border-radius: 8px;
  }
  .sidebar .register-free-blockAction form button {
    border-radius: 8px;
  }
}
.pagination ul {
  list-style: none;
  display: inline-block;
}
.pagination ul li {
  display: inline;
}
.pagination ul li:first-child a {
  border-radius: 3px 0 0 3px;
}
.pagination ul li:last-child a {
  border-radius: 0 3px 3px 0;
}
.pagination ul li.disabled a {
  color: #999;
  cursor: default;
}
.pagination ul li a {
  float: left;
  padding: 0 14px;
  line-height: 46px;
  border: 1px solid #ddd;
  text-decoration: none;
}
.pagination ul li select {
  display: block;
  float: left;
  cursor: pointer;
  border-color: #ddd;
  border-left: 0;
  border-right: none;
  color: #999;
  margin: 0;
  padding: 0 0 0 6px;
  height: 48px;
  background: white;
}
.pagination.pagination-centered {
  text-align: center;
}
