﻿/* ==========================================================================
   Footer styles
   ========================================================================== */
footer #playerList img
{
	width: 80px;
	height: 50px;
	border: none;
}

footer #playerList li
{
	clear: both;
	list-style: none;
	position: relative;
}

footer #playerList .videoEntry
{
	position: relative;
}

footer #playerList .videoEntry .thumbContainer
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 80px;
}

footer #playerList .videoEntry a
{
	text-decoration: none;
}

footer #playerList .videoEntry img
{
	text-decoration: none;
}

footer #playerList .videoEntry .videoDesc
{
	position: absolute;
	left: 90px;
	top: 0px;
}

footer #playerList .videoEntry .videoTitle
{
}

footer #playerList .videoEntry .videoTitle a
{
	font-size: 12px;
	font-weight: 600;
	color: #e1e2e6;
	line-height: 14px;
	display: block;
}

footer #playerList .videoEntry .inovaeText a
{
	font-size: 10px;
	font-weight: 500;
	color: #b8c4e3;
	line-height: 16px;
}

footer hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 10px 0;
    padding: 0;
}

footer .container .content .social-networks
{
	float: left;
	margin: 15px 0;
	background-color: #0d121f;
}