/* Footer */
#footer {
	width: 100%;
	margin: 0 auto;
	height: 85px;
	padding: 0;
	background-color:#000000;
	border-top: 2px solid #FDD339;	
	position: relative;
	-webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px -5px 10px rgba(0, 0, 0, 0.4);
	box-shadow:         0px -5px 10px rgba(0, 0, 0, 0.4);
}

/* Bottom */
#bottom{
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 60px;
	max-width: 1920px;
	position: relative;
}
#bottom p.text1{
	top: 8px;
	left: 40px;
	font-size: 8pt;
	color:#F5F5F5;
	position: absolute;
	font-weight: bold;
	text-shadow: none;
}
#bottom p.text2{
	top: 34px;
	left: 40px;
	font-size: 8pt;
	color:#F5F5F5;
	position: absolute;
	text-shadow: none;
}
#bottom p.text3{
	top: 35px;
	right: 40px;
	font-size: 8pt;
	color: #F5F5F5;
	position: absolute;
	text-shadow: none;
}
#bottom a{
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: none;
}
#bottom a:hover{
	text-decoration: underline;
}

.buttons-icon {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	text-align: center;
}

.buttons-icon a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #a7a7a7;
	position: absolute;
	bottom: 30px;
	background-color: #eaeaea;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);


	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
	background-image: -webkit-linear-gradient(#f6f6f6, #eaeaea);
	background-image: -moz-linear-gradient(#f6f6f6, #eaeaea);
	background-image: -ms-linear-gradient(#f6f6f6, #eaeaea);
	background-image: -o-linear-gradient(#f6f6f6, #eaeaea);
	background-image: linear-gradient(#f6f6f6, #eaeaea);
}


.buttons-icon a.facebook{
	position: absolute;
	bottom: -20px;
	right: 275px;
}
.buttons-icon a.twitter{
	position: absolute;
	bottom: -20px;
	right: 195px;
}

.buttons-icon a.google{
	position: absolute;
	bottom: -20px;
	right: 40px;
}

.buttons-icon a.pinterest{
	position: absolute;
	bottom: -20px;
	right: 116px;
}

.buttons-icon a img 
{ 
	margin-top: 3px;
	border: 0; 
}
.buttons-icon a.google img
{
	margin-top: 4px;
}
.buttons-icon a.pinterest img
{
	margin-top: 4px;
}



.buttons-icon a.facebook img:hover
{
	background: url(../images/footer/Facebook-01b.png) no-repeat;
}

.buttons-icon a.twitter img:hover
{
	background: url(../images/footer/twitter-01b.png) no-repeat;
}

.buttons-icon a.google img:hover
{
	background: url(../images/footer/googleplus-01b.png) no-repeat;
	margin-top: 4px;
}

.buttons-icon a.pinterest img:hover
{
	background: url(../images/footer/pinterest-01b.png) no-repeat;
	margin-top: 4px;
}

.buttons-icon a.facebook img:active
{
	background: url(../images/footer/Facebook-01c.png) no-repeat;
}

.buttons-icon a.twitter img:active
{
	background: url(../images/footer/twitter-01c.png) no-repeat;
}

.buttons-icon a.google img:active
{
	background: url(../images/footer/googleplus-01c.png) no-repeat;
	margin-top: 4px;
}

.buttons-icon a.pinterest img:active
{
	background: url(../images/footer/pinterest-01c.png) no-repeat;
	margin-top: 4px;
}
