﻿@charset "utf-8";

#back {
   padding:50px 0;
}

/*
Back to top button 
*/
#back-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
	z-index:50;
	width:50px;
	height:50px;
    display: block;}

/*
socialbuttons 
*/

#socialbuttons{
	width:440px;
	text-align:center;
	margin:0 0 0 160px;
	padding:15px 0 50px auto;
}

#socialbuttons div {
	float:left;
	margin:0 10px;
}	
	
.fltrt { 
	float: right;
	margin-left: 3px;
}
.fltlft { 
	float: left;
	margin-right: 0px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}