/**
 * @package     Labviii\Core
 * @author      Justin Lau
 * @copyright   Copyright (c) 2013 Justin Lau <justin@tclau.com>
 * @version     0.1
 * @license     MIT
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this package.
 */

iframe.video{
	background-image: url('/bundles/labviii_core/img/ajax-loading-large.gif');
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
}

.text-content{
	position: relative;
}

.project .text-content > .icon-close{
	right: 15px;
	position: absolute;
	top: 15px;
}

/* ------------------------------------------------------------------------------------- carousel */
.carousel{
	margin-bottom: 0;
}

.carousel-control{
	background: url('/bundles/labviii_core/img/carousel-arrows.png') left center no-repeat;
	border: none;
	cursor: pointer;
	height: 28px;
	margin-top: -14px;
	opacity: 0;
	top: 50%;
	width: 28px;
}

.carousel-control.right{
	background-position: -28px center;
}

.carousel:hover > .carousel-control{
	opacity: .5;
}

.carousel:hover > .carousel-control:hover{
	opacity: 1;
}

/* ------------------------------------------------------------------------------------ load-more */
.loading{
	background-color: #F2F2F2;
	padding: 10px 0;
	text-align: center;
}

.loading > span{
	display: inline-block;
	line-height: 7px;
	margin-right: 5px;
}