html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
section,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71em;
}
html,
body {
  background: transparent;
}
a {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a:active,
a:hover {
  color: #e2001a;
}
b,
strong {
  font-weight: 700;
}
dfn,
em,
i {
  font-style: italic;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
ul {
  list-style: none;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  color: #999;
  font-size: 15px;
  font-style: italic;
  line-height: 1.733333;
}
blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
small {
  font-size: smaller;
}
big {
  font-size: 125%;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
figure {
  margin: 0;
}
legend {
  white-space: normal;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
del {
  color: #767676;
}
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}
::selection {
  background: #888;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #888;
  color: #fff;
  text-shadow: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
a {
  outline: none;
}
#wrapper {
  min-width: 250px;
  margin: 0 auto;
  background: #fff;
}
header {
  border-bottom: 1px solid #cdcdcf;
}
header h1 a {
  display: block;
  background: url(sprite.png) no-repeat 50% 0;
  height: 47px;
  margin: 20px 0;
}
.rus header h1 a {
  background-position: 50% 100%;
  height: 56px;
}
header h2 {
  background: #ed4447;
  font: bold 18px/28px 'Open Sans';
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
article {
  border-bottom: 1px solid #cdcdcf;
  padding: 9px 20px;
}
article figure {
  float: left;
  position: relative;
  margin: 0 10px 0 0;
}
article figure span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  background: url(sprite.png) no-repeat -30px -47px;
  margin: -17px 0 0 -17px;
}
article figure a:hover span {
  display: block;
}
article figure img {
  width: 84px;
  height: 54px;
}
article h1 a {
  font: 700 16px/18px 'Open Sans';
  color: #333333;
  margin: 0 0 4px;
  display: block;
  display: -webkit-box;
  height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
article .meta-info {
  font: 300 12px/1.2em 'Open Sans';
}
article .meta-info a {
  color: #999;
}
article .meta-info .episode {
  color: #666;
}
footer {
  background: #f3f3f3;
}
footer a,
footer a:hover {
  display: block;
  width: 155px;
  text-align: center;
  font: bold 13px/30px 'Open Sans';
  color: #fff;
  background: #ed4447;
  text-transform: uppercase;
  margin: 16px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.video-info {
  overflow: hidden;
}
.large {
  position: relative;
  width: 670px;
}
.large header {
  border-bottom: 5px solid #eb3437;
}
.large header h2 {
  display: none;
}
.large header h1 a {
  background-position: 0 0;
  margin: 0 0 10px 0;
}
.large .content-section {
  background: #1a1a1a;
  padding: 10px;
}
.large article {
  float: left;
  padding: 0;
  border: 0;
  position: relative;
  margin: 10px;
  width: 147px;
  height: 73px;
}
.large article .video-info {
  position: absolute;
  z-index: 20;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.large article .overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  height: 32px;
}
.large article h1 a {
  font: normal 14px/1.2em 'Open Sans';
  color: #fff;
  padding: 0;
  display: block;
  height: auto;
  margin: 0;
}
.large article figure,
.large article figure img {
  width: 147px;
  height: 73px;
}
.large article figure a:hover span {
  display: none;
}
.large article .meta-info {
  font: normal 10px/1.2em 'Open Sans';
}
.large article .meta-info a {
  display: block;
}
.large article .meta-info a,
.large article .meta-info a .episode {
  color: #aaa;
}
.large .item-0 {
  width: 296px;
  height: 166px;
}
.large .item-0 h1 a {
  font: normal 20px/1.2em 'Open Sans';
}
.large .item-0 figure,
.large .item-0 figure img {
  width: 296px;
  height: 166px;
}
.large .item-0 .video-info {
  padding: 5px 10px;
}
.large .item-0 .overlay {
  height: 46px;
}
.large footer {
  background: #1a1a1a;
}
.large footer a,
.large footer a:hover {
  display: block;
  width: 175px;
  text-align: center;
  border: 0;
  margin: 0 auto 20px auto;
  padding: 16px 25px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  background: #093;
}
.large footer a:hover {
  background: #007a29;
}
