/* #################################################

   Results page

   Templates/Markup:
   templates/pages/results.hbs


   SCSS/CSS
   scss/pages/results.scss


   JavaScript
   js/pages/results/results.js

#################################################### */
/* Functions */
/* Mixins */
/* -- Grid System ---------------------- */
/* -- Sample queries ----------------- */
/*-- Common mixins ----*/
/*-- Themes and stuff --*/
/* line 24, ../../../scss/pages/results.scss */
div#results {
  /* --- Search section ------------------------------------------------------------------------------------------- */
  /* --- Result list ------------------------------------------------------------------------------------------ */
  /* --- Pagination ----------------------------------------------------------------------------------------------- */
}
/* line 28, ../../../scss/pages/results.scss */
div#results div.content {
  position: relative;
  width: 665px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  /* line 28, ../../../scss/pages/results.scss */
  div#results div.content {
    width: 92%;
  }
}
/* line 45, ../../../scss/pages/results.scss */
div#results div.search {
  margin: 70px auto 40px;
}
@media (max-width: 959px) {
  /* line 45, ../../../scss/pages/results.scss */
  div#results div.search {
    margin-top: 140px;
  }
}
/* line 54, ../../../scss/pages/results.scss */
div#results div.search form {
  position: relative;
}
/* line 59, ../../../scss/pages/results.scss */
div#results div.search form input {
  font-family: 'raiffeisen_ro_boldbold', Helvetica, Arial, sans-serif;
}
/* line 64, ../../../scss/pages/results.scss */
div#results div.search form input[type="text"] {
  height: 61px;
  padding: 8px 0 0 13px;
  font-size: 2.41667em;
}
@media (max-width: 959px) {
  /* line 64, ../../../scss/pages/results.scss */
  div#results div.search form input[type="text"] {
    font-size: 1.83333em;
    font-family: 'raiffeisen_ro_regularregular', Helvetica, Arial, sans-serif;
  }
}
/* line 79, ../../../scss/pages/results.scss */
div#results div.search form input[type="submit"] {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 60px;
  height: 59px;
  padding: 3px 0 0 5px;
  border: 0;
  font-size: 1.58333em;
  background: #F7FE00;
  cursor: pointer;
}
@media (max-width: 959px) {
  /* line 79, ../../../scss/pages/results.scss */
  div#results div.search form input[type="submit"] {
    font-size: 1.33333em;
  }
}
/* line 103, ../../../scss/pages/results.scss */
div#results div.search .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  float: left;
  width: 100%;
  min-width: 160px;
  padding: 10px 0 19px 0;
  margin: 0;
  font-size: 1.16667em;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  font-family: "raiffeisen_ro_regularregular", Helvetica, Arial, sans-serif;
  border: 1px solid #EBECEE;
  border-top: 0;
}
/* line 124, ../../../scss/pages/results.scss */
div#results div.search .dropdown-menu strong {
  font-weight: bold;
  color: #000;
}
/* line 132, ../../../scss/pages/results.scss */
div#results div.search .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 139, ../../../scss/pages/results.scss */
div#results div.search .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}
/* line 148, ../../../scss/pages/results.scss */
div#results div.search .dropdown-menu > li > a {
  display: block;
  padding: 3px 0 5px 63px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #A9A9A9;
  font-size: 1.375em;
  white-space: nowrap;
}
/* line 161, ../../../scss/pages/results.scss */
div#results div.search .dropdown-menu > li > a:hover,
div#results div.search .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
}
/* line 169, ../../../scss/pages/results.scss */
div#results div.search .dropdown-menu > .active > a,
div#results div.search .dropdown-menu > .active > a:hover,
div#results div.search .dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}
/* line 178, ../../../scss/pages/results.scss */
div#results div.search .dropdown-menu > .disabled > a,
div#results div.search .dropdown-menu > .disabled > a:hover,
div#results div.search .dropdown-menu > .disabled > a:focus {
  color: #999;
}
/* line 186, ../../../scss/pages/results.scss */
div#results div.search .dropdown-menu > .disabled > a:hover,
div#results div.search .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 197, ../../../scss/pages/results.scss */
div#results div.search .open > .dropdown-menu {
  display: block;
}
/* line 206, ../../../scss/pages/results.scss */
div#results div.resultList {
  padding: 36px 0 0 0;
}
/* line 211, ../../../scss/pages/results.scss */
div#results div.resultList.recommended {
  background: #E9EDF0;
}
/* line 215, ../../../scss/pages/results.scss */
div#results div.resultList div.resultNode {
  padding: 0 0 33px;
}
/* line 220, ../../../scss/pages/results.scss */
div#results div.resultList div.resultNode h1 {
  margin: 0;
  font-size: 1.58333em;
  font-family: 'raiffeisen_ro_boldbold', Helvetica, Arial, sans-serif;
}
/* line 228, ../../../scss/pages/results.scss */
div#results div.resultList div.resultNode h2 {
  margin: 0 0 6px 0;
  font-size: 1.16667em;
  font-family: 'raiffeisen_ro_regularregular', Helvetica, Arial, sans-serif;
}
/* line 236, ../../../scss/pages/results.scss */
div#results div.resultList div.resultNode p {
  margin: 0 0 5px 0;
  line-height: 24px;
  font-size: 1.33333em;
  font-family: 'raiffeisen_ro_regularregular', Helvetica, Arial, sans-serif;
}
/* line 244, ../../../scss/pages/results.scss */
div#results div.resultList div.resultNode p a {
  font-size: 1.08333em;
  color: #000;
  font-family: 'raiffeisen_ro_boldbold', Helvetica, Arial, sans-serif;
  border-bottom: 3px solid yellow;
}
/* line 254, ../../../scss/pages/results.scss */
div#results div.resultList div.resultNode a {
  font-size: 1.33333em;
  color: #ACADAF;
}
/* line 265, ../../../scss/pages/results.scss */
div#results div.pagination {
  overflow: hidden;
  text-align: center;
}
/* line 271, ../../../scss/pages/results.scss */
div#results div.pagination div.controls {
  overflow: hidden;
  width: 507px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  /* line 271, ../../../scss/pages/results.scss */
  div#results div.pagination div.controls {
    width: 305px;
  }
}
/* line 282, ../../../scss/pages/results.scss */
div#results div.pagination div.controls span {
  display: block;
  float: left;
}
/* line 289, ../../../scss/pages/results.scss */
div#results div.pagination div.controls a {
  display: inline-block;
  margin: 10px 18px 0 0;
  font-size: 1.83333em;
  font-family: 'raiffeisen_ro_boldbold', Helvetica, Arial, sans-serif;
  color: #AAA;
}
/* line 298, ../../../scss/pages/results.scss */
div#results div.pagination div.controls a:hover, div#results div.pagination div.controls a.active {
  color: #000;
  border-bottom: 3px solid yellow;
}
@media (max-width: 959px) {
  /* line 306, ../../../scss/pages/results.scss */
  div#results div.pagination div.controls a.desktop-only {
    display: none;
  }
}
/* line 314, ../../../scss/pages/results.scss */
div#results div.pagination div.controls a.control {
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
}
/* line 323, ../../../scss/pages/results.scss */
div#results div.pagination div.controls a.control:hover {
  border: 0 none;
}
/* line 327, ../../../scss/pages/results.scss */
div#results div.pagination div.controls a.control.prev {
  margin: 0 24px 0 0;
  background: yellow url("../images/arrow-left-small.png") center center no-repeat;
}
/* line 334, ../../../scss/pages/results.scss */
div#results div.pagination div.controls a.control.next {
  background: yellow url("../images/arrow-right-small.png") center center no-repeat;
}