/* tablet >768 <1024*/
.int
	{
	max-width:100vw;
	margin-left:auto;
	margin-right:auto;
	}

body > header
	{
    --top-space: 130px;
    overflow-x: visible;
    }

#logo
	{
	left:0;
	top:auto;
	width:auto;
	float:left;
	position:relative;
	bottom:calc(var(--top-space));
	height:calc((var(--top-space) / 2.25) + var(--top-space));
	}

#logo img
	{
	width:auto;
	height:100%;
	}

#menuh
	{
	min-height:0;
	position:static;
	background:none;
	}

#menu
	{
	height:100%;
	display:flex;
	font-size:32px;
	}

#menuh.popped #menu
	{
	z-index:auto;
	width:auto;
	padding:0;
	display:flex;
	position:static;
	background-color:unset;
	}

#menu li
	{
	margin:0;
	height:auto;
	color:inherit;
	position:relative;
	text-align:center;
	border-right:3px solid currentcolor;
	padding:0 calc((var(--top-space) / 2.05) * 0.7);
	}

#menuh.popped #menu  > li
	{
	display:unset;
	margin-bottom:0;
	text-align:unset;
	}

#menuh.popped #menu  > li a
	{
	color:currentcolor;
	}

#menu li:first-child
	{
	padding-left:0;
	}

#menu li:last-child
	{
	border-right:0;
	}

#menu li a::after
{
	left:0;
	width:0;
	bottom:0;
	content:"";
	height:5px;
	position:absolute;
	background-color:#779a0a;
}

#menu li.on a::after,
#menu li:hover a::after
{
	width:100%;
}

#menu li:hover a::after
{
	width:100%;
	transition: all 0.6s ease-out;
}

.boxes,
.twocols
	{
	flex-direction:row;
	}

.box
	{
    min-width: 387px;
    max-width: 387px;
    }

.box h1
	{
	flex-grow:0;
	font-size:28px;
	flex-basis:170px;
	}

.box > a
	{
    margin-top:0;
    }

#area h1,
#doc h1
	{
	margin-bottom:120px;
	}

#area h1,
#area h2,
#doc h1,
#doc h2
	{
	font-size:56px;
	}

div.edittable > div
	{
	flex-direction:row;
	}

#area.box,
#doc.box
	{
	max-width:none;
	padding-left:75px;
	padding-right:75px;
	padding-bottom:100px;
	}

#copy span
	{
	display:inline;
	}

#copy .int > span:first-child::after
	{
	content:" | ";
	}

#poptit
	{
	display:flex !important;
	}

#popimgc
	{
	--spaziovert: 160px;
	}

#popimgc
	{
	top: 60px !important;
	}
