@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic&subset=cyrillic,latin);
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/icomoon.eot?-36fduh');
  src: url('../fonts/icomoon.eot?#iefix-36fduh') format('embedded-opentype'), url('../fonts/icomoon.woff?-36fduh') format('woff'), url('../fonts/icomoon.ttf?-36fduh') format('truetype'), url('../fonts/icomoon.svg?-36fduh#icomoon') format('svg');
}
.sans {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.serif {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-style: normal;
}
.moon {
  text-transform: none;

  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;

  speak: none;
}
html,
body {
  height: 100%;
  min-height: 100% !important;
  min-height: auto;

  border: none;

  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}
body > #wrap {
  height: auto;
  min-height: 100%;
}
#main {
  min-height: 200px;
  padding-bottom: 100px;
}
#footer {
  position: relative;

  clear: both;

  height: 100px;
  margin-top: -100px;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}
::-moz-selection {
  color: black;
  background: #ffde00;
}
::selection {
  color: black;
  background: #ffde00;
}
.vp {
  display: table;
}
.vc {
  display: table-cell;

  vertical-align: middle;
}
body {
  background-color: black;
}
.main-container {
  padding-top: 100px;
}
.page-content {
  min-height: 300px;
  margin: auto;
  padding: 60px 45px 25px 45px;

  background-color: white;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .page-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.container {
  position: relative;

  width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.plugin-title {
  overflow: hidden;

  padding-bottom: 56px;
}
.plugin-title h2 {
  display: block;
}
.plugin-title .title {
  float: left;

  vertical-align: baseline;
  text-transform: uppercase;

  color: #e5e5e5;

  font-size: 50px;
  font-weight: bold;
  line-height: 39px;
}
.plugin-title .title span {
  vertical-align: bottom;

  font-size: 20px;
  line-height: 20px;
}
.plugin-title .title span a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #e5e5e5;
}
.plugin-title .title span a:hover {
  color: black;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .plugin-title .title {
    float: none;

    padding-bottom: 20px;
  }
}
.plugin-title .go {
  float: right;

  height: 39px;
  padding: 0 12px;

  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  text-decoration: none;
  text-transform: uppercase;

  color: black;
  background-color: #ffde00;

  font-size: 13px;
  font-weight: bold;
  line-height: 39px;
}
.plugin-title .go:hover {
  color: #ffde00;
  background-color: black;
}
.plugin-title .go:before {
  padding-right: 10px;

  content: "\eab4";
  vertical-align: sub;
  text-transform: none;

  font-family: 'icomoon';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;

  speak: none;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .plugin-title .go {
    display: inline-block;
    float: none;
  }
}
.copyright {
  display: block;

  padding-top: 90px;

  text-align: right;

  color: #e5e5e5;
}
.copyright a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #e5e5e5;
}
.copyright a:hover {
  color: black;
}
.arrow {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;

  width: 30px;
  height: 50px;
  margin: auto;
}
.arrow button {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;

  color: black;
  background-color: transparent;

  font-size: 50px;
  line-height: 50px;
}
.arrow button:hover {
  color: #ffde00;
}
.arrow button:after {
  text-transform: none;

  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;

  speak: none;
}
.arrow.prev {
  left: 20px;
}
.arrow.prev button:after {
  content: "\e602";
}
.arrow.next {
  right: 20px;
}
.arrow.next button:after {
  content: "\e601";
}
.button-container {
  padding-top: 50px;

  text-align: center;
}
.button-container button {
  display: inline-block;

  height: 39px;
  padding: 0 12px;
  padding: 0 40px;

  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  text-decoration: none;
  text-transform: uppercase;

  color: black;
  background-color: #ffde00;

  font-size: 13px;
  font-weight: bold;
  line-height: 39px;
}
.button-container button:hover {
  color: #ffde00;
  background-color: black;
}
figure img {
  display: block;

  width: 100%;
}
body:before {
  position: fixed;
  z-index: 999;

  width: 0;
  height: 100%;

  content: '';
  -webkit-transition: opacity 0.2s, width 0s 0.2s;
          transition: opacity 0.2s, width 0s 0.2s;

  opacity: 0;
  background-color: #000000;
}
body.preload:before {
  width: 100%;

  -webkit-transition: opacity 0.2s, width 0s 0s;
          transition: opacity 0.2s, width 0s 0s;

  opacity: 1;
}
