	.breadcrumb, 
	#top-cat, 
	#top-subcat {
		display: none;
	}
	
	.simple-prod.plan {
		min-height: 375px;
		margin-bottom: 15px;
	}
	
	#uniform-blue {
		text-transform: uppercase;
		margin-top: 10px;
		font-weight: bold;
		cursor: pointer;
	}
	
	.post-out {
		color: #f44336;
		font-family: "Open Sans",sans-serif;
		font-size: 18px;
		text-align: center;
		padding-top: 10px;
	}
	
	.simple-wrap.plan > ul {
		padding-top: 15px;
	}
	
	.simple-wrap.plan li {
		font-size: 13px;
		line-height: 33px;
		font-family: "Open Sans",sans-serif;
	}
	
	.active.description {
		height: 65px;
		overflow: hidden;
	}
	
	.active {
		padding-left: 20px;
	}	
	
	.main-content {
		color: #6a6d76;
		background: #f7f7f7;
	}
	
	h2.home {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	
	.button.orange, input.orange[type="submit"], input.orange[type="reset"] {
		background: #3499ea none repeat scroll 0 0 !important;
		width: 100%;
	}
	
	.post-out {
		color: #2b2b2b;
		text-transform: uppercase;
	}
	
	.price_plan {
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		padding-top: 10px;
	}
	
	.price_plan_text {
		text-decoration: underline;
		color: #f44336;
		font-weight: bold;
	}
	
	.free {
		color: #777;
	}
	
	.premium {
		color: #f44336;
	}
	
	.active.icone_active {
		background: rgba(0, 0, 0, 0) url("../images/img_yes.png") no-repeat scroll 1px 8px;
	}
	
	.active.icone_disabled {
		background: rgba(0, 0, 0, 0) url("../images/img_no.png") no-repeat scroll 1px 8px;
	}