@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';
  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');
  font-weight: normal;
  font-style: normal;
}
.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 {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}


#writes{
margin-left:2%;
color:#FFF;
}

li {
  list-style: none;
}
nav ul {
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
::-moz-selection {
  background: #ffde00;
  color: black;
}
::selection {
  background: #ffde00;
  color: black;
}
.vp {
  display: table;
}
.vc {
  display: table-cell;
  vertical-align: middle;
}


.page-content {
  margin: auto;
  background-color: white;
  padding: 0px 0px 25px 0px;
  min-height: 350px;
}
@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-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}

.plugin-title {
  overflow: hidden;
  padding-bottom: 56px;
}
.plugin-title h2,
.plugin-title a {
  display: block;
}
.plugin-title .title {
  float: left;
  color: #e5e5e5;
  font-size: 50px;
  line-height: 39px;
  font-weight: bold;
  vertical-align: baseline;
  text-transform: uppercase;
}
@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;
  background-color: #ffde00;
  height: 39px;
  padding: 0 12px;
  text-decoration: none;
  color: black;
  font-size: 13px;
  font-weight: bold;
  line-height: 39px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.plugin-title .go:hover {
  color: #ffde00;
  background-color: black;
}
.plugin-title .go:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\eab4";
  padding-right: 10px;
  font-size: 20px;
  vertical-align: sub;
}
@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 {
    float: none;
    display: inline-block;
  }
}
.arrow {
  position: absolute;
  width: 30px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
.arrow button {
  font-size: 50px;
  line-height: 50px;
  background-color: transparent;
  color: black;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.arrow button:hover {
  color: #ffde00;
}
.arrow button:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.arrow.prev {
  left: 20px;
}
.arrow.prev button:after {
  content: "\e602";
}
.arrow.next {
  right: 20px;
}
.arrow.next button:after {
  content: "\e601";
}
.copyright {
  display: block;
  color: #e5e5e5;
  padding-top: 10px;
  text-align: left;
}
.copyright a {
  text-decoration: none;
  color: #e5e5e5;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.copyright a:hover {
  color: black;
}
.slider-template {
  height: 400px;
}
.slider-template .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slider-template .arrow {
  z-index: 100;
}
.slider-template .slider-tumb {
  position: absolute;
  bottom: 28px;
  z-index: 30;
  width: 100%;
  text-align: center;
}
.slider-template .slider-tumb li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.slider-template .slider-tumb li.active {
  pointer-events: none;
}
.slider-template .slider-tumb li span {
  width: 11px;
  height: 11px;
  background: #ffffff;
  display: block;
  position: relative;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.slider-template .slider-tumb li span:hover {
  background: #1a1a1a;
}
.slider-template .slider-tumb li.active span {
  background: #1a1a1a;
}
.slider-template .slider-tumb li.active span:hover {
  background: #1a1a1a;
}
