@font-face {
  font-family: 'FontAwesome';
  src: url("/css/fontawesome-webfont.eot");
  src: url("/css/fontawesome-webfont.eot#iefix") format("embedded-opentype"), url("/css/fontawesome-webfont.woff") format("woff"), url("/css/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Bree Serif", serif;
  color: #fda800;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

h1 {
  font-size: 1.83333em; }

h2 {
  font-size: 1.66667em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.33333em; }

h5 {
  font-size: 1.16667em; }

h6 {
  font-size: 1em; }

a:link, a:visited {
  color: white;
  text-decoration: none; }

a:hover, a:active {
  color: #ffcc00;
  text-decoration: underline; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "Nunito", Arial, "Open Sans", sans-serif;
  color: #989899;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #181818; }

body {
  font-size: 12px;
  line-height: 150%;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

p, hr, ul, ol, dl, blockquote, pre, address, fieldset, figure {
  margin: 0; }

hr {
  margin: 0; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0; }

dd {
  margin-left: 0; }

hr {
  display: block;
  padding: 0;
  border: 0;
  border-top: 1px solid #976400; }

address {
  font-style: normal; }

q, blockquote {
  font-style: italic; }

blockquote {
  padding-left: 15px;
  border-left: 5px solid #976400;
  font-size: 16px;
  line-height: 22px; }

blockquote small {
  display: block;
  color: #999999;
  font-style: normal; }

blockquote p:last-of-type {
  margin-bottom: 5px; }

code {
  color: #dd0055;
  font-size: 12px;
  white-space: nowrap; }

table {
  font-size: 12px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  padding-bottom: 10px; }

pre code {
  color: inherit;
  white-space: pre-wrap; }

pre {
  padding: 10px;
  background: #f5f5f5;
  color: #fda800;
  font-size: 12px;
  line-height: 18px;
  -moz-tab-size: 4;
  tab-size: 4; }

button, input:not([type="radio"]):not([type="checkbox"]), select {
  vertical-align: middle; }

/* === Selection Colors === */
::-moz-selection {
  background: #976400;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #976400;
  color: #ffffff;
  text-shadow: none; }

/* === End Selection Colors === */
/* === ScreenSize === */
.whatscreensize {
  position: absolute;
  right: 0;
  top: 35px;
  padding: 20px;
  font-size: 25px;
  color: #ffffff;
  opacity: 0.8; }

/* === End ScreenSize === */
::-webkit-scrollbar {
  width: 12px;
  /* for vertical scroll bars */
  height: 12px;
  /* for horizontal scroll bars */ }

::-webkit-scrollbar-track {
  background: #eeeeee; }

::-webkit-scrollbar-thumb {
  background: #ffba31; }

/* === Header NavBar === */
#navWrapper {
  background-color: #feb932;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcb64), to(#fda800));
  background-image: -webkit-linear-gradient(top, #ffcb64, #fda800);
  background-image: -moz-linear-gradient(top, #ffcb64, #fda800);
  background-image: -ms-linear-gradient(top, #ffcb64, #fda800);
  background-image: -o-linear-gradient(top, #ffcb64, #fda800);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ffcb64', endColorstr='#fda800');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb64', endColorstr='#fda800')"; }

.headerLogo {
  display: inline-block;
  text-indent: -9999px; }
  @media (max-width: 480px) {
    .headerLogo {
      display: block;
      margin: 0 auto;
      position: relative;
      top: 0px;
      height: 69px;
      background: url("/images/logo-mobile.png") 50% 50% no-repeat;
      background-size: 100%; } }
  @media (min-width: 481px) and (max-width: 800px) {
    .headerLogo {
      display: block;
      margin: 0 auto;
      position: relative;
      top: 0px;
      height: 69px;
      width: 370px;
      background: url("/images/logo-mobile.png") 50% 50% no-repeat; } }
  @media (min-width: 801px) {
    .headerLogo {
      width: 600px;
      height: 85px;
      background: url("/images/logo-header.png") 0% 100% no-repeat; } }

.nav {
  width: 100%;
  float: left;
  padding: 4px; }

#headerWrapper {
  background: #fdb913; }

.headerNavBar {
  color: #fda800;
  z-index: 9999; }
  .headerNavBar:before, .headerNavBar:after {
    content: "";
    display: table; }
  .headerNavBar:after {
    clear: both; }
  @media (max-width: 480px) {
    .headerNavBar {
      border: none !important; } }

.headerNavBar-nav {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  height: 26px;
  overflow: hidden; }

.headerNavBar-nav > li {
  float: left;
  position: relative; }

.headerNavBar-nav > li > a:link {
  display: block;
  height: 30px;
  padding: 0 10px;
  margin: 0;
  border-right: 1px solid #343534;
  color: white !important;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none; }

.headerNavBar-nav > li:hover > a,
.headerNavBar-nav > li:visited > a,
.headerNavBar-nav > li > a:focus,
.headerNavBar-nav > li.uk-open > a {
  color: white !important;
  border-right: 1px solid #343534;
  outline: none; }

.headerNavBar-nav > li > a:hover,
.headerNavBar-nav > li > a:visited,
.headerNavBar-nav > li > a:focus,
.headerNavBar-nav > li.uk-open > a {
  color: white !important;
  background: #ffcb64;
  background-color: #feb932;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fda800), to(#ffcb64));
  background-image: -webkit-linear-gradient(top, #fda800, #ffcb64);
  background-image: -moz-linear-gradient(top, #fda800, #ffcb64);
  background-image: -ms-linear-gradient(top, #fda800, #ffcb64);
  background-image: -o-linear-gradient(top, #fda800, #ffcb64);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fda800', endColorstr='#ffcb64');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda800', endColorstr='#ffcb64')";
  border-right: 1px solid #343534;
  outline: none; }

.headerNavBar-nav > li > a:active {
  color: white !important;
  border-right: 1px solid #343534; }

.headerNavBar-nav > li.uk-active > a {
  color: white !important; }

.headerNavBar-nav .headerNavBar-nav-subtitle {
  line-height: 28px; }

.headerNavBar-nav-subtitle > div {
  margin-top: -6px;
  font-size: 10px;
  line-height: 12px;
  color: #eeeeee;
  color: rgba(255, 255, 255, 0.4); }

.headerNavBar-content,
.headerNavBar-brand,
.headerNavBar-toggle {
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 0 15px;
  float: left; }

.headerNavBar-content:before,
.headerNavBar-brand:before,
.headerNavBar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.headerNavBar-content + .headerNavBar-content:not(.headerNavBar-center) {
  padding-left: 0; }

.headerNavBar-content > a:not([class]) {
  color: #0077dd; }

.headerNavBar-content > a:not([class]):hover {
  color: #005599; }

.headerNavBar-brand {
  font-size: 18px;
  color: #fda800; }

.headerNavBar-brand:hover,
.headerNavBar-brand:focus {
  color: #fda800;
  text-decoration: none;
  outline: none; }

.headerNavBar-toggle {
  font-size: 18px;
  color: #fda800; }

.headerNavBar-toggle:hover,
.headerNavBar-toggle:focus {
  color: #fda800;
  text-decoration: none;
  outline: none; }

.headerNavBar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  vertical-align: middle; }

.headerNavBar-toggle-alt:after {
  content: "\f002"; }

.headerNavBar-center {
  float: none;
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto; }

.headerNavBar-flip {
  float: right; }

.sideNav-button {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  border: none;
  line-height: 28px;
  height: 44px;
  width: 44px;
  font-size: 1.8em;
  padding: 5px;
  margin: 0 5px 0 5px;
  background: #f7f7f7;
  color: #fda800;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5); }

/* === End Header NavBar === */
/* === Form === */
.form > :last-child {
  margin-bottom: 0; }

.form select,
.form textarea,
.form input:not([type]),
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"] {
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #fda800;
  background: #ffffff;
  color: #989899;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-size: 12px; }

.form select:focus,
.form textarea:focus,
.form input:not([type]):focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="datetime"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="date"]:focus,
.form input[type="month"]:focus,
.form input[type="time"]:focus,
.form input[type="week"]:focus,
.form input[type="number"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="color"]:focus {
  border-color: #fda800;
  outline: 0;
  background: #f5fbfe;
  color: #989899; }

.form select:disabled,
.form textarea:disabled,
.form input:not([type]):disabled,
.form input[type="text"]:disabled,
.form input[type="password"]:disabled,
.form input[type="datetime"]:disabled,
.form input[type="datetime-local"]:disabled,
.form input[type="date"]:disabled,
.form input[type="month"]:disabled,
.form input[type="time"]:disabled,
.form input[type="week"]:disabled,
.form input[type="number"]:disabled,
.form input[type="email"]:disabled,
.form input[type="url"]:disabled,
.form input[type="search"]:disabled,
.form input[type="tel"]:disabled,
.form input[type="color"]:disabled {
  border-color: #fda800;
  background-color: #f5f5f5;
  color: #999999; }

.form textarea,
.form input:not([type]),
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"] {
  -webkit-appearance: none; }

.form :invalid {
  box-shadow: none; }

.form legend {
  width: 100%;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 30px; }

.form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #976400; }

.searchBar input {
  border: none;
  padding: 0; }

.searchBar button {
  position: absolute;
  right: 30px;
  top: 9px;
  font-size: 2em;
  z-index: 99999;
  background: none;
  border: none;
  background: #ffffff;
  color: #fda800;
  padding-left: 3px; }

form#topSearch {
  position: relative;
  top: -15px;
  text-align: left;
  z-index: 1;
  background-color: #FFFFFF;
  padding: 2px 0 2px 3px;
  margin: 0;
  height: 22px; }

#textInput {
  width: 372px;
  margin: 3px 0 0 0;
  padding: 0 0 0 3px;
  font-weight: normal;
  border: 0;
  background-color: #FFFFFF;
  font-style: normal;
  float: left;
  font-size: 12px;
  z-index: 900; }

/* === End Form === */
/* === RowTop === */
#rowTop {
  float: left;
  z-index: 1;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  padding: 0.3em; }

h2.h2headBar {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  display: block; }

#header {
  width: 100%;
  display: block; }

#header #headerLogo {
  display: block;
  position: relative;
  left: -250px;
  top: 0;
  z-index: 0; }

#header #header a#logo {
  position: absolute;
  top: 11px;
  left: -250px;
  z-index: 0; }

#relatedSearches, #goToLinks {
  margin: 0 !important; }

/* === End RowTop === */
.contentWrapper {
  width: 100%; }

/* === Paging === */
.thumbs {
  width: 100%;
  float: left;
  display: inline; }

#resultsFooter {
  float: left;
  width: 80%; }

.results {
  display: block;
  margin: 0 !important; }

@media (max-width: 480px) {
  div .item {
    width: 100%; } }
@media (min-width: 481px) and (max-width: 800px) {
  div .item {
    width: 50%; } }
@media (min-width: 801px) and (max-width: 1280px) {
  div .item {
    width: 33%; } }
@media (min-width: 1281px) {
  div .item {
    width: 33% !important; } }

.pageNumbers {
  display: inline;
  float: left;
  padding: 0.3em; }

.pageOrder {
  display: inline;
  float: left;
  padding: 0.3em; }

.pageNumbers {
  margin-right: 10px; }

.pageOrder a,
.pageNumbers a {
  margin-bottom: 3px; }

.pageOrder p {
  margin: 0; }

.pageNumbers, .pageOrder {
  float: left;
  padding: 0; }

.navBar,
.navBarBottom {
  height: 10px;
  font-weight: normal;
  font-size: 12px; }

.navBar .title,
.navBarBottom .title {
  float: left; }

.navBar .resultSet,
.navBarBottom .resultSet {
  display: block;
  clear: both;
  margin-top: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.navBar .paging,
.navBarBottom .paging {
  float: left;
  display: block;
  text-align: left;
  clear: both;
  font-size: 12px;
  margin-bottom: 15px;
  width: 100%; }

/* === End Paging === */
/* === Side Nav Bar === */
#categories {
  float: left;
  text-align: left; }

#categories > .keywordCol p > a:link {
  display: block;
  margin: 0;
  padding: 0; }

#categories > div > div > p > a {
  display: block;
  margin: 0;
  padding: 0; }

#categories b, strong {
  font-size: 18px; }

#categories p:hover > a {
  text-decoration: underline; }

#categories p > a > .badge {
  color: #999999; }

#categories p:hover > a > .badge {
  color: gray; }
  @media (max-width: 800px) {
    #categories p:hover > a > .badge {
      color: #999999; } }

.uk-offcanvas-bar p > a:hover > .badge {
  color: gray; }
  @media (max-width: 800px) {
    .uk-offcanvas-bar p > a:hover > .badge {
      color: #999999; } }

.uk-offcanvas-bar img {
  width: auto;
  height: auto;
  padding: 5px; }

.uk-nav-offcanvas p a {
  display: block;
  padding: 5px 5px 5px 0;
  background: none; }

.uk-nav-offcanvas p > b {
  display: block;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #976400; }

.uk-nav-offcanvas a {
  display: block; }

.uk-nav-offcanvas a:hover {
  background: #fda800;
  color: #fff;
  padding-left: 5px; }

.uk-offcanvas-bar p > a:hover > .badge {
  color: white; }
  @media (max-width: 800px) {
    .uk-offcanvas-bar p > a:hover > .badge {
      color: #999999; } }

.uk-nav-offcanvas .categoryList {
  padding: 10px;
  border-left: none;
  margin-top: 40px; }

#categories p > b {
  font-family: "Nunito", sans-serif;
  display: block;
  margin-top: 15px;
  line-height: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #976400;
  padding-bottom: 5px; }

.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.uk-nav li > a {
  display: block;
  text-decoration: none;
  font-size: 14px; }

.uk-nav > li > a {
  padding: 9px 7px; }

.uk-nav ul {
  padding-left: 15px; }

.uk-nav ul a {
  padding: 2px 0; }

.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px; }

.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #909090;
  color: #ffffff;
  outline: none; }

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #ffffff; }

.uk-nav-offcanvas .uk-nav-header {
  color: #777777; }

.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a; }

.uk-nav-offcanvas ul a {
  color: #cccccc; }

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #ffffff; }

/* === End Side Nav Bar === */
/* === OffCanvas Nav Bar === */
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000000000;
  background: rgba(0, 0, 0, 0.6); }

.uk-offcanvas.uk-active {
  display: block; }

.uk-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left 0.5s ease-in-out 50ms;
  transition: margin-left 0.5s ease-in-out 50ms; }

.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #181818 url("/images/logo-sidenav.png") right bottom no-repeat;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  padding: 0; }

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  background: #181818;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777777; }

.uk-offcanvas .uk-panel-title {
  color: #cccccc; }

.uk-offcanvas .uk-panel a:not([class]) {
  color: #cccccc; }

.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #ffffff; }

.uk-offcanvas-bar h4 {
  color: #333; }

.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none; }

.uk-switcher > *:not(.uk-active) {
  display: none; }

/* === End OffCanvas Nav Bar === */
/* === Close Button === */
.uk-close {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: inherit;
  padding: 0 0 0 20px;
  border: 0;
  -webkit-appearance: none;
  background: transparent; }

.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome; }

.uk-close:hover, .uk-close:focus {
  opacity: 0.5;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eeeeee;
  opacity: 1; }

.uk-close-alt:hover, .uk-close-alt:focus {
  opacity: 1; }

.uk-close-alt:after {
  opacity: 0.5; }

.uk-close-alt:hover:after, .uk-close-alt:focus:after {
  opacity: 0.8; }

a.bigcloseRight {
  color: #fda800 !important;
  top: 10px;
  left: -13px;
  position: absolute;
  font-size: 36px;
  background: none !important; }
  a.bigcloseRight:hover {
    color: #ffcc00 !important;
    left: -13px;
    background: none !important; }

a.bigcloseLeft {
  color: #fda800 !important;
  top: 10px;
  right: 15px;
  position: absolute;
  font-size: 36px;
  background: none !important; }
  a.bigcloseLeft:hover {
    color: #ffcc00 !important;
    right: 15px;
    background: none !important; }

.smallclose {
  font-size: 24px;
  color: #ffffff;
  padding: 0;
  margin: 0; }

.uk-alert {
  padding: 10px;
  background: #ebf7fd;
  color: #2d7091; }

.uk-alert > :last-child {
  margin-bottom: 0; }

.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit; }

.uk-alert > .uk-close:first-child {
  float: right; }

.uk-alert > .uk-close:first-child + * {
  margin-top: 0; }

/* === End Close Button === */
/* === Badge Button === */
.badge {
  color: #999;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  display: block; }

.badge-notification {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px; }

.badge-success {
  background-color: #8cc14c; }

.badge-warning {
  background-color: #faa732; }

.badge-danger {
  background-color: #da314b; }

.accept-cookie {
  padding: 5px;
  background: #00933c;
  border-radius: 5px;
  color: #ffffff !important; }

/* === End Badge Button === */
/* === Content menu === */
.thumbs {
  width: 100%; }

/* === End Content menu === */
/* === Item Container ===*/
.thumb {
  padding: 3px;
  float: left; }

.itemContainer {
  position: relative;
  background: #181818;
  border: 0px solid #ecf0f1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box; }
  @media (min-width: 801px) {
    .itemContainer {
      width: 128px; } }

.itemContainer:hover .title a:link,
.itemContainer:hover .title a:visited,
.itemContainer:hover .title a:hover {
  color: #ffcc00;
  text-decoration: underline; }
  @media (max-width: 800px) {
    .itemContainer:hover .title a:link,
    .itemContainer:hover .title a:visited,
    .itemContainer:hover .title a:hover {
      text-decoration: none;
      color: white; } }

.itemContainer a:link img,
.itemContainer a:visited img {
  z-index: 1;
  width: 128px;
  height: 98px;
  display: inline-block;
  background-size: contain;
  border-radius: 10px;
  border: 4px solid #fda800; }
  @media (max-width: 800px) {
    .itemContainer a:link img,
    .itemContainer a:visited img {
      min-width: 100%;
      height: auto; } }

.sub a:link img,
.sub a:visited img {
  border-radius: 10px;
  border: 4px solid #fda800; }

.itemContainer:hover a img,
.itemContainerSub:hover a img {
  background-size: contain;
  border: 4px solid #ffcc00; }
  @media (max-width: 800px) {
    .itemContainer:hover a img,
    .itemContainerSub:hover a img {
      border: 4px solid #fda800; } }

@media (max-width: 800px) {
  .itemContainerSub:hover > .report a:link {
    border-top: 4px solid #fda800;
    border-right: 4px solid #fda800; } }

.datesource {
  position: absolute;
  display: inline;
  left: 0;
  bottom: 94px;
  width: 100%;
  padding: 0 0 0 8px;
  height: 13px;
  z-index: 5;
  border-top: 1px solid #ddd; }
  @media (max-width: 800px) {
    .datesource {
      bottom: 85px;
      border-top: none; } }

.itemContainer div.date,
.itemContainerSub div.date {
  display: inline;
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 10px; }
  @media (max-width: 800px) {
    .itemContainer div.date,
    .itemContainerSub div.date {
      top: 0;
      right: auto;
      left: 0; } }

.itemContainer div.source,
.itemContainerSub div.source {
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (max-width: 800px) {
    .itemContainer div.source,
    .itemContainerSub div.source {
      top: 0;
      right: 0;
      left: auto; } }

.itemContainer div.source a:link,
.itemContainer div.source a:visited {
  font-size: 10px;
  font-weight: normal; }

.itemContainer div.source a:hover {
  text-decoration: underline; }
  @media (max-width: 800px) {
    .itemContainer div.source a:hover {
      text-decoration: none;
      color: white !important; } }

.itemContainer span.title {
  display: block;
  line-height: 26px;
  height: 24px;
  cursor: pointer;
  text-align: left;
  background: #181818;
  text-transform: none;
  font-weight: bold;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  background-clip: padding-box; }
  .itemContainer span.title a:link,
  .itemContainer span.title a:visited {
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    padding: 0 0 0 4px;
    margin-left: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  @media (max-width: 800px) {
    .itemContainer span.title a:hover {
      text-decoration: none !important;
      color: white !important; } }

/* === End Item Container ===*/
/* === Item Container ===*/
.itemContainerSub {
  background: none;
  border: 1px solid 0px solid #ecf0f1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  position: relative; }
  @media (min-width: 801px) {
    .itemContainerSub {
      width: 128px; } }

.itemContainerSub:hover .title a:link,
.itemContainerSub:hover .title a:visited,
.itemContainerSub:hover .title a:hover {
  color: #ffcc00;
  text-decoration: underline; }
  @media (max-width: 800px) {
    .itemContainerSub:hover .title a:link,
    .itemContainerSub:hover .title a:visited,
    .itemContainerSub:hover .title a:hover {
      text-decoration: none !important;
      color: white !important; } }

.itemContainerSub a:link img,
.itemContainerSub a:visited img {
  top: 24px;
  z-index: 1;
  width: 128px;
  height: 98px;
  position: relative;
  object-fit: contain;
  display: inline-block;
  background-size: contain;
  border-radius: 10px;
  transition: all 0s ease; }
  @media (max-width: 800px) {
    .itemContainerSub a:link img,
    .itemContainerSub a:visited img {
      width: 100%;
      height: auto; } }

.sub a:link img,
.sub a:visited img {
  margin: 0 auto;
  display: block; }

.itemContainerSub:hover a img {
  background-size: contain; }

.itemContainerSub div.source a:link,
.itemContainerSub div.source a:visited {
  font-size: 10px;
  font-weight: normal; }

@media (max-width: 800px) {
  .itemContainerSub div.source a:hover {
    color: white; } }

@media (min-width: 801px) {
  .itemContainerSub .report {
    position: relative;
    text-align: left;
    line-height: 12px;
    bottom: -22px;
    right: 0;
    font-size: 10px;
    float: right;
    padding: 3px;
    z-index: 12;
    background: none;
    border: 0px solid #343534; }
    .itemContainerSub .report:hover {
      background: none;
      color: white;
      text-decoration: underline; } }
@media (max-width: 800px) {
  .itemContainerSub .report:hover {
    color: white;
    text-decoration: noe; } }

@media (max-width: 800px) {
  .report {
    text-align: center;
    bottom: 41px;
    font-size: 11px; } }

@media (max-width: 800px) {
  .report a:link,
  .report a:visited {
    display: block;
    position: absolute;
    width: 55px;
    left: 0;
    float: left;
    bottom: 100px;
    border-radius: 0 5px 0 0;
    font-size: 11px;
    background: #181818;
    border: 0px solid #343534;
    border-top: 4px solid #fda800;
    border-right: 4px solid #fda800;
    color: white;
    z-index: 15; }
    .report a:link:hover,
    .report a:visited:hover {
      background: #181818;
      color: white;
      text-decoration: none;
      border-right: 4px solid #fda800;
      border-top: 4px solid #fda800; } }

.itemContainerSub span.title {
  display: block;
  line-height: 16px;
  position: absolute;
  padding: 4px 0 4px 0;
  width: 100%;
  cursor: pointer;
  text-align: left;
  background: #181818;
  text-transform: none;
  font-weight: bold; }
  @media (max-width: 480px) {
    .itemContainerSub span.title {
      width: 100%; } }
  .itemContainerSub span.title a:link,
  .itemContainerSub span.title a:visited {
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    padding: 0;
    margin-left: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .itemContainerSub span.title a:hover {
    overflow: visible;
    white-space: normal; }
    @media (max-width: 800px) {
      .itemContainerSub span.title a:hover {
        text-decoration: none;
        color: white; } }

@media (max-width: 800px) {
  .rating {
    position: relative !important; } }
@media (min-width: 801px) {
  .rating {
    position: relative !important; } }

.sub {
  padding-bottom: 135px; }
  @media (max-width: 800px) {
    .sub {
      padding-bottom: 124px; } }

@media (max-width: 800px) {
  .duration {
    bottom: 81px;
    position: absolute;
    text-align: left;
    line-height: 10px;
    left: 0;
    padding: 3px;
    background: #ffba31;
    border: 0px solid #343534;
    color: white; } }
@media (min-width: 801px) {
  .duration {
    position: absolute;
    text-align: left;
    line-height: 10px;
    left: 0;
    padding: 3px;
    background: #ffba31;
    border: 0px solid #343534;
    color: white; } }

/* === End Item Container ===*/
/* ======== RATING ==============*/
.rating {
  width: 80px !important;
  clear: both;
  overflow: visible;
  margin: 0 !important;
  height: 0 !important;
  top: 54px !important;
  font-size: 10px; }
  @media (max-width: 800px) {
    .rating {
      display: none !important; } }

.rating .star {
  display: block !important;
  float: left;
  width: 16px !important;
  height: 16px !important;
  background-image: url("/images/star-off.png") !important;
  z-index: 1; }

.rating .infoBar, .rating .infoBar2 {
  position: relative;
  display: inline !important;
  top: 16px !important;
  left: 0;
  float: left;
  overflow: visible;
  height: 14px;
  width: 50% !important;
  clear: both; }

.rating .infoBar2 {
  top: 16px !important;
  right: 0;
  left: auto;
  float: right;
  color: #e5e5e5; }

.rating .label {
  padding-right: 3px; }

.rating .status {
  padding-left: 3px; }

.rating .label, .rating .info, .rating .status {
  display: block;
  float: left;
  white-space: nowrap; }

.rating .part {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 16px !important;
  cursor: pointer; }

.rating .currentRating, .rating .currentRated {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 16px !important;
  background-image: url("/images/star-on.png") !important; }

.label {
  display: none !important; }

.rating .currentRated {
  background-image: url("/images/star-own.png") !important; }

.part:hover {
  background-image: url("/images/star-over.png") !important; }

.rating a.remove {
  font-size: 10px; }

/* ======== END RATING ==============*/
.itemContainerSub .favResult {
  display: block !important;
  position: absolute;
  bottom: 66px;
  right: 0px;
  color: #fda800;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  border-radius: 0 5px 0 5px;
  transition: all 0.2s; }
  @media (max-width: 800px) {
    .itemContainerSub .favResult {
      bottom: 47px;
      font-size: 12px; } }
  @media (max-width: 480px) {
    .itemContainerSub .favResult {
      bottom: 47px;
      font-size: 11px; } }

.descrBlock {
  pointer-events: auto; }

.description {
  position: absolute;
  left: 0;
  top: 183px;
  bottom: auto;
  max-height: 45px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  overflow: hidden;
  line-height: 15px;
  font-size: 12px; }
  @media (min-width: 801px) {
    .description {
      cursor: pointer; } }
  @media (max-width: 800px) {
    .description {
      top: auto;
      bottom: 5px;
      max-height: 70px;
      line-height: 18px;
      width: 77%;
      padding-right: 5px;
      padding-bottom: 12px;
      height: 70px; } }

@media (min-width: 801px) {
  .descrBlock:before {
    position: absolute;
    bottom: 5px;
    top: auto;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 3;
    color: #d2d2d2;
    background-color: rgba(24, 24, 24, 0.5);
    /* Fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(24, 24, 24, 0)), to(#181818));
    background-image: -webkit-linear-gradient(top, rgba(24, 24, 24, 0), #181818);
    background-image: -moz-linear-gradient(top, rgba(24, 24, 24, 0), #181818);
    background-image: -ms-linear-gradient(top, rgba(24, 24, 24, 0), #181818);
    background-image: -o-linear-gradient(top, rgba(24, 24, 24, 0), #181818);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='rgba(24, 24, 24, 0)', endColorstr='#181818');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(24, 24, 24, 0)', endColorstr='#181818')";
    content: ""; } }
@media (max-width: 800px) {
  .descrBlock:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 77%;
    height: 25px;
    z-index: 3;
    background-color: rgba(24, 24, 24, 0.5);
    /* Fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(24, 24, 24, 0)), to(#181818));
    background-image: -webkit-linear-gradient(top, rgba(24, 24, 24, 0), #181818);
    background-image: -moz-linear-gradient(top, rgba(24, 24, 24, 0), #181818);
    background-image: -ms-linear-gradient(top, rgba(24, 24, 24, 0), #181818);
    background-image: -o-linear-gradient(top, rgba(24, 24, 24, 0), #181818);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='rgba(24, 24, 24, 0)', endColorstr='#181818');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(24, 24, 24, 0)', endColorstr='#181818')";
    color: #d2d2d2;
    content: ""; } }

.description:before {
  position: absolute;
  width: 98%;
  bottom: 0;
  right: 0;
  height: 10px;
  z-index: 666;
  color: #d2d2d2;
  background: none;
  padding-left: 90%;
  content: ""; }

.descrHover {
  z-index: 999999;
  background: rgba(24, 24, 24, 0.9);
  min-height: 100%;
  max-height: 100%;
  bottom: auto;
  top: 0;
  margin-left: 0;
  width: 100%;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 2px solid #ffcc00;
  border-radius: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (max-width: 800px) {
    .descrHover {
      padding-bottom: 25px;
      top: auto;
      bottom: 0; } }

@media (min-width: 801px) {
  .ratingMobile {
    display: none; } }
@media (max-width: 800px) {
  .ratingMobile {
    position: absolute;
    right: 12%;
    bottom: 30px;
    color: white;
    font-size: 19px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 10px 0px 0px white, 20px 0px 0px white; } }

/* === Cookie === */
.cookie {
  width: 100% !important;
  z-index: 99999999;
  padding: 15px !important;
  background: #222;
  background: rgba(0, 0, 0, 0.9) !important;
  color: #ffffff !important;
  font-size: 12px !important; }

.cookie a {
  font-size: 12px;
  color: #eeeeee !important; }

/* === End Cookie === */
/* === Social Media jazz === */
.social-media i {
  color: #ffffff;
  font-size: 20px;
  line-height: 18px;
  width: 27px;
  height: 27px;
  text-align: center;
  padding: 4px; }

.facebook {
  background: #4c66a4; }

.twitter {
  background: #3a92c8; }

.googleplus {
  background: #da4836; }

#socialWrap {
  position: relative;
  top: 7px;
  right: 236px;
  height: 0;
  float: right;
  display: none; }
  @media (max-width: 1023px) {
    #socialWrap {
      top: 7px;
      right: 240px; } }

#socialWrap .text {
  position: relative;
  bottom: 2px; }

/* === End Social Media jazz === */
/* === MySelectWrapper stuff === */
#mySelectWrapper {
  z-index: 23456;
  margin: 0;
  background-color: #ffffff;
  position: absolute;
  font-size: 12px;
  width: 230px;
  border: 1px solid #fda800;
  cursor: pointer;
  color: #989899; }
  @media (max-width: 800px) {
    #mySelectWrapper {
      display: none; } }
  @media (min-width: 801px) {
    #mySelectWrapper {
      margin-top: 5px;
      padding-left: 5px;
      position: relative;
      height: 27px;
      width: 230px;
      float: right;
      line-height: 27px;
      background: #fff; } }
  @media (min-width: 1201px) {
    #mySelectWrapper {
      width: 230px; } }

#mySelectWrapper:hover {
  text-decoration: underline; }

#mySelectResults {
  z-index: 23456;
  width: 230px;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #fda800;
  height: 430px;
  line-height: 20px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #FFFFFF;
  border-radius: 5px; }
  @media (max-width: 800px) {
    #mySelectResults {
      display: none; } }
  @media (min-width: 801px) {
    #mySelectResults {
      width: 230px; } }
  @media (min-width: 1201px) {
    #mySelectResults {
      width: 230px; } }

#mySelectResults li a {
  display: block;
  padding: 2px 5px 2px 5px; }

#mySelectResults li a:hover {
  background: #fda800;
  color: white !important; }

#mySelectImg {
  display: block !important;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 2px; }

/* === End MySelectWrapper stuff === */
ul.uk-nav-offcanvas.uk-nav li a i {
  padding: 5px;
  border-radius: 4px;
  font-size: 18px !important;
  color: #666; }
  ul.uk-nav-offcanvas.uk-nav li a i:hover {
    color: #666; }

ul.uk-nav-offcanvas.uk-nav li a:hover > i {
  color: #666; }

/* Home */
/* New Games */
/* Populair Games */
ul.uk-nav-offcanvas.uk-nav li:nth-child(4n) a i:after {
  content: "\f11b"; }

/* Top Rated Games */
ul.uk-nav-offcanvas.uk-nav li:nth-child(5n) a i:after {
  content: "\f11b"; }

/* Most Voted Games */
ul.uk-nav-offcanvas.uk-nav li:nth-child(6n) a i:after {
  content: "\f11b"; }

/* Racing Games */
ul.uk-nav-offcanvas.uk-nav li:nth-child(7n) a i:after {
  content: "\f11b"; }

/* Games for Girls */
ul.uk-nav-offcanvas.uk-nav li:nth-child(8n) a i:after {
  content: "\f11b"; }

/* best Free Games */
ul.uk-nav-offcanvas.uk-nav li:nth-child(9n) a i:after {
  content: "\f11b"; }

/* Free Games */
ul.uk-nav-offcanvas.uk-nav li:nth-child(10n) a i:after {
  content: "\f11b"; }

/* === GuideBox classes === */
.guideBox {
  position: absolute;
  top: -10px;
  overflow: visible;
  height: auto;
  z-index: 100;
  display: none;
  color: #333333;
  background-color: #ffffff;
  padding: 25px 10px 10px 10px;
  border-radius: 5px;
  box-shadow: 0 1px 3px #555;
  text-align: left;
  opacity: 0.95; }

.guideBox img {
  overflow: visible;
  border: 0; }

.guideBox .highlight {
  color: #83a602;
  font-size: 14px; }

.guideBox h3 {
  margin: -10px 0 8px 0;
  font-size: 12px; }

.guideBox a:link,
.guideBox a:visited,
.guideBox a:hover {
  font-size: 16px; }

.guideBox p {
  padding: 0;
  margin: 0 0 8px 0; }

.guideBox h4 {
  padding: 0;
  margin: 0; }

.guideBox_left {
  left: -315px; }

.guideBox_right {
  left: 140px; }

/* === End GuideBox classes === */
/* === rowBottom === */
.rowBottomWrapper {
  background-color: #fdb913; }

/* === End rowBottom === */
/* === Footer classes === */
.fMenu > ul > li > a:link {
  color: #181818 !important;
  text-decoration: underline; }

.fMenu > ul > li > a:visited {
  color: #181818 !important;
  text-decoration: underline; }

#footer #disclaimer #footerLegal > a:link {
  color: #181818 !important;
  text-decoration: underline; }

#footer #disclaimer #footerLegal > a:visited {
  color: #181818 !important;
  text-decoration: underline; }

#navWrapperFooter {
  display: block;
  padding-left: 10px; }

#footerWrapper {
  width: 100%;
  display: block; }

#footer #disclaimer {
  padding: 0 10px 20px 10px;
  width: 100%;
  font-weight: normal;
  z-index: 1;
  background-color: #fdb913;
  background-image: url("/images/honeyCombBody.png"); }

#footer #disclaimer #floraLogo {
  display: block;
  top: 0;
  width: 205px;
  z-index: 0;
  height: 51px; }

h2 img {
  width: 250px; }

#footer #disclaimer #footerLegal {
  padding: 20px;
  top: 20px;
  color: #343534;
  background: #fda800; }

#footerMenu {
  position: relative;
  padding: 20px;
  top: 10px; }

.fMenu:first-child {
  border-right: 1px solid #181818;
  padding-right: 10px; }

#footerMenu .fMenu {
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-right: 10px;
  color: #343534; }

.footerMenuTitle {
  font-family: "Bree Serif", serif;
  font-size: 14px;
  font-weight: bold; }

#footerMenu .fMenu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#footer #disclaimer #buttons a img {
  margin: 0 0 5px 0;
  padding: 1px; }

#footer #disclaimer #logo2 {
  padding: 0;
  margin-left: 10px; }

/* === End Footer classes === */
/* === Results Footer classes === */
#resultsFooter .narrowSearches {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }

/* === End Results Footer classes === */
img {
  width: auto;
  height: auto; }

[class*='col-'] {
  float: left;
  padding: 4px; }

.frame:after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 480px) {
  .visible-medium {
    display: none !important; }

  .visible-large {
    display: none !important; }

  .hidden-small {
    display: none !important; }

  .categoryList {
    padding: 4px; }

  h2 {
    width: 100%; }

  #navWrapper {
    position: relative;
    top: -101px;
    border: none; }

  .navBar a:link,
  .navBar a:visited,
  .navBarBottom a:link,
  .navBarBottom a:visited {
    padding: 8px 10px; }

  .navBar p {
    line-height: 200%; }

  .pageorder a:link {
    padding: 10px 12px; }

  #categories {
    width: 100%;
    padding-top: 20px; }

  .keywordCol {
    width: 100%; }

  #footer #disclaimer #footerLegal {
    padding-bottom: 20px; } }
@media (min-width: 481px) and (max-width: 800px) {
  .visible-medium {
    display: none !important; }

  .visible-large {
    display: none !important; }

  .hidden-small {
    display: none !important; }

  .categoryList {
    padding: 4px; }

  .keywordCol {
    display: inline-block;
    vertical-align: top; }

  #categories {
    width: 100%; }

  .categoryList {
    width: 100%; }

  .keywordCol {
    width: 50%;
    float: left; }

  .uk-nav-offcanvas .keywordCol {
    width: 100%;
    float: left; }

  div .item {
    width: 50%; }

  h2 {
    width: 100%; }

  #navWrapper {
    position: relative;
    top: -101px;
    border: none; }

  .navBar a:link,
  .navBar a:visited,
  .navBarBottom a:link,
  .navBarBottom a:visited {
    padding: 10px 14px; }

  .navBar p {
    line-height: 200%; }

  .pageorder a:link {
    padding: 10px 12px; } }
@media (min-width: 801px) and (max-width: 850px) {
  .visible-small {
    display: none !important; }

  .visible-large {
    display: none !important; }

  .hidden-medium {
    display: none !important; }

  .headerNavBar-nav > li > a:link {
    font-size: 12px; } }
@media (min-width: 851px) and (max-width: 1200px) {
  .visible-small {
    display: none !important; }

  .visible-large {
    display: none !important; }

  .hidden-medium {
    display: none !important; }

  .headerNavBar-nav > li > a:link {
    font-size: 13px; } }
@media (min-width: 1201px) and (max-width: 1280px) {
  .visible-small {
    display: none !important; }

  .visible-large {
    display: none !important; }

  .visible-medium {
    display: none !important; }

  .hidden-XL {
    display: none !important; }

  .sidenav-button {
    display: none; } }
@media (min-width: 1281px) and (max-width: 1919px) {
  .visible-small {
    display: none !important; }

  .visible-medium {
    display: none !important; }

  .visible-large {
    display: none !important; }

  .hidden-XL {
    display: none !important; } }
@media (min-width: 1920px) {
  .categoryList {
    width: 100%; }

  .visible-small {
    display: none !important; }

  .visible-medium {
    display: none !important; }

  .hidden-large {
    display: none !important; } }
.hidden {
  display: none !important;
  visibility: hidden !important; }

.invisible {
  visibility: hidden !important; }

.visible-hover:hover .hidden, .visible-hover:hover .invisible {
  display: block !important;
  visibility: visible !important; }

.visible-hover-inline:hover .hidden, .visible-hover-inline:hover .invisible {
  display: inline-block !important;
  visibility: visible !important; }

.frame {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 0 10px; }
  @media (max-width: 800px) {
    .frame {
      padding: 0 10px 0 10px; } }

.headerNavBar-nav {
  float: left;
  width: 100%; }

.boxFluidWrapper {
  width: 100%; }

@media (max-width: 800px) {
  .searchBar {
    position: relative; }
    .searchBar .uk-button {
      display: none; }
    .searchBar input[type="text"] {
      width: 100%;
      height: 45px; }
    .searchBar button {
      right: 7px;
      top: 9px; } }
@media (min-width: 801px) {
  .searchBar {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 44px;
    width: 230px; }
    .searchBar input[type="text"] {
      width: 230px;
      height: 44px !important; }
    .searchBar button {
      right: 7px;
      top: 9px; } }
@media (min-width: 1000px) and (max-width: 1280px) {
  .searchBar {
    width: 300px; }
    .searchBar input[type="text"] {
      width: 300px; } }
@media (min-width: 1281px) {
  .searchBar {
    width: 600px; }
    .searchBar input[type="text"] {
      width: 600px; } }

@media (max-width: 800px) {
  #content {
    margin-top: -50px;
    width: 100%; } }
@media (min-width: 801px) {
  #content {
    width: auto;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0; } }

#categories {
  float: left; }
  @media (max-width: 500px) {
    #categories {
      width: 100%; } }
  @media (min-width: 501px) and (max-width: 600px) {
    #categories {
      width: 100%; } }
  @media (min-width: 601px) and (max-width: 800px) {
    #categories {
      width: 100%; } }
  @media (min-width: 801px) {
    #categories {
      width: 220px; } }

.thumbSub {
  float: left; }
  @media (max-width: 480px) {
    .thumbSub {
      width: 50%; } }
  @media (min-width: 481px) and (max-width: 580px) {
    .thumbSub {
      width: 33.33333%; } }
  @media (min-width: 581px) and (max-width: 680px) {
    .thumbSub {
      width: 33.33333%; } }
  @media (min-width: 681px) and (max-width: 800px) {
    .thumbSub {
      width: 25%; } }
  @media (min-width: 801px) {
    .thumbSub {
      position: relative;
      margin-left: 0px;
      padding-top: 16px; } }

.thumb {
  float: left; }
  @media (max-width: 480px) {
    .thumb {
      width: 50%; } }
  @media (min-width: 481px) and (max-width: 580px) {
    .thumb {
      width: 33.33333%; } }
  @media (min-width: 581px) and (max-width: 680px) {
    .thumb {
      width: 33.33333%; } }
  @media (min-width: 681px) and (max-width: 800px) {
    .thumb {
      width: 20%; } }
  @media (min-width: 801px) {
    .thumb {
      position: relative;
      margin-left: 0px; } }

.keywordCol {
  float: left;
  padding-right: 5%; }
  @media (max-width: 600px) {
    .keywordCol {
      width: 100%; } }
  @media (min-width: 601px) and (max-width: 800px) {
    .keywordCol {
      width: 50%; } }
  @media (min-width: 801px) and (max-width: 1439px) {
    .keywordCol {
      width: 100%; } }
  @media (min-width: 1440px) {
    .keywordCol {
      width: 100%; } }

#rowBottom {
  clear: both;
  position: relative;
  width: 100%; }

.stopList {
  width: 100%;
  height: 25px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px; }
  @media (max-width: 895px) {
    .stopList {
      height: 45px; } }
  .stopList ul {
    list-style: none; }
  .stopList li {
    float: left;
    margin-left: 25px; }
    @media (max-width: 895px) {
      .stopList li {
        width: 50%;
        margin-left: 0; } }
  .stopList li:first-child {
    margin: 0; }
    @media (max-width: 895px) {
      .stopList li:first-child {
        width: 100%;
        margin-left: 0; } }

#error_image {
  border-width: 4px !important; }

.datesource {
  border: none !important; }

#filter {
  color: #FFFFFF;
  position: absolute;
  display: none;
  left: -155px;
  width: 150px;
  background: #fff;
  top: 0px;
  padding: 5px;
  border: 1px solid #fda800;
  height: 75px; }
  @media (max-width: 800px) {
    #filter {
      margin-bottom: 0px;
      left: 0;
      height: 107px;
      top: 50px;
      width: 100%;
      background: none;
      border: none; } }
  @media (min-width: 1001px) and (max-width: 1280px) {
    #filter {
      top: 0px;
      left: -155px; } }
  @media (min-width: 801px) and (max-width: 1000px) {
    #filter {
      top: 0px;
      left: -155px; } }
  #filter label {
    display: block; }

#filterText {
  color: #000000;
  font-weight: bold; }

#filter ul {
  position: relative;
  list-style: none;
  height: 75px; }
#filter label {
  background: none;
  display: block;
  cursor: pointer;
  float: left;
  width: 50%;
  line-height: 20px;
  text-align: center;
  color: white; }
  @media (max-width: 800px) {
    #filter label {
      width: 50%;
      background: #ffba31;
      background-color: #feb932;
      /* Fallback */
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcb64), to(#fda800));
      background-image: -webkit-linear-gradient(top, #ffcb64, #fda800);
      background-image: -moz-linear-gradient(top, #ffcb64, #fda800);
      background-image: -ms-linear-gradient(top, #ffcb64, #fda800);
      background-image: -o-linear-gradient(top, #ffcb64, #fda800);
      filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ffcb64', endColorstr='#fda800');
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb64', endColorstr='#fda800')";
      border: 1px solid 0px solid #ecf0f1;
      line-height: 25px; } }
  #filter label:hover {
    cursor: pointer;
    color: white; }
    @media (max-width: 800px) {
      #filter label:hover {
        background: #ffcb64;
        background-color: #feb932;
        /* Fallback */
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fda800), to(#ffcb64));
        background-image: -webkit-linear-gradient(top, #fda800, #ffcb64);
        background-image: -moz-linear-gradient(top, #fda800, #ffcb64);
        background-image: -ms-linear-gradient(top, #fda800, #ffcb64);
        background-image: -o-linear-gradient(top, #fda800, #ffcb64);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fda800', endColorstr='#ffcb64');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda800', endColorstr='#ffcb64')";
        border: 1px solid 0px solid #ecf0f1; } }
#filter #filterSave input {
  display: block;
  cursor: pointer;
  float: left;
  width: 50%;
  line-height: 20px;
  text-align: center;
  background: #ffba31;
  background-color: #feb932;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcb64), to(#fda800));
  background-image: -webkit-linear-gradient(top, #ffcb64, #fda800);
  background-image: -moz-linear-gradient(top, #ffcb64, #fda800);
  background-image: -ms-linear-gradient(top, #ffcb64, #fda800);
  background-image: -o-linear-gradient(top, #ffcb64, #fda800);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ffcb64', endColorstr='#fda800');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb64', endColorstr='#fda800')";
  border: 1px solid 0px solid #ecf0f1;
  color: white; }
  @media (max-width: 800px) {
    #filter #filterSave input {
      line-height: 25px; } }
  #filter #filterSave input:hover {
    cursor: pointer;
    background: #ffcb64;
    background-color: #feb932;
    /* Fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fda800), to(#ffcb64));
    background-image: -webkit-linear-gradient(top, #fda800, #ffcb64);
    background-image: -moz-linear-gradient(top, #fda800, #ffcb64);
    background-image: -ms-linear-gradient(top, #fda800, #ffcb64);
    background-image: -o-linear-gradient(top, #fda800, #ffcb64);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fda800', endColorstr='#ffcb64');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda800', endColorstr='#ffcb64')";
    color: white;
    border: 1px solid 0px solid #ecf0f1; }

.headerNavBar-nav > li > a:link {
  font-size: 11px;
  text-transform: uppercase; }

.headerNavBar {
  border-left: 1px solid #343534; }

.contentNavWrapper {
  padding-right: 10px; }
  @media (min-width: 801px) {
    .contentNavWrapper {
      float: left; } }

.thumbSub {
  padding: 0 10px 10px 0; }
  @media (max-width: 800px) {
    .thumbSub {
      padding: 0; } }

.headerNavBar-nav > li > a:link {
  height: 26px;
  line-height: 26px; }

@media (max-width: 800px) {
  #navWrapper {
    border: none; } }
@media (min-width: 801px) {
  #navWrapper {
    border-top: 1px solid #343534;
    border-bottom: 1px solid #343534; } }

.boxFluidWrapper {
  position: relative; }
  @media (min-width: 801px) {
    .boxFluidWrapper {
      height: 85px; } }

.headerLogo {
  width: 540px;
  position: relative;
  top: 0; }
  @media (max-width: 800px) {
    .headerLogo {
      top: 0;
      width: auto; } }

@media (max-width: 800px) {
  .searchBar input[type="text"] {
    border-left: none;
    border-right: none; } }
@media (min-width: 801px) {
  .searchBar input[type="text"] {
    height: 44px !important; } }

@media (min-width: 801px) {
  .searchBar button {
    top: 9px !important;
    font-size: 2em; } }

.searchBar button:hover {
  cursor: pointer; }

.frame {
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

#categories {
  border: none;
  margin-top: 0;
  width: 100%;
  float: none !important;
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* TWEENER - IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

#content {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  float: none !important; }

h1 {
  font-family: "Nunito", Arial, "Open Sans", sans-serif;
  color: #353434;
  text-transform: none;
  font-size: 13px !important;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

h1 span {
  line-height: 16px; }

.h1 {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: inline-block; }

.h1Wrapper {
  left: 115px;
  top: 56px;
  position: absolute;
  margin: 0;
  padding: 0; }
  @media (max-width: 800px) {
    .h1Wrapper {
      display: none; } }

.h1Sub {
  top: 56px; }

h1.h1 {
  left: 137px;
  top: 66px;
  max-width: 580px;
  position: absolute;
  margin: 0;
  padding: 0; }
  @media (max-width: 800px) {
    h1.h1 {
      display: none; } }

h1.h1sub {
  left: 288px;
  top: 66px;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (max-width: 800px) {
    h1.h1sub {
      display: none; } }
  @media (max-width: 1024px) {
    h1.h1sub {
      max-width: 300px; } }
  @media (min-width: 1025px) and (max-width: 1920px) {
    h1.h1sub {
      max-width: 580px; } }

h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px; }
  @media (max-width: 800px) {
    h2 {
      margin-top: 0px; } }

@media (max-width: 800px) {
  h2.h2headBar {
    margin-top: 10px; } }

#resultsFooter {
  width: 100%; }

.row {
  width: 20%;
  float: left;
  padding-right: 10px; }
  @media (max-width: 800px) {
    .row {
      width: 50%; } }

div .item {
  width: 100% !important; }

.title {
  top: 0;
  z-index: 12; }

#footer {
  height: 340px; }

h2 img {
  width: 480px; }
  @media (max-width: 800px) {
    h2 img {
      width: 280px; } }

#categories p > b,
.uk-nav-offcanvas p > b {
  border: none;
  background: #343535;
  -moz-box-shadow: inset 0 0 5px #989899;
  -webkit-box-shadow: inset 0 0 5px #989899;
  box-shadow: inset 0 0 5px #989899;
  color: #ffcc00;
  font-weight: normal;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 3px; }

#categories p:first-child > b {
  margin-top: 0; }

.categoryList h2 {
  margin: 10px 0; }

.navBar .paging a:link,
.navBar .paging a:visited,
.navBarBottom .paging a:link,
.navBarBottom .paging a:visited {
  background: #555555;
  border: 2px solid #343534;
  border-radius: 5px;
  padding: 5px 8px;
  color: white; }

.navBar .paging a:hover,
.navBarBottom .paging a:hover {
  background: #343534;
  border: 2px solid #ffcc00;
  border-radius: 5px;
  padding: 5px 8px;
  color: #ffcc00;
  text-decoration: none; }
  @media (max-width: 800px) {
    .navBar .paging a:hover,
    .navBarBottom .paging a:hover {
      background: #555555;
      border: 2px solid #343534;
      color: white; } }

div.navBar > div.paging > div.pageOrder > a.active,
div.navBarBottom > div.paging > div.pageOrder > a.active,
div.navBar > div.paging > div.pageNumbers > a.active,
div.navBarBottom > div.paging > div.pageNumbers > a.active {
  background: #343534;
  color: #fda800;
  cursor: default;
  text-decoration: none;
  border: 2px solid #fda800; }

.pageNumbers, .pageOrder {
  margin-top: 5px; }
  @media (max-width: 800px) {
    .pageNumbers, .pageOrder {
      line-height: 33px; } }

.searchBar input,
.searchBar > div {
  border-radius: 5px; }
  @media (max-width: 800px) {
    .searchBar input,
    .searchBar > div {
      border-radius: 0; } }

.sideNav-button {
  box-shadow: none;
  border: 1px solid #fda800;
  background: #fdc12c;
  color: #fda800;
  cursor: pointer; }

.headerNavBar-nav > li > a:hover, .headerNavBar-nav > li > a:visited, .headerNavBar-nav > li > a:focus, .headerNavBar-nav > li.uk-open > a {
  background: #ffba31; }

.resultSet {
  margin-top: 15px;
  margin-bottom: 5px; }

.navBar .resultSet, .navBarBottom .resultSet {
  margin-top: 15px; }

.navBar .paging, .navBarBottom .paging {
  margin-bottom: 10px; }

.itemContainer a:link img, .itemContainer a:visited img {
  width: 100%; }

.uk-nav-offcanvas p a:hover {
  background: #fda800;
  color: white;
  padding-left: 0; }

.uk-nav-offcanvas a:hover {
  background: none repeat scroll 0 0 #181818 !important;
  color: #fda800;
  padding-left: 7px;
  text-decoration: none; }

/* === Footer ===*/
#footerTitle {
  font-size: 16px;
  color: #B5B5B5;
  font-weight: bold; }
  #footerTitle a:link,
  #footerTitle a:visited {
    color: #B5B5B5; }
  #footerTitle a:hover {
    text-decoration: none; }

#footer #disclaimer #footerLegal {
  width: 100%;
  margin: 0 auto 20px;
  background-color: none;
  padding: 10px; }

#footerBlock {
  display: block;
  background-color: #2b2a2a;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  /*padding-left: 1%;*/
  top: 1px; }

#navWrapperFooter {
  padding-top: 10px; }

.footerMenuTitle {
  font-weight: bold;
  color: #343534;
  font-size: 14px; }

#footerMenu {
  padding: 0px; }
  @media (max-width: 600px) {
    #footerMenu {
      width: 100%; } }

.fMenu > ul > li > a:link,
#footer #disclaimer #footerLegal > a {
  text-decoration: underline; }
  .fMenu > ul > li > a:link:hover,
  #footer #disclaimer #footerLegal > a:hover {
    text-decoration: underline; }

#footer #buttons a img {
  margin: 0 0 5px 0;
  padding: 1px;
  border: solid 1px #B5B5B5; }

.rowBottomWrapper,
#headerWrapper {
  background-image: url("/images/honeyCombHead.png"); }

/* === End Footer ===*/
#mySelectWrapper {
  color: #333333; }

#mySelectResults a:hover {
  background: #181818;
  color: white !important; }

.mascotte {
  position: absolute;
  right: 0;
  bottom: 50px;
  float: right; }
  @media (max-width: 800px) {
    .mascotte {
      position: relative;
      right: 0;
      float: none;
      bottom: 0; } }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

#categories p > b, .uk-nav-offcanvas p > b {
  border: none;
  margin-top: 20px;
  padding-bottom: 0; }

.social-media i {
  border-radius: 5px; }

@media (max-width: 800px) {
  .thumbSub {
    padding: 0 5px 0px 5px; } }

#content {
  width: 100%; }

#categories {
  width: 100%; }

.keywordCol {
  padding-right: 2%;
  width: 33.33333%; }
  @media (max-width: 480px) {
    .keywordCol {
      width: 100%;
      padding-right: 0; } }
  @media (min-width: 801px) {
    .keywordCol {
      width: 244px; } }
  .keywordCol a:hover {
    color: #ffcc00; }
    @media (max-width: 800px) {
      .keywordCol a:hover {
        color: white;
        text-decoration: none !important; } }

.headerNavBar-nav > li > a:link {
  font-family: "Nunito", Arial, "Open Sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  height: 26px;
  line-height: 26px;
  color: white !important;
  background: #555555;
  -moz-box-shadow: inset 0 0 2px #343535;
  -webkit-box-shadow: inset 0 0 2px #343535;
  box-shadow: inset 0 0 2px #343535; }

.headerNavBar-nav > li > a:hover, .headerNavBar-nav > li > a:visited, .headerNavBar-nav > li > a:focus, .headerNavBar-nav > li.uk-open > a {
  background: #555555;
  color: white !important;
  -moz-box-shadow: inset 0 0 2px #343535;
  -webkit-box-shadow: inset 0 0 2px #343535;
  box-shadow: inset 0 0 2px #343535; }

.headerNavBar-nav > li > a:hover {
  color: #ffcc00 !important;
  background: #343535;
  -moz-box-shadow: inset 0 0 0px 2px #ffcc00;
  -webkit-box-shadow: inset 0 0 0px 2px #ffcc00;
  box-shadow: inset 0 0 0px 2px #ffcc00; }

.pageNumbers {
  margin-right: 15px; }

.sideNav-button {
  border: 1px solid #555555;
  background: #555555;
  border-radius: 6px;
  -moz-box-shadow: inset 0 0 0px 2px #343535;
  -webkit-box-shadow: inset 0 0 0px 2px #343535;
  box-shadow: inset 0 0 0px 2px #343535;
  color: white;
  margin-top: 8px; }

.headerNavBar-nav > li:hover .fa {
  color: #ffcc00 !important;
  background: none; }

.bigcloseLeft {
  color: white !important; }

#navWrapper {
  background: #555555;
  color: white !important;
  -moz-box-shadow: inset 0 0 2px #343535;
  -webkit-box-shadow: inset 0 0 2px #343535;
  box-shadow: inset 0 0 2px #343535; }
  @media (max-width: 800px) {
    #navWrapper {
      position: relative;
      top: -111px; } }

body {
  background-image: url("/images/honeyCombBody.png"); }

.favResult > i.fa-heart-o,
.favResult > i.fa-heart {
  transition: all 0.2s; }

.favResult:hover > i.fa-heart-o {
  color: #ffcb64; }
  @media (max-width: 800px) {
    .favResult:hover > i.fa-heart-o {
      color: #fda800; } }

.favResult:hover > i.fa-heart {
  color: #ffcb64; }
  @media (max-width: 800px) {
    .favResult:hover > i.fa-heart {
      color: #fda800; } }

.headerLogo {
  width: 570px;
  position: relative;
  top: 0;
  height: 85px; }
  @media (max-width: 800px) {
    .headerLogo {
      background: url("/images/text-footer.png") no-repeat 50% 50%/70% auto;
      -webkit-background-size: 50%;
      background-size: 50%;
      top: 0;
      width: auto; } }
  @media (max-width: 480px) {
    .headerLogo {
      background: url("/images/text-footer.png") no-repeat 50% 50%/70% auto;
      -webkit-background-size: 70%;
      background-size: 70%;
      top: 0;
      width: auto; } }

.itemContainer .imgContainer,
.itemContainerSub .imgContainer {
  position: relative;
  height: 0;
  padding-bottom: 76%; }

.nofavorite:before {
  border-color: #fda800 transparent;
  border-style: solid;
  border-width: 45px 45px 0;
  bottom: -45px;
  content: "";
  display: block;
  left: 50px;
  position: absolute;
  width: 0; }

.nofavorite:after {
  border-color: #181818 transparent;
  border-style: solid;
  border-width: 35px 35px 0;
  bottom: -35px;
  content: "";
  display: block;
  left: 60px;
  position: absolute;
  width: 0; }

.nofavorite {
  width: 80%; }

.nofavorite {
  background: none repeat scroll 0 0 #181818;
  border: 5px solid #fda800;
  border-radius: 30px;
  color: #989899;
  font-size: 16px;
  line-height: 120%;
  padding: 20px;
  position: relative;
  width: 60%; }

/* === Utility classes === */
.float-left {
  float: left; }

.float-right {
  float: right; }

.arrowguide {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 34px; }

.myOption {
  width: 100%;
  cursor: pointer;
  white-space: nowrap; }

/* === End Utility classes === */
/* === Tooltips === */
.uk-tooltip {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1030;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 180px;
  padding: 5px 8px;
  background: #181818;
  color: #989899;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border: 1px solid 0px solid #ecf0f1;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35); }

.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px dashed 0px solid #ecf0f1; }

.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: 0px solid #ecf0f1; }

.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: 0px solid #ecf0f1; }

.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px; }

.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 10px; }

.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 10px; }

.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: 0px solid #ecf0f1; }

.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: 0px solid #ecf0f1; }

/* === End Tooltips === */

/*
     FILE ARCHIVED ON 05:41:21 Aug 21, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:15:30 Feb 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.05
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.01
  esindex: 0.01
  cdx.remote: 7.065
  LoadShardBlock: 132.839 (3)
  PetaboxLoader3.datanode: 100.715 (4)
  load_resource: 206.132
  PetaboxLoader3.resolve: 151.473
*/