.img-news {align-self:center;}

.clear {
  overflow: auto;
}
.push-down {padding: 10px 0 10px 0;}
.buttonleft {margin-left: 15px;}

.bg-theme-color-red,
.line-bottom:after,
.line-bottom-center:after {
  background: #d72b2b !important;
}
/* -------- Btn-Yellow ---------- */
.btn-yellow {
  color: #333333;
  background-color: #ebe800;
  border-color: #ebe800;
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: #333333;
  background-color: #ebe800;
  border-color: #cbc900;
}
.btn-yellow:hover {
  color: #333333;
  background-color: #ebe800;
  border-color: #cbc900;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  color: #333333;
  background-color: #ebe800;
  border-color: #cbc900;
}
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.open > .dropdown-toggle.btn-yellow:hover,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.open > .dropdown-toggle.btn-yellow:focus,
.btn-yellow:active.focus,
.btn-yellow.active.focus,
.open > .dropdown-toggle.btn-yellow.focus {
  color: #333333;
  background-color: #ebe800;
  border-color: #cbc900;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled.focus,
.btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow.focus {
  background-color: #ebe800;
  border-color: #ebe800;
}
.btn-yellow .badge {
  color: #ebe800;
  background-color: #333333;