@charset "UTF-8";
/*--- FONT ---*/
/*--- COLORS ---*/
/*---MIXINS---*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, #evidenza-internal .indice .voce a.segue > .caret, #portale-fiscaltv .voce .segue > .caret,
  .dropup > .btn > .caret,
  #evidenza-internal .indice .voce .dropup > a.segue > .caret,
  #portale-fiscaltv .voce .dropup > .segue > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 521px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 521px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 521px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 769px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row, .editoriali #primo-piano .indice.primo-piano .voce, .revisione #primo-piano .indice.primo-piano .voce, form:not(.login) div.form fieldset > div {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .editoriali #primo-piano .indice.primo-piano .voce:before, .revisione #primo-piano .indice.primo-piano .voce:before, form:not(.login) div.form fieldset > div:before, .row:after, .editoriali #primo-piano .indice.primo-piano .voce:after, .revisione #primo-piano .indice.primo-piano .voce:after, form:not(.login) div.form fieldset > div:after {
  content: " ";
  display: table;
}
.row:after, .editoriali #primo-piano .indice.primo-piano .voce:after, .revisione #primo-piano .indice.primo-piano .voce:after, form:not(.login) div.form fieldset > div:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, div.acquista, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, div.acquista {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12, div.acquista {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 521px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 520px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #c7c7c7;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #c7c7c7;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  #portale-fiscaltv .voce .input-group-sm > .input-group-btn > input[type="date"].segue, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  #portale-fiscaltv .voce .input-group-sm > .input-group-btn > input[type="time"].segue, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  #portale-fiscaltv .voce .input-group-sm > .input-group-btn > input[type="datetime-local"].segue, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  #portale-fiscaltv .voce .input-group-sm > .input-group-btn > input[type="month"].segue, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  #portale-fiscaltv .voce .input-group-lg > .input-group-btn > input[type="date"].segue, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  #portale-fiscaltv .voce .input-group-lg > .input-group-btn > input[type="time"].segue, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  #portale-fiscaltv .voce .input-group-lg > .input-group-btn > input[type="datetime-local"].segue, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  #portale-fiscaltv .voce .input-group-lg > .input-group-btn > input[type="month"].segue, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
#evidenza-internal .indice .voce .input-group-lg > .input-group-btn > a.form-control-static.segue,
#portale-fiscaltv .voce .input-group-lg > .input-group-btn > .form-control-static.segue, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
#evidenza-internal .indice .voce .input-group-sm > .input-group-btn > a.form-control-static.segue,
#portale-fiscaltv .voce .input-group-sm > .input-group-btn > .form-control-static.segue {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
#evidenza-internal .indice .voce .input-group-sm > .input-group-btn > a.segue,
#portale-fiscaltv .voce .input-group-sm > .input-group-btn > .segue {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
#portale-fiscaltv .voce .input-group-sm > .input-group-btn > select.segue {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
#portale-fiscaltv .voce .input-group-sm > .input-group-btn > textarea.segue,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
#portale-fiscaltv .voce .input-group-sm > .input-group-btn > select[multiple].segue {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
#evidenza-internal .indice .voce .input-group-lg > .input-group-btn > a.segue,
#portale-fiscaltv .voce .input-group-lg > .input-group-btn > .segue {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
#portale-fiscaltv .voce .input-group-lg > .input-group-btn > select.segue {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
#portale-fiscaltv .voce .input-group-lg > .input-group-btn > textarea.segue,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
#portale-fiscaltv .voce .input-group-lg > .input-group-btn > select[multiple].segue {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
#evidenza-internal .indice .voce .input-group-lg > .input-group-btn > a.segue + .form-control-feedback,
#portale-fiscaltv .voce .input-group-lg > .input-group-btn > .segue + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
#evidenza-internal .indice .voce .input-group-sm > .input-group-btn > a.segue + .form-control-feedback,
#portale-fiscaltv .voce .input-group-sm > .input-group-btn > .segue + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 521px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 521px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 521px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 521px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, #evidenza-internal .indice .voce a.segue, #portale-fiscaltv .voce .segue {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, #evidenza-internal .indice .voce a.segue:focus, #portale-fiscaltv .voce .segue:focus, .btn.focus, #evidenza-internal .indice .voce a.focus.segue, #portale-fiscaltv .voce .focus.segue, .btn:active:focus, #evidenza-internal .indice .voce a.segue:active:focus, #portale-fiscaltv .voce .segue:active:focus, .btn:active.focus, #evidenza-internal .indice .voce a.segue:active.focus, #portale-fiscaltv .voce .segue:active.focus, .btn.active:focus, #evidenza-internal .indice .voce a.active.segue:focus, #portale-fiscaltv .voce .active.segue:focus, .btn.active.focus, #evidenza-internal .indice .voce a.active.focus.segue, #portale-fiscaltv .voce .active.focus.segue {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, #evidenza-internal .indice .voce a.segue:hover, #portale-fiscaltv .voce .segue:hover, .btn:focus, #evidenza-internal .indice .voce a.segue:focus, #portale-fiscaltv .voce .segue:focus, .btn.focus, #evidenza-internal .indice .voce a.focus.segue, #portale-fiscaltv .voce .focus.segue {
  color: #333;
  text-decoration: none;
}
.btn:active, #evidenza-internal .indice .voce a.segue:active, #portale-fiscaltv .voce .segue:active, .btn.active, #evidenza-internal .indice .voce a.active.segue, #portale-fiscaltv .voce .active.segue {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, #evidenza-internal .indice .voce a.disabled.segue, #portale-fiscaltv .voce .disabled.segue, .btn[disabled], #evidenza-internal .indice .voce a[disabled].segue, #portale-fiscaltv .voce [disabled].segue, fieldset[disabled] .btn, fieldset[disabled] #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce fieldset[disabled] a.segue, fieldset[disabled] #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce fieldset[disabled] .segue {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, #evidenza-internal .indice .voce a.disabled.segue, #portale-fiscaltv .voce a.disabled.segue, fieldset[disabled] a.btn, fieldset[disabled] #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce fieldset[disabled] a.segue, fieldset[disabled] #portale-fiscaltv .voce a.segue, #portale-fiscaltv .voce fieldset[disabled] a.segue {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, #evidenza-internal .indice .voce .btn-group-lg > a.segue, #portale-fiscaltv .voce .btn-group-lg > .segue {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, #evidenza-internal .indice .voce .btn-group-sm > a.segue, #portale-fiscaltv .voce .btn-group-sm > .segue {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, #evidenza-internal .indice .voce .btn-group-xs > a.segue, #portale-fiscaltv .voce .btn-group-xs > .segue {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 521px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, #evidenza-internal .indice .voce .btn-group > a.segue, #portale-fiscaltv .voce .btn-group > .segue,
.btn-group-vertical > .btn,
#evidenza-internal .indice .voce .btn-group-vertical > a.segue,
#portale-fiscaltv .voce .btn-group-vertical > .segue {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, #evidenza-internal .indice .voce .btn-group > a.segue:hover, #portale-fiscaltv .voce .btn-group > .segue:hover, .btn-group > .btn:focus, #evidenza-internal .indice .voce .btn-group > a.segue:focus, #portale-fiscaltv .voce .btn-group > .segue:focus, .btn-group > .btn:active, #evidenza-internal .indice .voce .btn-group > a.segue:active, #portale-fiscaltv .voce .btn-group > .segue:active, .btn-group > .btn.active, #evidenza-internal .indice .voce .btn-group > a.active.segue, #portale-fiscaltv .voce .btn-group > .active.segue,
.btn-group-vertical > .btn:hover,
#evidenza-internal .indice .voce .btn-group-vertical > a.segue:hover,
#portale-fiscaltv .voce .btn-group-vertical > .segue:hover,
.btn-group-vertical > .btn:focus,
#evidenza-internal .indice .voce .btn-group-vertical > a.segue:focus,
#portale-fiscaltv .voce .btn-group-vertical > .segue:focus,
.btn-group-vertical > .btn:active,
#evidenza-internal .indice .voce .btn-group-vertical > a.segue:active,
#portale-fiscaltv .voce .btn-group-vertical > .segue:active,
.btn-group-vertical > .btn.active,
#evidenza-internal .indice .voce .btn-group-vertical > a.active.segue,
#portale-fiscaltv .voce .btn-group-vertical > .active.segue {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group #evidenza-internal .indice .voce a.segue + .btn, #evidenza-internal .indice .voce .btn-group a.segue + .btn, .btn-group #portale-fiscaltv .voce .segue + .btn, #portale-fiscaltv .voce .btn-group .segue + .btn, .btn-group #evidenza-internal .indice .voce .btn + a.segue, #evidenza-internal .indice .voce .btn-group .btn + a.segue, .btn-group #evidenza-internal .indice .voce a.segue + a.segue, #evidenza-internal .indice .voce .btn-group a.segue + a.segue, .btn-group #portale-fiscaltv .voce .btn + .segue, #portale-fiscaltv .voce .btn-group .btn + .segue, #portale-fiscaltv .btn-group #evidenza-internal .indice .voce a.segue + .segue, .btn-group #portale-fiscaltv .voce .segue + .segue, #portale-fiscaltv .voce .btn-group .segue + .segue,
.btn-group .btn + .btn-group,
.btn-group #evidenza-internal .indice .voce a.segue + .btn-group,
#evidenza-internal .indice .voce .btn-group a.segue + .btn-group,
.btn-group #portale-fiscaltv .voce .segue + .btn-group,
#portale-fiscaltv .voce .btn-group .segue + .btn-group,
.btn-group .btn-group + .btn,
.btn-group #evidenza-internal .indice .voce .btn-group + a.segue,
#evidenza-internal .indice .voce .btn-group .btn-group + a.segue,
.btn-group #portale-fiscaltv .voce .btn-group + .segue,
#portale-fiscaltv .voce .btn-group .btn-group + .segue,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce .btn-toolbar a.segue, .btn-toolbar #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce .btn-toolbar .segue,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, #evidenza-internal .indice .voce .btn-toolbar > a.segue, #portale-fiscaltv .voce .btn-toolbar > .segue,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), #evidenza-internal .indice .voce .btn-group > a.segue:not(:first-child):not(:last-child):not(.dropdown-toggle), #portale-fiscaltv .voce .btn-group > .segue:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, #evidenza-internal .indice .voce .btn-group > a.segue:first-child, #portale-fiscaltv .voce .btn-group > .segue:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), #evidenza-internal .indice .voce .btn-group > a.segue:first-child:not(:last-child):not(.dropdown-toggle), #portale-fiscaltv .voce .btn-group > .segue:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), #evidenza-internal .indice .voce .btn-group > a.segue:last-child:not(:first-child), #portale-fiscaltv .voce .btn-group > .segue:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, #evidenza-internal .indice .voce .btn-group > .btn-group:not(:first-child):not(:last-child) > a.segue, #portale-fiscaltv .voce .btn-group > .btn-group:not(:first-child):not(:last-child) > .segue {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, #evidenza-internal .indice .voce .btn-group > .btn-group:first-child:not(:last-child) > a.segue:last-child, #portale-fiscaltv .voce .btn-group > .btn-group:first-child:not(:last-child) > .segue:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, #evidenza-internal .indice .voce .btn-group > .btn-group:last-child:not(:first-child) > a.segue:first-child, #portale-fiscaltv .voce .btn-group > .btn-group:last-child:not(:first-child) > .segue:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, #evidenza-internal .indice .voce .btn-group > a.segue + .dropdown-toggle, #portale-fiscaltv .voce .btn-group > .segue + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, #evidenza-internal .indice .voce .btn-group-lg.btn-group > a.segue + .dropdown-toggle, #portale-fiscaltv .voce .btn-group-lg.btn-group > .segue + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, #evidenza-internal .indice .voce a.segue .caret, #portale-fiscaltv .voce .segue .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, #evidenza-internal .indice .voce .btn-group-lg > a.segue .caret, #portale-fiscaltv .voce .btn-group-lg > .segue .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup #evidenza-internal .indice .voce .btn-group-lg > a.segue .caret, #evidenza-internal .indice .voce .dropup .btn-group-lg > a.segue .caret, .dropup #portale-fiscaltv .voce .btn-group-lg > .segue .caret, #portale-fiscaltv .voce .dropup .btn-group-lg > .segue .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, #evidenza-internal .indice .voce .btn-group-vertical > a.segue, #portale-fiscaltv .voce .btn-group-vertical > .segue,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
#evidenza-internal .indice .voce .btn-group-vertical > .btn-group > a.segue,
#portale-fiscaltv .voce .btn-group-vertical > .btn-group > .segue {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, #evidenza-internal .indice .voce .btn-group-vertical > .btn-group > a.segue, #portale-fiscaltv .voce .btn-group-vertical > .btn-group > .segue {
  float: none;
}
.btn-group-vertical > .btn + .btn, #evidenza-internal .indice .voce .btn-group-vertical > a.segue + .btn, #portale-fiscaltv .voce .btn-group-vertical > .segue + .btn, #evidenza-internal .indice .voce .btn-group-vertical > .btn + a.segue, #evidenza-internal .indice .voce .btn-group-vertical > a.segue + a.segue, #portale-fiscaltv .voce .btn-group-vertical > .btn + .segue, #portale-fiscaltv .voce .btn-group-vertical > .segue + .segue,
.btn-group-vertical > .btn + .btn-group,
#evidenza-internal .indice .voce .btn-group-vertical > a.segue + .btn-group,
#portale-fiscaltv .voce .btn-group-vertical > .segue + .btn-group,
.btn-group-vertical > .btn-group + .btn,
#evidenza-internal .indice .voce .btn-group-vertical > .btn-group + a.segue,
#portale-fiscaltv .voce .btn-group-vertical > .btn-group + .segue,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), #evidenza-internal .indice .voce .btn-group-vertical > a.segue:not(:first-child):not(:last-child), #portale-fiscaltv .voce .btn-group-vertical > .segue:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), #evidenza-internal .indice .voce .btn-group-vertical > a.segue:first-child:not(:last-child), #portale-fiscaltv .voce .btn-group-vertical > .segue:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), #evidenza-internal .indice .voce .btn-group-vertical > a.segue:last-child:not(:first-child), #portale-fiscaltv .voce .btn-group-vertical > .segue:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, #evidenza-internal .indice .voce .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.segue, #portale-fiscaltv .voce .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .segue {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, #evidenza-internal .indice .voce .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.segue:last-child, #portale-fiscaltv .voce .btn-group-vertical > .btn-group:first-child:not(:last-child) > .segue:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, #evidenza-internal .indice .voce .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.segue:first-child, #portale-fiscaltv .voce .btn-group-vertical > .btn-group:last-child:not(:first-child) > .segue:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, #evidenza-internal .indice .voce .btn-group-justified > a.segue, #portale-fiscaltv .voce .btn-group-justified > .segue,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce .btn-group-justified > .btn-group a.segue, .btn-group-justified > .btn-group #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce .btn-group-justified > .btn-group .segue {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], #evidenza-internal .indice .voce [data-toggle="buttons"] > a.segue input[type="radio"], #portale-fiscaltv .voce [data-toggle="buttons"] > .segue input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
#evidenza-internal .indice .voce [data-toggle="buttons"] > a.segue input[type="checkbox"],
#portale-fiscaltv .voce [data-toggle="buttons"] > .segue input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
#evidenza-internal .indice .voce [data-toggle="buttons"] > .btn-group > a.segue input[type="radio"],
#portale-fiscaltv .voce [data-toggle="buttons"] > .btn-group > .segue input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
#evidenza-internal .indice .voce [data-toggle="buttons"] > .btn-group > a.segue input[type="checkbox"],
#portale-fiscaltv .voce [data-toggle="buttons"] > .btn-group > .segue input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #c7c7c7;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
#evidenza-internal .indice .voce .input-group-sm > .input-group-btn > a.input-group-addon.segue,
#portale-fiscaltv .voce .input-group-sm > .input-group-btn > .input-group-addon.segue {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
#evidenza-internal .indice .voce .input-group-lg > .input-group-btn > a.input-group-addon.segue,
#portale-fiscaltv .voce .input-group-lg > .input-group-btn > .input-group-addon.segue {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
#evidenza-internal .indice .voce .input-group-btn:first-child > a.segue,
#portale-fiscaltv .voce .input-group-btn:first-child > .segue,
.input-group-btn:first-child > .btn-group > .btn,
#evidenza-internal .indice .voce .input-group-btn:first-child > .btn-group > a.segue,
#portale-fiscaltv .voce .input-group-btn:first-child > .btn-group > .segue,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#evidenza-internal .indice .voce .input-group-btn:last-child > a.segue:not(:last-child):not(.dropdown-toggle),
#portale-fiscaltv .voce .input-group-btn:last-child > .segue:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
#evidenza-internal .indice .voce .input-group-btn:last-child > .btn-group:not(:last-child) > a.segue,
#portale-fiscaltv .voce .input-group-btn:last-child > .btn-group:not(:last-child) > .segue {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
#evidenza-internal .indice .voce .input-group-btn:last-child > a.segue,
#portale-fiscaltv .voce .input-group-btn:last-child > .segue,
.input-group-btn:last-child > .btn-group > .btn,
#evidenza-internal .indice .voce .input-group-btn:last-child > .btn-group > a.segue,
#portale-fiscaltv .voce .input-group-btn:last-child > .btn-group > .segue,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
#evidenza-internal .indice .voce .input-group-btn:first-child > a.segue:not(:first-child),
#portale-fiscaltv .voce .input-group-btn:first-child > .segue:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
#evidenza-internal .indice .voce .input-group-btn:first-child > .btn-group:not(:first-child) > a.segue,
#portale-fiscaltv .voce .input-group-btn:first-child > .btn-group:not(:first-child) > .segue {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, #evidenza-internal .indice .voce .input-group-btn > a.segue, #portale-fiscaltv .voce .input-group-btn > .segue {
  position: relative;
}
.input-group-btn > .btn + .btn, #evidenza-internal .indice .voce .input-group-btn > a.segue + .btn, #portale-fiscaltv .voce .input-group-btn > .segue + .btn, #evidenza-internal .indice .voce .input-group-btn > .btn + a.segue, #evidenza-internal .indice .voce .input-group-btn > a.segue + a.segue, #portale-fiscaltv .voce .input-group-btn > .btn + .segue, #portale-fiscaltv .voce .input-group-btn > .segue + .segue {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, #evidenza-internal .indice .voce .input-group-btn > a.segue:hover, #portale-fiscaltv .voce .input-group-btn > .segue:hover, .input-group-btn > .btn:focus, #evidenza-internal .indice .voce .input-group-btn > a.segue:focus, #portale-fiscaltv .voce .input-group-btn > .segue:focus, .input-group-btn > .btn:active, #evidenza-internal .indice .voce .input-group-btn > a.segue:active, #portale-fiscaltv .voce .input-group-btn > .segue:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, #evidenza-internal .indice .voce .input-group-btn:first-child > a.segue, #portale-fiscaltv .voce .input-group-btn:first-child > .segue,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, #evidenza-internal .indice .voce .input-group-btn:last-child > a.segue, #portale-fiscaltv .voce .input-group-btn:last-child > .segue,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #c7c7c7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 521px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 521px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 521px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 521px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 521px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 521px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 521px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 521px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 521px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 521px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 520px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 521px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 521px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 520px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 521px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, #evidenza-internal .indice .voce .btn-group-sm > a.navbar-btn.segue, #portale-fiscaltv .voce .btn-group-sm > .navbar-btn.segue {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, #evidenza-internal .indice .voce .btn-group-xs > a.navbar-btn.segue, #portale-fiscaltv .voce .btn-group-xs > .navbar-btn.segue {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 521px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 521px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 520px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 520px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label, #evidenza-internal .indice .voce a.segue .label, #portale-fiscaltv .voce .segue .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, #evidenza-internal .indice .voce a.segue .badge, #portale-fiscaltv .voce .segue .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, #evidenza-internal .indice .voce .btn-group-xs > a.segue .badge, #portale-fiscaltv .voce .btn-group-xs > .segue .badge, .btn-group-xs > .btn .badge, #evidenza-internal .indice .voce .btn-group-xs > a.segue .badge, #portale-fiscaltv .voce .btn-group-xs > .segue .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 521px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer #evidenza-internal .indice .voce a.segue + .btn, #evidenza-internal .indice .voce .modal-footer a.segue + .btn, .modal-footer #portale-fiscaltv .voce .segue + .btn, #portale-fiscaltv .voce .modal-footer .segue + .btn, .modal-footer #evidenza-internal .indice .voce .btn + a.segue, #evidenza-internal .indice .voce .modal-footer .btn + a.segue, .modal-footer #evidenza-internal .indice .voce a.segue + a.segue, #evidenza-internal .indice .voce .modal-footer a.segue + a.segue, .modal-footer #portale-fiscaltv .voce .btn + .segue, #portale-fiscaltv .voce .modal-footer .btn + .segue, #portale-fiscaltv .modal-footer #evidenza-internal .indice .voce a.segue + .segue, .modal-footer #portale-fiscaltv .voce .segue + .segue, #portale-fiscaltv .voce .modal-footer .segue + .segue {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group #evidenza-internal .indice .voce a.segue + .btn, #evidenza-internal .indice .voce .modal-footer .btn-group a.segue + .btn, .modal-footer .btn-group #portale-fiscaltv .voce .segue + .btn, #portale-fiscaltv .voce .modal-footer .btn-group .segue + .btn, .modal-footer .btn-group #evidenza-internal .indice .voce .btn + a.segue, #evidenza-internal .indice .voce .modal-footer .btn-group .btn + a.segue, .modal-footer .btn-group #evidenza-internal .indice .voce a.segue + a.segue, #evidenza-internal .indice .voce .modal-footer .btn-group a.segue + a.segue, .modal-footer .btn-group #portale-fiscaltv .voce .btn + .segue, #portale-fiscaltv .voce .modal-footer .btn-group .btn + .segue, #portale-fiscaltv .modal-footer .btn-group #evidenza-internal .indice .voce a.segue + .segue, .modal-footer .btn-group #portale-fiscaltv .voce .segue + .segue, #portale-fiscaltv .voce .modal-footer .btn-group .segue + .segue {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 521px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 769px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce .carousel-caption a.segue, .carousel-caption #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce .carousel-caption .segue {
  text-shadow: none;
}

@media screen and (min-width: 521px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, #news:before, .home-categoria #news .voce:before,
.internal-categoria #news .voce:before, .internal-categoria #singola-news:before, .internal-categoria #singola-news .indice:before, .clearfix:after, #news:after, .home-categoria #news .voce:after,
.internal-categoria #news .voce:after, .internal-categoria #singola-news:after, .internal-categoria #singola-news .indice:after {
  content: " ";
  display: table;
}
.clearfix:after, #news:after, .home-categoria #news .voce:after,
.internal-categoria #news .voce:after, .internal-categoria #singola-news:after, .internal-categoria #singola-news .indice:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 520px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 520px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 520px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 520px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 521px) and (max-width: 768px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 520px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 521px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'fiscal-focus-4';
  src: url("/css/fonts/ff-fonts/fiscal-focus-4.eot");
  src: url("/css/fonts/ff-fonts/fiscal-focus-4.eot?#iefix") format("embedded-opentype"), url("/css/fonts/ff-fonts/fiscal-focus-4.woff") format("woff"), url("/css/fonts/ff-fonts/fiscal-focus-4.ttf") format("truetype"), url("/css/fonts/ff-fonts/fiscal-focus-4.svg#fiscal-focus-4") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*[data-icon]:before {
  font-family: "fiscal-focus-4" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
.ff-icon, .internal-categoria #singola-news .allegati a:before, body.abbonamenti #main .indice.abb .voce.abb .allegati a:before {
  font-family: 'fiscal-focus-4' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='ff-icon-']:before,
[class*=' ff-icon-']:before {
  font-family: 'fiscal-focus-4' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ff-icon-elearning:before {
  content: '\65';
}

.ff-icon-mail:before {
  content: '\6d';
}

.ff-icon-pdf:before {
  content: '\61';
}

.ff-icon-print:before {
  content: '\70';
}

.ff-icon-calendar:before {
  content: '\73';
}

.ff-icon-menu:before {
  content: '\68';
}

.ff-icon-cancel:before {
  content: '\62';
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated.delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 37%, 0);
    transform: translate3d(0, 37%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 37%, 0);
    transform: translate3d(0, 37%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

/*--- Elementi principali ---*/
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #444444;
}
body.alert {
  padding: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

img {
  width: 100%;
}

a:focus,
button:focus,
input.submit:focus {
  outline: 0 !important;
}

.registrati {
  text-align: center;
}
.registrati .btn, .registrati #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce .registrati a.segue, .registrati #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce .registrati .segue {
  width: 35%;
  height: 45px;
  text-transform: uppercase;
  border-color: #4389bd;
  background: #4389bd;
  color: #fff;
  border-radius: 4px;
  line-height: 31px;
}
.registrati .btn:hover, .registrati #evidenza-internal .indice .voce a.segue:hover, #evidenza-internal .indice .voce .registrati a.segue:hover, .registrati #portale-fiscaltv .voce .segue:hover, #portale-fiscaltv .voce .registrati .segue:hover {
  border: 1px solid #ddd;
  background: #002e54;
}

.btn:active, #evidenza-internal .indice .voce a.segue:active, #portale-fiscaltv .voce .segue:active {
  box-shadow: none !important;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .hidden-big-tablet {
    display: none !important;
  }
}

p.alert {
  margin-top: 20px;
  background: #eceded;
  border: 1px solid #b10000;
  padding: 15px;
  margin-bottom: 20px;
  color: #b10000;
  font-size: 22px;
  line-height: 1.2;
}

body > div.alert {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  background-color: #ff3300;
  padding: 10px 20px;
  font-size: 12px;
  color: white;
  line-height: 1;
  margin-bottom: 5px;
}
body > div.alert:before {
  content: '\f05e';
  color: white;
  font-family: 'FontAwesome';
  font-size: 24px;
  width: 25px;
  line-height: 19.2px;
  display: inline-block;
  vertical-align: middle;
}
body > div.alert img {
  display: none;
}

/*--- Contenitori principali ---*/
.container-fluid {
  padding: 0;
}

#page,
#top {
  width: 100%;
  padding: 0 50px;
  max-width: 1500px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  #page,
  #top {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #page,
  #top {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #page,
  #top {
    padding: 0 10px;
  }
}

#top {
  margin: 0 auto;
  margin-top: 81px;
}

.row, .editoriali #primo-piano .indice.primo-piano .voce, .revisione #primo-piano .indice.primo-piano .voce, form:not(.login) div.form fieldset > div {
  margin: 0;
}

.banner,
.banner-top,
.banner-left,
.banner-right,
.banner-quotidiano,
.banner-grande-foot {
  margin-top: 20px;
}

.banner-top {
  margin-top: 0;
}

.home-first-news {
  margin-top: 20px;
}

#content {
  margin: 15px 0;
}
@media (max-width: 1024px) {
  #content > .nome-sez {
    width: 100%;
    margin-bottom: 20px;
  }
  #content > .nome-sez h1 {
    margin: 0;
    font-size: 22px;
  }
}

#main {
  width: 100%;
  margin-bottom: 20px;
}
#main > * {
  float: left;
  margin-left: 15px;
}
.tag-quesito #main > * {
  margin-left: 0;
}
#main > *:first-child {
  margin-left: 0;
}
#main #left-column,
#main #right-column {
  width: 22%;
}
#main #center-column {
  width: calc(78% - 15px);
  margin-left: 0;
}
.classe-news #main #center-column {
  width: calc(78% - 15px);
}
@media (max-width: 1024px) {
  #main #left-column {
    display: none;
  }
  #main #center-column {
    width: calc(70% - 15px);
    margin-left: 0;
  }
  #main #right-column {
    width: 30%;
  }
}
@media (max-width: 992px) {
  #main #right-column {
    display: none;
  }
  #main #center-column {
    width: 100%;
  }
}

.ui-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--- Pulsanti cms ---*/
.cms {
  display: table;
  margin: 15px 0;
}
.cms a {
  display: inline-table;
  padding: 5px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  background: #eceded;
  color: #4389bd;
  font-size: 16px;
  text-decoration: none;
}
.cms a:last-child {
  margin: 0;
}
.cms a:hover {
  background: #4389bd;
  color: #eceded;
}
.cms:before {
  display: inline-block;
  content: '\f013';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #4389bd;
  margin-right: 5px;
}

/*--- Stili indici + hover ---*/
.indice {
  position: relative;
}
.indice .immagini a {
  display: inline-block;
  overflow: hidden;
}
.indice .immagini a img {
  transition: transform 0.3s ease-out;
}
.indice .voce:hover .immagini a img {
  transform: scale(1.1);
}

/*--- BG color classes --*/
.bg-white {
  background-color: #ffffff;
}

.bg-blue {
  background-color: #002e54;
}

.bg-light-blue {
  background-color: #4389bd;
}

.bg-lightest-blue {
  background-color: #ebf6fc;
}

.bg-gray {
  background-color: #c7c7c7;
}

.bg-light-gray {
  background-color: #eceded;
}

/*--- Text color classes ---*/
.text-white {
  color: #ffffff;
}

.text-blue {
  color: #002e54;
}

.text-light-blue {
  color: #4389bd;
}

.text-lightest-blue {
  color: #ebf6fc;
}

.text-gray {
  color: #c7c7c7;
}

.text-light-gray {
  color: #eceded;
}

#footer {
  background: #eceded;
  margin-top: 40px;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
#footer .footer-col {
  width: calc(100% / 5 - 40px);
  float: left;
}
#footer .footer-col:first-child {
  position: relative;
  min-height: 385px;
}
#footer .footer-col:not(:first-child) {
  margin-left: 40px;
  position: relative;
}
#footer .footer-col:not(:first-child):before {
  content: '';
  width: 100%;
  height: 300px;
  border-right: 1px solid #c7c7c7;
  background: transparent;
  position: absolute;
  z-index: 1;
}
#footer .footer-col:last-child:before {
  display: none;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul li {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
#footer ul li a {
  color: #444444;
  font-size: 16px;
}
#footer #info {
  padding: 30px 50px 20px;
  text-transform: uppercase;
}
#footer #info h4 {
  margin-bottom: 50px;
  font-size: 16px;
}
#footer #info div.logo {
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 20px;
}
#footer #info div.logo img {
  width: 100%;
}
#footer #foot {
  padding: 20px 50px 50px;
  background: #002e54;
  color: #ffffff;
}
#footer #foot a {
  color: #ffffff;
}
#footer #foot #footer-social,
#footer #foot .informati {
  text-align: right;
}
#footer #foot .informati a {
  color: transparent;
  background: url("../img/informati.png");
  filter: invert(100%);
  opacity: 0.4;
}
#footer #foot .informati a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  #footer #info {
    position: relative;
  }
  #footer #info div.logo {
    position: static;
  }
  #footer .footer-col {
    width: calc(100% / 4 - 40px);
  }
  #footer .logo-footer {
    width: 200px;
    position: absolute;
    bottom: 20px;
    left: 50px;
  }
}
@media (max-width: 768px) {
  #footer #info {
    display: none;
  }
  #footer #foot {
    padding: 20px 20px 50px;
  }
}
@media (max-width: 520px) {
  #footer #info {
    display: none;
  }
  #footer #foot {
    padding: 20px 10px 50px;
  }
}

#editoriale {
  margin-bottom: 20px;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
#editoriale .title.full {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#editoriale .indice h3 {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}
#editoriale .indice .immagini a {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  #editoriale .title.full {
    margin-bottom: 15px;
  }
  #editoriale .indice {
    text-align: left;
  }
  #editoriale .indice .voce {
    border: 0;
  }
  #editoriale .indice .voce h2 a {
    margin: 0;
    width: auto;
  }
  #editoriale .indice .immagini {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
  #editoriale .indice .immagini a.segue {
    margin: 0;
  }
  #editoriale .indice .info-notizia {
    width: calc(70% - 15px);
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  #editoriale .indice .voce {
    padding-bottom: 50px;
  }
}
@media (max-width: 520px) {
  #editoriale .indice .voce {
    padding-bottom: 20px;
    text-align: center;
  }
  #editoriale .indice .voce .immagini {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #editoriale .indice .voce .info-notizia {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

#evidenza {
  height: 520px;
  padding-right: 0;
  padding-left: 10px;
  color: #ffffff;
}
#evidenza .indice .voce {
  width: calc(35% - 5px);
  float: right;
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 2px;
}
#evidenza .indice .voce:nth-child(2) {
  margin-bottom: 10px;
}
#evidenza .indice .voce .immagini dl {
  margin: 0;
}
#evidenza .indice .voce .immagini a {
  display: block;
  height: 255px;
  overflow: hidden;
}
#evidenza .indice .voce .immagini a img {
  height: 100%;
  object-fit: cover;
}
#evidenza .indice .voce .immagini a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(to bottom, transparent, #333);
}
#evidenza .indice .voce .buy {
  display: none;
}
#evidenza .indice .voce .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
}
#evidenza .indice .voce .layer * {
  position: relative;
  z-index: 4;
}
#evidenza .indice .voce .info-notizia {
  position: absolute;
  bottom: 20px;
  padding-right: 20%;
}
@media (max-width: 480px) {
  #evidenza .indice .voce .info-notizia {
    bottom: unset;
    top: 70px;
  }
}
#evidenza .indice .voce i {
  display: inline;
  font-size: 24px;
  margin-right: 10px;
}
#evidenza .indice .voce h5 {
  display: inline;
  font-size: 22px;
}
#evidenza .indice .voce h2 {
  font-size: 28px;
  margin: 7px 0 0;
  display: inline-block;
}
#evidenza .indice .voce h2 a {
  display: inline-block;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
}
#evidenza .indice .voce .p {
  display: none;
}
#evidenza .indice .voce a {
  color: #ffffff;
}
#evidenza .indice .voce:first-child {
  width: calc(65% - 5px);
  margin-right: 2px;
  margin-bottom: 0;
  float: left;
}
#evidenza .indice .voce:first-child .immagini a {
  height: 520px;
}
#evidenza .indice .voce:first-child h2 {
  font-size: 46px;
  margin: 10px 0;
}
#evidenza .indice .voce:first-child h2 a {
  max-height: none;
  line-height: 50px;
}
#evidenza .indice .voce:first-child .p {
  display: block;
}

.categoria-evidenza {
  display: inline-block;
  color: #ffffff;
  padding: 6px 15px;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
}
.quotidiano .categoria-evidenza, .sez-princ-2 .categoria-evidenza, .sezione-2 .categoria-evidenza, .categoria-evidenza.sez-2 {
  background-color: #3566a5 !important;
}
.rivista .categoria-evidenza, .sez-princ-3 .categoria-evidenza, .sezione-3 .categoria-evidenza, .categoria-evidenza.sez-3 {
  background-color: #2797bc !important;
}
.lavoro .categoria-evidenza, .sez-princ-87 .categoria-evidenza, .sezione-87 .categoria-evidenza, .categoria-evidenza.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione .categoria-evidenza, .sez-princ-4 .categoria-evidenza, .sezione-4 .categoria-evidenza, .categoria-evidenza.sez-4 {
  background-color: #79a849 !important;
}
.libreria .categoria-evidenza, .sez-princ-5 .categoria-evidenza, .sezione-5 .categoria-evidenza, .categoria-evidenza.sez-5 {
  background-color: #27762b !important;
}
.esperto .categoria-evidenza, .sez-princ-7 .categoria-evidenza, .sezione-7 .categoria-evidenza, .categoria-evidenza.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv .categoria-evidenza, .sez-princ-6 .categoria-evidenza, .sezione-6 .categoria-evidenza, .categoria-evidenza.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza .categoria-evidenza, .sez-princ-10 .categoria-evidenza, .sezione-10 .categoria-evidenza, .categoria-evidenza.sez-10 {
  background-color: #485b67 !important;
}
.revisione .categoria-evidenza, .sez-princ-212 .categoria-evidenza, .sezione-212 .categoria-evidenza, .categoria-evidenza.sez-212 {
  background-color: #4587a3 !important;
}
.play .categoria-evidenza, .sez-princ-201 .categoria-evidenza, .sez-princ-228 .categoria-evidenza, .sezione-201 .categoria-evidenza, .sezione-228 .categoria-evidenza, .categoria-evidenza.sez-201, .categoria-evidenza.sez-228 {
  background-color: #d43b42 !important;
}
.categoria-evidenza:before {
  width: 0;
  height: 0;
  border-top: 8px solid;
  border-right: 10px solid transparent !important;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
}
.categoria-evidenza:before.sez-princ-2 {
  border-color: #3566a5;
}
.quotidiano .categoria-evidenza:before, .sez-princ-2 .categoria-evidenza:before, .sezione-2 .categoria-evidenza:before {
  border-color: #3566a5;
}
.categoria-evidenza:before.sez-princ-3 {
  border-color: #2797bc;
}
.rivista .categoria-evidenza:before, .sez-princ-3 .categoria-evidenza:before, .sezione-3 .categoria-evidenza:before {
  border-color: #2797bc;
}
.categoria-evidenza:before.sez-princ-87 {
  border-color: #00b0b2;
}
.lavoro .categoria-evidenza:before, .sez-princ-87 .categoria-evidenza:before, .sezione-87 .categoria-evidenza:before {
  border-color: #00b0b2;
}
.categoria-evidenza:before.sez-princ-4 {
  border-color: #79a849;
}
.formazione .categoria-evidenza:before, .sez-princ-4 .categoria-evidenza:before, .sezione-4 .categoria-evidenza:before {
  border-color: #79a849;
}
.categoria-evidenza:before.sez-princ-5 {
  border-color: #27762b;
}
.libreria .categoria-evidenza:before, .sez-princ-5 .categoria-evidenza:before, .sezione-5 .categoria-evidenza:before {
  border-color: #27762b;
}
.categoria-evidenza:before.sez-princ-7 {
  border-color: #d48f0b;
}
.esperto .categoria-evidenza:before, .sez-princ-7 .categoria-evidenza:before, .sezione-7 .categoria-evidenza:before {
  border-color: #d48f0b;
}
.categoria-evidenza:before.sez-princ-6 {
  border-color: #b6161d;
}
#fiscaltv .categoria-evidenza:before, .sez-princ-6 .categoria-evidenza:before, .sezione-6 .categoria-evidenza:before {
  border-color: #b6161d;
}
.categoria-evidenza:before.sez-princ-10 {
  border-color: #485b67;
}
.giurisprudenza .categoria-evidenza:before, .sez-princ-10 .categoria-evidenza:before, .sezione-10 .categoria-evidenza:before {
  border-color: #485b67;
}
.categoria-evidenza:before.sez-princ-212 {
  border-color: #4587a3;
}
.revisione .categoria-evidenza:before, .sez-princ-212 .categoria-evidenza:before, .sezione-212 .categoria-evidenza:before {
  border-color: #4587a3;
}
.categoria-evidenza:before.sez-princ-201, .categoria-evidenza:before.sez-princ-228 {
  border-color: #d43b42;
}
.play .categoria-evidenza:before, .sez-princ-201 .categoria-evidenza:before, .sez-princ-228 .categoria-evidenza:before, .sezione-201 .categoria-evidenza:before, .sezione-228 .categoria-evidenza:before {
  border-color: #d43b42;
}

/*-------------------------*/
/*------ RESPONSIVE -------*/
/*-------------------------*/
@media (max-width: 1024px) {
  #evidenza {
    height: auto;
    margin: 20px 0;
    padding-left: 0;
  }
  #evidenza .indice .voce {
    display: none;
  }
  #evidenza .indice .voce:first-child {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    float: unset;
    height: 350px;
    overflow: hidden;
  }
  #evidenza .indice .voce:first-child .immagini a {
    height: auto;
  }
  #evidenza .indice .immagini a {
    height: auto;
  }
  #evidenza .pag.semplice {
    display: block;
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  #evidenza {
    margin: 0 0 20px;
  }
}
#evidenza-internal {
  height: auto;
  padding: 0;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
#evidenza-internal .indice .voce {
  display: flex;
  align-items: center;
  min-height: 200px;
  padding: 0;
  margin: 0;
  position: relative;
}
#evidenza-internal .indice .voce .immagini {
  flex: 0 0 30%;
  padding-right: 15px;
}
#evidenza-internal .indice .voce .immagini dl {
  margin: 0;
}
#evidenza-internal .indice .voce .immagini a {
  display: block;
  height: auto;
  overflow: hidden;
}
#evidenza-internal .indice .voce .immagini a img {
  width: 100%;
}
#evidenza-internal .indice .voce .layer {
  flex: 0 0 70%;
  padding-left: 15px;
}
#evidenza-internal .indice .voce .info-notizia {
  padding-top: 30px;
}
#evidenza-internal .indice .voce i {
  display: inline;
  font-size: 24px;
  margin-right: 10px;
  color: #000000;
}
#evidenza-internal .indice .voce h5 {
  display: inline;
  font-size: 19px;
  font-weight: 500;
}
#evidenza-internal .indice .voce h2 {
  font-size: 28px;
  margin: 15px 0 7px;
  display: inline-block;
}
#evidenza-internal .indice .voce h2 a {
  display: inline-block;
  line-height: 34px;
  max-height: 136px;
  overflow: hidden;
}
#evidenza-internal .indice .voce .p {
  font-weight: 400;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
.quotidiano #evidenza-internal .indice .voce a, .sez-princ-2 #evidenza-internal .indice .voce a, .sezione-2 #evidenza-internal .indice .voce a, #evidenza-internal .indice .voce a.sez-2 {
  color: #3566a5;
}
.rivista #evidenza-internal .indice .voce a, .sez-princ-3 #evidenza-internal .indice .voce a, .sezione-3 #evidenza-internal .indice .voce a, #evidenza-internal .indice .voce a.sez-3 {
  color: #2797bc;
}
.lavoro #evidenza-internal .indice .voce a, .sez-princ-87 #evidenza-internal .indice .voce a, .sezione-87 #evidenza-internal .indice .voce a, #evidenza-internal .indice .voce a.sez-87 {
  color: #00b0b2;
}
.formazione #evidenza-internal .indice .voce a, .sez-princ-4 #evidenza-internal .indice .voce a, .sezione-4 #evidenza-internal .indice .voce a, #evidenza-internal .indice .voce a.sez-4 {
  color: #79a849;
}
.libreria #evidenza-internal .indice .voce a, .sez-princ-5 #evidenza-internal .indice .voce a, .sezione-5 #evidenza-internal .indice .voce a, #evidenza-internal .indice .voce a.sez-5 {
  color: #27762b;
}
.esperto #evidenza-internal .indice .voce a, .sez-princ-7 #evidenza-internal .indice .voce a, .sezione-7 #evidenza-internal .indice .voce a, #evidenza-internal .indice .voce a.sez-7 {
  color: #d48f0b;
}
#fiscaltv #evidenza-internal .indice .voce a, .sez-princ-6 #evidenza-internal .indice .voce a, .sezione-6 #evidenza-internal .indice .voce a, #evidenza-internal .indice .voce a.sez-6 {
  color: #b6161d;
}
.giurisprudenza #evidenza-internal .indice .voce a, .sez-princ-10 #evidenza-internal .indice .voce a, .sezione-10 #evidenza-internal .indice .voce a, #evidenza-internal .indice .voce a.sez-10 {
  color: #485b67;
}
.revisione #evidenza-internal .indice .voce a, .sez-princ-212 #evidenza-internal .indice .voce a, .sezione-212 #evidenza-internal .indice .voce a, #evidenza-internal .indice .voce a.sez-212 {
  color: #4587a3;
}
.play #evidenza-internal .indice .voce a, .sez-princ-201 #evidenza-internal .indice .voce a, .sez-princ-228 #evidenza-internal .indice .voce a, .sezione-201 #evidenza-internal .indice .voce a, .sezione-228 #evidenza-internal .indice .voce a, #evidenza-internal .indice .voce a.sez-228, #evidenza-internal .indice .voce a.sez-201 {
  color: #d43b42;
}
#evidenza-internal .indice .voce a.segue {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  margin: 30px 0 0;
}
.quotidiano #evidenza-internal .indice .voce a.segue, .sez-princ-2 #evidenza-internal .indice .voce a.segue, .sezione-2 #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce a.segue.sez-2 {
  background-color: #3566a5 !important;
}
.rivista #evidenza-internal .indice .voce a.segue, .sez-princ-3 #evidenza-internal .indice .voce a.segue, .sezione-3 #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce a.segue.sez-3 {
  background-color: #2797bc !important;
}
.lavoro #evidenza-internal .indice .voce a.segue, .sez-princ-87 #evidenza-internal .indice .voce a.segue, .sezione-87 #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce a.segue.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione #evidenza-internal .indice .voce a.segue, .sez-princ-4 #evidenza-internal .indice .voce a.segue, .sezione-4 #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce a.segue.sez-4 {
  background-color: #79a849 !important;
}
.libreria #evidenza-internal .indice .voce a.segue, .sez-princ-5 #evidenza-internal .indice .voce a.segue, .sezione-5 #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce a.segue.sez-5 {
  background-color: #27762b !important;
}
.esperto #evidenza-internal .indice .voce a.segue, .sez-princ-7 #evidenza-internal .indice .voce a.segue, .sezione-7 #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce a.segue.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv #evidenza-internal .indice .voce a.segue, .sez-princ-6 #evidenza-internal .indice .voce a.segue, .sezione-6 #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce a.segue.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza #evidenza-internal .indice .voce a.segue, .sez-princ-10 #evidenza-internal .indice .voce a.segue, .sezione-10 #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce a.segue.sez-10 {
  background-color: #485b67 !important;
}
.revisione #evidenza-internal .indice .voce a.segue, .sez-princ-212 #evidenza-internal .indice .voce a.segue, .sezione-212 #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce a.segue.sez-212 {
  background-color: #4587a3 !important;
}
.play #evidenza-internal .indice .voce a.segue, .sez-princ-201 #evidenza-internal .indice .voce a.segue, .sez-princ-228 #evidenza-internal .indice .voce a.segue, .sezione-201 #evidenza-internal .indice .voce a.segue, .sezione-228 #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce a.segue.sez-201, #evidenza-internal .indice .voce a.segue.sez-228 {
  background-color: #d43b42 !important;
}
#evidenza-internal .indice .voce a.segue:hover {
  opacity: 0.8;
}
#evidenza-internal .indice.owl-carousel .owl-dots {
  text-align: center;
}
#evidenza-internal .indice.owl-carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  background: #002e54;
  border-radius: 100%;
  margin: 15px 8px;
}
.quotidiano #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-2 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-2 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-2 {
  background-color: #3566a5 !important;
}
.rivista #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-3 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-3 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-3 {
  background-color: #2797bc !important;
}
.lavoro #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-87 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-87 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-4 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-4 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-4 {
  background-color: #79a849 !important;
}
.libreria #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-5 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-5 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-5 {
  background-color: #27762b !important;
}
.esperto #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-7 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-7 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-6 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-6 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-10 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-10 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-10 {
  background-color: #485b67 !important;
}
.revisione #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-212 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-212 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-212 {
  background-color: #4587a3 !important;
}
.play #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-201 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sez-princ-228 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-201 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, .sezione-228 #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-201, #evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.sez-228 {
  background-color: #d43b42 !important;
}
#evidenza-internal .indice.owl-carousel .owl-dots .owl-dot:hover {
  opacity: 0.6;
}
#evidenza-internal .indice.owl-carousel .owl-dots .owl-dot.active {
  background: #c7c7c7 !important;
}
@media (max-width: 1024px) {
  #evidenza-internal {
    padding: 20px 15px;
    background: #f4f4f4;
  }
  #evidenza-internal .indice .voce {
    display: none;
  }
  #evidenza-internal .indice .voce:first-child {
    display: block;
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
  #evidenza-internal .indice .voce .immagini {
    display: none;
  }
  #evidenza-internal .indice .voce .layer {
    padding-left: 0;
  }
  #evidenza-internal .indice .voce .layer i {
    font-size: 19px;
  }
  #evidenza-internal .indice .voce .layer h5 {
    font-size: 17px;
  }
  #evidenza-internal .indice .voce .layer h2 {
    font-size: 21px;
    margin: 10px 0 7px;
  }
  #evidenza-internal .indice .voce .layer .p {
    font-size: 16px;
  }
}

/* -- Header --*/
#logo {
  margin-top: 8px;
}
#logo img {
  width: 100%;
}

#header-social {
  margin-top: 10px;
}

#banner-top {
  padding: 0;
}
#banner-top .banner-top {
  text-align: right;
}
#banner-top .banner-top img {
  width: auto;
  max-width: 100%;
}

/*-------------------------*/
/*------ RESPONSIVE -------*/
/*-------------------------*/
@media (max-width: 1024px) {
  #logo {
    margin: 20px 0 30px;
  }

  #header-social {
    text-align: right;
    margin: 20px 0 30px;
  }
}
@media (max-width: 520px) {
  #header-social {
    margin: 5px 0;
  }
}
.home {
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
.home > #left-column {
  display: none;
}
.home #content {
  margin: 15px 0;
}
.home #main {
  width: calc(75% - 7.5px);
  padding: 0;
}
@media only screen and (min-width: 1436px) {
  .home #main {
    max-width: calc(100% - (320px + 15px));
  }
}
.home #main * {
  padding-left: 0;
}
.home #main #left-column {
  width: 20%;
  float: left;
  max-width: 200px;
  margin: 0;
}
.home #main #left-column * {
  width: 100%;
}
.home #main #left-column > * {
  margin-bottom: 15px;
}
.home #main #left-column .banner-left:first-child {
  margin-top: 0;
}
.home #main #center-column {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
.home #sidebar {
  width: calc(25% - 7.5px);
  padding: 0;
  float: right;
}
.home #sidebar > * {
  padding: 0;
  margin-bottom: 15px;
}
.home #sidebar .banner-right:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .home #main #center-column {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .home #main {
    width: 100%;
  }
  .home #sidebar {
    width: 100%;
  }
  .home #sidebar .banner-right,
  .home #sidebar .banner {
    display: none;
  }
}

.links {
  margin-top: 20px;
}
.links .link-pulsante {
  display: table;
  width: 100%;
  background: #eceded;
  padding: 10px 5px 10px 10px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.links .link-pulsante p {
  display: inline-table;
  width: 70%;
  color: #444444;
  margin: 0;
  vertical-align: middle;
  margin-right: 5%;
}
.links .link-pulsante a {
  display: inline-table;
  vertical-align: middle;
  width: 25%;
  padding: 5px 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #c7c7c7;
}
.quotidiano .links .link-pulsante a, .sez-princ-2 .links .link-pulsante a, .sezione-2 .links .link-pulsante a, .links .link-pulsante a.sez-2 {
  background-color: #3566a5 !important;
}
.rivista .links .link-pulsante a, .sez-princ-3 .links .link-pulsante a, .sezione-3 .links .link-pulsante a, .links .link-pulsante a.sez-3 {
  background-color: #2797bc !important;
}
.lavoro .links .link-pulsante a, .sez-princ-87 .links .link-pulsante a, .sezione-87 .links .link-pulsante a, .links .link-pulsante a.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione .links .link-pulsante a, .sez-princ-4 .links .link-pulsante a, .sezione-4 .links .link-pulsante a, .links .link-pulsante a.sez-4 {
  background-color: #79a849 !important;
}
.libreria .links .link-pulsante a, .sez-princ-5 .links .link-pulsante a, .sezione-5 .links .link-pulsante a, .links .link-pulsante a.sez-5 {
  background-color: #27762b !important;
}
.esperto .links .link-pulsante a, .sez-princ-7 .links .link-pulsante a, .sezione-7 .links .link-pulsante a, .links .link-pulsante a.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv .links .link-pulsante a, .sez-princ-6 .links .link-pulsante a, .sezione-6 .links .link-pulsante a, .links .link-pulsante a.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza .links .link-pulsante a, .sez-princ-10 .links .link-pulsante a, .sezione-10 .links .link-pulsante a, .links .link-pulsante a.sez-10 {
  background-color: #485b67 !important;
}
.revisione .links .link-pulsante a, .sez-princ-212 .links .link-pulsante a, .sezione-212 .links .link-pulsante a, .links .link-pulsante a.sez-212 {
  background-color: #4587a3 !important;
}
.play .links .link-pulsante a, .sez-princ-201 .links .link-pulsante a, .sez-princ-228 .links .link-pulsante a, .sezione-201 .links .link-pulsante a, .sezione-228 .links .link-pulsante a, .links .link-pulsante a.sez-201, .links .link-pulsante a.sez-228 {
  background-color: #d43b42 !important;
}
.formazione .links .link-pulsante a:hover {
  background: #5b7e37;
  text-decoration: none;
}

#bar {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #002e54;
  position: sticky;
  top: 47px;
  z-index: 10;
  background: #ffffff;
  transition: all 0.35s ease-in-out;
}
#bar.fixed {
  max-width: 100%;
  border: 0;
  box-shadow: 0px 1px 1px #d8d8d8;
}
#bar.fixed a.lev1 {
  height: 50px;
}
#bar .menu ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#bar .menu ul.lev2 {
  display: none;
}
#bar .menu li.lev1 {
  display: inline-block;
  width: 12.5%;
  text-align: center;
  text-transform: uppercase;
}
#bar .menu li.lev1 a.lev1 {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 1260px) {
  #bar .menu li.lev1 a.lev1 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1160px) {
  #bar .menu li.lev1 a.lev1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  #bar .menu li.lev1 a.lev1 {
    font-size: 13px;
  }
}
#bar .menu li.lev1 a.lev1:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  bottom: 10%;
  border-right: 1px solid #c7c7c7;
}
#bar .menu li.lev1:last-child a.lev1:after {
  border-right: 0;
}
#bar .menu li.lev1:hover > ul.lev2 {
  display: block;
  width: auto;
  min-width: 12.5%;
  height: auto;
  background: #ffffff;
  padding: 28px 50px 25px 30px;
  text-align: left;
  position: absolute;
  top: 41px;
  z-index: 1000;
  box-shadow: 0px 1px 1px #c7c7c7;
}
#bar .menu li.lev1:hover > ul.lev2 li.lev2 {
  display: block;
}
#bar .menu li.lev1:hover > ul.lev2 li.lev2 a {
  display: block;
  width: 100%;
  padding: 5px 20px 5px 5px;
  color: #5e5e5e;
  text-transform: capitalize;
  font-size: 15px;
}
#bar .menu li.lev1:hover > ul.lev2.has-lev3 {
  width: 100%;
  min-height: 300px;
  top: 41px;
  left: 0;
  z-index: 1000;
  padding: 28px 30px 25px 30px;
}
#bar .menu li.lev1:hover > ul.lev2.has-lev3 li.lev2 {
  display: inline-block;
  vertical-align: top;
  margin-right: 10%;
  border: 0;
}
#bar .menu li.lev1:hover > ul.lev2.has-lev3 li.lev2:last-child {
  margin-right: 0;
}
#bar .menu li.lev1:hover > ul.lev2.has-lev3 li.lev2 span.lev2 {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  text-transform: capitalize;
  color: #002e54;
  border-bottom: 2px solid #002e54;
  padding: 0 0 5px 5px;
}
#bar .menu li.lev1:hover > ul.lev2.has-lev3 li.lev2 li.lev3 a {
  display: block;
  width: 100%;
  padding: 5px 20px 5px 5px;
  color: #444444;
  text-transform: capitalize;
  font-size: 16px;
}
#bar .menu li.lev1:last-child:hover > ul.lev2 {
  right: 0;
}
#bar .menu li.lev1 a.sez-2 {
  color: #3566a5;
}
#bar .menu li.lev1 a.sez-2:hover {
  color: #ffffff;
  background-color: #3566a5;
  text-decoration: none;
}
#bar .menu li.lev1 a.sez-2 + ul span.lev2 {
  color: #3566a5 !important;
  border-color: #3566a5 !important;
}
#bar .menu li.lev1 a.sez-2 + ul a.lev3:hover {
  background: #3566a5;
  color: #ffffff !important;
  text-decoration: none;
}
.quotidiano #bar .menu li.lev1 a.sez-2 {
  background-color: #3566a5;
  color: #ffffff;
}
#bar .menu li.lev1 a.sez-3 {
  color: #2797bc;
}
#bar .menu li.lev1 a.sez-3:hover {
  color: #ffffff;
  background-color: #2797bc;
  text-decoration: none;
}
#bar .menu li.lev1 a.sez-3 + ul span.lev2 {
  color: #2797bc !important;
  border-color: #2797bc !important;
}
#bar .menu li.lev1 a.sez-3 + ul a.lev3:hover {
  background: #2797bc;
  color: #ffffff !important;
  text-decoration: none;
}
.rivista #bar .menu li.lev1 a.sez-3 {
  background-color: #2797bc;
  color: #ffffff;
}
#bar .menu li.lev1 a.sez-87 {
  color: #00b0b2;
}
#bar .menu li.lev1 a.sez-87:hover {
  color: #ffffff;
  background-color: #00b0b2;
  text-decoration: none;
}
#bar .menu li.lev1 a.sez-87 + ul span.lev2 {
  color: #00b0b2 !important;
  border-color: #00b0b2 !important;
}
#bar .menu li.lev1 a.sez-87 + ul a.lev3:hover {
  background: #00b0b2;
  color: #ffffff !important;
  text-decoration: none;
}
.lavoro #bar .menu li.lev1 a.sez-87 {
  background-color: #00b0b2;
  color: #ffffff;
}
#bar .menu li.lev1 a.sez-4 {
  color: #79a849;
}
#bar .menu li.lev1 a.sez-4:hover {
  color: #ffffff;
  background-color: #79a849;
  text-decoration: none;
}
#bar .menu li.lev1 a.sez-4 + ul a.lev2:hover {
  background: #79a849;
  color: #ffffff !important;
  text-decoration: none;
}
.formazione #bar .menu li.lev1 a.sez-4 {
  background-color: #79a849;
  color: #ffffff;
}
#bar .menu li.lev1 a.sez-5 {
  color: #27762b;
}
#bar .menu li.lev1 a.sez-5:hover {
  color: #ffffff;
  background-color: #27762b;
  text-decoration: none;
}
#bar .menu li.lev1 a.sez-5 + ul a.lev2:hover {
  background: #27762b;
  color: #ffffff !important;
  text-decoration: none;
}
.libreria #bar .menu li.lev1 a.sez-5 {
  background-color: #27762b;
  color: #ffffff;
}
#bar .menu li.lev1 a.sez-7 {
  color: #d48f0b;
}
#bar .menu li.lev1 a.sez-7:hover {
  color: #ffffff;
  background-color: #d48f0b;
  text-decoration: none;
}
#bar .menu li.lev1 a.sez-7 + ul a.lev2:hover {
  background: #d48f0b;
  color: #ffffff !important;
  text-decoration: none;
}
.esperto #bar .menu li.lev1 a.sez-7 {
  background-color: #d48f0b;
  color: #ffffff;
}
#bar .menu li.lev1 a.sez-6 {
  color: #b6161d;
}
#bar .menu li.lev1 a.sez-6:hover {
  color: #ffffff;
  background-color: #b6161d;
  text-decoration: none;
}
#bar .menu li.lev1 a.sez-6 + ul a.lev2:hover {
  background: #b6161d;
  color: #ffffff !important;
  text-decoration: none;
}
.fiscaltv #bar .menu li.lev1 a.sez-6 {
  background-color: #b6161d;
  color: #ffffff;
}
#bar .menu li.lev1 a.sez-10 {
  color: #485b67;
  border: 0;
}
#bar .menu li.lev1 a.sez-10:hover {
  color: #ffffff;
  background-color: #485b67;
  text-decoration: none;
}
#bar .menu li.lev1 a.sez-10 + ul span.lev2 {
  color: #485b67 !important;
  border-color: #485b67 !important;
}
#bar .menu li.lev1 a.sez-10 + ul a.lev3:hover {
  background: #485b67;
  color: #ffffff !important;
  text-decoration: none;
}
.giurisprudenza #bar .menu li.lev1 a.sez-10 {
  background-color: #485b67;
  color: #ffffff;
}
#bar .menu li.lev1 a.sez-212 {
  color: #4587a3;
  border: 0;
}
#bar .menu li.lev1 a.sez-212:hover {
  color: #ffffff;
  background-color: #4587a3;
  text-decoration: none;
}
#bar .menu li.lev1 a.sez-212 + ul a.lev2:hover {
  background: #4587a3;
  color: #ffffff !important;
  text-decoration: none;
}
.revisione #bar .menu li.lev1 a.sez-212 {
  background-color: #4587a3;
  color: #ffffff;
}

#news24 {
  background-color: #ebf6fc;
  padding: 10px 0;
  margin-bottom: 20px;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
#news24 .title {
  width: 20%;
  max-width: 200px;
  float: left;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #c7c7c7;
  padding: 5px 0;
  text-transform: uppercase;
  color: #444444;
}
#news24 .slider {
  width: 75%;
  float: left;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
}
#news24 .slider ul {
  list-style: none;
  display: inline;
}
#news24 .slider li {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  margin: 0;
  vertical-align: top;
}
#news24 .slider li a {
  padding-left: 20px;
  text-decoration: none;
  color: #444444;
}
@media (max-width: 1024px) {
  #news24 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #news24 {
    display: none;
  }
}

#news {
  padding: 0;
}
#news .indice {
  display: flex;
  flex-wrap: wrap;
}
#news .voce {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  height: auto;
  padding: 0;
  padding: 10px;
  position: relative;
  margin-bottom: 25px;
  border-top: 2px solid;
  padding-bottom: 40px;
}
#news .voce.sez-princ-2 {
  border-color: #3566a5;
}
.quotidiano #news .voce, .sez-princ-2 #news .voce, .sezione-2 #news .voce {
  border-color: #3566a5;
}
#news .voce.sez-princ-3 {
  border-color: #2797bc;
}
.rivista #news .voce, .sez-princ-3 #news .voce, .sezione-3 #news .voce {
  border-color: #2797bc;
}
#news .voce.sez-princ-87 {
  border-color: #00b0b2;
}
.lavoro #news .voce, .sez-princ-87 #news .voce, .sezione-87 #news .voce {
  border-color: #00b0b2;
}
#news .voce.sez-princ-4 {
  border-color: #79a849;
}
.formazione #news .voce, .sez-princ-4 #news .voce, .sezione-4 #news .voce {
  border-color: #79a849;
}
#news .voce.sez-princ-5 {
  border-color: #27762b;
}
.libreria #news .voce, .sez-princ-5 #news .voce, .sezione-5 #news .voce {
  border-color: #27762b;
}
#news .voce.sez-princ-7 {
  border-color: #d48f0b;
}
.esperto #news .voce, .sez-princ-7 #news .voce, .sezione-7 #news .voce {
  border-color: #d48f0b;
}
#news .voce.sez-princ-6 {
  border-color: #b6161d;
}
#fiscaltv #news .voce, .sez-princ-6 #news .voce, .sezione-6 #news .voce {
  border-color: #b6161d;
}
#news .voce.sez-princ-10 {
  border-color: #485b67;
}
.giurisprudenza #news .voce, .sez-princ-10 #news .voce, .sezione-10 #news .voce {
  border-color: #485b67;
}
#news .voce.sez-princ-212 {
  border-color: #4587a3;
}
.revisione #news .voce, .sez-princ-212 #news .voce, .sezione-212 #news .voce {
  border-color: #4587a3;
}
#news .voce.sez-princ-201, #news .voce.sez-princ-228 {
  border-color: #d43b42;
}
.play #news .voce, .sez-princ-201 #news .voce, .sez-princ-228 #news .voce, .sezione-201 #news .voce, .sezione-228 #news .voce {
  border-color: #d43b42;
}
#news .voce:nth-child(odd) {
  margin-right: 20px;
}
#news .voce .buy {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  background-color: #b6161d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 2px 5px;
}
#news .voce .buy i {
  margin-left: 3px;
}
#news .voce .data {
  font-size: 14px;
}
#news .voce h2 {
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0;
}
#news .voce h2 a {
  display: block;
  color: #002e54;
  line-height: 20px;
  overflow: hidden;
  height: 60px;
}
#news .voce h3 {
  font-size: 15px;
  font-weight: 700;
}
#news .voce .p {
  line-height: 20px;
}
#news .voce .segue {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #4389bd;
  text-transform: uppercase;
  position: absolute;
  bottom: 2px;
  right: 15px;
}
#news .voce .immagini {
  height: auto;
  margin-top: 45px;
}
#news .voce .immagini dl {
  margin: 0;
}
#news .voce .immagini img {
  width: 100%;
  display: none;
}

.nome-sez {
  width: 50%;
  display: inline-block;
  padding: 10px 0;
  font-size: 13px;
  color: #444444;
  text-align: center;
  text-transform: uppercase;
}
.nome-sez.princ {
  font-size: 16px;
  color: white;
}
.quotidiano .nome-sez.princ, .sez-princ-2 .nome-sez.princ, .sezione-2 .nome-sez.princ, .nome-sez.princ.sez-2 {
  background-color: #3566a5 !important;
}
.rivista .nome-sez.princ, .sez-princ-3 .nome-sez.princ, .sezione-3 .nome-sez.princ, .nome-sez.princ.sez-3 {
  background-color: #2797bc !important;
}
.lavoro .nome-sez.princ, .sez-princ-87 .nome-sez.princ, .sezione-87 .nome-sez.princ, .nome-sez.princ.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione .nome-sez.princ, .sez-princ-4 .nome-sez.princ, .sezione-4 .nome-sez.princ, .nome-sez.princ.sez-4 {
  background-color: #79a849 !important;
}
.libreria .nome-sez.princ, .sez-princ-5 .nome-sez.princ, .sezione-5 .nome-sez.princ, .nome-sez.princ.sez-5 {
  background-color: #27762b !important;
}
.esperto .nome-sez.princ, .sez-princ-7 .nome-sez.princ, .sezione-7 .nome-sez.princ, .nome-sez.princ.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv .nome-sez.princ, .sez-princ-6 .nome-sez.princ, .sezione-6 .nome-sez.princ, .nome-sez.princ.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza .nome-sez.princ, .sez-princ-10 .nome-sez.princ, .sezione-10 .nome-sez.princ, .nome-sez.princ.sez-10 {
  background-color: #485b67 !important;
}
.revisione .nome-sez.princ, .sez-princ-212 .nome-sez.princ, .sezione-212 .nome-sez.princ, .nome-sez.princ.sez-212 {
  background-color: #4587a3 !important;
}
.play .nome-sez.princ, .sez-princ-201 .nome-sez.princ, .sez-princ-228 .nome-sez.princ, .sezione-201 .nome-sez.princ, .sezione-228 .nome-sez.princ, .nome-sez.princ.sez-201, .nome-sez.princ.sez-228 {
  background-color: #d43b42 !important;
}

.home-categoria #news,
.internal-categoria #news {
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
.home-categoria #news .header h1,
.internal-categoria #news .header h1 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 5px;
}
.home-categoria #news h2.title.full,
.internal-categoria #news h2.title.full {
  font-size: 18px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 20px;
}
.home-categoria #news .voce,
.internal-categoria #news .voce {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.home-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue {
  display: inline-block;
  width: 50%;
  text-align: center;
  position: static;
}
.quotidiano .home-categoria #news .voce a.segue, .sez-princ-2 .home-categoria #news .voce a.segue, .sezione-2 .home-categoria #news .voce a.segue, .home-categoria #news .voce a.segue.sez-2, .quotidiano
.internal-categoria #news .voce a.segue, .sez-princ-2
.internal-categoria #news .voce a.segue, .sezione-2
.internal-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue.sez-2 {
  color: #3566a5;
}
.rivista .home-categoria #news .voce a.segue, .sez-princ-3 .home-categoria #news .voce a.segue, .sezione-3 .home-categoria #news .voce a.segue, .home-categoria #news .voce a.segue.sez-3, .rivista
.internal-categoria #news .voce a.segue, .sez-princ-3
.internal-categoria #news .voce a.segue, .sezione-3
.internal-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue.sez-3 {
  color: #2797bc;
}
.lavoro .home-categoria #news .voce a.segue, .sez-princ-87 .home-categoria #news .voce a.segue, .sezione-87 .home-categoria #news .voce a.segue, .home-categoria #news .voce a.segue.sez-87, .lavoro
.internal-categoria #news .voce a.segue, .sez-princ-87
.internal-categoria #news .voce a.segue, .sezione-87
.internal-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue.sez-87 {
  color: #00b0b2;
}
.formazione .home-categoria #news .voce a.segue, .sez-princ-4 .home-categoria #news .voce a.segue, .sezione-4 .home-categoria #news .voce a.segue, .home-categoria #news .voce a.segue.sez-4, .formazione
.internal-categoria #news .voce a.segue, .sez-princ-4
.internal-categoria #news .voce a.segue, .sezione-4
.internal-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue.sez-4 {
  color: #79a849;
}
.libreria .home-categoria #news .voce a.segue, .sez-princ-5 .home-categoria #news .voce a.segue, .sezione-5 .home-categoria #news .voce a.segue, .home-categoria #news .voce a.segue.sez-5, .libreria
.internal-categoria #news .voce a.segue, .sez-princ-5
.internal-categoria #news .voce a.segue, .sezione-5
.internal-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue.sez-5 {
  color: #27762b;
}
.esperto .home-categoria #news .voce a.segue, .sez-princ-7 .home-categoria #news .voce a.segue, .sezione-7 .home-categoria #news .voce a.segue, .home-categoria #news .voce a.segue.sez-7, .esperto
.internal-categoria #news .voce a.segue, .sez-princ-7
.internal-categoria #news .voce a.segue, .sezione-7
.internal-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue.sez-7 {
  color: #d48f0b;
}
#fiscaltv .home-categoria #news .voce a.segue, .sez-princ-6 .home-categoria #news .voce a.segue, .sezione-6 .home-categoria #news .voce a.segue, .home-categoria #news .voce a.segue.sez-6, #fiscaltv
.internal-categoria #news .voce a.segue, .sez-princ-6
.internal-categoria #news .voce a.segue, .sezione-6
.internal-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue.sez-6 {
  color: #b6161d;
}
.giurisprudenza .home-categoria #news .voce a.segue, .sez-princ-10 .home-categoria #news .voce a.segue, .sezione-10 .home-categoria #news .voce a.segue, .home-categoria #news .voce a.segue.sez-10, .giurisprudenza
.internal-categoria #news .voce a.segue, .sez-princ-10
.internal-categoria #news .voce a.segue, .sezione-10
.internal-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue.sez-10 {
  color: #485b67;
}
.revisione .home-categoria #news .voce a.segue, .sez-princ-212 .home-categoria #news .voce a.segue, .sezione-212 .home-categoria #news .voce a.segue, .home-categoria #news .voce a.segue.sez-212, .revisione
.internal-categoria #news .voce a.segue, .sez-princ-212
.internal-categoria #news .voce a.segue, .sezione-212
.internal-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue.sez-212 {
  color: #4587a3;
}
.play .home-categoria #news .voce a.segue, .sez-princ-201 .home-categoria #news .voce a.segue, .sez-princ-228 .home-categoria #news .voce a.segue, .sezione-201 .home-categoria #news .voce a.segue, .sezione-228 .home-categoria #news .voce a.segue, .home-categoria #news .voce a.segue.sez-228, .home-categoria #news .voce a.segue.sez-201, .play
.internal-categoria #news .voce a.segue, .sez-princ-201
.internal-categoria #news .voce a.segue, .sez-princ-228
.internal-categoria #news .voce a.segue, .sezione-201
.internal-categoria #news .voce a.segue, .sezione-228
.internal-categoria #news .voce a.segue,
.internal-categoria #news .voce a.segue.sez-228,
.internal-categoria #news .voce a.segue.sez-201 {
  color: #d43b42;
}
.home-categoria #news .voce .immagini,
.internal-categoria #news .voce .immagini {
  margin: 0;
  padding: 0;
  margin: 30px 15px 0 0;
  width: 28%;
  float: left;
}
.home-categoria #news .voce .immagini img,
.internal-categoria #news .voce .immagini img {
  display: block;
}
.home-categoria #news .voce .info-notizia,
.internal-categoria #news .voce .info-notizia {
  margin-top: 20px;
  padding-right: 0;
}
.home-categoria #news .voce .info-notizia h4,
.internal-categoria #news .voce .info-notizia h4 {
  font-size: 15px;
}
.home-categoria #news .voce h2 a,
.internal-categoria #news .voce h2 a {
  height: 40px;
}
.home-categoria #news.loading:before,
.internal-categoria #news.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background: rgba(255, 255, 255, 0.7) url("/img/loading.gif") no-repeat 50% 100px;
}
.home-categoria .nome-sez,
.internal-categoria .nome-sez {
  width: 50%;
  background-color: #002e54;
  font-size: 16px;
  color: white;
}
.quotidiano .home-categoria .nome-sez, .sez-princ-2 .home-categoria .nome-sez, .sezione-2 .home-categoria .nome-sez, .home-categoria .nome-sez.sez-2, .quotidiano
.internal-categoria .nome-sez, .sez-princ-2
.internal-categoria .nome-sez, .sezione-2
.internal-categoria .nome-sez,
.internal-categoria .nome-sez.sez-2 {
  background-color: #3566a5 !important;
}
.rivista .home-categoria .nome-sez, .sez-princ-3 .home-categoria .nome-sez, .sezione-3 .home-categoria .nome-sez, .home-categoria .nome-sez.sez-3, .rivista
.internal-categoria .nome-sez, .sez-princ-3
.internal-categoria .nome-sez, .sezione-3
.internal-categoria .nome-sez,
.internal-categoria .nome-sez.sez-3 {
  background-color: #2797bc !important;
}
.lavoro .home-categoria .nome-sez, .sez-princ-87 .home-categoria .nome-sez, .sezione-87 .home-categoria .nome-sez, .home-categoria .nome-sez.sez-87, .lavoro
.internal-categoria .nome-sez, .sez-princ-87
.internal-categoria .nome-sez, .sezione-87
.internal-categoria .nome-sez,
.internal-categoria .nome-sez.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione .home-categoria .nome-sez, .sez-princ-4 .home-categoria .nome-sez, .sezione-4 .home-categoria .nome-sez, .home-categoria .nome-sez.sez-4, .formazione
.internal-categoria .nome-sez, .sez-princ-4
.internal-categoria .nome-sez, .sezione-4
.internal-categoria .nome-sez,
.internal-categoria .nome-sez.sez-4 {
  background-color: #79a849 !important;
}
.libreria .home-categoria .nome-sez, .sez-princ-5 .home-categoria .nome-sez, .sezione-5 .home-categoria .nome-sez, .home-categoria .nome-sez.sez-5, .libreria
.internal-categoria .nome-sez, .sez-princ-5
.internal-categoria .nome-sez, .sezione-5
.internal-categoria .nome-sez,
.internal-categoria .nome-sez.sez-5 {
  background-color: #27762b !important;
}
.esperto .home-categoria .nome-sez, .sez-princ-7 .home-categoria .nome-sez, .sezione-7 .home-categoria .nome-sez, .home-categoria .nome-sez.sez-7, .esperto
.internal-categoria .nome-sez, .sez-princ-7
.internal-categoria .nome-sez, .sezione-7
.internal-categoria .nome-sez,
.internal-categoria .nome-sez.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv .home-categoria .nome-sez, .sez-princ-6 .home-categoria .nome-sez, .sezione-6 .home-categoria .nome-sez, .home-categoria .nome-sez.sez-6, #fiscaltv
.internal-categoria .nome-sez, .sez-princ-6
.internal-categoria .nome-sez, .sezione-6
.internal-categoria .nome-sez,
.internal-categoria .nome-sez.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza .home-categoria .nome-sez, .sez-princ-10 .home-categoria .nome-sez, .sezione-10 .home-categoria .nome-sez, .home-categoria .nome-sez.sez-10, .giurisprudenza
.internal-categoria .nome-sez, .sez-princ-10
.internal-categoria .nome-sez, .sezione-10
.internal-categoria .nome-sez,
.internal-categoria .nome-sez.sez-10 {
  background-color: #485b67 !important;
}
.revisione .home-categoria .nome-sez, .sez-princ-212 .home-categoria .nome-sez, .sezione-212 .home-categoria .nome-sez, .home-categoria .nome-sez.sez-212, .revisione
.internal-categoria .nome-sez, .sez-princ-212
.internal-categoria .nome-sez, .sezione-212
.internal-categoria .nome-sez,
.internal-categoria .nome-sez.sez-212 {
  background-color: #4587a3 !important;
}
.play .home-categoria .nome-sez, .sez-princ-201 .home-categoria .nome-sez, .sez-princ-228 .home-categoria .nome-sez, .sezione-201 .home-categoria .nome-sez, .sezione-228 .home-categoria .nome-sez, .home-categoria .nome-sez.sez-201, .home-categoria .nome-sez.sez-228, .play
.internal-categoria .nome-sez, .sez-princ-201
.internal-categoria .nome-sez, .sez-princ-228
.internal-categoria .nome-sez, .sezione-201
.internal-categoria .nome-sez, .sezione-228
.internal-categoria .nome-sez,
.internal-categoria .nome-sez.sez-201,
.internal-categoria .nome-sez.sez-228 {
  background-color: #d43b42 !important;
}

.home-categoria #news .header {
  display: none;
}

/*-------------------------*/
/*------ RESPONSIVE -------*/
/*-------------------------*/
@media (max-width: 992px) {
  .home-categoria #news > h2,
  .internal-categoria #news > h2 {
    text-align: center;
  }
  .home-categoria #news .voce,
  .internal-categoria #news .voce {
    width: 80%;
    margin: 0 auto;
    float: unset;
    flex: unset;
    max-width: unset;
  }
  .home-categoria #news .voce h2 a,
  .internal-categoria #news .voce h2 a {
    min-width: 58vw;
  }
  .home-categoria #news .voce .immagini,
  .home-categoria #news .voce .info-notizia,
  .internal-categoria #news .voce .immagini,
  .internal-categoria #news .voce .info-notizia {
    float: unset;
    display: inline-block;
    vertical-align: top;
  }

  .internal-categoria .header h1 {
    display: none;
  }
}
@media (max-width: 520px) {
  .home-categoria #news h2,
  .internal-categoria #news h2 {
    text-align: center;
  }
  .home-categoria #news .voce,
  .internal-categoria #news .voce {
    text-align: center;
    padding-bottom: 60px;
  }
  .home-categoria #news .voce .nome-sez,
  .internal-categoria #news .voce .nome-sez {
    width: 100%;
  }
  .home-categoria #news .voce a.segue,
  .internal-categoria #news .voce a.segue {
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 20px;
  }
  .home-categoria #news .voce .immagini,
  .internal-categoria #news .voce .immagini {
    margin-top: 15px;
  }
}
/* Visualizzazione news in homepage da tablet o smartphone */
#news-mobile {
  text-align: center;
}
#news-mobile .news-dropdown-btn {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #002e54;
  position: relative;
}
.quotidiano #news-mobile .news-dropdown-btn, .sez-princ-2 #news-mobile .news-dropdown-btn, .sezione-2 #news-mobile .news-dropdown-btn, #news-mobile .news-dropdown-btn.sez-2 {
  background-color: #3566a5 !important;
}
.rivista #news-mobile .news-dropdown-btn, .sez-princ-3 #news-mobile .news-dropdown-btn, .sezione-3 #news-mobile .news-dropdown-btn, #news-mobile .news-dropdown-btn.sez-3 {
  background-color: #2797bc !important;
}
.lavoro #news-mobile .news-dropdown-btn, .sez-princ-87 #news-mobile .news-dropdown-btn, .sezione-87 #news-mobile .news-dropdown-btn, #news-mobile .news-dropdown-btn.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione #news-mobile .news-dropdown-btn, .sez-princ-4 #news-mobile .news-dropdown-btn, .sezione-4 #news-mobile .news-dropdown-btn, #news-mobile .news-dropdown-btn.sez-4 {
  background-color: #79a849 !important;
}
.libreria #news-mobile .news-dropdown-btn, .sez-princ-5 #news-mobile .news-dropdown-btn, .sezione-5 #news-mobile .news-dropdown-btn, #news-mobile .news-dropdown-btn.sez-5 {
  background-color: #27762b !important;
}
.esperto #news-mobile .news-dropdown-btn, .sez-princ-7 #news-mobile .news-dropdown-btn, .sezione-7 #news-mobile .news-dropdown-btn, #news-mobile .news-dropdown-btn.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv #news-mobile .news-dropdown-btn, .sez-princ-6 #news-mobile .news-dropdown-btn, .sezione-6 #news-mobile .news-dropdown-btn, #news-mobile .news-dropdown-btn.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza #news-mobile .news-dropdown-btn, .sez-princ-10 #news-mobile .news-dropdown-btn, .sezione-10 #news-mobile .news-dropdown-btn, #news-mobile .news-dropdown-btn.sez-10 {
  background-color: #485b67 !important;
}
.revisione #news-mobile .news-dropdown-btn, .sez-princ-212 #news-mobile .news-dropdown-btn, .sezione-212 #news-mobile .news-dropdown-btn, #news-mobile .news-dropdown-btn.sez-212 {
  background-color: #4587a3 !important;
}
.play #news-mobile .news-dropdown-btn, .sez-princ-201 #news-mobile .news-dropdown-btn, .sez-princ-228 #news-mobile .news-dropdown-btn, .sezione-201 #news-mobile .news-dropdown-btn, .sezione-228 #news-mobile .news-dropdown-btn, #news-mobile .news-dropdown-btn.sez-201, #news-mobile .news-dropdown-btn.sez-228 {
  background-color: #d43b42 !important;
}
#news-mobile .news-dropdown-btn i {
  position: absolute;
  top: 14px;
  right: 10%;
}
#news-mobile .voce {
  width: 100%;
  height: auto;
  border: 1px solid #c7c7c7;
  padding: 0;
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
  text-align: left;
}
#news-mobile .voce:last-child {
  margin-bottom: 0;
}
#news-mobile .voce .buy {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  background-color: #b6161d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 2px 5px;
}
#news-mobile .voce .buy i {
  margin-left: 3px;
}
#news-mobile .voce .data {
  font-size: 14px;
}
#news-mobile .voce h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
}
#news-mobile .voce h2 a {
  display: block;
  color: #002e54;
  line-height: 17px;
  overflow: hidden;
  height: 51px;
}
#news-mobile .voce h3 {
  font-size: 15px;
  font-weight: 700;
}
#news-mobile .voce .p {
  line-height: 20px;
}
#news-mobile .voce .segue {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #4389bd;
  text-transform: uppercase;
  text-align: right;
}
#news-mobile .leggi-tutto {
  display: inline-block;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #eceded;
  border: 1px solid #c7c7c7;
  border-top-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: normal;
}
#news-mobile .leggi-tutto.sez-princ-2 {
  border-color: #3566a5;
}
.quotidiano #news-mobile .leggi-tutto, .sez-princ-2 #news-mobile .leggi-tutto, .sezione-2 #news-mobile .leggi-tutto {
  border-color: #3566a5;
}
#news-mobile .leggi-tutto.sez-princ-3 {
  border-color: #2797bc;
}
.rivista #news-mobile .leggi-tutto, .sez-princ-3 #news-mobile .leggi-tutto, .sezione-3 #news-mobile .leggi-tutto {
  border-color: #2797bc;
}
#news-mobile .leggi-tutto.sez-princ-87 {
  border-color: #00b0b2;
}
.lavoro #news-mobile .leggi-tutto, .sez-princ-87 #news-mobile .leggi-tutto, .sezione-87 #news-mobile .leggi-tutto {
  border-color: #00b0b2;
}
#news-mobile .leggi-tutto.sez-princ-4 {
  border-color: #79a849;
}
.formazione #news-mobile .leggi-tutto, .sez-princ-4 #news-mobile .leggi-tutto, .sezione-4 #news-mobile .leggi-tutto {
  border-color: #79a849;
}
#news-mobile .leggi-tutto.sez-princ-5 {
  border-color: #27762b;
}
.libreria #news-mobile .leggi-tutto, .sez-princ-5 #news-mobile .leggi-tutto, .sezione-5 #news-mobile .leggi-tutto {
  border-color: #27762b;
}
#news-mobile .leggi-tutto.sez-princ-7 {
  border-color: #d48f0b;
}
.esperto #news-mobile .leggi-tutto, .sez-princ-7 #news-mobile .leggi-tutto, .sezione-7 #news-mobile .leggi-tutto {
  border-color: #d48f0b;
}
#news-mobile .leggi-tutto.sez-princ-6 {
  border-color: #b6161d;
}
#fiscaltv #news-mobile .leggi-tutto, .sez-princ-6 #news-mobile .leggi-tutto, .sezione-6 #news-mobile .leggi-tutto {
  border-color: #b6161d;
}
#news-mobile .leggi-tutto.sez-princ-10 {
  border-color: #485b67;
}
.giurisprudenza #news-mobile .leggi-tutto, .sez-princ-10 #news-mobile .leggi-tutto, .sezione-10 #news-mobile .leggi-tutto {
  border-color: #485b67;
}
#news-mobile .leggi-tutto.sez-princ-212 {
  border-color: #4587a3;
}
.revisione #news-mobile .leggi-tutto, .sez-princ-212 #news-mobile .leggi-tutto, .sezione-212 #news-mobile .leggi-tutto {
  border-color: #4587a3;
}
#news-mobile .leggi-tutto.sez-princ-201, #news-mobile .leggi-tutto.sez-princ-228 {
  border-color: #d43b42;
}
.play #news-mobile .leggi-tutto, .sez-princ-201 #news-mobile .leggi-tutto, .sez-princ-228 #news-mobile .leggi-tutto, .sezione-201 #news-mobile .leggi-tutto, .sezione-228 #news-mobile .leggi-tutto {
  border-color: #d43b42;
}
.quotidiano #news-mobile .leggi-tutto, .sez-princ-2 #news-mobile .leggi-tutto, .sezione-2 #news-mobile .leggi-tutto, #news-mobile .leggi-tutto.sez-2 {
  color: #3566a5;
}
.rivista #news-mobile .leggi-tutto, .sez-princ-3 #news-mobile .leggi-tutto, .sezione-3 #news-mobile .leggi-tutto, #news-mobile .leggi-tutto.sez-3 {
  color: #2797bc;
}
.lavoro #news-mobile .leggi-tutto, .sez-princ-87 #news-mobile .leggi-tutto, .sezione-87 #news-mobile .leggi-tutto, #news-mobile .leggi-tutto.sez-87 {
  color: #00b0b2;
}
.formazione #news-mobile .leggi-tutto, .sez-princ-4 #news-mobile .leggi-tutto, .sezione-4 #news-mobile .leggi-tutto, #news-mobile .leggi-tutto.sez-4 {
  color: #79a849;
}
.libreria #news-mobile .leggi-tutto, .sez-princ-5 #news-mobile .leggi-tutto, .sezione-5 #news-mobile .leggi-tutto, #news-mobile .leggi-tutto.sez-5 {
  color: #27762b;
}
.esperto #news-mobile .leggi-tutto, .sez-princ-7 #news-mobile .leggi-tutto, .sezione-7 #news-mobile .leggi-tutto, #news-mobile .leggi-tutto.sez-7 {
  color: #d48f0b;
}
#fiscaltv #news-mobile .leggi-tutto, .sez-princ-6 #news-mobile .leggi-tutto, .sezione-6 #news-mobile .leggi-tutto, #news-mobile .leggi-tutto.sez-6 {
  color: #b6161d;
}
.giurisprudenza #news-mobile .leggi-tutto, .sez-princ-10 #news-mobile .leggi-tutto, .sezione-10 #news-mobile .leggi-tutto, #news-mobile .leggi-tutto.sez-10 {
  color: #485b67;
}
.revisione #news-mobile .leggi-tutto, .sez-princ-212 #news-mobile .leggi-tutto, .sezione-212 #news-mobile .leggi-tutto, #news-mobile .leggi-tutto.sez-212 {
  color: #4587a3;
}
.play #news-mobile .leggi-tutto, .sez-princ-201 #news-mobile .leggi-tutto, .sez-princ-228 #news-mobile .leggi-tutto, .sezione-201 #news-mobile .leggi-tutto, .sezione-228 #news-mobile .leggi-tutto, #news-mobile .leggi-tutto.sez-228, #news-mobile .leggi-tutto.sez-201 {
  color: #d43b42;
}

.pag {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -ms-transform: translateX(-180%);
  transform: translateX(-50%);
}
.pag .totale {
  display: none;
}
.pag ul {
  list-style: none;
}
.pag ul li {
  display: none;
}
.pag ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pag ul li.prev {
  display: inline-block;
  margin-right: 9px;
}
.pag ul li.prev i {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}
.pag ul li.next {
  display: inline-block;
}
.pag ul li.next i {
  font-weight: 700;
  line-height: 25px;
  font-size: 24px;
}

.prev,
.next {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #002e54;
  color: #ffffff;
  border: 0;
  text-align: center;
  padding: 0;
}
.quotidiano .prev, .sez-princ-2 .prev, .sezione-2 .prev, .prev.sez-2, .quotidiano
.next, .sez-princ-2
.next, .sezione-2
.next,
.next.sez-2 {
  background-color: #3566a5 !important;
}
.rivista .prev, .sez-princ-3 .prev, .sezione-3 .prev, .prev.sez-3, .rivista
.next, .sez-princ-3
.next, .sezione-3
.next,
.next.sez-3 {
  background-color: #2797bc !important;
}
.lavoro .prev, .sez-princ-87 .prev, .sezione-87 .prev, .prev.sez-87, .lavoro
.next, .sez-princ-87
.next, .sezione-87
.next,
.next.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione .prev, .sez-princ-4 .prev, .sezione-4 .prev, .prev.sez-4, .formazione
.next, .sez-princ-4
.next, .sezione-4
.next,
.next.sez-4 {
  background-color: #79a849 !important;
}
.libreria .prev, .sez-princ-5 .prev, .sezione-5 .prev, .prev.sez-5, .libreria
.next, .sez-princ-5
.next, .sezione-5
.next,
.next.sez-5 {
  background-color: #27762b !important;
}
.esperto .prev, .sez-princ-7 .prev, .sezione-7 .prev, .prev.sez-7, .esperto
.next, .sez-princ-7
.next, .sezione-7
.next,
.next.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv .prev, .sez-princ-6 .prev, .sezione-6 .prev, .prev.sez-6, #fiscaltv
.next, .sez-princ-6
.next, .sezione-6
.next,
.next.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza .prev, .sez-princ-10 .prev, .sezione-10 .prev, .prev.sez-10, .giurisprudenza
.next, .sez-princ-10
.next, .sezione-10
.next,
.next.sez-10 {
  background-color: #485b67 !important;
}
.revisione .prev, .sez-princ-212 .prev, .sezione-212 .prev, .prev.sez-212, .revisione
.next, .sez-princ-212
.next, .sezione-212
.next,
.next.sez-212 {
  background-color: #4587a3 !important;
}
.play .prev, .sez-princ-201 .prev, .sez-princ-228 .prev, .sezione-201 .prev, .sezione-228 .prev, .prev.sez-201, .prev.sez-228, .play
.next, .sez-princ-201
.next, .sez-princ-228
.next, .sezione-201
.next, .sezione-228
.next,
.next.sez-201,
.next.sez-228 {
  background-color: #d43b42 !important;
}
.prev:hover,
.next:hover {
  background-color: #668298;
}
.prev:disabled,
.next:disabled {
  background-color: #d4d5d5 !important;
}
.prev i,
.next i {
  line-height: 26px;
  color: #ffffff;
}
.prev .nav-disabled,
.next .nav-disabled {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #d4d5d5;
}

.prev {
  margin-right: 11px;
  position: relative;
}
.prev:after {
  display: inline-block;
  content: "";
  height: 35px;
  border-right: 1px solid #c7c7c7;
  position: absolute;
  margin-top: -4px;
  margin-left: 11px;
}
.internal-categoria .prev::after {
  margin-left: 4px;
}
.side-box .prev::after {
  margin-left: 12px;
}

.home-categoria #news .pag {
  top: 5px;
  left: unset;
  right: -30px;
}

.internal-categoria #news .inizio-pag {
  display: inline-block;
}
.internal-categoria #news .inizio-pag .pag {
  position: absolute;
  top: 5px;
  left: unset;
  right: -30px;
}
.internal-categoria #news .fine-pag {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.internal-categoria #news .fine-pag .pag {
  position: static;
  display: block;
  transform: none;
}
.internal-categoria #news .pag.semplice {
  top: 5px;
  left: unset;
  right: -30px;
}
.internal-categoria .next {
  right: 0px;
}

/*-------------------------*/
/*------ RESPONSIVE -------*/
/*-------------------------*/
@media (max-width: 992px) {
  .pag.semplice {
    display: block;
    width: 100%;
    position: absolute;
    bottom: unset;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-180%);
    transform: translateY(-50%);
  }
  .pag.semplice .prev,
  .pag.semplice .next {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 7;
  }
  .pag.semplice .prev i,
  .pag.semplice .next i {
    line-height: 31px;
  }
  .pag.semplice .prev {
    margin-left: 15px;
    left: 5px;
  }
  .pag.semplice .prev:after {
    display: none;
  }
  .pag.semplice .next {
    right: 5px;
    margin-right: 15px;
  }

  .home-categoria #news .pag.semplice,
  .internal-categoria #news .pag.semplice {
    top: 50%;
    left: 0;
    right: unset;
    transform: translateY(-50%);
  }
  .home-categoria #news .pag.semplice .prev,
  .internal-categoria #news .pag.semplice .prev {
    left: 0;
  }
  .home-categoria #news .pag.semplice .next,
  .internal-categoria #news .pag.semplice .next {
    right: 0;
  }

  .internal-categoria #news .inizio-pag {
    display: block;
    text-align: center;
  }
  .internal-categoria #news .inizio-pag .pag {
    position: static;
    transform: none;
    margin: 10px 0 15px;
  }
  .internal-categoria #news .inizio-pag .pag ul {
    padding: 0;
  }
  .internal-categoria #news .fine-pag .pag {
    margin-top: 15px;
  }
  .internal-categoria #news .fine-pag .pag ul {
    padding: 0;
  }
}
@media (max-width: 520px) {
  .pag.semplice .prev,
  .pag.semplice .next {
    width: 25px;
    height: 25px;
  }
  .pag.semplice .prev i,
  .pag.semplice .next i {
    line-height: 26px;
  }
  .pag.semplice .prev {
    margin-left: 5px;
  }
  .pag.semplice .next {
    margin-right: 5px;
  }
}
#piu-letti {
  position: relative;
  margin-bottom: 20px;
}

#portale-fiscaltv {
  background-color: #eceded;
  padding: 10px !important;
}
#portale-fiscaltv .title {
  width: 35%;
  padding: 10px;
  background-color: #b6161d;
  margin-bottom: 10px;
}
#portale-fiscaltv .title h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
#portale-fiscaltv .voce {
  width: calc(50% - 5px);
  float: left;
  position: relative;
}
#portale-fiscaltv .voce:nth-child(even) {
  margin-right: 10px;
}
#portale-fiscaltv .voce .video-img {
  width: 40%;
  float: left;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
#portale-fiscaltv .voce .video-img a:after {
  content: "\f04b";
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  color: #b6161d;
  text-align: center;
  font-size: 26px;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  line-height: 45px;
  padding-left: 2px;
}
#portale-fiscaltv .voce .video-descr {
  width: calc(60% - 20px);
  float: left;
  margin-left: 10px;
  vertical-align: top;
}
#portale-fiscaltv .voce dl {
  margin-bottom: 0;
}
#portale-fiscaltv .voce h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
#portale-fiscaltv .voce h2 a {
  color: #002e54;
}
#portale-fiscaltv .voce h3,
#portale-fiscaltv .voce h4,
#portale-fiscaltv .voce .p {
  display: none;
}
#portale-fiscaltv .voce h5 {
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 0;
}
#portale-fiscaltv .voce .segue {
  background-color: #b6161d;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
#portale-fiscaltv .voce .segue:after {
  content: "\f04e";
  font-family: "FontAwesome";
  margin-left: 10px;
  font-size: 12px;
}
#portale-fiscaltv .voce .segue:hover {
  background-color: #720e12;
  color: #ffffff;
}
#portale-fiscaltv .voce .immagini {
  width: 100%;
  overflow: hidden;
}
#portale-fiscaltv .voce img {
  width: auto;
  height: 100px;
}
#portale-fiscaltv .voce:first-child {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#portale-fiscaltv .voce:first-child .video-img {
  width: 35%;
  float: left;
  position: relative;
}
#portale-fiscaltv .voce:first-child .immagini {
  width: auto;
  overflow: visible;
}
#portale-fiscaltv .voce:first-child img {
  width: 100%;
  height: auto;
}
#portale-fiscaltv .voce:first-child .video-descr {
  width: calc(65% - 20px);
  float: left;
  margin-left: 20px;
  vertical-align: top;
}
#portale-fiscaltv .voce:first-child .p {
  display: block;
}
#portale-fiscaltv .voce:first-child .segue {
  position: absolute;
  bottom: 10px;
}

#primo-piano {
  height: 520px;
  position: relative;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
#primo-piano h4 {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#primo-piano ul {
  padding: 0;
  display: inline-block;
}
#primo-piano .totale,
#primo-piano li {
  display: none;
}
#primo-piano .indice.primo-piano {
  padding: 0 20px;
}
#primo-piano .indice.primo-piano .voce {
  padding: 20px 0;
  border-bottom: 1px solid #c7c7c7;
}
#primo-piano .indice.primo-piano .voce:first-child {
  padding-top: 10px;
}
#primo-piano .indice.primo-piano .voce:nth-child(4n) {
  border: 0;
}
#primo-piano .indice.primo-piano .voce:nth-child(1n + 5) {
  display: none;
}
#primo-piano .indice.primo-piano h2 {
  font-size: 17px;
  margin-top: 0;
}
#primo-piano .indice.primo-piano h2 a {
  display: block;
  color: #002e54;
  font-weight: bold;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
}
#primo-piano .indice.primo-piano h5 {
  margin-bottom: 0;
  font-size: 15px;
}
#primo-piano .gray-box {
  padding: 10px;
}
.editoriali #primo-piano, .revisione #primo-piano {
  position: relative;
  height: auto;
}
.editoriali #primo-piano .title, .revisione #primo-piano .title {
  width: 100%;
  display: block;
  background: #002e54;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.editoriali #primo-piano .indice.primo-piano .voce, .revisione #primo-piano .indice.primo-piano .voce {
  border-bottom: 0;
  padding-bottom: 40px;
}
.editoriali #primo-piano .indice.primo-piano .voce h2, .revisione #primo-piano .indice.primo-piano .voce h2 {
  font-size: 20px;
  margin-top: 20px;
}
.editoriali #primo-piano .indice.primo-piano .voce h3, .revisione #primo-piano .indice.primo-piano .voce h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  margin: 28px 0;
}
.editoriali #primo-piano .indice.primo-piano .voce h5, .revisione #primo-piano .indice.primo-piano .voce h5 {
  font-size: 15px;
}
.editoriali #primo-piano .indice.primo-piano .voce .p, .revisione #primo-piano .indice.primo-piano .voce .p {
  font-size: 16px;
  line-height: 22px;
}
.editoriali #primo-piano .indice.primo-piano .voce a.segue, .revisione #primo-piano .indice.primo-piano .voce a.segue {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-transform: uppercase;
}
.revisione #primo-piano .title {
  background: #4587a3;
}
@media (max-width: 1024px) {
  #primo-piano {
    height: 360px;
  }
}
@media (max-width: 992px) {
  #primo-piano {
    height: auto;
  }
  #primo-piano h4 {
    font-size: 22px;
  }
  #primo-piano .indice.primo-piano {
    text-align: center;
  }
  #primo-piano .indice.primo-piano .voce {
    padding: 10px 0;
    border: 0;
  }
  #primo-piano .indice.primo-piano .voce h2 {
    font-size: 17px;
  }
  #primo-piano .indice.primo-piano .voce h2 a {
    line-height: 20px;
    max-height: 40px;
  }
  #primo-piano .indice.primo-piano .voce h5 {
    font-size: 16px;
  }
  #primo-piano .indice.primo-piano .voce .buy {
    top: unset;
    right: 15%;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  #primo-piano h4 {
    font-size: 18px;
  }
  #primo-piano .indice.primo-piano .voce {
    padding: 10px 0;
  }
  #primo-piano .indice.primo-piano .voce h2 {
    font-size: 16px;
  }
  #primo-piano .indice.primo-piano .voce h2 a {
    line-height: 20px;
    max-height: 40px;
    max-width: 85%;
    margin: 0 auto;
  }
  #primo-piano .indice.primo-piano .voce h5 {
    font-size: 16px;
  }
}

.home-first-news #primo-piano {
  padding-left: 0;
}
.home-first-news #primo-piano .indice.primo-piano {
  padding-left: 0;
}
.home-first-news #primo-piano .voce.news {
  position: relative;
}
.home-first-news #primo-piano .buy {
  top: unset;
  bottom: 16px;
}

.ricerca-avanzata {
  padding: 0 20px 30px;
  text-align: center;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
.ricerca-avanzata input {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #002e54;
  margin-bottom: 10px;
  text-align: center;
}
.ricerca-avanzata input.submit {
  margin: 0 auto;
  margin-top: 20px;
  width: 60%;
  background: #002e54;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  border: 0;
}
.ricerca-avanzata input.submit:hover {
  background: #4389bd;
}
.ricerca-avanzata div.data {
  position: relative;
}
.ricerca-avanzata .testo input {
  margin-top: 30px;
}
.ricerca-avanzata select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #002e54;
  margin-bottom: 10px;
  border-radius: 0;
  text-align-last: center;
  text-align: center;
  color: #002e54;
  font-style: italic;
  font-size: 18px;
  cursor: pointer;
}
.ricerca-avanzata select[name="cate"],
.ricerca-avanzata select[name="sottocate"] {
  font-size: 14px;
  padding: 10px 20px 10px 0;
}
.ricerca-avanzata span.select {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.ricerca-avanzata span.select:after {
  content: "\f0d7";
  margin-left: 20px;
  font-size: 20px;
  font-family: "FontAwesome";
  position: absolute;
  top: 8px;
  right: 7px;
}
.ricerca-avanzata select::-ms-expand {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #002e54;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 0;
}
.ricerca-avanzata input::placeholder {
  color: #002e54;
  font-style: italic;
  font-size: 18px;
}
.ricerca-avanzata input:-webkit-input-placeholder {
  color: #002e54;
  font-style: italic;
  font-size: 18px;
}
.ricerca-avanzata input::-ms-input-placeholder {
  color: #002e54;
  font-style: italic;
  font-size: 18px;
}
.ricerca-avanzata input:-ms-input-placeholder {
  color: #002e54;
  font-style: italic;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .ricerca-avanzata {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .ricerca-avanzata {
    padding-bottom: 15px;
  }
  .ricerca-avanzata h2:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 24px;
    margin-left: 20px;
  }
  .ricerca-avanzata.open h2:after {
    content: "\f0d8";
  }
  .ricerca-avanzata form {
    display: none;
  }
}

#scadenzario {
  margin: 20px 0;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
.home #scadenzario {
  margin: 0 0 20px;
}
#scadenzario .calendario {
  width: 100%;
  box-shadow: 0 1px 2px #c7c7c7;
  padding: 0;
}
#scadenzario .calendario .title {
  padding: 15px;
  background: #002e54;
  color: #eceded;
  text-align: center;
}
.quotidiano #scadenzario .calendario .title, .sez-princ-2 #scadenzario .calendario .title, .sezione-2 #scadenzario .calendario .title, #scadenzario .calendario .title.sez-2 {
  background-color: #3566a5 !important;
}
.rivista #scadenzario .calendario .title, .sez-princ-3 #scadenzario .calendario .title, .sezione-3 #scadenzario .calendario .title, #scadenzario .calendario .title.sez-3 {
  background-color: #2797bc !important;
}
.lavoro #scadenzario .calendario .title, .sez-princ-87 #scadenzario .calendario .title, .sezione-87 #scadenzario .calendario .title, #scadenzario .calendario .title.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione #scadenzario .calendario .title, .sez-princ-4 #scadenzario .calendario .title, .sezione-4 #scadenzario .calendario .title, #scadenzario .calendario .title.sez-4 {
  background-color: #79a849 !important;
}
.libreria #scadenzario .calendario .title, .sez-princ-5 #scadenzario .calendario .title, .sezione-5 #scadenzario .calendario .title, #scadenzario .calendario .title.sez-5 {
  background-color: #27762b !important;
}
.esperto #scadenzario .calendario .title, .sez-princ-7 #scadenzario .calendario .title, .sezione-7 #scadenzario .calendario .title, #scadenzario .calendario .title.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv #scadenzario .calendario .title, .sez-princ-6 #scadenzario .calendario .title, .sezione-6 #scadenzario .calendario .title, #scadenzario .calendario .title.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza #scadenzario .calendario .title, .sez-princ-10 #scadenzario .calendario .title, .sezione-10 #scadenzario .calendario .title, #scadenzario .calendario .title.sez-10 {
  background-color: #485b67 !important;
}
.revisione #scadenzario .calendario .title, .sez-princ-212 #scadenzario .calendario .title, .sezione-212 #scadenzario .calendario .title, #scadenzario .calendario .title.sez-212 {
  background-color: #4587a3 !important;
}
.play #scadenzario .calendario .title, .sez-princ-201 #scadenzario .calendario .title, .sez-princ-228 #scadenzario .calendario .title, .sezione-201 #scadenzario .calendario .title, .sezione-228 #scadenzario .calendario .title, #scadenzario .calendario .title.sez-201, #scadenzario .calendario .title.sez-228 {
  background-color: #d43b42 !important;
}
#scadenzario .calendario .title span.ff-icon-calendar {
  display: inline-block;
  width: 25px;
  height: auto;
  margin-right: 10px;
  line-height: 25px;
  font-size: 27px;
  vertical-align: middle;
}
#scadenzario .calendario .title h2 {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  vertical-align: middle;
}
#scadenzario .calendario .cal-select {
  padding: 20px 0;
  text-align: center;
  font-size: 17px;
  color: #444444;
  font-weight: 700;
}
#scadenzario .calendario .cal-select button,
#scadenzario .calendario .cal-select select {
  border: 0;
  background-color: transparent;
}
#scadenzario .calendario .cal-select select {
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#scadenzario .calendario .cal-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444;
}
#scadenzario .calendario .cal-select select:-ms-expand {
  display: none;
}
#scadenzario .calendario #cal-prev {
  float: left;
  margin-left: 10px;
}
#scadenzario .calendario #cal-next {
  float: right;
  margin-right: 10px;
}
#scadenzario .calendario .giorni-calendario {
  width: 100%;
}
#scadenzario .calendario .giorni-calendario th,
#scadenzario .calendario .giorni-calendario td {
  border: 1px solid #d2d4d4;
  text-align: center;
  color: #444444;
  font-weight: 700;
}
#scadenzario .calendario .giorni-calendario th:first-child,
#scadenzario .calendario .giorni-calendario td:first-child {
  border-left: 0;
}
#scadenzario .calendario .giorni-calendario th:last-child,
#scadenzario .calendario .giorni-calendario td:last-child {
  border-right: 0;
}
#scadenzario .calendario .giorni-calendario th {
  width: calc(100% / 7);
  height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 0;
}
#scadenzario .calendario .giorni-calendario td {
  width: calc(100% / 7);
  height: 40px;
}
#scadenzario .calendario .giorni-calendario td.empty {
  background-color: #eceded;
}
#scadenzario .calendario .giorni-calendario td a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background: linear-gradient(to top, #356e98, #4389bd, #69a1ca);
}
#scadenzario .calendario .giorni-calendario td a + .tooltip > .tooltip-inner {
  background-color: #002e54;
  padding: 10px;
  font-size: 14px;
}
#scadenzario .calendario .giorni-calendario td a + .tooltip > .tooltip-arrow {
  border-bottom-color: #002e54;
}
#scadenzario .calendario .giorni-calendario td a + .tooltip.in {
  opacity: 1 !important;
}
#scadenzario .calendario .giorni-calendario td a:hover {
  background: linear-gradient(to top, #1b374c, #285272, #356e98);
}
#scadenzario div.loading {
  position: relative;
}
#scadenzario div.loading img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#scadenzario .next-scadenze {
  padding-bottom: 60px;
  position: relative;
  background-color: #eceded;
  margin-bottom: 20px;
}
#scadenzario .next-scadenze h3 {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#scadenzario .next-scadenze ul {
  padding: 0;
  display: inline-block;
}
#scadenzario .next-scadenze .totale,
#scadenzario .next-scadenze li {
  display: none;
}
#scadenzario .next-scadenze .indice.scadenzario {
  padding: 0 20px;
}
#scadenzario .next-scadenze .indice.scadenzario .voce {
  padding: 20px 0;
  border-bottom: 1px solid #c7c7c7;
}
#scadenzario .next-scadenze .indice.scadenzario .voce:nth-child(4n) {
  border: 0;
}
#scadenzario .next-scadenze .indice.scadenzario .voce:nth-child(1n + 5) {
  display: none;
}
#scadenzario .next-scadenze .indice.scadenzario h2 {
  font-size: 17px;
  margin-top: 0;
}
#scadenzario .next-scadenze .indice.scadenzario h2 a {
  display: block;
  color: #002e54;
  font-weight: bold;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
}
#scadenzario .next-scadenze .indice.scadenzario h5 {
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 992px) {
  #scadenzario .next-scadenze {
    padding-bottom: 20px;
  }
  #scadenzario .next-scadenze .indice.scadenzario .voce {
    text-align: center;
    padding: 10px 0;
    border-bottom: 0;
  }
  #scadenzario .next-scadenze .indice.scadenzario .voce h2 {
    font-size: 16px;
  }
  #scadenzario .next-scadenze .indice.scadenzario .voce h2 a {
    line-height: 20px;
    max-height: 40px;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  #scadenzario .next-scadenze .indice.scadenzario .voce h5 {
    font-size: 16px;
  }
}

.buy {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 7 !important;
  background-color: #b6161d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 2px 5px;
}
.buy i {
  margin-left: 3px;
  margin-right: 0 !important;
  font-size: 15px !important;
}

.dlshop {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.dlshop li:before {
  content: "\f0f6";
  margin-right: 10px;
  font-size: 16px;
  font-family: "FontAwesome";
}
.quotidiano .dlshop li:before, .sez-princ-2 .dlshop li:before, .sezione-2 .dlshop li:before, .dlshop li:before.sez-2 {
  color: #3566a5;
}
.rivista .dlshop li:before, .sez-princ-3 .dlshop li:before, .sezione-3 .dlshop li:before, .dlshop li:before.sez-3 {
  color: #2797bc;
}
.lavoro .dlshop li:before, .sez-princ-87 .dlshop li:before, .sezione-87 .dlshop li:before, .dlshop li:before.sez-87 {
  color: #00b0b2;
}
.formazione .dlshop li:before, .sez-princ-4 .dlshop li:before, .sezione-4 .dlshop li:before, .dlshop li:before.sez-4 {
  color: #79a849;
}
.libreria .dlshop li:before, .sez-princ-5 .dlshop li:before, .sezione-5 .dlshop li:before, .dlshop li:before.sez-5 {
  color: #27762b;
}
.esperto .dlshop li:before, .sez-princ-7 .dlshop li:before, .sezione-7 .dlshop li:before, .dlshop li:before.sez-7 {
  color: #d48f0b;
}
#fiscaltv .dlshop li:before, .sez-princ-6 .dlshop li:before, .sezione-6 .dlshop li:before, .dlshop li:before.sez-6 {
  color: #b6161d;
}
.giurisprudenza .dlshop li:before, .sez-princ-10 .dlshop li:before, .sezione-10 .dlshop li:before, .dlshop li:before.sez-10 {
  color: #485b67;
}
.revisione .dlshop li:before, .sez-princ-212 .dlshop li:before, .sezione-212 .dlshop li:before, .dlshop li:before.sez-212 {
  color: #4587a3;
}
.play .dlshop li:before, .sez-princ-201 .dlshop li:before, .sez-princ-228 .dlshop li:before, .sezione-201 .dlshop li:before, .sezione-228 .dlshop li:before, .dlshop li:before.sez-228, .dlshop li:before.sez-201 {
  color: #d43b42;
}
.dlshop li .name {
  font-weight: 700;
}
.quotidiano .dlshop li .name, .sez-princ-2 .dlshop li .name, .sezione-2 .dlshop li .name, .dlshop li .name.sez-2 {
  color: #3566a5;
}
.rivista .dlshop li .name, .sez-princ-3 .dlshop li .name, .sezione-3 .dlshop li .name, .dlshop li .name.sez-3 {
  color: #2797bc;
}
.lavoro .dlshop li .name, .sez-princ-87 .dlshop li .name, .sezione-87 .dlshop li .name, .dlshop li .name.sez-87 {
  color: #00b0b2;
}
.formazione .dlshop li .name, .sez-princ-4 .dlshop li .name, .sezione-4 .dlshop li .name, .dlshop li .name.sez-4 {
  color: #79a849;
}
.libreria .dlshop li .name, .sez-princ-5 .dlshop li .name, .sezione-5 .dlshop li .name, .dlshop li .name.sez-5 {
  color: #27762b;
}
.esperto .dlshop li .name, .sez-princ-7 .dlshop li .name, .sezione-7 .dlshop li .name, .dlshop li .name.sez-7 {
  color: #d48f0b;
}
#fiscaltv .dlshop li .name, .sez-princ-6 .dlshop li .name, .sezione-6 .dlshop li .name, .dlshop li .name.sez-6 {
  color: #b6161d;
}
.giurisprudenza .dlshop li .name, .sez-princ-10 .dlshop li .name, .sezione-10 .dlshop li .name, .dlshop li .name.sez-10 {
  color: #485b67;
}
.revisione .dlshop li .name, .sez-princ-212 .dlshop li .name, .sezione-212 .dlshop li .name, .dlshop li .name.sez-212 {
  color: #4587a3;
}
.play .dlshop li .name, .sez-princ-201 .dlshop li .name, .sez-princ-228 .dlshop li .name, .sezione-201 .dlshop li .name, .sezione-228 .dlshop li .name, .dlshop li .name.sez-228, .dlshop li .name.sez-201 {
  color: #d43b42;
}
.dlshop li a:hover .name {
  font-weight: 700;
}
.quotidiano .dlshop li a:hover .name, .sez-princ-2 .dlshop li a:hover .name, .sezione-2 .dlshop li a:hover .name, .dlshop li a:hover .name.sez-2 {
  color: #3566a5;
}
.rivista .dlshop li a:hover .name, .sez-princ-3 .dlshop li a:hover .name, .sezione-3 .dlshop li a:hover .name, .dlshop li a:hover .name.sez-3 {
  color: #2797bc;
}
.lavoro .dlshop li a:hover .name, .sez-princ-87 .dlshop li a:hover .name, .sezione-87 .dlshop li a:hover .name, .dlshop li a:hover .name.sez-87 {
  color: #00b0b2;
}
.formazione .dlshop li a:hover .name, .sez-princ-4 .dlshop li a:hover .name, .sezione-4 .dlshop li a:hover .name, .dlshop li a:hover .name.sez-4 {
  color: #79a849;
}
.libreria .dlshop li a:hover .name, .sez-princ-5 .dlshop li a:hover .name, .sezione-5 .dlshop li a:hover .name, .dlshop li a:hover .name.sez-5 {
  color: #27762b;
}
.esperto .dlshop li a:hover .name, .sez-princ-7 .dlshop li a:hover .name, .sezione-7 .dlshop li a:hover .name, .dlshop li a:hover .name.sez-7 {
  color: #d48f0b;
}
#fiscaltv .dlshop li a:hover .name, .sez-princ-6 .dlshop li a:hover .name, .sezione-6 .dlshop li a:hover .name, .dlshop li a:hover .name.sez-6 {
  color: #b6161d;
}
.giurisprudenza .dlshop li a:hover .name, .sez-princ-10 .dlshop li a:hover .name, .sezione-10 .dlshop li a:hover .name, .dlshop li a:hover .name.sez-10 {
  color: #485b67;
}
.revisione .dlshop li a:hover .name, .sez-princ-212 .dlshop li a:hover .name, .sezione-212 .dlshop li a:hover .name, .dlshop li a:hover .name.sez-212 {
  color: #4587a3;
}
.play .dlshop li a:hover .name, .sez-princ-201 .dlshop li a:hover .name, .sez-princ-228 .dlshop li a:hover .name, .sezione-201 .dlshop li a:hover .name, .sezione-228 .dlshop li a:hover .name, .dlshop li a:hover .name.sez-228, .dlshop li a:hover .name.sez-201 {
  color: #d43b42;
}
.dlshop li.disabled:before {
  content: "\f023";
  color: #b6161d;
}
.dlshop li.disabled .name {
  color: #b6161d;
}

div.acquista {
  padding: 0;
  margin-top: 20px;
}
div.acquista table.acquista {
  width: 100%;
  background: #eceded;
  border-radius: 3px;
  margin-bottom: 10px;
}
div.acquista table.acquista tr {
  border-bottom: 1px solid white;
}
div.acquista table.acquista td {
  padding: 10px 0;
}
div.acquista table.acquista td.nome {
  padding: 5px 0 5px 10px;
  color: #444444;
  margin: 0;
  margin-right: 5%;
}
div.acquista table.acquista td.prezzo {
  width: 15%;
  padding: 5px 20px;
  color: #002e54;
  font-size: 20px;
  text-align: right;
}
.quotidiano div.acquista table.acquista td.prezzo, .sez-princ-2 div.acquista table.acquista td.prezzo, .sezione-2 div.acquista table.acquista td.prezzo, div.acquista table.acquista td.prezzo.sez-2 {
  color: #3566a5;
}
.rivista div.acquista table.acquista td.prezzo, .sez-princ-3 div.acquista table.acquista td.prezzo, .sezione-3 div.acquista table.acquista td.prezzo, div.acquista table.acquista td.prezzo.sez-3 {
  color: #2797bc;
}
.lavoro div.acquista table.acquista td.prezzo, .sez-princ-87 div.acquista table.acquista td.prezzo, .sezione-87 div.acquista table.acquista td.prezzo, div.acquista table.acquista td.prezzo.sez-87 {
  color: #00b0b2;
}
.formazione div.acquista table.acquista td.prezzo, .sez-princ-4 div.acquista table.acquista td.prezzo, .sezione-4 div.acquista table.acquista td.prezzo, div.acquista table.acquista td.prezzo.sez-4 {
  color: #79a849;
}
.libreria div.acquista table.acquista td.prezzo, .sez-princ-5 div.acquista table.acquista td.prezzo, .sezione-5 div.acquista table.acquista td.prezzo, div.acquista table.acquista td.prezzo.sez-5 {
  color: #27762b;
}
.esperto div.acquista table.acquista td.prezzo, .sez-princ-7 div.acquista table.acquista td.prezzo, .sezione-7 div.acquista table.acquista td.prezzo, div.acquista table.acquista td.prezzo.sez-7 {
  color: #d48f0b;
}
#fiscaltv div.acquista table.acquista td.prezzo, .sez-princ-6 div.acquista table.acquista td.prezzo, .sezione-6 div.acquista table.acquista td.prezzo, div.acquista table.acquista td.prezzo.sez-6 {
  color: #b6161d;
}
.giurisprudenza div.acquista table.acquista td.prezzo, .sez-princ-10 div.acquista table.acquista td.prezzo, .sezione-10 div.acquista table.acquista td.prezzo, div.acquista table.acquista td.prezzo.sez-10 {
  color: #485b67;
}
.revisione div.acquista table.acquista td.prezzo, .sez-princ-212 div.acquista table.acquista td.prezzo, .sezione-212 div.acquista table.acquista td.prezzo, div.acquista table.acquista td.prezzo.sez-212 {
  color: #4587a3;
}
.play div.acquista table.acquista td.prezzo, .sez-princ-201 div.acquista table.acquista td.prezzo, .sez-princ-228 div.acquista table.acquista td.prezzo, .sezione-201 div.acquista table.acquista td.prezzo, .sezione-228 div.acquista table.acquista td.prezzo, div.acquista table.acquista td.prezzo.sez-228, div.acquista table.acquista td.prezzo.sez-201 {
  color: #d43b42;
}
div.acquista table.acquista td.form {
  text-align: center;
  width: 20%;
}
div.acquista table.acquista td.form input.submit {
  padding: 5px 20px;
  background: #002e54;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #c7c7c7;
  border: 0;
}
.quotidiano div.acquista table.acquista td.form input.submit, .sez-princ-2 div.acquista table.acquista td.form input.submit, .sezione-2 div.acquista table.acquista td.form input.submit, div.acquista table.acquista td.form input.submit.sez-2 {
  background-color: #3566a5 !important;
}
.rivista div.acquista table.acquista td.form input.submit, .sez-princ-3 div.acquista table.acquista td.form input.submit, .sezione-3 div.acquista table.acquista td.form input.submit, div.acquista table.acquista td.form input.submit.sez-3 {
  background-color: #2797bc !important;
}
.lavoro div.acquista table.acquista td.form input.submit, .sez-princ-87 div.acquista table.acquista td.form input.submit, .sezione-87 div.acquista table.acquista td.form input.submit, div.acquista table.acquista td.form input.submit.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione div.acquista table.acquista td.form input.submit, .sez-princ-4 div.acquista table.acquista td.form input.submit, .sezione-4 div.acquista table.acquista td.form input.submit, div.acquista table.acquista td.form input.submit.sez-4 {
  background-color: #79a849 !important;
}
.libreria div.acquista table.acquista td.form input.submit, .sez-princ-5 div.acquista table.acquista td.form input.submit, .sezione-5 div.acquista table.acquista td.form input.submit, div.acquista table.acquista td.form input.submit.sez-5 {
  background-color: #27762b !important;
}
.esperto div.acquista table.acquista td.form input.submit, .sez-princ-7 div.acquista table.acquista td.form input.submit, .sezione-7 div.acquista table.acquista td.form input.submit, div.acquista table.acquista td.form input.submit.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv div.acquista table.acquista td.form input.submit, .sez-princ-6 div.acquista table.acquista td.form input.submit, .sezione-6 div.acquista table.acquista td.form input.submit, div.acquista table.acquista td.form input.submit.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza div.acquista table.acquista td.form input.submit, .sez-princ-10 div.acquista table.acquista td.form input.submit, .sezione-10 div.acquista table.acquista td.form input.submit, div.acquista table.acquista td.form input.submit.sez-10 {
  background-color: #485b67 !important;
}
.revisione div.acquista table.acquista td.form input.submit, .sez-princ-212 div.acquista table.acquista td.form input.submit, .sezione-212 div.acquista table.acquista td.form input.submit, div.acquista table.acquista td.form input.submit.sez-212 {
  background-color: #4587a3 !important;
}
.play div.acquista table.acquista td.form input.submit, .sez-princ-201 div.acquista table.acquista td.form input.submit, .sez-princ-228 div.acquista table.acquista td.form input.submit, .sezione-201 div.acquista table.acquista td.form input.submit, .sezione-228 div.acquista table.acquista td.form input.submit, div.acquista table.acquista td.form input.submit.sez-201, div.acquista table.acquista td.form input.submit.sez-228 {
  background-color: #d43b42 !important;
}
div.acquista table.acquista td.form input.submit:hover {
  transform: scale(1.1);
}
div.acquista p.testo-iva {
  text-align: right;
  padding-right: 5px;
}

/*-------------------------*/
/*------ RESPONSIVE -------*/
/*-------------------------*/
@media (max-width: 768px) {
  div.acquista table.acquista td.prezzo {
    width: 25%;
  }
  div.acquista table.acquista td.form {
    padding: 10px;
  }
}
.share {
  width: 50%;
  max-height: 47px;
  float: left;
  text-align: right;
  padding-top: 6px;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
.share a {
  display: inline-block;
  padding: 5px;
  border-right: 1px solid #c7c7c7;
}
@media only screen and (max-width: 1191px) {
  .share a {
    padding: 0;
  }
}
.share a:last-child {
  border: 0;
}
.share a img {
  width: 40px;
  max-height: 30px;
  transform: scale(0.8);
  transition: all 0.2s linear;
}
.share a i {
  display: inline-block;
  width: 40px;
  max-height: 30px;
  font-size: 32px;
  color: #002e54;
  text-align: center;
  vertical-align: middle;
  transform: scale(0.8);
  transition: all 0.2s linear;
  cursor: pointer;
}
.share a:hover img,
.share a:hover i {
  transform: scale(1);
}
@media (max-width: 768px) {
  .share {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

.home-categoria .side-box,
.internal-categoria .side-box {
  background-color: #eceded;
  margin-top: 20px;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
.home-categoria .side-box h2,
.internal-categoria .side-box h2 {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-categoria .side-box a.e-learning,
.internal-categoria .side-box a.e-learning {
  display: block;
  width: 100%;
  height: 100%;
  background: #4389bd;
  color: #ffffff;
  padding: 15px 20px 20px;
  text-align: center;
  text-transform: uppercase;
}
.home-categoria .side-box a.e-learning span.ff-icon-elearning,
.internal-categoria .side-box a.e-learning span.ff-icon-elearning {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  font-size: 37px;
  margin-bottom: 10px;
}
@media (min-width: 507px) and (max-width: 992px) {
  .home-categoria .side-box a.e-learning span.ff-icon-elearning,
  .internal-categoria .side-box a.e-learning span.ff-icon-elearning {
    margin-right: 15px;
  }
}
.home-categoria .side-box a.e-learning span.ff-icon-elearning + span,
.internal-categoria .side-box a.e-learning span.ff-icon-elearning + span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.home-categoria .side-box a.e-learning:hover,
.internal-categoria .side-box a.e-learning:hover {
  background: #e86f4c;
}
.home-categoria .side-box.blue-bg,
.internal-categoria .side-box.blue-bg {
  background-color: #002e54;
  border: 0;
}
.home-categoria .side-box.blue-bg h2,
.internal-categoria .side-box.blue-bg h2 {
  color: #ffffff;
}
.home-categoria .side-box ul,
.internal-categoria .side-box ul {
  padding: 0;
  display: inline-block;
}
.home-categoria .side-box .indice,
.internal-categoria .side-box .indice {
  padding: 0 20px 60px;
}
.home-categoria .side-box .indice .voce,
.internal-categoria .side-box .indice .voce {
  padding: 20px 0 30px;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
}
.home-categoria .side-box .indice .voce:nth-child(4n),
.internal-categoria .side-box .indice .voce:nth-child(4n) {
  border: 0;
}
.home-categoria .side-box .indice .voce:nth-child(1n + 5),
.internal-categoria .side-box .indice .voce:nth-child(1n + 5) {
  display: none;
}
.home-categoria .side-box .indice .data,
.internal-categoria .side-box .indice .data {
  font-size: 15px;
}
.home-categoria .side-box .indice .buy,
.internal-categoria .side-box .indice .buy {
  top: unset;
  bottom: 5px;
  right: 0;
}
.home-categoria .side-box .indice h2,
.internal-categoria .side-box .indice h2 {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
.home-categoria .side-box .indice h2 a,
.internal-categoria .side-box .indice h2 a {
  display: block;
  color: #002e54;
  font-weight: bold;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
}
.home-categoria .side-box .indice h5,
.internal-categoria .side-box .indice h5 {
  margin-bottom: 0;
  font-size: 15px;
}
.home-categoria .side-box .indice a.segue,
.internal-categoria .side-box .indice a.segue {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #444444;
  text-transform: uppercase;
  margin-top: 20px;
}
.quotidiano .home-categoria .side-box .indice a.segue:hover, .sez-princ-2 .home-categoria .side-box .indice a.segue:hover, .sezione-2 .home-categoria .side-box .indice a.segue:hover, .home-categoria .side-box .indice a.segue:hover.sez-2, .quotidiano
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-2
.internal-categoria .side-box .indice a.segue:hover, .sezione-2
.internal-categoria .side-box .indice a.segue:hover,
.internal-categoria .side-box .indice a.segue:hover.sez-2 {
  color: #3566a5;
}
.rivista .home-categoria .side-box .indice a.segue:hover, .sez-princ-3 .home-categoria .side-box .indice a.segue:hover, .sezione-3 .home-categoria .side-box .indice a.segue:hover, .home-categoria .side-box .indice a.segue:hover.sez-3, .rivista
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-3
.internal-categoria .side-box .indice a.segue:hover, .sezione-3
.internal-categoria .side-box .indice a.segue:hover,
.internal-categoria .side-box .indice a.segue:hover.sez-3 {
  color: #2797bc;
}
.lavoro .home-categoria .side-box .indice a.segue:hover, .sez-princ-87 .home-categoria .side-box .indice a.segue:hover, .sezione-87 .home-categoria .side-box .indice a.segue:hover, .home-categoria .side-box .indice a.segue:hover.sez-87, .lavoro
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-87
.internal-categoria .side-box .indice a.segue:hover, .sezione-87
.internal-categoria .side-box .indice a.segue:hover,
.internal-categoria .side-box .indice a.segue:hover.sez-87 {
  color: #00b0b2;
}
.formazione .home-categoria .side-box .indice a.segue:hover, .sez-princ-4 .home-categoria .side-box .indice a.segue:hover, .sezione-4 .home-categoria .side-box .indice a.segue:hover, .home-categoria .side-box .indice a.segue:hover.sez-4, .formazione
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-4
.internal-categoria .side-box .indice a.segue:hover, .sezione-4
.internal-categoria .side-box .indice a.segue:hover,
.internal-categoria .side-box .indice a.segue:hover.sez-4 {
  color: #79a849;
}
.libreria .home-categoria .side-box .indice a.segue:hover, .sez-princ-5 .home-categoria .side-box .indice a.segue:hover, .sezione-5 .home-categoria .side-box .indice a.segue:hover, .home-categoria .side-box .indice a.segue:hover.sez-5, .libreria
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-5
.internal-categoria .side-box .indice a.segue:hover, .sezione-5
.internal-categoria .side-box .indice a.segue:hover,
.internal-categoria .side-box .indice a.segue:hover.sez-5 {
  color: #27762b;
}
.esperto .home-categoria .side-box .indice a.segue:hover, .sez-princ-7 .home-categoria .side-box .indice a.segue:hover, .sezione-7 .home-categoria .side-box .indice a.segue:hover, .home-categoria .side-box .indice a.segue:hover.sez-7, .esperto
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-7
.internal-categoria .side-box .indice a.segue:hover, .sezione-7
.internal-categoria .side-box .indice a.segue:hover,
.internal-categoria .side-box .indice a.segue:hover.sez-7 {
  color: #d48f0b;
}
#fiscaltv .home-categoria .side-box .indice a.segue:hover, .sez-princ-6 .home-categoria .side-box .indice a.segue:hover, .sezione-6 .home-categoria .side-box .indice a.segue:hover, .home-categoria .side-box .indice a.segue:hover.sez-6, #fiscaltv
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-6
.internal-categoria .side-box .indice a.segue:hover, .sezione-6
.internal-categoria .side-box .indice a.segue:hover,
.internal-categoria .side-box .indice a.segue:hover.sez-6 {
  color: #b6161d;
}
.giurisprudenza .home-categoria .side-box .indice a.segue:hover, .sez-princ-10 .home-categoria .side-box .indice a.segue:hover, .sezione-10 .home-categoria .side-box .indice a.segue:hover, .home-categoria .side-box .indice a.segue:hover.sez-10, .giurisprudenza
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-10
.internal-categoria .side-box .indice a.segue:hover, .sezione-10
.internal-categoria .side-box .indice a.segue:hover,
.internal-categoria .side-box .indice a.segue:hover.sez-10 {
  color: #485b67;
}
.revisione .home-categoria .side-box .indice a.segue:hover, .sez-princ-212 .home-categoria .side-box .indice a.segue:hover, .sezione-212 .home-categoria .side-box .indice a.segue:hover, .home-categoria .side-box .indice a.segue:hover.sez-212, .revisione
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-212
.internal-categoria .side-box .indice a.segue:hover, .sezione-212
.internal-categoria .side-box .indice a.segue:hover,
.internal-categoria .side-box .indice a.segue:hover.sez-212 {
  color: #4587a3;
}
.play .home-categoria .side-box .indice a.segue:hover, .sez-princ-201 .home-categoria .side-box .indice a.segue:hover, .sez-princ-228 .home-categoria .side-box .indice a.segue:hover, .sezione-201 .home-categoria .side-box .indice a.segue:hover, .sezione-228 .home-categoria .side-box .indice a.segue:hover, .home-categoria .side-box .indice a.segue:hover.sez-228, .home-categoria .side-box .indice a.segue:hover.sez-201, .play
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-201
.internal-categoria .side-box .indice a.segue:hover, .sez-princ-228
.internal-categoria .side-box .indice a.segue:hover, .sezione-201
.internal-categoria .side-box .indice a.segue:hover, .sezione-228
.internal-categoria .side-box .indice a.segue:hover,
.internal-categoria .side-box .indice a.segue:hover.sez-228,
.internal-categoria .side-box .indice a.segue:hover.sez-201 {
  color: #d43b42;
}
@media (max-width: 992px) {
  .home-categoria .side-box .indice,
  .internal-categoria .side-box .indice {
    padding-bottom: 20px;
    text-align: center;
  }
  .home-categoria .side-box .indice .voce,
  .internal-categoria .side-box .indice .voce {
    padding: 10px 0;
    border-bottom: 0;
  }
  .home-categoria .side-box .indice .voce h2,
  .internal-categoria .side-box .indice .voce h2 {
    font-size: 16px;
  }
  .home-categoria .side-box .indice .voce h2 a,
  .internal-categoria .side-box .indice .voce h2 a {
    line-height: 20px;
    max-height: 40px;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .home-categoria .side-box .indice .voce h5,
  .internal-categoria .side-box .indice .voce h5 {
    font-size: 16px;
  }
  .home-categoria .side-box .indice .buy,
  .internal-categoria .side-box .indice .buy {
    top: 0;
    right: 10%;
    bottom: unset;
  }
  .home-categoria .side-box .indice .info-notizia a.segue,
  .internal-categoria .side-box .indice .info-notizia a.segue {
    position: absolute;
    right: 0;
    bottom: 8%;
    padding: 10px 20px;
    color: #fff;
    background: #444;
  }
}
@media (max-width: 520px) {
  .home-categoria .side-box .indice .info-notizia a.segue,
  .internal-categoria .side-box .indice .info-notizia a.segue {
    position: static;
    padding: 10px 20px;
    color: #fff;
    background: #444;
  }
}

/*--- Singola news ---*/
.internal-categoria .allegati {
  display: none;
}
.internal-categoria #singola-news {
  margin-top: 20px;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
.internal-categoria #singola-news .header {
  display: inline-block;
  width: 50%;
  float: left;
  background: #002e54;
  padding: 15px 0;
  text-align: center;
}
.quotidiano .internal-categoria #singola-news .header, .sez-princ-2 .internal-categoria #singola-news .header, .sezione-2 .internal-categoria #singola-news .header, .internal-categoria #singola-news .header.sez-2 {
  background-color: #3566a5 !important;
}
.rivista .internal-categoria #singola-news .header, .sez-princ-3 .internal-categoria #singola-news .header, .sezione-3 .internal-categoria #singola-news .header, .internal-categoria #singola-news .header.sez-3 {
  background-color: #2797bc !important;
}
.lavoro .internal-categoria #singola-news .header, .sez-princ-87 .internal-categoria #singola-news .header, .sezione-87 .internal-categoria #singola-news .header, .internal-categoria #singola-news .header.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione .internal-categoria #singola-news .header, .sez-princ-4 .internal-categoria #singola-news .header, .sezione-4 .internal-categoria #singola-news .header, .internal-categoria #singola-news .header.sez-4 {
  background-color: #79a849 !important;
}
.libreria .internal-categoria #singola-news .header, .sez-princ-5 .internal-categoria #singola-news .header, .sezione-5 .internal-categoria #singola-news .header, .internal-categoria #singola-news .header.sez-5 {
  background-color: #27762b !important;
}
.esperto .internal-categoria #singola-news .header, .sez-princ-7 .internal-categoria #singola-news .header, .sezione-7 .internal-categoria #singola-news .header, .internal-categoria #singola-news .header.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv .internal-categoria #singola-news .header, .sez-princ-6 .internal-categoria #singola-news .header, .sezione-6 .internal-categoria #singola-news .header, .internal-categoria #singola-news .header.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza .internal-categoria #singola-news .header, .sez-princ-10 .internal-categoria #singola-news .header, .sezione-10 .internal-categoria #singola-news .header, .internal-categoria #singola-news .header.sez-10 {
  background-color: #485b67 !important;
}
.revisione .internal-categoria #singola-news .header, .sez-princ-212 .internal-categoria #singola-news .header, .sezione-212 .internal-categoria #singola-news .header, .internal-categoria #singola-news .header.sez-212 {
  background-color: #4587a3 !important;
}
.play .internal-categoria #singola-news .header, .sez-princ-201 .internal-categoria #singola-news .header, .sez-princ-228 .internal-categoria #singola-news .header, .sezione-201 .internal-categoria #singola-news .header, .sezione-228 .internal-categoria #singola-news .header, .internal-categoria #singola-news .header.sez-201, .internal-categoria #singola-news .header.sez-228 {
  background-color: #d43b42 !important;
}
.internal-categoria #singola-news .header h1 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.classe-sez .internal-categoria #singola-news .header {
  background-color: transparent !important;
  width: auto;
  text-align: left;
  padding: 0;
}
.classe-sez .internal-categoria #singola-news .header h1 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #444444;
}
.internal-categoria #singola-news h1 {
  font-size: 20px;
  font-weight: 700;
  color: #002e54;
  line-height: 23px;
  margin-bottom: 20px;
}
.internal-categoria #singola-news h2 {
  font-size: 17px;
  font-weight: 700;
  color: #4389bd;
  line-height: 22px;
  margin-bottom: 20px;
}
.internal-categoria #singola-news h3 {
  font-size: 16px;
  margin: 10px 0 20px;
}
.internal-categoria #singola-news h5 {
  display: block;
  margin-top: 20px;
}
.internal-categoria #singola-news .data {
  float: left;
  display: inline-block;
}
.internal-categoria #singola-news .categorie {
  float: right;
  display: inline-block;
}
.internal-categoria #singola-news .firma {
  margin-bottom: 20px;
  font-style: italic;
}
.internal-categoria #singola-news div.p {
  line-height: 1.6;
}
.internal-categoria #singola-news .allegati {
  display: block;
  margin-top: 20px;
  clear: both;
}
.internal-categoria #singola-news .allegati a {
  display: block;
  color: #002e54;
  font-size: 18px;
  text-decoration: underline;
  text-transform: uppercase;
  float: left;
}
.internal-categoria #singola-news .allegati a:before {
  content: "\61";
  font-size: 24px;
  width: 20px;
  margin-right: 15px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: text-bottom;
}
.internal-categoria #singola-news .allegati a span {
  line-height: 40px;
}
.internal-categoria #singola-news .allegati a:hover {
  color: #848484;
}
.internal-categoria #singola-news .indice {
  position: relative;
}
.internal-categoria #singola-news div.testo .p {
  text-align: justify;
}
.internal-categoria #singola-news.loading .indice:before {
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.5) url("/img/loading.gif") no-repeat 400px 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}
.internal-categoria #singola-news .immagini.img_inleft {
  width: 50%;
  float: left;
  margin-right: 20px;
}
#fiscaltv .internal-categoria #singola-news .immagini.img_inleft {
  display: none;
}
.internal-categoria #singola-news ~ .form.commento {
  margin-top: 40px;
}
.internal-categoria #singola-news ~ .form.commento label {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #002e54;
  text-transform: uppercase;
}
.internal-categoria #singola-news ~ .form.commento .asterisco {
  display: none;
}
.internal-categoria #singola-news ~ .form.commento #commento {
  display: block;
}
.internal-categoria #singola-news ~ .form.commento #commento textarea {
  width: 80%;
  margin-top: 15px;
  min-height: 150px;
}
.internal-categoria #singola-news ~ .form.commento .submit input {
  border: 0;
  background: #002e54;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 20px;
}
.internal-categoria #singola-news ~ .sottoindice.commenti .voce {
  width: 80%;
  background-color: #eceded;
  padding: 10px 20px;
  margin-top: 20px;
}
.internal-categoria #singola-news ~ .sottoindice.commenti .voce h5 span {
  display: block;
  font-weight: 700;
}
.internal-categoria #singola-news ~ .sottoindice.commenti .voce h5 span.nome {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #002e54;
}
.internal-categoria #singola-news ~ .sottoindice.commenti .voce h5 span.nome:before {
  content: "\f007";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-right: 10px;
}
.internal-categoria #singola-news ~ .sottoindice.commenti .voce h5 span.data {
  font-size: 14px;
}
@media (max-width: 768px) {
  .internal-categoria #singola-news .header {
    width: 100%;
    display: block;
  }
}
@media (max-width: 520px) {
  .internal-categoria #singola-news .immagini.img_inleft {
    width: 100%;
    float: unset;
    margin-right: 0;
  }
}

/*--- STILI FORMS ---*/
.tag-quesito form {
  float: none !important;
  clear: left;
}
.tag-quesito form textarea {
  width: 85%;
}
.tag-quesito p.quesito-registrazione {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 22px;
}

.alert.error .icon-error {
  margin-right: 10px;
}

form:not(.login) div.form fieldset {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
form:not(.login) div.form fieldset:last-child {
  border: none;
}
form:not(.login) div.form fieldset > fieldset {
  border: none;
}
form:not(.login) div.form fieldset h4 {
  line-height: 1.4;
  color: #002e54;
  font-size: 20px;
}
form:not(.login) div.form fieldset div > span {
  display: inline-block;
  width: 69%;
}
@media only screen and (max-width: 580px) {
  form:not(.login) div.form fieldset div > span {
    width: 100%;
  }
}
form:not(.login) div.form fieldset div > span input {
  width: 100%;
  margin-top: 10px;
}
form:not(.login) div.form fieldset div > span input:disabled {
  background: #eee;
}
form:not(.login) div.form fieldset div > span select {
  width: 100%;
  background: #ffffff;
  margin-top: 10px;
}
@media only screen and (max-width: 580px) {
  form:not(.login) div.form fieldset div > span {
    width: 100%;
    float: none;
  }
  form:not(.login) div.form fieldset div > span input,
  form:not(.login) div.form fieldset div > span select {
    margin-top: 0;
  }
}
form:not(.login) div.form fieldset div.omaggio > span {
  width: 30% !important;
}
form:not(.login) div.form fieldset div.omaggio label {
  width: 69% !important;
}
form:not(.login) div.form fieldset div span.help {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 13px;
  margin: 5px 0;
}
form:not(.login) div.form fieldset div label {
  display: inline-block;
  margin-left: 0;
  font-weight: 300;
  vertical-align: middle;
  width: 30%;
}
@media only screen and (max-width: 580px) {
  form:not(.login) div.form fieldset div label {
    width: 100%;
    float: none;
  }
}
form:not(.login) div.form fieldset div span.submit {
  display: block;
  width: 100%;
  float: none;
  text-align: center;
  margin: 22px auto;
}
form:not(.login) div.form fieldset div span.submit input.submit {
  width: 35%;
  height: 45px;
  text-transform: uppercase;
  border-color: #002e54;
  background: #002e54;
  color: #fff;
  border-radius: 4px;
}
form:not(.login) div.form fieldset div span.submit input.submit:hover {
  border: 1px solid #ddd;
  background: #ddd;
  color: #002e54;
}
form:not(.login) div.form fieldset div #testo textarea {
  width: 85%;
  height: 150px;
  margin: 20px 0 5px;
}
form:not(.login) .privacy #privacy input {
  display: inline;
  margin: 0 0 0 5px;
}
form:not(.login) .privacy .informativa {
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 150px;
  overflow: auto;
  color: #999;
  line-height: 1.3;
}
form:not(.login) .privacy span.submit {
  display: block;
  width: 100%;
  float: none;
  text-align: center;
  margin: 22px auto;
}
form:not(.login) .privacy span.submit input.submit {
  width: 35%;
  height: 45px;
  text-transform: uppercase;
  border-color: #002e54;
  background: #002e54;
  color: #fff;
}
form:not(.login) .privacy span.submit input.submit:hover {
  border: 1px solid #ddd;
  background: #ddd;
  color: #002e54;
}

#box-login-cart .card img {
  width: inherit;
}

.recupero-pwd ul li {
  list-style: none;
  float: right;
}
.recupero-pwd ul li a {
  color: #002e54;
  text-decoration: underline;
}
.recupero-pwd ul li a:hover {
  text-decoration: none;
}

.message-abbonato {
  clear: both;
}
.message-abbonato.bloccata h2 {
  display: block;
  color: #b10000 !important;
  font-size: 20px !important;
}
.message-abbonato.bloccata h2:before {
  display: inline-block;
  content: "\f023";
  font-family: "FontAwesome";
  font-size: 22px;
  margin-right: 10px;
}
.message-abbonato .gia-abbonato {
  margin-top: 20px;
}
.message-abbonato .gia-abbonato h3 {
  color: #666;
  font-size: 20px !important;
}
.message-abbonato .gia-abbonato h3.title {
  font-size: 22px !important;
  color: #002e54;
}
.message-abbonato .non-abbonato {
  margin-top: 20px;
}
.message-abbonato .non-abbonato h3 {
  color: #666;
  font-size: 20px !important;
}
.message-abbonato .non-abbonato h3.title {
  font-size: 22px !important;
  color: #002e54;
}
.message-abbonato .non-abbonato .button {
  display: block;
  width: 35%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  border-color: #002e54;
  background: #002e54;
  color: #fff;
  border-radius: 4px;
  margin: 20px auto;
}
.message-abbonato .non-abbonato .button:hover {
  border: 1px solid #ddd;
  background: #ddd;
  color: #002e54;
  text-decoration: none;
}
.message-abbonato .form .login-internal form label {
  margin-left: 0;
  font-weight: 300;
  vertical-align: middle;
  width: 30%;
  margin-top: 10px;
  font-size: 17px;
}
@media only screen and (max-width: 580px) {
  .message-abbonato .form .login-internal form label {
    width: 100%;
    float: none;
  }
}
.message-abbonato .form .login-internal form span.submit {
  display: block;
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 15px;
}
.message-abbonato .form .login-internal form span.submit input.submit {
  width: 35%;
  height: 45px;
  text-transform: uppercase;
  border-color: #002e54;
  background: #002e54;
  color: #fff;
  border-radius: 4px;
}
.message-abbonato .form .login-internal form span.submit input.submit:hover {
  border: 1px solid #ddd;
  background: #ddd;
  color: #002e54;
}
.message-abbonato .form .login-internal form fieldset div > input {
  width: 60%;
}
.message-abbonato .form .login-internal form fieldset div > a.recupero {
  width: 90%;
  display: block;
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
  color: #002e54;
}
.message-abbonato .form .login-internal form fieldset div > a.recupero:hover {
  text-decoration: underline;
}
.message-abbonato .form .login-internal form fieldset h4 {
  color: #002e54;
}
.message-abbonato .form .login-internal form fieldset.sinistra span.submit {
  text-align: center;
  margin-top: 15px;
}
.message-abbonato .form .login-internal form fieldset.sinistra ul.form {
  width: 95%;
  padding: 0;
  padding-left: 15px;
  margin-top: 25px;
  list-style: none;
  text-align: right;
}
.message-abbonato .form .login-internal form fieldset.sinistra ul.form li a {
  color: #002e54;
  text-decoration: underline;
}
.message-abbonato .form .login-internal form fieldset.sinistra ul.form li a:hover {
  text-decoration: none;
}
.message-abbonato .form .login-internal form fieldset.destra .reg-testo h2 {
  font-size: 24px;
}
.message-abbonato .form .login-internal form fieldset.destra .reg-testo p {
  font-size: 20px;
}
.message-abbonato .form .login-internal form fieldset.destra .reg-testo ~ div ul.form {
  list-style: none;
  width: 100%;
  padding: 0;
}
.message-abbonato .form .login-internal form fieldset.destra .reg-testo ~ div ul.form a {
  display: block;
  width: 35%;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  text-transform: uppercase;
  border-color: #333;
  background: #333;
  color: #f6f6f6;
  text-align: center;
}
.message-abbonato .form .login-internal form fieldset.destra .reg-testo ~ div ul.form a:hover {
  border: 1px solid #333333;
  background: #f6f6f6;
  color: #333333;
  text-decoration: none;
}

.forms-validation-message i.icon-error {
  padding: 3px;
  vertical-align: middle;
  width: inherit;
  position: absolute;
  margin-top: 13px;
  color: #b10000;
}

form#config {
  margin-left: 0;
}
form#config span.help {
  display: block;
  width: 100%;
  background-color: #eceded;
  margin: 15px 0;
  padding: 15px 5px;
}
form#config fieldset > div {
  margin-bottom: 10px;
}
form#config fieldset > div input[type="color"] {
  margin-top: 0;
  padding: 8px 10px;
  background-color: #f4f6f7;
  border: none;
  height: 35px;
}
form#config #reset {
  width: auto;
  height: 45px;
  text-transform: uppercase;
  border-color: #002e54;
  background: #002e54;
  color: #fff;
  border-radius: 4px;
  margin: 20px auto;
}
form#config #reset:hover {
  border: 1px solid #ddd;
  background: #ddd;
  color: #002e54;
}
form#config textarea.code {
  width: 85%;
  height: 150px;
}
form#config input.submit {
  width: auto;
}

@media (max-width: 1024px) {
  input[type="text"],
  input[type="email"],
  input[type="number"],
  textarea {
    border: 1px solid #c7c7c7;
  }
}
#topbar {
  width: 100%;
  height: auto;
  background-color: #eceded;
  padding: 0 50px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px -2px #c7c7c7;
  -moz-box-shadow: 0px 2px 5px -2px #c7c7c7;
  box-shadow: 0px 2px 5px -2px #c7c7c7;
  position: fixed;
  top: 0;
  z-index: 12;
  transition: all 0.35s ease-in-out;
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
#topbar.fixed li,
#topbar.fixed a {
  font-size: 11px;
  pointer-events: all;
}
#topbar.fixed > * {
  margin: 4px 0;
}
#topbar.fixed .login .btn, #topbar.fixed .login #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce #topbar.fixed .login a.segue, #topbar.fixed .login #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce #topbar.fixed .login .segue {
  padding: 11px 5vw 11px 15px;
}
@media (max-width: 1295px) {
  #topbar.fixed .login .btn, #topbar.fixed .login #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce #topbar.fixed .login a.segue, #topbar.fixed .login #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce #topbar.fixed .login .segue {
    font-size: 0;
    padding: 11px 15px;
  }
}
#topbar ul {
  display: block;
  list-style: none;
  margin-bottom: 0;
}
#topbar ul li {
  text-transform: uppercase;
  display: inline-block;
}
#topbar li,
#topbar a {
  font-size: 12px;
  transition: all 0.35s ease-in-out;
  pointer-events: all;
}
#topbar > * {
  margin: 6px 0;
  transition: all 0.35s ease-in-out;
}
#topbar .login {
  margin: 0;
  text-transform: uppercase;
  position: relative;
}
#topbar .login .btn, #topbar .login #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce #topbar .login a.segue, #topbar .login #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce #topbar .login .segue {
  border-radius: 0;
  padding: 13px 5vw 13px 15px;
  background-color: #4389bd;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 1295px) {
  #topbar .login .btn, #topbar .login #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce #topbar .login a.segue, #topbar .login #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce #topbar .login .segue {
    font-size: 0;
    padding: 13px 15px;
  }
}
#topbar .login .btn:hover, #topbar .login #evidenza-internal .indice .voce a.segue:hover, #evidenza-internal .indice .voce #topbar .login a.segue:hover, #topbar .login #portale-fiscaltv .voce .segue:hover, #portale-fiscaltv .voce #topbar .login .segue:hover {
  background-color: #356e98;
  color: #ffffff;
}
#topbar .login span.circle {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 1295px) {
  #topbar .login span.circle {
    margin-right: 0;
  }
}
#topbar .login i {
  font-size: 14px;
  cursor: pointer;
  line-height: 23px;
}
#topbar .login #login-dropdown {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #002e54;
  padding: 10px 20px 15px 15px;
}
#topbar .login #login-dropdown ul {
  list-style: none;
  padding: 0;
}
#topbar .login #login-dropdown li {
  display: block;
  margin-top: 10px;
}
#topbar .login #login-dropdown li.first:before {
  display: inline-block;
  width: 30px;
  content: "\f2bb";
  font-size: 18px;
  font-family: "FontAwesome";
  margin-right: 5px;
}
#topbar .login #login-dropdown li.first + li:before {
  display: inline-block;
  width: 30px;
  content: "\f03a";
  font-size: 18px;
  font-family: "FontAwesome";
  margin-right: 5px;
}
#topbar .login #login-dropdown li a {
  color: #ffffff;
  font-size: 16px;
}
#topbar .login #login-dropdown li input.logout {
  width: 100%;
  height: 30px;
  border: none;
  margin-top: 15px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #4389bd;
}
#topbar .login #login-dropdown li input.logout:hover {
  background-color: #e86f4c;
  color: #ffffff;
}
#topbar .login #login-dropdown div.recupero-pwd li a {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
}
#topbar .login #login-dropdown div.recupero-pwd li a:hover {
  text-decoration: underline;
}
#topbar .login #login-dropdown div.recupero-pwd li:before {
  display: none;
}
#topbar .login #login-dropdown form.login {
  color: #ffffff;
}
#topbar .login #login-dropdown form.login p.login-fallito {
  color: #b10000;
}
#topbar .login #login-dropdown form.login p.login-fallito:before {
  content: "\f071";
  width: 25px;
  height: 25px;
  font-family: "FontAwesome";
  margin-right: 5px;
}
#topbar .login #login-dropdown form.login fieldset div {
  margin-top: 15px;
}
#topbar .login #login-dropdown form.login fieldset div:first-child {
  margin-top: 5px;
}
#topbar .login #login-dropdown form.login fieldset div:nth-child(3) {
  margin-top: 25px;
}
#topbar .login #login-dropdown form.login fieldset div a.recupero {
  display: block;
  padding: 5px 0;
  text-align: right;
  color: #ffffff;
}
#topbar .login #login-dropdown form.login fieldset div a.recupero:hover {
  text-decoration: underline;
}
#topbar .login #login-dropdown form.login fieldset label {
  font-weight: 400;
  text-transform: none;
}
#topbar .login #login-dropdown form.login fieldset input {
  width: 100%;
  height: 30px;
  border: none;
  color: #444444;
}
#topbar .login #login-dropdown form.login fieldset input.submit {
  background-color: #ffffff;
  color: #4389bd;
  text-transform: uppercase;
}
#topbar .login #login-dropdown form.login fieldset input.submit:hover {
  background-color: #e86f4c;
  color: #ffffff;
}
#topbar .reg {
  padding: 0 20px 11px;
  text-transform: uppercase;
  border-left: 1px solid #c7c7c7;
}
#topbar .reg a {
  display: block;
  padding-top: 11px;
}
#topbar .cart {
  padding: 8px 20px;
  border-left: 1px solid #c7c7c7;
}
#topbar .cart #shop a {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 45px;
  border-radius: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #4389bd;
  font-size: 16px;
  font-weight: 400;
}
#topbar .cart #shop a:before {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: -200%;
  margin-right: 20px;
  content: "\f07a";
  font-family: FontAwesome;
  border-radius: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #4389bd;
  font-size: 16px;
  font-weight: 400;
}
#topbar .cart #dialog-modal {
  display: none !important;
}
#topbar .search {
  padding: 8px 20px 0;
}
#topbar .search span.circle {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  text-align: center;
  float: right;
  cursor: pointer;
}
#topbar .search i {
  font-size: 14px;
  line-height: 23px;
}
#topbar .search .ricerca {
  margin-top: -1px;
  margin-right: 10px;
  float: left;
}
#topbar .search .ricerca button {
  height: 25px;
  cursor: pointer;
  background-color: #4389bd;
  color: transparent;
  border: none;
  float: right;
}
#topbar .search .ricerca button i {
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
}
#topbar .search .ricerca button:hover {
  background-color: #2f6085;
}
#topbar .search .ricerca input {
  border-color: transparent !important;
}
#topbar .menu-sup ul {
  padding-left: 0;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -ms-padding-end: 20px;
}
#topbar .menu-sup li {
  padding: 11px 0.5vw;
}
#topbar .menu-sup li a {
  color: #444444;
  font-weight: 300;
}
#topbar div.abbonati a {
  background: #e86f4c;
  color: #ffffff;
  font-size: 14px;
}
#topbar div.abbonati a:hover {
  background: #b73b17;
}
#topbar .logo-world {
  height: 42px;
  display: none;
  pointer-events: none;
}
#topbar .logo-world img {
  width: auto;
  height: 30px;
  margin-top: 6px;
}
@media (max-width: 1295px) {
  #topbar .login #login-dropdown {
    width: 250px;
    left: unset;
  }
}
@media (max-width: 1024px) {
  #topbar {
    margin-bottom: 15px;
  }
  #topbar #menu-trigger {
    font-size: 28px;
    position: absolute;
    top: -40px;
  }
  .alert #topbar #menu-trigger {
    top: 4px;
  }
}
@media (max-width: 992px) {
  #topbar .login .btn, #topbar .login #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce #topbar .login a.segue, #topbar .login #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce #topbar .login .segue {
    font-size: 0;
    padding: 13px 15px;
  }
}
@media (max-width: 768px) {
  #topbar {
    padding: 0 20px;
  }
  #topbar #menu-trigger {
    left: 20px;
  }
}
@media (max-width: 520px) {
  #topbar {
    padding: 0 10px;
  }
  #topbar #menu-trigger {
    left: 10px;
  }
}

#fiscaltv {
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
#fiscaltv #center-column {
  width: calc(80% - 15px);
}
#fiscaltv #right-column {
  width: 20%;
}
#fiscaltv #primo-piano {
  height: auto;
  box-shadow: 0px 1px 1px #dededd;
}
#fiscaltv .home-categoria .gray-box {
  padding: 0 10px 10px;
}
#fiscaltv .home-categoria .title {
  background: #b6161d;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 -10px 10px;
}
#fiscaltv .home-categoria .indice {
  padding: 0 !important;
}
#fiscaltv .home-categoria .indice .voce:first-child {
  border: 0 !important;
  padding: 0 !important;
}
#fiscaltv .home-categoria .indice .voce .immagini dl {
  margin-bottom: 0;
}
#fiscaltv .home-categoria .indice .video-img {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
#fiscaltv .home-categoria .indice .video-img a {
  display: block;
}
#fiscaltv .home-categoria .indice .video-img a:before {
  content: "\f04b";
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  color: #b6161d;
  text-align: center;
  font-size: 26px;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  line-height: 45px;
  padding-left: 2px;
}
#fiscaltv .home-categoria .indice .info-video {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
#fiscaltv .home-categoria .indice .info-video h5 {
  margin-bottom: 15px;
}
#fiscaltv .home-categoria .indice .info-video h2 {
  font-size: 20px;
  display: block;
  font-weight: bold;
  line-height: 21px;
  text-transform: uppercase;
}
#fiscaltv .home-categoria .indice .info-video h2 a {
  color: #002e54;
}
#fiscaltv .home-categoria .indice .info-video h3 {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}
#fiscaltv .home-categoria .indice .info-video h4 {
  display: none;
}
#fiscaltv .home-categoria a.segue {
  display: block;
  width: calc(60% - 25px);
  float: right;
  font-size: 15px;
  font-weight: 700;
  color: #444444;
  text-transform: uppercase;
  margin-top: 20px;
  background-color: #eceded;
  text-align: right;
  padding: 10px 20px;
}
.quotidiano #fiscaltv .home-categoria a.segue:hover, .sez-princ-2 #fiscaltv .home-categoria a.segue:hover, .sezione-2 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-2 {
  color: #3566a5;
}
.rivista #fiscaltv .home-categoria a.segue:hover, .sez-princ-3 #fiscaltv .home-categoria a.segue:hover, .sezione-3 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-3 {
  color: #2797bc;
}
.lavoro #fiscaltv .home-categoria a.segue:hover, .sez-princ-87 #fiscaltv .home-categoria a.segue:hover, .sezione-87 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-87 {
  color: #00b0b2;
}
.formazione #fiscaltv .home-categoria a.segue:hover, .sez-princ-4 #fiscaltv .home-categoria a.segue:hover, .sezione-4 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-4 {
  color: #79a849;
}
.libreria #fiscaltv .home-categoria a.segue:hover, .sez-princ-5 #fiscaltv .home-categoria a.segue:hover, .sezione-5 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-5 {
  color: #27762b;
}
.esperto #fiscaltv .home-categoria a.segue:hover, .sez-princ-7 #fiscaltv .home-categoria a.segue:hover, .sezione-7 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-7 {
  color: #d48f0b;
}
#fiscaltv #fiscaltv .home-categoria a.segue:hover, .sez-princ-6 #fiscaltv .home-categoria a.segue:hover, .sezione-6 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-6 {
  color: #b6161d;
}
.giurisprudenza #fiscaltv .home-categoria a.segue:hover, .sez-princ-10 #fiscaltv .home-categoria a.segue:hover, .sezione-10 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-10 {
  color: #485b67;
}
.revisione #fiscaltv .home-categoria a.segue:hover, .sez-princ-212 #fiscaltv .home-categoria a.segue:hover, .sezione-212 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-212 {
  color: #4587a3;
}
.play #fiscaltv .home-categoria a.segue:hover, .sez-princ-201 #fiscaltv .home-categoria a.segue:hover, .sez-princ-228 #fiscaltv .home-categoria a.segue:hover, .sezione-201 #fiscaltv .home-categoria a.segue:hover, .sezione-228 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-228, #fiscaltv .home-categoria a.segue:hover.sez-201 {
  color: #d43b42;
}
.quotidiano #fiscaltv .home-categoria a.segue:hover, .sez-princ-2 #fiscaltv .home-categoria a.segue:hover, .sezione-2 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-2 {
  background-color: #3566a5 !important;
}
.rivista #fiscaltv .home-categoria a.segue:hover, .sez-princ-3 #fiscaltv .home-categoria a.segue:hover, .sezione-3 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-3 {
  background-color: #2797bc !important;
}
.lavoro #fiscaltv .home-categoria a.segue:hover, .sez-princ-87 #fiscaltv .home-categoria a.segue:hover, .sezione-87 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione #fiscaltv .home-categoria a.segue:hover, .sez-princ-4 #fiscaltv .home-categoria a.segue:hover, .sezione-4 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-4 {
  background-color: #79a849 !important;
}
.libreria #fiscaltv .home-categoria a.segue:hover, .sez-princ-5 #fiscaltv .home-categoria a.segue:hover, .sezione-5 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-5 {
  background-color: #27762b !important;
}
.esperto #fiscaltv .home-categoria a.segue:hover, .sez-princ-7 #fiscaltv .home-categoria a.segue:hover, .sezione-7 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv #fiscaltv .home-categoria a.segue:hover, .sez-princ-6 #fiscaltv .home-categoria a.segue:hover, .sezione-6 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza #fiscaltv .home-categoria a.segue:hover, .sez-princ-10 #fiscaltv .home-categoria a.segue:hover, .sezione-10 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-10 {
  background-color: #485b67 !important;
}
.revisione #fiscaltv .home-categoria a.segue:hover, .sez-princ-212 #fiscaltv .home-categoria a.segue:hover, .sezione-212 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-212 {
  background-color: #4587a3 !important;
}
.play #fiscaltv .home-categoria a.segue:hover, .sez-princ-201 #fiscaltv .home-categoria a.segue:hover, .sez-princ-228 #fiscaltv .home-categoria a.segue:hover, .sezione-201 #fiscaltv .home-categoria a.segue:hover, .sezione-228 #fiscaltv .home-categoria a.segue:hover, #fiscaltv .home-categoria a.segue:hover.sez-201, #fiscaltv .home-categoria a.segue:hover.sez-228 {
  background-color: #d43b42 !important;
}
#fiscaltv .home-categoria .playlist {
  margin-top: 40px;
  display: inline-block;
  padding: 0;
  box-shadow: 0px 1px 1px #dededd;
}
#fiscaltv .home-categoria .playlist .primo {
  width: 40%;
  display: inline-block;
}
#fiscaltv .home-categoria .playlist .primo .video-img {
  width: 100%;
  display: block;
}
#fiscaltv .home-categoria .playlist .primo .info-video {
  display: block;
  padding: 0;
  padding-left: 5px;
  margin-top: 10px;
}
#fiscaltv .home-categoria .playlist .primo .info-video h5 {
  margin: 0 !important;
}
#fiscaltv .home-categoria .playlist .primo .info-video h2 {
  margin-top: 10px;
}
#fiscaltv .home-categoria .playlist .list {
  width: calc(60% - 25px);
  margin-left: 25px;
  padding: 5px 5px 5px 15px;
  display: inline-block;
  vertical-align: top;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: -1px 0 0px #c7c7c7;
}
#fiscaltv .home-categoria .playlist .list .voce {
  margin-bottom: 10px;
}
#fiscaltv .home-categoria .playlist .list .video-img {
  width: 30%;
}
#fiscaltv .home-categoria .playlist .list .video-img a:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
}
#fiscaltv .home-categoria .playlist .list .info-video {
  width: 70%;
}
#fiscaltv .home-categoria .playlist .list .info-video h5 {
  margin: 0;
  font-size: 14px;
}
#fiscaltv .home-categoria .playlist .list .info-video h2 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
#fiscaltv .internal-categoria #news .voce .nome-sez {
  width: 100%;
}
#fiscaltv .internal-categoria #news .voce a.segue {
  display: inline;
  width: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#fiscaltv .internal-categoria #news .voce h4 {
  display: none;
}
@media (max-width: 992px) {
  #fiscaltv #center-column {
    width: 100%;
  }
  #fiscaltv #right-column {
    display: none;
  }
  #fiscaltv .home-categoria #primo-piano .indice .video-img {
    width: 100%;
  }
  #fiscaltv .home-categoria .playlist {
    width: 100%;
  }
  #fiscaltv .home-categoria .playlist .primo,
  #fiscaltv .home-categoria .playlist .list {
    display: block;
    width: 100%;
  }
  #fiscaltv .home-categoria .playlist .dropdown-tv {
    display: block;
    width: 100%;
    background: #eceded;
    color: #444444;
    text-align: center;
    padding: 10px 0;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
  }
  #fiscaltv .home-categoria .playlist .dropdown-tv:after {
    content: "\f0d7";
    margin-left: 20px;
    font-size: 20px;
    font-family: "FontAwesome";
    right: 10%;
  }
  #fiscaltv .home-categoria .playlist .dropdown-tv.open:after {
    content: "\f0d8";
  }
  #fiscaltv .home-categoria .playlist .list {
    box-shadow: 0 -1px 0px #c7c7c7;
    margin-left: 0;
    display: none;
  }
  #fiscaltv .home-categoria .playlist a.segue {
    width: 100%;
  }
  #fiscaltv .internal-categoria #news .voce {
    padding-bottom: 45px;
  }
}

.esperto #main #center-column {
  width: calc(78% - 15px);
  display: table;
}
.esperto #main #center-column .voce {
  width: calc(50% - 10px);
  display: table-cell;
}
.esperto #main #center-column .voce:nth-child(odd) {
  clear: left;
}
.esperto #main #center-column .voce .immagini {
  display: none;
}
.esperto #main #center-column .voce .info-notizia {
  width: 100%;
}
.esperto #main #center-column .voce .p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.esperto #main #center-column .voce .dlshop li {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .esperto #main #center-column {
    display: block;
    width: 100%;
  }
  .esperto #main #center-column .voce {
    display: block;
    width: 80%;
  }
}
@media (max-width: 992px) {
  .esperto .internal-categoria #main #center-column {
    display: block;
    width: 100%;
  }
  .esperto .internal-categoria #main #center-column .voce {
    display: block;
    width: 100%;
  }
}

.prime #main #center-column {
  width: calc(78% - 15px);
}
.prime #main #center-column .voce {
  width: 100%;
}
.prime #main #center-column .voce .p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.prime #main #center-column .voce .dlshop li {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .prime #main #center-column {
    display: block;
    width: 100%;
  }
  .prime #main #center-column .voce {
    display: block;
    width: 80%;
  }
}
@media (max-width: 992px) {
  .prime .internal-categoria #main #center-column {
    display: block;
    width: 100%;
  }
  .prime .internal-categoria #main #center-column .voce {
    display: block;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .prime #primo-piano * {
    text-align: left;
  }
  .prime #primo-piano .voce .segue {
    position: static !important;
    float: right;
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  .prime #primo-piano * {
    text-align: center;
  }
}

.video {
  /*-------------------------*/
  /*------ RESPONSIVE -------*/
  /*-------------------------*/
}
.video .internal-categoria #main #center-column {
  width: calc(80% - 15px);
}
.video .internal-categoria #main #right-column {
  width: 20%;
}
.video .internal-categoria #main #primo-piano {
  border: 0;
  height: auto;
}
.video .internal-categoria #main #news .videogallery .voce .immagini {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.video .internal-categoria #main #news .videogallery .voce .immagini a {
  display: block;
}
.video .internal-categoria #main #news .videogallery .voce .immagini a:before {
  content: "\f04b";
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  color: #b6161d;
  text-align: center;
  font-size: 26px;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  line-height: 45px;
  padding-left: 2px;
}
.video .internal-categoria #main #news .videogallery .voce .info-notizia {
  width: calc(50% - 15px);
}
@media (max-width: 992px) {
  .video .paragrafo iframe {
    width: 100%;
  }
  .video .internal-categoria #main #center-column {
    width: 100%;
  }
  .video .internal-categoria #main #right-column {
    display: none;
  }
}

.internal #main #center-column {
  width: calc(80% - 15px);
  margin-top: 20px;
}
.internal #main #right-column {
  width: 20%;
}
.internal #main h1 {
  font-size: 22px;
  font-weight: 400;
  color: #444444;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.internal #main h2 {
  font-size: 20px;
}
.internal #main h3 {
  font-size: 18px;
}
.internal #main .testi-internal .paragrafo {
  width: 100%;
  border: 1px solid #c7c7c7;
  padding: 10px;
  margin-top: 20px;
}
.internal #main .testi-internal .paragrafo h2 {
  font-size: 18px;
  display: block;
  padding: 5px 10px;
  background: #002e54;
  color: #ffffff;
  margin: 0 0 15px;
}
.internal #main .testi-internal.col-sm-12 {
  clear: both;
}
.internal #main .testi-internal.col-sm-12 .paragrafo {
  width: calc(50% - 15px);
  height: 170px;
  float: left;
}
.internal #main .testi-internal.col-sm-12 .paragrafo:nth-child(odd) {
  margin-right: 15px;
}
.internal #main .media-internal .paragrafo h2 {
  display: none;
}
.internal #main .media-internal .paragrafo iframe {
  width: 100%;
}

body.abbonamenti #main #center-column {
  width: 100%;
}
body.abbonamenti #main .immagini {
  margin-top: 20px;
}
body.abbonamenti #main .immagini img {
  width: auto;
  max-width: 100%;
}
body.abbonamenti #main .indice.abb {
  display: flex;
  flex-wrap: wrap;
}
body.abbonamenti #main .indice.abb .voce.abb {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  body.abbonamenti #main .indice.abb .voce.abb:nth-child(3n - 2) {
    padding-left: 0;
    padding-right: 30px;
  }
  body.abbonamenti #main .indice.abb .voce.abb:nth-child(3n) {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 680px) and (max-width: 1024px) {
  body.abbonamenti #main .indice.abb .voce.abb {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.abbonamenti #main .indice.abb .voce.abb:nth-child(2n + 1) {
    padding-left: 0;
    padding-right: 30px;
  }
  body.abbonamenti #main .indice.abb .voce.abb:nth-child(2n) {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 679px) {
  body.abbonamenti #main .indice.abb .voce.abb {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento {
  box-shadow: 0px 1px 2px #c7c7c7;
  margin: 20px 0;
  height: 100%;
  padding: 0 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento * {
  flex: 1 0 auto;
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento .nome-abb {
  width: calc(100% + 30px);
  margin-bottom: 20px;
  text-align: center;
  background: #4389bd;
  margin-left: -15px;
  max-height: 54px;
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento .nome-abb h2 {
  margin: 0;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  line-height: 54px;
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento .paragrafo iframe {
  width: 100%;
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento .durata {
  margin: 20px 0;
  font-size: 20px;
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista {
  margin-top: 0;
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista .prezzo {
  font-size: 20px;
  font-weight: bolder;
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista .btn, body.abbonamenti #main #evidenza-internal .indice.abb .voce.abb .abbonamento div.acquista a.segue, #evidenza-internal body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista a.segue, body.abbonamenti #main .indice.abb #portale-fiscaltv .voce.abb .abbonamento div.acquista .segue, #portale-fiscaltv body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista .segue {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 19px;
  background-color: #e86f4c;
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista .btn:before, body.abbonamenti #main #evidenza-internal .indice.abb .voce.abb .abbonamento div.acquista a.segue:before, #evidenza-internal body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista a.segue:before, body.abbonamenti #main .indice.abb #portale-fiscaltv .voce.abb .abbonamento div.acquista .segue:before, #portale-fiscaltv body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista .segue:before {
  content: "\f07a";
  font-family: FontAwesome;
  color: #ffffff;
  font-weight: 400;
  margin-right: 15px;
}
body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista .btn:hover, body.abbonamenti #main #evidenza-internal .indice.abb .voce.abb .abbonamento div.acquista a.segue:hover, #evidenza-internal body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista a.segue:hover, body.abbonamenti #main .indice.abb #portale-fiscaltv .voce.abb .abbonamento div.acquista .segue:hover, #portale-fiscaltv body.abbonamenti #main .indice.abb .voce.abb .abbonamento div.acquista .segue:hover {
  background-color: #b73b17;
  color: #ffffff;
}
body.abbonamenti #main .indice.abb .voce.abb .allegati {
  display: block;
  margin-top: 20px;
  clear: both;
}
body.abbonamenti #main .indice.abb .voce.abb .allegati a {
  display: block;
  color: #002e54;
  font-size: 18px;
  text-decoration: underline;
  text-transform: uppercase;
}
body.abbonamenti #main .indice.abb .voce.abb .allegati a:before {
  content: "a";
  width: 20px;
  height: 40px;
  font-size: 26px;
  margin-right: 15px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  line-height: 38px;
}
body.abbonamenti #main .indice.abb .voce.abb .allegati a span {
  line-height: 40px;
}
body.abbonamenti #main .indice.abb .voce.abb .allegati a:hover {
  color: #848484;
}

/* Stili per menu mobile */
@media (max-width: 1024px) {
  #menu-mobile {
    width: calc(100%);
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1000;
    background-color: #eceded;
    padding: 0 50px;
    margin: 0;
  }
  #menu-mobile #menu-container {
    display: none;
    width: 100%;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
  }
  #menu-mobile #menu-container .ricerca {
    height: 57px;
    border-bottom: 1px solid #eceded;
  }
  #menu-mobile #menu-container .ricerca input.text {
    width: calc(100% - 57px);
    height: 47px;
    font-size: 18px;
    display: inline-block;
  }
  #menu-mobile #menu-container .ricerca button {
    width: 57px;
    height: 57px;
    border: 0;
    border-left: 1px solid #eceded;
    box-shadow: 0;
    background: transparent;
  }
  #menu-mobile #menu-container .ricerca button i {
    color: #002e54;
    font-size: 22px;
  }
  #menu-mobile #menu-container ul {
    padding: 0;
  }
  #menu-mobile #menu-container li {
    display: inline-block;
    width: 100%;
  }
  #menu-mobile #menu-container li:not(:last-child) {
    border-bottom: 1px solid #eceded;
  }
  #menu-mobile #menu-container li.sup-menu {
    border-bottom: 1px solid #eceded;
  }
  #menu-mobile #menu-container li.sup-menu span,
  #menu-mobile #menu-container li.sup-menu button {
    color: #002e54 !important;
  }
  #menu-mobile #menu-container li.sup-menu .sup a,
  #menu-mobile #menu-container li.sup-menu .sup span {
    text-transform: capitalize;
    font-size: 18px;
    color: #444444;
  }
  #menu-mobile #menu-container li a,
  #menu-mobile #menu-container li span {
    display: inline-block;
    width: calc(100% - 57px);
    height: 57px;
    line-height: 57px;
    font-size: 18px;
    text-transform: uppercase;
  }
  #menu-mobile #menu-container li a.sez-2,
  #menu-mobile #menu-container li span.sez-2 {
    color: #3566a5;
  }
  #menu-mobile #menu-container li a.sez-3,
  #menu-mobile #menu-container li span.sez-3 {
    color: #2797bc;
  }
  #menu-mobile #menu-container li a.sez-87,
  #menu-mobile #menu-container li span.sez-87 {
    color: #00b0b2;
  }
  #menu-mobile #menu-container li a.sez-4,
  #menu-mobile #menu-container li span.sez-4 {
    color: #79a849;
  }
  #menu-mobile #menu-container li a.sez-5,
  #menu-mobile #menu-container li span.sez-5 {
    color: #27762b;
  }
  #menu-mobile #menu-container li a.sez-7,
  #menu-mobile #menu-container li span.sez-7 {
    color: #d48f0b;
  }
  #menu-mobile #menu-container li a.sez-6,
  #menu-mobile #menu-container li span.sez-6 {
    color: #b6161d;
  }
  #menu-mobile #menu-container li a.sez-10,
  #menu-mobile #menu-container li span.sez-10 {
    color: #485b67;
  }
  #menu-mobile #menu-container li a.sez-212,
  #menu-mobile #menu-container li span.sez-212 {
    color: #4587a3;
  }
  #menu-mobile #menu-container li a.sez-201, #menu-mobile #menu-container li a.sez-228,
  #menu-mobile #menu-container li span.sez-201,
  #menu-mobile #menu-container li span.sez-228 {
    color: #d43b42;
  }
  #menu-mobile #menu-container li a:not(.lev1),
  #menu-mobile #menu-container li span:not(.lev1) {
    color: #444444 !important;
    text-transform: capitalize;
  }
  #menu-mobile #menu-container li a:not(.lev1) + .dropdown-btn,
  #menu-mobile #menu-container li span:not(.lev1) + .dropdown-btn {
    color: #444444 !important;
  }
  #menu-mobile #menu-container li.has-dropdown ul {
    display: none;
    padding: 0 0 0 15px;
  }
  #menu-mobile #menu-container li.has-dropdown ul .dropdown-btn {
    color: #444444 !important;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn {
    width: 57px;
    height: 57px;
    border-left: 1px solid #eceded;
    background: transparent;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-2 {
    color: #3566a5;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-3 {
    color: #2797bc;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-87 {
    color: #00b0b2;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-4 {
    color: #79a849;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-5 {
    color: #27762b;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-7 {
    color: #d48f0b;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-6 {
    color: #b6161d;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-10 {
    color: #485b67;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-212 {
    color: #4587a3;
  }
  #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-201, #menu-mobile #menu-container li.has-dropdown .dropdown-btn.sez-228 {
    color: #d43b42;
  }
  #menu-mobile #menu-container ul.sup-menu a,
  #menu-mobile #menu-container ul.sup-menu .dropdown-btn {
    color: #002e54;
  }
}
@media (max-width: 768px) {
  #menu-mobile {
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  #menu-mobile {
    padding: 0 10px;
  }
}
/*** Stili carrello ***/
.tag-carrello a.page_back {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 700;
  background: #f2f2f2;
  padding: 3px 10px;
}
.tag-carrello a.page_back span.submit {
  display: inline-block;
}
.tag-carrello a.page_back span.submit:before {
  content: "<";
  color: #11100e;
}
.tag-carrello a.page_back span.submit input {
  background: transparent;
  border: none;
  color: #11100e;
  font-size: 16px;
}
.tag-carrello a.page_back:hover span.submit input {
  text-decoration: underline;
}
.tag-carrello h1 {
  color: #002e54 !important;
  font-size: 23px !important;
}
.tag-carrello h3 {
  display: block;
  margin: 20px 0;
  padding: 0px;
}
@media (max-width: 580px) {
  .tag-carrello h3 {
    margin: 40px 0;
  }
}
.tag-carrello h3 .step {
  height: 25px;
  line-height: 25px;
}
.tag-carrello h3 .step ul {
  margin: 0px;
  padding: 0px;
}
.tag-carrello h3 .step ul li {
  display: block;
  float: left;
  margin-right: 8px;
  font-weight: lighter;
  font-size: 1em;
}
.tag-carrello h3 .step ul li.current {
  text-decoration: underline;
  font-weight: bolder;
}
.tag-carrello table th {
  padding: 8px 20px;
  background: #002e55;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.tag-carrello table th.empty {
  background: transparent;
}
.tag-carrello table td {
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}
.tag-carrello table td .prezzo {
  width: 80px;
}
@media (max-width: 768px) {
  .tag-carrello table {
    width: 100%;
    position: relative;
  }
  .tag-carrello table thead,
  .tag-carrello table tbody,
  .tag-carrello table tfoot,
  .tag-carrello table tr,
  .tag-carrello table th,
  .tag-carrello table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  .tag-carrello table thead {
    display: none;
  }
  .tag-carrello table tbody > tr {
    border: 5px solid #f2f2f2;
    margin-bottom: 20px;
  }
  .tag-carrello table td {
    padding: 15px 10px !important;
    border-bottom: 1px solid #f2f2f2 !important;
    text-align: right;
    white-space: normal;
  }
  .tag-carrello table td.nome {
    text-align: right !important;
  }
  .tag-carrello table td a {
    width: 65%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
  }
  .tag-carrello table tfoot td.nome,
  .tag-carrello table tfoot td.quantita {
    display: none;
  }
  .tag-carrello table.preview td.prezzo {
    width: 100% !important;
  }
  .tag-carrello table.preview tr.totale {
    margin-bottom: 10px;
  }
  .tag-carrello table.preview tr.totale td {
    display: none;
  }
  .tag-carrello table.preview tr.totale td.prezzo:last-child {
    display: block;
  }
}
.tag-carrello .carrello {
  padding: 15px;
}
.tag-carrello .carrello input[type="image"].image {
  display: none;
}
.tag-carrello .carrello form.aggiorna-carrello h4 {
  margin: 15px 0px 20px;
  font-size: 17px;
  color: #002e54;
  text-transform: uppercase;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti {
  width: 100%;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti input[type="image"].image {
  display: inline;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti tbody td {
  border-bottom: 1px solid #ccc;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti tbody td.azioni {
  border: 0;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti tbody tr:last-child td {
  border: 0;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .nome {
  text-align: left;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .nome a {
  color: #11100e;
  text-decoration: underline;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .nome a:hover {
  color: #4289c6;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti td.prezzo {
  padding: 0;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .quantita input {
  width: 25px;
  text-align: center;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .azioni .submit {
  transition: all 0.2s ease-out;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .azioni .submit:hover {
  transform: scale(1.2);
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .azioni .cart-submit {
  background-color: #ddd;
  border: 0;
  color: #002e54;
  font-weight: normal;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .totale {
  border: 0;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .totale td {
  background: #f2f2f2;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .totale .nome {
  font-size: 1.1em;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .totale .prezzo {
  font-size: 1.2em;
  padding: 0;
}
.tag-carrello .carrello form.aggiorna-carrello .prodotti .totale .azioni {
  background: transparent;
}
.tag-carrello .carrello form.vai-cassa {
  display: block;
  width: 100%;
  text-align: center;
}
.tag-carrello .carrello form.vai-cassa input.submit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  color: #ffffff;
  background-color: #002e54;
  font-size: 1.1em;
  font-weight: 100;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 30px 0;
}
.tag-carrello .carrello form.vai-cassa input.submit:hover {
  background: #bfbfbd;
  text-decoration: none;
}
.tag-carrello .carrello form.vai-cassa input.submit.continua {
  background-color: #1d9146;
  padding: 10px 62px;
}
.tag-carrello .carrello form.vai-cassa input.submit.continua:hover {
  background-color: #105127;
}
.tag-carrello .page_back + .carrello {
  margin-top: 0;
}
.tag-carrello .preview tbody td,
.tag-carrello .preview tfoot td {
  border-bottom: 1px solid #ccc;
}
.tag-carrello .preview tbody td.azioni,
.tag-carrello .preview tfoot td.azioni {
  border: 0;
}
.tag-carrello .preview tbody tr:last-child td,
.tag-carrello .preview tfoot tr:last-child td {
  border: 0;
}
.tag-carrello .preview tbody tr.totale,
.tag-carrello .preview tfoot tr.totale {
  background: #f2f2f2;
}
.tag-carrello .preview .nome {
  text-align: left;
}
.tag-carrello .preview .nome a {
  color: #11100e;
  text-decoration: underline;
}
.tag-carrello .preview .nome a:hover {
  color: #4289c6;
}
.tag-carrello .preview .prezzo:last-child {
  padding: 0;
  width: 25%;
}
.tag-carrello .preview input.submit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 100;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 30px 0;
  background: #4289c6;
}
.tag-carrello .preview input.submit:hover {
  background: #2b6290;
}
.tag-carrello .preview .modifica {
  text-align: center;
}
.tag-carrello .preview #acquista {
  text-align: center;
}
.tag-carrello .preview #acquista img {
  width: inherit;
}
.tag-carrello .preview #acquista input.radio {
  display: inline;
  margin: 0 10px 0 0px;
}
.tag-carrello .preview #acquista input.submit {
  background: #1d9146;
}
.tag-carrello .preview #acquista input.submit:hover {
  background: #105127;
}
.tag-carrello .preview #acquista input.submit.disabled {
  background: #e0e0e0;
  margin: 15px 0 30px 0;
}
.tag-carrello .carrello ~ .testo,
.tag-carrello .preview ~ .testo {
  display: inline-block;
  background: #f2f2f2;
  padding: 15px 20px;
  margin: 0;
}
.tag-carrello .carrello ~ .testo .p,
.tag-carrello .preview ~ .testo .p {
  color: #333;
  text-align: center;
  font-size: 1.1em;
}

body.tag-cassa.modal-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 46, 84, 0.45);
}
body.tag-cassa #myModal.modal.in .modal-dialog {
  -webkit-transform: translate(0, 30vh);
  -ms-transform: translate(0, 30vh);
  -o-transform: translate(0, 30vh);
  transform: translate(0, 30vh);
}
body.tag-cassa #myModal .modal-header {
  background: #002e54;
}
body.tag-cassa #myModal .modal-header .modal-title {
  color: #ffffff;
  text-transform: uppercase;
}
body.tag-cassa #myModal .modal-header button {
  color: #ffffff;
  opacity: 0.5;
}
body.tag-cassa #myModal .modal-header button:hover {
  opacity: 1;
}
body.tag-cassa #myModal .modal-body p {
  font-size: 20px;
}
body.tag-cassa #myModal .modal-body form {
  margin-top: 20px;
  text-align: center;
}
body.tag-cassa #myModal .modal-body .btn, body.tag-cassa #myModal .modal-body #evidenza-internal .indice .voce a.segue, #evidenza-internal .indice .voce body.tag-cassa #myModal .modal-body a.segue, body.tag-cassa #myModal .modal-body #portale-fiscaltv .voce .segue, #portale-fiscaltv .voce body.tag-cassa #myModal .modal-body .segue,
body.tag-cassa #myModal .modal-footer .btn,
body.tag-cassa #myModal .modal-footer #evidenza-internal .indice .voce a.segue,
#evidenza-internal .indice .voce body.tag-cassa #myModal .modal-footer a.segue,
body.tag-cassa #myModal .modal-footer #portale-fiscaltv .voce .segue,
#portale-fiscaltv .voce body.tag-cassa #myModal .modal-footer .segue {
  font-size: 18px;
}

iframe.loaded {
  animation: reload-flash 0.25s 2;
  animation-direction: alternate;
}

@keyframes reload-flash {
  from {
    box-shadow: 0 0 30px transparent;
  }
  to {
    box-shadow: 0 0 30px #66afe9;
  }
}
.tag-fiscall #main h2 {
  clear: left;
  margin-left: 0;
  margin-top: 20px;
}
.tag-fiscall #main .col-md-8 {
  padding-left: 0;
}

body.notizia-fiscall #page #sup {
  border-bottom: 1px solid #e6e6e6;
}
body.notizia-fiscall #page #sup a {
  display: none;
}
body.notizia-fiscall #page p.data {
  margin-top: 10px;
  text-align: right;
}
body.notizia-fiscall #page #top {
  margin-top: 20px;
}
body.notizia-fiscall #page #top a.segue {
  display: table;
  font-size: 18px;
  cursor: pointer;
  width: 60%;
}
body.notizia-fiscall #page #top a.segue span {
  display: table-cell;
}
body.notizia-fiscall #page #top a.segue span > span {
  text-transform: uppercase;
  font-weight: 700;
}
body.notizia-fiscall #page #top a.segue i {
  display: table-cell;
  font-size: 23px;
  height: 35px;
  line-height: 0;
  width: 25px;
  vertical-align: middle;
}
body.notizia-fiscall #page #top:hover {
  text-decoration: underline;
}
body.notizia-fiscall #page #main .header {
  display: block;
  width: 100%;
  float: unset;
}
body.notizia-fiscall #page #main .share {
  display: block;
  width: 100%;
  float: unset;
  text-align: center;
  margin-top: 20px;
}
body.notizia-fiscall #page #main .immagini.img_inleft {
  width: auto;
  min-width: 300px;
}

/*--- Stili plugin better input date --*/
.btr-dateinput-calendar {
  transform: none !important;
  width: 100% !important;
}
.btr-dateinput-calendar[aria-hidden="true"] {
  transform: none;
}

.btr-dateinput-calendar-header {
  background-color: #002e54 !important;
}

.btr-dateinput-calendar-today {
  background-color: #002e54 !important;
}

.btr-dateinput-calendar-header > a:hover,
td.btr-dateinput-calendar-today:hover {
  background-color: #4389bd;
}

input.date.data {
  font-weight: 300;
}

.form-control::-moz-placeholder,
.btr-dateinput-value + input::-moz-placeholder {
  color: #555 !important;
}

.tag-ricerca #main {
  float: none !important;
}
.tag-ricerca #main > * {
  float: unset;
  margin-left: 0;
}
.tag-ricerca #main .header {
  display: block;
  width: 100%;
}
.tag-ricerca #main .ricerca-avanzata {
  display: block;
  width: 50%;
  padding-top: 20px;
  margin: 30px auto;
  background: #eceded;
}
.tag-ricerca #main .ordina label {
  font-size: 18px;
}
.tag-ricerca #main .ordina a {
  font-size: 19px;
  margin-left: 15px;
  color: #444444;
  padding: 5px 10px;
  background-color: #eceded;
}
.tag-ricerca #main .ordina a:hover, .tag-ricerca #main .ordina a.active {
  background-color: #002e54;
  color: #ffffff;
}
.tag-ricerca .indice.ricerca .voce {
  border: 1px solid #eceded;
  padding: 10px;
  margin: 15px 0;
}
.tag-ricerca .indice.ricerca .voce .tipo {
  display: inline-block;
  padding: 10px 20px;
  background: #002e54;
  color: #ffffff;
  margin-top: 0;
  text-transform: uppercase;
}
.tag-ricerca .indice.ricerca .voce h2 a {
  color: #002e54;
  text-transform: uppercase;
}
.tag-ricerca .indice.ricerca .voce h2 a:hover {
  text-decoration: underline;
}
.tag-ricerca .indice.ricerca .voce .immagini {
  display: none;
}
.tag-ricerca .inizio-pag .pag,
.tag-ricerca .fine-pag .pag {
  display: block;
  width: 100%;
  position: static;
  transform: none;
  text-align: center;
}
.tag-ricerca .inizio-pag .pag .prev:after,
.tag-ricerca .fine-pag .pag .prev:after {
  display: none;
}
.tag-ricerca .inizio-pag .pag .totale,
.tag-ricerca .fine-pag .pag .totale {
  display: inline-block;
}
.tag-ricerca .inizio-pag .pag ul,
.tag-ricerca .fine-pag .pag ul {
  padding: 0;
  margin: 15px 0;
}
.tag-ricerca .inizio-pag .pag ul li,
.tag-ricerca .fine-pag .pag ul li {
  display: inline-block;
  margin: 0 5px;
  color: #002e54;
  font-weight: 700;
  text-decoration: underline;
  font-size: 18px;
}
.tag-ricerca .inizio-pag .pag ul li a,
.tag-ricerca .fine-pag .pag ul li a {
  color: #c7c7c7;
  text-decoration: none;
  font-weight: 300;
}
.tag-ricerca .inizio-pag .pag ul li a:hover,
.tag-ricerca .fine-pag .pag ul li a:hover {
  color: #002e54;
  text-decoration: underline;
}

*:not(.tag-ricerca) .ordina {
  margin-bottom: 15px;
}
*:not(.tag-ricerca) .ordina label {
  font-size: 17px;
}
*:not(.tag-ricerca) .ordina a {
  font-size: 17px;
  margin-left: 15px;
  color: #444444;
  padding: 5px 10px;
  background-color: #eceded;
}
*:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a.active {
  color: #ffffff;
}
.quotidiano *:not(.tag-ricerca) .ordina a:hover, .sez-princ-2 *:not(.tag-ricerca) .ordina a:hover, .sezione-2 *:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a:hover.sez-2, .quotidiano *:not(.tag-ricerca) .ordina a.active, .sez-princ-2 *:not(.tag-ricerca) .ordina a.active, .sezione-2 *:not(.tag-ricerca) .ordina a.active, *:not(.tag-ricerca) .ordina a.active.sez-2 {
  background-color: #3566a5 !important;
}
.rivista *:not(.tag-ricerca) .ordina a:hover, .sez-princ-3 *:not(.tag-ricerca) .ordina a:hover, .sezione-3 *:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a:hover.sez-3, .rivista *:not(.tag-ricerca) .ordina a.active, .sez-princ-3 *:not(.tag-ricerca) .ordina a.active, .sezione-3 *:not(.tag-ricerca) .ordina a.active, *:not(.tag-ricerca) .ordina a.active.sez-3 {
  background-color: #2797bc !important;
}
.lavoro *:not(.tag-ricerca) .ordina a:hover, .sez-princ-87 *:not(.tag-ricerca) .ordina a:hover, .sezione-87 *:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a:hover.sez-87, .lavoro *:not(.tag-ricerca) .ordina a.active, .sez-princ-87 *:not(.tag-ricerca) .ordina a.active, .sezione-87 *:not(.tag-ricerca) .ordina a.active, *:not(.tag-ricerca) .ordina a.active.sez-87 {
  background-color: #00b0b2 !important;
}
.formazione *:not(.tag-ricerca) .ordina a:hover, .sez-princ-4 *:not(.tag-ricerca) .ordina a:hover, .sezione-4 *:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a:hover.sez-4, .formazione *:not(.tag-ricerca) .ordina a.active, .sez-princ-4 *:not(.tag-ricerca) .ordina a.active, .sezione-4 *:not(.tag-ricerca) .ordina a.active, *:not(.tag-ricerca) .ordina a.active.sez-4 {
  background-color: #79a849 !important;
}
.libreria *:not(.tag-ricerca) .ordina a:hover, .sez-princ-5 *:not(.tag-ricerca) .ordina a:hover, .sezione-5 *:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a:hover.sez-5, .libreria *:not(.tag-ricerca) .ordina a.active, .sez-princ-5 *:not(.tag-ricerca) .ordina a.active, .sezione-5 *:not(.tag-ricerca) .ordina a.active, *:not(.tag-ricerca) .ordina a.active.sez-5 {
  background-color: #27762b !important;
}
.esperto *:not(.tag-ricerca) .ordina a:hover, .sez-princ-7 *:not(.tag-ricerca) .ordina a:hover, .sezione-7 *:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a:hover.sez-7, .esperto *:not(.tag-ricerca) .ordina a.active, .sez-princ-7 *:not(.tag-ricerca) .ordina a.active, .sezione-7 *:not(.tag-ricerca) .ordina a.active, *:not(.tag-ricerca) .ordina a.active.sez-7 {
  background-color: #d48f0b !important;
}
#fiscaltv *:not(.tag-ricerca) .ordina a:hover, .sez-princ-6 *:not(.tag-ricerca) .ordina a:hover, .sezione-6 *:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a:hover.sez-6, #fiscaltv *:not(.tag-ricerca) .ordina a.active, .sez-princ-6 *:not(.tag-ricerca) .ordina a.active, .sezione-6 *:not(.tag-ricerca) .ordina a.active, *:not(.tag-ricerca) .ordina a.active.sez-6 {
  background-color: #b6161d !important;
}
.giurisprudenza *:not(.tag-ricerca) .ordina a:hover, .sez-princ-10 *:not(.tag-ricerca) .ordina a:hover, .sezione-10 *:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a:hover.sez-10, .giurisprudenza *:not(.tag-ricerca) .ordina a.active, .sez-princ-10 *:not(.tag-ricerca) .ordina a.active, .sezione-10 *:not(.tag-ricerca) .ordina a.active, *:not(.tag-ricerca) .ordina a.active.sez-10 {
  background-color: #485b67 !important;
}
.revisione *:not(.tag-ricerca) .ordina a:hover, .sez-princ-212 *:not(.tag-ricerca) .ordina a:hover, .sezione-212 *:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a:hover.sez-212, .revisione *:not(.tag-ricerca) .ordina a.active, .sez-princ-212 *:not(.tag-ricerca) .ordina a.active, .sezione-212 *:not(.tag-ricerca) .ordina a.active, *:not(.tag-ricerca) .ordina a.active.sez-212 {
  background-color: #4587a3 !important;
}
.play *:not(.tag-ricerca) .ordina a:hover, .sez-princ-201 *:not(.tag-ricerca) .ordina a:hover, .sez-princ-228 *:not(.tag-ricerca) .ordina a:hover, .sezione-201 *:not(.tag-ricerca) .ordina a:hover, .sezione-228 *:not(.tag-ricerca) .ordina a:hover, *:not(.tag-ricerca) .ordina a:hover.sez-201, *:not(.tag-ricerca) .ordina a:hover.sez-228, .play *:not(.tag-ricerca) .ordina a.active, .sez-princ-201 *:not(.tag-ricerca) .ordina a.active, .sez-princ-228 *:not(.tag-ricerca) .ordina a.active, .sezione-201 *:not(.tag-ricerca) .ordina a.active, .sezione-228 *:not(.tag-ricerca) .ordina a.active, *:not(.tag-ricerca) .ordina a.active.sez-201, *:not(.tag-ricerca) .ordina a.active.sez-228 {
  background-color: #d43b42 !important;
}

.portale.correlati {
  padding: 10px;
  margin-top: 50px;
  background: #eceded;
}
.portale.correlati div.title {
  padding: 10px;
  margin-bottom: 15px;
  width: 50%;
  font-size: 22px;
  color: #002e54;
}
.portale.correlati .voce {
  background: #ffffff;
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  padding: 10px;
  border: 1px solid #c7c7c7;
}
.portale.correlati .voce .data {
  margin-top: 10px;
}
.portale.correlati .voce h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 0 !important;
}
.portale.correlati .voce h3 a {
  display: block;
  color: #002e54;
  line-height: 17px;
  overflow: hidden;
  height: 51px;
}
.portale.correlati .voce .segue {
  display: inline-block;
  width: 50%;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #4389bd;
  float: right;
  text-align: center;
  text-transform: uppercase;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  min-height: 100%;
  background: #444444;
  background: rgba(68, 68, 68, 0.85);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 80vw;
  height: 60vh;
  background-color: transparent;
  position: fixed;
  z-index: 101;
  padding: 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal img {
  width: auto;
  height: auto;
}
.reveal-modal .close-reveal-modal {
  font-size: 30px;
  line-height: 0.5;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  width: 32px;
  height: 32px;
  -webkit-transition-duration: 0;
  transition-duration: 0;
}
@media (max-width 767px) {
  .reveal-modal .close-reveal-modal {
    width: 24px;
    height: 24px;
  }
}
.reveal-modal .close-reveal-modal:before {
  content: '\62';
  font-family: 'fiscal-focus-4' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
@media (max-width 767px) {
  .reveal-modal .close-reveal-modal:before {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 24px;
  }
}
.reveal-modal .close-reveal-modal:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*
 * YouTube TV
 */
/*
 * Base Canvas
 */
.ytv-canvas {
  display: block;
  background: #282828;
  overflow: hidden;
  font-family: arial, sans-serif;
}
.ytv-canvas ::-webkit-scrollbar {
  border-left: 1px solid #000;
  width: 10px;
}
.ytv-canvas ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

/*
 * Video
 */
.ytv-video {
  position: absolute;
  top: 0;
  right: 300px;
  bottom: 0;
  left: 0;
  height: 100%;
}
.ytv-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  display: block;
}

/*
 * List
 */
.ytv-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  padding-bottom: 70%;
}
@media (max-width: 520px) {
  .ytv-list {
    padding-bottom: 115%;
  }
}

.ytv-list-inner {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f8f8f8;
  padding: 0px 30px;
  -webkit-overflow-scrolling: touch;
}
.has-header .ytv-list-inner {
  top: 53px;
}

.ytv-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ytv-list ul li {
  margin-top: 20px;
}
.ytv-list .ytv-active a {
  border-left: 5px solid #fff;
  background: #dad7d7;
  box-shadow: none;
}
.ytv-list a {
  display: block;
  text-decoration: none;
  color: #fefefe;
  padding: 10px;
  padding-left: 8px;
  box-shadow: 2px 2px 5px 0 #ddd;
  border-left: 2px solid transparent;
  background: #ffffff;
  font-family: "Lato", sans-serif;
}
.ytv-list a b {
  max-height: 45px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  font-size: 1.6rem;
}
.ytv-list a .ytv-pubb-data {
  font-size: 1.3rem;
  margin: 10px 0;
}
.ytv-list a .ytv-descr {
  font-size: 1.4rem;
  text-overflow: ellipsis;
}
.ytv-list li:first-child a {
  border-top: none;
}
.ytv-list li:last-child a {
  border-bottom: none;
  margin-bottom: 10px;
}
.ytv-list .ytv-content {
  padding-left: 240px;
}
.ytv-list .ytv-thumb-stroke {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  z-index: 2;
  outline: 1px solid rgba(255, 255, 255, 0.1);
}
.ytv-list .ytv-thumb {
  float: left;
  position: relative;
  outline: 1px solid rgba(0, 0, 0, 0.5);
}
.ytv-list .ytv-thumb img {
  width: 220px;
  display: block;
}
@media (max-width: 768px) {
  .ytv-list .ytv-thumb img {
    width: 120px;
  }
}
.ytv-list .ytv-thumb span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #eee;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  font-weight: bold;
  padding: 0px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .ytv-list .ytv-content {
    padding-left: 130px;
  }
  .ytv-list .ytv-content b {
    font-size: 1.4rem;
    max-height: unset;
  }
}

.ytv-list a:hover,
.ytv-list-header .ytv-playlists a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.ytv-list a:active,
.ytv-list-header .ytv-playlists a:active {
  background: rgba(0, 0, 0, 0.05);
}

.ytv-views {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.3;
}

.ytv-list-header {
  height: 52px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ytv-list-header a {
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 10;
}
.ytv-list-header span {
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
}

.ytv-list-header img,
.ytv-list .ytv-playlists .ytv-thumb img {
  width: 30px;
  vertical-align: middle;
}

/*
 * Playlists
 */
.ytv-playlists {
  z-index: 9;
  position: absolute;
  background: #282828;
  top: 52px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: none;
}

.ytv-playlists img,
.ytv-list-header img {
  float: left;
}

.ytv-playlists a span,
.ytv-list-header a span {
  white-space: nowrap;
  padding-left: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5rem;
}

.ytv-list-header > a span {
  line-height: 30px;
}
.ytv-list-header .ytv-playlists a {
  background: none;
}

.ytv-playlist-open .ytv-playlists {
  display: block;
}

/*
 * Modifiers
 */
.ytv-relative {
  position: relative;
  width: 100%;
  height: 100%;
}

.ytv-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.ytv-arrow {
  height: 10px;
  width: 0;
  position: relative;
  right: 5px;
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  float: right;
  display: none;
}
.ytv-has-playlists .ytv-arrow {
  display: inline-block;
}
.ytv-playlist-open .ytv-arrow {
  top: 10px !important;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.4);
}

.ytv-list-header a:after,
.ytv-clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*
 * Sidebar playlist
 */
.ytv-relative.has-sidebar {
  display: flex;
  flex-wrap: wrap;
}
.ytv-relative.has-sidebar .ytv-video {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media (max-width: 1024px) {
  .ytv-relative.has-sidebar .ytv-video {
    flex: unset;
    max-width: unset;
  }
}
.ytv-relative.has-sidebar .ytv-list {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-bottom: 52.1%;
}
@media (max-width: 1310px) {
  .ytv-relative.has-sidebar .ytv-list {
    padding-bottom: 51.7%;
  }
}
@media (max-width: 1190px) {
  .ytv-relative.has-sidebar .ytv-list {
    padding-bottom: 51.3%;
  }
}
@media (max-width: 1024px) {
  .ytv-relative.has-sidebar .ytv-list {
    flex: unset;
    max-width: unset;
  }
}
@media (max-width: 520px) {
  .ytv-relative.has-sidebar .ytv-list {
    padding-bottom: 60%;
  }
}
.ytv-relative.has-sidebar .ytv-list ul li {
  margin-top: 8px;
}
.ytv-relative.has-sidebar .ytv-list .ytv-thumb img {
  width: 120px;
}
.ytv-relative.has-sidebar .ytv-list .ytv-content {
  padding-left: 130px;
}
.ytv-relative.has-sidebar .ytv-list .ytv-content b {
  font-size: 1.4rem;
  max-height: unset;
}
.ytv-relative.has-sidebar .ytv-list-inner {
  padding: 0 10px;
}

/*
 * Customizzazioni per Gigliotti Live
 */
#gigliotti-live {
  width: 100%;
  margin-top: 40px;
}

.gigliotti-live-home {
  margin-bottom: 80px;
}
.gigliotti-live-home a.segue {
  margin-top: 0 !important;
  width: 100% !important;
}
@media (max-width: 1024px) {
  .gigliotti-live-home a.segue {
    text-align: center;
  }
}

#loading {
  text-align: center;
  padding: 70px 0;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #002e54;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body.omaggio #main .allegati {
  display: block;
}
body.omaggio #main .allegati p {
  margin-top: 20px;
}
body.omaggio #main .allegati p a {
  display: block;
  padding: 10px;
  box-shadow: 1px 1px 3px 0 #c7c7c7;
  padding-left: 80px;
  position: relative;
  min-height: 74px;
}
@media (max-width: 520px) {
  body.omaggio #main .allegati p a {
    padding-left: 70px;
  }
}
body.omaggio #main .allegati p a:hover {
  text-decoration: none;
  background: #eceded;
}
body.omaggio #main .allegati p a::before {
  content: '\61';
  display: block;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  border-right: 1px solid #c7c7c7;
  /* line-height: 100%; */
  font-size: 4rem;
  color: #4587a3;
  font-family: 'fiscal-focus-4' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  /* line-height: 1; */
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 520px) {
  body.omaggio #main .allegati p a::before {
    width: 56px;
    font-size: 3rem;
  }
}
body.omaggio #main .allegati p a span {
  display: block;
  color: #000000;
  padding-right: 70px;
}
body.omaggio #main .allegati p a span:first-child {
  color: #4587a3;
  font-weight: bold;
  margin-bottom: 10px;
}
body.omaggio #main .allegati p a::after {
  content: '\f019';
  font-family: 'FontAwesome';
  display: block;
  width: 60px;
  height: 100%;
  padding-top: 20px;
  background: #4587a3;
  font-size: 2.5rem;
  text-align: center;
  color: #ffffff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.omaggio #main p.omaggio.non-autorizzato {
  margin-top: 20px;
}

.social-icons {
  display: block;
  list-style: none;
  padding: 0;
  margin-top: 6px;
  vertical-align: baseline;
}
.social-icons li {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}
.social-icons li span {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  background-color: #002e54;
}
.social-icons li span:hover {
  background-color: #668298;
  color: #ffffff;
}
.social-icons li i {
  line-height: 25px;
}
.social-icons li.official a,
.social-icons li.official a:hover {
  text-decoration: none;
}
.social-icons li.official span {
  border-radius: 0;
  transition: transform 0.2s ease-in-out;
}
.social-icons li.official span i {
  display: none;
}
.social-icons li.official span:hover {
  transform: scale(1.1);
  text-decoration: none;
  box-shadow: 0 0 10px #eceded;
}
.social-icons li.official .facebook span {
  background: transparent url(../img/f_logo_RGB-Blue_72.png) no-repeat;
  background-size: contain;
}
.social-icons li.official .vimeo span {
  background: transparent url(../img/vimeo_icon_white_on_blue_rounded.png) no-repeat;
  background-size: contain;
}
.social-icons li.official .youtube span {
  background: transparent url(../img/youtube_social_circle_red.png) no-repeat;
  background-size: contain;
}
.social-icons li.official .rss span {
  background-color: #f26522;
  border-radius: 100%;
}
.social-icons li.official .rss span i {
  display: inline;
}

#footer-social .social-icons .circle {
  background: #ffffff;
}
#footer-social .social-icons .circle:hover {
  background-color: #bfbfbf;
}
#footer-social .social-icons .circle i {
  color: #002e54;
}
#footer-social .social-icons li.official span:hover {
  box-shadow: none;
  background: transparent;
}
#footer-social .social-icons li.official .facebook span {
  background: transparent url(../img/f_logo_RGB-White_72.png) no-repeat;
  background-size: contain;
}
#footer-social .social-icons li.official .vimeo span {
  background: transparent url(../img/vimeo_icon_white.png) no-repeat;
  background-size: contain;
}
#footer-social .social-icons li.official .youtube span {
  background: transparent url(../img/youtube_social_circle_white.png) no-repeat;
  background-size: contain;
}
#footer-social .social-icons li.official .rss span {
  background-color: #ffffff;
}

.indice.sottosezioni {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.indice.sottosezioni .voce {
  padding: 0px;
  position: relative;
}
.indice.sottosezioni .voce .immagini {
  margin: 0;
  padding: 0;
}
.indice.sottosezioni .voce .immagini a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent, 70%, #333);
  z-index: 1;
  cursor: pointer;
}
.indice.sottosezioni .voce .immagini dl, .indice.sottosezioni .voce .immagini dt {
  margin: 0;
  padding: 0;
}
.indice.sottosezioni .voce .layer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
.indice.sottosezioni .voce .layer a {
  color: #ffffff;
}
@media (max-width: 1040px) {
  .indice.sottosezioni .voce {
    flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .indice.sottosezioni .voce:hover {
    box-shadow: 0 0 9px #e0e0e0;
  }
  .indice.sottosezioni .voce:first-child {
    margin-top: 0;
  }
  .indice.sottosezioni .voce .immagini {
    padding: 0 15px;
    flex: 0 0 auto;
    max-width: 165px;
  }
  .indice.sottosezioni .voce .immagini a::before {
    display: none;
  }
  .indice.sottosezioni .voce .layer {
    flex: 0 0 auto;
    position: static;
    padding: 0 15px;
  }
  .indice.sottosezioni .voce .layer a {
    color: #11100e;
  }
  .indice.sottosezioni .voce .layer a.segue {
    text-transform: uppercase;
  }
  .quotidiano .indice.sottosezioni .voce .layer a.segue, .sez-princ-2 .indice.sottosezioni .voce .layer a.segue, .sezione-2 .indice.sottosezioni .voce .layer a.segue, .indice.sottosezioni .voce .layer a.segue.sez-2 {
    color: #3566a5;
  }
  .rivista .indice.sottosezioni .voce .layer a.segue, .sez-princ-3 .indice.sottosezioni .voce .layer a.segue, .sezione-3 .indice.sottosezioni .voce .layer a.segue, .indice.sottosezioni .voce .layer a.segue.sez-3 {
    color: #2797bc;
  }
  .lavoro .indice.sottosezioni .voce .layer a.segue, .sez-princ-87 .indice.sottosezioni .voce .layer a.segue, .sezione-87 .indice.sottosezioni .voce .layer a.segue, .indice.sottosezioni .voce .layer a.segue.sez-87 {
    color: #00b0b2;
  }
  .formazione .indice.sottosezioni .voce .layer a.segue, .sez-princ-4 .indice.sottosezioni .voce .layer a.segue, .sezione-4 .indice.sottosezioni .voce .layer a.segue, .indice.sottosezioni .voce .layer a.segue.sez-4 {
    color: #79a849;
  }
  .libreria .indice.sottosezioni .voce .layer a.segue, .sez-princ-5 .indice.sottosezioni .voce .layer a.segue, .sezione-5 .indice.sottosezioni .voce .layer a.segue, .indice.sottosezioni .voce .layer a.segue.sez-5 {
    color: #27762b;
  }
  .esperto .indice.sottosezioni .voce .layer a.segue, .sez-princ-7 .indice.sottosezioni .voce .layer a.segue, .sezione-7 .indice.sottosezioni .voce .layer a.segue, .indice.sottosezioni .voce .layer a.segue.sez-7 {
    color: #d48f0b;
  }
  #fiscaltv .indice.sottosezioni .voce .layer a.segue, .sez-princ-6 .indice.sottosezioni .voce .layer a.segue, .sezione-6 .indice.sottosezioni .voce .layer a.segue, .indice.sottosezioni .voce .layer a.segue.sez-6 {
    color: #b6161d;
  }
  .giurisprudenza .indice.sottosezioni .voce .layer a.segue, .sez-princ-10 .indice.sottosezioni .voce .layer a.segue, .sezione-10 .indice.sottosezioni .voce .layer a.segue, .indice.sottosezioni .voce .layer a.segue.sez-10 {
    color: #485b67;
  }
  .revisione .indice.sottosezioni .voce .layer a.segue, .sez-princ-212 .indice.sottosezioni .voce .layer a.segue, .sezione-212 .indice.sottosezioni .voce .layer a.segue, .indice.sottosezioni .voce .layer a.segue.sez-212 {
    color: #4587a3;
  }
  .play .indice.sottosezioni .voce .layer a.segue, .sez-princ-201 .indice.sottosezioni .voce .layer a.segue, .sez-princ-228 .indice.sottosezioni .voce .layer a.segue, .sezione-201 .indice.sottosezioni .voce .layer a.segue, .sezione-228 .indice.sottosezioni .voce .layer a.segue, .indice.sottosezioni .voce .layer a.segue.sez-228, .indice.sottosezioni .voce .layer a.segue.sez-201 {
    color: #d43b42;
  }
}

body.play .sez-tit {
  margin-bottom: 35px;
}
body.play .sez-tit h1 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 5px;
}
@media (max-width: 1127px) {
  body.play .sez-tit {
    display: none;
  }
}
