@charset "UTF-8";
@font-face {
  font-family: "Cabin Sketch";
  font-display: swap;
  src: url("/mcskins/fonts/CabinSketch/CabinSketch-Regular.eot");
  src: url("/mcskins/fonts/CabinSketch/CabinSketch-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/mcskins/fonts/CabinSketch/CabinSketch-Regular.woff2") format("woff2"),
    url("/mcskins/fonts/CabinSketch/CabinSketch-Regular.woff") format("woff"),
    url("/mcskins/fonts/CabinSketch/CabinSketch-Regular.ttf") format("truetype"),
    url("/mcskins/fonts/CabinSketch/CabinSketch-Regular.svg#CabinSketch-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  line-height: 150%;
  font-size: 15px;
  color: #5d5d5d;
}
body {
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
}
h1 {
  font-size: 26px;
  color: #333;
  margin: 30px 10px;
  line-height: normal;
}
img {
  vertical-align: bottom;
}
a {
  color: #00509c;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #ec0b1d;
}
#wrapper {
  flex: 1 0 auto;
}
#wrapper,
#topmenu {
  width: 100%;
  max-width: 1260px;
  margin: 20px auto;
  padding: 20px 0;
}
#topmenu {
  margin: 0 auto;
  padding: 0;
}
#head {
  padding: 10px 10px 5px;
  max-width: 100%;
  background: #303b44;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex: none;
}
#topmenu {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  text-align: center;
  display: block;
}
.usermenu {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
#topmenu a,
.usermenu a {
  display: inline-block;
  margin: 0 5px 5px 0;
  user-select: none;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.usermenu a {
  padding: 0 8px;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
}
.usermenu a.menu-lo {
  background: none;
  border-radius: 0;
  font-size: 14px;
  min-width: 65px;
}
.logo {
  font-size: 25px;
  color: #333;
  font-family: "Cabin Sketch";
  margin: 0 15px;
  min-width: 180px;
}
.logo img {
  display: inline-block;
  margin-right: 8px;
  border-radius: 2px;
  vertical-align: top;
}
.logo:hover {
  -webkit-animation: neon 1.5s ease-in-out infinite alternate;
  -moz-animation: neon 1.5s ease-in-out infinite alternate;
  animation: neon 1.5s ease-in-out infinite alternate;
}
.skin {
  display: inline-block;
  text-align: center;
  max-width: 190px;
  width: 100%;
  margin: 10px;
  border-radius: 10px;
  vertical-align: top;
}
.skin .title-link {
  padding-bottom: 10px;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skin a {
  text-align: center;
  font-size: 17px;
  color: #000;
}
.skin > a {
  display: block;
}
.skin img {
  filter: drop-shadow(1px 1px 1px #c5c5c5);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.skin a.skin-img {
  padding: 10px;
}
#footer {
  flex: none;
  height: 30px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
}
#footer div a {
  margin: 0 15px;
  display: inline-block;
}
#footer div span {
  display: block;
  float: right;
  color: #444;
}
nav.breadcrumbs {
  display: block;
  color: #bdbdbd;
}
nav.breadcrumbs ul li {
  display: inline-block;
  margin: 30px 15px 30px 0;
}
nav.breadcrumbs ul li:after {
  content: "\003E";
  padding-left: 15px;
}
nav.breadcrumbs ul li:last-child {
  font-size: 20px;
  color: #333;
}
nav.breadcrumbs ul li:last-child:after {
  padding: 0;
  content: "";
}
.pagination {
  margin: 5px 10px;
}
.pagination .page {
  background: #efefef;
  border-radius: 5px;
  padding: 0 5px;
  border: 1px solid #e8e8e8;
}
.pagination span.current {
  margin: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.pagination a {
  padding: 2px 9px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 60px;
  color: #000;
  font-size: 14px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.pagination a:nth-child(3n) {
  border: 2px solid #ffcbcc;
}
.pagination a:nth-child(3n + 1) {
  border: 2px solid #c1c1ff;
}
.pagination a:nth-child(3n + 2) {
  border: 2px solid #b1e6b3;
}
.pagination a.nav-arr {
  background: none;
  border: none;
}
.pagination a:hover {
  background: #fff;
}
@media (max-width: 690px) {
  #content {
    padding: 0 5px;
  }
}
@media (max-width: 570px) {
  #footer div span {
    float: none;
    margin: 10px 0;
  }
}
@media (max-width: 430px) {
  .skin {
    max-width: 100%;
    margin: 10px 0;
  }
  #footer div a {
    margin: 5px 15px;
    line-height: 48px;
  }
}
@media (max-width: 800px) {
  #head {
    display: block;
    text-align: center;
  }
  #head .logo {
    margin: 15px 0;
    display: block;
    text-align: center;
  }
  #head .usermenu {
    margin-bottom: 10px;
  }
  #topmenu {
    margin-bottom: 10px;
  }
}
@keyframes neon {
  from {
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 8px #ffdd1b,
      0 0 10px #ffdd1b, 0 0 12px #ffdd1b, 0 0 18px #ffdd1b, 0 0 20px #ffdd1b;
  }
  to {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #ffdd1b,
      0 0 5px #ffdd1b, 0 0 6px #ffdd1b, 0 0 9px #ffdd1b, 0 0 10px #ffdd1b;
  }
}
