@font-face {
  font-family: "lato", sans-serif;
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "lato", sans-serif;
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "lato", sans-serif;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "lato", sans-serif;
  font-weight: 500;
  font-style: italic;
}
html {
  overflow-x: hidden;
}

body, html, div {
				margin: 0;
				padding: 0;
}
body {
  font-family: "Arial", "Times New Roman", Times, serif;
  background-color: #f7f7f7;
  background-attachment: fixed;
  font-variant-ligatures: normal;
}



a {
  cursor: pointer;
  color: rgb(0, 139, 238);
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  font-family: "Arial", "Times New Roman", Times, serif;
}
a:hover {
  text-decoration: underline;
  color: #ff9900;
}
.no-bold a, a.no-bold {
  font-weight: normal !important;
}

* {
  outline: 0;
}

/* ================ navigation =============== */

nav {
  padding: 0 0 0 0;
  margin: 0 0 0px 0;
  background-color: white;
  width: 100%;
  -webkit-text-stroke: 0;
  box-shadow: 0px 0px 50px -10px black;
  z-index: 1000;
  position: relative;
}

nav a {
  font-weight: normal;
  cursor: pointer;
}
nav a:hover {
  text-decoration: underline;
}

#top-container {
  background-image: url("images/splash_77.jpg");
  background-color: white;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    }

#top-box {
  width: 45.6rem;
  margin: 0 auto;
  color: #00ccff;
  padding-top: 0;
  position: relative;
  top: 170px;
}
#top-box a {
  color: #00ccff;
  font-style: normal;
}

#top-box a:hover {
  color: #dc143c;
  font-size: 19px;
}


#menu {
  width: 100%;
  top: 0;
  margin: 0 auto 0 auto;
  height: 2.8rem;
  padding-top: 9px;
  background: #ff9900;
  font-size: 19px;
  color: #999;
  word-spacing: 4px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
}

#menu a {
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  word-spacing: 0px;
  cursor: pointer;
}

#menu-box {
  margin: 0 auto;
  padding-top: 0.25rem;
  text-align: center;
}

#logomenu {
  float: left;
  width: 11rem;
  margin-left: 30px;
  padding-top: 19px;
}

#minimenu {
  position: relative;
  left: 8rem;
  width: 480px;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  }

#rightmenu {
  position: relative;
  top: 8.0rem;
  left: 16.4rem;
  height: 3.75rem;
  float: left;
  width: 38.75rem;
  margin-bottom: 3.125rem;
  text-align: right;
  color: black;
}
#topmenu {
  margin-bottom: 5px;
}
#topmenu a {
  font-size: 20px;
  cursor: pointer;
}

#lanmenu {
  padding-top: 14px;
  margin-bottom: 2px;
}
#lanmenu a {
  font-size: 14px;
  font-style: normal;
  margin-right: 1px;
}

#rightmenu a.hex {
  width: 28px;
  height: 31px;
  background-size: cover;
  display: inline-block;
  transition: 0.15s;
}
#rightmenu a.hex:hover {
  transform: scale(1.2);
  color: #ff9900;
}

#menu a img {
  position: relative;
  top: 1px;
  cursor: pointer;
}
#menu a img:hover {
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}

#smallmenu {
  display: none;
  padding-top: 3px;
}

#fullmenu {
  display: block;
  line-height: 26px;
  color: white;
}

#menu .showsmall {
  display: none;
}

@media (max-width: 780px) {
  #top-box {
    width: 100%;
	margin-left: 50px;
	z-index: 1000;	
  }
  #logomenu {
    margin-left: 50px;
    width: 150px;
  }
  #rightmenu {
    margin-right: 50px;
  }
  #menu .hidesmall {
    display: none;
  }
  #menu .showsmall {
    display: inline;
  }
}

@media (max-width: 750px) {
  #logomenu {
    margin-left: 40px;
  }
  #rightmenu {
    margin-right: 40px;
  }
}

@media (max-width: 740px) {
  #logomenu {
    margin-left: 30px;
  }
}

@media (max-width: 730px) {
  #logomenu {
    width: 140px;
  }
}

@media (max-width: 710px) {
  nav {
    height: auto;
  }
  #top-container {
    width: 100%;
  }
  #menu-box {
    width: 94%;
    padding: 5px 0;
  }
  #menu {
    height: auto;
    padding: 9px;
  }
  #smallmenu {
    display: block;
  }
  #fullmenu {
    display: none;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown img {
  cursor: pointer;
}

.dropdown-forgive {
  display: none;
  position: absolute;
  z-index: 1;
  height: 50px;
  width: 60px;
  background: none;
  margin-top: -30px;
  margin-left: -20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  box-shadow: 0 0 5px black;
  padding: 7px 16px;
  margin-left: -10px;
  z-index: 2;
}

.dropdown-content a {
  display: block;
  line-height: 27px;
}

.dropdown:hover .dropdown-content,
.dropdown:hover .dropdown-forgive {
  display: block;
}

/* ================ content =============== */

#bottomleft {
  float: left;
  margin: 0px;
  width: 300px;
}
#bottomright {
  float: right;
  margin: 0px;
  width: 300px;
}

@media (max-width: 710px) {
  #bottomright {
    display: none;
  }
  #bottomleft {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

@media (max-width: 400px) {
  #bottomleft {
    display: none;
  }
}

#content {
  max-width: 650px;
  color: #202020;
  font-size: 22px;
  line-height: 33px;
  padding: 20px 120px 35px 120px;
  text-align: left;
  margin: 0px auto 0 auto;
  z-index: 0;
  position: relative;
  background: white;
  box-shadow: 0 0 3px #ccc;
  min-height: calc(100vh - 540px);
 }

article a {
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}

@media (max-width: 940px) {
  #content {
    padding: 20px 0 35px 0;
    box-shadow: none;
  }
  body {
    background: white;
  }
}

@media (max-width: 600px) {
  #content {
    font-size: 21px;
    line-height: 31px;
  }
}

.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}

/* ================ headings =============== */

#top-image {
  width: 68.75rem;
  height: 23.125rem;
  margin: 0 auto -10px auto;
  background-position: top center;
  border-radius: 0;
  border: none;
  display: table;
  box-shadow: 0 0 6px #888;
  position: relative;
  z-index: 1;
  background-size: cover;
  border-radius: 0 0 10px 10px;
  background-color: #ccc;
}
#heading-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 10% 0 10%;
  line-height: 1.2;
}

h2 {
  font-size: 25px;
  font-weight: 300;
  margin: 10px 0;
  line-height: 1.2;
  color: black;
}

/* All images must not be larger than parent container */
img {
  width: 100%;
}


/* No styling on list items */
li {
  list-style-type: none;
}

p {
  font-size: 20px;
  margin: 10px 0;
}

#author-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
#author {
  margin: 20px auto 0 auto;
  padding: 8px 20px 8px 20px;
  display: inline-block;
  background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.55); /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000); /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
  -webkit-text-stroke-width: 0;
  text-align: center;
  color: white;
  border-radius: 5px;
  border: none;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  font-size: 21px;
  line-height: 18px;
}

#search-box {
  margin: 20px auto -20px auto;
  padding: 4px;
  display: inline-block;
  background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.55); /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000); /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
  -webkit-text-stroke-width: 0;
  text-align: center;
  color: white;
  border-radius: 5px;
  border: none;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  font-size: 16px;
  line-height: 18px;
  width: 90%;
  max-width: 450px;
  box-sizing: border-box;
}

@media (max-width: 710px) {
  #search-box {
    margin: 10px auto -10px auto;
  }
}

#search-box-inside {
  text-align: left;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 0px 0px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

#search-box input::-webkit-input-placeholder {
  color: #ccc;
}
#search-box input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#search-box input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#search-box input:-ms-input-placeholder {
  color: #ccc;
}
#search-box input::-ms-input-placeholder {
  color: #ccc;
}

#searchsubmit {
  color: white;
  font-size: 18px;
  height: 30px;
  margin: 0px 0 0 0;
  width: 140px;
  font-family: inherit;
  font-weight: bold;
  text-shadow: 0 0 3px black;
  box-shadow: rgb(41, 187, 255) 0px -3px 7px 0px inset;
  background: linear-gradient(rgb(45, 171, 249) 5%, rgb(6, 136, 250) 100%)
    rgb(45, 171, 249);
  border-radius: 3px;
  border: 1px solid rgb(11, 14, 7);
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.93;
}
#searchsubmit:hover {
  opacity: 1;
}

a.article-book {
  dislay: block;
  float: right;
  margin-left: 30px;
  width: 150px;
  min-height: 250px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-indent: 0;
}
a.article-book img {
  width: 100%;
  height: auto;
}

@media (max-width: 1300px) {
  #top-image {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }
}

@media (max-width: 780px) {
  #author {
    font-size: 19px;
    margin-top: 15px;
  }
}

@media (max-width: 710px) {
  h1.no-image {
    padding: 0 20px;
  }
  h1.article {
    font-size: 27px;
    line-height: 28px;
  }
  h1.index {
    font-size: 32px;
    line-height: 38px;
  }
  #top-image {
    height: auto;
    height: 250px;
  }
}

@media (max-width: 550px) {
  h1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  h1.article {
    font-size: 26px;
    line-height: 29px;
  }
  h1.search {
    font-size: 31px;
    line-height: 33px;
  }
  h1.index {
    font-size: 31px;
    line-height: 38px;
  }
  h1.category,
  h1.tag {
    font-size: 36px;
    line-height: 38px;
  }
  h1.no-image {
    font-size: 25px;
    line-height: 29px;
  }
  #author {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  h1.article {
    font-size: 25px;
    line-height: 27px;
  }
  h1.search {
    font-size: 28px;
    line-height: 30px;
  }
  h1.index {
    font-size: 28px;
    line-height: 35px;
  }
  h1.category,
  h1.tag {
    font-size: 33px;
    line-height: 35px;
  }
  h1.no-image {
    font-size: 25px;
    line-height: 29px;
  }
  #author {
    font-size: 17px;
    margin-top: 5px;
  }
}

/* ================ bottom =============== */

#bottom-shadow {
  box-shadow: 0px 0px 10px #888;
  z-index: 1000;
  position: relative;
  background-color: #1a1a1a;
}

@media (max-width: 710px) {
  #content {
    margin-left: 30px;
    margin-right: 30px;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}

footer {
  font-variant: small-caps;
  text-align: center;
  font-size: 17px;
  color: #8a8a8a;
  background: #000;
  padding: 7px 20px 9px 20px;
  word-spacing: 2px;
}
footer a {
  color: #aaa;
  text-decoration: none;
  font-weight: normal;
  font-size: 19px;
  font-style: italic;
  font-variant: normal;
}
footer a:hover {
  text-decoration: underline;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
}
/*#content p.indent, #content p.indentd { text-indent: 0; padding-top: 2px; }
.no-indent { text-indent: 0px !important; } */

.it {
  font-style: italic;
}

ul,
ol {
  padding-left: 7.1%;
  text-align: left;
}
ul li,
ol li {
  padding-left: 8px;
}
ul.gaps li {
  margin-bottom: 7px;
}

a.black {
  color: black !important;
}

sup,
sub {
  line-height: 0;
}

table {
  border-collapse: collapse;
  border: 0;
}
td {
  vertical-align: top;
  padding-top: 0px;
}

img {
  border: 0;
}

.mdash {
  padding: 0 1px;
}

#content .info {
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
  text-indent: 0px;
  font-style: italic;
}

.pdfbtn {
  padding: 12px 25px 13px 23px;
  color: white;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  border-radius: 14px;
  transition: background-position 0.5s;
  margin: 0;
  display: inline-block;
  font-size: 22px;
  -webkit-text-stroke: 0;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28a9ff+0,1e5799+100 */
  background: #28a9ff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #28a9ff 0%,
    #1e5799 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #28a9ff 0%,
    #1e5799 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #28a9ff 0%,
    #1e5799 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a9ff', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

  background-size: auto 200%;
  background-position: 0 0;
}

.pdfbtn:hover {
  text-decoration: none !important;
  background-position: 0 100%;
}

.pdfbtn img {
  width: 17px;
  height: 17px;
  margin-right: 9px;
  position: relative;
  top: 3px;
}
/*.pdfbtn b { font-style: normal; font-weight: normal; }*/

#sharing-buttons {
  text-align: center;
  padding: 20px 15px 17px 15px;
  max-width: 750px;
  margin: 0 auto;
}

.fan-count {
  font-variant: small-caps;
  background: rgba(255, 255, 255, 0.9);
  color: #444;
  margin-top: 0;
  padding: 1px 5px 3px 5px;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: -10px;
  text-transform: none;
  display: inline-block;
  position: relative;
  top: -1px;
  line-height: 15px;
  font-size: 15px;
}

.social-reminder {
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  color: #aeaeae;
  text-shadow: 0 0 20px black, 0 0 10px black, 0 0 5px black;
  display: inline-block;
  font-variant: small-caps;
  border-radius: 10px;
  margin-bottom: 10px;
}

.social-button {
  font-size: 16px;
  font-weight: 700;
  height: 26px;
  padding-left: 40px;
  display: inline-block;
  padding-right: 17px;
  color: #eae8e8;
  background-repeat: no-repeat;
  background-size: 37px auto;
  transition: 0.15s;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 6px;
  line-height: 20px;
  cursor: pointer;
  margin-bottom: 17px;
  border-radius: 5px;
  border: 0;
  background-color: rgba(218, 213, 213, 0.13);
  border: 1px solid rgba(208, 208, 208, 0.27);
  box-shadow: 0 0 15px 9px rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}

.social-button:hover {
  color: white;
  transform: scale(1.05);
  text-decoration: none;
}
.social-button:hover .fan-count {
  background: white;
}

.facebook-button {
  background-position: 0 -1px;
  background-color: #2c53a2;
}
.email-button {
  background-position: 0 -33px;
  background-color: #44a700;
}
.twitter-button {
  background-position: 0 -98px;
  background-color: #0097cc;
}
.linkedin-button {
  background-position: 0 -133px;
  background-color: #0077b5;
}
.reddit-button {
  background-position: 0 -169px;
  background-color: #df4c00;
}
.vkontakte-button {
  background-position: 0 -202px;
  background-color: #3d6fa8;
}
.patreon-button {
  background-position: 0 -229px;
  background-color: #d74b38;
}

.facebook-button:hover {
  background-color: #4773cf;
}
.email-button:hover {
  background-color: #4db604;
}
.google-button:hover {
  background-color: #e8523e;
}
.twitter-button:hover {
  background-color: #22c1f8;
}
.reddit-button:hover {
  background-color: #ef5505;
}
.patreon-button:hover {
  background-color: #ee533e;
}
.linkedin-button:hover {
  background-color: #0488ce;
}
.vkontakte-button:hover {
  background-color: #427dbf;
}

.definition,
.definitionl,
.example {
  background-repeat: repeat-y;
  background-size: 5px;
  padding: 5px 0 3px 32px;
  text-align: left;
  margin: 22px 0 22px 32px;
}
.statement {
  border-left: 3px solid #a8cbff;
  padding: 15px 25px 15px 32px;
  background: #f0f6ff;
  margin: 25px 32px 25px 32px;
  text-align: left;
}

@media (max-width: 710px) {
  .definition,
  .definitionl,
  .example,
  .statement {
    margin-left: 10px;
    padding-left: 25px;
  }

  .statement {
    margin-right: 10px;
  }
}

/* for tables */

table.bordered {
  margin: 30px auto;
  border: 2px solid #aaa;
  line-height: 27px;
  background: white;
}
table.bordered th {
  background: #f5f5f5;
  font-weight: bold;
}
table.bordered td,
table.bordered th {
  border: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: top;
  text-align: center;
  vertical-align: middle;
}
table.bordered table td {
  border: 0px !important;
  padding: 0 5px 0 0 !important;
  line-height: 18px;
  vertical-align: middle;
}
table.bordered table {
  margin: 0 auto !important;
}
table.centered td {
  text-align: center !important;
  vertical-align: middle !important;
}

table.tall td,
table.tall th {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 900px) {
  .scrollable table.bordered {
    margin-bottom: 15px;
  }

  .scrollable.has-scroll {
    position: relative;
    overflow: hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
  }
  .scrollable.has-scroll:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: "";
  }

  /* This is the element whose content will be scrolled if necessary */
  .scrollable.has-scroll > div {
    overflow-x: auto;
  }

  /* Style the scrollbar to make it visible in iOS, Android and OS X WebKit browsers (where user preferences can make scrollbars invisible until you actually scroll) */
  .scrollable > div::-webkit-scrollbar {
    height: 12px;
  }
  .scrollable > div::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
    background: #f0f0f0;
  }
  .scrollable > div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ccc;
  }

  .scrollable {
    margin-bottom: 20px;
  }
}

/* */

.email-input {
  animation-duration: 0.7s;
  animation-fill-mode: both;
  height: 40px;
  max-width: 350px;
  width: 90%;
  padding-left: 5px;
  font-size: 22px;
  border: 1px solid #aaa;
  border-radius: 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px rgb(163, 195, 71);
}

@keyframes mailbuttonshake {
  8%,
  41% {
    transform: translateX(-4px);
  }
  25%,
  58% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-3px);
  }
  92% {
    transform: translateX(3px);
  }
  0%,
  100% {
    transform: translateX(0);
  }
}

.email-shake {
  animation-name: mailbuttonshake;
}

#subscribe-first-line {
  margin-bottom: 10px;
  margin-top: 35px;
  line-height: 30px;
}
#subscribe-second-line {
  font-size: 20px;
  margin-bottom: 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#normalemail {
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 20px;
  display: block;
  font-style: italic;
}
#validemail {
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 20px;
  display: none;
  color: red;
  font-style: italic;
}
#timeerror {
  margin: 20px auto 30px auto;
  text-align: center;
  font-size: 20px;
  display: none;
  color: red;
  max-width: 430px;
  font-style: italic;
}
#subscribe-gift {
  margin: 20px auto 20px auto;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  max-width: 410px;
}
#content .listing {
  width: 100%;
  text-align: left;
  margin-bottom: 21px;
  padding-bottom: 18px;
  font-size: 17px;
  line-height: 21px;
  border-bottom: 3px dotted #ccc;
}
#content .listing img {
  float: left;
  width: 190px;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
  margin-top: 0px;
  margin-left: 0px;
}
#content .listing imgtd {
  width: 200px;
}

.listing-box {
  overflow: visible;
}
.listing-title {
  font-size: 22px;
  line-height: 26px;
  display: inline-block;
  text-align: left;
  max-width: 533px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: -2px;
  margin-bottom: -1px;
}
.listing-info {
  float: left;
  max-width: 547px;
  padding-top: 0px;
  overflow: hidden;
  min-width: 100%;
  font-size: 17px;
  max-height: 74px;
  line-height: 23px;
  margin-bottom: 6px;
  text-align: left;
  max-height: 300px;
}
.listing-categories {
  font-size: 20px;
  max-height: 300px;
  font-weight: bold;
}

#content #support-listing {
  text-align: left;
  font-size: 21px;
  line-height: 28px;
  border: 4px dotted #ddd;
  margin-left: -40px;
  margin-right: -40px;
  width: auto;
  padding: 30px 37px 30px 37px;
  border-radius: 15px;
  margin-top: 0px;
  margin-bottom: 30px;
}

@media (max-width: 710px) {
  .listing-title {
    text-align: left;
    white-space: normal;
    margin-bottom: 5px;
  }
  .listing-info {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  #content #support-listing {
    border: none;
    border-top: 4px dotted #ddd;
    border-bottom: 4px dotted #ddd;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 10px 20px 10px;
  }
}

@media (max-width: 500px) {
  #content .listing img {
    width: 70px;
    height: 70px;
  }
  .listing-categories {
    display: none;
  }
  .listing-box {
    max-height: 86px;
  }
}

@media (max-width: 300px) {
  #content .listing img {
    width: 50px;
    height: 50px;
  }
  #content .listing imgtd {
    width: 65px;
  }
  .listing-info {
    display: none;
  }
}

#older-posts a {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  font-size: 23px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f5f5f5;
}
#newer-posts a {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  font-size: 23px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f5f5f5;
}
#newer-posts a:hover,
#older-posts a:hover {
  background: #eee;
}

#tags-wrapper {
  text-align: center;
  padding: 0 15px 10px 15px;
}

#tags {
  display: inline-block;
  text-align: center;
  margin-top: 18px;
  font-size: 18px;
  padding: 5px 20px;
  background: rgb(230, 230, 230) none repeat scroll 0% 0%;
  border-radius: 5px;
  color: #ff9900;
}

#tags a {
  word-spacing: 0;
  color: white;
  font-weight: 400;
  font-style: italic;
}
#tags a.active {
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
}
#tags a.mapactive {
  font-weight: bold;
  font-style: normal;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 2px 5px;
  display: inline-block;
}

#tags .bullet {
  padding: 0 5px;
}

@media (max-width: 780px) {
  #tags {
    margin-top: 15px;
  }
}

@media (max-width: 550px) {
  #tags {
    margin-top: 10px;
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 400px) {
  #tags {
    margin-top: 5px;
  }
}

@media (max-width: 500px) {
  #tags .bullet {
    visibility: hidden;
    display: inline-block;
    width: 0;
    margin-left: -2px;
    margin-right: -2px;
  }
  #tags .bullet:after {
  }
}

#searchsubmit.search-category {
  box-shadow: none;
  opacity: 1;
}
#searchsubmit.search-category.search-category:hover {
  opacity: 1;
  filter: alpha(0.9);
}

.featured-books {
  width: 720px;
  height: 350px;
  padding-top: 29px;
  background-size: 100%;
  text-align: center;
  margin-left: -35px;
  margin-right: -35px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.featured-books h2 {
  margin-top: 0;
  word-spacing: 0;
  margin-bottom: 25px;
  font-variant: small-caps;
  font-size: 30px;
}
.featured-books a.seeall {
  margin-left: 10px;
  font-variant: normal;
  font-size: 21px;
}

.featured-books img.preview {
  width: 90%;
  height: auto;
  margin: 0 auto;
  transition: 0.15s;
}
.featured-books img.preview:hover {
  transform: scale(1.03);
}

@media (max-width: 780px) {
  .featured-books {
    background: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-bottom: 3px dotted #ccc;
    border-top: 3px dotted #ccc;
    height: auto;
    padding-bottom: 35px;
  }
}

.b31,
.b32,
.b33 {
  margin-right: 5%;
  height: 250px;
  width: auto;
  box-shadow: 0 0 10px #aaa;
  transition: 0.25s;
}
.b33 {
  margin-right: 0;
}

@media (max-width: 710px) {
  .b31,
  .b32,
  .b33 {
    height: 200px;
  }
}

@media (max-width: 520px) {
  .b33 {
    display: none;
  }
  .b32 {
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .b32 {
    display: none;
  }
  .b31 {
    margin-right: 0;
  }
}

#top-box a {
  color: #00ccff;
}

#top-box a:hover {
  color: #dc143c;
  font-size: 19px;
}





#lanmenu a {
  color: #bbb;
}
#topmenu a {
  color: #eee;
}

@media (min-width: 710px) {
  #top-image {
    background-image: url("https://prirodopolis.hr/images/transparen6.png");
  }
}

@media (max-width: 710px) {
  #top-image {
    background-image: url("https://prirodopolis.hr/images/transparen6.png");
  }
}

div.scrollmenu {
  margin: 0 10% 0 10%;
  background-color: #00ccff;
  overflow: auto;
  white-space: nowrap;
  width: 77%;
  scrollbar-color: #ff9900 gray;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 6px 2px 5px 2px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #ff9900;
  padding: 6px 7px 5px 7px;
}

/* Centers it, sets a maximum width and makes sure elements can flow past it*/

.container {
  margin: 0 auto;
  max-width: 1200px;
  overflow: visible;
}

/* Centers the container, sets a maximum width*/
.lower-container {
  margin: 0px auto 0px auto;
  padding: 0px 7px 0px 7px;
  max-width: 1000px;
  border: 2px solid white;
  }

.borderit img{
border: 0px solid #ccc;
}
 
.borderit:hover img{
	opacity: 0.5;
	border-bottom: 4px solid #00ccff;
}


/* Display horizontally, put a little space around them */
.flex {
  display: flex;
  justify-content: center;
}

/* Add some padding around the container. Align text centrally */
.stats {
  padding: 6px 7px 0px 7px;
  text-align: center;
  z-index: 1000;
  overflow: visible;
}

/* Set margin and width */
.stat {
	
  margin: 0 10px;
  text-align: center;
  width: 800px;
  
}

/* Targets all h3 with class of title */
.title {
  color: #00ccff;
  font-size: 22px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: -15px;
  text-decoration: none;
}
h3.title a {
      color: #00ccff;
	  text-decoration: none;
}

h3.title a:hover {
      color: #dc143c;
	  font-size: 26px;
	  text-decoration: none;
}

/* Targets the paragraphs with class name of text */
.text {
  color: black;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -0.6px;
  overflow-wrap: break-word;
  width: 100%;
  padding: 2px;
  margin: 0, 10px;
  text-align: justify;
  
}
.text a{
  color: black;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -0.6px;
  overflow-wrap: break-word;
  width: 100%;
  padding: 2px;
  margin: 0, 10px;
  text-align: justify;
  
}

.text a:hover {
  color: #d80013;
  text-decoration: none;
}

/* Strelice ispod stat textova */

.strelica {
      display: block;
      align-items: center;
      justify-content: center;
      line-height: 0.8;
      margin-top: -18px;
      margin-bottom: 0px;
 	  }
div.strelica a:hover {
      background-color: white;
      font-size: 32px;
	  color: #dc143c;
	  text-decoration: none;
	  }
div.strelica a {
      font-size: 28px;
	  color: #00ccff;
}
/* Tooltip na youtube linkovima */

a.tooltip {
  border-bottom: 1px dashed;
  text-decoration: none;
}
a.tooltip:hover {
  cursor: pointer;
  position: relative;
}
a.tooltip span {
  display: none;
}
a.tooltip:hover span {
  border: #ff9900 2px solid;
  padding: 5px 20px 5px 2px;
  display: block;
  z-index: 100;
  background: #ff9900;
  left: 0px;
  margin: 5px;
  width: 176px;
  position: absolute;
  top: 55px;
  text-decoration: none;
  color: #0066cc;
  text-align: center;
}

.courier {
  font-family: Courier New;
}
/* [1] Holder */

.img-hover-zoom {
			overflow: hidden; /* [1.2] Hide/unhide the overflowing of child elements */
			}

/* [2] Transition property for smooth transformation of images */

.img-hover-zoom img {
			transition: transform .5s ease;
			
			}

/* [3] Finally, transforming the image when container gets hovered */

.img-hover-zoom:hover img {
			transform: scale(1.8);
			  z-index: 1000;
			}
section { 
			 display: block;
			position: relative;
				 top: 8px;
}
div.transbox {
               background: rgba(192, 192, 192, 0.3);
				width: 28rem;
				padding-bottom: auto;
				text-indent: 2px;
            }
			
			
			
.mySlides {display: none;}

img {vertical-align: top;}

/* Slideshow container */
.slideshow-container {
  max-height: 500px;
  max-width: 100%;
  position: relative;
  margin: 0;
  vertical-align: top;
  }

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}



