
.pagination {
  float: left;
  margin-top: 15px;
}

.pagination a {
  font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 8px;
  margin-right: 3px;
  border-width: 1px;
  color: #6B6B6B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f6f6f6;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fff, endColorStr=#efefef);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #fff, #efefef);
  background-image: -moz-linear-gradient(top, #fff, #efefef);
  background-image: -ms-linear-gradient(top, #fff, #efefef);
  background-image: -o-linear-gradient(top, #fff, #efefef);
  background-image: linear-gradient(to bottom, #ffffff, #efefef);
  border: solid 1px #D6D6D6;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-decoration: none;
  margin-bottom: 10px;
}

.pagination a:hover {
  border-color: #B4B4B4;
  color: #4E4E4E;
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  -ms-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #CFCFCF;
  background-color: #f3f3f3;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fff, endColorStr=#ebebeb);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
  background-image: -moz-linear-gradient(top, #fff, #ebebeb);
  background-image: -ms-linear-gradient(top, #fff, #ebebeb);
  background-image: -o-linear-gradient(top, #fff, #ebebeb);
  background-image: linear-gradient(to bottom, #ffffff, #ebebeb);
}

.pagination a.a {
  border-color: #999 #aaa #ccc;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  -ms-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.25), 0 1px 0 white;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F3F3F3), color-stop(100%, #DBDBDB));
  background-image: -webkit-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: -moz-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: -ms-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: -o-linear-gradient(top bottom, #F3F3F3 0, #DBDBDB 100%);
  background-image: linear-gradient(to bottom top, #f3f3f3 0%, #dbdbdb 100%);
  cursor: default;
}


h1 {
  font-size: 12px;
  font-weight: normal;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 18px;
}

h1 strong {
  font-weight: 600;
}

.parameters {
  padding-bottom: 12px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.sort-by {
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  overflow: hidden;
}

.sort-by a {
  display: inline-block;
  padding: 10px 14px;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #fefefe));
  background-image: -ms-linear-gradient(bottom, #fafafa, #fefefe);
  background-image: -moz-linear-gradient(center bottom, #fafafa 0, #fefefe 100%);
  background-image: -o-linear-gradient(#fefefe, #fafafa);
  background-image: linear-gradient(to top, #fafafa, #fefefe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#fafafa',GradientType=0);
  border: solid 1px;
  border-color: #cccccc #c5c6c8 #b6b7b9;
  color: #4e5665;
  text-shadow: 0 1px 0 #fff;
  float: right;
}

.sort-by a.a {
  background: linear-gradient(to top, #ececec 0%, #fcfcfc 100%);
  pointer-events: none;
  cursor: default;
  color: #000;
}

.sort-by a:first-child {
  border-left: 0px;
}

.video {
  clear: both;
  padding: 0px;
  margin: 0px;
  border: solid 1px #E0E0E0;
  background-color: #FFF;
  padding: 20px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.video li {
  display: block;
  float: left;
  margin: 0% 0 6px 1%;
  height: 160px;
  filter: brightness(85%);
  -webkit-filter: brightness(85%);
  -moz-filter: brightness(85%);
  -o-filter: brightness(85%);
  -ms-filter: brightness(85%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 49.5%;
  position: relative;
}

.video li:first-child, .video li:nth-child(2n) {
  margin-left: 0;
}

.video li:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4px 4px;
  border-color: transparent transparent #050505 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #050505 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  content: '';
  position: absolute;
  bottom: 40px;
  left: -3px;
}

.video li h3 {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #1B1B1B;
  width: auto;
  position: absolute;
  padding: 10px;
  bottom: 10px;
  left: -3px;
  z-index: 8;
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video li a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

@media screen and (max-width: 550px) {

  .sort-by {
    width: 100%;
  }

  .sort-by a {
    width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 500px) {

  .video li {
    width: 100%;
    margin-left: 0px;
  }

  .video li:nth-child(2n+1) {
    margin-left: 0%;
  }
}
@media screen and (max-width: 420px) {

  .sort-by a {
    width: 100%;
  }
  
  .sort-by a:first-child {
    border-bottom: 0px;
    border-left: solid 1px #c5c6c8;
  }
}
