@font-face {
  font-display: swap;
  font-family: 'FontAwesome';

  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", Arial, sans-serif;
  color: #cc9933;
  font-weight: bold;
  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;
  font-size: 1em; }

a:hover, a:active {
  color: #f7f398;
  text-decoration: underline;
  font-size: 1em; }

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

html {
  font-family: "Droid Sans", Arial, sans-serif;
  color: #cc9933;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #1f2429; }

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 #2a3138; }

address {
  font-style: normal; }

q, blockquote {
  font-style: italic; }

blockquote {
  padding-left: 15px;
  border-left: 5px solid #2a3138;
  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: #1f2429;
  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: #a9de96;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #a9de96;
  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: #353d46; }

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

.headerLogo {
  top: 15px;
  height: 70px;
  display: inline-block;
  background: url("../images/header-logo.png") no-repeat scroll 0% 100% transparent;
  text-indent: -9999px; }

h1 {
  font-size: 14px !important;
  color: #cc9933;
  display: block;
  position: absolute;
  color: #cc9933; }

#headerWrapper {
  background: #1f2429; }

.headerNavBar {
  color: #1f2429;
  z-index: 9999; }
  .headerNavBar:before, .headerNavBar:after {
    content: "";
    display: table; }
  .headerNavBar:after {
    clear: both; }

.headerNavBar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left; }

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

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

.headerNavBar-nav > li:hover > a,
.headerNavBar-nav > li > a:focus,
.headerNavBar-nav > li:visited > a,
.headerNavBar-nav > li.uk-open > a {
  color: #f7f398;
  outline: none; }

.headerNavBar-nav > li > a:hover,
.headerNavBar-nav > li > a:focus,
.headerNavBar-nav > li.uk-open > a {
  color: #f7f398;
  background: black;
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14171a), to(#2a3138));
  background-image: -webkit-linear-gradient(top, #14171a, #2a3138);
  background-image: -moz-linear-gradient(top, #14171a, #2a3138);
  background-image: -ms-linear-gradient(top, #14171a, #2a3138);
  background-image: -o-linear-gradient(top, #14171a, #2a3138);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#14171a', endColorstr='#2a3138');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#14171a', endColorstr='#2a3138')";
  outline: none; }

.headerNavBar-nav > li > a:active {
  color: #f7f398 !important; }

.headerNavBar-nav > li.uk-active > a {
  color: #f7f398 !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: #1f2429; }

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

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

.headerNavBar-toggle:hover,
.headerNavBar-toggle:focus {
  color: #1f2429;
  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: #1f2429;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5); }

/* === End Header NavBar === */

/* === 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 === */
/* === Paging === */
.thumbs {
  padding-bottom: 15px;
  width: 100%;
  float: left;
  display: inline; }

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

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

div .item {
  width: 50%; }

.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; }

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

.navBar a:link,
.navBar a:visited,
.navBarBottom a:link,
.navBarBottom a:visited {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #353d46;
  border: 1px solid #566472;
  color: white;
  -moz-box-sizing: content-box;
  border-radius: 0px;
  display: inline-block;
  line-height: 20px;
  padding: 3px 9px 4px 9px;
  text-align: center;
  text-decoration: none;
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a3138), to(#14171a));
  background-image: -webkit-linear-gradient(top, #2a3138, #14171a);
  background-image: -moz-linear-gradient(top, #2a3138, #14171a);
  background-image: -ms-linear-gradient(top, #2a3138, #14171a);
  background-image: -o-linear-gradient(top, #2a3138, #14171a);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#2a3138', endColorstr='#14171a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3138', endColorstr='#14171a')"; }

.navBar a:hover,
.navBarBottom a:hover {
  background: black;
  border: 1px solid #566472;
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14171a), to(#2a3138));
  background-image: -webkit-linear-gradient(top, #14171a, #2a3138);
  background-image: -moz-linear-gradient(top, #14171a, #2a3138);
  background-image: -ms-linear-gradient(top, #14171a, #2a3138);
  background-image: -o-linear-gradient(top, #14171a, #2a3138);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#14171a', endColorstr='#2a3138');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#14171a', endColorstr='#2a3138')";
  color: #f7f398;
  outline: none; }

.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%; }

.active {
  background: #090a0c !important;
  color: white !important; }

/* === End Paging === */
/* === Side Nav Bar === */
.categoryList {
  padding: 0 10px; }

#categories {
  float: right;
  padding: 4px;
  text-align: left; }

.keywordCol:last-child {
  padding-right: 4px; }

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

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

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

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

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

.uk-offcanvas-bar p > a:hover > .badge {
  color: #b6b6b6; }

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

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

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

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

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

#categories p > b {
  font-family: "Ubuntu", Arial, sans-serif;
  display: block;
  line-height: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #2a3138;
  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: #1f2429;
  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: #1f2429;
  -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 === */


/* === Content menu === */
.contentNavWrapper {
  padding: 4px; }

.thumbs {
  width: 100%; }

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

.itemContainer {
  position: relative;
  background: #1f2429;
  border: 1px solid #1f2429;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; }

.sub {
  padding-bottom: 30px; }

.itemContainer:hover .descr a:link,
.itemContainer:hover .descr a:visited,
.itemContainer:hover .descr a:hover {
  color: #f7f398;
  text-decoration: underline; }

.itemContainer a:link img,
.itemContainer a:visited img {
  z-index: 1;
  object-fit: contain;
  background-size: contain;
  min-width: 180px;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  display: inline-block;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-clip: padding-box; }
  @media (max-width: 480px) {
    .itemContainer a:link img,
    .itemContainer a:visited img {
      min-width: 100%; } }

.sub a:link img,
.sub a:visited img {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; }

.itemContainer:hover a img {
  object-fit: contain;
  background-size: contain; }

.itemContainer div.date {
  display: inline;
  position: absolute;
  bottom: 0;
  left: 5px;
  text-align: center;
  font-size: 10px; }

.itemContainer div.source {
  display: inline;
  position: absolute;
  bottom: 13px;
  left: 5px;
  text-align: center;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.itemContainer div.source a:link {
  margin-left: 2px; }

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

.itemContainer .report {
  position: absolute;
  text-align: left;
  line-height: 10px;
  bottom: 30px;
  right: 0;
  background: #353d46;
  border: 1px solid #566472; }

.itemContainer:hover .report a:hover {
  background: black;
  color: #f7f398; }

.itemContainer span.descr {
  display: block;
  line-height: 26px;
  height: 26px;
  cursor: pointer;
  text-align: center;
  background: #1f2429;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  background-clip: padding-box; }
  .itemContainer span.descr a:link,
  .itemContainer span.descr a:visited {
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    padding: 0 0 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0; }

.itemContainer a:link img,
.itemContainer a:visited img,
.itemContainer a:hover img {
  border: none; }

/* === End Item Container ===*/
/* === 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 === */

/* === MySelectWrapper stuff === */
#mySelectWrapper {
  z-index: 3;
  margin: 0;
  background-color: #ffffff;
  position: absolute;
  font-size: 12px;
  height: 16px;
  line-height: 2px;
  width: 230px;
  padding: 10px 5px;
  overflow: visible;
  border: 1px solid #1f2429;
  cursor: pointer;
  color: white;
  top: 44px; }

#mySelectResults {
  z-index: 3;
  padding: 5px;
  width: 230px;
  position: absolute;
  top: 27px;
  left: -1px;
  border: 1px solid #1f2429;
  height: 430px;
  line-height: 20px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #FFFFFF; }

#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: #666666; }

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

/* Home */


/* === 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: #1f2429; }

#rowBottom {
  clear: both;
  position: relative; }
  @media (min-width: 801px) {
    #rowBottom {
      width: 100%; } }

/* === End rowBottom === */
/* === Footer classes === */
.fMenu > ul > li > a:link {
  color: white !important; }

.fMenu > ul > li > a:visited {
  color: white !important; }

#footer #disclaimer #footerLegal > a:link {
  color: white !important; }

#footer #disclaimer #footerLegal > a:visited {
  color: white !important; }

#navWrapperFooter {
  display: block;
  margin-left: 20px; }

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

#footer #disclaimer {
  padding: 10px 0 20px 0;
  width: 100%;
  font-weight: normal;
  z-index: 1; }

#footer {
  margin: 0 auto 0 auto;
  text-align: left;
  font-size: 12px;
  height: auto;
  background: #1f2429;
  padding: 0 30px; }

#footer #disclaimer #floraLogo {
  display: block;
  position: relative;
  top: 0;
  left: 20px;
  width: 205px;
  z-index: 0;
  height: 35px; }

h2 img {
  width: 250px; }

#footer #disclaimer #footerLegal {
  position: relative;
  padding: 20px;
  top: 20px;
  color: #444444;
  background: #dddddd; }

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

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

#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 === */
filhtml {
  color: #a9de96; }

.headerLogo {
  height: 70px !important; }

#navWrapper {
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a3138), to(#14171a));
  background-image: -webkit-linear-gradient(top, #2a3138, #14171a);
  background-image: -moz-linear-gradient(top, #2a3138, #14171a);
  background-image: -ms-linear-gradient(top, #2a3138, #14171a);
  background-image: -o-linear-gradient(top, #2a3138, #14171a);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#2a3138', endColorstr='#14171a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3138', endColorstr='#14171a')";
  border-top: 1px solid #566472;
  border-bottom: 1px solid #566472; }

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

.headerNavBar-nav > li > a {
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a3138), to(#14171a));
  background-image: -webkit-linear-gradient(top, #2a3138, #14171a);
  background-image: -moz-linear-gradient(top, #2a3138, #14171a);
  background-image: -ms-linear-gradient(top, #2a3138, #14171a);
  background-image: -o-linear-gradient(top, #2a3138, #14171a);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#2a3138', endColorstr='#14171a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3138', endColorstr='#14171a')";
  border-right: 1px solid #566472; }

.headerNavBar-nav > li > a:hover {
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14171a), to(#2a3138));
  background-image: -webkit-linear-gradient(top, #14171a, #2a3138);
  background-image: -moz-linear-gradient(top, #14171a, #2a3138);
  background-image: -ms-linear-gradient(top, #14171a, #2a3138);
  background-image: -o-linear-gradient(top, #14171a, #2a3138);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#14171a', endColorstr='#2a3138');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#14171a', endColorstr='#2a3138')";
  background: #1f2429;
  text-decoration: none; }

.navBar a:link,
.navBar a:visited,
.navBarBottom a:link,
.navBarBottom a:visited {
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a3138), to(#14171a));
  background-image: -webkit-linear-gradient(top, #2a3138, #14171a);
  background-image: -moz-linear-gradient(top, #2a3138, #14171a);
  background-image: -ms-linear-gradient(top, #2a3138, #14171a);
  background-image: -o-linear-gradient(top, #2a3138, #14171a);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#2a3138', endColorstr='#14171a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3138', endColorstr='#14171a')"; }

.navBar a:hover,
.navBarBottom a:hover {
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14171a), to(#2a3138));
  background-image: -webkit-linear-gradient(top, #14171a, #2a3138);
  background-image: -moz-linear-gradient(top, #14171a, #2a3138);
  background-image: -ms-linear-gradient(top, #14171a, #2a3138);
  background-image: -o-linear-gradient(top, #14171a, #2a3138);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#14171a', endColorstr='#2a3138');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#14171a', endColorstr='#2a3138')";
  color: #f7f398; }

.navBar .active a:hover {
  color: white !important; }

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

.navBar .paging {
  margin-bottom: 6px; }

h1 {
  font-size: 12px !important;
  font-weight: normal !important;
  left: 8px;
  top: 54px;
  color: #a9de96 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px; }
  @media (max-width: 880px) {
    h1 {
      width: 235px !important; } }

.stopList {
  margin: 12px 0 0 8px;
  max-width: 1200px; }
  @media (max-width: 800px) {
    .stopList {
      display: none; } }
  .stopList table {
    width: 90%;
    padding-bottom: 0; }

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

.filterSpace {
  display: block;
  margin: 0px auto;
  text-align: center; }

#filter {
  position: absolute;
  color: #f5baba;
  top: 40px;
  right: 240px;
  margin-left: 1.3%;
  padding-left: 2px; }
  @media (max-width: 800px) {
    #filter {
      position: absolute;
      top: 125px;
      right: 0;
      min-width: 307px;
      margin-left: 4px;
      left: 0; } }
  #filter label {
    display: block;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap; }
    #filter label:hover {
      cursor: pointer; }

#filter ul {
  list-style: none; }

#filterText {
  float: left;
  margin: 0;
  padding: 8px 15px 2px 5px;
  border-left: 0px solid #ffffff;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  height: 20px;
  font-size: 14px;
  line-height: 7px;
  width: 50px;
  clear: both;
  display: none; }

#filterStraight, #filterGay, #filterShemale {
  height: 25px;
  float: left;
  color: #ffffff;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 2px;
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a3138), to(#14171a));
  background-image: -webkit-linear-gradient(top, #2a3138, #14171a);
  background-image: -moz-linear-gradient(top, #2a3138, #14171a);
  background-image: -ms-linear-gradient(top, #2a3138, #14171a);
  background-image: -o-linear-gradient(top, #2a3138, #14171a);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#2a3138', endColorstr='#14171a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3138', endColorstr='#14171a')";
  border: 1px solid #566472;
  cursor: pointer; }
  #filterStraight:hover, #filterGay:hover, #filterShemale:hover {
    background-color: #1f2429;
    /* Fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14171a), to(#2a3138));
    background-image: -webkit-linear-gradient(top, #14171a, #2a3138);
    background-image: -moz-linear-gradient(top, #14171a, #2a3138);
    background-image: -ms-linear-gradient(top, #14171a, #2a3138);
    background-image: -o-linear-gradient(top, #14171a, #2a3138);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#14171a', endColorstr='#2a3138');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#14171a', endColorstr='#2a3138')";
    color: #f7f398; }

#filterSave {
  margin: 0 0 0 2px;
  float: left; }

#filterSaveButton {
  color: #ffffff;
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a3138), to(#14171a));
  background-image: -webkit-linear-gradient(top, #2a3138, #14171a);
  background-image: -moz-linear-gradient(top, #2a3138, #14171a);
  background-image: -ms-linear-gradient(top, #2a3138, #14171a);
  background-image: -o-linear-gradient(top, #2a3138, #14171a);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#2a3138', endColorstr='#14171a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3138', endColorstr='#14171a')";
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  width: 39px;
  float: left;
  margin: 0px;
  text-align: center;
  height: 25px;
  border-radius: 0px;
  border: 1px solid #566472; }
  #filterSaveButton:hover {
    background-color: #1f2429;
    /* Fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14171a), to(#2a3138));
    background-image: -webkit-linear-gradient(top, #14171a, #2a3138);
    background-image: -moz-linear-gradient(top, #14171a, #2a3138);
    background-image: -ms-linear-gradient(top, #14171a, #2a3138);
    background-image: -o-linear-gradient(top, #14171a, #2a3138);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#14171a', endColorstr='#2a3138');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#14171a', endColorstr='#2a3138')";
    color: #f7f398; }

.sideNav-button {
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a3138), to(#14171a));
  background-image: -webkit-linear-gradient(top, #2a3138, #14171a);
  background-image: -moz-linear-gradient(top, #2a3138, #14171a);
  background-image: -ms-linear-gradient(top, #2a3138, #14171a);
  background-image: -o-linear-gradient(top, #2a3138, #14171a);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#2a3138', endColorstr='#14171a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3138', endColorstr='#14171a')";
  border: 1px solid #566472; }
  .sideNav-button:hover {
    background-color: #1f2429;
    /* Fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14171a), to(#2a3138));
    background-image: -webkit-linear-gradient(top, #14171a, #2a3138);
    background-image: -moz-linear-gradient(top, #14171a, #2a3138);
    background-image: -ms-linear-gradient(top, #14171a, #2a3138);
    background-image: -o-linear-gradient(top, #14171a, #2a3138);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#14171a', endColorstr='#2a3138');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#14171a', endColorstr='#2a3138')"; }

.fa {
  color: #ffffff; }

.headerNavBar-nav > li:hover .fa {
  color: #f7f398; }

.form input {
  font-weight: bold;
  color: #1f2429 !important; }

#mySelectWrapper {
  color: #1F2429;
  font-weight: bold; }

h2 {
  font-weight: normal;
  letter-spacing: 0.5px; }

.h2headBar {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0px;
  letter-spacing: 0.5px; }
  @media (max-width: 800px) {
    .h2headBar {
      top: 25px;
      margin: 20px 0px 25px 0px !important; } }

.bigcloseLeft, .bigcloseRight {
  color: white !important; }
  .bigcloseLeft:hover, .bigcloseRight:hover {
    color: #f7f398 !important; }

.itemContainer span.descr {
  text-align: left; }

.itemContainer span.length {
  left: 0px;
  opacity: 0.75;
  text-align: center;
  position: absolute;
  bottom: 30px;
  padding: 0 3px;
  background: #1f2429; }
  @media (max-width: 800px) {
    .itemContainer span.length {
      bottom: 80px; } }

.itemContainer span.descr a:link,
.itemContainer span.descr a:visited {
  font-weight: bold; }

/* === TopList / StopList ===*/
.topList {
  width: 90%;
  margin-left: 1.5%;
  max-width: 800px; }
  @media (max-width: 800px) {
    .topList {
      display: none; } }

.topList table {
  width: 100%; }

.topList strong {
  font-size: 12px;
  font-weight: normal; }

.topList a:link,
.topList a:visited,
.topList a:hover {
  font-size: 12px;
  font-weight: normal; }

.badge {
  display: none; }

#categories {
  line-height: 130%; }

p {
  margin-top: 15px; }

@media (max-width: 800px) {
  .headerNavBar {
    border-top: none;
    border-bottom: none; } }

.rowBottomWrapper {
  border-top: 0px solid #566472;
  margin-top: 20px;
  padding-top: 20px; }

@media (min-width: 801px) and (max-width: 1200px) {
  .keywordCol {
    width: 100% !important; } }

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

/* === Item Container Sub Page === */
.sub span.descr {
  line-height: 20px !important; }

.sub span.descr a:link,
.sub span.descr a:visited {
  font-size: 12px;
  font-weight: normal; }

.sub {
  background: #1f2429;
  padding-bottom: 30px;
  border: 1px solid #1f2429;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  position: relative; }
  @media (max-width: 800px) {
    .sub {
      padding-bottom: 80px; } }

.sub:hover .descr a:link,
.sub:hover .descr a:visited,
.sub:hover .descr a:hover {
  color: #f7f398;
  text-decoration: underline;
  /*overflow: visible;
  white-space:normal;
  width: 180px;*/
  background: #1f2429;
  padding-left: 0px;
  border: 0px solid #ffffff; }

.sub a:link img,
.sub a:visited img {
  padding-top: 24px;
  z-index: 1;
  display: inline-block;
  background-size: contain;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-clip: padding-box;
  transition: all 0s ease;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; }
  @media (max-width: 480px) {
    .sub a:link img,
    .sub a:visited img {
      width: 100%;
      height: 100%; } }

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

.sub div.date {
  display: inline;
  position: absolute;
  bottom: 0;
  left: 5px;
  text-align: center;
  font-size: 10px; }

.sub div.source {
  display: inline;
  position: absolute;
  bottom: 12px;
  left: 5px;
  text-align: center;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sub div.source a:link,
.sub div.source a:visited {
  margin-left: 2px;
  font-size: 10px;
  font-weight: normal; }

.sub span.descr {
  display: block;
  line-height: 16px;
  position: absolute;
  padding: 4px 0;
  width: 100%;
  cursor: pointer;
  text-align: left;
  background: #1f2429;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  background-clip: padding-box; }
  .sub span.descr a:link,
  .sub span.descr 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; }
  .sub span.descr a:hover {
    overflow: visible;
    white-space: normal; }

.sub a:link img,
.sub a:visited img,
.sub a:hover img {
  border: none; }

@media (max-width: 800px) {
  .rating {
    display: none !important; } }

/* === Report === */
.itemContainer .report {
  line-height: 150%;
  font-weight: normal;
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a3138), to(#14171a));
  background-image: -webkit-linear-gradient(top, #2a3138, #14171a);
  background-image: -moz-linear-gradient(top, #2a3138, #14171a);
  background-image: -ms-linear-gradient(top, #2a3138, #14171a);
  background-image: -o-linear-gradient(top, #2a3138, #14171a);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#2a3138', endColorstr='#14171a');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3138', endColorstr='#14171a')"; }

@media (max-width: 800px) {
  .itemContainer .report {
    bottom: 26px;
    right: 0;
    font-size: 14px; } }

@media (max-width: 800px) {
  .itemContainer .report {
    line-height: 100%; } }

@media (min-width: 801px) {
  .itemContainer .report {
    bottom: 26px; } }

@media (min-width: 801px) {
  .itemContainer .report a:link {
    line-height: 20px; } }

.itemContainer:hover .report a:hover {
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14171a), to(#2a3138));
  background-image: -webkit-linear-gradient(top, #14171a, #2a3138);
  background-image: -moz-linear-gradient(top, #14171a, #2a3138);
  background-image: -ms-linear-gradient(top, #14171a, #2a3138);
  background-image: -o-linear-gradient(top, #14171a, #2a3138);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#14171a', endColorstr='#2a3138');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#14171a', endColorstr='#2a3138')";
  color: #f7f398; }

.report a:hover {
  background-color: #1f2429;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14171a), to(#2a3138));
  background-image: -webkit-linear-gradient(top, #14171a, #2a3138);
  background-image: -moz-linear-gradient(top, #14171a, #2a3138);
  background-image: -ms-linear-gradient(top, #14171a, #2a3138);
  background-image: -o-linear-gradient(top, #14171a, #2a3138);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#14171a', endColorstr='#2a3138');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#14171a', endColorstr='#2a3138')";
  color: #f7f398;
  text-decoration: none; }

@media (max-width: 800px) {
  .sub .report {
    bottom: 39px;
    right: 0;
    width: 90%;
    left: 5%;
    font-size: 14px; } }

@media (max-width: 800px) {
  .sub .report a:link,
  .sub .report a:visited {
    display: block;
    color: white; } }

@media (min-width: 801px) {
  .sub .report {
    position: absolute;
    text-align: left;
    line-height: 10px;
    bottom: 30px;
    right: 0px;
    border: 1px solid #566472; } }

@media (min-width: 801px) {
  .report a:link {
    padding: 0 5px; } }

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

#adSection {
  margin-left: 10px; }

#navWrapperFooter {
  margin-left: 10px; }

#footer {
  padding: 0 30px 0 10px; }

#footer #disclaimer #footerLegal {
  padding: 20px 20px 20px 0;
  color: #CC9933;
  background: #1F2429; }

#footerMenu {
  padding: 20px 20px 20px 0; }

#footerMenu .fMenu {
  color: #CC9933; }

/* === 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; }

.imgContainer {
  position: relative;
  padding-bottom: 75%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.thumbImage {
  position: absolute;
  width: 100%;
}

/* === End Utility classes === */

img {
    width: auto;
    height: auto; }

@media (min-width: 2201px) {
    .itemContainer a:link img {
        width: 100%;
        height: 100%; } }

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

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

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

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

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

@media (max-width: 1000px) {
    .frame {
        width: 100%;
        margin: 0 auto; } }
@media (min-width: 1001px) {
    .frame {
        width: 98%;
        margin: 0 auto; } }

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

@media (max-width: 800px) {
    .itemContainer .report {
        text-align: center; }
    .itemContainer .report a {
        display: block;
        padding: 9px 14px; }
    .itemContainer div.source {
        font-size: 14px;
        margin-bottom: 5px; }
    .itemContainer div.source a:link {
        font-size: 14px; }
    .itemContainer div.date {
        font-size: 14px; } }

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

@media (max-width: 480px) {
    .headerNavBar {
        border: none !important; } }

@media (max-width: 800px) {
    .h2headBar1 {
        position: relative;
				}
    .h2headBar1 .uk-button {
        display: none; }
    .h2headBar1 input[type="text"],
    .h2headBar1 input[type="search"] {
        width: 100%;
        height: 45px; }
    .h2headBar1 button {
        right: 7px;
        top: 9px; } }
@media (min-width: 801px) {
    .h2headBar1 {
        position: absolute;
        right: 5px;
        top: 5px;
        height: 70px;
        width: 480px;
		overflow: hidden;
		text-overflow: ellipsis;
		}
    .h2headBar1 input[type="text"],
    .h2headBar1 input[type="search"] {
        width: 480px;
        height: 70px !important; 
		text-overflow: ellipsis;}
    .h2headBar1 button {
        right: 7px;
        top: 1px; } }
@media (min-width: 1000px) and (max-width: 1280px) {
    .h2headBar1 {
        width: 500px;
		text-overflow: ellipsis;}
    .h2headBar1 input[type="text"],
    .h2headBar1 input[type="search"] {
        width: 500px; } }
@media (min-width: 1281px) {
    .h2headBar1 {
        width: 1000px; }
    .h2headBar1 input[type="text"],
    .h2headBar1 input[type="search"] {
        width: 1000px; } }

@media (max-width: 800px) {
    #mySelectWrapper {
        display: none; } }
@media (min-width: 801px) {
    #mySelectWrapper {
        margin-top: -40px;
        position: relative;
        height: 27px;
        width: 230px;
        float: right;
        line-height: 7px;
        background: #fff; } }
@media (min-width: 1201px) {
    #mySelectWrapper {
        width: 230px; } }

@media (max-width: 800px) {
    #mySelectResults {
        display: none; } }
@media (min-width: 801px) {
    #mySelectResults {
        width: 230px; } }
@media (min-width: 1201px) {
    #mySelectResults {
        width: 230px; } }

h1 {
    display: block;
    position: absolute;
    color: #cc9933; }
@media (max-width: 800px) {
    h1 {
        display: none; } }

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

@media (max-width: 480px) {
    .contentWrapper {
        padding-bottom: 10px; } }
@media (min-width: 481px) {
    .contentWrapper {
        padding-bottom: 15px; } }

@media (max-width: 480px) {
    .itemContainer a:link img {
        width: 100%;
        height: 100%; }

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

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

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

    .categoryList {
        padding: 4px; }

    .holder,
    .infoBar, .infoBar2 {
        display: none !important; }

    .rating {
        margin: 10px 0 18px 6px !important; }

    h2 {
        width: 100%; }

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

    #header {
        height: 10px; }

    .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%;
        border-left: none;
        border-top: 1px solid #ddd;
        padding-top: 20px; }

    .keywordCol {
        width: 100%; }

    #footer {
        margin: 0 auto 0 auto;
        text-align: left;
        font-size: 12px;
        height: auto; }

    #footer #disclaimer #footerLegal {
        padding-bottom: 20px; } }
@media (min-width: 481px) and (max-width: 800px) {
    .itemContainer a:link img {
        width: 100%;
        height: 100%; }

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

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

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

    .categoryList {
        padding: 4px; }

    .holder, .infoBar, .infoBar2 {
        display: none !important; }

    .rating {
        margin: 10px 0 18px 6px !important; }

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

    #categories {
        width: 100%; }

    .categoryList {
        width: 100%; }

    .keywordCol {
        width: 50%;
        padding-right: 2%;
        float: left; }

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

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

    h2 {
        width: 100%; }

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

    #header {
        height: 10px; }

    .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) {
    .uk-visible-small {
        display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-invisible {
    visibility: hidden !important; }

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

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

@media (max-width: 400px) {
    .thumb {
        width: 50%; } }
@media (min-width: 401px) and (max-width: 500px) {
    .thumb {
        width: 50%; } }
@media (min-width: 501px) and (max-width: 700px) {
    .thumb {
        width: 33.33333%; } }
@media (min-width: 701px) and (max-width: 800px) {
    .thumb {
        width: 25%; } }
@media (min-width: 801px) and (max-width: 900px) {
    .thumb {
        width: 33.33333%; } }
@media (min-width: 901px) and (max-width: 1000px) {
    .thumb {
        width: 25%; } }
@media (min-width: 1001px) and (max-width: 1200px) {
    .thumb {
        width: 25%; } }
@media (min-width: 1201px) and (max-width: 1439px) {
    .thumb {
        width: 25%; } }
@media (min-width: 1440px) and (max-width: 1600px) {
    .thumb {
        width: 20%; } }
@media (min-width: 1601px) and (max-width: 1800px) {
    .thumb {
        width: 16.66667%; } }
@media (min-width: 1801px) and (max-width: 2000px) {
    .thumb {
        width: 14.28571%; } }
@media (min-width: 2001px) and (max-width: 2200px) {
    .thumb {
        width: 12.5%; } }
@media (min-width: 2201px) and (max-width: 2400px) {
    .thumb {
        width: 11.11111%; } }
@media (min-width: 2401px) {
    .thumb {
        width: 10%; } }

#content {
    padding: 4px;
    float: left; }
@media (max-width: 800px) {
    #content {
        margin-top: -50px;
        width: 100%;
        padding: 0; } }
@media (min-width: 801px) and (max-width: 1000px) {
    #content {
        width: 75%; } }
@media (min-width: 1001px) and (max-width: 1200px) {
    #content {
        width: 80%; } }
@media (min-width: 1201px) and (max-width: 1439px) {
    #content {
        width: 65%; } }
@media (min-width: 1440px) and (max-width: 1600px) {
    #content {
        width: 68%; } }
@media (min-width: 1601px) and (max-width: 1800px) {
    #content {
        width: 73%; } }
@media (min-width: 1801px) and (max-width: 2000px) {
    #content {
        width: 75%; } }
@media (min-width: 2001px) and (max-width: 2400px) {
    #content {
        width: 78%; } }
@media (min-width: 2401px) {
    #content {
        width: 81%; } }

#categories {
    float: right; }
@media (max-width: 800px) {
    #categories {
        padding: 0; } }
@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) and (max-width: 1000px) {
    #categories {
        width: 25%; } }
@media (min-width: 1001px) and (max-width: 1200px) {
    #categories {
        width: 20%; } }
@media (min-width: 1201px) and (max-width: 1439px) {
    #categories {
        width: 35%; } }
@media (min-width: 1440px) and (max-width: 1600px) {
    #categories {
        width: 32%; } }
@media (min-width: 1601px) and (max-width: 1800px) {
    #categories {
        width: 27%; } }
@media (min-width: 1801px) and (max-width: 2000px) {
    #categories {
        width: 25%; } }
@media (min-width: 2001px) and (max-width: 2400px) {
    #categories {
        width: 22%; } }
@media (min-width: 2401px) {
    #categories {
        width: 19%; } }

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


/* FONT PATH
 * -------------------------- */
@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
   
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.2857142857142858em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: 0.14285714285714285em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.8571428571428572em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */


div.autocomplete {
    position: relative;
    z-index: 1000;
    background: #1f2429;
    border: 1px solid #ddd;
    border-top: none;
    margin: 0 1px;
    padding: 0;
    box-sizing: content-box;
}

    div.autocomplete > .autocomplete-list {
        padding: 0;
        box-sizing: content-box;
    }

        div.autocomplete > .autocomplete-list > .autocomplete-result {
            cursor: pointer;
            width: 100%;
            color: #ddd;
            font-weight: 700;
            padding: 2px 5px;
            margin: 0;
            list-style-type: none;
        }

        div.autocomplete > .autocomplete-list > .autocomplete-result.active {
            color: #cc9933;
        }
