/* CSS Document */
/*site-inner*/
.site-container { background:none !important}
.site-inner { background:#fff !important}

/*top-bar*/
#top-bar { background:#330000; padding:10px 15px; color:#eee; font-size:14px;}
#top-bar a{ color:#eee}

/*sidebar*/
.content-sidebar .content {	float: left; width: 72.09433962264151%;}
.sidebar-primary {  background: #eee;float: right; width: 26.96226441509434%; padding: 100px 0;  border-left: 1px solid #e2e2e2;}
.sidebar-primary .widget{ padding: 0 40px}
.sidebar-primary h4.widgettitle{ color: #333;  font-size: 28px;}

/*custom_catalogo_link*/
.custom_catalogo_link { text-align:center; font-size:18px; padding:20px; background:#eee; margin-left: 10%; margin-right: 10%}


@media only screen and (max-width: 800px) {
	#top-bar > div { float:none; text-align:center}
}

@media (max-width: 800px){
	.content-sidebar .content{ width: 100%; float: none}
	.sidebar-primary { width: 100%; float: none}
}
