/* $Id: $ */
@charset "UTF-8";
/* CSS Document */

/*==================================RESPONSIVE LAYOUTS===============================================*/
@-webkit-viewport {
width:device-width
}
@-moz-viewport {
width:device-width
}
@-ms-viewport {
width:device-width
}
@-o-viewport {
width:device-width
}

@media only screen and (max-width:480px)  {
	
	.backgroundSecBg{padding:0px;}
	
	.templateWidth, .tyTemplateWidth{ width:100%;}
	.pBarWrapper{ padding:10px 0px;}
	.fmFooter{ padding:25px 20px;}

}

@media only screen and (min-width: 480px) and (max-width:768px)  {
	
	.backgroundSecBg{padding:0px;}
	
	.templateWidth, .tyTemplateWidth{ width:100% !important;}
	.pBarWrapper{ padding:10px 0px;}
	.fmFooter{ padding:25px 20px;}
}







