﻿/*-------------------------------------------

    Title :  2015
    Usage :  Video page
    Edited:  2015-06-23

---------------------------------------------

    1. popular
    2. videos
    3. responsive layout (736px)

---------------------------------------------*/



/*  1. popular
---------------------------------------------*/



#popular ul li {
	width: 100%;
	}

.ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px; /* -1 * image width / 2 */
  margin-top: -32px; /* -1 * image height / 2 */
}

#popular ul {
    overflow: hidden;
}

#popular .pager {
	padding: 0 0;
}


.img-box ul li.featured a {
	border: 0;
	border-radius: 1px;
	text-decoration: none;
	}

.img-box ul li.featured .title {
	margin: 5px 5px 0 0;
	font-size: 13.32px;
	overflow: hidden;
	white-space: nowrap;
	}
	
	
	

/*  3.1. videorank
---------------------------------------------*/

#videorank {
	position: relative;
	background: #fff;
	border-radius: 5px;
	behavior: url(js/PIE.htc);
	}

#videorank h3 {
	position: relative;
	padding: 14px 14px 0;
	color: #ff7800;
	font-weight: 300;
	font-size: 14px;
	}

#videorank h3 small {
	margin-left: 4px;
	color: #909190;
	font-size: 12px;
	}

#videorank h3:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(/video2015/static/images/sprite.png) no-repeat -202px 0;
	}

#videorank .featured {
	position: relative;
	display: block;
	margin: 12px auto 0;
	width: 140px;
	height: 105px;
	overflow: hidden;
	border-radius: 3px;
	}

#videorank .featured img {
	width: 100%;
	height: 100%;
	}

#videorank .featured span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7px 3px 7px 7px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 11.95px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-pie-background: rgba(0, 0, 0, 0.4);
	     background: rgba(0, 0, 0, 0.4);
	behavior: url(js/PIE.htc);
	}

#videorank .footer {
	margin-top: 10px;
	padding: 12px 0 9px;
	text-align: center;
	border-top: 1px solid #636061;
	}

#videorank .footer a {
	color: #ff7900;
	font-weight: 400;
	font-size: 12px;
	text-decoration: none;
	}

#videorank .footer a:after {
	content: "\f105";
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin-left: 3px;
	font: 18px/1 "Font Awesome", sans-serif;
	}

#facebook .fb-page iframe{
	width: 160px !important;
}

#videos ol li a img {
	height: auto;
}
