@font-face {
    font-family: 'itcavantgardestd';
    src: url('itcavantgardestd-bk.eot');
    src: url('itcavantgardestd-bk.eot?#iefix') format('embedded-opentype'),
         url('itcavantgardestd-bk.woff2') format('woff2'),
         url('itcavantgardestd-bk.woff') format('woff'),
         url('itcavantgardestd-bk.ttf') format('truetype'),
         url('itcavantgardestd-bk.svg#ITCAvantGardeStd-Bk') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #fff;
    font-family: itcavantgardestd;
    color: #5A6870;
    margin: 0;
    padding: 0;
}
a,a:hover,a:visited {
    text-decoration: none;
}
a,a:visited {
    color: #5A6870;
}
a:hover {
    color: #1ca1d0;
}
.cleaner { clear: both; }
.h10 { height: 20px; }
.h20 { height: 20px; }
.h40 { height: 40px; }
.h50 { height: 50px; }
.h60 { height: 60px; }
.h80 { height: 80px; }
.h100 { height: 100px; }

.right { float:right }
.left { float:left }
.centered { margin: 0 auto; }
.center { text-align: center; }

.w300 { width: 300px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }
.w600 { width: 600px; }

.w70 { width: 70vh; }

/* stili r1*/
.home { border: thin solid #fff; background-color: #fff; }

.activities { 
    border: thin solid #1ca1d0;
    /*background: rgb(28, 161, 108);
    background: rgba(28, 161, 108, .1); */
}
.works {
    border: thin solid #49326b;
    /*background: rgb(73, 50, 107);
    background: rgba(73, 50, 107, .1); */
}
.contacts {
    border: thin solid #712d71;
    /*background: rgb(113, 45, 113);
    background: rgba(113, 45, 113, .1); */
}
#r1_privacy {
    height: calc(100vh - 122px);
    overflow-y: scroll;
    overflow-x: hidden;
}

#container {
    position: relative;
    width: 161.8vh;
    height: 100vh;
    top: 0px;
    margin: 0 auto;
}
#header {
    background-color: #fff;
    float: left;
    margin-top: 20px;
    margin-left: 40px;
}
#r1 {
    
    width: calc(100vh - 2px);
    height: calc(100vh - 2px);
}
#r2 {
    background-color: #1ca1d0;
    width: 61.8vh;
    height: 61.8vh;
    position: relative;
}
#r2 div {
    color: #fff;
    position: absolute;
    bottom: 4vh;
    right: 4vh;
    font-size: 8vh;
    font-weight: bold;
}
#r3 {
    background-color: #49326b;
    width: 38.2vh;
    height: 38.2vh;
    position: relative;
}
#r3 div {
    color: #fff;
    position: absolute;
    top: 2.5vh;
    left: 2.5vh;
    font-size: 5vh;
    font-weight: bold;
}
#r4 {
    background-color: #712d71;
    width: 23.6vh;
    height: 23.6vh;
    color: #fff;
    position: relative;
}
#r4 div {
    color: #fff;
    position: absolute;
    top: 1.5vh;
    right: 1.5vh;
    font-size: 3vh;
    font-weight: bold;
}
#r567 {
    background-color: #fff;
    width: 23.6vh;
    height: 14.6vh;
}
#r5 {
    background-color: #e43567;
    width: 14.6vh;
    height: 14.6vh;
    color: #fff;
    position: relative;
}
#r5 div {
    color: #fff;
    position: absolute;
    bottom: 0.6vh;
    right: 1vh;
    font-size: 1.8vh;
    font-weight: bold;
}
#r6 {
    background-color: #ce3833;
    width: 9vh;
    height: 9vh;
    position: relative;
}
#r6 div {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 19px;
    height: 19px;
}
#r7 {
    background-color: #e64a35;
    width: 5.6vh;
    height: 5.6vh;
    position: relative;
}
#r7 div {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 19px;
    height: 19px;
}
#r8 {
    background-color: #ea7c36;
    width: 3.4vh;
    height: 3.4vh;
    position: relative;
}
#r9 {
    background-color: #f9ea35;
    width: 3.4vh;
    height: 2.2vh;
}
#footer {
    font-size: 1.5vh;
}

div#privacy {
    float: right;
    width: 90%;
    font-size: 1.5vh;
    margin-bottom: 1.5vh;
}

#contact_form { padding: 0; }

#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field { width: 180px; padding: 5px; border: 1px solid #666; color: #712d71; margin-bottom: 10px; }

#contact_form form label { display: block; font-size: 11px }

#contact_form form textarea { 
	clear: both; 
	width: calc(100% - 12px);
    height: 80px; 
	padding: 5px; 
	border: 1px solid #666;
    color: #712d71;
	margin-bottom: 10px;
}

#contact_form form .submit_btn { 
    font-size: 2vh;
    cursor: pointer;
    border: 1px solid #712d71;
    background-color: #712d71;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
}

.g-recaptcha {
    float: right;
}
.activities ul {
    list-style-type: square;
}
#contatti {
    float: right;
    margin-right: 40px;
}