/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete 
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Add any valid CSS declarations */
.front #content-column .region-content-aside .views-row-1 {
  width: 95% !important;
}
.front #content-column .region-content-aside .views-row-1 img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.front #content-column .adrenalin-front-item:nth-child(2n+1) {
  clear: both;
}
.front #content-column .adrenalin-front-item:nth-child(3n+1) {
  clear: none;
}
.front #content-column .adrenalin-front-item {
  width: 45%;
}
.front #content-column .views-row {
  width: 45%;
  margin-left: 3%;
}

/* slideshow */
.slider-text-block {
  position: absolute;
  display: block;
  right: 2%;
  width: 32%;
  height: 45%;
  overflow: hidden;
  text-align: left;
  background-color: #f7f9f9;
  background-color: rgba(247, 249, 249, 0.2);
  border-radius: 5px;
  padding: .5em;
}

.slider-text-title {
  height: 2.5em;
  margin-bottom: 10px;
  line-height: 1em;
  clear: both;
  overflow: hidden;
}

.slider-text-body {
  height: 68%;
  clear: both;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Geneva, sans-serif;
  font-size: 80%;
  font-style: italic;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slider-link {
  text-align: right;
  height: 1em;
}

.page-taxonomy-term .group-left {
  max-width: 39%;
  margin-right: 10px;
  width: auto;
}
.page-taxonomy-term .group-left img {
  width: auto;
  margin-right: 15px;
  margin-left: auto;
}
.page-taxonomy-term .group-left .player {
  padding-right: 20px;
}
.page-taxonomy-term .group-right {
  width: 59%;
}
.page-taxonomy-term .field-name-title h2 {
  margin: 0em;
}
.page-taxonomy-term .field-name-title a {
  color: black;
  font-size: 80%;
}
.page-taxonomy-term .field-name-title a:hover {
  color: blue;
  text-decoration: none;
}
.page-taxonomy-term .field-name-field-news-category {
  margin-bottom: 1px;
}
.page-taxonomy-term .field-name-field-news-category .field-items {
  margin: 1px;
}

/* Event Teaser page settings */
.event-teaser-page .event-row {
  width: 45%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1px;
  float: left;
}
.event-teaser-page .event-row .article-image {
  width: 100%;
  margin: auto;
}
.event-teaser-page .event-row .article-image img {
  verticle-align: middle;
  max-width: 100%;
  width: auto;
  height: auto;
}
.event-teaser-page .event-row .article-title {
  height: 4.5em;
  overflow: hidden;
}
.event-teaser-page .event-row .article-text-body {
  font-size: 75%;
}

.event-row:nth-child(2n+1) {
  clear: both;
}
