body {
  background-color: #eae4ea;
  color: #686268;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}

@font-face {
  font-family: "PT Sans Narrow";
  font-weight: normal;
  font-style: normal;
  src: url(../font/PTSansNarrow-Regular.ttf) format("truetype");
}
body,
input {
  font-family: "PT Sans Narrow", sans-serif;
}

.full-wrap {
  background-color: #f4eef4;
  margin: 10px 5px 0 5px;
  border-radius: 3px;
}

.big-spot {
  text-align: center;
  padding: 20px 5px 8px 5px;
}
.big-spot a {
  display: inline-block;
  vertical-align: top;
}
.big-spot img {
  max-width: 100%;
  height: auto;
}


.jerkmate {
	margin: 0 auto;
	width: 300px;
	padding-top: 25px;
}

.wrap {
  margin: 0 auto;
  max-width: 820px;
}

img {
  background-color: #f4eef4;
  margin: 0;
  padding: 0;
  display: block;
}

.open {
  background-color: #f4eef4;
  color: #2c262c;
  border-radius: 3px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  margin: 10px 5px 0 5px;
}
.open:hover {
  background-color: #b876b8;
  color: white;
}

.open.active {
  background-color: #b876b8;
  color: white;
}

.open-menu {
  float: left;
}

.navi {
  text-align: center;
  padding-top: 10px;
}
.navi li {
  float: left;
  margin: 2px 2px 0 0;
}
.navi li a {
  background-color: #f4eef4;
  border-radius: 3px;
  display: block;
  min-width: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
.navi li a:hover {
  background-color: #b876b8;
  color: white;
}
.navi li span,
.navi li div {
  background-color: #f4eef4;
  border-radius: 3px;
  display: block;
  min-width: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
.navi li span.percent {
  background-color: #fef8fe;
  color: #2c262c;
  min-width: 10px;
}
.navi li span.val-name i {
  color: #c280c2;
}
.navi li a.active {
  background-color: #b876b8;
  color: white;
}
.navi li span.sort-icon {
  color: #2c262c;
  background: none;
  font-size: 22px;
  padding: 0 5px 0 0;
}
.navi li span.val {
  color: #2c262c;
  background: none;
  display: inline;
  padding: 0;
}
.navi ul.navi-links li a {
  background-color: #363036;
  color: white;
}
.navi ul.navi-links li a i {
  color: #c280c2;
}
.navi ul.navi-links li a:hover {
  background-color: #b876b8;
  color: white;
}
.navi ul.navi-links li a:hover i {
  color: white;
}
.navi ul.navi-links li a.active i {
  color: white;
}
.navi ul.navi-links li span.val {
  padding-right: 5px;
}
.navi ul.navi-links li.active a i {
  color: white;
}
.navi li.active a {
  background-color: #b876b8;
  color: white;
}
.navi ul {
  float: left;
  margin: 8px 13px 0 5px;
}
.navi li.full-like a {
  background-color: #25bb57;
  color: white;
  cursor: pointer;
  font-size: 18px;
}
.navi li.full-like a:hover {
  background-color: #11a743;
}
.navi li.full-dislike a {
  background-color: #e34d4d;
  color: white;
  cursor: pointer;
  font-size: 18px;
}
.navi li.full-dislike a:hover {
  background-color: #d93939;
}

.preview {
  width: 100%;
}
.preview .meta {
  margin-top: 10px;
  padding: 0 9px;
  height: 30px;
}
.preview .meta li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.preview .meta li span {
  background-color: #f4eef4;
  margin: 0 1px;
  border-radius: 3px;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  padding: 0 5px;
  text-transform: none;
}
.preview .meta li i {
  color: #c280c2;
}
.preview .meta li span.likes i {
  color: #43d97f;
}
.preview .meta ul {
  display: table;
  width: 100%;
}
.preview .total {
  background-color: #f4eef4;
  color: #686268;
  border-radius: 3px 0 0 0;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: none;
}
.preview .total i {
  color: #c280c2;
  font-size: 12px;
}
.preview .total span {
  color: #2c262c;
}
.preview .name {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  margin-top: 8px;
}
.preview .name i {
  color: #c280c2;
  font-size: 14px;
}
.preview a {
  display: block;
}
.preview a:hover .preview-img {
  background-color: #b876b8;
  color: white;
  border-color: #b876b8;
}
.preview a:hover .preview-img img {
  opacity: 0.9;
}
.preview a:hover .total {
  background-color: #b876b8;
  color: white;
}
.preview a:hover .total i,
.preview a:hover .total span {
  color: white;
}
.preview .hd {
  background-color: #259de3;
  color: white;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.preview .name-cat {
  font-size: 18px;
}
.preview .name-cat i {
  font-size: inherit;
}

.br {
  background-color: #f4eef4;
  width: 300px;
  height: 250px;
  margin: 10px 1px 0 1px;
  display: inline-block;
  vertical-align: top;
}

.search-list {
  background-color: #fef8fe;
  border-radius: 3px;
  margin: 20px 5px 0 5px;
  padding: 0 5px 10px 5px;
}
.search-list li {
  float: left;
}
.search-list li a {
  background-color: #f4eef4;
  margin: 10px 5px 0 5px;
  border-radius: 3px;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  padding: 0 10px;
}
.search-list li a i {
  color: #c280c2;
}
.search-list li a:hover {
  background-color: #b876b8;
  color: white;
}
.search-list li a:hover i {
  color: white;
}

.list {
  background-color: #fef8fe;
  border-radius: 3px;
  margin: 20px 5px 0 5px;
  padding: 0 5px 10px 5px;
  font-size: 0;
}
.list li {
  padding: 10px 5px 0 5px;
}
.list li a {
  border-color: #d6d0d6;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  display: block;
}
.list li a span.value {
  background-color: #f4eef4;
  color: #686268;
  text-transform: none;
  border-radius: 3px 3px 0 0;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
}
.list li a span.value i {
  font-size: 10px;
}
.list li a i {
  color: #c280c2;
}
.list li a:hover {
  border-color: #b876b8;
}
.list li a:hover span.value {
  background-color: #b876b8;
  color: white;
}
.list li a:hover span.value i {
  color: white;
}
.list li a span {
  display: block;
}
.list li a span.label {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.preview-tl {
  width: 50%;
  float: left;
}
.preview-tl a {
  background-color: #f4eef4;
  border-radius: 3px;
  display: block;
  margin: 10px 5px 0 5px;
}
.preview-tl a:hover {
  background-color: #b876b8;
  color: white;
}
.preview-tl a:hover .name i {
  color: white;
}
.preview-tl a:hover .preview-img img {
  opacity: 0.9;
}
.preview-tl .name {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  text-align: center;
}
.preview-tl .name i {
  color: #c280c2;
}
.preview-tl .preview-img {
  border-bottom: 0;
}

.full-bn {
  background-color: #f4eef4;
  margin: 10px 5px 0 5px;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 250px;
  display: none;
}

.full-bn-mb {
  background-color: #f4eef4;
  margin: 10px 5px 0 5px;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 250px;
  margin: 10px auto 0 auto;
  height: 100px;
}

.head {
  border-color: #d6d0d6;
  background-color: #fef8fe;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  text-align: center;
  font-size: 0;
  padding-bottom: 10px;
}

.preview-img {
  border-color: #d6d0d6;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  position: relative;
}
.preview-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.foot {
  border-color: #d6d0d6;
  background-color: #fef8fe;
  border-top-width: 3px;
  border-top-style: solid;
  margin-top: 20px;
  padding: 5px 0 15px 0;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
.foot span {
  color: #c280c2;
}
.foot p {
  margin: 10px 5px 0 5px;
}
.foot ul {
  padding-top: 5px;
}
.foot li {
  margin: 5px 5px 0 5px;
  display: inline-block;
  vertical-align: top;
}
.foot a {
  text-decoration: underline;
}
.foot a:hover {
  text-decoration: none;
}

.preview-ins {
  background-color: #fef8fe;
  border-radius: 3px;
  margin: 10px 5px 0 5px;
  padding-bottom: 10px;
  position: relative;
}

.preview-big-2 .preview-ins {
  width: 100%;
}

.br-2,
.br-3,
.br-4,
.br-5 {
  display: none;
}

.full-bns-block {
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 0;
}

.full-bn-2,
.full-bn-3 {
  display: none;
}

.previews-tl-block {
  background-color: #fef8fe;
  border-radius: 3px;
  margin: 20px 5px 0 5px;
  padding: 0 5px 10px 5px;
}

.full-block {
  background-color: #fef8fe;
}

.video {
  background-color: #fef8fe;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video iframe,
.video object,
.video embed,
.video video,
.video source {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-button {
  overflow: hidden;
  margin: 0 10px 20px 10px;
  text-align: center;
}
.gallery-button img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.gallery-button a {
  background-color: #363036;
  color: white;
  display: block;
  padding: 15px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
}
.gallery-button a i {
  color: #c280c2;
  display: inline-block;
  vertical-align: top;
  height: inherit;
  line-height: inherit;
}
.gallery-button a:hover {
  background-color: #b876b8;
  color: white;
}
.gallery-button a:hover i {
  color: inherit;
}

a {
  color: #2c262c;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
}
a:hover {
  color: #c280c2;
}

.logo {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0 5px;
}
.logo a {
  color: #2c262c;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  display: block;
}
.logo a span {
  color: #c280c2;
}

.menu {
  display: none;
  clear: both;
  padding: 8px 5px 0 5px;
}
.menu li {
  margin-top: 2px;
}
.menu li a {
  background-color: #363036;
  color: white;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  text-align: left;
}
.menu li a i {
  color: #c280c2;
}
.menu li a:hover, .menu li a.active {
  background-color: #b876b8;
  color: white;
}
.menu li a:hover i, .menu li a.active i {
  color: white;
}
.menu li.active a {
  background-color: #b876b8;
  color: white;
}
.menu li.active a i {
  color: white;
}
.menu ul {
  overflow: hidden;
}


.menu li:nth-child(5) a {
  background-color: #b876b8;
  color: white;
}

.menu li:nth-child(5) a i {
  color: white;
}




.search {
  display: none;
  clear: both;
  padding: 10px 5px 0 5px;
}
.search button {
  color: #2c262c;
  background-color: #363036;
  color: white;
  border: 0 none;
  cursor: pointer;
  border-radius: 3px;
  outline: 0 none;
  width: 100%;
  text-align: center;
  float: right;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
.search button:hover {
  background-color: #b876b8;
  color: white;
}
.search input {
  background-color: #efe9ef;
  color: #2c262c;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  border: 0 none;
  outline: 0 none;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
.search input:focus {
  background-color: #f4eef4;
}
.search input::placeholder {
  color: #2c262c;
}

.close {
  background-color: #ae6cae;
  color: white;
  border-radius: 3px;
  position: absolute;
  top: -13px;
  right: -13px;
  font-family: Arial, sans-serif;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}
.close:hover {
  background-color: #b876b8;
  color: white;
}

.bot-close {
  background-color: #ae6cae;
  color: white;
  border-radius: 3px;
  position: absolute;
  text-transform: uppercase;
  left: 50%;
  margin-left: -80px;
  bottom: -10px;
  width: 160px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}
.bot-close:hover {
  background-color: #b876b8;
  color: white;
}

h1 {
  color: #2c262c;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  margin: 10px 5px 0 5px;
  font-size: 24px;
  line-height: 26px;
}

h2 {
  color: #2c262c;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  margin: 40px 5px 0 5px;
  font-size: 22px;
  line-height: 24px;
}

.wide-ratio {
  padding-bottom: 56.25%;
}

.rectangle-ratio {
  padding-bottom: 75%;
}

.square-ratio {
  padding-bottom: 100%;
}

.vertical-ratio {
  padding-bottom: 150%;
}

.custom-ratio {
  padding-bottom: 125%;
}

.custom2-ratio {
  padding-bottom: 125%;
}

html {
  margin: 0;
  padding: 0;
}

div {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

input,
button,
form,
textarea,
span,
h3 {
  margin: 0;
  padding: 0;
}

.open-search {
  float: right;
}

.search-form {
  display: table;
  width: 100%;
  height: 50px;
}

.search-field {
  display: table-cell;
  vertical-align: top;
  position: relative;
  border-radius: 3px;
}

.search-button {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  padding-left: 2px;
}

.navi-top {
  padding-top: 0;
}
.navi-top ul {
  height: 32px;
}
.navi-top ul.pages {
  display: none;
}

.full-tab {
  display: table;
  width: 100%;
}

.on-player-pl {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}

.on-player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 270px;
  z-index: 5500;
  margin: -135px 0 0 -160px;
  overflow: visible;
}

.on-pl-spts {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  overflow: hidden;
  padding: 10px;
}

.on-player-sp {
  background-color: #282828;
  width: 300px;
  height: 250px;
  overflow: hidden;
}

.gallery {
  overflow: hidden;
  padding: 0 5px 20px 5px;
}
.gallery li {
  float: left;
  width: 50%;
}
.gallery a {
  display: block;
  margin: 10px 5px 0 5px;
  overflow: hidden;
  border-radius: 3px;
}
.gallery a .preview-img {
  border-bottom: 0 none !important;
}
.gallery a .preview-img i {
  display: none;
  z-index: 3;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  font-size: 28px;
  text-align: center;
}
.gallery a .preview-img:after {
  z-index: 2;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-tab {
  overflow: hidden;
}

.player {
  background-color: black;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.player iframe,
.player video,
.player source {
  border: 0 none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10 !important;
}

.fluid_video_wrapper {
  border: 0 none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10 !important;
}

.previews-block {
  text-align: center;
}

.preview-ins {
  text-align: left;
}

.preview-big {
  float: none !important;
  width: auto !important;
  max-width: 100%;
}

.preview-big-2 {
  float: none !important;
  width: 100% !important;
  clear: both;
}
.preview-big-2 .preview-ins {
  max-width: 410px;
  display: inline-block;
  vertical-align: top;
  clear: both;
}

.content-center .navi ul.pages {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 360px) {
  .logo a {
    font-size: 20px;
  }
}
@media (min-width: 380px) {
  .navi-top ul {
    height: auto;
  }
}
@media (min-width: 410px) {
  .logo a {
    font-size: 22px;
  }

  .preview {
    width: 50%;
    float: left;
  }
  .preview .name {
    font-size: 14px;
  }
  .preview .meta li span {
    font-size: 12px;
  }
  .preview .meta li.date {
    display: none;
  }

  .list ul {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
  .list li a span.label {
    font-size: 16px;
  }
}
@media (min-width: 510px) {
  .logo a {
    font-size: 24px;
  }

  .gallery li {
    width: 33.3333%;
  }
}
@media (min-width: 640px) {
  .logo a {
    font-size: 28px;
    height: 50px;
    line-height: 50px;
  }

  .open {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .preview .name {
    font-size: 16px;
  }
  .preview .meta li.date {
    display: table-cell;
  }

  .br-2 {
    display: inline-block;
  }

  .list ul {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }

  .preview-tl {
    width: 33.3333%;
  }

  .on-player-pl {
    display: block;
  }
}
@media (min-width: 700px) {
  .gallery li {
    width: 25%;
  }
}
@media (min-width: 840px) {
  .logo a {
    font-size: 36px;
  }

  h1 {
    font-size: 26px;
    line-height: 28px;
  }

  h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .navi-top ul.pages {
    display: block;
  }

  .preview {
    width: 410px;
  }
  .preview .name {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
  }
  .preview .meta li span {
    font-size: 14px;
  }
  .preview .name-cat {
    font-size: 20px;
  }
  .preview .total {
    font-size: 16px;
  }

  .br {
    margin: 10px 5px 0 5px;
  }

  .list ul {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
  }

  .preview-tl .name {
    font-size: 16px;
  }

  .navi li a,
  .navi li span,
  .navi li div {
    font-size: 15px;
  }

  .close {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 20px;
    top: -20px;
    right: -20px;
  }

  .bot-close {
    height: 40px;
    line-height: 40px;
    bottom: -42px;
    width: 200px;
    margin-left: -100px;
  }
}
@media (min-width: 1020px) {
  .full-bn,
  .full-bn-2 {
    display: inline-block;
  }

  .full-bn-mb,
  .full-bn-3 {
    display: none;
  }

  .gallery a:hover .preview-img:after,
  .gallery a:hover .preview-img i {
    display: block;
  }
}
@media (min-width: 1250px) {
  .wrap {
    max-width: 1230px;
  }

  .logo {
    display: block;
    float: left;
  }

  .open {
    display: none;
  }

  .menu {
    display: block !important;
    clear: none;
    float: left;
    padding-left: 15px;
    padding-right: 0;
  }
  .menu li {
    float: left;
    margin-right: 2px;
  }
  .menu li a {
    padding: 0 15px;
    font-size: 16px;
    min-width: 80px;
    text-align: center;
  }

  .search {
    display: block !important;
    clear: none;
    padding-left: 0;
  }
  .search input {
    font-size: 16px;
    padding: 0 15px;
  }
  .search button {
    font-size: 18px;
  }

  .search-button {
    width: 60px;
  }

  h1 {
    font-size: 28px;
    line-height: 30px;
  }

  h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .navi li a,
  .navi li span,
  .navi li div {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }
  .navi li span.sort-icon {
    font-size: 28px;
  }
  .navi li span.percent {
    padding: 0 15px;
  }
  .navi ul.pages {
    float: right;
    margin-right: 3px;
  }
  .navi ul.pages li a,
  .navi ul.pages li span {
    padding: 0 10px;
    min-width: 20px;
  }
  .navi li.full-like a, .navi li.full-dislike a {
    padding: 0 12px;
    font-size: 26px;
  }

  .br {
    margin: 10px 1px 0 1px;
  }

  .br-3,
  .br-4 {
    display: inline-block;
  }

  .search-list li a {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .list ul {
    column-count: 6;
    -moz-column-count: 6;
    -webkit-column-count: 6;
  }

  .preview-tl {
    width: 25%;
  }

  .full-block {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
  }

  .full-bns-block {
    display: table-cell;
    vertical-align: top;
    width: 320px;
    padding: 10px 10px 20px 10px;
  }

  .full-bn {
    margin-top: 10px;
  }

  .gallery-button a {
    padding: 20px;
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1660px) {
  .wrap {
    max-width: 1640px;
  }

  .logo a {
    font-size: 42px;
    height: 60px;
    line-height: 60px;
  }

  .menu li a {
    padding: 0 20px;
    font-size: 18px;
    min-width: 120px;
    text-align: center;
    height: 60px;
    line-height: 60px;
  }

  .search input {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
  }
  .search button {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }

  .search-button {
    width: 100px;
  }

  h1 {
    font-size: 30px;
    line-height: 32px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .navi li a,
  .navi li span,
  .navi li div {
    font-size: 18px;
  }

  .br {
    margin: 10px 5px 0 5px;
  }

  .br-5 {
    display: inline-block;
  }

  .list ul {
    column-count: 8;
    -moz-column-count: 8;
    -webkit-column-count: 8;
  }

  .preview-tl {
    width: 16.6666%;
  }

  .full-bn-3 {
    display: inline-block;
  }

  .gallery li {
    width: 20%;
  }
}
@media all and (min-width: 640px) {
  .related-block .preview {
    width: 33.3333%;
  }
}
@media all and (min-width: 1020px) {
  .related-block .preview {
    width: 25%;
  }
}
@media all and (min-width: 1250px) {
  .content-center {
    display: inline-block;
    vertical-align: top;
    width: 410px;
  }

  .content-center-2 {
    width: 820px;
  }

  .sidebar {
    width: 390px;
    float: left;
    padding: 0 20px 0 0;
  }

  .sidebar-right {
    float: right;
    padding: 0 0 0 20px;
  }

  .sidebar h2:first-child {
    margin-top: 10px;
  }
  .sidebar .preview {
    width: 50% !important;
  }
  .sidebar .search-list {
    margin-top: 10px;
  }
  .sidebar .search-list li {
    float: none;
  }
  .sidebar .brs-block {
    margin-top: 10px;
  }

  .content-center .br-2,
  .content-center .br-3,
  .content-center .br-4,
  .content-center .br-5 {
    display: none;
  }

  .content-center-2 .br-2 {
    display: inline-block;
  }

  .content-center .list ul {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
  .content-center .preview-tl {
    width: 50%;
  }

  .preview-smaller {
    width: 50%;
  }
}
@media all and (min-width: 1660px) {
  .content-center {
    width: 820px;
  }

  .content-center-2 {
    width: 1230px;
  }

  .content-center .br-2,
  .content-center-2 .br-3 {
    display: inline-block;
  }

  .content-center .list ul {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
  }
  .content-center .preview-tl {
    width: 25%;
  }

  .preview-smaller {
    width: 33.3333%;
  }

  .related-block .preview {
    width: 20%;
  }
}

@media all and (min-width: 1250px) {
.content-center { float: left; }
.sidebar { padding: 0 0 0 20px; }
}
