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

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
  color: #0a284b;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

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: #0054a6;
  text-decoration: none; }

a:hover, a:active {
  color: #0054a6;
  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: Arial, Helvetica, Tahoma, Verdana, sans-serif;
  color: #0a284b;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: white;
  overflow-y: auto;
  overflow-x: hidden; }

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

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 #b2b2b2; }

address {
  font-style: normal; }

q, blockquote {
  font-style: italic; }

blockquote {
  padding-left: 15px;
  border-left: 5px solid #b2b2b2;
  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: #e5e5e5;
  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: #b2b2b2;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #b2b2b2;
  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: #e5e5e5;
  border: 1px solid #0a284b; }

/* === Header NavBar === */
#navWrapper {
  background: #e5e5e5; }
  @media (max-width: 800px) {
    #navWrapper {
      border: none; } }
  @media (min-width: 801px) {
    #navWrapper {
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; } }

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

h1 {
  color: #FFFFFF;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

.h1 {
  position: relative;
  left: 164px;
  bottom: 3px; }
  @media (max-width: 800px) {
    .h1 {
      display: none; } }

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

#headerWrapper {
  background: #0054a6;
  background-image: none; }

.headerNavBar {
  color: #e5e5e5;
  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,
.headerNavBar-nav > li:visited > a,
.headerNavBar-nav > li > a:visited {
  display: block;
  height: 30px;
  padding: 0 10px;
  margin: 0;
  color: #0a284b;
  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.uk-open > a {
  color: white !important;
  outline: none; }

.headerNavBar-nav > li > a:hover,
.headerNavBar-nav > li > a:focus,
.headerNavBar-nav > li.uk-open > a {
  color: white !important;
  background: #0a284b;
  outline: none; }

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

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

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

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

.headerNavBar-toggle:hover,
.headerNavBar-toggle:focus {
  color: #e5e5e5;
  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;
  line-height: 28px;
  height: 44px;
  width: 44px;
  font-size: 1.8em;
  padding: 5px;
  margin: 4px 5px 0 5px;
  border: 1px solid #e5e5e5;
  background: #0A284B;
  color: #e5e5e5;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0; }

/* === 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 #e5e5e5;
  background: #ffffff;
  color: #0a284b;
  -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: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #0a284b; }

.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: #b2b2b2;
  background-color: #f5f5f5;
  color: #0a284b; }

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

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

.searchBar button {
  position: absolute;
  right: 30px;
  top: 4px;
  font-size: 1.5em;
  z-index: 99999;
  background: none;
  border: none;
  background: #ffffff;
  color: #e5e5e5;
  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; }

@media (min-width: 801px) {
  .searchBar input[type="text"] {
    height: 27px; } }

.searchBar button:hover {
  cursor: pointer; }

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

#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 === */
.navBar .paging a:link,
.navBar .paging a:visited,
.navBarBottom .paging a:link,
.navBarBottom .paging a:visited {
  background: white;
  border: 1px solid white;
  color: #0054a6; }

.navBar .paging a:hover,
.navBarBottom .paging a:hover {
  background: white;
  border: 1px solid white;
  color: #0054a6; }

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: white;
  color: #0a284b;
  border: 0px solid #e6e6e6;
  cursor: default;
  text-decoration: none; }

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

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

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

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

div .item {
  width: 100% !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%; }

.navBar .paging a:link,
.navBar .paging a:visited,
.navBarBottom .paging a:link,
.navBarBottom .paging a:visited {
  border-radius: 0px;
  padding: 5px 8px; }

.navBar .paging a:hover,
.navBarBottom .paging a:hover {
  border-radius: 0px;
  padding: 5px 8px; }

/* === 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: #0a284b; }

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

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

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

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

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

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

#categories p > b {
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
  display: block;
  margin-top: 15px;
  line-height: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #b2b2b2;
  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; }

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: 100000000000000;
  background: rgba(0, 0, 0, 0.6); }

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

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

.bigcloseRight {
  color: #e5e5e5;
  top: 10px;
  left: -13px;
  position: absolute;
  font-size: 36px; }
  .bigcloseRight:hover {
    color: #0054a6;
    left: -13px; }

.bigcloseLeft {
  color: #e5e5e5;
  top: 10px;
  right: 15px;
  position: absolute;
  font-size: 36px; }
  .bigcloseLeft:hover {
    color: #0054a6;
    right: 15px; }

.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 === */
.frame {
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (max-width: 800px) {
    .frame {
      margin-top: 50px;
      margin-bottom: 25px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: start;
      -moz-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }

@-moz-document url-prefix() {
  @media (max-width: 800px) {
    .frame {
      width: 100%;
      -moz-box-sizing: border-box; } } }

@media (max-width: 800px) {
  #categories {
    border: none;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    float: none !important; } }

#content {
  padding-right: 0; }
  @media (max-width: 800px) {
    #content {
      padding-right: 0;
      padding-left: 0;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;
      float: none !important; } }

/* === Item Container ===*/
.thumb {
  padding: 10px;
  float: left; }

.itemContainer {
  position: relative;
  background: white;
  border: none;
  border-radius: 0px; }
  @media (min-width: 801px) {
    .itemContainer {
      width: 180px; } }

.itemContainer:hover .title a:link,
.itemContainer:hover .title a:visited,
.itemContainer:hover .title a:hover {
  color: #0054a6;
  text-decoration: underline; }

.itemContainer a:link img,
.itemContainer a:visited img {
  z-index: 1;
  display: inline-block;
  background-size: contain;
  border-radius: 0px;
  border: 0px solid #333333; }
  @media (min-width: 801px) {
    .itemContainer a:link img,
    .itemContainer a:visited img {
      width: 180px;
      height: 135px; } }
  @media (max-width: 800px) {
    .itemContainer a:link img,
    .itemContainer a:visited img {
      width: 100%; } }

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

.sub a:link img,
.sub a:visited img {
  border-radius: 0px;
  border: 0px solid #333333; }

.sub:hover a:link img,
.sub:hover a:visited img,
.itemContainer:hover a:link img,
.itemContainer:hover a:visited img {
  border-color: #0054a6; }

.itemContainer:hover a img {
  background-size: contain;
  border: none; }

.datesource {
  position: absolute;
  display: inline;
  left: 0;
  bottom: 94px;
  width: 100%;
  padding: 0;
  height: 13px;
  z-index: 5; }

.itemContainer div.date,
.itemContainerSub div.date {
  position: relative;
  font-size: 10px; }

.itemContainer div.source,
.itemContainerSub div.source {
  position: relative;
  font-size: 10px;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.itemContainer span.title {
  display: block;
  line-height: 18px;
  height: 16px;
  cursor: pointer;
  text-align: left;
  background: white;
  text-transform: uppercase;
  font-weight: bold; }
  .itemContainer span.title a:link,
  .itemContainer span.title a:visited {
    font-size: 11px;
    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; }

/* === End Item Container ===*/
/* === Item Container ===*/
.itemContainerSub {
  background: white;
  border: none;
  border-radius: 0px;
  position: relative; }
  @media (min-width: 801px) {
    .itemContainerSub {
      width: 180px; } }

.itemContainerSub:hover .title a:link,
.itemContainerSub:hover .title a:visited,
.itemContainerSub:hover .title a:hover {
  color: #0054a6;
  text-decoration: underline; }

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

.sub a:link img,
.sub a:visited img {
  border-radius: 0px;
  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 (min-width: 801px) {
  .itemContainerSub .report {
    position: relative;
    text-align: left;
    bottom: -22px;
    right: 0;
    font-size: 10px;
    float: right;
    padding: 0;
    z-index: 12;
    background: none;
    border: 0px solid #cccccc; }
    .itemContainerSub .report:hover {
      background: none;
      color: #0054a6;
      text-decoration: underline; } }

@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;
    float: left;
    bottom: 100px;
    border-radius: 0 5px 0 0;
    font-size: 11px;
    background: white;
    border: 0px solid #cccccc;
    border-top: 0px solid #333333;
    border-right: 0px solid #333333;
    color: #0054a6;
    z-index: 15; }
    .report a:link:hover,
    .report a:visited:hover {
      text-decoration: underline; } }

.itemContainerSub span.title {
  display: block;
  line-height: 16px;
  position: absolute;
  padding: 4px 0 4px 0;
  width: 100%;
  cursor: pointer;
  text-align: left;
  background: white;
  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: 11px;
    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) {
  .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: white;
    border: 0px solid #cccccc;
    color: #0054a6; } }
@media (min-width: 801px) {
  .duration {
    position: absolute;
    text-align: left;
    line-height: 10px;
    left: 0;
    padding: 3px;
    background: white;
    border: 0px solid #cccccc;
    color: #0054a6; } }

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

.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-off.png") !important; }

.label {
  display: none !important; }

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

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

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

/* ======== END RATING ==============*/
.itemContainerSub .favResult {
  display: block !important;
  position: absolute;
  bottom: 66px;
  right: 0px;
  color: #0054a6;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  border-radius: 0 5px 0 5px;
  transition: all 0.2s;
  z-index: 69; }
  @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: 3px;
    top: auto;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 3;
    color: #d2d2d2;
    background-color: rgba(255, 255, 255, 0.45);
    /* Fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='rgba(255, 255, 255, 0)', endColorstr='rgba(255, 255, 255, 0.9)');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='rgba(255, 255, 255, 0.9)')";
    content: ""; } }
@media (max-width: 800px) {
  .descrBlock:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 77%;
    height: 25px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.45);
    /* Fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='rgba(255, 255, 255, 0)', endColorstr='rgba(255, 255, 255, 0.9)');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='rgba(255, 255, 255, 0.9)')";
    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(255, 255, 255, 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 #0054a6;
  border-radius: 0px;
  -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: #0054a6;
    font-size: 19px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 10px 0px 0px #007bf3, 20px 0px 0px #40a1ff; } }

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

.favResult:hover > i.fa-heart-o {
  -webkit-animation: pulse2 1s linear infinite;
  -moz-animation: pulse2 1s linear infinite;
  -ms-animation: pulse2 1s linear infinite;
  animation: pulse2 1s linear infinite; }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse2 {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

  50% {
    -moz-transform: scale(0.8);
    transform: scale(0.8); }

  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes pulse2 {
  0% {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  50% {
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  100% {
    -ms-transform: scale(1);
    transform: scale(1); } }

.favResult > i.fa-heart:hover {
  color: #0d87ff;
  text-shadow: 0 0 5px #0054a6; }

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

/* === 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: block; }
  @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 #e5e5e5;
  cursor: pointer;
  color: #0a284b; }
  @media (max-width: 800px) {
    #mySelectWrapper {
      display: none; } }
  @media (min-width: 801px) {
    #mySelectWrapper {
      margin-top: 5px;
      padding-left: 10px;
      position: relative;
      height: 27px;
      width: 230px;
      float: right;
      line-height: 25px;
      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 #e5e5e5;
  height: 430px;
  line-height: 20px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #FFFFFF;
  border-radius: 0; }
  @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; }

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

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

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

/* === 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: #0a284b;
  background-image: none;
  margin-top: 15px; }

/* === End rowBottom === */
/* === Footer classes === */
.fMenu > ul > li > a:link,
.fMenu > ul > li > a:visited,
#footer #disclaimer #footerLegal > a:link,
#footer #disclaimer #footerLegal > a:visited {
  color: white; }

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

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

#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: #5aaeff;
  background: #004fab;
  color: white; }

#footerMenu {
  position: relative;
  padding: 20px;
  top: 10px;
  color: #5aaeff; }
  #footerMenu a:link, #footerMenu a:visited {
    color: white;
    text-decoration: underline; }

#footerTitle a:link, .footerTitle a:visited {
  color: white !important;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline; }

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

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

.footerMenuTitle {
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #5aaeff; }

#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 === */
.mascotte {
  position: absolute;
  right: 0;
  bottom: 50px;
  float: right; }
  @media (max-width: 800px) {
    .mascotte {
      position: relative;
      right: 0;
      float: none;
      bottom: 0; } }

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

#navWrapperFooter {
  padding-top: 10px; }

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

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%;
  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: 27px;
    width: 230px; }
    .searchBar input[type="text"] {
      width: 230px;
      height: 27px; }
    .searchBar button {
      right: 7px;
      top: 4px;
      font-size: 1.5em; } }
@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: 100%; } }

.thumb {
  float: left; }
  @media (max-width: 450px) {
    .thumb {
      width: 50%;
      max-width: 180px; } }
  @media (min-width: 451px) and (max-width: 600px) {
    .thumb {
      width: 33.33333%;
      max-width: 180px; } }
  @media (min-width: 601px) and (max-width: 800px) {
    .thumb {
      width: 25%;
      max-width: 180px; } }
  @media (min-width: 801px) {
    .thumb {
      position: relative;
      margin-left: 0px;
      padding-top: 16px; } }

.thumbSub {
  float: left; }
  @media (max-width: 480px) {
    .thumbSub {
      width: 50%; } }
  @media (min-width: 481px) 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; } }

.keywordCol {
  float: left; }
  @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: 1280px) {
    .keywordCol {
      width: 33.33333%; } }
  @media (min-width: 1281px) {
    .keywordCol {
      width: 280px; } }

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

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

.headerNavBar-nav > li > a:link,
.headerNavBar-nav > li > a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #0054a6; }

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

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

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

#resultsFooter {
  width: 100%; }

h2 img {
  width: 250px; }

.pageNumbers, .pageOrder {
  margin-bottom: 0;
  line-height: 30px; }

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

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

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

.itemContainer a:link img, .itemContainer a:visited img {
  width: 100%;
  border: 0 solid #333333; }

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

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

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

#categories p > b, .uk-nav-offcanvas p > b {
  margin-top: 20px; }

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

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

#categories p:first-child > b, .uk-nav-offcanvas p:first-child > b {
  margin-top: 0; }

.rating {
  font-size: 9px; }

.rating a.remove {
  color: #626262; }

.description {
  font-size: 11px; }
  @media (min-width: 801px) and (max-width: 1023px) {
    .description {
      top: auto;
      bottom: 0;
      height: 45px; } }
  @media (min-width: 1024px) {
    .description {
      top: 183px;
      bottom: auto; } }

@media (min-width: 801px) {
  .descrBlock:before {
    bottom: 0px; } }

.thumb {
  padding: 3px 1px; }

.itemContainer a:link img, .itemContainer a:visited img,
.sub a:link img, .sub a:visited img {
  border-radius: 0; }

.h1 {
  position: absolute;
  left: 9px;
  bottom: 2px;
  color: #FFFFFF;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal !important; }

.h2headBar {
  margin-bottom: 0 !important; }

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

.headerNavBar {
  border-left: none; }

.itemContainerSub a:link img, .itemContainerSub a:visited img {
  top: 0; }

.title {
  bottom: 127px;
  z-index: 12;
  top: auto; }

.itemContainer span.title {
  background: none;
  text-align: center;
  text-transform: none; }

.itemContainer span.title,
.itemContainerSub span.title {
  text-align: left;
  font-weight: normal;
  padding: 0 5px;
  z-index: 16; }

.itemContainer span.title {
  text-align: center;
  font-weight: bold; }
  .itemContainer span.title a:link {
    font-size: 14px; }

.itemContainerSub span.title a:link, .itemContainerSub span.title a:visited {
  font-size: 12px;
  letter-spacing: 0.5px; }

.description {
  font-size: 11px;
  text-align: left;
  padding: 0 5px;
  width: 100%; }

@media (max-width: 800px) {
  .descrBlock:before {
    width: 100%;
    border-radius: 0 0 25px 25px; } }
@media (min-width: 801px) {
  .descrBlock:before {
    bottom: auto;
    top: 204px;
    left: 0;
    border-radius: 0 0 5px 5px; } }

@media (min-width: 801px) and (max-width: 1023px) {
  .description {
    top: auto;
    bottom: 9px; } }
@media (min-width: 1024px) {
  .description {
    top: 174px;
    bottom: auto; } }

.descrHover {
  border-radius: 0;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll; }
  @media (min-width: 1024px) {
    .descrHover {
      bottom: auto;
      top: 0; } }

.itemContainerSub div.source {
  text-align: right;
  padding-left: 0px;
  margin: 0;
  bottom: 38px;
  right: 0;
  float: right;
  height: 11px;
  line-height: 10px;
  font-size: 10px;
  width: 75px;
  z-index: 1; }
  .itemContainerSub div.source a:link {
    font-size: 10px; }
  @media (max-width: 800px) {
    .itemContainerSub div.source {
      width: 65px; }
      .itemContainerSub div.source a:link {
        font-size: 9px; } }

.itemContainerSub div.date {
  bottom: 38px;
  left: 0;
  color: #123456;
  height: 11px;
  line-height: 10px;
  font-size: 10px;
  z-index: 1;
  width: 75px; }
  .itemContainerSub div.date a:link {
    font-size: 11px; }
  @media (max-width: 800px) {
    .itemContainerSub div.date {
      font-size: 9px;
      left: 0;
      text-align: left;
      width: 75px; } }

.itemContainer div.source a:link, .itemContainer div.source a:visited {
  margin: 0; }

.itemContainerSub .favResult {
  bottom: 100px;
  right: 4px;
  top: auto; }
  @media (max-width: 800px) {
    .itemContainerSub .favResult {
      bottom: auto;
      right: 5px;
      top: 88%; } }

.rating {
  margin: 0 auto !important;
  top: 12px !important;
  left: -39px; }
  @media (max-width: 800px) {
    .rating {
      left: -6px;
      display: block !important;
      margin: 0 5px !important; } }

.headerNavBar-nav > li > a:link,
.headerNavBar-nav > li > a:hover,
.headerNavBar-nav > li > a:visited,
.headerNavBar-nav > li > a:focus,
.headerNavBar-nav > li.uk-open > a {
  border-right: 1px solid #cccccc; }

.headerNavBar-nav > li:hover > a, .headerNavBar-nav > li > a:focus, .headerNavBar-nav > li.uk-open > a {
  background: none !important;
  text-decoration: underline;
  color: #0054a6 !important; }

.navBar .resultSet, .navBarBottom .resultSet {
  font-weight: bold; }

@media (min-width: 801px) {
  .keywordCol {
    max-width: 280px;
    padding-right: 10px; } }
@media (max-width: 600px) {
  .keywordCol {
    padding-right: 0;
    padding-left: 0; }
    .keywordCol:last-child {
      padding-left: 0;
      padding-right: 0; } }
@media (min-width: 601px) and (max-width: 800px) {
  .keywordCol {
    padding-right: 10px;
    padding-left: 0; }
    .keywordCol:last-child {
      padding-left: 10px;
      padding-right: 0; } }

.rating .infoBar2 {
  right: 9px; }

@media (max-width: 800px) {
  .description {
    top: auto;
    bottom: 5px;
    max-height: 52px;
    line-height: 17px;
    width: 75%;
    padding-right: 5px;
    padding-bottom: 12px;
    height: 52px; } }

@media (max-width: 800px) {
  .itemContainer div.source, .itemContainerSub div.source {
    padding-right: 5px;
    height: 15px; }
    .itemContainer div.source:hover, .itemContainerSub div.source:hover {
      text-decoration: underline; } }

.sub {
  padding-bottom: 30px; }

.descrHover {
  font-size: 12px;
  text-align: left;
  width: 100%;
  bottom: 0; }
  @media (min-width: 801px) and (max-width: 1023px) {
    .descrHover {
      bottom: 0;
      top: auto; } }
  @media (min-width: 1024px) {
    .descrHover {
      bottom: auto;
      top: 0; } }

.itemContainerSub {
  border-radius: 0; }

html {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important; }

@media (max-width: 800px) {
  #headerWrapper {
    position: fixed;
    width: 100%;
    z-index: 1230;
    height: 108px;
    top: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; } }

@media (max-width: 800px) {
  #headerWrapper.fixed {
    position: fixed;
    top: 0; } }

@media (max-width: 800px) {
  .frame {
    margin-top: 170px; } }

@media (max-width: 800px) {
  #categories {
    float: left !important; } }
@media (min-width: 481px) {
  #categories {
    margin-top: 15px; } }

@media (max-width: 800px) {
  #headerWrapper.nav-up {
    top: -115px; } }

.categoryAZ ul {
  margin: 0;
  padding: 0; }

.categoryAZ {
  display: block;
  height: 245px; }

.uk-nav-offcanvas p {
  padding: 3px; }

.uk-nav-offcanvas p > b {
  font-size: 20px;
  padding-bottom: 5px;
  margin: 10px 0 0px 0; }

#sidebarCategories p b > a {
  float: right;
  font-weight: normal;
  background: #e5e5e5;
  border: 1px solid #0a284b;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 12px;
  color: #0054a6; }

#categories p > b, .uk-nav-offcanvas p > b {
  border-bottom: 1px solid #0a284b;
  padding-bottom: 5px; }

p {
  margin-top: 5px; }

.uk-close {
  padding: 0; }

.uk-nav-offcanvas-wrapper-right,
.uk-nav-offcanvas-wrapper-left {
  width: 80%;
  right: 0;
  left: auto;
  bottom: 0;
  top: 0;
  position: fixed;
  overflow: auto;
  background: white; }
  @media (min-width: 481px) and (max-width: 800px) {
    .uk-nav-offcanvas-wrapper-right,
    .uk-nav-offcanvas-wrapper-left {
      width: 270px;
      background: white; } }

.uk-nav-offcanvas-wrapper-left {
  right: auto;
  left: 0; }

.uk-offcanvas-bar,
.uk-nav-offcanvas-wrapper-flip {
  width: 100%;
  right: auto;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  overflow: auto;
  background: none; }
  @media (min-width: 481px) and (max-width: 800px) {
    .uk-offcanvas-bar,
    .uk-nav-offcanvas-wrapper-flip {
      width: 330px;
      background: none; } }

.uk-offcanvas-bar-flip {
  left: auto;
  right: 0; }

.uk-nav-offcanvas .categoryList {
  margin-top: 0; }

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

.uk-offcanvas {
  background: rgba(0, 0, 0, 0.85); }

.foct, .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"] {
  padding: 4px 45px 4px 10px; }
  @media (max-width: 800px) {
    .foct, .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"] {
      font-size: 16px; } }
  @media (min-width: 801px) {
    .foct, .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"] {
      border: none; } }

.searchBar {
  border-radius: 5px;
  border: 1px solid #cccccc; }
  @media (max-width: 800px) {
    .searchBar {
      margin: 0 5px 0 5px; } }
  @media (min-width: 801px) {
    .searchBar {
      top: 4px;
      right: 241px;
      height: 25px; } }

.searchBar button {
  background: none;
  color: #123456; }
  @media (max-width: 800px) {
    .searchBar button {
      right: 3%;
      font-size: 2em; } }
  @media (min-width: 801px) {
    .searchBar button {
      right: 0;
      top: 0;
      font-size: 1.2em;
      height: 23px;
      width: 42px;
      background: #e5e5e5;
      text-align: center;
      border-radius: 0 3px 3px 0;
      border-left: 1px solid #cccccc; } }

.searchBar input, .searchBar > div {
  border-radius: 3px;
  padding-right: 30px; }
  @media (max-width: 800px) {
    .searchBar input, .searchBar > div {
      border-radius: 3px; } }

.searchBar input[type="text"] {
  height: 20px; }
  @media (max-width: 800px) {
    .searchBar input[type="text"] {
      width: 100%;
      height: 45px;
      padding-right: 35px; } }
  @media (min-width: 801px) {
    .searchBar input[type="text"] {
      height: 23px; } }

#textInput {
  width: 100%;
  margin: 0;
  padding: 0 0 0 5px;
  font-weight: normal;
  border: 0;
  background-color: #FFFFFF;
  font-style: normal;
  float: none;
  font-size: 16px;
  z-index: 900; }

#mySelectWrapper {
  border-radius: 3px;
  left: 237px;
  bottom: 28px;
  height: 23px;
  line-height: 23px; }
  @media (min-width: 801px) {
    #mySelectWrapper {
      border: none; } }

#mySelectResults {
  border-radius: 3px 0 0 3px; }

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

#filter {
  position: absolute;
  top: 33px;
  right: 5px;
  padding-left: 2px; }
  @media (max-width: 800px) {
    #filter {
      position: absolute;
      top: 125px;
      right: 0;
      min-width: 307px;
      margin-left: 7px;
      left: 0; } }
  #filter label {
    display: block;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer; }

#filter ul {
  list-style: none; }

#filterText {
  float: left;
  margin: 0;
  color: #0054a6;
  padding: 8px 15px 2px 5px;
  border-left: 0px solid #ffffff;
  text-align: center;
  overflow: hidden;
  height: 20px;
  font-size: 12px;
  line-height: 6px;
  clear: both;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: bold;
  width: 50px;
  display: none; }
  @media (max-width: 800px) {
    #filterText {
      width: 100%;
      text-align: left; } }

#filterStraight, #filterGay, #filterShemale {
  float: left;
  color: #0054a6;
  border-radius: 0px;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 2px;
  height: 18px;
  background: #f2f2f2;
  border: 0 solid #0a284b;
  cursor: pointer; }
  #filterStraight:hover, #filterGay:hover, #filterShemale:hover {
    cursor: pointer;
    text-decoration: underline; }
  @media (max-width: 800px) {
    #filterStraight, #filterGay, #filterShemale {
      height: 23px;
      border: 1px solid #cccccc; } }

#filter label {
  line-height: 18px; }
  @media (max-width: 800px) {
    #filter label {
      line-height: 21px; } }

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

#filterSaveButton {
  color: #0a284b;
  background-color: #e5e5e5;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -moz-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -ms-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e5e5e5', endColorstr='#e5e5e5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e5e5e5')";
  border: none;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0px;
  padding: 0 3px;
  text-align: center;
  height: 18px;
  border-radius: 0; }
  #filterSaveButton:hover {
    cursor: pointer;
    text-decoration: underline; }
  @media (max-width: 800px) {
    #filterSaveButton {
      border: 1px solid #0a284b;
      height: 23px; } }

.frame {
  margin-bottom: 20px; }
  @media (max-width: 800px) {
    .frame {
      margin-top: 200px !important; } }

#checks1, #checks2, #checks3 {
  margin-top: 2px;
  cursor: pointer; }

.ac_results {
  width: 100% !important; }
  @media (min-width: 801px) and (max-width: 999px) {
    .ac_results {
      width: 230px !important; } }
  @media (min-width: 1000px) and (max-width: 1280px) {
    .ac_results {
      width: 300px !important; } }
  @media (min-width: 1281px) {
    .ac_results {
      width: 600px !important; } }

@media (max-width: 800px) {
  a:link, a:visited, a:hover {
    text-decoration: none;
    color: #0054a6; } }

@media (max-width: 800px) {
  .uk-nav-offcanvas p a:hover {
    text-decoration: none;
    color: #0054a6;
    background: none;
    padding-left: 0; } }

@media (max-width: 800px) {
  .itemContainer:hover .descr a:link, .itemContainer:hover .descr a:visited, .itemContainer:hover .descr a:hover {
    text-decoration: none;
    color: #0054a6;
    background: none; } }

p {
  margin-top: 0; }

.uk-nav-offcanvas p {
  padding: 1px; }

.bigcloseRight {
  font-size: 36px !important;
  color: white !important;
  top: 0;
  bottom: 0;
  left: auto;
  right: 80%;
  background: #e5e5e5 !important;
  background: rgba(229, 229, 229, 0.5) !important;
  width: 20%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  @media (min-width: 481px) and (max-width: 800px) {
    .bigcloseRight {
      right: 270px;
      width: 60px; } }

.bigcloseLeft {
  font-size: 36px !important;
  color: white !important;
  top: 0;
  bottom: 0;
  right: auto;
  left: 80%;
  background: #e5e5e5 !important;
  background: rgba(229, 229, 229, 0.5) !important;
  width: 20%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  @media (min-width: 481px) and (max-width: 800px) {
    .bigcloseLeft {
      left: 270px;
      right: auto;
      width: 60px; } }

.bigcloseRight:hover {
  left: auto; }

.categoryAZ ul li a {
  float: left;
  margin: 7px 2% 0 0;
  width: 18%;
  height: 30px;
  background: #e5e5e5;
  border: 1px solid #0a284b;
  color: #0054a6;
  display: block;
  text-align: center;
  line-height: 25px;
  border-radius: 0; }

@media (min-width: 481px) and (max-width: 800px) {
  .keywordCol {
    width: 100%;
    padding: 0;
    margin: 0; }
    .keywordCol:last-child {
      padding-left: 0; } }

/* ======== RATING ==============*/
.rating {
  width: 80px !important;
  height: 39px !important;
  margin-left: 0;
  left: px;
  top: 13px;
  color: #95A9CA;
  display: block !important; }

.rating .content {
  width: 80px; }

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

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

.rating .infoBar, .rating .infoBar2 {
  color: #123456;
  font-size: 9px !important;
  position: absolute;
  display: block;
  top: 15px !important;
  overflow: visible;
  height: 14px;
  width: 170px !important;
  clear: both; }

.rating .infoBar {
  left: 0 !important;
  top: 13px !important; }

.rating .infoBar2 {
  top: 24px !important;
  left: 0 !important; }

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

.rating .label, .rating .info, .rating .status {
  display: block;
  float: left; }

.rating .label {
  padding-right: 3px;
  display: block !important; }

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

.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-rated.png") !important; }

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

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

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

/* ======== END RATING ==============*/
/* ======== RATING BIG STARS ==============*/
.sub {
  padding-bottom: 5px; }

.itemContainer span.length {
  bottom: 82px; }

.itemContainer div.date {
  bottom: 39px; }

.itemContainer div.source {
  bottom: 39px; }

.rating {
  width: 100px !important;
  top: 16px; }

.rating .content {
  width: 100px; }

.rating .star {
  width: 20px !important;
  height: 20px !important;
  background-image: url("../images/star-empty_big.png") !important; }

.rating .infoBar, .rating .infoBar2 {
  font-size: 10px !important;
  position: absolute;
  display: block;
  top: 15px !important;
  overflow: visible;
  height: 14px;
  clear: both; }

.rating .infoBar {
  top: 15px !important; }

.rating .infoBar2 {
  top: 26px !important; }
  @media (min-width: 801px) {
    .rating .infoBar2 {
      width: 170px !important; } }

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

.rating .label, .rating .info, .rating .status {
  display: block;
  float: left; }

.infoBar2 .label {
  display: none !important; }

.rating .part {
  height: 20px !important; }
  @media (max-width: 800px) {
    .rating .part {
      height: 20px !important; } }

.rating .currentRating, .rating .currentRated {
  height: 20px !important;
  background-image: url("../images/star-rated_big.png") !important; }

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

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

/* ======== END RATING BIG STARS ==============*/
.nofavorite {
  font-size: 18px;
  padding: 20px;
  background: #fff;
  border: 2px solid #e5e5e5;
  width: 500px; }
  @media (max-width: 800px) {
    .nofavorite {
      width: 100%; } }

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

.sub a:link img, .sub a:visited img {
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 800px) {
  #headerWrapper.nav-down,
  #headerWrapper.nav-up {
    height: 39px;
    box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.5); } }

@media (max-width: 800px) {
  #headerWrapper.nav-down > div > .searchBar,
  #headerWrapper.nav-up > div > .searchBar {
    margin: 0 60px 0 60px;
    top: -53px; }
    #headerWrapper.nav-down > div > .searchBar input,
    #headerWrapper.nav-up > div > .searchBar input {
      height: 32px; }
    #headerWrapper.nav-down > div > .searchBar button,
    #headerWrapper.nav-up > div > .searchBar button {
      font-size: 1.2em;
      top: 8px;
      right: 5px; }
    #headerWrapper.nav-down > div > .searchBar input[type="text"],
    #headerWrapper.nav-up > div > .searchBar input[type="text"] {
      padding-right: 20px; } }

@media (max-width: 800px) {
  #headerWrapper.nav-down > div > a.headerLogo,
  #headerWrapper.nav-up > div > a.headerLogo {
    background-size: 0%;
    -webkit-visibility: hidden;
    visibility: hidden; } }

.headerLogo {
  height: 55px; }

@media (max-width: 800px) {
  #headerWrapper.nav-down > div > .sideNav-button,
  #headerWrapper.nav-up > div > .sideNav-button {
    line-height: 0;
    height: 32px;
    top: 15px;
    width: 45px;
    position: relative;
    font-size: 1.5em;
    padding: 5px;
    margin: 0 5px 0 5px;
    border: 1px solid #e5e5e5;
    border-radius: 0; } }

.navBar .paging a:link, .navBar .paging a:visited, .navBarBottom .paging a:link, .navBarBottom .paging a:visited {
  border-radius: 5px;
  font-weight: bold;
  float: left;
  height: 26px;
  line-height: 14px;
  margin-right: 3px; }
  .navBar .paging a:link:hover, .navBar .paging a:visited:hover, .navBarBottom .paging a:link:hover, .navBarBottom .paging a:visited:hover {
    text-decoration: underline; }

#navWrapperFooter {
  background: #0054A6;
  height: 55px;
  margin-top: 100px; }

#headerTop {
  float: left;
  width: 100%;
  height: auto;
  line-height: 12px;
  color: #FFFFFF;
  background-color: #0a284b;
  white-space: nowrap;
  overflow: hidden; }
  @media (max-width: 800px) {
    #headerTop {
      display: none; } }

#headerTop ul {
  float: left;
  margin: 2px 0 2px 0;
  padding: 0;
  list-style: none; }

#headerTop li {
  float: left;
  margin-left: 5px;
  font-size: 9px;
  text-transform: uppercase; }

.length {
  text-align: center;
  position: absolute;
  bottom: 57px;
  right: 2px;
  padding: 0 4px 5px 4px;
  width: auto;
  height: 14px;
  background-color: #0A284B;
  color: #FFFFFF;
  line-height: 14px;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  z-index: 1; }

.navBar .paging a:link, .navBar .paging a:visited, .navBarBottom .paging a:link, .navBarBottom .paging a:visited {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  border-radius: 0px; }
  .navBar .paging a:link:hover, .navBar .paging a:visited:hover, .navBarBottom .paging a:link:hover, .navBarBottom .paging a:visited:hover {
    border: 1px solid #0054a6; }

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-color: #e5e5e5;
  /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -moz-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -ms-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e5e5e5', endColorstr='#e5e5e5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e5e5e5')";
  border: 1px solid #cccccc; }
  div.navBar > div.paging > div.pageOrder > a.active:hover, div.navBarBottom > div.paging > div.pageOrder > a.active:hover, div.navBar > div.paging > div.pageNumbers > a.active:hover, div.navBarBottom > div.paging > div.pageNumbers > a.active:hover {
    cursor: auto !important; }

.sideLogo {
  display: block;
  width: 100%;
  background: #0054A6; }

ul.uk-nav-offcanvas.uk-nav li a i {
  color: #123456; }

.adSpace {
  margin-left: 10px; }

#langLegal {
  color: #e5e5e5;
  margin-left: 10px; }

div#footerTitle a:link, div#footerTitle a:visited {
  color: white !important; }

/* ======== Report ==============*/
.itemContainer span.report, .itemContainerSub .report {
  position: absolute;
  float: left;
  bottom: 16px;
  left: 0;
  border: 1px solid #cccccc;
  padding: 0 4px;
  background: #f2f2f2; }
  @media (max-width: 800px) {
    .itemContainer span.report, .itemContainerSub .report {
      bottom: 16px;
      padding: 5px 0; } }
  @media (min-width: 801px) {
    .itemContainer span.report, .itemContainerSub .report {
      width: 38px; } }
  .itemContainer span.report a:link, .itemContainer span.report a:visited, .itemContainerSub .report a:link, .itemContainerSub .report a:visited {
    font-size: 10px;
    position: relative;
    bottom: 0;
    left: 0;
    color: #0054a6;
    background: none;
    padding: 0;
    border: none;
    margin: 0;
    display: block; }
    @media (max-width: 800px) {
      .itemContainer span.report a:link, .itemContainer span.report a:visited, .itemContainerSub .report a:link, .itemContainerSub .report a:visited {
        padding: 0;
        border: none; } }

.itemContainerSub .report {
  width: 40vpx;
  bottom: 55px; }
  .itemContainerSub .report:hover {
    background: #f2f2f2; }
  @media (max-width: 800px) {
    .itemContainerSub .report {
      display: block;
      position: absolute;
      width: 55px;
      border-radius: 0;
      font-size: 11px;
      color: #333;
      z-index: 15; } }

/* === 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;
  z-index: 1030;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 180px;
  padding: 5px 8px;
  background: white;
  color: #0a284b;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border: 1px solid 1px solid #dfe0e1;
  box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.35); }

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

.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: 1px solid #dfe0e1; }

.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: 1px solid #dfe0e1; }

.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: 1px solid #dfe0e1; }

.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: 1px solid #dfe0e1; }

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