/*
 *
 * DGEcho
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it
 *
 */

html {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    background-color: white;
    font-family: 'Open Sans', sans-serif;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100vh;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    position: relative;
}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section, form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}
img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
iframe {
    margin: 0px;
    padding: 0px;
    border: none;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;
    text-decoration: none;
    color: #0065A2;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
label {
    cursor: pointer;
}
.a_inv {
    color: #000;
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
    font-weight: inherit;
}
.underline {
    text-decoration: underline;
}
*:-placeholder {
    color: #939598;
    font-size: 12px;
}
*::-webkit-input-placeholder {
    color: #939598;
    font-size: 12px;
}

*::-moz-placeholder {
    color: #939598;
    font-size: 12px;
}
*:-moz-placeholder {
    color: #939598;
    font-size: 12px;
}

*:-ms-input-placeholder {
    color: #939598;
    font-size: 12px;
}
button::-moz-focus-inner {
  border: 0;
}
a:focus {
    outline: none;
}
input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;

}
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type="submit"] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.vis_hidden {
    visibility: hidden;
}
.hidden,
.only-1024,
#nav-cont .hidden,
#burger-left-menu,
#burger-top {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.opacity_0 {
    opacity: 0;
}
.inline-block {
    display: inline-block;
}
.inline-desktop {
    display: inline;
}
.table {
    display: table;
    float: none;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.table-cell-top {
    display: table-cell;
    float: none;
    vertical-align: top;
}
.table-row {
    display: table-row;
    float: none;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.w_33pe {
    width: 33.333333%;
}
.w_max100pe {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bradius_5 {
    border-radius: 5px;
}
.extralight {
    font-weight: 100;
}
.light {
    font-weight: 200;
}
.normal {
    font-weight: 400;
}
.style-normal {
    font-style: normal;
}
.medium {
    font-weight: 500;
}
.bold,
strong,
b {
    font-weight: 700;
    font-style: inherit;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;
}
.white, .bianco {
    color: #FFFFFF;
}
.blue_europa {
    color: #0065A2;
}
.red {
    color: #e81712;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont a {
/*    font-style: normal;*/
    font-weight: bold;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 25px;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
    float: left;
    margin: 0px 10px 10px 0px;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
.checkbox-custom-container {
    position: relative;
    padding-left: 27px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
}
.checkbox-custom-container label {
    display: inline-block;
}
.checkbox-custom-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* When the checkbox is checked, add a blue background */
.checkbox-custom-container input:checked ~ .checkmark {
    background-color: #0065A2;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}
#over-box,
#over-box-menu {
    display: none;
    position: fixed;
    z-index: 95;
    background-color: rgba(0,0,0, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-menu {
    z-index: 70;
}
#over-box-white {
    display: none;
    position: fixed;
    z-index: 95;
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#over-box-white img {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
}
.modal-box {
    display: none;
    position: fixed;
    padding: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #1358a5;
    text-align: center;
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: #fff;
    z-index: 1012;
    top: -500px;
    opacity: 0;
    box-sizing: border-box;
}
.search-form-input {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
    color: #000;
    box-sizing: border-box;
    font-size: 15px;
}
.form-input {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0px 10px;
    height: 60px;
    line-height: 60px;
    background-color: #fafafa;
    color: #000;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #e5e5e5;
}
.form-input-textarea {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10px 10px;
    height: 120px;
    line-height: 20px;
    background-color: #fafafa;
    color: #000;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 10;
}
.btn {
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    width: auto;
    box-sizing: border-box;
    padding: 0px 10px;
    text-align: center;
    color: white;
    background-color: #0065A2;
    font-size: 12px;
    font-family: 'PF Square Sans Pro Bold';
    border: 1px solid #0065A2;
    box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.btn-closed {
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    width: auto;
    box-sizing: border-box;
    padding: 0px 10px;
    text-align: center;
    color: white;
    background-color: #b3b3b3;
    font-size: 12px;
    font-family: 'PF Square Sans Pro Bold';
    box-sizing: border-box;
}
.title {
    font-family: 'PF Square Sans Pro Bold';
    font-size: 30px;
    line-height: 30px;
}
.title-int {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}
.title-big {
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
    color: #0065A2;
}
.title-medium {
    font-size: 26px;
    line-height: 29px;
    font-weight: bold;
    color: #0065A2;
}
.title-small {
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    color: #0065A2;
}
.title-extra-small {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    color: #0065A2;
}
.generic-file-download {
    min-height: 50px;
    padding-right: 170px;
    box-sizing: border-box;
    position: relative;
    padding: 5px 0px;
    margin: 5px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.generic-file-download .btn {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}
/* MAIN */
.page {
    max-width: 1280px;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
header {
    height: 192px;
    position: relative;
}
#eu-logo-top {
    display: block;
    float: left;
    position: absolute;
    left: 0px;
    top: 18px;
}
#header-top {
    height: 112px;
}
#header-bottom {
    height: 80px;
    background-color: #0065A2;
}
#header-top .page,
#header-bottom .page {
    padding-left: 210px;
    position: relative;
    z-index: 100;
}
#header-bottom .page  {
    height: 80px;
    z-index: 9999;
}
#search-top {
    display: block;
    float: left;
    width: auto;
    height: 40px;
    box-sizing: border-box;
    padding-right: 40px;
    width: 290px;
    position: absolute;
    right: 0px;
    top: 20px;
}
#nav-top #link-lega-top {
    position: absolute;
    width: auto;
    height: 15px;
    line-height: 15px;
    right: 310px;
    top: -124px;
    margin: 10px 0px;
}
#nav-top #link-lega-top a {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    padding: 0px 5px;
    border-right: 1px solid black;
    color: #0065A2;
    font-weight: normal;
}
#nav-top #link-lega-top a:last-child {
    border-right: none;
}
#nav-top #link-eu-top {
    position: absolute;
    width: auto;
    height: 15px;
    line-height: 15px;
    left: 0px;
    top: -114px;
    margin: 0px 0px;
}
#nav-top #link-eu-top a {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    padding: 0px 5px;
    border-right: 1px solid black;
    color: #0065A2;
    font-weight: normal;
}
#nav-top #link-eu-top a:last-child {
    border-right: none;
}
#search-top button,
#search-woosh-form button,
.search-woosh-form button {
    position: absolute;
    right: 0px;
    display: block;
    float: left;
    width: 40px;
    line-height: 38px;
    height: 40px;
    text-align: center;
    color: white;
    background-color: #0065A2;
    font-size: 15px;
    border: 1px solid #0065A2;
    box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#header-top-claim {
    margin-top: 83px;
    font-size: 25px;
    color: #0c509e;
    font-family: 'PF Square Sans Pro';
}
#header-bottom-claim {
    margin-top: 6px;
    font-size: 25px;
    color: white;
    font-family: 'PF Square Sans Pro';
}
#nav-top {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 45px;
    width: calc(100% - 210px);
}
#nav-top ul {
    float: left;
    width: 100%;
    height: 45px;
    font-family: 'PF Square Sans Pro';
    font-size: 14px;
}
#nav-top li {
    display: block;
    height: 45px;
    float: left;
    width: auto;
    position: relative;
}
.nav-first-liv {
    display: block;
}
#nav-top #dgecho-nav-first {
    position: absolute;
    right: 0px;
    margin-right: 0px;
    top: 4px;

}
.nav-first-liv-lnk {
    display: block;
    float: left;
    height: 45px;
}
#nav-top #dgecho-nav-first  .nav-first-liv-link-border {
    background-color: white;
}
#nav-top #dgecho-nav-first  .nav-first-liv-link-field {
    background-color: white;
    color: #0065A2;
    padding: 0px 20px;
    line-height: 41px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.nav-first-liv-lnk .nav-first-liv-link-field {
    display: block;
    float: left;
    box-sizing: border-box;
    height: 41px;
    padding-top: 13px;
    color: white;
    background-color: #0065A2;
    padding-right: 25px;
    z-index: 50;
    letter-spacing: 2px;
}
.nav-first-liv-lnk .nav-first-liv-link-border {
    height: 4px;
    background-color: #0065A2;
    display: block;
    float: left;
    width: calc(100% - 25px);
    z-index: 50;
    position: relative;
}
#nav-top .sel .nav-first-liv-link-border {
    background-color: #fff;
}
#nav-top .nav-second-liv {
    float: left;
    min-width: 135px;
    width: 100%;
    position: absolute;
    z-index: 30;
    top: 45px;
    left: -10px;
    height: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
#nav-top #nav-secondo-liv-section {
    width: 180px;
}
.nav-first-liv .nav-second-liv {
    display: none;
/*     z-index: 0; */
}
#nav-top .nav-second-liv li {
    width: 100%;
    clear: right;
    box-sizing: border-box;
    height: auto
}
#nav-top .nav-second-liv li:last-child a {
    border-bottom: none;
    height: 35px;
}
#nav-top .nav-second-liv a {
    box-sizing: border-box;
    height: 36px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 15px;
    display: block;
    float: left;
    width: 100%;
    color: #0065A2;
    background-color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
}
#nav-top .nav-second-liv .sel {
    background-color: #0065A2;
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
footer {
    height: 100px;
    background-color: #0065A2;
}
footer .table {
    height: 100px;
}
#fascia-loghi {
    margin: 80px 0px 40px 0px;
}
#fascia-loghi img {
    border-right: 1px solid #e5e5e5;
    padding: 0px 30px;
}
#fascia-loghi img:last-child {
    border-right: none;
}
main {
    min-height: calc(100vh - 320px - 192px)
}

#slider-hp-cont {
    position: relative;
    height: 400px;
}
#slider-hp {
    height: 400px;
    width: 1280px;
}
#slider-hp .hidden {
    display: none !important;
}
.slider-hp-obj {
    height: 400px;
    width: 1280px;
    position: relative;
}
.slider-text {
    position: absolute;
    width: 40%;
    right: 10%;
    bottom: 0px;
    padding: 20px;
    box-sizing: border-box;
}
.bg-slider-text {
    background-color: rgba(255, 255, 255, 0.8);
}
.slider-text p {
    font-family: 'PF Square Sans Pro';
    font-size: 25px;
    line-height: 25px;
}
#link-box-visibility-cont .link-box-hp {
    margin: 25px 25px 25px 0px;
    height: 250px;
}
#link-box-visibility-cont .link-box-hp-img {
    height: 70%;
}
#link-box-visibility-cont .link-box-hp-text {
    height: 30%;
}

#link-box-visibility-cont .link-box-hp:nth-child(3n) {
    margin-right: 0px;
}
.link-box-hp {
    display: block;
    float: left;
    width: calc((100% - 50px)/3);
    margin: 50px 25px 25px 0px;
    height: 300px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.link-box-hp:nth-child(3n) {
    margin-right: 0px;
}
/*#link-box-hp-cont .link-box-hp:nth-child(7) {
    margin-left: calc(((100% - 50px)/3) / 2  + 12.5px);
}*/
.link-box-hp-img {
    display: block;
    float: left;
    width: 100%;
    height: 60%;
}
.link-box-hp-text {
    display: block;
    float: left;
    width: 100%;
    height: 40%;
    padding: 10px 20px 40px 20px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-family: 'PF Square Sans Pro';
}
.link-box-hp-text-small {
    font-size: 20px;
    line-height: 25px;
    color: #0065A2;
}
.link-box-hp-text-big {
    font-size: 25px;
    line-height: 25px;
    color: #0065A2;
    padding: 22.5px 20px 40px 20px !important;
}
.link-box-hp-text .btn {
    display: block;
    float: left;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 75px);
}
#link-box-hp-ngo .btn {
    background-color: #09429F;
    border: 1px solid #09429F;
}
#link-box-hp-iofpa .btn {
    background-color: #005f6a;
    border: 1px solid #005f6a;
}
#link-box-hp-unfafa .btn {
    background-color: #00b2b2;
    border: 1px solid #00b2b2;
}
#link-box-hp-mssa .btn {
    background-color: #b22222;
    border: 1px solid #b22222;
}
#breadcrumb {
    margin: 20px 0px 10px 0px;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
}
#breadcrumb-int {
    margin: 0px 0px 20px 0px;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
}
#news-tabs-cont {
    height: 51px;
    margin-bottom: -1px;
}
#news-tabs-cont a {
    display: block;
    float: left;
    width: auto;
    height: 51px;
    line-height: 50px;
    padding: 0px 10px;
    font-size: 30px;
    font-family: 'PF Square Sans Pro Bold';
    background-color: #F2F2F2;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
}
#news-tabs-cont .sel {
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    z-index: 10;
    position: relative;
    color: black;
}
#news-newsletter-int {
    border-top: 1px solid #e5e5e5;
}
.news-box {
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.news-box-sel {
/*     background-color: #f7f7f7; */
}
.news-box:last-child {
    border-bottom: 0px;
}
#news-nav-year {
    width: auto;
    position: absolute;
    right: 0px;
    top: 12px;
}
#news-nav-year a {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    font-weight: normal;
}
#news-nav-year .sel {
    font-weight: bold;
}
.newsletter-box {
    min-height: 50px;
}
.newsletter-box:first-child {
    min-height: 60px;
}
.newsletter-box .ritch-cont  {
    width: 68%;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
}
.newsletter-dowload {
    width: 32%;
    box-sizing: border-box;
    min-height: 40px;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    padding: 10px 170px 10px 10px;
}
.newsletter-dowload .ritch-cont {
    font-size: 12px;
    line-height: 15px;
}
.newsletter-dowload .btn {
    display: block;
    float: left;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.newsletter-dowload p {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: calc( 100% - 180px);
    font-size: 12px;
    line-height: 15px;
    text-align: right;
}
.newsletter-dowload p a {
    font-weight: normal;
}
.form-row {
    margin-bottom: 10px;
}
.form-row-left {
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box;
}
.form-row-right {
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
}
#helpdesk-form {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}
#newslettercontact-form {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}
#privacy-cont {
    padding-bottom: 5px;
}
/*.table-classroom-training,
.table-classroom-training .table-row {
    width: 100%;
}*/
.table-classroom-training .table-row .table-cell,
.table-webinars  .table-row .table-cell,
.table-distance-learnings .table-row .table-cell {
    border-bottom: 1px solid #e5e5e5;
}
.table-classroom-training .table-row:first-child .table-cell,
.table-webinars .table-row:first-child .table-cell,
.table-distance-learnings .table-row:first-child .table-cell {
    border-top: 1px solid #e5e5e5;
}
.table-classroom-training .table-cell,
.table-webinars .table-cell,
.table-distance-learnings .table-cell {
    padding: 10px 0px;
    font-size: 15px;
    line-height: 20px;
}
.cell-ct-date {
    width: 15%;
}
.cell-ct-name {
    width: 50%
}
.cell-ct-language {
    width: 10%
}
.cell-ct-partecipant {
    width: 10%
}
.cell-ct-btn {
    text-align: right;
    width: 15%;
    min-width: 160px;
}
.table-distance-learnings .cell-ct-name {
    width: 65%
}
#top-subsite-title {
    margin: 20px 0px 0px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
#left-menu {
    display: block;
    float: left;
    width: 290px;
}
#left-menu ul {
    display: block;
    float: left;
    width: 100%;
}
#left-menu .menu-closed ul {
    display: none;
}
#left-menu .menu-open  ul {
    display: block;
}
#left-menu li,
#left-menu .left-menu-span {
    display: block;
    float: left;
    width: 100%;
}
.left-menu-first {
    display: table;
    float: none;
    table-layout: fixed;
    width: 100%;
    min-height: 51px;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.sel-first .left-menu-first-arrow {
    color: white;
}
.left-menu-second {
    display: table;
    float: none;
    table-layout: fixed;
    width: 100%;
    min-height: 51px;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: #e4e4e4;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#left-menu .sel-second {
    background-color: #e6e6e6;
    color: #041e44;
}
.left-menu-first-arrow {
    display: block;
    float: left;
    position: absolute;
    top: 0px;
    font-size: 12px;
    line-height: 12px;
    right: 0px;
    z-index: 10;
    height: 100%;
    width: 25px;
    text-align: center;
    line-height: 51px;
}
.left-menu-first-int {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.left-menu-second-int {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}
#main-int {
    width: calc(100% - 300px);
    float: right;
    margin-top: 15px;
}
.refdoc-page-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.reference-document-row {
    min-height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
}
.reference-document-row-header {
    min-height: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
}
.reference-document-row-name {
    width: 60%;
    font-size: 14px;
}
.reference-document-row-files {
    width: 40%;
    text-align: right;
}
.reference-document-row-files span {
    margin-left: 5px;
}
.btn-small {
    min-width: 40px;
    padding: 0px 0px;
}
.faqheadline-link {
    display: block;
    padding: 0px 10px;
    line-height: 50px;
    height: 50px;
    width: calc(( 100% - 10px ) / 2);
    font-size: 15px;
    box-sizing: border-box;
    background-color: #eaeaea;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.faqheadline-link:nth-child(odd) {
    float: left;
}
.faqheadline-link:nth-child(even) {
    float: right;
}
.faqheadline-link-text {
    display: block;
    float: left;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq-question-btn {
    display: block;
    float: left;
    padding: 10px 40px 10px 10px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: 15px;
    width: 100%;
}
.faq-question-arrow {
    position: absolute;
    right: 15px;
    top: 12px;
}
.faq-qa-cont {

}
.faq-answer {
    background-color: #eaeaea;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    display: none;
}
.faq-answer .ritch-cont {
    font-size: 15px;
    line-height: 20px;
}
.half-col {
    width: 50%;
    box-sizing: border-box;
}
.half-col-left {
    padding-right: 10px;
}
.half-col-right {
    padding-left: 10px;
    float: right;
}
.usefull-links-title {
    min-height: 40px;
    padding: 5px 10px;
    line-height: 30px;
    box-sizing: border-box;
    color: white;
    font-size: 20px;
}
.usefull-links-ul {
    width: 100%;
    box-sizing: border-box;
    /*list-style-type: disc;
    padding-left: 30px;*/
    padding-left: 10px;
/*     background-color: #f7f7f7;     */
    padding-bottom: 10px;
}

.usefull-links-ul li {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.usefull-links-ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
.usefull-links-link {
    display: block;
    width: 100%;
    float: left;
    min-height: 25px;
    padding: 2.5px 10px 2.5px 0px;
    margin-left: -5px;
    line-height: 20px;
    box-sizing: border-box;
    font-size: 15px;
}
.tabs-question-cont {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.tabs-question {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0px 10px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.tabs-question-cont .sel {
    background-color: #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.tabs-reply {
    display: none;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
/*    font-size: 15px;
    line-height: 20px;*/
}
.tabs-reply-cont .sel {
    background-color: #eaeaea;
    display: block;
}
.accordion-question {
    display: block;
    float: left;
    padding: 10px 40px 10px 10px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
    position: relative;
}
.accordion-question-arrow {
    position: absolute;
    right: 15px;
    top: 12px;
}
.accordion-reply {
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
    background-color: #eaeaea;
}
.bulb-info-bell-widget {
    padding: 10px;
    color: white;
    box-sizing: border-box;
}
.bulb-info-text-cont {
    width: calc(100% - 80px);
    min-height: 70px;
    padding-left: 10px;
}
.bulb-info-bell-widget .ritch-cont {
    /*float: right;*/
    font-size: 15px;
    line-height: 20px;
}
.bulb-info-bell-widget .ritch-cont a {
    color: white;
    text-decoration: underline;
}
.bulb-info-bell-image {
    width: 70px;
}
.search-result-row {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.search-result-row:last-child {
    border-bottom: none;
}
.search-result-row ul {
    display: block;
    float: left;
    width: 100%;
}
.search-result-row li {
    display: block;
    float: left;
    width: auto;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}
.search-result-text {
    font-size: 15px;
    line-height: 20px;
}
#search-woosh-form-cont,
.search-woosh-form-cont {
    width: 50%;
}
.faq-top-cont .search-woosh-form-cont  {
    width: 100%;
    margin: 0px 0px 20px 0px;
}
.faq-top-cont .search-woosh-form {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#search-woosh-form #id_q,
.search-woosh-form #id_fs-q {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
    color: #000;
    box-sizing: border-box;
    font-size: 15px;
}
#search-woosh-filters {
    display: block;
    float: left;
    width: 100%;
}
#search-woosh-filters li {
    display: block;
    float: left;
    width: auto;
    margin-right: 30px;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
}
#search-woosh-filters li:last-child {
    margin-right: 0px;
}
#search-woosh-form,
.search-woosh-form {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.search-left {
    width: 50%;
}
.search-right {
    width: 50%;
    float: right;
}
.ck-indent-paragraph {
    padding-left: 40px;
    box-sizing: border-box;
}
table {
    max-width: 100% !important;
}
.faq-top-cont {
    box-sizing: border-box;
    position: relative;
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: #1796ff;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .nav-first-liv:hover  .nav-first-liv-link-border {
        background-color: #fff;
    }
    .nav-first-liv:hover .nav-second-liv {
        display: block;
    }
    #link-lega-top a:hover {
        color: #1796ff;
    }
    #nav-top .nav-second-liv a:hover {
        background-color: #0065A2;
        color: #fff;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #search-top button:hover,
    #search-woosh-form button:hover,
    .btn:hover {
        background-color: white;
        border: 1px solid #0065A2;
        color: #0065A2;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #link-box-hp-ngo .btn:hover {
        background-color: white;
        color: #09429F;
        border: 1px solid #09429F;
    }
    #link-box-hp-iofpa .btn:hover {
        background-color: white;
        color: #005f6a;
        border: 1px solid #005f6a;
    }
    #link-box-hp-unfafa .btn:hover {
        background-color: white;
        color: #00b2b2;
        border: 1px solid #00b2b2;
    }
    #link-box-hp-mssa .btn:hover {
        background-color: white;
        color: #b22222;
        border: 1px solid #b22222;
    }
    .faqheadline-link:hover {
        background-color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .left-menu-second:hover {
        background-color: #dadada;
        color: #041e44;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #nav-top li:last-child .nav-first-liv-lnk:hover .nav-first-liv-link-field {
        color: white;
        background-color: #0065A2;
        border-bottom: 4px solid white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .left-menu-span:hover .left-menu-first-arrow {
        color: white;
    }
    /* On mouse-over, add a grey background color */
    .checkbox-custom-container:hover input ~ .checkmark {
        background-color: #ccc;
    }
    .checkbox-custom-container:hover input:checked ~ .checkmark {
        background-color: #0065A2;
    }
}
@media only screen and (min-width:1024px) and (max-width:1279px) {
    /*#eu-logo-top img {
        width: 100px;
    }*/
    #nav-top #link-eu-top a {
/*         border-right: none; */
    }
    .only-1024 {
        display: inline;
    }
    #nav-top #dgecho-nav-first,
    #search-top {
        right: 10px;
    }
    #link-lega-top {
        right: 310px;
    }
    .slider-hp-obj,
    #slider-hp {
        width: 100vw;
        height: calc(100vw * 400.0 / 1280.0);
    }
    #slider-hp-cont {
        height: calc(100vw * 400.0 / 1280.0);
    }
    #link-box-hp-cont,
    #breadcrumb,
    #news-newsletter-int {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    #news-nav-year {
        right: 10px;
    }
    .padding-mobile {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .nav-first-liv-lnk .nav-first-liv-link-field {
        letter-spacing: 1px;
        padding-right: 20px;
    }
    .nav-first-liv-lnk .nav-first-liv-link-border {
        width: calc(100% - 20px);
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    body {
        font-size: 15px;
        line-height: 21px;
    }
    #nav-top {
        width: calc(100% - 40px);
    }
    #header-bottom .page {
        width: 100%;
        padding-left: 40px;
    }
    #nav-top #link-eu-top a {
/*         border-right: none; */
    }
    .only-1024 {
        display: inline;
    }
    #nav-top #dgecho-nav-first,
    #search-top {
        right: 10px;
    }
    #nav-top #link-lega-top {
        left: auto;
        right: 250px;
/*         top: -147px; */
        top: -125px;
    }
    #nav-top #link-eu-top {
/*         top: 27px; */
        left: 115px;
    }
    .slider-hp-obj,
    #slider-hp {
        width: 100vw;
        height: calc(100vw * 400.0 / 1280.0);
    }
    #slider-hp-cont {
        height: calc(100vw * 400.0 / 1280.0);
    }
    #link-box-hp-cont,
    #breadcrumb,
    #news-newsletter-int {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    #news-nav-year {
        right: 10px;
    }
    .padding-mobile {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    #header-top-claim {
        font-size: 20px;
    }
    #header-bottom-claim {
        font-size: 20px;
        width: auto;
        margin-left: 120px;
    }
    #eu-logo-top {
        top: 38px;
    }
    #eu-logo-top img {
        width: 150px;
    }
    #header-top .page {
        padding-left: 160px;
    }
    #link-eu-top {
        left: 155px;
        height: auto;
    }
    #search-top {
        width: 230px;
    }
    #link-lega-top {
        right: 250px;
    }
    .slider-text {
        padding: 10px;
    }
    .slider-text p {
        font-size: 18px;
        line-height: 18px;
    }
    .link-box-hp-text-small {
        font-size: 15px;
        line-height: 20px;
    }
    .link-box-hp-text-big {
        font-size: 20px;
        line-height: 20px;
    }
    .link-box-hp {
        width: calc((100% - 25px)/3);
        margin: 25px 12.5px 12.5px 0px;
    }
    #left-menu {
        width: 240px;
    }
    #main-int {
        width: calc(100% - 240px);
    }
    .title {
        font-size: 25px;
        line-height: 25px;
    }
    .title-int {
        font-size: 20px;
        line-height: 20px;
    }
    .title-big {
        font-size: 25px;
        line-height: 28px;
    }
    .title-medium {
        font-size: 21px;
        line-height: 24px;
    }
    .title-small {
        font-size: 17px;
        line-height: 20px;
    }
    .title-extra-small {
        font-size: 15px;
        line-height: 18px;
    }
    .ritch-cont img {
        max-width: 50% !important
    }
    #breadcrumb-int {
        font-size: 12px;
        height: 15px;
        line-height: 15px;
    }
    .reference-document-row-name {
        font-size:12px;
    }
    .reference-document-row-files span {
        margin-bottom: 5px;
    }
    .search-left {
        width: 40%;
    }
    .search-right,
    #search-woosh-form-cont,
    .search-woosh-form-cont {
        width: 60%;
        float: right;
    }
    #search-woosh-filters li {
        font-size: 14px;
    }
    .nav-first-liv-lnk .nav-first-liv-link-field {
        letter-spacing: 1px;
        padding-right: 12px;
    }
    .nav-first-liv-lnk .nav-first-liv-link-border {
        width: calc(100% - 12px);
    }
    #nav-top #dgecho-nav-first .nav-first-liv-link-field {
        padding: 0px 10px;
    }
    .btn,
    .btn-closed {
        min-width: 75px;
    }
    .link-box-hp-text .btn {
        left: calc(50% - 32.5px);
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {
    body {
        font-size: 12px;
        line-height: 18px;
    }
    body, html {
        width: 100vw;
        overflow-x: hidden;
    }
    header {
        height: 150px;
    }
    table {
        max-width: 100% !important;
        width: 100% !important;
    }
    .btn,
    .btn-closed {
        height: 30px;
        line-height: 30px;
        min-width: 100px;
    }
    .padding-mobile {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    #eu-logo-top {
        top: 11px;
    }
    #eu-logo-top img {
        width: 120px;
    }
    #header-top .page,
    #header-bottom .page {
        padding-left: 131px;
    }
    #header-top {
        height: 70px;
    }
    #header-bottom {
        height: 45px;
    }
    #link-eu-top {
        display: none;
    }
    #link-lega-top {
        right: 5px;
        top: 0px;
        font-size: 11px;
    }
    #link-lega-top a {
        font-size: 11px;

    }
    #search-top {
        position: absolute;
        top: 115px;
        right: 0px;
        width: calc(100% - 0px);
        height: 35px;
        padding-right: 0px;
        padding-left: 35px;
    }
    .search-form-input {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    #search-top button {
        width: 35px;
        line-height: 33px;
        height: 35px;
        font-size: 12px;
        left: 0px;
    }
    #header-top-claim {
        margin-top: 40px;
        font-size: 12px;
        line-height: 12px;
    }
    #header-bottom-claim {
        font-size: 12px;
        line-height: 12px;
        width: auto;
    }
    #header-bottom .page {
        height: auto;
    }
    #burger-top {
        display: block;
        float: right;
        color: white;
        padding: 13.5px 13.5px 13.5px 20px;
        font-size: 15px;
        position: absolute;
        right: 0px;
    }
    #nav-top {
        display: none;
        position: absolute;
        height: calc(100vh - 115px);
        min-height: 450px;
        top: 80px;
        right: 0px;
        width: 100%;
        background-color:  #0065A2;
        border-top: 1px solid white;
        padding-right: 24px;
        padding-top: 5px;
        box-sizing: border-box;
    }
    #nav-top ul {
        height: auto;
        width: 100%;
    }
    #nav-top li {
        height: auto;
        width: 100%;
    }
    .nav-first-liv-lnk {
        float: right;
        height: auto;
        width: auto;
        text-align: right;
    }
    .nav-first-liv-lnk .nav-first-liv-link-field {
        float: right;
        height: 31px;
    }
    #nav-top #dgecho-nav-first {
        position: relative;
        margin-top: 15px;
        height: 45px;
        right: -24px;
    }
    #nav-top #dgecho-nav-first a {
        height: 40px;
        width: 150px;
    }
    #nav-top #dgecho-nav-first span {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    #nav-top #dgecho-nav-first .nav-first-liv-link-field {
        padding-right: 44px;
    }
    #nav-top .nav-second-liv {
        left: auto;
        right: 10px;
        z-index: 130;
    }
    #nav-top .nav-second-liv a {
        text-align: right;
    }
    #nav-top #link-eu-top {
        margin-top: 20px;
        position: static;
        float: right;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        line-height: 25px;
    }
    #nav-top #link-lega-top {
        margin-top: 20px;
        position: static;
        float: right;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        line-height: 25px;
    }
    #nav-top #link-lega-top a,
    #nav-top #link-eu-top a {
        color: white;
        text-align: right
    }
    #nav-top #link-eu-top a {
        float: right;
        border: none;
        line-height: 20px;
    }
    #nav-top #link-lega-top a {
        float: right;
        border: none;
    }
    footer .table {
        min-height: 100px;
        height: auto;
    }
    footer {
        min-height: 100px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .slider-hp-obj,
    #slider-hp {
        width: 100vw;
        height: calc(100vh - 165px);
    }
    #slider-hp-cont {
        height: calc(100vh - 165px);
    }
    .slider-text {
        position: absolute;
        width: 80%;
        right: 10%;
        bottom: 0px;
        padding: 10px;
        box-sizing: border-box;
    }
    .slider-text p {
        font-family: 'PF Square Sans Pro';
        font-size: 15px;
        line-height: 15px;
    }
    .link-box-hp {
        display: block;
        float: left;
        width: calc(100% - 50px);
        margin: 50px 25px 0px 25px;
        height: 300px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    }
    .link-box-hp:nth-child(3n) {
        margin-right: 0px;
    }
    #link-box-hp-cont .link-box-hp:nth-child(7) {
        margin-left: 25px;
    }
    .link-box-hp-text-small {
        font-size: 15px;
        line-height: 20px;
    }
    .link-box-hp-text-big {
        font-size: 20px;
        line-height: 20px;
    }
    #fascia-loghi img {
        width: 70px;
        height: 70px;
        padding: 0px 15px;
    }
    #breadcrumb {
        padding: 0px 10px;
        box-sizing: border-box;
        font-size: 12px;
    }
    .link-box-hp-text .btn {
        left: calc(50% - 50px);
    }
     .title {
        font-size: 25px;
        line-height: 25px;
    }
    .title-int {
        font-size: 20px;
        line-height: 20px;
    }
    .title-big {
        font-size: 25px;
        line-height: 28px;
    }
    .title-medium {
        font-size: 21px;
        line-height: 24px;
    }
    .title-small {
        font-size: 17px;
        line-height: 20px;
    }
    .title-extra-small {
        font-size: 15px;
        line-height: 18px;
    }
    .generic-file-download {
        box-sizing: border-box;
        padding-right: 110px;
    }
    .table-classroom-training-cont .table,
    .table-distance-learnings-cont .table,
    .table-webinars-cont .table {
        display: block;
        float: left;
        box-sizing: border-box;
    }
    .table-classroom-training-cont .table-row,
    .table-distance-learnings-cont .table-row,
    .table-webinars-cont .table-row {
        display: block;
        float: left;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
    }
    .table-classroom-training-cont  .table-cell,
    .table-distance-learnings-cont .table-cell,
    .table-webinars-cont .table-cell {
        display: block;
        float: left;
        width: 100%;
        border: none;
        padding: 0px 0px 10px 0px;
    }
    .table-classroom-training .table-row:first-child .table-cell,
    .table-webinars .table-row:first-child .table-cell,
    .table-distance-learnings .table-row:first-child .table-cell,
    .table-classroom-training .table-row .table-cell,
    .table-webinars .table-row .table-cell,
    .table-distance-learnings .table-row .table-cell {
        border: none;
    }
    .table-classroom-training-cont .btn-closed,
    .table-classroom-training-cont .btn,
    .table-distance-learnings-cont .btn,
    .table-distance-learnings-cont .btn-closed,
    .table-webinars-cont .btn,
    .table-webinars-cont .btn-closed {
            float: left;
    }
    #news-tabs-cont a {
        font-size: 20px;
    }
    #news-nav-year {
        right: 10px;
        top: -30px;
    }
    #news-nav-year a {
        font-size: 12px;
    }
    #news-newsletter-int {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    #privacy-cont,
    #dgecho-flash-cont {
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }
    .form-row-left {
        width: 100%;
        padding: 0px 0px 5px 0px;
    }
    .form-row-right {
        width: 100%;
        padding: 0px 0px 5px 0px;
    }
    .form-row {
        margin: 0px;
    }
    #id_headquarter_address,
    #id_grant_number {
        margin-bottom: 5px;
    }
    #left-menu {
        width: 100vw;
        position: relative;
        box-sizing: border-box;
    }
    #main-int {
        width: 100vw;
        position: relative;
/*         padding-right: 45px; */
    }
    #main-subsite {
        width: calc(2 * 100vw);
        right: 100vw;
        position: relative;
    }
    .btn-small {
        min-width: 40px;
        width: 40px;
    }
    #burger-left-menu {
        height: 40px;
        line-height: 40px;
        display: block;
        float: left;
        width: 40px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        text-align: center;
        font-size: 18px;
        z-index: 100;
        background-color: white;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    }
    #fascia-loghi {
        margin: 40px 0px 40px 0px;
    }
    .reference-document-row-name {
        font-size:12px;
        line-height: 20px;
    }
    .reference-document-row-files span {
        margin-bottom: 5px;
    }
    .faqheadline-link {
        width: 100%;
    }
    #search-woosh-filters li {
        font-size: 12px;
    }
}
/* Turn Your Device */
#turn-your-device {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
#tyd-telefono-logo-tyd {
}
#tyd-telefono svg {
    height: 60px;
}
#tyd-arrow svg {
    height: 100px;
}
#tyd-telefono {
    position: absolute;
    left: calc( 50% - 15.5px);
    top: 40px;
    -webkit-animation: tydCellRotation 3s infinite; /* Safari 4+ */
    -moz-animation:    tydCellRotation 3s infinite; /* Fx 5+ */
    -o-animation:      tydCellRotation 3s infinite; /* Opera 12+ */
    animation:         tydCellRotation 3s infinite; /* IE 10+, Fx 29+ */
}
#tyd-arrow {
    position: absolute;
    left: calc( 50% - 50px);
    top: 20px;
}
@-webkit-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@-moz-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@-o-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}

@-webkit-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-moz-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-o-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
