/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */


#top #header .av-main-nav > li > a {
    font-weight:bold;
}

.gridglowna .slide-entry-title {
  min-height: 115px;
}

.grid-image img {
  min-height: 336px;
  object-fit: cover;
}

#scroll-top-link  {
  color: #ffffff;
  border: 0px solid #fcfcfc;
}

#scroll-top-link {
  background-color: #d21e3f;
}

#catapult-cookie-bar .x_close span {
  background-color: #ffffff;
  top: -10px;
}

.fc button {
  padding: 0 0.4em !important;
}

.news-thumb img, .news-thumb img {
  width: 34px;
  height: 34px;
}

.news-thumb {
  padding: 0px;
  height: 36px;
  width: 36px;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */



@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}