/*
 * Document all hacks fully:
 * a) What part of the codebase does it relate to?
 * b) Why was this needed?
 * c) How does this fix it?
 * d) How might you fix it properly, given more time?
 *
 */

/*
 * Google A/B testing
 */
.google-white .additionalBodyBg {
    background: white !important;
}

.google-white .navbar-inner {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.google-white #header .brand p {
  padding-bottom: 8px;
  padding-top: 4px;
  color: #999;
}

.google-white .featRoleta .description {
  width: auto;
  right: 0;
  left: 0;
  bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-bottom: 10px;
}

/*.google-white .featRoleta .active .image a:after {
  background: url(../images/testy-ab__rotator-watch.png);
  width: 209px;
  height: 72px;
  margin-left: -104px;
  margin-top: -36px;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  opacity: .8;
}

.google-white .featRoleta .active .image a:hover:after {
  -moz-opacity: 1;
  filter: alpha(opacity=100); 
  opacity: 1;
}*/

.google-white .brand a img {
  visibility: hidden;
}

.google-white .brand a {
  background: url(../images/testy-ab__ninateka-logo.png) no-repeat 100%;
  margin-right: 10px;
}

.google-white .additionalBodyBg>.clearFix {
  background: url(../images/dot5.png) repeat-x top center transparent;
/*  display: block;
  clear: both;*/
  height: 5px;
}