@charset "UTF-8";
.box {
	float: none;
	margin-bottom: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 15px;
}
.box:hover {
		border-bottom-color: #333;
}

.box.tre {
	float: left;
	height: auto;
	width: 322px;
	margin-right: 10px;
}
.box.tre.last {
	float: right;
	margin: 0px;
}
.box.tre img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box h3 a {
	display: block;
	padding-top: 20px;
	color: #333;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.box p {
	display: block;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7B7B7B;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

 #video-gallery {
  width: 100%;
}

.videoGallery .rsTmb {
  padding: 20px;
}
.videoGallery .rsThumbs .rsThumb {
  width: 220px;
  height: 80px;
  border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumbs {
  width: 220px;
  padding: 0;
}
.videoGallery .rsThumb:hover {
  background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
	background-color: #f26722;
	border-bottom: -color #02874A;
	color: #FEFEFE;
}

.sampleBlock {
  left: 3%; 
  top: 1%; 
  width: 100%;
  max-width: 400px;
}


@media screen and (min-width: 0px) and (max-width: 500px) {
  .videoGallery .rsTmb {
    padding: 6px 8px;
  }
  .videoGallery .rsTmb h5 {
    font-size: 12px;
    line-height: 17px;
  }
  .videoGallery .rsThumbs.rsThumbsVer {
    width: 100px;
    padding: 0;
  }
  .videoGallery .rsThumbs .rsThumb {
    width: 100px;
    height: 47px;
  }
  .videoGallery .rsTmb span {
    display: none;
  }
  .videoGallery .rsOverflow,
  .royalSlider.videoGallery {
    height: 300px !important;
  }
  .sampleBlock {
    font-size: 14px;
  }
}
.yt-btn {
	display: block;
	position: absolute;
	line-height: 22px;
	padding-left: 35px;
	padding-right: 15px;
	color: #FFF;
	font-size: 12px;
	background-image: url(../home_tiles/video-thumb/YT-BTN.jpg);
	z-index: 99;
	top: 273px;
	right: 5px;
	background-repeat: no-repeat;
	background-color: #333;
	border: 3px solid #666;
}
