﻿body {
  background-color: #A0C7D6;
}

header {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 31px;
  line-height: 45px;
  margin-top: 15px;
}

.logo {
  height: 120px;
  background-image: url(../img/logo-black.png);
  background-position: center;
  background-repeat: no-repeat;
}

.rounded {
  border-radius: 10px;
}

.lighter {
  background-color: #EBF8FC;
  -moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.6);
  -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.6);
  box-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}

.padded {
  padding: 15px;
}

.right-line {
  border-right: 1px solid #959D8D;
}

.top-space {
  margin-top: 10px;
}

.bottom-space {
  margin-bottom: 10px;
}

.top-double-space {
  margin-top: 20px;
}

.no-left-margin {
  margin-left: 0px;
}

.hero-unit {
  background-color: white;
}

.illustration {
  display: block;
  margin: 15px auto 5px auto;
}

.caption {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 15px;
}

.sidebar {
  width: 190px;
}

.affix {
  top: 0px;
}

.infoblock address {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 25px;
}

.infoblock address a {
  font-weight: bold;
}

.nav {
  font-size: 18px;
}

.nav > li > a:hover {
  background-color: #eeeeee;
}

.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > a:hover,
table.table-bordered,
table.table-bordered td,
table.table-bordered th {
  border-color: #AAAABB;
}

.nav-tabs.nav-stacked > li.active > a {
  color: #333333;
  background-color: #88BEEE;
  background-image: -moz-linear-gradient(top, #AADDEE, #77AAEE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AADDEE), to(#77AAEE));
  background-image: -webkit-linear-gradient(top, #AADDEE, #77AAEE);
  background-image: -o-linear-gradient(top, #AADDEE, #77AAEE);
  background-image: linear-gradient(to bottom, #AADDEE, #77AAEE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffAADDEE', endColorstr='#ff77AAEE', GradientType=0);
  border-color: #77AAEE #77AAEE #678FB3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

section {
  display: block;
  margin-left: 10px;
  font-size: 18px;
}

section p, dt, dd {
  line-height: 22px;
}

section p, section li, section table {
  font-family: 'Times New Roman', serif;
}

table.prices {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #43528A;
}

h3 {
  text-align: center;
  margin-top: 20px;
}

section .lead {
  font-size: 24px;
}

.contents li {
  font-size: 22px;
  line-height: 26px;
}

li {
  margin-bottom: 5px;
}

.initial {
  font-weight: bold;
  color: #000099;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #DBE8EC;
}

/* -- Липнущий книзу футер -- */

html,
body {
  height: 100%;
}

/* Обёртка для содержимого страницы чтобы вдавить футер вниз */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Отрицательные поля на величину толщины футера (ниже) */
  margin: 0 auto -60px;
}

/* Фиксированная ширина футера (должна совпадать с той, что выше) */
#push,
#footer {
  height: 60px;
}

#footer {
  background-color: #f5f5f5;
  opacity: 0.7;
}

.credit {
  margin: 20px 0;
  text-align: center;
  position: relative;
}

.credit .counter {
  position: absolute;
  right: 10px;
  top: 0px;
}
