﻿@charset "UTF-8";
/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
*, *::after, *::before {
  box-sizing: border-box
}
html, body {
  overflow-x: hidden
}
html {
  line-height: 1.5;
  font-size: 16px
}
body {
  font-family: lato, open sans, sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #212121;
  margin: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch
}
h1, h2, h3, h4, h5, h6 {
  font-family: lato, open sans, sans-serif;
  color: #212121;
  font-weight: 700
}
img {
  height: auto;
  max-width: 100%
}
a {
  color: #0000ff
}
blockquote {
  border-left: 3px solid #311e3e;
  padding-left: 18px;
  margin-left: 21px;
  font-style: italic;
  color: #311e3e
}
pre {
  padding: 16px 32px;
  overflow-x: auto
}
pre code {
  border: 0;
  padding-right: 0;
  padding-left: 0
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  transition: -webkit-transform .4s cubic-bezier(.16, .68, .43, .99);
  transition: transform .4s cubic-bezier(.16, .68, .43, .99);
  transition: transform .4s cubic-bezier(.16, .68, .43, .99), -webkit-transform .4s cubic-bezier(.16, .68, .43, .99)
}
.flex-container.active {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  will-change: transform
}
.flex-container.active::after {
  will-change: transform;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .5)
}
.content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.wrapper {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  position: relative
}
.header-wrapper {
  width: 1024px;
  max-width: 90%;
  margin: 0 auto;
  position: relative
}
::selection {
  background: #87c766;
  color: #fff
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  clear: both
}
.clearfix::before {
  clear: both
}
p {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto
}
figure {
  margin: 1.5em auto;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0
}
figcaption {
  text-align: center;
  opacity: .8;
  margin-top: 4px;
  font-size: 1rem
}
.image-caption {
  text-align: center;
  font-size: .8rem;
  color: light-grey
}
.center-image {
  margin: 0 auto;
  display: block
}
.main-header {
  font-family: lato, open sans, sans-serif;
  padding: .7em 0;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, .3);
  z-index: 10
}
.main-header .header-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.main-header .logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center!important
}
.main-header .logo img {
  vertical-align: top!important;
  margin-right: .3em;
  width: auto;
  height: 32px;
  shape-rendering: geometricPrecision;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(10, 46, 54, 0.65));
  filter: drop-shadow(1px 1px 1px rgba(10, 46, 54, 0.65))
}
.main-header .logo a {
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  color: #0a2e36;
  white-space: nowrap;
  z-index: 2
}
.main-header p {
  padding-left: 0;
  padding-right: 0;
  margin-left: .5em;
  margin-right: 0
}
.right-header-wrapper {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.main-nav {
  white-space: nowrap
}
.main-nav ul {
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.main-nav ul li.menu-text {
  display: none
}
.main-nav ul li {
  padding-right: 1rem
}
.main-nav ul li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  color: #212121
}
.main-nav ul li a:hover {
  opacity: .8;
  color: #0000ff
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}
span.nav-link {
  display: inline-block;
  position: relative;
  border-radius: 10px 10px 0 0;
  transition: background-color .3s ease, color .3s ease;
  background-color: transparent
}
span.nav-link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 3px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-bottom: solid 1px #212121;
  border-right: solid 1px #212121;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg)
}
.nav-link {
  display: inline-block;
  padding: .5rem 1rem
}
.nav-link .corner {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: -20px;
  overflow: hidden
}
.nav-link .corner:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
  transition: border .3s ease;
  border: solid 5px transparent;
  border-left: solid 5px #fff;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  box-sizing: content-box
}
span.nav-link:hover {
  border-radius: 10px 10px 0 0;
  background-color: #e0e0e0;
  transition: background-color .3s ease, color .3s ease;
  cursor: pointer
}
span.nav-link:hover .corner:before {
  border-left: solid 5px #e0e0e0
}
span.nav-link:hover .subnav {
  cursor: pointer;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
  max-height: 1000px;
  background-color: #e0e0e0;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
  will-change: transform
}
span.nav-link:hover .subnav a {
  color: #212121
}
span.nav-link:hover .subnav a:hover {
  color: #0000ff;
  text-decoration: underline
}
ul.subnav {
  padding: 1rem 2.3rem .5rem 1.5rem;
  margin-top: 2.35rem;
  text-align: left;
  left: 0;
  position: absolute;
  display: inline-block;
  border-radius: 0 10px 10px;
  background-color: transparent;
  transition-property: background-color, transform, opacity, max-height, -webkit-transform;
  transition-duration: .3s, .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease, ease;
  transition-delay: 0s, .3s, .3s, .3s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 10000
}
.subnav .subnav-item {
  display: block;
  white-space: nowrap;
  margin: .8rem 0
}
.subnav .subnav-item a {
  color: transparent;
  transition: color .3s ease
}
.menu-icon-container {
  display: none
}
.menu-icon, .menu-icon-close, .search-icon a, .search-icon-close {
  cursor: pointer;
  font-size: 18px;
  color: #212121;
  transition: all .4s
}
.menu-icon:hover, .menu-icon-close:hover, .search-icon a:hover, .search-icon-close:hover {
  opacity: .8
}
.menu-icon a {
  font-family: lato, open sans, sans-serif;
  color: #212121
}
.post-card-box {
  margin: 25px 0;
  padding: 0
}
.post-card-box li {
  position: relative;
  list-style: none;
  float: left;
  width: 50%;
  transition: all .3s
}
.post-card-box li:hover {
  opacity: .9
}
.post-card {
  position: relative
}
.post-card .post-card-image {
  display: block;
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.post-card .post-card-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3)
}
.post-card .post-card-body {
  position: absolute;
  left: 5%;
  bottom: 5%
}
.post-card .post-card-body .post-card-link {
  text-decoration: none;
  display: block
}
.post-card .post-card-body .post-card-title {
  font-family: lato, open sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px
}
.post-card .post-card-body .post-card-title:hover {
  opacity: .8
}
.post-card .post-card-body .tag {
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff
}
.post-card .post-card-body .tag:hover {
  text-decoration: underline
}
.page-image {
  position: relative;
  padding: 0;
  margin: 0;
  height: 500px;
  background-color: #fff;
  overflow: hidden
}
.page-image .cover-image {
  height: 100%;
  width: 100%
}
.page-content {
  margin-top: 10px;
  margin-bottom: 100px;
  background-color: #fff;
  padding: 20px
}
.header-page {
  position: relative;
  margin-bottom: 30px
}
.header-page h1 {
  font-family: lato, open sans, sans-serif;
  font-weight: 700;
  font-size: 48px;
  text-align: left;
  margin: 0 0 5px;
  color: #212121;
  line-height: 1.25
}
.header-page .page-date {
  text-align: left;
  font-size: 14px;
  text-transform: none;
  font-weight: 400
}
.page-footer {
  margin-top: 30px;
  padding-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9
}
.page-footer .page-tag, .page-footer .page-share {
  text-transform: uppercase;
  font-size: 12px;
  color: #311e3e
}
.page-footer .page-tag {
  margin-bottom: 10px
}
.page-footer .page-tag a {
  text-decoration: none;
  color: #000000
}
.page-footer .page-tag a:hover {
  opacity: .8
}
.page-footer .page-share a {
  text-decoration: none;
  color: #999;
  margin-left: 10px;
  font-size: 18px
}
.page-footer .page-share a:hover {
  opacity: .8
}
.recent-box {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9
}
.recent-box .recent-title {
  font-family: lato, open sans, sans-serif;
  font-weight: 400;
  color: #311e3e;
  text-align: center;
  margin: 0 0 30px
}
.recent-box .recent-list .recent-item {
  position: relative;
  display: inline-block;
  width: 24%;
  height: 150px;
  margin-left: .5%;
  margin-bottom: .5%;
  transition: all .3s
}
.recent-box .recent-list .recent-item span {
  position: absolute;
  font-size: 12px;
  left: 2.5%;
  bottom: 10%;
  color: #fff
}
.recent-box .recent-list .recent-item:hover {
  opacity: .8
}
.author-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9
}
.author-box .author-img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  border-radius: 100%
}
.author-box .author-desc h2 {
  margin: 0 0 10px
}
.author-box .author-desc p {
  margin: 0 0 10px
}
.author-box .author-desc ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.author-box .author-desc li {
  display: inline-block;
  margin-left: 10px
}
.author-box .author-desc li:first-child {
  margin-left: 0
}
.author-box .author-desc li a {
  font-size: 18px;
  color: #3e3e40
}
.author-box .author-desc li a:hover {
  opacity: .8
}
.small-wrapper {
  width: 700px;
  max-width: 90%;
  margin: 0 auto
}
.about-container {
  margin: 100px 0
}
.about-header {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px
}
.about-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  height: 1px;
  width: 80px;
  background-color: #311e3e
}
.about-header .author-image-container {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 30px
}
.about-header .subtitle {
  color: #311e3e;
  font-weight: 300;
  margin: 0
}
.about-body .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}
.about-body .contact-list li {
  display: inline-block;
  margin-left: 10px
}
.about-body .contact-list li:first-child {
  margin-left: 0
}
.about-body .contact-list li a {
  display: block;
  color: #999;
  font-size: 21px;
  text-decoration: none;
  padding: 5px;
  transition: all 350ms cubic-bezier(.13, .43, .54, 1.82)
}
.about-body .contact-list li a:hover {
  color: #000000;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}
.blog-tags {
  margin: 100px 0
}
.blog-tags h1 {
  text-align: center;
  font-family: lato, open sans sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  margin: 0 0 30px;
  color: #311e3e
}
.blog-tags .tags {
  margin: 0;
  padding: 0;
  list-style: none
}
.blog-tags .tags li a {
  display: inline-block;
  color: #311e3e
}
.blog-tags .tags li a:hover {
  opacity: .8
}
.blog-tags .tag-list span a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px
}
.blog-tags .tag-list span a:hover {
  text-decoration: underline;
  opacity: .8
}
.blog-tags .tag-list small {
  color: #311e3e
}
.main-footer {
  padding: 15px 0;
  background-color: #efefef
}
.main-footer .copyright {
  text-align: center;
  color: #311e3e;
  font-size: 16px
}
.copyright-info {
  font-size: 12px;
  margin-left: 1rem;
  margin-right: 1rem
}
.pagination {
  margin-bottom: 30px
}
.pagination a {
  position: relative;
  float: left;
  padding: 6px 12px;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, .25);
  border-right: none;
  line-height: 1.4;
  margin-left: -1px;
  text-decoration: none
}
.pagination span {
  position: relative;
  float: left;
  padding: 6px 12px;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, .25);
  border-right: none;
  line-height: 1.4;
  margin-left: -1px;
  text-decoration: none
}
.pagination span.current {
  color: rgba(33, 33, 33, .8);
  background-color: #c4c9d4;
  border: 1px solid #c4c9d4;
  z-index: 3
}
.pagination a.prev, .pagination span.prev {
  border: 1px solid rgba(0, 0, 0, .25);
  border-right: none;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}
.pagination a.next {
  border: 1px solid rgba(0, 0, 0, .25);
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}
.pagination span.next {
  border: 1px solid rgba(0, 0, 0, .25);
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}
.pagination span.prev, .pagination span.next {
  color: rgba(33, 33, 33, .8)
}
.pagination span.prev:hover, .pagination span.next:hover {
  cursor: no-drop
}
.pagination a:hover {
  background-color: #c4c9d4;
  border: 1px solid #c4c9d4;
  border-right: none;
  z-index: 3
}
.pagination a.prev:hover {
  border-right: none
}
.font-size-x-small {
  font-size: x-small
}
.font-size-smaller {
  font-size: smaller
}
.color-555555 {
  color: #555
}
.search {
  width: 100%
}
.raidboss-search {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  padding-bottom: 30px;
  font-size: 19px
}
.raidboss-search input#search {
  width: 100%;
  height: 4em;
  background: #ddd;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  border-radius: 5px
}
.raidboss-search input#search::-webkit-input-placeholder {
  color: #111
}
.raidboss-search input#search:focus {
  background: #fff
}
.raidboss-search .icon {
  position: absolute;
  margin-left: 15px;
  margin-top: 12px;
  left: 0;
  z-index: 1;
  color: #4f5b66
}
.raidboss-search .fa-search {
  padding: 0
}
.list {
  margin: 0;
  padding: 20px 0 0
}
.boss-tier-header {
  line-height: 2em;
  padding: 0 1rem;
  position: relative
}
.boss-tier-header.tier-1 {
  border-left: 5px solid #d66f7d
}
.boss-tier-header.tier-2 {
  border-left: 5px solid #c16f95
}
.boss-tier-header.tier-3 {
  border-left: 5px solid #bdbd31
}
.boss-tier-header.tier-4 {
  border-left: 5px solid #c99c35
}
.boss-tier-header.tier-5 {
  border-left: 5px solid #213655
}
.boss-tier-header.tier-EX {
  border-left: 5px solid #1f2931
}
.boss-tier-header.tier-Mega {
  border-left: 5px solid #9b382e
}
.list>li.header-li {
  list-style-type: none
}
#no-items-found {
  list-style-type: none;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: rgba(0, 0, 0, .5);
  padding-top: 3em;
  padding-bottom: 3em
}
.list>li.boss-item {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  width: calc(100%/6 - 3px);
  padding-bottom: 1.25rem;
  vertical-align: top
}
.boss-border {
  height: 100%;
  position: relative
}
.boss-border::after {
  content: "";
  position: absolute;
  right: -.7em;
  top: 15%;
  width: 1px;
  height: 70%;
  border-right: 1px solid rgba(0, 0, 0, .15)
}
#raid-list {
  font-size: 16px
}
.boss-img {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .1);
  background-color: #fafafa
}
.boss-img img {
  margin-top: -50%;
  margin-bottom: -10%
}
.boss-img .shiny-icon {
  height: 1em;
  position: absolute;
  right: .5em;
  bottom: 95%
}
.boss-1 {
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .25)
}
.boss-name {
  white-space: nowrap;
  font-size: .8125em;
  font-weight: 700;
  color: rgba(0, 0, 0, .75);
  margin-top: 2px;
  margin-left: 3px;
  margin-bottom: 1px;
  -webkit-margin-after: 0;
  margin-block-end: 0
}
.small-type {
  font-size: .6875em
}
.boss-type {
  line-height: 1;
  margin-top: 2px
}
.boss-type img {
  height: 1em;
  width: auto;
  line-height: 1
}
.boss-2 {
  text-align: center
}
.boss-2 {
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.1875em;
  margin-bottom: 0;
  color: rgba(0, 0, 0, .7)
}
.boss-2 .cp_prefix, .boss-3 .cp_prefix {
  font-size: 60%
}
.boss-2.larger-cp {
  font-size: 1.41em
}
.boss-3 img {
  height: 1em;
  width: auto;
  line-height: 1;
  opacity: .6
}
.boss-weather {
  margin-right: auto
}
.weather2 {
  margin-left: -3px
}
.boss-3 {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: rgba(0, 0, 0, .6)
}
.boss-3.larger-cp {
  font-size: 1.1875em
}
.boss-3.larger-cp2 {
  font-size: 1.1em
}
@media only screen and (max-width:768px) {
  #raid-list {
    font-size: 12px
  }
}
@media only screen and (max-width:480px) {
  #raid-list {
    font-size: 13px
  }
  .list>li.boss-item {
    width: calc(100%/3 - 3px)
  }
}
@media only screen and (max-width:375px) {
  #raid-list {
    font-size: 11px
  }
  .list>li.boss-item {
    width: calc(100%/3 - 3px)
  }
}
@media only screen and (max-width:320px) {
  #raid-list {
    font-size: 10px
  }
  .list>li.boss-item {
    width: calc(100%/3 - 3px)
  }
}
.egg-list-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin-top: 0;
  padding-bottom: 1em
}
.egg-list-item {
  display: inline-block;
  margin: 6px;
  width: calc((100%/6) - 12px);
  text-align: center;
  padding-top: 1.25em;
  font-size: smaller;
  position: relative
}
.egg-list-img img {
  margin-top: -35%;
  margin-bottom: -10%
}
.egg-list-item .shiny-icon {
  position: absolute;
  height: 15%;
  right: calc(0.5rem);
  top: calc(1.25rem + 0.5rem)
}
.egg-list-item .regional-icon {
  position: absolute;
  height: 15%;
  left: calc(0.5rem);
  top: calc(1.25rem + 0.5rem)
}
.egg-list-img.egg2km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(106, 176, 76, 0.15) 100%)
}
.egg-list-img.egg5km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(240, 147, 43, 0.15) 100%)
}
.egg-list-img.egg7km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(190, 46, 221, 0.15) 100%)
}
.egg-list-img.egg10km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(72, 52, 212, 0.15) 100%)
}
.egg-list-img.egg12km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(235, 77, 75, 0.15) 100%)
}
.egg-list-img {
  border-radius: 12px;
  background: #f0f8ff;
  border: 1px solid #ddd
}
.hatch-pkmn {
  font-weight: 700
}
.event-page-wrapper {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  position: relative
}
.event-page-image {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow: hidden
}
.event-page-image .event-cover-image {
  height: 100%;
  width: 960px;
  margin: 0 auto;
  margin-top: 25px
}
.event-page-image .event-cover-image img {
  border-radius: 10px;
  width: 960px
}
.event-page-wrapper>.page-content {
  margin-top: 0
}
.event-page-wrapper>.page-content>.header-page>.page-title {
  padding-top: 0;
  text-align: left;
  margin-bottom: 5px;
  font-size: 36px
}
.page-tag>.event-tag {
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px
}
.event-tag.community-day {
  background-color: #1660a9
}
.event-tag.raid-day {
  background-color: #e74c3c
}
.event-tag.raid-battles {
  background-color: #c0392b
}
.event-tag.event {
  background-color: #27ae60
}
.event-tag.raid-hour {
  background-color: #c0392b
}
.event-tag.research {
  background-color: #1abc9c
}
.event-tag.timed-research {
  background-color: #1abc9c
}
.event-tag.limited-research {
  background-color: #159e83
}
.event-tag.live-event {
  background-color: #d63031
}
.event-tag.pokémon-go-fest {
  background-color: #153d94
}
.event-tag.research-breakthrough {
  background-color: #795548
}
.event-tag.special-research {
  background-color: #13a185
}
.event-tag.global-challenge {
  background-color: #0a64b5
}
.event-tag.go-rocket-takeover {
  background-color: #1e1e1e
}
.event-tag.team-go-rocket {
  background-color: #1e1e1e
}
.event-tag.giovanni-special-research {
  background-color: #1e272e
}
.event-tag.safari-zone {
  background-color: #3d7141
}
.event-tag.ticketed-event {
  background-color: #002BCC
}
.event-tag.go-battle-league {
  background-color: #8e44ad
}
.event-tag.pokémon-spotlight-hour {
  background-color: #e58e26
}
.event-tag.bonus-hour {
  background-color: #40407a
}
.event-tag.update {
  background-color: #2980b9
}
.event-tag.raid-weekend {
  background-color: #6f1e51
}
.event-tag.potential-ultra-unlock {
  background-color: #2c3e50
}
#start-text, #end-text {
  font-size: 13px;
  font-weight: 700
}
#event-date-start, #event-date-end {
  font-size: larger
}
#event-time-start, #event-time-end {
  font-size: smaller
}
#event-time-date-box {
  padding-left: 8px
}
.event-time-date-wrapper {
  padding-left: 8px
}
.event-page-wrapper>.page-content>h3 {
  -webkit-margin-after: .5em;
  margin-block-end: .5em
}
.event-page-wrapper>.page-content>p {
  -webkit-margin-before: .5em;
  margin-block-start: .5em
}
.event-toc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em
}
.event-toc>.event-toc-item {
  display: block;
  width: calc((100%/8) - 6px);
  text-align: center;
  font-size: smaller;
  color: #212121;
  margin-bottom: 1em;
  margin: 3px;
  text-decoration: none;
  padding: 10px 10px 6px;
  border: 1px #999 solid;
  border-radius: 12px;
  transition: -webkit-transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out, -webkit-transform .1s ease-out
}
.event-toc>.event-toc-item:hover, .event-toc>.event-toc-item:active {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  background: #f2f2f2
}
.bonus-features-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.bonus-wrapper, .features-wrapper {
  width: 50%;
  padding-right: 10px
}
.bonus-item {
  display: table;
  margin-left: .5em;
  padding-bottom: .25em
}
.item-circle {
  display: block;
  border-radius: 2.5em;
  background: #eee;
  height: 2.5em;
  width: 2.5em
}
.bonus-text {
  display: table-cell;
  vertical-align: middle;
  font-size: larger;
  font-weight: 700;
  padding-left: .5em
}
.item-circle img {
  vertical-align: middle
}
.event-toc-item.bonuses {
  border-bottom: 12px #3498db solid
}
.event-toc-item.features {
  border-bottom: 12px #9b59b6 solid
}
.event-toc-item.raids {
  border-bottom: 12px #e74c3c solid
}
.event-toc-item.research {
  border-bottom: 12px #e67e22 solid
}
.event-toc-item.spawns {
  border-bottom: 12px #00b894 solid
}
.event-toc-item.shiny {
  border-bottom: 12px #f1c40f solid
}
.event-toc-item.sales {
  border-bottom: 12px #1abc9c solid
}
.event-toc-item.graphic {
  border-bottom: 12px #34495e solid
}
.event-toc-item.eggs {
  border-bottom: 12px #2ecc71 solid
}
.event-toc-item.shadow {
  border-bottom: 12px #cb9aef solid
}
.event-toc-item.unlock {
  border-bottom: 12px #7f8c8d solid
}
.event-toc-item.moves {
  border-bottom: 12px #34495e solid
}
.event-section-header.bonuses {
  border-left: 5px #3498db solid
}
.event-section-header.features {
  border-left: 5px #9b59b6 solid
}
.event-section-header.raids {
  border-left: 5px #e74c3c solid
}
.event-section-header.research {
  border-left: 5px #e67e22 solid
}
.event-section-header.spawns {
  border-left: 5px #00b894 solid
}
.event-section-header.shiny {
  border-left: 5px #f1c40f solid
}
.event-section-header.sales {
  border-left: 5px #1abc9c solid
}
.event-section-header.graphic {
  border-left: 5px #34495e solid
}
.event-section-header.eggs {
  border-left: 5px #2ecc71 solid
}
.event-section-header.shadow {
  border-left: 5px #cb9aef solid
}
.event-section-header.unlock {
  border-left: 5px #7f8c8d solid
}
.event-section-header.moves {
  border-left: 5px #34495e solid
}
.event-toc>.event-toc-item>img {
  width: 50px
}
.event-toc-item-text {
  display: block;
  font-weight: 700
}
.event-page-wrapper .box-container {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}
.event-page-wrapper .salebox-header {
  line-height: 1.5em;
  margin-left: 5px;
  margin-right: 5px
}
.event-page-wrapper .sale-item {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%
}
.event-page-wrapper .item-label-quantity {
  width: 5rem;
  white-space: normal
}
.event-page-wrapper .item-name {
  height: 2.5rem
}
.event-section-header {
  background: #eee;
  border-radius: 5px;
  line-height: 2em;
  padding: 0 1rem
}
.event-section-header img {
  width: 40px;
  vertical-align: middle;
  padding-left: 5px;
  padding-bottom: 5px
}
.event-page-wrapper .list {
  padding-top: 0
}
.events-list {
  display: block
}
.hide-event, .hide-event-final {
  display: none
}
.events-header {
  -webkit-margin-before: .25em;
  margin-block-start: .25em;
  -webkit-margin-after: 0;
  margin-block-end: 0
}
.event-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border: 1px;
  width: 100%;
  background: #fff
}
.event-item h2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: auto;
  -webkit-margin-before: .25em;
  margin-block-start: .25em;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-top: .25em;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100vw - 9em);
  overflow: hidden
}
.events-list a {
  text-decoration: none;
  color: #212121
}
.events-list a .event-item-wrapper:hover {}
.event-item-wrapper {
  padding: 0 .2em .2em;
  border: 1px;
  background: #dfe6e9;
  border-radius: 10px;
  margin-bottom: .5em;
  -webkit-animation: shine 2s;
  animation: shine 2s
}
@-webkit-keyframes shine {
  0% {}
  100% {}
}
@keyframes shine {
  0% {}
  100% {}
}
.event-item-wrapper.go-battle-day {
	background-color: #8a2be2
}
.event-item-wrapper.season {
	background-color: #7CBCE0
}
.event-item-wrapper.community-day {
  background-color: #1660a9
}
.event-item-wrapper.raid-day {
  background-color: #e74c3c
}
.event-item-wrapper.raid-battles {
  background-color: #c0392b
}
.event-item-wrapper.event {
  background-color: #27ae60
}
.event-item-wrapper.raid-hour {
  background-color: #c0392b
}
.event-item-wrapper.research {
  background-color: #1abc9c
}
.event-item-wrapper.timed-research {
  background-color: #1abc9c
}
.event-item-wrapper.limited-research {
  background-color: #159e83
}
.event-item-wrapper.live-event {
  background-color: #d63031
}
.event-item-wrapper.pokémon-go-fest {
  background-color: #153d94
}
.event-item-wrapper.research-breakthrough {
  background-color: #795548
}
.event-item-wrapper.special-research {
  background-color: #13a185
}
.event-item-wrapper.global-challenge {
  background-color: #0a64b5
}
.event-item-wrapper.go-rocket-takeover {
  background-color: #1e1e1e
}
.event-item-wrapper.team-go-rocket {
  background-color: #1e1e1e
}
.event-item-wrapper.giovanni-special-research {
  background-color: #1e272e
}
.event-item-wrapper.safari-zone {
  background-color: #3d7141
}
.event-item-wrapper.ticketed-event {
  background-color: #002BCC
}
.event-item-wrapper.go-battle-league {
  background-color: #8e44ad
}
.event-item-wrapper.pokémon-spotlight-hour {
  background-color: #e58e26
}
.event-item-wrapper.bonus-hour {
  background-color: #40407a
}
.event-item-wrapper.update {
  background-color: #2980b9
}
.event-item-wrapper.raid-weekend {
  background-color: #6f1e51
}
.event-item-wrapper.potential-ultra-unlock {
  background-color: #2c3e50
}
.event-item-wrapper>p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #eee;
  font-size: smaller;
  padding: .3em
}
.event-item img {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  max-width: initial;
  object-fit: cover;
  height: 5em;
  width: 10em;
  border-radius: 10px 0 0 10px;
  vertical-align: middle
}
.event-item img.left {
  object-position: 0 50%
}
.event-item img.right {
  object-position: 100% 50%
}
.event-text-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: .5em
}
.event-text {
  display: block;
  width: 25em
}
.event-text>p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: smaller;
  opacity: .8
}
.countdown-text-type {
  font-size: 13px;
  opacity: .9;
  font-style: italic;
  margin-top: auto;
  margin-bottom: .1em;
  margin-right: .2em
}
.pkmn-list-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin-top: 0;
  padding-bottom: 1em
}
.pkmn-list-item {
  display: inline-block;
  margin: 6px;
  width: calc((100%/6) - 12px);
  text-align: center;
  padding-top: 1.25em;
  font-size: smaller;
  position: relative
}
.pkmn-list-img.bug {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(168, 184, 32, 0.15) 100%)
}
.pkmn-list-img.dark {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(162, 146, 136, 0.15) 100%)
}
.pkmn-list-img.dragon {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(112, 56, 248, 0.15) 100%)
}
.pkmn-list-img.electric {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(248, 208, 48, 0.15) 100%)
}
.pkmn-list-img.fairy {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(238, 153, 172, 0.15) 100%)
}
.pkmn-list-img.fighting {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(192, 48, 40, 0.15) 100%)
}
.pkmn-list-img.fire {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(240, 128, 48, 0.15) 100%)
}
.pkmn-list-img.flying {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(168, 144, 240, 0.15) 100%)
}
.pkmn-list-img.ghost {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(112, 88, 152, 0.15) 100%)
}
.pkmn-list-img.grass {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(120, 200, 80, 0.15) 100%)
}
.pkmn-list-img.ground {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(224, 192, 104, 0.15) 100%)
}
.pkmn-list-img.ice {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(152, 216, 216, 0.15) 100%)
}
.pkmn-list-img.normal {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(168, 168, 120, 0.15) 100%)
}
.pkmn-list-img.poison {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(160, 64, 160, 0.15) 100%)
}
.pkmn-list-img.psychic {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(248, 88, 136, 0.15) 100%)
}
.pkmn-list-img.rock {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(184, 160, 56, 0.15) 100%)
}
.pkmn-list-img.steel {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(184, 184, 208, 0.15) 100%)
}
.pkmn-list-img.water {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(104, 144, 240, 0.15) 100%)
}
.pkmn-list-img.egg2km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(106, 176, 76, 0.15) 100%)
}
.pkmn-list-img.egg5km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(240, 147, 43, 0.15) 100%)
}
.pkmn-list-img.egg7km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(190, 46, 221, 0.15) 100%)
}
.pkmn-list-img.egg10km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(72, 52, 212, 0.15) 100%)
}
.pkmn-list-img.egg12km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(235, 77, 75, 0.15) 100%)
}
.pkmn-list-item .pkmn-name {
  margin-top: .25em;
  opacity: .75
}
.pkmn-list-item .pkmn-list-img img {
  margin-top: -35%;
  margin-bottom: -10%
}
.pkmn-list-item .shiny-icon {
  position: absolute;
  height: 1.25em;
  right: .6em;
  bottom: 63%
}
.pkmn-list-img {
  border-radius: 12px;
  background: #f0f8ff;
  border: 1px solid #ddd
}
.event-countdown {
  border-left: 1px solid #eee;
  margin-top: .5em;
  font-size: 28.5px;
  padding-left: .5em
}
.event-countdown span.cd-txt {
  font-size: 13px;
  font-weight: 700;
  opacity: .8
}
.event-countdown span.cd-num {
  font-weight: 700
}
@media only screen and (max-width:768px) {
  .event-page-wrapper {
    max-width: 95%
  }
  .event-page-wrapper>.page-content>.header-page>.page-title {
    font-size: 28px
  }
  .event-page-image .event-cover-image {
    width: 100%;
    margin-top: 0
  }
  .event-page-image .event-cover-image img {
    border-radius: 0
  }
  .event-toc>.event-toc-item {
    width: calc((100%/4) - 6px)
  }
  .event-toc>.event-toc-item:hover, .event-toc>.event-toc-item:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .bonus-features-wrapper {
    display: initial
  }
  .bonus-wrapper, .features-wrapper {
    width: initial;
    padding-right: initial
  }
  .event-page-wrapper .item-label-quantity {
    width: 5rem;
    white-space: normal
  }
  .event-img-wrapper {
    height: 5em;
    width: 5em
  }
  .event-item img {
    height: 5em;
    width: 5em
  }
  .event-item h2 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100vw - 9em)
  }
  .event-item-wrapper>p {
    font-size: 13px
  }
  .event-text-container {
    display: block;
    width: 100%
  }
  .event-text {
    width: initial
  }
  .event-text>p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    width: 100%
  }
  .pkmn-list-item {
    font-size: 13px;
    margin: 3px;
    width: calc((100%/3) - 6px)
  }
  .pkmn-list-img {
    border-radius: 12px
  }
  .event-countdown-container {
    border-top: 1px solid #eee;
    margin-top: .5em;
    width: 98%
  }
  .event-countdown {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0;
    border-left: none;
    padding-right: .2em;
    float: right;
    font-size: 16px;
    padding-left: 0
  }
  .event-countdown span.cd-txt {
    margin-right: .2em
  }
}
@media only screen and (max-width:375px) {
  .event-toc-item-text {
    font-size: smaller
  }
  .event-page-wrapper {
    font-size: .9em
  }
  .event-img-wrapper {
    height: 4em;
    width: 4em
  }
  .event-item img {
    height: 4em;
    width: 4em
  }
  .event-item h2 {
    font-size: .9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100vw - 9em)
  }
  .event-text>p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    width: 100%
  }
  .event-countdown span.cd-num {
    font-size: 14.4px
  }
  .event-countdown span.cd-txt {
    font-size: 10px
  }
  .event-countdown-container {
    margin-top: .2em
  }
  .event-item-wrapper>p {
    padding: .25em
  }
}
@media only screen and (max-width:321px) {
  .event-page-wrapper {
    padding: 0 .5rem
  }
  .event-item-wrapper {
    margin-bottom: .3em
  }
  .event-item-wrapper>p {
    margin-bottom: 0
  }
  .event-page-wrapper {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
  .event-item h2 {
    font-size: .9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100vw - 9em);
    margin-top: .15em;
    margin-bottom: .15em
  }
  .event-text>p {
    font-size: 10px;
    margin-top: -.5em;
    margin-bottom: .15em
  }
  .event-countdown span.cd-num {
    font-size: 13px
  }
  .event-countdown span.cd-txt {
    font-size: 10px
  }
}
.events-list-header {
  font-style: italic
}
.events-list-header:after {
  content: ' ';
  display: block;
  margin-top: .1rem;
  margin-bottom: 1em;
  border-radius: 4px;
  border: 1px solid #000000
}
.event-list-item-wrapper {
  padding: 0 .2em .2em;
  border: 1px;
  background: #dfe6e9;
  border-radius: 10px;
  margin-bottom: .5em
}
.event-list-item-wrapper>p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #eee;
  font-size: smaller;
  padding: .3em
}
.event-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border: 1px;
  width: 100%;
  background: #fff
}
.event-list-item img {
  display: inline;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: initial;
  object-fit: cover;
  height: 5em;
  width: 10em;
  border-radius: 10px 0 0 10px;
  vertical-align: middle
}
.event-list-item h2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: auto;
  -webkit-margin-before: .25em;
  margin-block-start: .25em;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-top: .25em;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100vw - 9em);
  overflow: hidden
}
.event-item-wrapper.go-battle-day {
	background-color: #8a2be2
}
.event-item-wrapper.season {
	background-color: #7CBCE0
}
.event-list-item-wrapper.community-day {
  background-color: #1660a9
}
.event-list-item-wrapper.raid-day {
  background-color: #e74c3c
}
.event-list-item-wrapper.raid-battles {
  background-color: #c0392b
}
.event-list-item-wrapper.event {
  background-color: #27ae60
}
.event-list-item-wrapper.raid-hour {
  background-color: #c0392b
}
.event-list-item-wrapper.research {
  background-color: #1abc9c
}
.event-list-item-wrapper.timed-research {
  background-color: #1abc9c
}
.event-list-item-wrapper.limited-research {
  background-color: #159e83
}
.event-list-item-wrapper.live-event {
  background-color: #d63031
}
.event-list-item-wrapper.pokémon-go-fest {
  background-color: #153d94
}
.event-list-item-wrapper.research-breakthrough {
  background-color: #795548
}
.event-list-item-wrapper.special-research {
  background-color: #13a185
}
.event-list-item-wrapper.global-challenge {
  background-color: #0a64b5
}
.event-list-item-wrapper.go-rocket-takeover {
  background-color: #1e1e1e
}
.event-list-item-wrapper.team-go-rocket {
  background-color: #1e1e1e
}
.event-list-item-wrapper.giovanni-special-research {
  background-color: #1e272e
}
.event-list-item-wrapper.safari-zone {
  background-color: #3d7141
}
.event-list-item-wrapper.ticketed-event {
  background-color: #002BCC
}
.event-list-item-wrapper.go-battle-league {
  background-color: #8e44ad
}
.event-list-item-wrapper.pokémon-spotlight-hour {
  background-color: #e58e26
}
.event-list-item-wrapper.bonus-hour {
  background-color: #40407a
}
.event-list-item-wrapper.update {
  background-color: #2980b9
}
.event-list-item-wrapper.raid-weekend {
  background-color: #6f1e51
}
.event-list-item-wrapper.potential-ultra-unlock {
  background-color: #2c3e50
}
@media only screen and (max-width:1080px) and (min-width:769px) {
  .event-text {
    width: calc(100vw - 30em)
  }
}
.faq p {
  color: #333
}
hr.underheader {
  border-style: solid;
  color: #999
}
hr {
  border-style: solid;
  color: #d9d9d9
}
@media only screen and (min-width:769px) {
  .gear-content {
    width: 700px;
    margin-left: auto;
    margin-right: auto
  }
}
.gear-content>p>a, .product-description a {
  color: #e84118
}
.disclaimer {
  font-size: smaller;
  opacity: .8
}
.product-box {
  border: 6px solid #78e08f;
  box-shadow: 0 0 5px 0 #b8e994;
  padding: 1.5em;
  position: relative;
  margin: 4em auto 3em
}
.product-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.product-box:before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 15%;
  left: 42.5%;
  margin: -4em auto 0;
  background-color: #d7d7d7
}
.product-image {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}
.product-image img:first-child {
  width: 100%;
  height: 100%;
  padding: 1em 2em 1em 1em
}
.product-image img:nth-child(2) {
  display: block
}
.product-info {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.product-name, .product-subtitle {
  margin-top: 0;
  margin-bottom: .5em
}
.product-name, .product-name a {
  color: #e84118
}
.product-name:hover, .product-name a:hover {
  color: #c23616
}
.product-description {
  font-size: smaller;
  margin-top: .5em;
  margin-bottom: 2em
}
.product-link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  width: 100%;
  padding: .5em 3em .7em;
  border-radius: 7px;
  border: 0;
  background-color: #ec6342;
  transition: all .1s ease-in-out;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center
}
a.product-link:hover {
  background-color: #e84118
}
.product-box:after {
  display: inline-block;
  border: 25px inset transparent;
  border-top: 25px solid #fff;
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  left: 47px;
  bottom: -50px
}
.product-pointer {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  left: 40px;
  bottom: -60px
}
.product-pointer:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #78e08f;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: -14px;
  left: 12px;
  box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, .5)
}
@media only screen and (max-width:768px) {
  .product-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.search {
  width: 100%
}
.research-search {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  padding-bottom: 60px
}
.research-search input#search {
  width: 100%;
  height: 4em;
  background: #ddd;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  border-radius: 5px
}
.research-search input#search::-webkit-input-placeholder {
  color: #111
}
.research-search input#search:focus {
  background-color: #fff
}
.research-search .icon {
  position: absolute;
  margin-left: 15px;
  margin-top: 12px;
  left: 0;
  z-index: 1;
  color: #4f5b66
}
.research-search .fa-search {
  padding: 0
}
.list {
  margin: 0;
  padding: 20px 0 0
}
.list>li.header-li {
  list-style-type: none
}
#no-items-found {
  list-style-type: none;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: rgba(0, 0, 0, .5);
  padding-top: 3em;
  padding-bottom: 3em
}
.list>li.task-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.list>li.task-item>.task-item-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: top;
  border-bottom: 1px solid #000000
}
.list>li.task-item>.task-item-wrapper.even-item {
  background-color: #f6f6f6
}
li.task-item>.task-item-wrapper>.task-text {
  padding-left: 10px;
  width: 50%;
  padding-top: .15rem;
  padding-bottom: .15rem
}
li.task-item>.task-item-wrapper>.task-text>.hide-task-text {
  display: none
}
.task-text-smaller {
  font-size: 17px
}
li.task-item>.task-item-wrapper>.task-reward {
  width: 50%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: .15rem;
  padding-bottom: .15rem
}
li.task-item>.task-item-wrapper>.task-reward>.reward-text {
  width: 25%
}
.reward-img {
	max-height: 100px;
	overflow: hidden;
	margin-top: -.15rem;
	margin-bottom: -.15rem
}
.reward-img img {
	width: 50px;
	height: 50px
}
.reward-img img.small {
	margin-top: -0%;
	margin-bottom: -0%;
	margin-right: 20px
}
.reward-img img.medium {
  margin-top: -50%;
  margin-bottom: -30%
}
.reward-img img.large {
  margin-top: -35%;
  margin-bottom: -45%
}
.reward-img img.xlarge {
  margin-top: -25%;
  margin-bottom: -55%
}
.reward-img img.xxlarge {
  margin-top: -10%;
  margin-bottom: -70%
}
.reward-img img.bug {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a8b820 100%)
}
.reward-img img.dark {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a29288 100%)
}
.reward-img img.dragon {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a27dfa 100%)
}
.reward-img img.electric {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #fae078 100%)
}
.reward-img img.fairy {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #f4bdc9 100%)
}
.reward-img img.fighting {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #d67873 100%)
}
.reward-img img.fire {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #f5ac78 100%)
}
.reward-img img.flying {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #c6b7f5 100%)
}
.reward-img img.ghost {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a292bc 100%)
}
.reward-img img.grass {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a7db8d 100%)
}
.reward-img img.ground {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #ebd69d 100%)
}
.reward-img img.ice {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #bce6e6 100%)
}
.reward-img img.normal {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #c6c6a7 100%)
}
.reward-img img.poison {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #c183c1 100%)
}
.reward-img img.psychic {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #fa92b2 100%)
}
.reward-img img.rock {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #d1c17d 100%)
}
.reward-img img.steel {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #d1d1e0 100%)
}
.reward-img img.water {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #64b5f6 100%)
}
li.task-item>.task-item-wrapper>.task-reward>.reward-cp-range {
  font-size: 18px;
  width: 30%;
  margin-left: .5rem
}
li.task-item>.task-item-wrapper>.task-reward>.reward-cp-range>.prefix-cp {
  font-size: 13px;
  font-weight: 700
}
li.task-item>.task-item-wrapper>.task-reward>.shiny-icon {
  height: 1em;
  position: relative;
  top: 0%;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%)
}
@media only screen and (max-width:768px) {
  .list>li.task-item>.task-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .list>li.task-item>.task-item-wrapper>.task-text {
    width: 100%;
    margin-top: .75rem;
    padding-top: .15rem;
    padding-bottom: .15rem;
    background-color: #eee;
    font-size: smaller
  }
  .task-text-smaller {
    font-size: initial
  }
  .catch-research-tag {
    border-left: 3px solid #62d994
  }
  .throw-research-tag {
    border-left: 3px solid #5dc288
  }
  .berry-research-tag {
    border-left: 3px solid #ee72ae
  }
  .hatch-research-tag {
    border-left: 3px solid #f4d34b
  }
  .battle-research-tag {
    border-left: 3px solid #ed796d
  }
  .raid-research-tag {
    border-left: 3px solid #d06a60
  }
  .power-research-tag {
    border-left: 3px solid #67b2e4
  }
  .misc-research-tag {
    border-left: 3px solid #b482c8
  }
  .event-research-tag {
    border-left: 3px solid #22a6b3
  }
  .list>li.task-item>.task-item-wrapper>.task-reward {
    width: 100%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: .5em;
    padding-left: .5em
  }
  li.task-item>.task-item-wrapper>.task-reward>.reward-cp-range {
    width: 35%;
    padding-top: .15rem
  }
  .hide-task-text-m {
    display: none
  }
  .list>li.task-item>.task-item-wrapper.even-item {
    background-color: #fff
  }
  li.task-item>.task-item-wrapper>.task-reward>.reward-cp-range {
    font-size: smaller;
    width: 30%;
    margin-left: .5rem
  }
  li.task-item>.task-item-wrapper>.task-reward>.reward-cp-range>.prefix-cp {
    font-size: x-small;
    font-weight: 700
  }
}
h2#salebox-header {
  margin-top: .4em;
  margin-bottom: .4em;
  padding: 0 .5rem
}
table#sale-breakdown {
  font-size: 16px;
  background: #fff;
  width: 75%;
  border-collapse: collapse;
  text-align: left;
  margin: auto
}
table.item-values {
  width: 50%!important
}
#label-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  position: relative
}
#label-wrapper img {
  position: absolute;
  bottom: 0;
  right: 60%
}
#th-box-label {
  padding-left: 0!important
}
#col-labels {
  background-color: #f5f5f5
}
#table-box-label {
  border-radius: 5px;
  border-collapse: separate;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 700;
  background-color: #eee;
  width: 40%
}
#sale-breakdown th {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  border-bottom: 1px solid #a9a9a9;
  padding: 10px 0 10px 8px;
  font-weight: 700
}
#sale-breakdown td {
  border-bottom: 1px solid #ccc;
  color: #555;
  padding: 6px 8px
}
#sale-breakdown tbody tr:hover td {
  color: #111
}
.salebox-header {
  color: #212121;
  line-height: 2em;
  padding: 0 1rem;
  position: relative
}
#box-cost {
  font-size: smaller
}
.box-sales-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.box-container {
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  padding: 0 .5rem
}
.box-img {
  position: absolute;
  bottom: 0;
  right: 0
}
.item-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: .5rem 1rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px
}
.item-img {
  display: inline;
  padding: 0 1.25rem
}
.sale-item {
  position: relative;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0
}
.item-label-quantity {
  font-weight: 400;
  opacity: .8;
  width: 8rem;
  font-size: small;
  display: inline-block;
  white-space: nowrap
}
.item-quantity {
  font-weight: 700;
  opacity: 1;
  font-size: larger
}
@media(min-width:769px) and (max-width:1062px) {
  .item-label-quantity {
    width: 6.5rem
  }
}
@media(max-width:901px) {
  table#sale-breakdown {
    width: 100%
  }
  table.item-values {
    width: 100%!important
  }
  #table-box-label {
    width: 60%
  }
  .sale-item {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }
  .box-sales-container {
    display: inline
  }
  .box-container {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    border-right: none!important
  }
  .item-label-quantity {
    font-size: small;
    width: 5rem;
    white-space: pre-wrap;
    height: 3rem
  }
  .item-name {
    height: 2.5rem;
    vertical-align: middle
  }
  .item-container {
    padding: 0 0
  }
  #cost-wrapper {
    margin-bottom: 25px
  }
  #label-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative
  }
  #label-wrapper img {
    right: 40%
  }
}
@media(min-width:320px) and (max-width:360px) {
  .item-container {
    padding: 0 .5rem
  }
  .sale-item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}
.resource-list {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-padding-start: 0;
  padding-inline-start: 0
}
.resource-item {
  display: block;
  position: relative;
  text-decoration: none;
  color: #212121;
  border: 1px #ddd solid;
  width: calc((100%/4) - 8px);
  padding: 10px 10px 10px 12px;
  border-radius: 10px 10px 10px 10px;
  text-align: left;
  margin-bottom: 1em;
  margin: 4px;
  box-shadow: 1px 1px 5px #eee;
  transition: transform .1s ease-out, -webkit-transform .1s ease-out
}
.resource-item:hover {
  background: #f2f2f2;
  cursor: pointer
}
.resource-item:active {
  -webkit-transform: translate(-1px, 1px);
  -ms-transform: translate(-1px, 1px);
  transform: translate(-1px, 1px)
}
.resource-item img {
  height: 40px
}
.resource-item .resource-label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0
}
.resource-item .resource-subtitle {
  display: block;
  font-style: italic;
  font-size: 14px;
  text-overflow: ellipsis;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  opacity: .6;
  max-width: calc(100vw - 9em);
  overflow: hidden;
  white-space: nowrap
}
.resource-item.shine:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  transition: none
}
.resource-item.shine:hover:after {
  width: 120%;
  background-color: transparent;
  transition: all .5s ease-in-out
}
.resource-item.shine2 {
  background-repeat: no-repeat;
  background-position: -240px -240px, 0 0;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%);
  background-size: 250% 250%, 100% 100%;
  transition: background-position 0s ease
}
.resource-item.shine2:hover {
  background-position: 0 0, 0 0;
  transition-duration: .5s
}
.tag-new:before, .tag-updated:before, .tag-event:before {
  font-size: 14px;
  font-family: lato;
  font-weight: 400;
  font-style: italic;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 5px;
  border-radius: 2px;
  z-index: 2;
  color: #eee;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .1)
}
.tag-new:before {
  content: "NEW!";
  background: #d63031
}
.tag-updated:before {
  content: "Updated";
  background: #3498db
}
.tag-event:before {
  content: "Event";
  background: #27ae60
}
@media only screen and (max-width:768px) {
  .main-nav {
    position: absolute;
    top: -3vw;
    left: 0;
    z-index: 10;
    width: 300px;
    height: 200%;
    background-color: #fff;
    padding: 25px 30px;
    -webkit-transform: translate3d(98vw, 0, 0);
    transform: translate3d(98vw, 0, 0);
    white-space: initial
  }
  .main-nav ul {
    padding: 15px 0 0;
    display: inline-block
  }
  .main-nav ul.subnav {
    padding: 0;
    margin-top: 0;
    text-align: left;
    left: 0;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    position: initial;
    background-color: initial;
    z-index: 10000;
    overflow: hidden;
    pointer-events: all;
    opacity: 1;
    max-height: 1000px
  }
  .main-nav ul li {
    padding-right: 0
  }
  .main-nav ul li.menu-text {
    display: block;
    border-bottom: solid 2px #555
  }
  .main-nav ul li a {
    width: 240px
  }
  .main-nav ul li.nav-item {
    border-bottom: solid 1px #cecece
  }
  .main-nav ul li.nav-item span.nav-link a.subnav-section {
    font-size: 0;
    line-height: 0;
    display: none
  }
  .main-nav ul a.nav-link {
    margin: 1rem 0
  }
  .nav-link {
    padding: 0 1rem
  }
  span.nav-link:hover {
    border-radius: 0;
    background-color: #fff
  }
  span.nav-link:hover .subnav {
    background-color: transparent
  }
  span.nav-link:after {
    display: none
  }
  .subnav .subnav-item {
    display: block;
    white-space: nowrap;
    margin: .7rem 0
  }
  .subnav .subnav-item a {
    color: #212121
  }
  .menu-icon-container {
    display: inline
  }
  .fa-bars {
    padding: .6rem
  }
  .main-header .logo a {
    font-size: 30px
  }
  .main-header .logo img {
    align: bottom;
    margin-right: .2em;
    width: auto;
    height: 30px
  }
  .post-card-box li {
    width: 100%;
    margin-bottom: 20px
  }
  .post-card-box li:last-child {
    margin-bottom: 0
  }
  .recent-box .recent-list .recent-item {
    position: relative;
    display: inline-block;
    width: 49%;
    height: 150px;
    margin-left: .5%;
    margin-bottom: .5%
  }
  .recent-box .recent-list .recent-item span {
    position: absolute;
    font-size: 12px;
    left: 2.5%;
    bottom: 10%;
    color: #fff
  }
  .event-list-item img {
    display: inline;
    height: 5em;
    width: 5em
  }
  .event-text {
    width: 60vw
  }
  .event-item-wrapper>p {
    font-size: .65em
  }
}
@media only screen and (max-width:480px) {
  .wrapper, .header-wrapper {
    max-width: 95%
  }
  .page-image {
    height: 200px
  }
  .page-content {
    margin-top: 8px;
    padding: 15px
  }
  .header-page {
    margin-bottom: 20px
  }
  .header-page h1 {
    font-size: 36px;
    margin: 0 0 5px
  }
  .header-page .page-date {
    font-size: 14px
  }
  .recent-box .recent-list .recent-item {
    position: relative;
    display: inline-block;
    width: 99%;
    height: 150px;
    margin-left: .5%;
    margin-bottom: .5%
  }
  .recent-box .recent-list .recent-item span {
    position: absolute;
    font-size: 12px;
    left: 2.5%;
    bottom: 10%;
    color: #fff
  }
  .main-header .logo a {
    font-size: 24px
  }
  .main-header .logo img {
    align: bottom;
    margin-right: .2em;
    width: auto;
    height: 24px
  }
  .menu-icon, .menu-icon-close, .search-icon, .search-icon-close {
    font-size: 16px
  }
  .about-body .contact-list li {
    display: inline-block;
    margin-left: 5px
  }
  .about-body .contact-list li:first-child {
    margin-left: 0
  }
  .about-body .contact-list li a {
    display: block;
    color: #999;
    font-size: 16px;
    text-decoration: none;
    padding: 5px;
    transition: all 350ms cubic-bezier(.13, .43, .54, 1.82)
  }
  .about-body .contact-list li a:hover {
    color: #000000;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
  }
  .author-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }
  .author-box .author-img {
    height: 100px;
    width: 100px;
    margin: 0 0 10px
  }
  .author-box .author-desc h2 {
    margin: 0 0 10px
  }
  .author-box .author-desc p {
    margin: 0 0 15px
  }
  .resource-item {
    width: calc((100%/2) - 8px)
  }
  .resource-item .resource-label {
    font-size: 18px
  }
  .egg-list-item {
    font-size: 1rem;
    margin: 3px;
    width: calc((100%/3) - 6px)
  }
}
@media only screen and (max-width:320px) {
  body {
    font-size: 16px
  }
  .resource-item {
    width: calc((100%/2) - 8px)
  }
  .resource-item .resource-label {
    font-size: 16px
  }
  .resource-item img {
    height: 35px
  }
}