.inner-content h2 {
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 30px;
}
#more-videos .thumbnail {
	border: 8px solid #f2f2f2;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    box-shadow: 0 0 0 2px #eaeaea;
	-moz-box-shadow: 0 0 0 2px #eaeaea;
	-webkit-box-shadow: 0 0 0 2px #eaeaea;
    margin-bottom: 30px;
    padding: 8px;
	position:relative;
	height: 240px;
}
#more-videos .more-video-thumb{
	border:0;
	/*height:138px;*/
	border-radius:0;
	position:relative;
}
.more-video-rates { 	
	position:absolute;
	background:url(../icons/star.png) repeat-x;
	background-position:0 0;
 	bottom: 5px;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 0;
    right: 10px;
    width: 109px;
	height:20px;
}
.more-video-rates li { 	
	display:inline;
	cursor:pointer;
	margin-right:4px;
}
.more-video-rates li:last-child { 	
	margin-right:0;
}
.more-video-rates li:hover, .more-video-rates li:focus {
	color:#ffe400;
}
.more-play {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-size: 30px;
    left: 40%;
    padding: 1px 6px;
    position: absolute;
    transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	height:0px;
	outline:0;
}
.more-play:hover {
	opacity: 0.8;
	outline:0;

}
.more-video-desc p {
	color: #53616f;
	font-size:14px;
	text-align:center;
	font-weight:600;
	text-transform:capitalize;
}
.more-video-desc span {
	font-size:12px;
	margin-top: 6px;
}
.more-social{
 	background-color: #f2ece6;
    font-size: 16px;
    margin-bottom: 0;
    padding: 2px 7px;
    position: absolute;
    right: 0px;
    top: 16px;
}
.more-sociall li{
	display:inline-block;
	margin-right:10px;
}
.more-social li a{
	color:#1e283a;
}
.more-social li a:hover{
	color:#688e12;
}
.even-video-margin {
	margin-right:24px;
}
.odd-video-margin {
	margin-right:24px;
}
#more-videos .no-video-margin {
	margin-right:0;
}
.social-like a {
color:#fff;
}
.social-like a:hover {
color:#688e12;
}

.social-like {
 bottom: -23px;
    position: absolute;
    right: 16px;
}
.like-bg {
	background-color:#ccc0b6;
	color:#1e283a;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:11px;
	margin-left: 6px;
	padding:3px 6px;
}
.rating-text {
	color: #ccc0b6;
    font-size: 14px;
    margin-left: 8px;
}
.more-video-show {
    background-color: #1e283a;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 4px 18px;
    text-align: center;
	transition:all linear 0.3s 0s;
	-moz-transition:all linear 0.3s 0s;
	-webkit-transition:all linear 0.3s 0s;
}
.more-video-show:hover, .more-video-show:focus {
    background-color: #648f5f;
}
.more-video-thumb { 
/*transition: all .2s ease-in-out; */
}
/*.more-video-thumb:hover {
	transform: scale(1.5, 1.5);
	z-index:99;
}*/

.slbCaption p {
	 font-size: 16px;
    margin-top: -36px;
    padding: 0 15px;
    text-align: left;
	line-height:20px;
}
.enlarge {
	color: #fff;
    font-size: 27px !important;
    left: 42%;
    position: absolute;
    text-shadow: 1px 1px 1px #888;
    top: 59px;
}

.cat_des {
	opacity:0;
	transition:all linear 0.3s 0s;
	position:absolute;
	border:1px solid #ccc;
	padding:5px;
	background-color:#fff;
	right: 0;
    top: 100px;
}
#more-videos .thumbnail:hover .cat_des {
	opacity:1;
	z-index:999;
}
.cat_des ul {
	font-size:12px;
	line-height:16px;
	display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
}
.cat_des h3 {
	font-size:14px;
	color: #53616f;
	margin-top:0;
	font-weight:600;
}
@media (min-width: 100px) {
#event-block .events-name {
	margin-bottom:0;
	margin-right:20px;
}
#more-videos {
	padding:0 15px;
}
#more-videos .thumbnail {
    float: none;
    margin: 0 auto 30px;
    width: 260px;
}
.more-video-thumb img {
    width: 244px;
}
.more-video-desc p {
    margin: 15px 0;
	min-height: 34px;
	line-height:17px !important;
}
.more-play {
    top: 36%;
	outline:0;
}
}
@media (min-width: 480px) {

/*#more-videos .thumbnail:nth-child(even) {
	margin-right:0px !important;
}*/
/*#more-videos .thumbnail {
    float: left;
    width: 47%;
	margin-right:20px;
}*/
#more-videos {
    margin: -20px;
}
#more-videos .thumbnail {
    float: left;
    margin: 20px;
    width: calc(50% - 40px);
}
}
@media (min-width: 600px) {

.small-desc {
	min-height:240px;
	position:relative;
}
.small-desc button {
	position:absolute;
	bottom:-8px;
	right:0px;
}
}
@media (min-width: 768px) {
.content h1:after, .content h1:before {
	width: 28% !important;
}
/*#more-videos .thumbnail {
    width: 30.5%;
	margin-right:20px;
}
#more-videos .thumbnail:nth-child(even) {
	margin-right:20px !important;
}*/
#more-videos .thumbnail {
    float: left;
    margin: 20px;
    width: calc(33.33% - 40px);
}
}
@media (min-width: 992px) {
	#more-videos .thumbnail {
	width:202px;
	margin-right:33px;
	height: 240px;
}
/*#more-videos .thumbnail:nth-child(even) {
	margin-right:33px !important;
}
#more-videos .thumbnail:nth-child(4), #more-videos .thumbnail:last-child {
	margin-right:0px !important;
}
*/
.content h1:after, .content h1:before {
	width: 32% !important;
}
#more-videos .thumbnail {
    float: left;
    margin: 20px;
    width: calc(25% - 40px);
}
}

@media (min-width: 1200px) {
/*#more-videos .thumbnail {
	margin-right:33px;
}
#more-videos .thumbnail:nth-child(even) {
	margin-right:33px !important;
}
#more-videos .thumbnail:nth-child(4), #more-videos .thumbnail:last-child {
	margin-right:0px !important;
}*/
}
@media(min-width:1500px) {
.content h1:after, .content h1:before {
	width: 40% !important;
}
/*#more-videos .thumbnail {
	margin-right:43px;
}*/
}


/******* Light Box *********/

