.custom-big-buttons{
display:table;
width:100%;
direction=ltr;
padding-bottom:10px;
}

.custom-big-buttons img{position:absolute;}
.custom-big-whatsapp{display:none !important;}
/*
.big-facebook img{margin-left:-20px;}
.big-twitter img {margin-left:-35px;}
.big-whatsapp img{margin-left:-38px;} 
*/

.custom-big-facebook, .custom-big-twitter{
display:table-cell;
width:50%;
text-align:center;
}

 .custom-big-whatsapp{
 display:table-cell;
width:100%;
text-align:center;
}


.whatsapp-button{
background-color: #2AB200;
text-decoration:none !important;
}

.whatsapp-button:hover {
background-color: #2FBC00;
text-decoration: none !important;
color: #fff !important;
}
.twitter-button:active {
	position:relative;
	top:1px;
}


.twitter-button {
background-color: #00aced;
text-decoration:none !important;
/*
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	padding:6px 0;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #263666;
	
	width:97% */
}

.whatsapp-button:visited{
color: #fff;
}
.twitter-button:hover {
background-color: #0099D3;
text-decoration: none !important;
/*
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;*/
	color: #fff !important;
}
.twitter-button:active {
	position:relative;
	top:1px;
}

.facebook-button {
background-color:#344e86;
text-decoration: none !important;
/*
-moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
-webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
box-shadow: inset 0px 1px 0px 0px #54a3f7;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
background-color: #007dc1;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #124d77;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: arial;
font-size: 20px;
padding: 6px 0;
text-decoration: none !important;
text-shadow: 0px 1px 0px #154682;
*/
width: 97%;

}

.facebook-button:hover {
background-color: #3b5998;
color: white;
text-decoration:none;
/*
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
	color:#fff !important;
	*/
}
.facebook-button:active {
	position:relative;
	top:1px;
}

.social-button-over-content{
display: block;
color: #fff;
padding: 9px 20px;
font-size: 18px;
font-weight: 400;
border-radius: 0;
box-sizing: border-box;
box-shadow: none;
}
@media (max-width: 736px) {
.custom-big-whatsapp{display:block !important;}
.custom-big-twitter{display:none;}
.big-facebook img{margin-left:-15px;}
.big-whatsapp img{margin-left:-18px;} 
*/
}