@media only screen and (min-width: 481px) and (max-width: 767px) {
	

	body
{ background-image:url(../images/bg1.png); background-repeat:repeat; background-position:center; background-size:100%;*/
 background:url(../images/bg.jpg)  ; background-size:100%;background-position: inherit;
}
		
	.fsections
{ width:100%; clear:both;
text-align: center !important;
}
	
.social {
float: left;
margin: 25px 0 15px 0;
padding: 0;
text-align: center !important;
display: inline-block  !important;
width: 100%  !important;
}
.email {
    width: 71% !important;}

}
		
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) { 

	body
{ background-image:url(../images/bg1.png); background-repeat:repeat; background-position:center; background-size:100%;*/
 background:url(../images/bg.jpg)  ; background-size:100%; background-position: inherit;
}
		
	.fsections
{ width:100%; clear:both;
text-align: center !important;
}
	
.social {
float: left;
margin: 25px 0 15px 0;
padding: 0;
text-align: center !important;
display: inline-block  !important;
width: 100%  !important;
}
.email {
    width: 90% !important;}

}


/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { ... }