<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Default site css.
 * 
 * Author: Tosom s.rl. 
 * Made by: Toniolo Maro
 * Version: 1.0
 * 
 */



/*                                               DEFAULT STUFF
 ------------------------------------------------------------- */

body,html{height:100%;}
body{margin:0;padding:0;color:#4C4C4C;}

h1{font-size:22px;}
h2{font-size:18px;}

a,a:active,a:visited{color:#B7204D;}
a:hover{color:#3A0080;}
a:focus{}

strong.title{ font-size: 20px; }

/*                                         BORDER BOX ELEMENTS
 ------------------------------------------------------------- */
.borderBox ,
#content , #content .mult , #content .mult .col , #content .mult .col p 
{
	box-sizing:border-box;
}

/*                                      CSS3 ANIMATED ELEMENTS
 *                 Standard animations, and element using them
 ------------------------------------------------------------- */
.anim-std,
nav#menu-main &gt; ul li a
{
	-webkit-transition: all 200ms ease-out 0.1s;
	-moz-transition: all 200ms ease-out 0.1s;
	-o-transition: all 200ms ease-out 0.1s;
	transition: all 200ms ease-out 0.1s;
}


/*                                                PAGE WRAPPER
 ------------------------------------------------------------- */
#page-wrapper
{}


/*                                                      HEADER
 ------------------------------------------------------------- */
header
{
	position:relative;
	display:block;
	
	background-color:#fff;
}

header #title
{
	
}
header #title .top
{
	display:block;
	font-size:4.5em;
	line-height: 57px;
	text-align:center;
	padding:40px 0 0 0;
}
header #title .sub
{
	display: block;
	font-size: 2em;
	line-height: 24px;
	padding: 5px 0;
	text-align:center;
	color:#666;
}


/*                                      NAV STYLES:: menu-main
 ------------------------------------------------------------- */
nav#menu-main
{
	display:block;
	padding: 0 ;
	
	background-color:#CEB359;
	text-align:center;
}

nav#menu-main #menu-main-trigger-mobile
{
	display:none;
}

nav#menu-main ul
{
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}
nav#menu-main ul li
{
	display: inline-block;
	height: 60px;
	margin-right: 2px;
	
	font-size:1.3em;
}
nav#menu-main ul li:last-child{margin-right:0;}


nav#menu-main ul li a
{
	display:block;
	color: #3C0101;
	text-shadow: 1px 1px 1px #AB954B;
	/*color:#fff;*/
	text-decoration:none;
	height: 60px;
	line-height: 60px;
	padding:0 20px;  
	
}
nav#menu-main ul li.sel a
{
	background-color: rgba(0, 0, 0, 0.42);
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #333;
}

nav#menu-main ul li a:hover
{
	background-color: rgba(0, 0, 0, 0.12);
}
/*                                                   INNER TOP
 ------------------------------------------------------------- */
#page #inner-top-default
{
	height: 40vh;
	background-color:#f5f5f5;
}


/*                                                MAIN CONTENT
 ------------------------------------------------------------- */
#content
{
	display:block;
	width:1000px;
	margin:auto;
}
#content p
{
	display:block;
	text-align:justify;
	line-height: 22px;
}


ul.style2
{
	
}

ul.style2 li.title
{
	font-weight:bold;
	list-style-type:none;
	margin-left:-30px;
}


ul.style2 li
{
	list-style-type:circle;
}


/*                                      MAIN CONTENT:: COLUMNS
 ------------------------------------------------------------- */

#content .mult 
{
	display:block;
	text-align:center;
	margin:10px 0;
	
}
#content .mult .col {display:inline-block;}

#content .mult.c2 .col{ width:49%; }
#content .mult.c3 .col{ width:33%; }
#content .mult.c4 .col{ width:24.5%; }

#content .mult .col .img-col
{
	display:block;    
	position: relative;
	display: block;
	width: 97%;
}
#content .mult .col .img-col img{ width:100%; }

#content .mult .col p
{
	padding:5px;
	text-align:justify;
}


/*                                      MAIN CONTENT:: GALLERY
 ------------------------------------------------------------- */
.gallery
{
	display:block;
	text-align:center;
	margin:30px 0;
}
.gallery a 
{
	margin:0 50px 0 0 ;
}
.gallery a:last-child
{
	margin-right:0;
}
.gallery a img
{
	
	box-shadow:0px 1px 3px #444;
}

/*                                                      FOOTER
 ------------------------------------------------------------- */
footer
{
	display:block;
	padding:20px;
	text-align:center;
	color:#eee;
	background-color:#1B1A1A;
	
}

footer a,footer a:active,footer a:visited{color:#CEB359;}
footer a:hover{color:#F7A161;}

footer address
{
	font-style:normal;
}


</pre></body></html>