@charset "utf-8";
/* CSS Document */

@media only screen and ( max-width:960px) {
	
/*callback css start*/
.callback { margin-top:20px;}
/*callback css start*/

/*paging css start*/
.paging { display:none; }
.phone1 { display:none; }
/*paging css end*/
	

}

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

/*top links css start*/
.left_text { text-align:center; line-height:30px; }
.social { width:30%; margin:0px auto;}
/*top links css end*/	
	
/*header css start*/
.logo img {  margin:0px auto; text-align:center; }
.phone { float:none; text-align:center; }
/*header css end*/

/*boottom css start*/
.bottom .bott3  { margin-top:10px;}
/*boottom css end*/

/*footer css start*/
.footer { text-align:center; line-height:25px;}
/*footer css start*/
}


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

/*top links css start*/
.social { width:50%; margin:0px auto;}
/*top links css end*/	

}

@media only screen and ( max-width:320px) {
	
/*top links css start*/
.social { width:70%; margin:0px auto;}
/*top links css end*/	

}