/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Background White Noise */

body#page {
	background: #e8e8e8 url(../../images/background/whitenoise/fundo.jpg) top center fixed;
}

@media (min-device-width: 1025px) {
	.page-body { 
		
	}
}


/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

	#main #maininner,
	#page.sidebar-a-right.sidebar-b-left #maininner,
	#page.sidebar-a-left.sidebar-b-right #maininner { 
		border-left: 1px solid rgba(20,20,25,0.3); 
		border-right: 1px solid rgba(20,20,25,0.3);
	}

}

/* Font Color
----------------------------------------------------------------------------------------------------*/

.menu-line li a,
.outer .mod-transparent li a { 
	color: #92979E;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
} 

.outer .mod-transparent li a:hover { 
	color: #5e6268;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}