.clear {
  clear:both;
}

#mlk_video_grid {
  background:url(../images/bg_mlk_video_grid.jpg) no-repeat right top #72675e;
  max-width:995px;
  margin:0 auto;
  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
}
#mlk_video {
  background:#2a2a2a;
  max-width:550px;
  max-height:355px;
  margin:0 auto;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.7);
  box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.7);
}

#buniverseMultiVideo {
  position: relative;
  max-height: 309px;
}

#mlk_video_grid h2 {
  text-align: center;
  color:#fff;
  font-size:36px;
  padding-top:50px;
  margin:0 auto 15px auto;
  text-shadow: 0px 0px 3px #333333;
  filter: dropshadow(color=#333333, offx=0, offy=0);
}
#mlk_video_grid p {
  color:#d1c0b4;
  font-size:14px;
  line-height:18px;
  max-width:550px;
  margin:0 auto 15px auto;
  text-align:center;
  padding-top:35px;
}

.mlk_video_title {
  padding:15px 0;
  margin: 0 2%;
  overflow: hidden;
}

.mlk_video_title h3 {
  color:#fff;
  font-size:20px;
  text-align: center;
  float:left;
  width:40%;
  padding-top:8px;
  letter-spacing:1px;
  margin:0;
  text-shadow: 0px 0px 3px #333333;
}
.mlk_video_title h3 span {
  display: block;
  color:#d1c0b4;
  font-family: Georgia, Times, Serif;
  font-style: italic;
  font-size:13px;
  line-height: 1.3em;
  padding-top:3px;
  font-weight:normal;
}

.mlk_video_title span.before {
  height:56px;
  width:28%;
  display: block;
  float:left;
  margin-right:2%;
  background: url(../images/subtitle-lines.png) no-repeat right top;
}
.mlk_video_title span.after {
  height:56px;
  width:28%;
  display: block;
  float:right;
  margin-left:2%;
  background: url(../images/subtitle-lines.png) no-repeat left bottom;
}
.mlk_video_thumbs {
  clear:both;
}
.mlk_video_thumbs ul {
  list-style-type:none;
  margin:0 auto;
  display: block;
  overflow: hidden;
  padding: 1% 0 1% 2%;
  border-top:1px solid #998c82;
  background:#2a2a2a;
  background:rgba(51,51,51,0.61);
}
.mlk_video_thumbs ul li {
  display: block;
  float:left;
  /*margin: 0.2%;
  width: 10.0%;*/
  margin:1% 2% 1% 0;
  /*width:14.65%;*/
  width:12.26%;
  background:#333333;

}
.mlk_video_thumbs ul li.item0 {
  background:none;
  text-align:right;
  display: none;
}
#mlk_video_grid h2.playvideolabel {
  text-transform: uppercase;
  padding-top:35px;
  color: #9f9793;
  line-height:1.0em;
  text-shadow:0;
  filter:none;
  font-size:25px;
  letter-spacing: 1px;
  margin-bottom:0;
}


.mlk_video_thumbs ul li a {
  position: relative;
  border:1px solid black;
  display: block;
  -webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  -webkit-transition: border 1.0s ease;
  -moz-transition: border 1.0s ease;
  -ms-transition: border 1.0s ease;
  -o-transition: border 1.0s ease;
  transition: border 1.0s ease;
}
.mlk_video_thumbs ul li a:after {
  opacity: 0;
  content:'';
  width:50px;
  height:50px;
  position: absolute;
  top:50%;
  left:50%;
  margin-left:-25px;
  margin-top:-25px;
  background:url(../images/playbtn.png) no-repeat center center;
  -webkit-transition: all 2.0s ease;
  -moz-transition: all 2.0s ease;
  -ms-transition: all 2.0s ease;
  -o-transition: all 2.0s ease;
  transition: all 2.0s ease;
}
.mlk_video_thumbs ul li a:hover,
.mlk_video_thumbs ul li a.active {
  border-color: #1fbeec;
}

.mlk_video_thumbs ul li a:hover:after {
  opacity: 1.0;
}
.mlk_video_thumbs ul li img {
  display: block;
  max-width:100%;
  height:auto !important;
}

.mlk_video_thumbs ul li img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.mlk_video_thumbs ul li a:hover img,
.mlk_video_thumbs ul li a.active img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.mlk_video_thumbs ul li.last {

}


.video-cc {
  display: none;
  z-index: 53;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 16px;
  padding: 8px;
  background: black;
  line-height: 0;
}
#buniverseMultiVideo:hover .video-cc,
#buniverseMultiVideo.hover .video-cc {
  display: block;
}

.lt-ie9 .video-cc {
  display: block;
}

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

  .mlk_video_thumbs ul li.item0 {
    display: block;
  }
  .mlk_video_thumbs ul li {
    width: 18%;
  }
}

@media only screen and (max-width : 680px) {
  #mlk_video_grid h2.playvideolabel {
    font-size:18px;
    padding-top:24px;
  }
}
@media only screen and (max-width : 480px) {
  .mlk_video_thumbs ul{
    padding:2% 0;
  }
  .mlk_video_thumbs ul li {
    width: 26%;
  }
  .mlk_video_thumbs ul li:nth-child(odd) {
    margin:2% 16% 2% 8%;
  }
  .mlk_video_thumbs ul li:nth-child(even) {
    margin:2% 8% 2% 16%;
  }

  

  .mlk_video_title h3 {
    height:auto;
  }

  .mlk_video_thumbs ul li.item0 {
    display: none;
  }

}

#mlk_video_grid .buvideoWrapper {
  position: relative;
  padding-top: 56.1%;
  padding-bottom:0px;
  height: 0;
  width:100%;
  margin-bottom:14px;
  overflow: hidden;
}
* html #mlk_video_grid .buvideoWrapper {
  margin-bottom: 0px;
  margin-bot\tom: 0;
}
#mlk_video_grid .buvideoWrapper div,
#mlk_video_grid .buvideoWrapper iframe {
  position:absolute;
  width:100% !important;
  height:100% !important;
  left:0;
  top:0;
  display: block !important;
}


.lt-ie9 #mlk_video_grid .buvideoWrapper {
  position: static;
  padding:0;
  height:auto;
  width:auto;
  margin-bottom:14px;
  overflow: hidden;
}
.lt-ie9 * html #mlk_video_grid .buvideoWrapper {
  margin-bottom: 0px;
}
.lt-ie9 #mlk_video_grid .buvideoWrapper div,
.lt-ie9 #mlk_video_grid .buvideoWrapper iframe {
  position:static;
  width:550px !important;
  height:309px !important;
  left:0;
  top:0;
  display: block !important;
}