/* $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 (min-width:1024px) {
	
	.backgroundSecBg{ 
	padding:30px; }
	.centerContainer{
		padding:0px;
	}
	
	.templateWrapper {background:url(../../../images/themes/appleNoteBook/leftTile.4f39d1b2ff4c3e8c23fad4c6a19fb23e.png) repeat-y;}
	.subContWrap {
	margin:10px 15px 0 95px;
}
	
}

@media only screen and (min-width: 480px) and (max-width:768px) {
	
	.footerWrapper{ margin-left:0;}
	.fmFooter{ padding:25px 20px;}
	
	
}


@media only screen and (max-width:480px)  {
	.footerWrapper{ margin-left:0;}
	.fmFooter{ padding:25px 20px;}
	
}




		
