/*
Theme Name: specimen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: #979798, #0050FF, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
@font-face {
    font-family: 'times_new_romanregular';
    src: url('../specimen/font/times_new_roman-webfont.woff2') format('woff2'),
         url('../specimen/font/times_new_roman-webfont.woff') format('woff'),
         url('../specimen/font/times_new_roman-webfont.svg#times_new_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'times_new_romanregular';
    src: url('../specimen/font/times_new_roman_bold-webfont.woff2') format('woff2'),
         url('../specimen/font/times_new_roman_bold-webfont.woff') format('woff'),
         url('../specimen/font/times_new_roman_bold-webfont.svg#times_new_romanbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
span.wpcf7-quiz-label {
    font-size: 35px;
    line-height: 40px;
    color: white;
}
html,body,h1,h2,h3,h4,h5,h6,p,em,strong,i,b,span
{
	margin:0;
	padding:0;
	color: #3c3c3c;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 16px;
	line-height: 18px;
}
.logo,.sub-logo {font-family: 'helvetica',arial,sans-serif;font-weight: bold;font-size: 16px;display: inline-block;margin-top: 8px;}
div#inner-menu {
    height: 30px;
    background: #979798;
}
.bot-menu {
    border-bottom: 1px solid #979798;
    height: 30px;
    background: white;
}
.inner-bot-menu {
    padding: 0 20px;
    padding-right: 0;
}
.logo {
    margin-right: 90px;
}
div#menu {
    position: fixed;
    top: 0;
    left: 60px;
    right: 60px;
    z-index: 10000;
}

body.admin-bar div#menu {
    top: 32px;
}

div#page {
    margin-top: 155px;
    margin-left: 60px;
    margin-right: 60px;
}
div#content {
    margin: 0 10px;
    margin-right: 0;
    overflow: hidden;
    z-index: 10;
}
.tips-page,.search-page {
    position: fixed;
    top: 62px;
    left: 60px;
    right: 60px;
    height: calc(100vh - 62px);
    overflow: auto;
    background: rgba(151, 151, 152,0.95);
    z-index: -1;
    opacity:0;
}
input#search,input#search1 {
    font-size: 120px;
    line-height: 120px;
    font-family: 'helvetica';
    font-weight: bold;
    color: white;
    margin-top: 0px;
    border: 0;
}
.search-label {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: white;
}
.inner-tips-page,.inner-search-page {
    padding: 20px;
    padding-top: 0;
}
.search-header {
    border-top: 1px solid white;
    margin-top: 20px;
    padding-top: 5px;
    height: 50px;
    border-bottom: 1px solid white;
}
.search-label {
    display: inline-block;
    width: 19%;
}
.section-search {
    display: inline-block;
    width: 19%;
}
h2.titolo,h2.titolo * {font-family: 'helvetica',arial,sans-serif;font-size: 16px;}
h2.titolo,h3.sub-titolo {
    font-weight: lighter;
    line-height: 20px;
}
h3.sub-titolo {
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 3px;
}
.left-block-titolo {
    min-height: 120px;
    border-left: 1px solid #979798;
}
.inner-left-block-titolo {
    padding-left: 10px;
    border-bottom: 1px solid #979798;
    min-height: 60px;
    padding-right: 70px;
}
.testo-articolo {
    margin-top: -60px;
    overflow: visible;
    position: relative;
    z-index: 11;
}
.testo-articolo * {
    font-size: 2.00vw;
    line-height: 2.5vw;
}
.inner-testo-articolo {
    padding-left: 10px;
    padding-top: 5px;
    overflow: visible;
}
h2.titolo {padding-right: 20px;display: inline;vertical-align: top;}
.articolo {
    width: 80%;
}
figcaption.wp-caption-text,figcaption.wp-caption-text * {
    color: #979798;
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: lighter;
}
figure#attachment_11 {
    margin: 0;
    width: 65% !important;
    margin-top: 45px;
    margin-bottom: 40px;
}
figure#attachment_11 img {
    width: 100%;
    height: auto;
}
.articolo-secondario {
    display: none;
}
.inner-languages {font-family: 'helvetica',arial,sans-serif;font-weight: lighter;width: 100px;}
.languages {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 120px;
    border-left: 1px solid #979798;
    width: 30px;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    transition: width 0.5s;
    background: white;
    z-index: 100;
    overflow: hidden;
}
main#main {
    position: relative;
}
.title-languages {
    padding-left: 10px;
    border-bottom: 1px solid #979798;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 50px;
    width: 60px;
    overflow: visible;
}
.page .testo-articolo h3 {
    display: none;
}
.title-languages img {
    width: 16px;
}
.arrow-blog img {
    width: 16px;
}
.lang {
    padding-left: 10px;
}
.lang.not-visible {
    display: none;
}
.arrow-blog {
    padding-bottom: 15px;
}
.blog-container {
    background: #0050FF;
    position: absolute;
    top: 435px;
    right: 0;
    width: 30px;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    transition: width 0.5s;
    z-index: 10000;
}
.inner-blog-flap {
    padding: 10px;
}
.blog-container * {font-family: 'helvetica',arial,sans-serif;color: white;font-weight: lighter;}
.testo.attivo {
    display: block;
    height: 0;
    overflow: hidden;
    margin-top: 0;
}
.testo {
    display: none;
}
div#primary {
    margin-bottom: 50px;
}
.title-languages img {
    cursor: pointer;
}
.lingue-flap {
    margin-top: 27px;
}
.blog-container.attivoflap {
    width: 520px;
}
.lang-flap.lingua-attiva {
    font-weight: bold;
}
.lang-flap {
    cursor: pointer;
}
.attivoflap .testo.attivo {
    height: auto;
    padding-top: 7px;
    border-top: 1px solid white;
    margin-top: 10px;
}
.arrow-blog img {
    cursor: pointer;
}
.languages.attivolang {
    width: 100px;
}
img.remove {
    width: 16px;
    display: none;
    cursor: pointer;
}
.small img.remove,.medium img.remove {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
}
.attivolang .title-languages img {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.attivoflap .arrow-blog img {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.lang-flap:hover {
}
.inner-titolo-articolo {
    position: relative;
}
.right-block-titolo {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: lighter;
    text-align: left;
    width: 60px;
    border-left: 1px solid #979798;
    height: calc(100% - 60px);
    padding-left: 10px;
}
body .crediti * {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'helvetica';
}
.lang:hover {
    color: #979798;
    cursor:pointer;
}
.share {
    cursor: pointer;
}
.share:hover {
    color: #979798;
}
.articolo.medium {
    width: 50%;
    float: left;
}
.medium .right-block-titolo {
    display: none;
}
.medium .testo-articolo * {
    font-size: 1.6vw;
    line-height: 2.10vw;
}
.articolo.visibile {
    display: block;
    overflow: visible;
}
.clear {
    clear: both;
}
.articolo.nascosto {
    display: none;
}
.medium figure#attachment_11, .small figure#attachment_11 {
    display: none;
}
.medium .crediti,.small .crediti {
    margin-top: 30px;
}
.articolo.small {
    float: left;
    width: 32%;
    margin-left: 10%;
    position: absolute;
    left: 50%;
}
.small .testo-articolo * {
    font-size: 1.15vw;
    line-height: 1.5vw;
}
.fixedheight {
    height: 60px;
    pointer-events: none;
}
.small .right-block-titolo {
    display: none;
}
.text-newsletter * {font-family: 'helvetica',arial,sans-serif;color: #0050FF;font-size: 36px;line-height: 36px;font-weight: bold;}
.text-newsletter span {
    color: #3C3C3C;
    cursor: pointer;
}
.overlay-newsletter {
    position: fixed;
    top: 61px;
    left: 0;
    height: calc(100% - 60px);
    background: rgba(255,255,255,0.9);
    z-index: 100000;
    overflow: auto;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.inner-overlay {
    margin-left: 60px;
    margin-right: 240px;
    padding-bottom: 30px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    font-size: 120px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #0050FF;
    line-height: 195px;
    outline: 0;
    margin-bottom: 12px;
    background: none;
    margin-top: -40px;
    font-weight: bold;
    color: #0050FF;
    font-family: 'helvetica',arial,sans-serif;
}
::-webkit-input-placeholder {
   color: white;
}
:-moz-placeholder { /* Firefox 18- */
   color: white;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}
:-ms-input-placeholder {  
   color: white;  
}
.forgot-password * {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: white;
}
.required-field {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
}
.forgot-password {
    border-top: 1px solid white;
    margin-top: 30px;
    height: 55px;
    clear: both;
}
.left-block-forgot {
    float: left;
    width: 20%;
}
.inner-left-forgot {
    height: 45px;
    border-right: 1px solid white;
    padding-top: 10px;
}
.inner-middle-forgot {
    padding-top: 10px;
    padding-left: 10px;
}
.middle-block-forgot {
    float: left;
}
.right-block-forgot {
    float: right;
}
.inner-right-forgot * {
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}
.page-id-86 .quiz-282 span.wpcf7-not-valid-tip {
    position: absolute;
    top: 8px;
    left: 20px;
}
span.wpcf7-form-control-wrap.retype {
/*    margin-bottom: 55px;*/
    display: block;
}
div#reset,div#signup,div#login-btn-custom {
    width: 132px;
    padding: 8px;
    border-left: 1px solid white;
	cursor:pointer;
}
.required-field {
    margin-left: 20%;
    margin-top: 150px;
}
#search::-webkit-input-placeholder,#search1::-webkit-input-placeholder {
   color: white;
}
#search:-moz-placeholder,#search1:-moz-placeholder { /* Firefox 18- */
   color: white;  
}
#search::-moz-placeholder,#search1::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}
#search:-ms-input-placeholder,#search1:-ms-input-placeholder {  
   color: white;  
}
#register-form-container input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::-webkit-input-placeholder {
   color: white;
}
#register-form-container input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email:-moz-placeholder { /* Firefox 18- */
   color: white;  
}
#register-form-container input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}
#register-form-container input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email:-ms-input-placeholder {  
   color: white;  
}
input.wpcf7-form-control.wpcf7-acceptance {
    cursor: pointer;
}
.info-from-forms {
    display: none;
}
.info-from-forms.attivo {
    display: block;
    position: fixed;
    top: 30%;
    background: white;
    z-index: 1000000;
    width: 300px;
    max-width: 90%;
    max-width: calc(100% - 20px);
    height: auto;
    left: 50%;
    border: 1px solid #979798;
    color: #979798;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.inner-form-forms {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 10px;
}
.block-text-about p a {
    color: #0050FF;
    text-decoration: none;
}
div#register-form-container input.wpcf7-form-control {
    border-top: 1px solid white;
    padding-top: 5px;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    background: none !important;
    border-bottom: 0;
    margin-top: 0;
}
div#register-form-container {
    margin-top: 50px;
}
span.wpcf7-form-control.wpcf7-checkbox input {
    border: 1px solid white;
    -webkit-appearance: none;
    width: 15px;
	cursor:pointer;
    height: 15px;
    outline: 0;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0;
}
.news-check {
    margin-left: calc(20% + 10px);
    border-top: 1px solid white;
    vertical-align: top;
}
span.news-text {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 8px;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
}
span.wpcf7-form-control-wrap.newsletter {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
    margin-left: -24px;
    margin-right: 6px;
}
.accept-check {
    margin-left: calc(20% + 10px);
    border-top: 1px solid white;
    margin-top: 20px;
    float: left;
    width: calc(80% - 10px);
}
div#page {
	overflow-x:hidden;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::-webkit-input-placeholder {
   color: #0050FF;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email:-moz-placeholder { /* Firefox 18- */
   color: #0050FF;  
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::-moz-placeholder {  /* Firefox 19+ */
   color: #0050FF;  
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email:-ms-input-placeholder {  
   color: #0050FF;  
}
.text-newsletter p {
    margin-bottom: 36px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    /* display: none !important; */
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    width: 340px;
    bottom: -41px;
    color: red;
    font-family: 'helvetica',arial,sans-serif;
}
.oksent .overlay-newsletter {
    opacity: 0;
    z-index: -1;
}
.text-newsletter span:hover {
    color: #aaa;
}
span.send:hover {
    color: #aaa;
}
span.wpcf7-not-valid-tip {
    color: #0050FF;
    bottom: -50px;
}
.blog-flap {
    width: 520px;
}
span.share-title {font-family: 'helvetica',arial,sans-serif;cursor: pointer;font-weight: lighter;}
.share:hover .share-title {
    display: none;
}
.share:hover .socials {
    display: block;
}
.socials a {
    text-decoration: none;
    color: #3c3c3c;
    font-weight: lighter;
    font-family: 'helvetica',arial,sans-serif;
}
.socials {
    display: none;
}
.socials-general {
    float: right;
    margin-top: 8px;
}
.socials-general a {
    text-decoration: none;
    color: #3c3c3c;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: lighter;
}
.single-post .articolo {
	padding-bottom:40;
}
.articolo {
    margin-bottom: 45px;
    position: relative;
}
.articolo.colnumb1 {
    width: 34%;
}
.colnumb1 .testo-articolo * {
    font-size: 1.4vw;
    line-height: 2vw;
}
.regular .testo-articolo * {
    font-style: normal;
}
.articolo.colnumb2 {
    width: 51%;
}
.colnumb2 .testo-articolo * {
    font-size: 1.9vw;
    line-height: 2.3vw;
}
.articolo.colnumb3 {
    width: 68%;
}
.colnumb3 .testo-articolo * {
    font-size: 2.4vw;
    line-height: 2.9vw;
}
.articolo.colnumb4 {
    width: 85%;
}
.colnumb4 .testo-articolo * {
    font-size: 2.8vw;
    line-height: 3.3vw;
    font-size: 2.25vw;
    line-height: 2.7vw;
}
.articolo.colnumb5 {
    width: 100%;
}
.colnumb5 .testo-articolo * {
    font-size: 3vw;
    line-height: 3.6vw;
    font-size: 2.55vw;
    line-height: 2.8vw;
}
.italic .testo-articolo *,em,i {
    font-style: italic;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.bold .testo-articolo * {
    font-weight: bold;
}
svg.freccia {
    vertical-align: middle;
    margin-left: 0;
    margin-top: -2px;
}
span.title-dossier {
    font-weight: bold;
    font-family: 'helvetica';
    font-size: 70px;
    line-height: 57px;
    padding-left: 4px;
}
.head-dossier {
    position: absolute;
    width: 168px;
    border-right: 1px solid #979798;
    height: 100%;
    padding-right: 0px;
    margin-right: 10px;
    left: 0;
    top: 0;
}
.dossier .inner-left-block-titolo {
    padding-left: 178px;
    position: relative;
}
.dossier .inner-articolo-dossier,.dossier .inner-articolo-dossier * {
    text-decoration: none;
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    
}
.dossier .inner-testo-articolo {
    padding: 0;
}
.inner-articolo-dossier {
    border-left: 1px solid #979798;
    border-bottom: 1px solid #979798;
    padding: 10px;
    min-height: 64px;
    padding-bottom: 0;
    padding-top: 4px;
}
.inner-articolo-dossier a {
    display: block;
    height: 100%;
    width: 100%;
}
.dossier .inner-testo-articolo {
    margin-left: 169px;
    position: relative;
}
.table-of-content,.table-of-content * {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: bold;
    font-family: 'helvetica',arial,sans-serif;
    padding: 10px;
    padding-top: 5px;
}
.table-of-content {
	float:left;
}
.articolo-dossier {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.inner-blog-container {
    background: #0050FF;
	padding:10px;
}
.arrow-blog-single img {
    width: 16px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.blog-container-blog .data {
    color: #3c3c3c;
    padding: 0px 10px;
    padding-bottom: 4px;
}
.arrow-blog-single {
    position: relative;
}
.arrow-single-blog {
    position: absolute;
    right: 0;
    bottom: 15px;
}
.blog-container-blog .lingue-flap {
    margin-top: 0;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.blog-container-blog .lingue-flap * {
    line-height: 21px;
}
.blog-container-blog .testo.attivo {
    height: auto;
    width: auto;
}
.blog-container-blog * {
    font-family: 'helvetica',arial,sans-serif;
    color: white;
    font-weight: lighter;
}
.articolo-correlato {
    border-top: 1px solid white;
    padding-top: 6px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 15px;
}
.articolo-correlato .arrow-single-blog {
    right: 0px;
    z-index: 10000;
    bottom: auto;
    top: 8px;
}
.articolo-correlato .arrow-single-blog img {
    width: 16px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.blog-container-blog {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
}
.arrow-single-blog a {
    padding-right: 0;
}
.articolo-correlato a {
    text-decoration: none;
    padding-right: 20px;
    line-height: 21px;
    display: block;
}
.bigtext .inner-blog-container * {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #0050FF;
}
.senzasfondo .inner-blog-container * {
    color: #0050FF;
}
.bigtext .inner-blog-container,.senzasfondo .inner-blog-container {
    background: none;
}
.blog-container-blog.bigtext .lingue-flap,.blog-container-blog.senzasfondo .lingue-flap {
    border-bottom: 1px solid #0050FF;
}
.bigtext .inner-blog-container,.senzasfondo .inner-blog-container {
    border-left: 1px solid #0050FF;
    padding-left: 0;
    padding-top: 0;
    margin-top: 10px;
}
.bigtext .inner-blog-container {
    margin-top: 0;
}
.senzasfondo .articolo-correlato {
    border-top: 1px solid #0050FF;
    padding-left: 10px;
}
.bigtext .inner-blog-container .lingue-flap,.senzasfondo .inner-blog-container .lingue-flap {
    padding-left: 10px;
}
.bigtext .testo,.senzasfondo .testo {
    padding-left: 10px;
}
.bigtext .articolo-correlato {
    display: none;
}
.arrow-single-blog a {
    padding-right: 0;
}
.inner-blog-container {
    margin-bottom: 10px;
}
.page-id-50 div#page {
    margin-top: 70px;
}
.icons {
    float: right;
}
.page-id-50 .blog1 path,.blog1:hover path {
    stroke-width: 2px;
}
.inner-icons div {
    display: inline-block;
    margin-left: 15px;
}
.inner-icons {
    margin-top: 0;
    margin-right: 4px;
}
.blog-claim * {
    font-size: 120px;
    line-height: 120px;
    font-family: 'helvetica';
    font-weight: bold;
    color: #0050FF;
    padding-bottom: 50px;
    margin-bottom: 0;
    border-bottom: 1px solid #979798;
}
.blog-text * {
    font-size: 35px;
    line-height: 37px;
    font-family: 'helvetica';
    font-weight: bold;
    color: #0050FF;
}
.blog-text {
    padding-bottom: 65px;
    border-bottom: 1px solid #979798;
    margin-bottom: 15px;
}
.single-menu {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: lighter;
    float: left;
    width: 20%;
    height: 30px;
    line-height: 30px !important;
    background-color: white;
    cursor: pointer;
}
.menu-footer {
    position: absolute;
    bottom: -50px;
    width: 100%;
    border-top: 1px solid #979798;
}
.footer-topics {
    position: relative;
    width: 86%;
}
.single-menu.attivo,.single-menu:hover {
    background: #393939;
    color: white;
}
.left-topics {
    float: left;
    width: 160px;
    border-right: 1px solid #979798;
    height: 35px;
}
.topics-text {
    border-top: 1px solid #979798;
    margin-bottom: 45px;
}
.topics-text .left-topics {
    border-right: 0;
}
.left-topics {
    padding-top: 5px;
}
.right-topics {
    padding-top: 5px;
    float: left;
    width: calc(100% - 180px);
    padding-left: 10px;
}
.footer-topics {
    margin-top: 140px;
}
.label-text {
    border-top: 1px solid #979798;
    clear: both;
    padding-bottom: 40px;
    display: none;
}
.footer-topics {
    padding-left: 0;
}
.single-inner-menu {
    padding-left: 10px;
    border-right: 1px solid #979798;
    height: 30px;
    line-height: 30px !important;
    position: relative;
}
.footer-topics * {
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    font-weight:lighter;
    line-height: 22px;
}
.label-text.attivo {display:block;}
.single-menu.export .single-inner-menu {
    border-right: 0 !important;
}
.related-text .right-topics {
    padding-left: 0;
    padding-top: 0;
}
.single-related {
    padding-left: 10px;
    border-left: 1px solid #979798;
    padding-top: 5px;
    border-top: 1px solid #979798;
    height: 74px;
}
.related-text .left-topics {
    border-right: 0;
}
.single-related:first-of-type {
    border-top: 0;
}
.related-text .right-topics {
    width: calc(100% - 170px);
}
.related-text a {text-decoration: none;display: block;height: 100%;width: 100%;}
h2.titolo b {
    font-weight: bold;
}
h2.titolo i {
    font-style: italic;
}
.inner-single-related a:hover .titolo *,.inner-single-related a:hover .titolo {
    color: #0050FF;
}
.logo a, .sub-logo a {
    color: #3c3c3c;
    text-decoration: none;
}
.little-pop {
    position: absolute;
    bottom: 0;
    width: calc(100% - 18px);
    left: -1px;
    background: #393939;
    color: white;
    padding: 10px;
    display: none;
}
.menu {
    float: left;
    margin-top: 7px;
    margin-left: 20px;
}
.little-pop a {
    color: white;
    text-decoration: none;
}
.single figure {
    max-width: 140px;
    height: auto;
    border: 1px solid #98989A;
    position: relative;
    /* background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), #98989A 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%),        linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), #98989A 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%); */
    margin-right: 20px !important;
    margin-left: 0;
    display: inline-block;
    cursor:pointer;
    margin-bottom: 60px !important;
}
.caption-fig {
    color: #979798;
    height: 21px;
    font-size: 21.5px;
    line-height: 21.5px;
    margin-bottom: -28px;
    padding-top: 7px;
    font-weight: lighter;
    font-family: 'helvetica',arial,sans-serif;
}
.single figure figcaption {
    display: none;
}
.single figure img {
    opacity: 0.1;
    width: 100%;
    height: auto;
    display: block;
}
.single figure:before {border-bottom: 1px solid #98989A;position: absolute;top: 0;left: 0;}
.attivo .little-pop {
    display: block;
}
del {
    display: none;
}
.overlay-image {
    opacity: 0;
    position: fixed;
    top: 62px;
    left: 60px;
    right: 60px;
    background: rgba(151,151,152,1);
    z-index: -1;
    height: calc(100vh - 62px);
}
.overlay-image .close {
    position: absolute;
    top: 15px;
    right: 5px;
	cursor:pointer;
}
.overlay-image .close img {
    width: 16px;
}
.inner-overlay-image {
    height: 100%;
    width: calc(100% - 40px);
    margin-left: 20px;
    position: relative;
}
.image-to-fill-container {
    display: table;
    width: 100%;
    height: 100%;
}
.inner-to-fill-container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
}
.inner-caption-overlay {
    border-top: 1px solid white;
    padding-top: 5px;
    padding-bottom: 20px;
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 22px;
}
.left-cap-overlay {
    float: left;
    width: 160px;
}
.right-cap-overlay {
    float: left;
    width: calc(100% - 160px);
}
.overlayactive .overlay-image {
    z-index: 10000;
    opacity: 1;
}
.searchactive .search-page,.tipsactive .tips-page {
    z-index: 100000;
    opacity: 1;
}
.overlayactive .bot-menu,.searchactive .bot-menu,.tipsactive .bot-menu {
    background: #979798;
    color: white;
}
.overlayactive .tipsicon,.searchactive .tipsicon span {
    border-color: white;
    color: white;
}
.tipsactive .tipsicon span{
	color:#979798;
	border-color:white;
	background:white;
}
.overlayactive .logo a,.searchactive .logo a,.tipsactive .logo a {
    color: white;
}
.overlayactive .sub-logo a, .searchactive .sub-logo a,.tipsactive .sub-logo a {
    color: white;
}
.overlayactive .bot-menu, .searchactive .bot-menu,.tipsactive .bot-menu {border-top: 1px solid white;border-bottom: 1px solid white;}
.overlayactive .socials-general a, .searchactive .socials-general a,.tipsactive .socials-general a {
    color: white;
}
.single .socials-general {
    display: none;
}
.overlayactivem, .searchactive,.tipsactive {
    overflow: hidden;
}
.inner-caption-overlay * {
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 22px;
    color: white;
}
.closelang,.closelang1 {
	display:none;
}
img.image-to-fill {
    max-width: 70%;
    max-height: calc(70vh - -30px);
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-top: -49px;
}
.number-dida {
    display: inline-block;
    font-size: 12px !important;
    font-family: 'helvetica',arial,sans-serif;
    cursor: pointer;
    font-weight: lighter;
    background: #3c3c3c;
    color: white !important;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px !important;
    text-align: center;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 3px;
}
.container-del {
    display: inline-block;
    position: relative;
}
.number-text {
    position: absolute;
    left: -70px;
    display: none;
    background: #979798;
    color: white !important;
    width: 300px;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: lighter;
    font-size: 16px !important;
    line-height: 19px !important;
    padding: 10px;
    z-index:-1;
}
.number-dida:hover,.number-dida.attivo {
    background: #979798;
}
.number-text.attivo {
    display: block;
	z-index:10;
}
.menu-container {
    position: fixed;
    top: -500px;
    left: 60px;
    right: 60px;
    background: #979798;
    color: white;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: -1;
}
.menu-container ul {
    list-style: none;
    padding-left: 0;
    width: 151px;
}
.menu-container ul a {
    color: white;
    text-decoration: none;
    font-family: 'helvetica',arial,sans-serif;
    cursor: pointer;
    font-weight: lighter;
    line-height: 21px;
}
a {
    outline: 0;
}
svg#menu {
    cursor: pointer;
}
.socials-general {
    display: none;
}
.home .socials-general {
    display: block;
}
.inner-menu-container {
    padding-top: 8px;
    padding-bottom: 16px;
}
.menuout .bot-menu {
    background: #979798;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.menuout .logo a {
    color: white;
}
.menuout .sub-logo a {
    color: white;
}
.menuout .menu-container {
    opacity: 1;
    z-index: 100000;
    top: 62px;
}
.page-id-462 div#page {
    margin-top: 60px;
}
h4.alsoin {
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 3px;
    font-weight: lighter;
    margin-top: -3px;
}
.page-id-359 div#page,.page-id-73 div#page,.nologged .page-id-80 div#page,.nologged .page-id-579 div#page,.page-id-75 div#page {
    margin-top: 62px;
    background: #979798;
}
.page-id-80 div#page,.page-id-579 div#page {
    margin-top: 62px;
}
.remove-filter {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'helvetica';
    font-weight: bold;
    cursor: pointer;
}
.remove-filter:hover {
    color: #0050FF;
}
.page-id-359 .bot-menu,.page-id-73 .bot-menu,.nologged .page-id-80 .bot-menu,.nologged .page-id-579 .bot-menu,.page-id-75 .bot-menu {
    background: #979798;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.blog1 {
    margin-left: 10px !important;
}
.authors-container .blog-claim * {
    color: white;
    padding-top: 7px !important;
    border-bottom: 1px solid white;
    position: fixed;
    top: 62px;
    left: 80px;
    right: 60px;
    background: #979798;
    z-index: 10;
}
.page-id-359 div#content,.page-id-73 div#content,.nologged .page-id-80 div#content,.nologged .page-id-579 div#content,.page-id-75 div#content {
    margin: 0 20px;
    padding-bottom: 30px;
}
.nologged .page-id-80 .author-title *,.nologged .page-id-579 .author-title * {
    color: white;
}
.page-id-359 .logo a,.page-id-359 .sub-logo a,.page-id-73 .logo a,.nologged .page-id-80 .logo a,.nologged .page-id-579 .logo a,.page-id-73 .sub-logo a,.nologged .page-id-579 .sub-logo a,.nologged .page-id-80 .sub-logo a,.page-id-75 .logo a,.page-id-75 .sub-logo a {
    color: white;
}
.page-id-359 div#primary, .page-id-73 div#primary, .nologged .page-id-80 div#primary, .nologged .page-id-579 div#primary, .page-id-75 div#primary, .translation-count a,.title-count a {
    color: white;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: lighter;
    line-height: 22px;
    text-decoration: none;
}
.title-letter {
    text-transform: uppercase;
    font-weight: bold;
}
.inner-authors {
    padding-top: 57px;
}
.letter-container {
    margin-bottom: 24px;
}
.letter-container:first-of-type {
    margin-bottom: 0;
}
.inner-authors {
    position: relative;
}
.menu-letter {
    position: fixed;
    top: 240px;
    left: 80px;
    right: 60px;
    border-bottom: 1px solid white;
    height: 51px;
    background: #979798;
    padding-top: 5px;
}
.single-letter.attivo:before,.single-letter:hover:before {content: '';width: 8px;height: 8px;background: white;position: absolute;border-radius: 50%;bottom: -9px;left: 2px;}
.single-letter {
    position: relative;
    cursor: pointer;
}
.authors {
    padding-top: 190px;
}
.colnumb3 .left-dossier {
    width: 100%;
    vertical-align: top;
}
.single-letter {
    float: left;
    margin-right: 23px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 2px;
}
.title-author {
    display: inline-block;
    width: 60%;
}
.title-count {
    display: inline-block;
}
.left-dossier,.right-dossier {
    width: calc(50% - 5px);
    float: left;
}
.right-dossier {
    margin-left: 10px;
}
.left-dossier .articolo-dossier:last-of-type .inner-articolo-dossier,.right-dossier .articolo-dossier:last-of-type .inner-articolo-dossier {
    border-bottom: 0;
}
.page-id-77 .articolo.dossier.colnumb4 {
    width: 100%;
}
.page-id-77 .articolo.dossier.colnumb3 {
    width: 50%;
}
.small .testo-articolo .crediti p,.small .testo-articolo .crediti p * {
    font-size: 1vw !important;
    line-height: 1.45vw !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'helvetica';
}
span.right-block {
    display: inline-block;
    text-align: right;
    width: 100%;
}
svg.bookimg {
    height: 20px;
    display: block;
}
.bookcontainer:hover:after {content: 'Remove bookmark';position: absolute;top: -19px;left: 40px;background: #979798;color: white;font-family: 'helvetica',arial,sans-serif;font-size: 13px;width: 150px;text-align: center;height: 27px;line-height: 26px;cursor: pointer;}
.dossier-title * {
    font-size: 120px;
    line-height: 120px;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    color: #979798;
    padding-bottom: 50px;
    border-bottom: 1px solid #979798;
    margin-bottom: 10px;
}
.page-id-77 div#page {
    margin-top: 60px;
}
.medium .testo-articolo p {
    margin-bottom: 2.10vw;
}
.medium .testo-articolo h2 {
    margin-bottom: 2.10vw;
}
.single-dossier .dossier {
    position: fixed;
    top: 61px;
    background: white;
    width: auto;
    left: 70px;
    right: 60px;
    z-index: -1;
    padding-top: 6px;
    border-bottom: 1px solid #979798;
    opacity: 0;
    padding-left: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.dossierout.single-dossier .dossier {
    opacity: 1;
    z-index: 10000;
    display: block;
}
.overlayactive .dossier-head {
    z-index: 10;
}
.login:hover path,.loginoverlayblue .login path {
    fill: white;
}
.nologged .page-id-80 .login path,.nologged .page-id-579 .login path {
    fill: white;
}
.login {
    cursor: pointer;
}
.dossier-head {
    position: fixed;
    z-index: 1000;
    top: 61px;
    left: 60px;
    background: white;
    border-bottom: 1px solid #979798;
    right: 60px;
    height: 30px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.nologged .page-id-80 div#page {margin-top:60px;}
.ddossier {
    float: left;
    width: 170px;
    font-weight: lighter;
}
.dossier-title-head {
    float: left;
    width: auto;
}
.inner-dossier-head {
    margin-top: 6px;
    padding-left: 20px;
}
.dossier-head * {
    font-family: 'helvetica',arial,sans-serif;
    cursor: pointer;
}
img.opendossier {
    width: 16px;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    position: absolute;
    bottom: 10px;
    right: 5px;
    cursor: pointer;
}
.single-dossier .dossier .inner-testo-articolo {
    padding-bottom: 40px;
}
.dossierout .dossier-head {
    opacity: 0;
    z-index: -1;
}
.single .medium .titolo-articolo {
	cursor:pointer;
}
.single .medium .titolo-articolo:hover h2.titolo *,.single .medium .titolo-articolo:hover h2.titolo {
    color: #0050FF;
}
.single .small .titolo-articolo {
	cursor:pointer;
}
.single .small .titolo-articolo:hover h2.titolo *,.single .small .titolo-articolo:hover h2.titolo {
    color: #0050FF;
}
.articolo-dossier:hover .titolo,.articolo-dossier:hover .titolo * {
    color: #0050FF;
    cursor: pointer;
}
img.closedossier {
    width: 16px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    position: absolute;
    bottom: 10px;
    right: 5px;
    cursor: pointer;
}
.tipsicon {
    float: left;
    cursor:pointer;
    margin-top: 6px;
}
.tipsicon span {
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    text-align: center;
    height: 16px;
}
.tipsicon span {
    color: white;
    text-decoration: none;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 13px;
    line-height: 17px;
}
.tipsicon:hover span {
    color: white;
    border-color: white;
	background:#979798;
}
.tips-page strong {
    font-weight: bold;
}
.tips-page p {
    margin-bottom: 20px;
}
.tips-page .section-search {
    width: calc(31% - 30px);
    margin-right: 30px;
}
.tips-page .search-label {
    width: 31%;
}
.searchactive .search circle,.search:hover circle {fill: white;}
.search:hover cirle {
    fill: white;
}
.search {
    cursor: pointer;
}
.articolo[data-lang="Hebrew"] .testo-articolo,.articolo[data-lang="Arabic"] .testo-articolo {
    text-align: right;
    direction: rtl;
}
.author-title * {
    font-size: 120px;
    line-height: 120px;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    color: #979798;
    margin-bottom: 50px;
}
.tag #page {
    margin-top: 60px;
}
.single-authors div#page {
    margin-top: 60px;
}
.search.attivo circle {
    fill: white;
}
.testo-articolo * {
    color: #3c3c3c;
    text-decoration: none;
}
.articolo-dossier.attivoart .titolo, .articolo-dossier.attivoart .titolo *,.articolo-dossier.attivoart .sub-titolo {
    color: #0050FF;
}
.title-author a {
    color: white;
    text-decoration: none;
}
::selection {
  background: #979798;
  color:white;
}
::-moz-selection {
   background: #979798;
   color:white;
}
span.title-dossier a {
    display: inline-block;
    color: #3c3c3c;
}
.titolo-articolo a {
    text-decoration: none;
}
.share:hover + .add-home {
    display: none;
}
.inner-left-block-titolo a {
    display: block;
}
.inner-right-block-titolo .add-home span {
    color: #3c3c3c;
    font-weight: lighter;
    font-family: 'helvetica',arial,sans-serif;
}
.inmyspeci span.add-title {
    color: #0050FF;
}
.add-home {
	cursor:pointer;
}
.inner-left-block-titolo:hover a h4,.inner-left-block-titolo:hover a .titolo *, .inner-left-block-titolo:hover a .titolo,.inner-left-block-titolo:hover a .sub-titolo {
    color: #0050FF;
	cursor:pointer;
}
.burger {
    width: 22px;
    position: relative;
    margin-top: 2px;
    height: 13px;
	cursor:pointer;
}
.menuout .burger-line.line2 {
    opacity: 0;
}
.burger-line {
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity:1;
}
.menuout .burger-line.line1 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 6px;
}
.inner-articolo-dossier:hover a .titolo, .inner-articolo-dossier:hover a .sub-titolo,.inner-articolo-dossier:hover a .titolo * {
    color: #0050FF;
}
.small .testo-articolo h2 {
    margin-bottom: 1.6vw;
}
.small .testo-articolo p {
    margin-bottom: 1.7vw;
}
.menuout .burger-line.line3 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 6px;
}
.endofpage .dossier-head * {
    color: #0050FF;
}
.text-field p {
    margin-bottom: 20px;
}
.footer-topics a {
    color: #3c3c3c;
    text-decoration: none;
}
.page-template-text div#page {
    margin-top: 60px;
}
.text-field * {
    font-size: 37px;
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 20px;
}
.inner-text-field {
    font-size: 37px;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 0;
}
h3.sub-titolo * {
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 3px;
}
h3.sub-titolo br {
    display: none;
}
.homepage .testo-articolo h3 {
    display: none;
}
.inmyspeci .testo-articolo * {
    color: #0050FF;
}
.inmyspeci svg.freccia path {
    fill: #0050FF;
}
.single-menu.nonattivo .single-inner-menu {
    color: #ddd;
	cursor:auto;
}
.single-menu.nonattivo,.single-menu.nonattivo:hover {
    background: white;
    color: #ddd;
	cursor:auto;
}
.inmyspeci .inner-left-block-titolo a * {
    color: #0050FF;
}
.inner-footer-topics {
    padding-bottom: 20px;
}
.inmyspeci .inner-left-block-titolo {
    border-bottom: 1px solid #0050FF;
}
.fixedheight a {
    display: block;
    width: 100%;
    height: 100%;
}
.inmyspeci .left-block-titolo {
    border-left: 1px solid #0050FF;
}
.inmyspeci .right-block-titolo {
    border-left: 1px solid #0050FF;
}
.loginoverlay {
    position: fixed;
    top: 61px;
    left: 60px;
    right: 240px;
    height: calc(100vh - 60px);
    background: rgba(255,255,255,0.9);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.loginoverlay.attivo {
    opacity: 1;
    z-index: 100000000;
    background: #979798;
    overflow: auto;
}
.inner-overlay-login {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding: 20px;
}
.text-field strong {
    font-weight: bold;
}
.text-field a {
    color: #0050FF;
    text-decoration: none;
}
label {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
    margin-top: 8px;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
}
body .login-overlay-blue input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #0050FF inset !important;
    color: white !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #979798 inset !important;
    color: white !important;
}
.blog-text p a {
    text-decoration: none;
    color: #3c3c3c;
}
input[type="text"],input[type="password"] {
    font-size: 25px;
    background: none;
    border: 0;
    border-bottom: 1px solid #979798;
    width: 100%;
    outline: 0;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-top: 8px;
}
.inner-splash h1 {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 8.6vw;
    color: #0050FF;
    line-height: 8.8vw;
}
.splash {
    position: fixed;
    top: 59px;
    left: 80px;
    z-index: 1000000;
    opacity: 1;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    transition: opacity 1.5s;
}
.splash.remove {opacity:0;}
.splash.remove1 {
	display:none;
}
input#rememberme {
    border: 1px solid white;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
    outline: 0;
    display: inline-block;
    margin-left: -22px;
}
input#wp-submit:hover {
	background: #393939;
	color:white;
}
.login svg{
    cursor: pointer;
}
input#wp-submit {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-top: 8px;
    width: 100%;
    background: none;
    border: 0;
    padding: 8px;
    outline:0;
    cursor:pointer;
    font-size: 35px;
    line-height: 40px;
    background: white;
    width: 150px;
}
.small .testo-articolo h2 {
    margin-bottom: 1.65vw;
}
form#loginform {
    max-width: 100%;
    margin: 0 auto;
}
input#rememberme:checked {
    background: #979798;
}
.inmyspeci .right-block-titolo .share * {
    color: #0050FF;
}
.dossier-head * {
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   -ms-transition: all 0.5s;
   transition: all 0.5s;
}
h3.sub-titolo p a:hover {
    color: #0050FF;
}
.inner-prev-link svg,.inner-next-link svg {
    width: 26px;
    height: 26px;
    margin-left: -4px;
}
.inner-prev-next-dossier * {
    color: #0050FF;
}
.inner-single-related:hover * {
    color: #0050FF;
}
.prev-link {
    float: left;
    width: 160px;
    height: 82px;
    border-right: 1px solid #979798;
}
.inner-prev-next-dossier {
    border-top: 1px solid #979798;
}
.prev-link {
    padding-top: 5px;
}
.next-link {
    float: left;
    padding-top: 5px;
    padding-left: 10px;
}
.prev-next-dossier {
    height: 82px;
}
h3.sub-titolo p a {
    display: inline;
    color: #3c3c3c;
    text-decoration: none;
}
.testo-articolo h3 {
    font-weight: normal;
    margin-bottom: 20px;
}
.text-field {
    width: 50%;
    float: left;
}
.people * {
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 20px;
}
.page-id-86 .text-newsletter p {
    margin: 0;
}
.inner-authors {
    padding-bottom: 200px;
}
.page-id-86 .text-newsletter .send {
    margin-top: 40px !important;
    display: block;
}
.people strong {font-weight: bold;}
.people a {
    color: #0050FF;
    text-decoration: none;
}
.title-people {
    font-weight: bold;
    cursor: pointer;
}
.inner-dossier-article-title {
    display: none;
}
.inner-text-people {
    margin-top: 0px;
    margin-left: 9px;
}
.text-people {
    max-height: 0;
    overflow: hidden;
}
.inner-text-people {margin-bottom: 20px;}
.inner-right-text-field {
    margin-left: 40px;
}
.right-text-field {
    width: 50%;
    float: left;
}
.people {
    margin-bottom: 7px;
}
.attivo .text-people {
    max-height: 1000px;
}
.burger-line {
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
}
.speci-text * {
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 20px;
}
.block-text-about * {
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 20px;
}
.small img.bookimg {
    width: 12px;
}
.small .bookcontainer {
    bottom: -20px;
    width: 80px;
}
.attivo-filtro .click-filter:before {
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 0;
    content: ""; /* use the hex value here... */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 2.5px;
    border-top: 1px solid #979798;
    height: 12px;
    width: 14px;
}
.click-filter {
    position: relative;
}
.attivo-filtro .click-filter:after {
    position: absolute;
    top: 3px;
    bottom: 0;
    left: -6px;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #979798;
    height: 12px;
    width: 14px;
}
.sub-title-search *,.sub-title-search {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: lighter;
    color: white;
}
.title-search-single,.title-search-single * {
    font-family: 'helvetica',arial,sans-serif;
    color: white;
    font-weight: lighter;
    text-decoration: none;
}
.title-search-single b,.title-search-single strong {
    font-weight: bold;
}
.block-search-single a {
    text-decoration: none;
}
.section-search *,.section-search {
    font-family: 'helvetica',arial,sans-serif;
    color: white;
    font-weight: lighter;
}
.block-search-single {
    margin-right: 20px;
}
.section-search {
    padding-top: 10px;
}
.block-search-single {
    margin-bottom: 20px;
}
.section-search {
    vertical-align: top;
}
.filter-block {
    display: none;
}
.attivo-filtro .click-filter {
    border: 1px solid transparent;
}
.block-text-about strong {
    font-weight: bold;
}
.filter {
    height: 57px;
    border-top: 1px solid #979798;
    border-bottom: 1px solid #979798;
    margin-bottom: 20px;
}
.label-filter {
    float: left;
    width: 16.66%;
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    font-weight: lighter;
}
.filter-block {
    float: left;
    width: 16.66%;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    color: white !important;
    -webkit-text-fill-color: white !important;
}
input#rememberme:checked {
    background: white;
}
input#rememberme {
    cursor: pointer;
}
.filter-block {
    font-family: 'helvetica',arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.inner-filter {
    padding-top: 7px;
    padding-left: 10px;
}
.click-filter {
    width: 10px;
    height: 10px;
    border: 1px solid #979798;
    display: inline-block;
    margin-right: 5px;
}
.filter-block {
    cursor: pointer;
}
.opaco {
    opacity: 0.2;
}
.opaco a {
    cursor: text;
}
.block-text-about {
    margin-bottom: 20px;
    margin-top: 20px;
}
.inner-right-text-field > .block-text-about:first-of-type {
    margin-top: 0;
}
.speci-text {
    margin-right: 50%;
}
.testo-articolo p {
    margin-bottom: 20px;
}
.line1 {
    top: 0;
    left: 0;
}
.single .blog-flap .lingue-flap {
    margin-top: 5px;
}
.single .blog-flap .arrow-blog {
    padding-bottom: 0px;
}
.single-authors .testo-articolo h3 {
    display: none;
}
.line2 {
    top: 5px;
}
.line3 {
    top: 10px;
}
.little-pop a {
    color: white !important;
}
.form-switch {
    display: none;
}
.form-switch.active {
    display: block;
}
input.wpcf7-form-control.wpcf7-acceptance {
    border: 1px solid white;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    outline: 0;
    display: inline-block;
    border-bottom: 1px solid white !important;
    vertical-align: top;
    margin-top: 10px !important;
    margin-left: -24px;
}
div#register-form-container input[type="text"], div#register-form-container input[type="password"],div#register-form-container input[type="email"] {
    color: white !important;
}
.homepage .dossier .testo-articolo h3 {
    display: block;
}
.homepage .dossier .testo-articolo h3 br {
    display: none;
}
.inner-articolo-dossier a {
    height: auto;
}
.menuout div#menu {
    z-index: 1000000;
}
.search {
    padding-top: 5px;
    margin-left: 15px !important;
}
div#register-form-container input.wpcf7-form-control:checked {
    background: white !important;
}
.login {
    padding-top: 5px;
    margin-left: 10px !important;
    padding-left: 5px;
    padding-right: 5px;
}
.loginoverlayblue .login-overlay-blue {
    display: block;
}
.blog {
    padding-top: 5px;
    margin-left: 10px !important;
}
.testo-articolo h2 {
    margin-bottom: 20px;
}
.translation-count {
    display: inline-block;
    width: 20%;
}
.translation-count {
    display: inline-block;
    width: 20%;
    text-indent: 10px;
}
.page-id-86 div#page {
    margin-top: 60px;
}
label {
}
p.login-username label {
    display: none;
}
input#user_login {
    border-top: 1px solid white;
    padding-top: 5px;
    font-size: 35px;
    line-height: 40px;
    color: white !important;
    margin-bottom: 20px;
    background: none !important;
}
p.login-password label {
    display: none;
}
input#user_pass {
    border-top: 1px solid white;
    padding-top: 5px;
    font-size: 35px;
    line-height: 40px;
    color: white !important;
    margin-bottom: 50px;
}
.nologged .page-id-80 .author-title *,.nologged .page-id-579 .author-title * {
    margin-bottom: 30px;
}
.block-overlay-blue * {
    font-family: 'helvetica',arial,sans-serif;
    font-size: 12px;
    color: white;
    font-weight: lighter;
}
.label2 a {
    font-weight: bold;
    text-decoration: none;
}
.block-overlay-blue {
    border-top: 1px solid white;
    height: 60px;
}
.label1 {
    float: left;
    text-indent: 10px;
    padding-top: 4px;
}
.label-form {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    width: 160px;
    float: left;
}
.input-form {
    float: left;
    width: calc(70% - 160px);
    margin-top: -7px;
}
.container-form {
    height: 42px;
    clear: both;
}
.container-form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {background: none;border: 0;border-bottom: 1px solid #979798;width: 100%;outline: 0;font-family: 'helvetica',arial,sans-serif;font-weight: bold;font-size: 16px;display: inline-block;margin-top: 8px;line-height: normal;color: #3c3c3c;}
.footer-topics {clear:left;}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    outline: 0;
}
.container-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    padding: 0;
    border: 1px solid #979798;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
    margin-top: 9px;
}
.submit-contact input.wpcf7-form-control.wpcf7-submit {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    width: auto;
    -webkit-appearance: none;
    background: none;
    border: 1px solid #979798 !important;
    padding: 7px 14px;
    outline: 0;
}
.page-id-84 div#page {
    margin-top: 62px;
}
.submit-contact {
    clear: both;
}
.page-id-80 .login:hover,.page-id-579 .login:hover {
    background: none;
}
.label2 {
    float: right;
    padding-right: 10px;
    padding-top: 4px;
    height: 26px;
    border-left: 1px solid white;
    padding-left: 10px;
}
p.login-remember {
    float: left;
    margin-left: calc(20% + 10px);
    width: 40%;
    border-top: 1px solid white;
}
p.login-submit {
    float: left;
    width: calc(40% - 10px);
    border-top: 1px solid white;
}
input#wp-submit {
    float: right;
    color: white;
    margin-top: 0;
    text-align: left;
    text-indent: 3px;
    background: none;
    border-left: 1px solid white;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: -16px;
    right: 0;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
}
.page-id-86 span.wpcf7-not-valid-tip {
    top: auto;
    bottom: -50px;
    color: #0050FF;
    right: 0;
    left: auto;
    text-align: right;
}
div#register-form-container .author-title * {
    color: white;
}
span.wpcf7-list-item-label {
    display: none;
}
span.wpcf7-list-item.first.last {
    margin-left: 0;
}
span.wpcf7-form-control.wpcf7-checkbox input:checked {
    background: white;
}
.retype span.wpcf7-not-valid-tip {
    top: 8px;
}
p.login-remember label {
    color: white;
}
.page-id-86 .send {
    color: #0050FF;
}
.page-id-86 input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    border-bottom: 1px solid #979798;
}
.page-id-86 .text-newsletter * {
    color: #979798;
}
.page-id-86 .text-newsletter .send {
    color: #0050FF;
}
.caption-fig {
    color: #979798 !important;
    font-size: 18px;
}
img.ajax-loader {
    display: none !important;
}
div#login-form-container .author-title * {
    color: white;
}
.single-author:hover {
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
}
.single-author {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.translation-count:hover {
    background: #393939;
}
.title-count:hover {
    background: #393939;
}
.title-count {
    text-indent: 10px;
    width: 19%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: block;
    position: fixed;
    top: 25%;
    background: white;
    z-index: 1000000;
    width: 280px;
    height: auto;
    left: 50%;
    margin-left: -250px;
    border: 1px solid #979798;
    color: #979798;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 10px;
    z-index: 10000;
}
.login:hover, .loginoverlayblue .login,.logged-in.page-id-80 .login:hover,.logged-in.page-id-579 .login:hover {
    background: #0050FF;
}
.login-overlay-blue {
    position: fixed;
    top: 30px;
    right: 60px;
    width: 250px;
    z-index: 100000;
}
.login-overlay-blue {
    background: #0050FF;
}
input#blue_login {border-bottom: 1px solid #c3c3c3;text-indent: 10px;font-weight: lighter;font-size: 12px;padding-bottom: 8px;color: white;margin-top: 7px;width: 100% !important;padding-left: 0 !important;padding-right: 0 !important;}
input#blue_pass {
    border-bottom: 1px solid #c3c3c3;
    text-indent: 10px;
    font-weight: lighter;
    font-size: 12px;
    padding-bottom: 5px;
    color: white;
    margin-top: 4px;
    padding-bottom: 12px;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.login-overlay-blue {
    display: none;
}
.dossier h3.sub-titolo {
    padding-bottom: 1px;
    margin-bottom: 1px;
    font-weight: lighter;
}
div#register-form-container input.wpcf7-form-control.wpcf7-not-valid {
    border: none !important;
    border-top: 1px solid white !important;
}
.senzasfondo .arrow-single-blog svg *, .bigtext .arrow-single-blog svg * {
    fill: #0050FF !important;
}
.login-overlay-blue.attivo {
    display: block;
}
.page-id-80 .login-overlay-blue,.page-id-579 .login-overlay-blue {
    display: none;
}
.inmyspeci span.title-dossier a {
    color: #0050FF;
}
.arrow-single-blog svg {
    width: 17px;
    height: 25px;
}
.inmyspeci .inner-articolo-dossier {
    border-left: 1px solid #0050FF;
    border-bottom: 1px solid #0050FF;
}
.inmyspeci .head-dossier {
    border-right: 1px solid #0050FF;
}
.page-id-80.logged-in.loginoverlayblue .login-overlay-blue,.page-id-579.logged-in.loginoverlayblue .login-overlay-blue {
    display: block;
}
.login-overlay-blue input#wp-submit {
    text-align: left;
    float: none;
    background: none;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    width: auto;
    text-indent: 10px;
    line-height: 14px;
    margin-top: 5px;
    padding-bottom: 10px;
}
.link-area.collection {
    border-bottom: 1px solid white;
}
.link-area a {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-indent: 10px;
    display: block;
    font-family: 'helvetica',arial,sans-serif;
}
.link-area {
    padding: 6px 0;
    padding-bottom: 7px;
}
.container-form input {
    border: 1px solid #979798 !important;
    padding: 6px;
}
.submit-contact {
    margin-left: 160px;
    border-top: 1px solid #979798 !important;
    margin-top: 60px;
    clear: both;
    padding-top: 10px;
}
.submit-contact input.wpcf7-form-control.wpcf7-submit:hover {
    cursor: pointer;
    border: 1px solid #0050FF !important;
    color: #0050FF;
}
.inner-articolo-dossier:hover h4.alsoin {
	color:#0050FF;
}
.page-id-88 div#page {
    margin-top: 62px;
}
.container-form.message {
    height: 198px;
}
.input-form .wpcf7-not-valid-tip {
    display: none;
}
input.wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid red !important;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}
.separator-form {
    border-top: 1px solid #979798;
    margin-left: 160px;
    margin-top: 38px;
    padding-bottom: 10px;
}
div#register-form-container input.wpcf7-form-control.wpcf7-submit {
    float: right;
    color: #979798;
    margin-top: 0;
    text-align: left;
    text-indent: 3px;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    background: none;
    border: 0;
    padding: 8px;
    outline: 0;
    cursor: pointer;
    font-size: 35px;
    line-height: 40px;
    background: none;
    width: 150px;
    color: white !important;
    border-left: 1px solid white;
}
.left-partners * {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: lighter;
    font-size: 16px;
}
.crediti {
    text-align: left !important;
    direction: initial;
}
.left-partners {
    width: 160px;
    float: left;
}
.right-partners {
    float: left;
    width: calc(100% - 160px);
    margin-bottom: 90px;
}
.right-partners p a,.right-partners p {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.inner-second-partners-container .right-partners {
    margin-top: -2px;
}
.topics-text .left-topics {
    padding-left: 10px;
}
.inner-splash {
	opacity:0.9;
}
.block-search-single:hover {
    opacity: 0.9;
}
.label-text .left-topics {
    padding-left: 10px;
}
img.lesssvg {
    display: none;
}
div#page {
    min-height: calc(100vh - 60px);
}
.title-people img {
    width: 13px;
    height: auto;
    margin-bottom: -1px;
}
img.addsvg {
    display: inline-block;
}
.attivo .title-people .lesssvg {
    display: inline-block;
}
.attivo .title-people .addsvg {
    display: none;
}
.inner-prev-next-dossier {
    padding-left: 10px;
}
.second-partners-container {
    clear: both;
    border-top: 1px solid #979798;
    padding-top: 5px;
}
input#wp-submit:hover {
    background: white;
    color: #979798;
}
.title-blog {
    padding-right: 30px;
}
div#register-form-container input.wpcf7-form-control.wpcf7-submit:hover {
    background: white !important;
    color: #979798 !important;
}
div#reset:hover, div#signup:hover, div#login-btn-custom:hover {
    background: white;
    color: #979798;
}
.img-partner-container img {
    max-height: 100px;
    max-width: 220px;
    margin-bottom: 15px;
}
.topics-text .left-topics {
    padding-left: 10px;
}
.label-text .left-topics {
    padding-left: 10px;
}
.overlayactive,.overlayactive body {
	overflow:hidden;
}
.inner-prev-next-dossier {
    padding-left: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background: none;
}
.img-partner-container {
    min-height: 75px;
    border-bottom: 1px solid #979798;
    margin-bottom: 10px;
}
.bookcontainer.booknorem:hover:after {
	display:none;
}
.bookcontainer.booknorem {
    left: 10px;
}
.articolo[data-lang="Hebrew"] .testo-articolo .freccia,.articolo[data-lang="Arabic"] .testo-articolo .freccia {
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.login-overlay-blue input#wp-submit {
    border-left: 0;
    background: none !important;
    color: white !important;
}
.img-partner-container:last-of-type {
    border-bottom: 0;
}
.img-partner-container:first-of-type {
    margin-top: 6px;
}
.page-id-88 .dossier-title * {
    margin-bottom: 5px;
}
body {
    overflow-x: hidden;
}
.inner-articolo-dossier h3 {
    margin-bottom: 10px;
}
.closelang,.closelang1 {
    margin-bottom: 3px;
}
.logged-in .blog-container {
    top: 452px;
}
.closelang,.closelang1 {
	cursor:pointer;
}
.toolconttot {
    position: absolute;
    top: 0;
    right: 0;
}
.toolconttot.fixedtool {
    position: fixed;
    right: 60px;
    top: 80px;
    z-index: 1000;
}
.tools {
    position: absolute;
    top: 295px;
    right: 0;
    min-height: 120px;
    border-left: 1px solid #979798;
    width: 100px;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    transition: width 0.5s;
    background: #979798;
    z-index: 100;
    overflow: hidden;
}
.tools {
    font-family: 'helvetica',arial,sans-serif;
    font-weight: lighter;
    color: white;
}
.tools .title-tools {
    padding-top: 8px;
    margin-right: 0;
    width: calc(100% - 10px);
}
.tools .title-tools {
    border-bottom: 1px solid white;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
p.bookmarked {
    position: relative;
}
.bookcontainer {
    width: 150px;
    border-top: 1px solid #0050FF;
    position: absolute;
    bottom: -32px;
    left: 0;
}
.bookcontainer img {
    display: block;
    margin-left: 10px;
    line-height: 0 !important;
}
.articolo[data-lang="Hebrew"] .testo-articolo .bookcontainer,.articolo[data-lang="Arabic"] .testo-articolo .bookcontainer {
    right: 0;
    left: auto;
}
.single-blog .languages {
    display: none !important;
}
.single-blog .menu-footer {
    display: none !important;
}
.single-blog .add-home {
    display: none !important;
}
.single-blog .tools {
    display: none !important;
}
.inner-tools {
    padding-left: 10px;
}
.inner-tools {
    width: 150px;
    padding-bottom: 20px;
}
section.error-404.not-found * {
    font-size: 2.4vw;
    line-height: 2.9vw;
    font-weight: normal;
    text-align: center;
}
.title-tools img {
    width: 16px;
}
p.bookmarked,p.bookmarked * {
    color: #0050FF;
}
.tools.attivotools {
    width: 150px;
}
.bookmarkselection {
	cursor:url(../specimen/img/bookmark.svg) 4 12, auto !important;
}
.bookmarkselection .articolo p:hover,.bookmarkselection .articolo p:hover * {
    color: #0050FF;
}
.bookmark {cursor: pointer;}
.tools.attivotools img {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media all and (max-width:900px) {
	div#page {
	    margin-left: 30px;
	    margin-right: 30px;
	}
	.toolconttot.fixedtool {
	    right: 30px;
	}
	.tools {
	    right: 30px;
	}
	.splash {
	    left: 30px;
	    right: 30px;
	}
	.footer-topics {
	    margin-right: 0 !important;
	    width: 100%;
	}
	input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	    font-size: 80px;
	    line-height: 80px;
	    margin-top: 10px;
	    margin-bottom: 40px;
	}
	.page-id-86 input.wpcf7-form-control.wpcf7-not-valid {
	    border: none !important;
	    border-bottom: 1px solid #979798 !important;
	}
	.blog-container {
	    right: 30px;
	}
	.masonry.blog-container-blog {
	    width: calc(50% - 10px);
	}
	.menu-container {
	    left: 30px;
	    right: 30px;
	}
	.search-page,.tips-page {
	    left: 30px;
	    right: 30px;
	}
	.login-overlay-blue {
	    right: 30px;
	}
	.overlay-image {
	    left: 30px;
	    right: 30px;
	}
	.authors-container .blog-claim * {
	    left: 50px;
	    right: 50px;
	}
	.menu-letter {
	    left: 50px;
	    right: 50px;
	}
	.dossier-title-head {
	    width: 180px;
	    overflow: hidden;
	}
	div#menu {
	    left: 30px;
	    right: 30px;
	}
	.dossier-head {
	    left: 30px;
	    right: 30px;
	}
	html {
	    background: white;
	}
	.single-dossier .dossier {
	    left: 30px;
	    right: 30px;
	}
	.page-id-77 .articolo.dossier.colnumb3 {
	    width: 80%;
	}
	.languages {
	    right: 30px;
	}
}
@media (max-width: 767px) {
	div#page {
	    margin-left: 0;
	    margin-right: 0;
	}
	.head-dossier + a {
	    display: block;
	    width: calc(100% - 72px);
	    float: none;
	}
	.toolconttot.fixedtool {
	    right: 0;
	    top: 90px;
	}

	.toolconttot {
	    position: fixed;
	    top: 90px;
        z-index: 9999;
	}
    .tools {
        width: 30px;
    }
	div#menu {
	    left: 0;
	    right: 0;
	}
	.languages {
	    display: none;
	}
	.articolo {
	    width: calc(100% - 20px);
	}
	.authors-container .blog-claim * {
	    left: 10px;
	    right: 10px;
	    font-size: 15vw;
	    line-height: 15vw;
	    padding-bottom: 30px;
	}
	.authors {
	padding-top: 160px;
	}
	.menu-letter {
	    left: 10px;
	    right: 10px;
	    top: 130px;
	    height: auto;
	    padding-bottom: 17px;
	}
	.single-letter.attivo:before, .single-letter:hover:before {
	    display: none;
	}
	.author-title * {
	    left: 20px;
	    right: 20px;
	    font-size: 15vw;
	    line-height: 15vw;
	    padding-bottom: 0px;
	    padding-top: 10px;
	    margin-bottom: 11px;
	}
	.testo-articolo * {
	    font-size: 20px;
	    line-height: 24px;
	}
	.menu-container {
	    left: 0;
	    right: 0;
	    font-size: 14px;
	}
	.logo, .sub-logo,.logo *, .sub-logo * {
	    font-size: 13px;
	    line-height: 16px;
	}
	.logo {
	    margin-right: 0;
	    float: left;
	}
	.sub-logo {
	    float: right;
	    margin-right: 10px;
	}
	div#page {
	    margin-top: 90px;
	}
	.articolo {
	    width: calc(100% - 50px) !important;
	}
	.testo-articolo * {
	    font-size: 16px !important;
	    line-height: 20px !important;
	}
	h2.titolo, h2.titolo * {
	    font-size: 14px;
	    line-height: 18px;
	}
	h3.sub-titolo p a,h3.sub-titolo p {
	    font-size: 14px;
	    line-height: 18px;
	}
	span.share-title {
	    font-size: 14px;
	    line-height: 18px;
	}
	.dossier .inner-articolo-dossier, .dossier .inner-articolo-dossier * {
	    font-size: 14px !important;
	    line-height: 18px !important;
	}
	.text-field {
	    width: 100%;
	    float: none;
	}
	.right-text-field {
	    width: 100%;
	    float: none;
	    margin-right: 10px;
	    width: auto;
	}
	.inner-right-text-field {
	    margin-left: 0px;
	}
	.inner-text-field {
	    margin-right: 10px;
	    margin-left: 0;
	}
	.inner-letter-container {
	    padding-top: 10px;
	}
	.single-letter {
	    font-size: 12px;
	    margin-right: 10px;
	}
    .single-author {
        margin-bottom: 10px;
    }
	.translation-count {
	    width: 100%;
	    text-indent: 0;
	}
    .translation-count.count-0 {
        display: none;
    }
    .title-count.count-0 {
        display: none;
    }
	.dossier-title * {
	    font-size: 15vw;
	    line-height: 15vw;
	    padding-bottom: 8px;
	    padding-top: 10px;
	}
	.label-form {
	    width: 100px;
	}
	.separator-form {
	    margin-left: 100px;
	}
	.submit-contact {
	    margin-left: 100px;
	}
	.title-count {
	    width: 100%;
	    text-indent: 0;
	}
	.page-id-86 input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	    font-size: 40px;
	    line-height: 40px;
	    margin-top: 20px;
	}
	.right-partners {
	    width: calc(100% - 110px);
	}
	.text-newsletter * {
	    font-size: 20px;
	    line-height: 25px;
	}
.left-partners {width:100px;}
	.page-id-86 .text-newsletter .send {
	    margin-top: 20px !important;
	}
	.letter-container {
	    margin-bottom: 10px;
	}
	h3.sub-titolo,h3.sub-titolo {
	    font-size: 14px;
	    line-height: 18px;
	}
	html, body, h1, h2, h3, h4, h5, h6, p, em, strong, i, b, span,* {
	    font-size: 14px;
	    line-height: 18px;
	}
	h4.alsoin {
	    font-size: 14px;
	    line-height: 18px;
	}
	svg.freccia {
	    width: 19px;
	    margin-left: 5px;
	}
	.filter-block {
	    width: 100%;
	    float: none;
	    clear: both;
	    margin-bottom: 5px;
	    margin-top: 4px;
	}
	.label-filter {
	    margin-bottom: 9px;
	}
	.filter {
	    height: auto;
	}
	.menu {
	    margin-left: 10px;
	}
	.inner-bot-menu {
	    padding-left: 10px;
	}
	.filter-block {
	    font-size: 13px;
	}
	.filter {
	}
	.label-filter {
	    font-size: 14px;
	}
	div#content {
	    margin-left: 0;
	}
	span.add-title {
	    font-size: 14px;
	    line-height: 18px;
	}
	span.title-dossier a {
	    font-size: 70px;
	    line-height: 55px;
	}
	.dossier .inner-left-block-titolo {padding-left: 136px;padding-right: 0;min-height: 60px;}
	.table-of-content {
	    display: none;
	}
	.dossier .inner-testo-articolo {
	    margin-left: 0;
	}
	.head-dossier {
	    width: auto;
	}
	.dossier .right-block-titolo {
	    display: none;
	}
	.home .dossier .right-block-titolo {
		display:block;
	}
	.articoli-container {
	    margin-left: 10px;
	}
	.languages {
	    right: 0;
	}
	.blog-container {
	    right: 0;
	}
	.blog-container.attivoflap {
	    width: 300px;
	}
	.blog-container.attivoflap .blog-flap {
	    width: 300px;
	}
	.tools {
	    right: 0;
	}
	.title-languages {padding-bottom: 17px;}
	.articolo.visibile.medium {
	    display: none !important;
	}
	.articolo.small.visibile {
	    float: none;
	    margin-left: 0px;
	    left: 0;
	    margin-top: 0 !important;
	    height: auto !important;
	    position: relative !important;
	}
	.articolo.visibile.medium {
	    margin-top: 0 !important;
	}
	.right-topics {
	    float: none;
	}
	.label-text.bibliography-text {
	    display: block !important;
	}
	.label-text.related-text {
	    display: block !important;
	}
	.single-menu.bibliography {
	    display: none !important;
	}
	.single-menu.related {
	    display: none !important;
	}
	.single-menu {
	    width: 50%;
	}
	.single-menu.add {
	    display: none !important;
	}
	.overlay-image {
	    left: 0;
	    right: 0;
	}
	.right-cap-overlay {
	    float: none;
	}
	#menu * {
	    line-height: 16px;
	}
	.menu-container * {
	    line-height: 20px !important;
	    font-size: 14px !important;
	}
	.text-field {
	    margin-left: 10px;
	    margin-right: 10px !important;
	    width: auto;
	}
	.right-text-field {
	    margin-left: 10px;
	    margin-right: 10px !important;
	    width: auto;
	}
	.dossier-title * {
	    padding-left: 10px;
	    padding-right: 10px !important;
	    width: auto;
	}
	.home .articolo {
	    width: calc(100% - 20px) !important;
	}
	div#wpcf7-f612-o1 {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.input-form {
	    width: calc(70% - 24px);
	}
	div#wpcf7-f6-o1 {
	    margin: 0 10px;
	}
	.first-partners-container {
	    margin: 0 10px;
	}
	.img-partner-container img {
	    width: 100%;
	    height: auto;
	}
	.inner-second-partners-container {
	    margin: 0 10px;
	}
	.text-newsletter {
	    margin: 0 10px;
	}
	.page-id-359 div#content, .page-id-73 div#content, .nologged .page-id-80 div#content, .nologged .page-id-579 div#content, .page-id-75 div#content {
	    margin: 0 10px;
	}
	.author-title * {
	    margin-left: 10px;
	}
	.archive .articolo {
	    margin-left: 10px;
	}
	.page-id-80 .articolo {
	    margin-left: 10px;
	}
	.login-overlay-blue {
	    right: 0;
	}
	.blog-claim * {
	    font-size: 15vw;
	    line-height: 15vw;
	    margin-left: 10px;
	    padding-bottom: 17px;
	    margin-bottom: 10px;
	}
	.blog-text {
	    margin-left: 10px;
	}
	.blog-container-container {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.masonry.blog-container-blog {
	    width: 100% !important;
	}
	.remove-filter {
	    right: 10px;
	}
	.search-page,.tips-page {
	    left: 0;
	    right: 0;
	}
	input#search,input#search1 {
	    font-size: 20vw;
	    line-height: 20vw;
	    font-size: 15vw;
	    line-height: 15vw;
	}
	.search-label {
	    width: 23%;
	}
	.inner-search-page,.inner-tips-page {
	    padding: 10px;
	}
	.section-search {
	    width: 24%;
	}
	.dossier-head {
	    left: 0;
	    right: 0;
	}
	.ddossier {
	    width: auto;
	    margin-right: 10px;
	}
	.single-dossier .articoli-container {
	    margin-top: 110px !important;
	}
	.dossier.colnumb3 {
	    /* left: 10px; */
	    right: 0px;
	}
	.related-text .right-topics {
	    width: 100%;
	}
	.related-text .left-topics {
	    display: none;
	}
	.single-related {
	    border-left: 0;
	}
	.prev-link {
		width:calc(50% - 5px);
	}
	.inner-left-block-titolo {
	    padding-right: 80px;
	}
	input {
-webkit-appearance:none !important;
border-radius:0 !important;
	}
	.splash {
		left: 0;
		right: 0;
		top: 61px;
		height: 100%;
		background: rgba(255,255,255,0.7);
	}
	p.login-remember {
	    margin-left: 0;
	    width: 100%;
	}
	input#rememberme {
	    margin-left: 0;
	}
	p.login-submit {
	    width: 100%;
	}
	.left-block-forgot {
	    width: 100%;
	    border-right: 0;
	}
	.inner-left-forgot {
	    border-right: 0;
	}
	.middle-block-forgot {
	    border-top: 1px solid white;
	}
	.inner-middle-forgot {
	    padding-left: 0;
	    border-bottom: 1px solid white;
	    padding-bottom: 10px;
	}
	.right-block-forgot {
	    margin-bottom: 30px;
	}
	.middle-block-forgot {
	    width: 100%;
	}
	.required-field {
	    margin-left: 0;
	}
	.news-check {
	    margin-left: 0;
	}
	.accept-check {
	    margin-left: 0;
	    width: 100%;
	}
	input.wpcf7-form-control.wpcf7-acceptance {
	    margin-left: 0;
	    margin-bottom: 0 !important;
	}
	span.wpcf7-form-control.wpcf7-checkbox input {
	    margin-left: 0 !important;
	}
	span.wpcf7-form-control-wrap.newsletter {
	    margin-left: 0;
	    margin-bottom: 0 !important;
	}
	.page-id-73 .blog-claim * {
	    margin-left: 0;
	}
	.blog-text * {
	    font-size: 22px;
	    line-height: 28px;
	}
	.page-id-462 .articolo {
	    margin-left: 10px;
	    margin-right: 0;
	    width: calc(100% - 20px) !important;
	}
	.inner-authors {
	    padding-top: 0;
	}
	span.news-text {
	    border-bottom: 1px solid white;
	    padding-bottom: 10px;
	    margin-bottom: 0;
	}
	.accept-check {
	    border-top: 0;
	    margin-top: 0px;
	}
	.page-id-80 .articolo {
		margin-left:10px;
	    width: calc(100% - 20px) !important;
	}
	.single-authors .articolo {
	    margin-left: 10px;
	    width: calc(100% - 20px) !important;
	}
	h4.alsoin {
	    padding-bottom: 7px;
	}
	.text-field * {
	    font-size: 14px;
	    line-height: 18px;
	}
	.people * {
	    font-size: 14px;
	    line-height: 18px;
	}
	.block-text-about * {
	    font-size: 14px;
	    line-height: 18px;
	}
	.label-form {
	    font-size: 14px;
	}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	    font-size: 14px;
	}
	.container-form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	    font-size: 14px;
	}
	textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	    font-size: 14px !important;
	}
	input.wpcf7-form-control.wpcf7-submit {
	    font-size: 14px !important;
	}
	.left-partners * {
	    font-size: 14px;
	    line-height: 18px;
	}
	.page-id-359 .blog-claim * {
	    margin-left: 0;
	    padding-bottom: 12px !important;
	}
	.right-partners p a, .right-partners p {
	    font-size: 14px;
	    line-height: 18px;
	}
	.authors-container .blog-claim *{
	    padding-bottom: 2px;
	}
	.inner-second-partners-container .right-partners {
	    margin-top: 1px;
	}
	.page-id-75 .blog-claim * {
	    margin-left: 0;
	    padding-bottom: 13px !important;
	}
	.page-id-77 .articolo {
	    margin-left: 10px;
	    width: calc(100% - 20px) !important;
	}
	.page-id-80 .author-title * {
	    padding-bottom: 11px;
	    border-bottom: 1px solid #979798;
	    margin-left: 0;
	    padding-left: 10px;
	    margin-bottom: 20px;
	}
	div#register-form-container input.wpcf7-form-control.wpcf7-submit {
	    font-size: 35px !important;
	    line-height: 40px !important;
	    font-weight: bold;
	}
	span.news-text {
	    width: 100%;
	}
	.site-inner {
	    width: 100vw;
	    overflow-x: hidden;
	}
	html {
		width:100%;
		overflow-x:hidden;
	}
	.menu-container ul {
	    list-style: none;
	    padding-left: 0;
	    width: calc(50% - 10px);
	}
	.inner-splash h1 {
	    font-size: 13vw;
	    line-height: 14vw;
	}
	.nonmobile-claim {
	    display: none;
	}
	.splash h1 {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.mobile {
	    display: block !important;
	}
	.right-topics {
	    width: calc(100% - 20px);
	    clear: both;
	}
	.small .testo-articolo .crediti p, .small .testo-articolo .crediti p *,body .crediti * {
		font-size:12px !important;
		line-height:15px !important;
	}
	.home .site-inner {
	    width: calc(100vw - 10px);
	} 
	.page-id-359 .title-author {
	    width: 50%;
	    float: left;
	}
	.page-id-359 .title-count {
	    float: left;
	    width: 50%;
	    text-indent: 10px;
	}
	.page-id-359 .single-author {
	    height: 23px;
	    padding-top: 4px;
	}
	.page-id-359 .letter-container {
	    clear: both;
	    padding-top: 10px;
	}
	.page-id-359 .authors {
	    padding-top: 130px;
	}
	.page-id-359 .inner-authors {
	    padding-bottom: 0;
	}
}
@media print {
	div#inner-inner-menu {
	    display: none !important;
	}
	.articolo.visibile {
		margin-bottom:0 !important;
	}
	.tools {
	    display: none !important;
	}
	.site-inner {
	    width: auto !important;
	}
	div#menu {
	    position: relative !important;
		left:0 !important;
	}
	.dossier-head {
	    display: none !important;
	}
	.articolo.medium {
	    width: 100% !important;
	    position: relative !important;
	}
	main#main {
	    margin-top: 50px !important;
	}
	.articolo.small {
	    position: relative !important;
	    width: 100% !important;
	    left: 0 !important;
	    margin-left: 0  !important;
	}
	div#page {
	    margin-top: 0px !important;
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.right-block-titolo {
	    display: none !important;
	}
	.blog-container {
	    display: none !important;
	}
	.languages {
	    display: none !important;
	}
	img.remove {
	    display: none !important;
	}
	.articolo {
	    width: 100% !important;
	    position: relative !important;
	    left: 0 !important;
	    margin-left: 0 !important;
	}
	.footer-topics {
	    display: none !important;
	}
	.testo-articolo * {
	    font-size: 13pt  !important;
	    line-height: 16.5pt !important;
	}
	
}
.search-area p img {
    vertical-align: bottom;
}
.single-dossier .toolconttot.fixedtool {
    top: 110px;
}
iframe.iubenda-ibadge {
    width: auto !important;
    margin-top: 0px;
    margin-bottom: -6px;
}
.tipsicon:hover span {
    background: white;
    color: #979798;
}
body a#i_badge-link {
    background: none;
    border: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'helvetica',arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
    width: auto !important;
    padding: 0 !important;
}
span.news-text a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
}
.titolo-articolo {
    position: relative;
    z-index: 10;
}
.testo-articolo a:hover  {
				color: #0050FF;
			}
.grecaptcha-badge {
    opacity: 0.2;
}

.grecaptcha-badge:hover {
    opacity: 1;
}
