   
/* ---------------------------------------------------------------------- */
/*                                Footer                                  */ 
/* ---------------------------------------------------------------------- */


/* ------------------------ Main footer container ----------------------- */

div.bottom
{
	float: left;
	width: 775px;

}

/* -------------------------- Footer toolbar ---------------------------- */

div#footer
{
	float: left;
	padding: 8px 0px;
	width: 100%;
	background-color:  #ffffff;
	border-top: 0.2em solid #D92644;
	/* border-bottom: 1px solid #808080; */
	color: #FFFFFF;
}

div#footer a
{
	color: #000000
}


div#footer ul#footerlinks
{
	float: left;
	margin-left: -110px;
	margin-top: -1px;
}

div#footer ul#footerlinks li
{
	display: inline;
	list-style: none;
	padding-right: 5px;
}


div#footer ul#footerlinks li#title
{
	font-weight: bold;
	visibility: hidden;
}


/* ----------------------- "Powered by" message ------------------------- */
div.dsfooter
{
    float: right;
    font-size: 0.8em;
    text-align: right;
    padding-bottom: 5px;
} 


/* -----------------------  Social media integration ------------------------- */
div#socialbuttons {
    float: left;
    font-size: 0.8em;
    padding-bottom: 5px;
	width:75%;
} 

.fbbtn
{
	background: url(images/facebook.png);
	background-size:contain;
	width:35px;
	height:35px;
	cursor:pointer;
	border:none;
}

.twbtn
{
	background: url(images/twitter.png);
	background-size:contain;
	width:35px;
	height:35px;
	cursor:pointer;
	border:none;
}

.libtn
{
	background: url(images/linkedin.png);
	background-size:contain;
	width:35px;
	height:35px;
	cursor:pointer;
	border:none;
}

.gpbtn
{
	background: url(images/googleplus.png);
	background-size:contain;
	width:35px;
	height:35px;
	cursor:pointer;
	border:none;
}


	
