@font-face {
  font-family: 'Futura Book';
  src: url('FuturaBookC.eot');
  src: url('FuturaBookC.eot?#iefix') format('embedded-opentype'),
  url('FuturaBookC.woff') format('woff'),
  url('FuturaBookC.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  font-family: 'Futura Book', serif;
  font-size: 17px;
}

html, body {
  height: 100%;
  min-width: 1180px;
}

span {
  font-size: 12pt;
}

div a {
  text-decoration: none;
}

.container {
  width: 1180px;
  margin: auto;
}

.hr {
  border: 0;
  border-bottom: 1px solid #E8E8E8;
  height: 0;
  margin: 0 0;
  padding: 0;
}

/* Подвал всегда внизу. */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 82%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* Заголовки разделов. */
.section-header {
  width: 100%;
  height: 70px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18pt;
  opacity: 1;
}

.truncate {
  line-height: 20px;
  max-height: 20px;
  overflow: hidden;
  display: inline-block;
}

.thumbnail {
  border: 0;
}

.panel > .panel-heading {
  background-image: none;
  background-color: white;
  color: black;
  border-radius: 0;
}

.panel-title {
  position: relative;
}

.panel-heading {
  padding: 0;
  border: 0;
}

.panel-title > a, .panel-title > a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.panel-heading a:before {
  content: '\25BC';
  float: right;
  transition: all 0.5s;
}

.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
