.navbar.results {
  background-color: #B51A89;
  padding: 5px 0; }
  .navbar.results a.back {
    width: 40px;
    height: 40px;
    background-image: url(../img/frontend/back.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    float: left;
    text-indent: -9999px; }
  .navbar.results h1 {
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 13px;
    margin-bottom: 0;
    text-align: center; }
  .navbar.results .logo-container {
    text-align: right;
    height: 40px;
    padding: 11px 15px; }
    .navbar.results .logo-container img {
      height: 75%; }

.case.small .navbar.results h1 {
  margin-top: 8px; }

.case.small .navbar.results .logo-container img {
  height: 82%; }

.case.medium .navbar.results .logo-container img, .case.large .navbar.results .logo-container img {
  margin-top: -5px; }

.navbar.results {
  background-color: #333333; }

#adunits.slide {
  position: absolute;
  top: 50px;
  bottom: 0px;
  width: 100%;
  background-image: none;
  background-color: #FFFFFF; }
  #adunits.slide iframe.device_preview {
    border: 0px;
    position: relative;
    top: 0;
    height: 480px;
    bottom: 0; }

#navigation {
  width: 100%;
  height: 60px;
  background-color: #333333;
  position: absolute;
  bottom: 0; }
  #navigation .carousel-control.left, #navigation .carousel-control.right {
    background-image: none;
    top: 16%;
    height: 36px;
    width: 36px; }
  #navigation .carousel-control.left {
    background-image: url(../img/frontend/navigation-prev.png);
    left: 40%; 
    width: 40px;
    height: 40px;
    position: relative;
    top: -46px;
    display: block;
    background: #FEFFD8;
  }
  #navigation .carousel-control.right {
    background-image: url(../img/frontend/navigation-next.png);
    right: 50%; 
    width: 40px;
    height: 40px;
    position: relative;
    top: -46px;
    display: block;
    background: #FEFFD8;
  }
  #navigation span.pages {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px; }


div.navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  text-align: center;
}

div.container-left-right {
  width: 100px;
  margin: 0 auto;
}

.carousel-control.left {
    background-image: url(../img/frontend/navigation-prev.png);
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    display: block;
    float: left;
    /*background: #FEFFD8;*/
}

.carousel-control.right {
    background-image: url(../img/frontend/navigation-next.png);
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    display: block;
    float: right;
    /*background: #FEFFD8;*/
  }

@media (max-width: 767px) {
  #adunits.slide iframe.device_preview {
    height: calc(100vh - 110px);
    width: 100%;
    border: 0px;
    position: relative;
    top: 0;
    height: 480px;
    bottom: 0; } }

/*# sourceMappingURL=results.css.map */
