html {
  height: 100%;
}
body {
  background-color: #09622b;
  padding-bottom: 50px;
  height: 100%;
  font-size: 18px;
  /* font-family: 'Oswald', sans-serif; */
  font-weight: 300;
}
a:hover,
a:focus,
a:active {
  color: #09622b;
}
.navbar-default {
  border-color: #09622b;
  background-color: rgb(9,98,43);
  background-color: rgba(9,98,43,0.7);
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited {
  color: #CCCCCC;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #5cb85c;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(9,98,43,1);
  color: #fff;
}
.dropdown-menu {
  background-color: rgba(9,98,43,0.7);
  border-color: #09622b;
}
.dropdown-menu > li > a {
  color: #fff;
}
.dropdown-menu > li > a:hover {
  color: #ddd;
  background-color: rgba(250,250,250,0.3);
}
.dropdown-menu .divider {
  background-color: rgba(150,150,150,0.3);
}
#screen.well-panda {
  background-color: rgba(245,245,245,0.7);
  padding: 20px 40px 0 40px;
  height: 400px;
  min-height: 500px;
  overflow: auto;
  background-image: url(/img/panda.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}
#screen .btn-more {
  margin-top: 12px;
  font-weight: 700;
}
#rec.well {
  background-color: rgba(245,245,245,0.8);
  margin-top: 20px;
  padding: 0 20px 12px 20px;
}
#rec.well  h3 {
  font-weight: 700;
  color: #09622b;
}
#rec.well  .btn {
  float: right;
  display: block;
  margin-left: 20px;
  margin-top: 10px;
  vertical-align: middle;
  color: #fff;
}
#rec.well  a {
  color: #09622b;
}
#question {
  padding: 24px;
  border: 2px solid #5cb85c;
  border-radius: 6px;
  width: 95%;
  height: auto;
  min-height: 60%;
  background-color: rgba(250,250,250,0.8);
  font-size: 2em;
  color: #666;
  position: relative;
  font-weight: 700;
}
@media (min-width: 992px)  {
  #question {
    width: 65%;
  }
}
.poll {
  padding-bottom: 8px;
}
#question .theme {
  font-size: 0.6em;
  font-weight: 300;
  padding-top: 0px;
  margin-top: -15px; 
}
#question:after {
  content: '';
  position: absolute; /* Абсолютное позиционирование */
  left: -40px; top: 20px; /* Положение треугольника */
  border: 20px solid transparent;
  border-right: 20px solid #5cb85c;
}
#question.about {
  padding: 0 24px 36px 24px;
  height: auto;
}
#question.about .h2 {
  font-weight: 700;
  color: #5cb85c;
  border-bottom: 1px solid #5cb85c;
  padding-bottom: 8px;
}
#question.about   p {
  font-size: 0.7em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }
}
footer {
  color: rgba(200,200,200,0.8);
  padding-bottom: 0;
  font-weight: 700;
}
.footer-bg {
  background-color: rgb(9,98,43);
  background-color: rgba(9,98,43,0.5);
}
footer hr {
  border-color: rgba(220,220,220,0.5);
  padding:0;
  margin: 8px 0;
}
footer a {
  color: rgba(200,200,200,0.8);
}
footer .pow {
  margin-left: 40px;
}
.dropdown-menu .divider {
  margin: 4px 0;
}
.dropdown-menu {
  padding: 2px 0;
}
#pluso {
  margin-top: -5px;
}
/* vegas */
.vegas-loading {
  border-radius: 10px;
  background: #000;
  background: rgba(0, 0, 0, .7);
  background: url(/img/loading.gif) no-repeat center center;
  height: 32px;
  left: 20px;
  position: fixed;
  top: 20px;
  width: 32px;
  z-index: 0
}
.vegas-overlay {
  background: transparent url(/img/overlays/01.png);
  opacity: .5;
  z-index: -1
}
.vegas-background {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
  max-width: none !important;
  z-index: -2
}
.vegas-overlay, .vegas-background {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
