
.socialbutton-facebook{
	background-color: #4058ae;
}

.socialbutton-twitter{
	background-color: #63cdf5;
}

.socialbutton-mail{
	background-color: rgb(255, 156, 60);
}

/*****************************************************
Square
******************************************************/
.socialbutton-square{
    display: block;
    float: left;
    text-align: center;
    border-radius: 4px;
    margin-right: 8px;
    color: #fff;
    font-family: "museo-sans", 'Arial', Arial, "Lucida Grande", sans-serif;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    line-height: 45px;
    padding: 0 25px 0 10px;
}

.socialbutton-square:hover{
	transform: scale(1.1,1.1);
}

.socialbutton-square svg{
	width: 28px;
	height: 28px;
	vertical-align: middle;
	margin: 0 7px;
}

/*****************************************************
Round
******************************************************/
.socialbutton-round{
	width: 65px;
	height: 45px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 2px;
	margin-right: 8px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	margin-bottom: 8px;
}

.socialbutton-round:hover{
	transform: scale(1.1,1.1);
}

.socialbutton-round svg{
	width: 65%;
	height: 65%;
}

.socialbutton-round{
	padding-top: 12px;
	padding-left: 0px;
	padding-top: 12px;
}

.socialbutton-round-facebook{
	background-color: #4058ae;
	padding-top: 8px;
}

.socialbutton-round-twitter{
	background-color: #63cdf5;
	padding-top: 9px;
    padding-left: 2px;
}

.socialbutton-round-mail{
	background-color: rgb(255, 156, 60);
    padding-top: 9px;
}
/*****************************************************
Mobile Pop
******************************************************/
.socialbutton-pop{
	width: 65px;
	height: 45px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 2px;
	margin: 1%;
	border-radius: 3px;
	width: 31.3%;
	height: 45px;
}

.socialbutton-pop:hover{
	transform: scale(1.1,1.1);
}

.socialbutton-pop svg{
	width: 65%;
	height: 65%;
}

.socialbutton-pop{
	padding-top: 12px;
	padding-left: 0px;
	padding-top: 12px;
}

.socialbutton-pop-facebook{
	background-color: #4058ae;
	padding-top: 8px;
}

.socialbutton-pop-twitter{
	background-color: #63cdf5;
	padding-top: 9px;
    padding-left: 2px;
}

.socialbutton-pop-mail{
	background-color: rgb(255, 156, 60);
    padding-top: 9px;
}

/*****************************************************
Footer
******************************************************/
.socialbutton-footer-wrap {
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.socialbutton-footer{
	width: 65px;
	height: 45px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 2px;
	margin-right: 8px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	margin-bottom: 8px;
}

.socialbutton-footer:hover{
	transform: scale(1.1,1.1);
}

.socialbutton-footer svg{
	width: 100%;
	height: 100%;
}

.socialbutton-footer{
	padding-top: 12px;
	padding-left: 0px;
	padding-top: 12px;
}

.socialbutton-footer-facebook{
	background-color: #4058ae;
	padding-top: 8px;
}

.socialbutton-footer-twitter{
	background-color: #63cdf5;
	padding-top: 9px;
    padding-left: 2px;
}

.socialbutton-footer-mail{
	background-color: rgb(255, 156, 60);
    padding-top: 9px;
}


/*****************************************************
header
******************************************************/
.socialbutton-header-wrap {
    display: inline-block;
    float: right;
}

.socialbutton-header{
	width: 65px;
	height: 45px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 2px;
	margin-right: 6px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.socialbutton-header:hover{
	transform: scale(1.1,1.1);
}

.socialbutton-header svg{
	width: 65%;
	height: 65%;
}

.socialbutton-header{
	padding-top: 12px;
	padding-left: 0px;
	padding-top: 12px;
}

.socialbutton-header-facebook{
	background-color: #4058ae;
	padding-top: 8px;
}

.socialbutton-header-twitter{
	background-color: #63cdf5;
	padding-top: 9px;
    padding-left: 2px;
}

.socialbutton-header-mail{
	background-color: rgb(255, 156, 60);
    padding-top: 9px;
}


@media only screen
and (max-width : 700px) {


}
