/*********** Login Pages **********/
.login-page, .password-recovery-page, .registration-page{
}
.store-search-box, .search-box{
	display:none !important;
}


/*Seperated view of side and center blocks in "ColumsTwo":*/
@media(min-width: 1001px){
	.master-wrapper-content{
	background:none !important;
	padding: 0 !important;
	box-shadow:none !important;
	}
	.center-2, .side-2 {
		background: white;
		box-shadow: 0 0 9px lightgray;
		min-height: 600px;
		padding: 30px 40px;
	}
	.side2 .title{
		padding:12px 0 12px 10px;
	}
}