html {
  font-family: open-sans, sans-serif;
  font-size: 12pt;
}

body {
  color: #444444;
  background-color: #383838;
}

.container {
  width: 674px;
  margin: auto;
  position: relative;
}

.content {
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 0 1.125em 0.313em rgba(0, 0, 0, 0.07), 0 0 0.5em 0.188em rgba(0, 0, 0, 0.1);
}

.header {
  background-image: url('/vectevsbistams/images/header2.jpg');
  background-size: cover;
  width: 674px;
  display: block;
  height: 260px;
}

.header-image {
  width: 670px;
}

.title {
  font-size: 28px;
  padding-bottom: 5px;
  font-family: Tahoma,Arial,sans;
}

.title-secondary {
  font-style: italic;
  padding-bottom: 10px;
}

.cinemas {
  padding-top: 10px;
}

.cinemas-title {
  font-weight: bold;
}

.cinemas-item {
  display: inline-block;
  padding-right: 10px;
  width: 200px;
}

.cinemas-item .fa {
  font-size: 0.8em;
}

.cinemas-link {
  color: #003366;
  text-decoration: none;
}

.cinemas-link:hover {
  text-decoration: underline;
}

.cinemas-info {
  padding-top: 10px;
  font-weight: bold;
}

.social-item {
  padding-bottom: 5px;
  display: inline-block;
}

.gallery {
  margin-top: 10px;
}

.gallery-item {
  display: inline-block;
}

.description h4 {
  margin-bottom: 0.8em;
}

.description dl {
  margin: 0;
}

.description dt {
  display: inline-block;
  width: 180px;
  padding-top: 5px;
}

.description dd {
  display: inline-block;
  width: 400px;
  margin-left: 0;
}

.supporters {
  padding: 10px;
  background-color: #BDBDBD;
}

.supporters img {
  width: 595px;
}
