@import url("https://use.typekit.net/twf7cnv.css");
/* *{
  -webkit-transition:all ease-in-out 0.2s;
  -moz-transition:all ease-in-out 0.2s;
  transition:all ease-in-out 0.2s;
} */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

figcaption {
    display: none !important;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

html, button, input, select, textarea {
    font-family: neue-haas-unica, sans-serif;
    color: #62605e;
}

html, body {
    width: 100%;
    height: 100%;
}

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: warnock-pro, serif;
    color: #383531;
    font-size: 30px;
    line-height: 1.35;
    margin: 0 0 10px;
    transition: all .35s linear;
}

a {
    color: #dd820a;
    text-decoration: none;
}

a:hover {
    color: #dd820a;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    /*background: #ff9;
    color: #000;
    text-decoration: none;*/
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p, li {
    font-weight: 400;
    line-height: 1.65em;
    font-size: 18px;
    text-align: left;
    margin: 0 0 32px;
    color: #383531;
}

header p, header li, .sidebar li, footer p, footer li {
    text-shadow: none;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 25px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

figcaption {
    display: none;
}

.text-center{
    text-align: center;
}

.ads{
    margin:10px 0 20px;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hide {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.loader {
    background-color: #101215;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) .4s;
    -moz-transition: all 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) .4s;
    -o-transition: all 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) .4s;
    transition: all 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) .4s;
    /* easeInOutQuart */
    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* easeInOutQuart */
}

.loader.nascondimi {
    top: -100%;
    height: 0;
}

.loader.red_color {
    top: 0%;
    height: 50%;
    background-color: red;
}

.spinner {
    height: 20px;
    left: 50%;
    margin: -35px auto 0 -35px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70px;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    transition: all .35s linear;
}

.spinner.nascondimi>div {
    opacity: 0;
    visibility: hidden;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    overflow-x: hidden !important;
    overflow-y: visible;
    text-align: center;
    font-family: neue-haas-unica, sans-serif;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body.noverflow {
    overflow-y: hidden;
}

.nop {
    padding: 0
}

.all_site {
    max-width: 1367px;
    min-height: 100vh;
    padding: 0 36px;
    margin: 0 auto;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ddd;
}

#codici_page {
    border-top: 10px solid #dd820a;
    padding: 10px 0 0;
}

.fascia_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    width: 100%;
}

.logo_cont {
    width: 420px;
}

.logo_cont p {
    color: #999999;
    font-size: 11px;
    text-align: center;
    margin: 15px 0 0;
}

.logo_cont img {
    max-width: 90%;
}

.data_header ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: warnock-pro, serif;
}

.data_header li {
    margin: 0 2px;
    font-size: 15px;
    color: #79746d;
    font-weight: bold;
}

.sub_main {
    position: relative;
    padding: 15px 0;
}

.btn_menu, .close_big {
    cursor: pointer;
}

.btn_menu, .search_cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    color: #6c6355;
    font-size: 12px;
    width: 280px;
}

.searchcontainer {
    position: fixed;
    top: -100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: #202020;
    padding: 20px;
    transition: all .35s linear;
}

.searchcontainer.aperto {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.ricerca_div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchcontainer #search_form input {
    font-size: 36px;
    border-width: 0 0 1px;
    padding: 10px;
    border-color: #ddd;
    border-style: solid;
    background-color: transparent;
    font-weight: 200;
    width: 520px;
    color: #fff;
}

.search_btn {
    background-color: #f1f1f1;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.search_cont {
    justify-content: flex-end;
}

.search_cont i {
    font-size: 16px;
    margin: 0;
}

.searchcontainer #search_form .input {
    display: flex;
}

.chiudiseaarch {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    border: 1px solid #888;
}

.lineachiudi {
    width: 64%;
    height: 1px;
    background-color: #888;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(45deg);
}

.lineachiudi::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #888;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(90deg);
}

.search_button {
    background-color: #dd820a;
    border: 0;
    color: #fff;
    display: flex;
    align-items: center;
    width: 75px;
    height: 75px;
    justify-content: center;
    margin: 0 0 0 15px;
    border-radius: 0;
    font-size: 32px;
}

.searchcontainer #search_form input {
    font-size: 36px;
    border-width: 0 0 1px;
    padding: 10px;
    border-color: #ddd;
    border-style: solid;
    background-color: transparent;
    font-weight: 200;
    width: 520px;
}

.linee {
    width: 18px;
    height: 13px;
    position: relative;
    margin: 0 10px 0 0;
}

.linea {
    height: 2px;
    width: 100%;
    background-color: #6c6355;
    position: absolute;
    left: 0;
}

.linea.linea_uno {
    top: 0;
}

.linea.linea_due {
    top: 50%;
    margin-top: -1px;
}

.linea.linea_tre {
    bottom: 0;
}

/** * Menu Big* **/

.white {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 19;
    opacity: .85;
    transition: all .35s linear .35s;
    visibility: hidden;
}

.white.visibile {
    left: 0;
    visibility: visible;
    transition: all .35s linear;
}

.menu_big {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    width: 450px;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
    border-right: 1px solid #ddd;
    z-index: 20;
    transition: all .35s linear;
    visibility: hidden;
}

.menu_big.visibile {
    left: 0;
    visibility: visible;
    transition: all .35s linear .35s;
}

.title_menu {
    text-align: center;
    position: relative;
}

.title_menu img {
    max-width: 72px;
    margin: 42px auto;
}

.close_big {
    width: 18px;
    position: absolute;
    height: 18px;
    top: 20px;
    right: 20px;
}

.title_menu span img {
    margin: 0;
}

.blocco_sezioni {
    border-top: 1px solid #5f564b;
    padding: 15px 0 0;
}

.blocco_sezioni h3 {
    font-size: 18px;
    padding: 0 15px;
}

.sezioni_blocco ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sezioni_blocco li {
    width: 50%;
    text-align: left;
    font-size: 15px;
    margin: 0;
}

.sezioni_blocco li a {
    color: #6c6355;
    display: block;
    padding: 14px !important;
    border-right: none !important;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.sezioni_blocco li a:hover {
    text-decoration: none;
}

.sezioni_blocco li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background-color: #dd820a;
    left: 0;
    transition: all .35s linear;
}

.sezioni_blocco li a:hover::after {
    width: 100%;
}

.blocco_sezioni.blocc_contact {
    padding: 0;
    border-bottom: 1px solid #5f564b;
}

.blocc_contact .sezioni_blocco li a {
    border-bottom: 0;
    border-right: 1px solid #5f564b;
    text-align: center;
    font-weight: 600;
    background-color: #ffcb04;
    color: #5f564b;
}

.blocc_contact .sezioni_blocco li a:hover {
    background-color: #e9e9e9;
}

.blocc_contact .sezioni_blocco li a::after {
    display: none;
}

.blocc_contact .sezioni_blocco li:last-child a {
    border: 0;
    background-color: #b2cacc;
}

/* ** **/

.menu_social {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.menu_social h1 {
    display: block;
    width: 100%;
    margin: 20px 0 20px 10px;
    font-size: 52px;
    text-align: left;
}

nav h4 {
    display: none;
}

.menulinks {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.main:nth-child(2n) {
	border-left: 1px solid #d2d2d2;
}

.main ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main li {
    margin: 0;
}

.main li.tendina {
    transition: all .15s linear .15s;
}

.main li a {
    color: #6c6355;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 5px 15px;
    border-right: 1px solid #d2d2d2;
}

.main li.tendina a {
    position: relative;
    padding: 5px 32px 5px 15px;
}

.main li.tendina>a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    top: 50%;
    transform: translate(0, -50%);
    right: 13px;
    font-size: 11px;
    color: #dd820a;
}

.main ul>li.tendina>ul {
    position: absolute;
    top: calc(100% - 5px);
    background-color: #f1f1f1;
    left: 0;
    width: 100%;
    transition: all .15s linear .25s;
    opacity: 0;
    display: none;
    z-index: 2;
    box-shadow: 0px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
    visibility: hidden;
}

.main ul>li.tendina:hover {
    background-color: #f1f1f1;
}

.main ul>li.tendina:hover>ul {
    opacity: 1;
    display: flex;
    visibility: visible;
    flex-wrap: wrap;
}

.social li a {
    font-size: 24px;
}

.main li:last-child a {
    border: 0;
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.social.bigsocial {
	justify-content: center;
	align-items: center;
	margin-top: 32px;
}

.social li {
    margin: 0 0 0 10px;
}

.social li a:hover {
    color: initial;
}

.facebook {
    color: #4267B2;
}

.twitter {
    color: #1da1f2;
}

.linkedin {
    color: #2867b2;
}

.instagram {
    color: #f62c88;
}

.pinterest {
    color: #F0002A;
}

.banner_big {
    margin: 10px 0;
    background-color: #f1f1f1;
}

.fascia_last_news {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 0 0 20px;
}

.fascia_last_news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 60%;
    width: 1px;
    height: 100%;
    background-color: #d2d2d2;
}

.content {
    position: relative;
    width: 100%;
}

.big_last_news {
    width: 60%;
    text-align: left;
    padding: 0 32px 20px 0;
    padding: 0 20px;
}

.new_container_photo, .new_container_nophoto {
    position: relative;
}

.new_container_nophoto figure {
    display: none;
}

.new_container_nophoto.nodesc .summary {
    display: none;
}

.new_container_photo:hover h2, .new_container_nophoto:hover h2, .new_container_photo_left:hover h2 {
    color: #8a7559;
}

.link_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.new_container_photo p, .new_container_nophoto p, .new_container_photo_left p {
    margin: 0;
    font-size: 15px;
    color: #777;
    line-height: 1.75;
}

.categorie {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.categorie.speciale {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: red;
}

.categorie.economia {
    background-color: #b6620c;
}

.categorie.filosofia {
    background-color: #701011;
}

.categorie.psicologia {
    background-color: #8c653c;
}

.categorie.arte {
    background-color: #145389;
}

.categorie.comunicazione {
    background-color: #42720c;
}
.categorie.storie {
    background-color: #0cb1b5;
}

.categorie.ioleggo {
    background-color: #dfad16;
}

.categorie.tupertu {
    background-color: #091060;
}

.categorie.speciale a {
	margin: 0;
	color: #fff;
}

.categorie a {
    margin: 0 10px 0 0;
}

.categorie a+a {
    margin: 0 10px;
}

figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #f9f9f9;
    padding: 0 20px;
    margin: 0 0 24px;
}

figure::after {
    content: "";
    padding-bottom: 56.25%;
}

.data_autore {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.data_autore span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.data_autore b {
    font-size: 13px;
    padding: 0px 10px 0 0;
}

.data_autore b+.autori {
    padding-left: 10px;
    border-left: 1px solid #c1c1c1;
}

.list_last_news {
    width: 40%;
    text-align: left;
    padding: 0 0 0 32px;
}

.list_last_news p {
    display: none;
}

.list_last_news .new_container_nophoto, .new_container_nophoto {
    margin: 0 0 32px;
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 32px;
}

.new_container_nophoto:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.list_last_news h2, .new_container_nophoto h2 {
    font-size: 24px;
    line-height: 1.25;
}

.flashes {
    margin-top: 24px;
}

.title_flash {
    position: relative;
}

.title_flash h3 {
    font-weight: vo;
    color: #1e9684;
    font-size: 18px;
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 5px 15px 5px 0;
    position: relative;
    z-index: 2;
}

.sidebar .title_flash h3 {
    padding: 5px 15px;
}

.title_flash::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    top: 50%;
}

.flashes ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}

.flashes li {
    margin: 0;
    font-size: 16px;
    text-align: left;
    width: 33.333%;
    padding: 10px 20px;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.flashes li:first-child {
    padding: 0 20px 0 0;
}

.flashes li:last-child {
    border: 0;
}

.flashes a {
    color: #383531;
}

.fascia_h_last_news {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    border-top: 1px solid #d1d1d1;
    padding: 15px 0;
}

.h_last_new {
    width: 25%;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.h_last_new h2 {
    font-size: 20px;
}

.banner_container {
    background-color: #f1f1f1;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.editoria {
    background-color: #423533;
    padding: 35px;
    text-align: left;
}

.title_articoli_autore {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 20px 0 0 0;
}

.title_articoli_autore h2 {
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
    color: #777;
}

.title_articoli_autore h2 b {
    font-style: normal;
    font-size: 140%;
    font-weight: 400;
    color: #383531;
    margin: 0 0 0 5px;
}

.nome_cognome_ruolo a.mail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 0 0;
    font-size: 16px;
}

.nome_cognome_ruolo a.mail i {
    margin: 0 8px 0 0;
    font-size: 16px;
    color: #383531;
    opacity: .34;
}

.barra_back {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
}

.barra_back a {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.barra_back a i {
    color: #777;
    font-size: 20px;
    margin: 0 10px 0 0;
}

.title_editoria h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.title_editoria h4 i {
    opacity: .5;
}

.libro_content {
    background: #f9f9f9;
    padding: 17px;
}

.title_libro h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

.slider_libri.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-track {
    display: flex !important;
}

.libro_container {
    display: flex !important;
    align-items: stretch;
    justify-content: flex-end;
    padding: 10px;
}

.freccia {
    position: absolute;
    width: 42px;
    height: 42px;
    cursor: pointer;
    bottom: 100%;
    right: 7px;
    background-color: #f1f1f129;
    padding: 13px;
}

.freccia:hover {
    background-color: #f1f1f145;
}

.freccia.prev {
    right: 55px;
}

.last_sezione {
    border-top: 5px solid #dd820a;
    margin: 10px 0;
    text-align: left;
    display: flex;
    border-width: 5px 1px 1px;
    border-color: #dd820a #d1d1d1 #d1d1d1;
    border-style: solid;
    padding: 32px;
    flex-wrap: wrap;
}

.title_sezione h2 {
    color: rgb(172, 172, 172);
    margin: 0;
    font-weight: 400;
    font-size: 23px;
}

.title_sezione {
    width: 100%;
    margin: 0 0 20px;
}

.title_sezione h2 b {
    font-weight: 400;
    color: #dd820a;
}

.half-last {
    display: flex;
    align-items: stretch;
    width: 50%;
    padding: 0 30px 20px 0;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
}

.half-last:nth-child(odd) {
    border-right: none;
    padding: 0 30px 20px 30px;
}

.last_sezione .new_container_photo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.last_sezione h2 {
    font-size: 20px;
}

.last_sezione figure {
    margin: 0 20px 0 0;
}

.third-last {
    display: flex;
    align-items: stretch;
    width: 33.333%;
    padding: 0 20px;
}

.podcast {
    background-color: #191a3a;
    padding: 35px;
    text-align: left;
    margin: 0 0 10px;
}

.podcast_list {
    display: flex;
    margin: 25px -15px 0;
}

.pocast_container {
    position: relative;
    width: 25%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.title_pod {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.title_pod i {
    color: #dd820a;
    font-size: 22px;
    margin: 0 24px 0 0;
}

.title_pod h3 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

.title_banner {
    background: rgb(142, 91, 8);
    background: -moz-radial-gradient(circle, rgba(142, 91, 8, 1) 0%, rgba(23, 18, 14, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(142, 91, 8, 1) 0%, rgba(23, 18, 14, 1) 100%);
    background: radial-gradient(circle, rgba(142, 91, 8, 1) 0%, rgba(23, 18, 14, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#8e5b08", endColorstr="#17120e", GradientType=1);
    padding: 30px;
    border-top: 10px solid #feb300;
}

.list_last_news .title_banner h2 {
    color: #fff;
    text-align: center;
    font-weight: 200;
    margin: 0;
    font-family: neue-haas-unica, sans-serif;
    line-height: 1;
    font-size: 32px;
}

.list_last_news .title_banner h2 b {
    display: block;
    color: #feb300;
    font-weight: 500;
    font-size: 24px;
}

.list_last_news .azione_title p {
    display: block;
    background-color: #feb300;
    padding: 5px;
    text-align: center;
    color: #1c1c1b;
    font-weight: bold;
    font-size: 16px;
}

/* ** ** */

.testata_sezione {
    background-color: #fff;
    transition: all .15s linear;
    padding: 24px 0 5px;
    border-bottom: 5px solid;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.testata_sezione.speciale {
	border-top: 15px solid #ddd;
}

.testata_sezione.speciale.economia {
	border-top-color: #b6620c;
}

.testata_sezione.speciale.filosofia {
	border-top-color: #701011;
}

.testata_sezione.speciale.psicologia {
	border-top-color: #8c653c;
}

.testata_sezione.speciale.arte {
	border-top-color: #115582;
}

.testata_sezione.speciale.comunicazione {
	border-top-color: #3f7408;
}

.testata_sezione.speciale.storie {
	border-top-color: #0cb1b5;
}

.testata_sezione.speciale.ioleggo {
	border-top-color: #dfad16;
}

.testata_sezione.speciale.tupertu {
	border-top-color: #091060;
}

.testata_sezione.fixed {
    width: 100%;
    max-width: 1295;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 5;
    padding: 10px 0;
    align-items: center;
}

.testata_sezione h1 {
    font-weight: 400;
    font-size: 52px;
    margin: 0;
}

.testata_sezione.fixed h1 {
    font-size: 18px;
    margin: 0;
    font-style: italic;
}

.cagorie_container .subnav {
    width: 100%;
    display: block;
    position: relative;
}

.cagorie_container ul {
    width: 100%;
    margin: 0;
    padding: 0 110px 0 0;
    list-style: none;
    display: block;
    height: 35px;
    overflow: hidden;
    transition: all .35s linear;
}

.cagorie_container ul.mostradipiu {
    height: auto;
}

.cagorie_container ul li {
    margin: 0;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    /*align-items: stretch;*/
}

.cagorie_container ul a {
    font-size: 15px;
    display: block;
    padding: 10px 15px 10px 0;
    text-transform: none;
    line-height: 1.35;
}

.links_cat {
    text-align: right;
    font-style: italic;
    font-size: 28px;
    margin-top: 0;
    cursor: pointer;
    transition: all .35s linear;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.links_cat.chiudi_cat {
    transform: rotate(180deg);
    margin-top: 15px;
}

.blocco_flusso {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #d1d1d1;
    padding: 10px 0 0;
}

.flusso {
    width: 75%;
    padding: 0 25px 0 0;
}

.std_item {
	text-align: left;
	padding: 6% 5%;
}

.content.sostieni.std_item, .content.pubblicita.std_item {
	padding: 0;
}

.sostieni .section_container, .pubblicita .section_container {
	padding: 35px 0;
}

.sostieni h2, .pubblicita h2 {
	display: none;
}

.std_item p.intro {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	max-width: 640px;
	line-height: 2;
}

.std_item p {
	font-size: 16px;
	line-height: 2.2;
}

.std_item ul {
	margin: 20px 0;
	padding: 0 20px;
	list-style: none;
}

.std_item li {
	margin: 15px 0;
	border-left: 5px solid #ddd;
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 2.2;
}

.sidebar {
    width: 25%;
}

.fotoleft {
    display: flex;
    align-items: stretch;
}

.new_container_photo_left {
    position: relative;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #d1d1d1;
}

.new_container_photo_left figure {
    float: left;
    padding: 10px;
    margin: 10px;
    width: 30%;
}

.sidebar .new_container_photo_left .summary {
    display: none;
}

.fotoleft figure {
    margin: 0;
    height: 100%;
}

.new_container_photo_left .title {
    /*padding: 0 0 0 35px;*/
}

.flusso .title h2 {
    font-size: 24px;
}

.sidebar .flashes ul {
    display: block;
}

.sidebar .flashes li {
    margin: 5px 0;
    width: 100%;
    border: 0;
    text-align: left;
    padding: 0;
}

.sidebar .flashes a {
    background-color: #f1f1f1;
    padding: 10px 20px;
    border-left: 8px solid #1e9684;
}

/** Autore ** */

.descrizione_autore {
    padding: 32px;
    background-color: #f9f9f9;
    margin: 0 0 36px;
}

.nome_foto {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

.foto_autore {
    width: 200px;
    border-radius: 40% 0 0 40%;
    overflow: hidden;
    border: 5px solid #ddd;
    margin: 0 24px 0 0;
}

.user_redazione .foto_autore {
    width: 110px;
    margin: 0;
}

.user_redazione .nome_cognome_ruolo h2 {
    font-size: 22px;
}

.user_redazione .nome_cognome_ruolo h3 {
    font-size: 16px;
}

.user_redazione .nome_cognome_ruolo a.mail {
    font-size: 14px;
}

.user_redazione .social li a {
    font-size: 20px;
    margin: 0;
}

.nome_cognome_ruolo {
    text-align: left;
    padding: 0 0 0 14px;
}

.nome_cognome_ruolo h2 {
    font-weight: 400;
    font-size: 32px;
    margin: 0;
}

.nome_cognome_ruolo h3 {
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    opacity: .72;
    margin: 0;
}

.nome_cognome_ruolo .social {
    margin: 10px 0 0;
}

.nome_cognome_ruolo .social li {
    margin: 0 10px 0 0;
}

.nome_cognome_ruolo a {
    display: block;
    margin: 5px 0 0;
}

.testo_autore {
    max-width: 960px;
    margin: 0 auto;
}

.testo_autore p {
    font-size: 16px;
    color: #777;
    margin: 0 0 32px 0;
    text-align: justify;
    line-height: 2;
}

.autoritestata {
    background-color: #f9f9f9;
    padding: 30px;
    text-align: left;
}

.fascia_alta_testata {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px;
}

.autorilista ul {
    list-style: none;
    margin: 0;
    padding: 32px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.autorilista li {
    margin: 0;
    width: 33.333%;
    padding: 0 32px 0 0;
}

.autorilista li a {
    color: #383531;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 16px;
    padding: 15px 10px 15px 40px;
    transition: all .35s linear;
    position: relative;
    line-height: 1.35;
}

.autorilista li a:hover {
    background-color: #f1f1f1;
}

.autorilista li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2bd";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 22px;
    color: #777;
    opacity: .4;
}

.fascia_alta_testata h1 {
    margin: 0;
    font-size: 28px;
}

.cerca_autore h3 {
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    opacity: .5;
}

.cerca_autore form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cerca_autore form .input {
    margin: 0 0 0 5px;
}

.cerca_autore input, .cerca_autore select {
    border: 1px solid #d1d1d1;
    color: #777;
    /* font-family: 'Ubuntu'; */
    font-size: 14px;
    /* font-style: italic; */
    margin: 0;
    padding: 10px;
    width: 100%;
    align-items: stretch;
}

.cerca_autore .submit button {
    background: none repeat scroll 0 0 #dd820a;
    border: 1px solid #dd820a;
    color: #FFFFFF;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
    align-items: stretch;
    width: 110px;
    margin: 0 0 0 5px;
}

.cerca_autore {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cerca_autore h3 {
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    opacity: .5;
}

.cerca_autore, .lettere {
    display: none;
}

.lettere ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d1d1d1;
    padding: 20px 0 0;
}

.lettere li {
    margin: 0;
}

.lettere ul li label {
    font-size: 13px;
    background-color: #eee;
    display: flex;
    width: 32px;
    justify-content: center;
    height: 32px;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
    margin: 0;
    color: #383531;
    font-weight: bold;
    transition: all .35s linear;
}

.lettere ul li label.active, .lettere ul li label:hover {
    background-color: #383531;
    color: #fff;
    text-decoration: none;
}

.lettere ul li input {
    display: none;
}

.autorigriglia {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}

.autor_subject {
    width: 25%;
    padding: 0 5px 10px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
}

.autor_content {
    background-color: #f1f1f1;
    height: 100%;
    padding: 20px;
    position: relative;
    transform: scale(1);
    transition: all .35s;
    width: 100%;
}

.autor_content:hover {
    transform: scale(1.15);
    box-shadow: 0 0 25px rgba(23, 18, 14, .15);
    position: relative;
    z-index: 3;
}

.autor_content a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.fotoautore {
    width: 220px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    margin: 0 auto 25px;
}

.fotoautore img {
    transition: all .35s linear;
    filter: grayscale(1);
}

.autor_content:hover .fotoautore img {
    filter: grayscale(0);
}

.autor_content h2 {
    font-size: 26px;
    font-weight: 400;
}

.autor_content h3 {
    font-size: 16px;
    text-align: center;
    padding: 0 24px;
    font-style: normal;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    opacity: .5;
    margin: 0 0 34px;
}

.autor_content p {
    text-align: center;
    color: #dd820a;
    font-size: 14px;
    display: inline-block;
    border-top: 2px solid;
    padding: 4px 0 0;
    margin: 0;
    transition: all .35s;
}

.autor_content:hover p {
    padding: 4px 10px 0;
}

.notizia_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

p.summary {
	color: #777;
	font-size: 15px;
	line-height: 1.75;
}

.lanotizia {
    width: 66.6667%;
    text-align: left;
    padding: 30px 20px 0 0;
}

.print_btn {
    background: #c1750d;
    color: #fff !important;
    padding: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none !important;
    margin: 10px 0 20px;
}

.contatti {text-align: left;}

.lanotizia .application, .application  {
	margin: 52px 0;
	padding: 10%;
	background-color: #f1f1f1;
}

.lanotizia .contatti h2, .contatti h2 {
	font-size: 26px;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.lanotizia .contatti label, .contatti label {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0;
}

.lanotizia .contatti input, .contatti input {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	height: auto;
}

.lanotizia .contatti textarea, .contatti textarea {
	display: block;
	width: 100%;
	height: 200px;
}

.lanotizia .contatti .privacy, .contatti .privacy {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 20px 0;
	padding: 0;
}

.lanotizia .contatti .privacy input, .contatti .privacy input  {
	width: auto;
	margin: 0 10px 0 0;
}

.lanotizia .contatti label, .contatti label {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0;
}

.lanotizia .contatti .submit input, .contatti .submit input {
	background-color: #dd820a;
	border: 0;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	padding: 15px 10px;
	font-size: 16px;
	border-radius: 50px;
}

.lanotizia .application p, .application p {
	margin: 15px 0 0;
	background-color: #ddd;
	text-align: center;
	padding: 11px;
	display: block;
	font-size: 16px;
	color: #383531;
}

.content.sponsor {
	padding: 50px 20px 20px;
	background-color: #038985;
	border-radius: 10px;
	position: relative;
}

.content.sponsor::before {
	content: "Articolo sponsorizzato";
	position: ;
	position: absolute;
	top: 15px;
	left: 20px;
    text-align: right;
    color: #fff;
	font-style: italic;
	opacity: .9;
}

.sponsor .categorie a {
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 10px 10px 0;
}

.sponsor h2 {
	color: #fff;
}

.sponsor .data_autore span {
	color: #fff;
	opacity: .7;
}

.sponsor p.summary {
	color: #fff9;
}

.sponsor .lanotizia {
	position: relative;
	padding: 70px 0 0;
}

.sponsor .lanotizia::before {
	content: " Articolo Sponsorizzato ";
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	opacity: 1;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #038985;
	padding: 10px;
	border-radius: 5px;
}

.notizia_container .sidebar {
    width: 33.333%;
}

.lanotizia blockquote {
    margin: 0 0 29px;
    padding: 40px;
    font-style: italic;
    background-color: #f1f1f1;
    position: relative;
}

.lanotizia blockquote::after {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    height: 9px;
    width: 90px;
    background-color: #dd820a;
}

.lanotizia blockquote p {
    margin: 0;
    font-size: 18px;
    line-height: 2;
}

.lanotizia h2 {
	font-size: 46px;
	font-weight: 400;
	line-height: 1.25;
	color: #383531;
}

.lanotizia h3 {
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 1.75;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #d1d1d1;
}

.lanotizia p {
    font-size: 16px;
    color: #777;
    line-height: 1.75;
    margin: 0 0 25px;
}

.video_container {
    border: 1px solid #ddd;
    padding: 25px;
    margin: 30px 0;
}

.video_notizia {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video_notizia iframe, .video_notizia object, .video_notizia embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.descrizione_notizia {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.share ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.share li {
    margin: 0 0 8px;
}

.share a {
    font-size: 28px;
}

.share a.whatsapp {
    color: #25d366;
}

.share a.email {
    color: #999;
}

/* Codici */

.search_index {
    background-color: #fbfbfb;
    margin: 15px 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testo_introduttivo {
    max-width: 50%;
    margin: 0;
    text-align: center;
    padding: 55px;
    width: 50%;
}

.testo_introduttivo h2 {
    color: #383531;
    font-size: 28px;
    text-align: left;
}

.testo_introduttivo p {
    color: #777;
    font-size: 16px;
    line-height: 2.2;
    text-align: left;
    margin: 0;
}

.form_search_code input, .form_search_code select {
    border: 1px solid #d1d1d1;
    color: #777;
    /* font-family: 'Ubuntu'; */
    font-size: 14px;
    /* font-style: italic; */
    margin: 0;
    padding: 10px;
    width: 100%;
    align-items: stretch;
}

.form_search_code {
    width: 50%;
    text-align: left;
    padding: 55px;
}

.form_search_code form {
    border: 1px solid #ddd;
    padding: 45px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.codice_art label, .codice_anno label {
    display: none;
}

.form_search_code .input_group.codice_art, .form_search_code .input_group.codice_anno {
    width: 33.333%;
    padding: 0 10px 0 0;
}

.form_search_code .input_group {
    width: 66.6667%;
}

.form_search_code .submit {
    width: 100%;
    margin-top: 12px;
}

.form_search_code .submit button {
    background: none repeat scroll 0 0 #dd820a;
    border: 1px solid #dd820a;
    color: #FFFFFF;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
    align-items: stretch;
    width: 100%;
}

.sidebar .search_index {
    display: block;
    background: none;
}

.sidebar .testo_introduttivo {
    width: auto;
    max-width: none;
    padding: 10px;
    margin: 0 0 -20px;
}

.sidebar .testo_introduttivo p {
    display: none;
}

.sidebar .form_search_code {
    width: 100%;
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #ddd;
}

.sidebar .form_search_code form {
    text-align: left;
    width: 100%;
    padding: 0;
    border: 0;
}

.sidebar .form_search_code .input_group {
    width: 100%;
    margin: 15px 0 0;
}

.sidebar .form_search_code .input_group.codice_art {
    width: 100%;
    padding: 0;
}

.sidebar .form_search_code h2 {
    font-size: 22px;
    font-weight: 400;
}

.testata_sezione_flusso {
    margin: 20px 0 0;
    background-color: #f5f5f5;
    padding: 30px;
}

.testata_sezione_flusso p {
    color: #777;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.codici_lista {
    text-align: left;
    padding: 20px 0;
}

.codici_lista h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 24px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

.codici_lista ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.codici_lista li {
    margin: 3px 0;
    font-size: 16px;
    font-weight: 500;
}

.codici_lista a {
    display: block;
    background-color: #f9f9f9;
    padding: 10px 10px 10px 40px;
    position: relative;
    transition: all .3s linear;
}

.codici_lista a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #777;
}

.codici_lista a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #acacac;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
}

.articolilista {
    display: flex;
    flex-wrap: wrap;
}

.articolilista .new_container_nophoto {
    padding: 20px;
    margin: 0;
    display: flex;
    align-items: stretch;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.altri_articoli h3 {
    text-align: left;
    font-size: 16px;
    margin: 20px 0;
    background-color: #f9f9f9;
    padding: 15px;
}

.altri_articoli .title h2 {
    font-size: 18px;
}

.sponsor .altri_articoli .title h2{
    color: #383531;
}

.sponsor .altri_articoli .data_autore span {
    color: #62605e;
}

.altri_articoli .fotoleft {
    width: 125px;
}

.altri_articoli .new_container_photo_left .title {
    /*width: calc(100% - 125px);*/
}

.altri_articoli .new_container_photo_left {
    padding: 10px 20px;
}

.photo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Sostieni */

.title_standard {
    border-width: 5px 5px 0 5px;
    padding: 72px 72px 26px 72px;
    margin: 0 0 32px;
    position: relative;
    text-align: left;
    border-style: solid;
    border-color: #ffcb04;
}

.pub_container .title_standard {
    border-color: #b2cacc;
}

.title_standard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 52px;
    background-color: #ffcb04;
    width: 100px;
    height: 15px;
}

.pub_container .title_standard::before {
    background-color: #b2cacc;
}

.title_standard h1 {
    margin: 0;
    font-size: 62px;
    font-weight: 600;
    line-height: 1;
    width: 66.6667%;
}

.section_container {
    padding: 35px;
}

.section_content {
    padding: 0 77px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testo_section {
    width: 60%;
}

.testo_section p {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	line-height: 2;
}

.testo_section p a.callto {
	margin: 20px 0 0;
	display: inline-block;
	border-top: 1px solid #ddd;
	padding: 20px 80px 0 0;
	font-size: 15px;
}

.testo_section p b i {
    font-style: normal;
    position: relative;
}

.testo_section p b i:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    background-color: #ffcb04;
    height: 87%;
    z-index: -1;
    transform: translate(0, -50%)rotate(-2deg);
    top: 50%;
}

.azione_section {
	width: 40%;
	text-align: left;
	padding: 0 0 0 30px;
}

.azione_container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 2px solid #ddd;
	padding: 35px 20px;
	border-radius: 20px;
	margin: 20px 0;
}

.azione_section p {
	width: 100%;
	text-align: left;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	display: flex;
	align-items: center;
}

.azione_container img {
	height: 0;
	display: none;
}

.azione_section p b {
	font-size: 38px;
	line-height: 1;
	margin: 0 0 0 10px;
}

.azione_section a {
    display: block;
    max-width: 140px;
}

.azione_pub {
    width: 40%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 0 0 52px;
}

.azione_pub p {
    margin: 0;
    background-color: #f1f1f1;
    padding: 46px 25px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    width: 100%;
    line-height: 1.35;
    /* display: flex; */
    /* align-items: stretch; */
}

.azione_pub p a {
    font-weight: 400;
    font-size: 22px;
}

.testo_section p a.btn {
    display: flex;
    margin: 36px 0 0;
    font-size: 16px;
    background-color: #b2cacc;
    color: #383e44;
    padding: 5px 20px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 300px;
}

.testo_section p a.btn i {
    font-size: 28px;
    margin: 0 20px 0 0;
}

/** Redazione */

.users_redazione {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 25px 0;
}

.user_redazione {
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.user_redazione a {
	padding: 0px;
	display: flex;
	width: 100%;
	text-align: left;
	justify-content: flex-start;
}

.title_red_content h2 {
    font-size: 18px;
    font-style: italic;
}

.title_red_content {
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.title_red_content:first-child {
    margin-top: 42px;
}

/* GLossario */

.glossario_lettere {
	padding: 20px;
}

.glossario_lettere ul, .lettere_e_glossario ul, #content_glossario ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#content_glossario ul.glossario_prev_next {
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

#content_glossario ul.glossario_prev_next li {
	margin: 0;
	width: 50%;
	text-align: left;
	font-size: 15px;
}

#content_glossario ul.glossario_prev_next li:nth-child(2n) {
	text-align: right;
}

#content_glossario ul.glossario_prev_next li strong {
	font-size: 13px;
	opacity: .3;
	margin: 0 5px 0 0;
}

.glossario_lettere li.lettera, #content_glossario li.lettera {
	width: 100%;
	background-color: #f1f1f1;
	padding: 10px 15px;
	font-size: 20px;
	border-radius: 60px;
	text-align: center;
	margin: 30px 0;
	justify-content: center;
}

.glossario_lettere li, .lettere_e_glossario li {
	margin: 0;
	width: 25%;
	font-size: 15px;
	padding: 5px;
	display: flex;
	align-items: stretch;
}

.glossario_lettere li.voce a, .lettere_e_glossario li.voce a {
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
	font-weight: 500;
	text-transform: lowercase;
}

.parola_glossario_legale {
	text-align: left;
	padding: 50px;
}

.parola_glossario_legale p {
	font-size: 16px;
	color: #777;
	line-height: 1.75;
	margin: 0 0 25px;
}

/* Footer */

footer {
    padding: 0 0 10px;
}

.obbligo {
    background-color: #777;
    padding: 15px;
    margin: 0;
}

.obbligo p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.obbligo a {color: #fff;} 

.pagination ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination li {
	margin: 0 5px;
}

.pagination li a {
	display: block;
	position: relative;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
}

.pagination li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007";
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: 0;
	transform: translate(-50%,-50%);
	font-size: 32px;
}

.pagination li.previous_page a::before {
    content: "\f191";
}

.pagination li.next_page a::before {
    content: "\f152";
}

.fascia_footer {
    display: flex;
    text-align: left;
    padding: 32px;
    background-color: #f1f1f1;
    margin: 0 0 10px;
}

.blocco_fascia_footer {
    width: 33.333%;
    text-align: left;
    padding: 22px;
    display: flex;
    align-items: stretch;
    border-right: 1px solid #d1d1d1;
}

.blocco_fascia_footer:last-child {
    border-right: 0;
}

.newsletter_div p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.newsletter_div h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.newsletter_div form {
    margin: 20px 0 0;
}

.newsletter_div .input {
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.newsletter_div .newsletter_input {
    border: 1px solid #d1d1d1;
    color: #777;
    /* font-family: 'Ubuntu'; */
    font-size: 14px;
    /* font-style: italic; */
    margin: 0;
    padding: 10px;
    width: 72%;
    align-items: stretch;
}

.newsletter_div .newsletter_submit {
    background: none repeat scroll 0 0 #dd820a;
    border: 1px solid #dd820a;
    color: #FFFFFF;
    font-weight: 500;
    padding: 5px 10px;
    cursor: pointer;
    align-items: stretch;
    width: 28%;
}

.newsletter_div .input .error-message {
    font-size: 11px;
    font-weight: normal;
    padding: 7px 0 5px 20px;
    text-align: left !important;
    width: 100%;
}

.contact_googleplay {
    width: 100%;
    text-align: center;
}

.contatttaci {
    background-color: #fff;
    text-align: left;
    padding: 20px;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    position: relative;
}

.contatttaci img {
    margin: 0 24px 0 0;
}

.contatttaci h3 {
    color: #dd820a;
    font-size: 20px;
    margin: 0;
}

.contatttaci p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #777;
}

.privacy_newsletter {
    text-align: left;
}

.blocco_scrittori {
    display: flex;
    background-color: #fff;
}

.background_scrittori {
    width: 35%;
    background-size: cover;
    background: url(skin/sfondoscrittori.webp) no-repeat center center;
    background-size: cover;
}

.testo_scrittori {
    width: 65%;
    padding: 20px;
}

.testo_scrittori h3 {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #dd820a;
}

.testo_scrittori p {
    color: #777;
    font-size: 16px;
    font-style: italic;
}

.testo_scrittori a {
    background-color: #dd820a;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1;
}

.testata_sezione_flusso {
    margin: 20px 0 0;
    background-color: #f5f5f5;
    padding: 30px;
}

.testata_sezione_flusso h2 {
    font-size: 20px;
    color: #716b64;
    font-weight: 400;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
    font-style: italic;
    line-height: 1.65;
    margin: 0 0 15px;
}

.testata_sezione_flusso h2 b {
    display: block;
    font-style: normal;
    color: #dd820a;
    font-size: 22px;
}
.file {
	padding: 20px;
	background-color: #f1f1f1;
}
.file h4 {
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
	font-weight: 400;
	font-size: 24px;
	padding: 0 0 20px;
	margin: 0 0 30px;
}

.file ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.file li {
	padding: 0 10px 10px 0;
	margin: 0;
}

.file a {
	display: block;
	background-color: #fff;
	padding: 10px;
	font-size: 14px;
	border: 1px solid;
	box-shadow: 3px 2px 6px rgba(0,0,0,.1);
}


.file img{
    display: none;
}
/* media portatili 15" width and height */

@media (max-width: 1367px) {}

@media (max-height: 801px) {}

/* media monitor 1280 */

@media (max-width: 1281px) {}

/* media monitor 1024 */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .all_site {
        padding: 0 15px;
    }
    .main {
        max-width: 360px;
    }
}

/* media monitor 768 */

@media (max-width: 906px) {
    * {
        flex-wrap: wrap;
    }
    header {
        border-bottom: 1px solid #ddd;
    }
    .btn_menu .word {
        display: none;
    }
    .btn_menu, .search_cont {
        width: auto;
    }
    .fascia_last_news::after {
        display: none;
    }
    .all_site {
        padding: 0 5px;
    }
    .search_cont, .menu_social {
        display: none;
    }
    .fascia_logo {
        padding: 10px 0;
    }
    .btn_menu, .search_cont {
        width: auto;
        display: block;
    }
    .search_cont {
        margin: 0 10px 0 0;
    }
    .social.bigsocial {
        justify-content: center;
        padding: 25px 0;
    }
    .social.bigsocial {
        justify-content: center;
        padding: 25px 0;
    }
    .data_header ul {
        margin: 0;
        justify-content: center;
        padding: 5px 0 0;
    }
    .logo_cont {
        width: 180px;
        text-align: center;
        padding: 0 0 0 0px;
    }
    .sub_main {
        padding: 15px;
        width: auto;
        padding: 15px 0 15px 15px;
    }
    .menu_big {
        width: 100%;
        overflow-y: auto;
    }
    .title_menu {
        text-align: left;
    }
    .title_menu img {
        margin: 15px 10px;
        max-width: 36px;
    }
    .sub_main {
        padding: 15px;
    }
    .logo_cont p {
        display: none;
    }
    .big_last_news {
        width: 100%;
        padding: 15px 10px;
        border-bottom: 1px solid #ddd;
    }
    .list_last_news {
        width: 100%;
        padding: 15px 10px 0;
    }
    .list_last_news .new_container_nophoto, .new_container_nophoto {
        padding: 0 0 16px;
        margin: 0 0 16px;
    }
    .fascia_last_news {
        padding: 0;
    }
    figure {
        padding: 10px;
        border: 1px solid #f1f1f1;
    }
    .editoria {
        padding: 15px;
    }
    .half-last {
        width: 100%;
        padding: 0 0 20px !important;
        border-right: 0;
    }
    .third-last {
        width: 100%;
        padding: 0 0 15px;
    }
    .h_last_new {
        width: 100%;
    }
    .podcast {
        padding: 0;
    }
    .editoria .title_editoria {
        text-align: left;
        padding: 0 0 0;
    }
    .title_editoria {
        padding: 15px 10px 0;
        text-align: center;
    }
    .podcast_list {
        margin: 0;
    }
    .pocast_container {
        width: 50%;
        padding: 10px;
    }
    .title_pod h3 {
        font-size: 18px;
    }
    .title_pod i {
        margin: 0;
        font-size: 11px;
        display: none;
    }
    .last_sezione {
        padding: 20px;
    }
    .fascia_footer {
        padding: 0;
    }
    .blocco_fascia_footer {
        width: 100%;
        padding: 10px 15px;
    }
    .flusso {
        width: 100%;
        padding: 10px 15px;
    }
    .new_container_photo_left figure {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .sidebar {
        width: 100%;
        padding: 0 15px 15px;
    }
    .testata_sezione {
        padding: 0 10px;
    }
    .testata_sezione h1 {
        font-size: 24px;
    }
    .cagorie_container ul {
        display: flex;
        align-items: center;
        padding: 0;
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
        height: 50px;
        flex-wrap: nowrap;
        padding: 0 0 0 0;
        position: relative;
    }
    .cagorie_container .subnav:after {
        content: "";
        position: absolute;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
        right: 0;
        bottom: 0;
        height: 50px;
        width: 20%;
    }
    .cagorie_container ul li {
        width: auto;
        display: block;
    }
    .links_cat {
        display: none;
    }
    .lanotizia {
        width: 100%;
        padding: 15px;
    }
    .lanotizia h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.25;
        margin: 15px 0;
    }
    .lanotizia h3 {
        line-height: 1.5;
        font-size: 20px;
    }
    figure::after {
        content: "";
        padding-bottom: 56.25%;
        display: none;
    }
    .notizia_container .sidebar {
        width: 100%;
    }
    .testo_introduttivo {
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }
    .form_search_code {
        width: 100%;
        padding: 0 10px;
    }
    .form_search_code form {
        padding: 24px;
    }
    .testata_sezione_flusso {
        padding: 20px;
        margin: 0;
    }
    .codici_lista h2 {
        font-size: 20px;
    }
    .articolilista .new_container_nophoto {
        width: 100%;
        padding: 15px 0;
    }
    .searchcontainer #search_form .input {
        display: flex;
        width: 100%;
        position: relative;
    }
    .searchcontainer #search_form input {
        width: 100%;
        font-size: 18px;
        margin: 0 0 20px;
        border: 1px solid rgba(255,255,255,.3);
    }
    .search_button {
        margin: 0;
        position: absolute;
        top: 0;
        height: 50px;
        right: 0;
        font-size: 14px;
        width: 50px;
    }
    .searchcontainer #search_form {
        width: 100%;
    }
    .searchcontainer #search_form input {
        width: 100%;
        font-size: 18px;
        margin: 0;
        border: 1px solid rgba(255,255,255,.3);
        padding: 10px 65px 10px 10px;
    }
    .autorilista ul {
        padding: 15px;
    }

    .autorilista li {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }

    .nome_foto {
        margin: 0 0 20px;
    }
    .nome_cognome_ruolo {
        text-align: center;
        padding: 0;
        margin: 30px 0;
    }
    .nome_cognome_ruolo a.mail {
        justify-content: center;
    }

    .nome_cognome_ruolo .social {
        margin: 10px 0 0;
        justify-content: center;
    }

    .descrizione_autore {
        padding: 15px;
    }

    .foto_autore {
        border-radius: 50%;
        width: 60%;
    }
    .title_articoli_autore {
        padding: 0;
        text-align: left;
    }

    .lanotizia blockquote {
        padding: 20px;
    }

    .lanotizia blockquote p {
        font-size: 16px;
        text-align: justify;
    }
    .title_standard {
        padding: 50px 15px 0;
        margin: 0;
    }
    .section_content {
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .testo_section {
        width: 100%;
    }

    .testo_section p a.callto {
        padding: 15px 0 0;
    }

    .azione_section {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .azione_section p {
        text-align: center;
        justify-content: center;
        margin: 0 0 30px;
    }

    .azione_container form {
        margin: 0 auto;
    }

    .title_standard h1 {
        width: 100%;
        font-size: 36px;
        margin: 0;
    }

    .glossario_lettere li, .lettere_e_glossario li {
        width: 100%;
    }
}

@media print {
    body { font-size: 10pt; }
    #header,
    #sidebar,
    .top_menu,
    .extra,
    .articoli_social,
    #contact,
    .print_btn,
    #footer, footer,.sidebar,
    #section{
        display: none;
    }
  }