::selection {
  background-color: #006de0;
  color: white;
}

::-moz-selection {
  background-color: #006de0;
  color: white;
}

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 2px;
  background-clip: padding-box;
  border: 2px solid transparent;
  background: transparent;
}

*::-webkit-scrollbar:hover {
  width: 6px;
  border-radius: 2px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

*::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 0px;
  background: rgba(42, 94, 164, 1);
}

div {
  transition: color 0.3s ease;
}

.footwallet {
  background: #9fd2ff3b;
  width: 100%;
  margin: 16px auto !important;
  padding: 19px 30px 14px 30px !important;
  text-align: justify;
  align-items: center;
}

.footwallet>* {
  font-size: 16px !important;
}

.footwallet a {
  font-size: 16px !important;
}

body {
  background: #f1f1f1;
}

.breadcrumbs .navbar .avatar .about span {
  /* color: rgb(244, 244, 244); */
}

maincontent {
  z-index: auto;
}

.modaal-wrapper td,
.modaal-wrapper th {
  padding: 0px;
}

#content img.head:hover {
  opacity: 1 !important;
}

#content .flag-lt {
  position: absolute;
  display: flex;
  top: 77px;
  right: 12px;
  background: #00000094;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.container {
  margin: auto;
  max-width: 1300px;
  padding: 3.3em 3.7em;
}

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.fadeInDown {
  opacity: 1 !important;
  transform: translateY(-0px) !important;
}

#menu-btn {
  position: absolute;
  top: 50px;
  right: 20px;
  padding: 10px 20px;
  border: 1px solid transparent;
  /* To avoid icon movement on hover */
  font-weight: 300;
  user-select: none;
  transition: border-color 0.3s;
  transform: translateY(-50%);
}

#menu-btn i {
  margin-left: 10px;
}

#menu-btn:hover {
  cursor: pointer;
  border-color: #fff;
}

#menu__panel {
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  width: 300px;
  z-index: 9999;
  /* box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5); */
  user-select: none;
  transform: translateX(300px);
  transition: transform 0.5s;
  z-index: 10000;
}

.menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  top: 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item {
  /* width: 100%; */
  /* height: 60px; */
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s;
}

.menu-item:hover {
  background: #29435c;
}

.menu-item i {
  margin: 0 10px;
}

.menu-item a {
  display: inline-block;
  width: 100%;
  /* height: 70px; */
  padding-left: 50px;
  line-height: 29px;
}

.menu__close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  transition: transform 0.5s;
  /* background-color: black; */
  z-index: 1;
}

.menu__close:hover {
  cursor: pointer;
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background: rgba(0, 0, 0, 0.72);
  z-index: 10;
  will-change: opacity;
}

middlecontent {
  /* position: relative; */
  /* display: block; */
  /* width: 96%; */
  /* margin: 0.5em 2%; */
}

middlecontent .head {
  display: flex;

  flex-wrap: nowrap;
  align-items: center;
}

#materialbox-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: transparent;
}

a {
  color: #5144eb;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
}

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

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

b,
strong {
  font-weight: bold;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

h1 {
  font-size: 1.5em;
  line-height: 1.4em;
}

h2 {
  font-size: 1.43em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.65em;
}

h4,
h5,
h6 {
  /* margin: 1em 0;*/
}

.wordtime {
  font-size: 15px;
  padding: 3px 4px 2px 10px;
  margin: auto;
  margin-left: 10px;
  display: flex;
  width: fit-content;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  text-transform: uppercase;
}

.main.ver .article-group .wordtime {
  font-size: 15px;
  padding: 2px 4px 2px 10px;
  margin: auto;
  margin-left: 5px;
  border: 1px solid #c2c2c25c;
  display: inline-flex;
  width: fit-content;
  background: #54b3fb7d;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  border-radius: 13px 13px 0 0;
}

.main.ver .article-group .wordtime .times {
  font-size: 12px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main.ver .article-group .wordtime .times i {
  font-size: 13px;
  font-weight: 800;
  padding-right: 6px;
  width: auto;
  height: auto;
  background: inherit;
  color: black;
  top: auto;
  display: revert;
  left: auto;
}

.main.ver .article-group .wordtime .word {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  background: #7674dbba;
  padding: 6px 9px 3px 9px;
  margin: auto 5px;
}

.wordtime .word {
  font-size: 15px;
  font-weight: 800;
  background: #ededed33;
  padding: 7px 9px;
  margin: auto 6px;
  border: 1px dashed #03A9F4;
  border-radius: 11px;
}

.wordtime .time {
  font-size: 18px;
  padding: 10px 17px;
  text-transform: capitalize;
}

.wordtime .time i {
  font-size: 13px;
  font-weight: 800;
  padding-right: 6px;
}

p {
  font-size: 18px;
  line-height: 29px;
}

.scroll-emoji {
  z-index: 999;
  width: 100%;
  text-align: center;
}

.emoji {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 17px 40px 0px 5px;
  height: 71px;
  align-items: center;
}

.emoji a {
  color: green;
  font-size: 21px;
  margin: auto 12px;
  filter: drop-shadow(0px 0px 1px rgb(197 197 197 / 68%));
}

.emoji a.view {
  color: green;
  font-size: 17px;
  margin: auto 2px auto 12px;
}

.emoji a img {
  height: 42px;
  min-width: 35px;
  margin: auto 2px;
}

.emoji a span {
  position: absolute;
  font-size: 9px;
  background: #2196f3;
  top: -11px;
  right: -13px;
  color: white;
  padding: 2px 4px;
  border-radius: 4px;
  height: 16px;
}

.emoji a span.view {
  position: relative;
  font-size: 16px;
  height: inherit;
  display: block;
  top: -6px;
  right: unset;
  bottom: unset;
  left: unset;
  padding: 3px 5px;
  text-align: center;
  margin: auto;
}

.emoji a span.view em {
  position: relative;
  font-size: 9px;
  height: inherit;
  display: block;
  color: white;
  font-style: normal;
  text-transform: uppercase;
}

p {
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.4;
}

em {
  font-style: italic;
}

iframe.youtube~em {
  margin: 3px 14px 16px 10px !important;
  background: #5e5c5c1c;
  padding: 19px 16px;
  font-size: 88%;
  line-height: initial;
  font-style: normal;
  top: -2px;
  bottom: 20px;
  border-bottom: 2px solid #c7c7c7a6;
  border-radius: 1px 1px 11px 11px;
  position: relative;
  display: block;
  z-index: 0;
  clear: both;
}

.fb-video~em {
  margin: 0px 14px 16px 10px !important;
  background: #5e5c5c1c;
  padding: 9px 16px;
  font-size: 88%;
  line-height: initial;
  font-style: normal;
  top: 8px;
  bottom: 20px;
  border-bottom: 2px solid #c7c7c7a6;
  border-radius: 1px 1px 11px 11px;
  position: relative;
  display: block;
  z-index: 0;
  clear: both;
}

.page .videoWrapper~em,
.page iframe~em {
  margin: 0px 14px 16px 12px;
  background: #5e5c5c1c;
  padding: 9px 16px;
  font-size: 88%;
  line-height: initial;
  font-style: normal;
  top: -4px;
  bottom: 20px;
  border-bottom: 2px solid #c7c7c7a6;
  border-radius: 1px 1px 11px 11px;
  position: relative;
  display: block;
  z-index: 0;
  clear: both;
}

.page img~em {
  margin: -2px 14px 16px 10px;
  background: #5e5c5c1c;
  padding: 9px 16px;
  font-size: 88%;
  line-height: initial;
  font-style: normal;
  top: -9px;
  bottom: 20px;
  border-bottom: 2px solid #c7c7c7a6;
  border-radius: 1px 1px 11px 11px;
  position: relative;
  display: block;
  z-index: 0;
  clear: both;
}

.page iframe {
  z-index: 1;
}

ul {
  padding: 0;
  list-style-type: none;
}

ul.browser-default,
ul.browser-default li {
  list-style-type: initial;
}

ul li {
  list-style-type: none;
}

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

.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.collapsibles {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
}

.collapsible-header i {
  /* width: 2rem; */
  font-size: 1.6rem;
  /* line-height: 3rem; */
  /* display: block; */
  /* float: left; */
  text-align: center;
  margin-right: 1rem;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.collapsible-body p {
  margin: 0;
  padding: 2rem;
}

.page .fb-share-button iframe {
  width: 100% !important;
  height: 40px !important;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 0px;
}

.fb-share-button span iframe {
  border: none;
  visibility: visible;
  width: 126px !important;
  height: 43px !important;
  /* left: -32px; */
  /* top: -21px; */
}

.sandbox iframe {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 120px !important;
  height: 283px !important;
  margin: auto;
}

.sandbox {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 13px;
  grid-auto-flow: row;
  overflow: auto;
}

.sandbox .bns250:before {
  position: absolute;
  font-size: 12px;
  right: 1px;
  bottom: 1px;
  width: 36px;
  content: "anazon";
  display: table;
  color: #cccbcb;
  background: #434343;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 1px;
  margin-bottom: 0;
  z-index: 9;
}

.sandbox .bns250:hover {
  background-image: url('allegati/cart-5590712-4652404.png');
  filter: saturate(0.1);
}

.sandbox .bns250 {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 250px !important;
  height: 250px !important;
  overflow: hidden;
  border: 1px solid #b0b0b0;
  margin: 5px auto;
  padding: 6px;
}

.sandbox .bns250 img {
  position: absolute;
  padding: 1px;
  height: 250px;
  width: auto;
}

.page iframe {
  width: 99% !important;
  height: 360px;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.twitter-share-button.twitter-share-button-rendered.twitter-tweet-button {
  position: relative !important;
  display: inline-block !important;
  width: min-content !important;
  padding: 0;
  background: aquamarine;
  cursor: pointer;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  margin: auto;
}

.fb-video iframe,
iframe.rumble,
iframe.youtube {
  margin: auto;
  padding: 11px;
  border: 1px solid #b0b0b0;
}


.videoWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
}

.fb-video,
iframe.rumble,
iframe.youtube {
  background: rgb(16, 16, 17);
  background: -webkit-linear-gradient(90deg,
      rgba(16, 16, 17, 1) 0%,
      rgb(114 114 149) 54%,
      rgba(20, 22, 23, 1) 100%) !important;
  background: linear-gradient(90deg,
      rgba(16, 16, 17, 1) 0%,
      rgb(74 74 98) 54%,
      rgba(20, 22, 23, 1) 100%) !important;
  display: flex !important;
  min-height: 320px;
  align-items: center;
  justify-content: center;
}

iframe.youtube::before,
iframe.youtube::after.fb-video iframe::before,
.fb-video iframe::after,
iframe.rumble::before,
iframe.rumble::after {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 3em;
  content: ".";
  mix-blend-mode: screen;
  animation: 44s -27s move infinite ease-in-out alternate;
}

.fb-video iframe::before,
iframe.rumble::before {
  text-shadow: 2.3360380967em 1.1459941792em 7px rgba(211, 0, 255, 0.9),
    -0.2632895703em 0.0815879969em 7px rgba(200, 255, 0, 0.9),
    0.5194559086em 0.363241854em 7px rgba(0, 255, 203, 0.9),
    -0.120424824em -0.2384702245em 7px rgba(255, 0, 219, 0.9),
    1.6515727565em 1.7552988556em 7px rgba(255, 0, 113, 0.9),
    1.0723161709em -0.1746364448em 7px rgba(255, 38, 0, 0.9),
    0.1367904562em 1.6242668109em 7px rgba(47, 255, 0, 0.9),
    1.6020748476em -0.4575324093em 7px rgba(255, 0, 68, 0.9),
    1.4512005994em 1.6838366657em 7px rgba(255, 0, 174, 0.9),
    1.4479846934em 0.7809228069em 7px rgba(0, 147, 255, 0.9),
    2.2046938299em 0.8240692674em 7px rgba(255, 75, 0, 0.9),
    2.4332131831em 1.9021060088em 7px rgba(41, 255, 0, 0.9),
    1.0726324385em -0.2630426189em 7px rgba(255, 225, 0, 0.9),
    0.0334788953em -0.4305679606em 7px rgba(255, 252, 0, 0.9),
    0.6710858216em 0.404523141em 7px rgba(241, 0, 255, 0.9),
    1.0140626862em 0.7333634723em 7px rgba(104, 0, 255, 0.9),
    1.6856961618em 1.5730767415em 7px rgba(0, 255, 44, 0.9),
    1.484697796em 1.9655784921em 7px rgba(0, 12, 255, 0.9),
    0.596545036em -0.0282792335em 7px rgba(0, 255, 44, 0.9),
    1.0091298653em 1.2777904139em 7px rgba(0, 255, 177, 0.9),
    2.0644243651em 1.1271814596em 7px rgba(118, 0, 255, 0.9),
    1.3039914406em 1.1148095183em 7px rgba(255, 0, 208, 0.9),
    1.6922209036em 1.0477075159em 7px rgba(0, 245, 255, 0.9),
    1.4157426304em 0.4298873286em 7px rgba(217, 0, 255, 0.9),
    0.4358079933em 1.6854371661em 7px rgba(60, 255, 0, 0.9),
    1.6135550511em -0.0684340507em 7px rgba(0, 255, 81, 0.9),
    1.4659035978em -0.1537511898em 7px rgba(0, 255, 125, 0.9),
    2.4134209964em 2.1284004863em 7px rgba(0, 45, 255, 0.9),
    0.248179133em 0.0686539436em 7px rgba(0, 254, 255, 0.9),
    0.3959325508em 1.5171865381em 7px rgba(255, 49, 0, 0.9),
    -0.2211429945em 0.9023083714em 7px rgba(0, 255, 175, 0.9),
    0.726341975em 1.0381197689em 7px rgba(0, 119, 255, 0.9),
    1.4889143951em 0.7180370143em 7px rgba(0, 137, 255, 0.9),
    1.9582034875em 1.2766022095em 7px rgba(255, 40, 0, 0.9),
    1.6437373716em 0.5210640082em 7px rgba(255, 0, 92, 0.9),
    1.925818947em 1.8136420177em 7px rgba(255, 237, 0, 0.9),
    -0.3499386559em -0.2979265827em 7px rgba(80, 255, 0, 0.9),
    0.8627496249em 1.9710182717em 7px rgba(255, 128, 0, 0.9),
    0.7738378055em 1.0896337009em 7px rgba(255, 0, 116, 0.9),
    0.1512451275em 0.0646135517em 7px rgba(55, 255, 0, 0.9),
    -0.0124275679em 2.0202159992em 7px rgba(255, 0, 178, 0.9);
  animation-duration: 44s;
  animation-delay: -27s;
}

.fb-video iframe::after,
iframe.rumble::after,
iframe.youtube::after {
  text-shadow: 0.0412866321em 1.7420456175em 7px rgba(0, 249, 255, 0.9),
    0.0072819286em -0.3528380442em 7px rgba(255, 86, 0, 0.9),
    1.2547664373em 0.7031302417em 7px rgba(255, 0, 128, 0.9),
    0.6367133588em 0.9688159103em 7px rgba(199, 255, 0, 0.9),
    1.9091363617em 0.500791076em 7px rgba(2, 0, 255, 0.9),
    1.3278036345em 0.2595223563em 7px rgba(255, 0, 204, 0.9),
    0.5976063319em 1.692676627em 7px rgba(13, 0, 255, 0.9),
    0.8488784053em 2.1611534015em 7px rgba(0, 40, 255, 0.9),
    0.0073557222em 1.5656912016em 7px rgba(149, 0, 255, 0.9),
    0.3639793019em 0.5916833308em 7px rgba(255, 27, 0, 0.9),
    1.5332939469em 1.7988790038em 7px rgba(81, 0, 255, 0.9),
    -0.4523448459em 2.4525468161em 7px rgba(255, 18, 0, 0.9),
    1.208011178em 1.9006869915em 7px rgba(67, 255, 0, 0.9),
    0.2709021964em -0.1298000529em 7px rgba(0, 240, 255, 0.9),
    1.6033458166em 0.5688489975em 7px rgba(0, 255, 52, 0.9),
    0.0907004615em 1.3297478981em 7px rgba(0, 233, 255, 0.9),
    0.1676176145em -0.3273742042em 7px rgba(0, 47, 255, 0.9),
    1.2503116932em 0.784755356em 7px rgba(114, 255, 0, 0.9),
    1.7151064541em 0.5508600422em 7px rgba(0, 255, 38, 0.9),
    1.8180450608em 0.612273366em 7px rgba(231, 0, 255, 0.9),
    2.0024396249em -0.1751139917em 7px rgba(0, 255, 9, 0.9),
    1.5187595653em 1.4867198436em 7px rgba(0, 108, 255, 0.9),
    1.257313482em 0.7773481763em 7px rgba(36, 0, 255, 0.9),
    0.6401776325em 0.7385288666em 7px rgba(255, 0, 0, 0.9),
    -0.1815608331em 0.8203010869em 7px rgba(255, 0, 149, 0.9),
    0.1903171576em 0.6839401921em 7px rgba(70, 255, 0, 0.9),
    0.4472723554em 1.9237169656em 7px rgba(216, 255, 0, 0.9),
    2.3336858947em 1.6725712329em 7px rgba(0, 255, 51, 0.9),
    1.2981162639em 1.7372965139em 7px rgba(65, 0, 255, 0.9),
    -0.2183329785em 0.3251622623em 7px rgba(255, 53, 0, 0.9),
    1.3332887259em 2.2542969579em 7px rgba(255, 103, 0, 0.9),
    2.4688391789em 1.4846877827em 7px rgba(255, 15, 0, 0.9),
    1.6899222506em 0.7216256195em 7px rgba(202, 255, 0, 0.9),
    1.7309813134em 1.2317328875em 7px rgba(0, 255, 131, 0.9),
    0.3444268787em 2.4495350769em 7px rgba(255, 100, 0, 0.9),
    1.354088947em 1.8841012502em 7px rgba(255, 33, 0, 0.9),
    -0.3583887488em 0.0008056664em 7px rgba(255, 247, 0, 0.9),
    0.8819658023em 2.2929086799em 7px rgba(0, 255, 66, 0.9),
    0.7147352382em 0.252908688em 7px rgba(0, 63, 255, 0.9),
    1.9756593231em 1.9130707066em 7px rgba(255, 0, 39, 0.9),
    0.049137629em 0.6132206451em 7px rgba(199, 0, 255, 0.9);
  animation-duration: 43s;
  animation-delay: -32s;
}

@keyframes move {
  from {
    transform: rotate(0deg) scale(12) translateX(-20px);
  }

  to {
    transform: rotate(360deg) scale(18) translateX(20px);
  }
}

.fb_iframe_widget_fluid_desktop {
  border-radius: 4px;
  padding: 0 6px;
}

.fb-comments {
  max-width: 100%;
  min-height: 300px;
  padding: 10px;
  display: block !important;
}

.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
  min-width: 240px;
}

.material-placeholder {
  display: flex;
  position: relative;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.page p .material-placeholder~em {
  margin: 24px 2px 1px 2px;
  background: #dadada1c;
  padding: 8px 19px;
  display: block;
  top: -23px;
  border-top: 1px solid #c7c7c7a6;
  border-bottom: 2px solid #c7c7c7a6;
  position: relative;
  border-radius: 1px 1px 11px 11px;
  font-size: 17px;
}

.card-content ul,
.page-footer ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0em;
  margin-inline-end: 0em;
  padding-inline-start: 0px;
}

.card-content li,
.page-footer li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

li.link:hover,
.page-footer li:hover {
  border-radius: 5px;
}

#footer.page-footer li:hover a {
  background: #80808066;
}

.page-footer ul.filltext {}

img.adatta.active {
  width: auto;
  overflow: hidden;
  margin: calc(50% - 46%) !important;
  height: auto !important;
}

img.adatta.is_active,
.modaal-gallery-item.is_active>img,
.adatta {
  border-radius: 8px;
  position: relative;
  z-index: 1;
  text-shadow: none;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
}

.card-panel {
  transition: box-shadow 0.25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background: #fff;
}

.page-footer .card.last a.black-text {}

.page-footer .last p,
.page-footer .last a {
  font-size: 1em;
  padding: 1.5em 1.48em;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.1;
  -webkit-line-clamp: 4;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid var(--bg-darken-2);
}

.page-footer .card.last {
  /* position: relative; */
  /* display: block; */
  /* height: 150px; */
}

.page-footer .card.last p.canale,
.page-footer .card.last a.canale {
  font-size: 18px;
  font-weight: 400;
}

.page-footer .thumb {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 240px;
}

.page-footer .card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  transition: box-shadow 0.25s;
  background: #e3e3e3;
  text-align: left;
  color: #fff;
  transition: 0.3s all ease-in-out;
  background: -webkit-linear-gradient(90deg,
      rgba(16, 16, 17, 1) 0%,
      rgba(47, 47, 62, 1) 54%,
      rgba(20, 22, 23, 1) 100%) !important;
  background: linear-gradient(90deg,
      rgba(16, 16, 17, 1) 0%,
      rgba(47, 47, 62, 1) 54%,
      rgba(20, 22, 23, 1) 100%) !important;
}

.page-footer .card p,
.page-footer .card a {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.page-footer .card .card-tag {
  display: inline-flex;
  margin: 10px 9px;
  padding: 3px 6px;
}

.page-footer .card .teal-text,
.page-footer .card .teal-text .label {
  margin: 2px;
  font-size: 0.9em;
  padding: 5px 13px;
  line-height: 1.5;
  border: 0;
  border-radius: 9px;

  -webkit-transition: all 0.64s ease;
  -o-transition: all 0.64s ease;
  transition: all 0.64s ease;
}

.page-footer .card .card-tag span,
.page-footer .card a.card-tag {
  font-size: 16px;
  padding: 4px 8px;
  line-height: inherit;
  border: 0;
  border-radius: 6px;
}

.page-footer .card a {
  -webkit-transition: all 0.64s ease;
  -o-transition: all 0.64s ease;
  transition: all 0.64s ease;
}

i.iconService.lf {
  font-size: 15px;
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: -26px;
  margin-top: -20px;
  width: 29px;
  height: 29px;
  box-shadow: 0 0px 1px 0 rgba(157, 157, 157, 1),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: rgb(68, 68, 255);
  background: radial-gradient(rgba(30, 30, 255, 1) 37.39%,
      rgb(115, 115, 255) 23.11%,
      rgb(28, 28, 255) 25.21%,
      rgb(87, 87, 255) 31.93%,
      rgba(7, 7, 255, 1) 60.08%,
      rgb(0, 1, 225) 70.59%,
      rgba(152, 152, 255, 1) 76.89%);
}

i.iconService.md {
  font-size: 15px;
  color: white;
  border: 1px solid white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: -34px;
  margin-top: -3px;
  width: 29px;
  height: 29px;
  box-shadow: 0 0px 1px 0 rgba(157, 157, 157, 1),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: rgb(68, 68, 255);
  background: radial-gradient(rgba(30, 30, 255, 1) 37.39%,
      rgb(115, 115, 255) 23.11%,
      rgb(28, 28, 255) 25.21%,
      rgb(87, 87, 255) 31.93%,
      rgba(7, 7, 255, 1) 60.08%,
      rgb(0, 1, 225) 70.59%,
      rgba(152, 152, 255, 1) 76.89%);
}

i.iconService.bt {
  font-size: 15px;
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: -26px;
  margin-top: -5px;
  width: 29px;
  height: 29px;
  box-shadow: 0 0px 1px 0 rgba(157, 157, 157, 1),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: rgb(68, 68, 255);
  background: radial-gradient(rgba(30, 30, 255, 1) 37.39%,
      rgb(115, 115, 255) 23.11%,
      rgb(28, 28, 255) 25.21%,
      rgb(87, 87, 255) 31.93%,
      rgba(7, 7, 255, 1) 60.08%,
      rgb(0, 1, 225) 70.59%,
      rgba(152, 152, 255, 1) 76.89%);
}

.iconService.ball.lf {
  font-size: 12px;
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: -28px;
  margin-top: -23px;
  width: 29px;
  height: 29px;
  box-shadow: 0 0px 1px 0 rgba(157, 157, 157, 1),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background: rgb(68, 68, 255);
  background: radial-gradient(rgba(30, 30, 255, 1) 37.39%,
      rgba(13, 13, 255, 1) 0.42%,
      rgb(16, 17, 255) 45.38%,
      rgb(0, 0, 225) 83.61%);
}

.ball.std {
  font-size: 17px;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0px;
  margin-top: -10px;
  width: 36px;
  height: 36px;
  box-shadow: 0 0px 1px 0 rgba(157, 157, 157, 1),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background: rgb(68, 68, 255);
  background: radial-gradient(rgba(30, 30, 255, 1) 37.39%,
      rgba(13, 13, 255, 1) 0.42%,
      rgb(16, 17, 255) 45.38%,
      rgb(0, 0, 225) 83.61%);
}

.ball {
  font-size: 15px;
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: -33px;
  margin-top: -5px;
  width: 29px;
  height: 29px;
  box-shadow: 0 0px 1px 0 rgba(157, 157, 157, 1),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background: rgb(68, 68, 255);
  background: radial-gradient(rgba(30, 30, 255, 1) 37.39%,
      rgba(13, 13, 255, 1) 0.42%,
      rgb(16, 17, 255) 45.38%,
      rgb(0, 0, 225) 83.61%);
}

.ball:after {
  content: "";
  position: absolute;
  top: 1%;
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 0px,
      #ffffff,
      rgba(255, 255, 255, 0) 58%);
  -webkit-filter: blur(5px);
  z-index: 2;
}

.ball .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.1) 40%,
      rgba(0, 0, 0, 0) 50%);
  -webkit-transform: rotateX(90deg) translateZ(-150px);
  -moz-transform: rotateX(90deg) translateZ(-150px);
  -ms-transform: rotateX(90deg) translateZ(-150px);
  -o-transform: rotateX(90deg) translateZ(-150px);
  transform: rotateX(90deg) translateZ(-150px);
  z-index: -1;
}

.page-footer .card .card-tag.label {
  display: inline-block;
  top: -1px;
  padding: 5px 5px;
  min-width: 62px;
  position: relative;
}

.page-footer .card .card-tag.label i {
  display: contents;
  border: 0;
  background: transparent;
}

.page-footer .card p {
  width: 100%;
  padding: 1em;
  -webkit-transition: all 0.64s ease;
  -o-transition: all 0.64s ease;
  transition: all 0.64s ease;
}

.page-footer .card p:hover {
  border-radius: 4px;
}

.page-footer .card .card-title.activator {
  cursor: pointer;
}

.error-v1 {
  padding-bottom: 30px;
  text-align: center;
}

.error-v1 p {
  color: #555;
  font-size: 16px;
}

.error-v1 span {
  color: #555;
  display: block;
  font-size: 35px;
  font-weight: 200;
}

.error-v1 span.error-v1-title {
  color: #777;
  font-size: 180px;
  line-height: 200px;
  padding-bottom: 20px;
}

.sidePanel {
  width: 280px;
  height: 900px;
  position: absolute;
  left: -280px;
  z-index: 3;
  top: 0px;
}

.bg {
  width: 100%;
  height: 100vh;
  background: rgba(230, 230, 230, 0.67);
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

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

.wrapper {}

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

#page-wrapper-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#title {
  color: rgba(255, 255, 255, 0.02);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

#btnBar {
  position: fixed !important;
  z-index: 100;
  top: 15px;
  left: 15px;
  cursor: pointer;
}

#btnBar div {
  width: 38px;
  border-radius: 5px;
  height: 6px;
  margin-bottom: 6px;
  background: #00dffc;
  -webkit-transition: opacity 500ms, background-color 250ms,
    -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  transition: opacity 500ms, background-color 250ms,
    -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms,
    background-color 250ms;
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms,
    background-color 250ms,
    -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
}

#btnBar:hover {
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  left: 7px;
}

#btnBar.active>#slide-out {
  left: 230px;
}

#slide-out .navbar-brand-logo,
#items .navbar-brand-logo {
  background: #186fc2;
}

#slide-out.active div,
#btnBar.active div {
  /* background: rgba(42, 42, 42, 0.96); */
}

#slide-out .collapsibles.active .collapsible-header {
  background: rgba(175, 48, 56, 1);
}

#slide-out.active #topline,
#btnBar.active #topline {
  -webkit-transform: translateY(10px) rotate(-135deg);
  transform: translateY(10px) rotate(-135deg);
}

#slide-out.active #middleline,
#btnBar.active #middleline {
  opacity: 0;
}

#slide-out.active #bottomline,
#btnBar.active #bottomline {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

#boxBar,
#slide-out {
  position: fixed !important;
  overflow: auto;
  width: 310px;
  display: block;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5);
}

#slide-out.active,
#boxBar.active {
  left: 325px;
  opacity: 1;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.75);
}

#items,
#slide-out {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

#slide-out .navbar-brand-logo,
#items .navbar-brand-logo {
  height: 60px;
  line-height: 58px;
  padding: 0;
  padding-left: 18px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#slide-out .navbar-brand-logo:before {
  content: "to5.me";
  position: absolute;
  font-size: 13px;
  rotate: 0grad;
  color: rgb(0, 116, 255);
  margin-top: 18px;
  padding: 2px;
  /* background: antiquewhite; */
  margin-left: -0px;
  height: 20px;
}

#slide-out .navbar-brand-logo .beta {
  position: absolute;
  font-size: 13px;
  top: 20px;
  right: 114px;
  rotate: -9grad;
  color: chartreuse;
}

#slide-out .item,
#items .item {
  position: relative;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

#slide-out .item:hover,
#items .item:hover {
  padding: 0 10px;
}

#slide-out .collapsibles {
  margin: 0;
  border: none;
}

#slide-out .collapsible-body {}

#slide-out .collapsible-header {
  display: block;
  cursor: pointer;
  line-height: 1.5rem;
  padding: 0.7rem 1rem;
}

#slide-out .collapsible-header i {
  width: 32px;
  display: block;
  text-align: left;
  margin-right: 0.8rem;
}

#slide-out .collapsible-body {
  display: none;
  border-bottom: 1px solid #d0d0d0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 0;
}

#slide-out .collapsible-body p {
  margin: 0;
  padding: 1rem;
}

#slide-out .accordionLeft {
  width: 100%;
  max-width: 360px;
  margin: 2px auto 1px;
  overflow: auto;
  background: white;
}

#slide-out .accordionLeft .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#slide-out .accordionLeft li:last-child .link {
  border-bottom: 0;
}

#slide-out .accordionLeft li.plus i,
#slide-out .accordionLeft li.plus span.left {
  float: left;
}

#slide-out .accordionLeft li.plus i {
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#slide-out .accordionLeft li .subNav i {
  top: 1px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#slide-out .accordionLeft li .subNav .label {
  top: -1px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#slide-out .accordionLeft li.open .link {
  color: rgba(89, 89, 89, 0.97);
}

#slide-out .accordionLeft li.open i {
  color: rgba(89, 89, 89, 0.97);
}

#slide-out .accordionLeft li i.ito-settings {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#slide-out .accordionLeft li.active i.ito-settings {
  /* font-size: 26px; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(88, 254, 1);
  animation-name: spinRotate;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spinRotate {
  from {
    transform-origin: initial;
  }

  to {
    transform-origin: initial;
    transform: rotate(360deg);
  }
}

#slide-out .accordionLeft li.default .submenuLeft {
  display: block;
}

#slide-out .submenuLeft {
  display: none;
  font-size: 14px;
}

#slide-out .submenuLeft a:hover,
#slide-out .submenuLeft a:active {
  color: #353535;
  background: rgb(212, 212, 212);
}

#slide-out .collapsibles.active .collapsible-header {
  -webkit-transition: all 0.64s ease;
  -o-transition: all 0.64s ease;
  transition: all 0.64s ease;
}

#slide-out .submenuLeft span.right {
  padding: 1px 0.5em 1px 0.5em;
  position: relative;
  margin: 10px auto;
}

#slide-out .submenuLeft a {
  display: block;
  text-decoration: none;
  padding: 0px 30px 0px 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.5s ease;
  text-transform: lowercase;
  background: rgb(246, 247, 247);
  text-transform: capitalize;
}

#slide-out i {
  margin: 0;
}

#slide-out i.flag-xs-menu {
  margin-top: 6px;
}

#slide-out .submenuLeft .subNav i {
  left: 1px !important;
}

#slide-out .submenuLeft a .col_1 {
  position: relative;
  left: 10px !important;
}

#slide-out .submenuLeft a .col_1,
#slide-out .submenuLeft a {
  font-size: 17px;
}

@keyframes skew {
  0% {
    transform: skewY(20deg);
  }

  100% {
    transform: skewY(-20deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-90deg);
  }
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

#menu.lingua {
  display: none;
  max-width: 180px;
  height: auto;
  z-index: 100000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #cccccc;
  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;
}

#menu {
  color: white;
  border: 1px solid white;
  min-width: inherit;
  height: auto;
  border-radius: 3px;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans",
    "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  line-height: 100px;
  margin: auto;
  display: none;
}

.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;
}

.subNav form {
  padding: 10px;
}

#navigator .search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 9px;
}

#navigator input[type="search"] {
  padding: 9px 19px;
  margin: 1px;
  font-size: 17px;
  border-radius: 22px;
  border: 2px solid rgba(41, 52, 171, 0.46);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: auto;
  min-width: 100px;
}

.page form {
  margin: auto;
  display: block;
  position: relative;
}

.page input[type="search"] {
  float: left;
  padding: 9px;
  margin: auto 10px;
  font-size: 17px;
  border-radius: 22px;
  border: 2px solid rgba(41, 52, 171, 0.46);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: auto;
  min-width: 100px;
}

#navigator input[type="search"]:focus {
  border: 0px;
  font-size: 24px;
  background: rgba(94, 66, 146, 0.18);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#navigator input[type="text"] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

#navigator .search-container button {
  padding: 6px 10px;

  margin-left: -45px;
  border-radius: 50%;
  font-size: 19px;
  border: none;
  cursor: pointer;
}

#navigator .search-container button:hover {
  background: #ccc;
}

.search input[type="search"],
.search input[type="text"] {
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: rgba(204, 204, 204, 1);
}

.entypo:before {
  font-family: "entypo", sans-serif;
}

[class*="entypo-"]:before {
  font-family: "entypo", sans-serif;
}

.sw {
  float: left;
  width: 100%;
  background: rgba(120, 125, 135, 0.14);
  padding: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sw form {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sw a.logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  width: auto;
  height: 100%;
  max-width: 80px;
  margin-right: 5px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  visibility: visible;
  opacity: 1;
  /*	background-image: url("https://gmrui.com/img/logo.png"); */
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sw a.logo img {
  max-width: 100%;
  width: auto;
}

.sw .search {
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  outline: none;
  border: none;
  border-radius: 4px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  -webkit-appearance: none;
  background: rgba(243, 243, 243, 0.68);
}

.sw .search:focus {
  margin-left: -2px;
  font-size: 2rem;
  color: rgba(76, 50, 124, 0.9);
  padding-left: 12px;
  padding-right: 12px;
}

.sw .search:focus+.go {
  margin-right: -2px;
  max-width: 80px;
  color: rgba(76, 50, 124, 0.9);
}

.sw .search:focus+.go+a.logo {
  visibility: hidden;
  opacity: 0;
  max-width: 0px;
  margin-right: 0;
}

.sw .go {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  max-width: 50px;
  display: inline-block;
  border: none;
  background: rgba(142, 141, 255, 0.93);
  color: #fff;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  font-size: 2rem;
  padding: 8px 20px 8px 10px;
  outline: none;
}

.sw input[type="search"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 0 0;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}

.color-white ul {
  padding-right: 20px;
  padding-left: 20px;
}

.color-white li {
  padding-right: 0;
  padding-left: 0;
}

#gradient>.directional {
  background-image: linear-gradient(45deg, #333, #000);
}

section.menu-close li {
  right: 20px;
  color: #b7b7b7;
  font-size: 24px;
  padding: 10px;
}

section.menu-close li a:hover {
  left: 20px;
  color: #b7b7b7;
  font-size: 24px;
  padding: 10px;
}

.sidebar-nav {
  background: #333;
}

.load_more_link {
  display: block;
}

code {
  font-family: "Courier New, Courier, mono";
  /* background: #f7f7f9; */
  font-size: 11px;
  color: #999999;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px !important;
  padding-right: 8px !important;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  background-image: url(/static/images/minicodice.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  list-style-type: none;
  overflow: scroll;
  clear: both;
  visibility: visible;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: thin solid #ccc;
  white-space: nowrap;
  -webkit-margin-end: 0.051em;
  -webkit-margin-after: 1.01em;
  -webkit-padding-start: 0.1em;
  -webkit-padding-before: 0.51em;
}

code {}

code>pre div,
code>pre p {
  counter-increment: section;
  z-index: -1;
}

code>pre div:before,
code>pre div::before,
code>pre p:before,
code>pre p::before {
  position: absolute;
  left: 146px;
  width: 36px;
  content: counters(section, " ") " ";
  display: table;
  color: #666;
  background: #ffffff;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 1px;
  margin-bottom: 0;
  z-index: 9;
}

code>pre {
  background: transparent;
  color: #000;
  font-weight: normal;
  font-style: normal;
  counter-reset: section;
  white-space: nowrap;
  border-bottom-color: transparent;
  margin-left: 55px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  z-index: 999;
  display: block;
  list-style-type: none;
  overflow: scroll;
  clear: both;
}

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

.animated.hinge {
  /*
-webkit-animation-duration: 2s;
animation-duration: 2s
*/
}

input#resultsSearch:hover,
input#resultsSearch:focus {
  color: #3b3b3b;
  border: 1px solid #36a2d2;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #ffffff;
}

h4#results-text {
  display: none;
}

ul#FindResults {
  display: none;
  top: 88px;
  right: 1%;
  left: 1%;
  border: 1px solid #ababab;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
  overflow: auto;
  position: fixed;
  z-index: 1010;
  height: auto;
  max-height: 80%;
  margin: 0px;
  background: #fff;
  opacity: 0.95;
}

ul#FindResults li {
  padding: 8px;
  cursor: pointer;
  border-top: 1px solid #cdcdcd;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}

ul#FindResults li:hover {
  background: #f3d7fb;
  opacity: 0, 8;
}

ul#FindResults li:first-child {
  border-top: none;
}

ul#FindResults li h3,
ul#FindResults li h4 {
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  color: #616161;
  line-height: 1.2em;
}

ul#FindResults li:hover h3,
ul#FindResults li:hover h4 {
  color: #3b3b3b;
  font-weight: bold;
}

.highlight {
  background: rgba(246, 243, 139, 0.83);
  border-radius: 3px;
  padding: 0 6px;
  color: black;
}

.tutorial_list {
  margin-bottom: 20px;
}

div.list_item {
  border-left: 4px solid #7ad03a;
  padding: 1px 12px;
  background: #f1f1f1;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

div.list_item {
  margin: 5px 15px 2px;
}

div.list_item p {
  margin: 0.5em 0;
  padding: 2px;
  font-size: 13px;
  line-height: 1.5;
}

.list_item a {
  text-decoration: none;
  padding-bottom: 2px;
  color: #0074a2;
  -webkit-transition-property: border, background, color;
  transition-property: border, background, color;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.list_item a:hover {
  text-decoration: underline;
}

.show_more_main {
  margin: 15px 25px;
}

.show_more {
  background: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
  border: thin solid #d3d3d3;
  color: #333;
  font-size: 12px;
  outline: 0;
}

.show_more {
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.loading {
  background: #e9e9e9;
  border: 1px solid;
  border-color: #c6c6c6;
  color: #333;
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 10px 0;
  outline: 0;
  font-weight: bold;
}

.loading_txt {
  background-image: url(/news/load_more_ok/loading_16.gif);
  background-position: left;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  height: 16px;
  padding-left: 20px;
}

.title-news-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
  background: #fff;
  padding: 20px;
}

.list-news-v1 {
  height: 190px !important;
  background-position: center center;
}

.list-news-v1:hover {}

.canale-v1 {
  position: absolute !important;
  top: 15px !important;
  left: 0;
  padding: 10px !important;
}

a.canale-v1 {
  background: rgba(51, 153, 51, 0.8);
  color: #fff;
  text-decoration: none;
}

.canale-v1:hover {
  background: rgba(29, 92, 27, 0.8);
  box-shadow: 0 0 2px #666;
  -webkit-transition-left: box-shadow 1.4s cubic-bezier(0.42, 0, 0.47, 0.99);
  -moz-transition-left: box-shadow 1.4s cubic-bezier(0.42, 0, 0.47, 0.99);
  -o-transition-left: box-shadow 1.4s cubic-bezier(0.42, 0, 0.47, 0.99);
  transition-left: box-shadow 1.4s cubic-bezier(0.42, 0, 0.47, 0.99);
}

.itemMenu:hover {
  background: #efefef;
}

.color-white {
  background: #fff;
}

.color-white h1,
.color-white h2,
.color-white h3,
.color-white li,
.color-white p {
  padding-right: 10px;
  padding-left: 10px;
}

.element-item {}

.color-white:hover {
  box-shadow: 0 0 2px #666;
  -webkit-transition: all 0.7s, box-shadow 0.1s ease-in-out;
  -moz-transition: all 0.7s, box-shadow 0.1s ease-in-out;
  -o-transition: all 0.7s, box-shadow 0.1s ease-in-out;
  transition: all 0.7s, box-shadow 0.1s ease-in-out;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 9999;
  top: 10px;
  position: absolute;
}

.bg-image-v1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background-size: 100%;
  background-position: center center;
}

.bg-image-v1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/bg/7.jpg) repeat fixed;
}

.bg-image-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: #ffffff;
}

.bg-image-v2-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.bg-image-v2-dark h2,
.bg-image-v2-dark p {
  color: #eee !important;
}

.header-v6 li.menu-icons span.badge {
  top: 28px;
  left: 12px;
  color: #fff;
  width: auto !important;
  height: 18px;
  display: block;
  font-size: 11px;
  text-align: center;
  position: absolute;
  background: #72c02c;
  display: inline-block;
  border-radius: 50% !important;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  border-radius: 3px;
}

body.mode-search {
  overflow: hidden;
}

body.mode-search .formCenter,
body.mode-search .icon-close {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

body.mode-search .control .icon-search {
  opacity: 0;
}

body.mode-search .control .btn-search {
  transform: scale(70);
}

#lsnn .headerSearch {
  position: relative;
  height: 50%;
  width: 100%;
}

#lsnn .headerSearch .header-content {
  padding: 70px 50px;
}

#lsnn .headerSearch .header-content h1,
#lsnn .headerSearch .header-content h2 {
  font-weight: 200;
}

.control {
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: -32px;
  right: 50px;
  cursor: pointer;
}

.control .icon-search,
.control .icon-close {
  transition: 0.2s ease-in-out;
}

.control:hover .btn-search {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.found.btn-search {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #e91e63;
  outline: 0;
  transform-origin: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-search {
  transform-origin: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-search {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 28px;
}

.icon-close {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 80px;
  opacity: 0;
  transform: translate(10px, 0) rotate(90deg);
  transition: all 0.3s ease-in-out;
}

#lsnn.win {
  background: rgba(0, 0, 0, 0.3);
}

#lsnn {
  font-weight: 100;
  color: white;
  padding: 2rem !important;
  float: none;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#lsnn button {
  display: block;
  width: 80%;
  padding: 0.4rem;
  border: none;
  margin: 1rem auto;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s background;
}

#lsnn button:hover {
  background: rgba(0, 0, 0, 0.5);
}

#lsnn a {
  padding: 0.4rem;
  border: none;
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s background;
}

#lsnn a:hover {
  background: rgba(0, 0, 0, 0.5);
}

#lsnn a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5rem;
  transition: 0.6s background;
}

#lsnn a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.formCenter {
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -40px;
  pointer-events: none;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s ease-in-out;
}

.formCenter input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 2px;
  outline: none;
  width: 100%;
  font-size: 4rem;
  line-height: 4rem;
  height: 5rem;
  margin: 0 !important;
  padding-left: 20px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}

.formCenter::-webkit-input-placeholder {
  color: #eee;
}

.formCenter:-moz-placeholder {
  color: #eee;
  opacity: 1;
}

.formCenter::-moz-placeholder {
  color: #eee;
  opacity: 1;
}

.formCenter:-ms-input-placeholder {
  color: #eee;
}

#videolandingcover.overlay {
  background: rgb(0, 0, 0);
  color: #fff;
}

.hideoverlay {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s ease-out;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s ease-out;
}

#videolandingcover {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}

#videolandingcover>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  margin: 0 auto;
}

#videolandingcover>div>h1 {
  margin-bottom: 80px;
  color: #fe1743;
}

#videolandingcover>div>h3 {
  margin-top: 10px;
}

#btn-startbestr {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  color: #fff;
  border-radius: 3px;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 15px;
  margin-top: 50px;
}

#btn-videoplay {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  padding: 15px 17px;
}

#btn-videoplay>.glyphicon {
  font-size: 20pt;
}

#video-container {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

video {
  position: absolute;
  z-index: 0;
}

video.fillWidth {
  width: 100% !important;
  height: auto !important;
}

.sectiontwo {
  position: relative;
  color: #fff;
  padding-bottom: 50px;
  background: #cea566;
  background-image: url(/extras/landing_page/img/bg_gradient.png);
  background-position: left top;
  background-repeat: repeat-x;
}

#wrapper_badge_raggi {
  position: relative;
  display: block;
  width: 137px;
  height: 138px;
  border-radius: 50%;
  overflow: hidden;
}

#maskraggi {
  position: absolute;
  z-index: 100;
  top: -1px;
  left: -1px;
}

#raggi {
  position: absolute;
  z-index: 10;
  top: -19px;
  left: -19px;
}

.sectiontwo .col-md-12 {
  padding: 0;
}

#row-open_badge {
  margin-top: 80px;
}

#row-std_international {
  margin-top: 100px;
}

#bg_landing_table {
  height: 485px;
  margin-top: -35px;
  margin-bottom: -45px;
  background-image: url(/extras/landing_page/img/bg_world.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#landing_table {
  width: 520px;
  padding-top: 65px;
}

#landing_table_mobile {
  width: 330px;
  padding-top: 65px;
}

#landing_table>table>tbody>tr {
  height: 80px;
}

#landing_table>table>tbody>tr>td {
  padding-left: 5%;
  width: 50%;
}

#landing_table_mobile>table>tbody>tr>td {
  padding: 10px 5% 1px;
  width: 100%;
}

#landing_table .spunta {
  float: left;
  margin-right: 15px;
  vertical-align: -5px;
  opacity: 0;
}

#landing_table_mobile .spunta {
  float: left;
  margin-right: 15px;
  vertical-align: -5px;
  opacity: 1;
  height: 26px;
  width: auto;
}

#row-open_badge {
  margin-top: 80px;
}

#row-std_international {
  margin-top: 100px;
}

#bg_landing_table {
  height: 485px;
  margin-top: -35px;
  margin-bottom: -45px;
  background-image: url(/extras/landing_page/img/bg_world.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#landing_table {
  width: 520px;
  padding-top: 65px;
}

#landing_table_mobile {
  width: 330px;
  padding-top: 65px;
}

#landing_table>table>tbody>tr {
  height: 80px;
}

#landing_table>table>tbody>tr>td {
  padding-left: 5%;
  width: 50%;
}

#landing_table_mobile>table>tbody>tr>td {
  padding: 10px 5% 1px;
  width: 100%;
}

#landing_table .spunta {
  float: left;
  margin-right: 15px;
  vertical-align: -5px;
  opacity: 0;
}

#landing_table_mobile .spunta {
  float: left;
  margin-right: 15px;
  vertical-align: -5px;
  opacity: 1;
  height: 26px;
  width: auto;
}

#row-your_badge {
  margin-top: 100px;
}

.mrkmobile-padding {
  padding: 20px 0;
}

.mrkmobile-margin {
  margin: 30px 0 50px;
}

.mrk-margin-top {
  margin-top: 60px;
}

#scia1,
#scia2,
#scia3,
#scia4 {
  position: absolute;
  right: 100%;
  top: 66px;
}

.markers_text {
  padding-left: 25px;
  font-size: 20px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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;
  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;
}

.gallery {
  background: #eee;
}

.gallery-cell {
  width: 100%;
  min-height: 640px;
  max-height: 1024px;
  margin-right: 10px;
  background: inherit;
  counter-increment: gallery-cell;
}

.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.gallery-cell-img {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-size: cover;
}

.mini-preview-anchor {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.mini-preview-wrapper {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  overflow: hidden;
  z-index: 10000;
  opacity: 0;
  margin-top: -4px;
  border: solid 1px #000;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  transition: z-index steps(1) 0.3s, opacity 0.3s, margin-top 0.3s;
}

.mini-preview-anchor:hover .mini-preview-wrapper {
  z-index: 2;
  opacity: 1;
  margin-top: 6px;
  transition: opacity 0.3s, margin-top 0.3s;
}

.mini-preview-loading,
.mini-preview-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.mini-preview-loading {
  display: table;
  height: 100%;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
  color: #f5ead4;
  background: rgba(40, 95, 161, 1);
}

.mini-preview-loading::before {
  content: "Loading...";
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.mini-preview-cover {
  background: rgba(0, 0, 0, 0);
}

.mini-preview-frame {
  border: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

div.mini-preview-wrapper {}

.mini-preview-wrapper {
  width: 100%;
}

a:hover+.mini-preview-wrapper,
.mini-preview-wrapper:hover {
  display: block;
  position: absolute;
  z-index: 100;
}

.mini-preview-frame {
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
}

.page iframe.mini-preview-frame {
  width: 400% !important;
  padding-left: 2%;
}

.fissa {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.over_scr img {
  overflow: scroll !important;
}

div.slider {
  width: 100%;
}

#myNav div.slider {
  height: 87% !important;
  -webkit-user-drag: none;
  overflow-y: auto;
}

ul.slides {
  width: 90%;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 5px 6px;
  background: #e0e0e0;
  transition: background-color 0.3s;
  border-radius: 50%;
}

#overlay-zoom:before {
  opacity: 0;
}

#overlay-zoom {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  transition: 1.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.overlay-gallery .slider .slides {
  background: transparent;
  margin: 0;
  height: 400px;
}

.overlay-gallery .slider .slides li {
  opacity: 0;
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100% !important;
  overflow-y: auto;
}

.overlay-gallery .slider .indicators {
  position: fixed;
  text-align: center;
  left: 10px;
  right: 10px;
  bottom: 30px;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.slider .slides li .caption h5 {
  font-family: "Roboto", sans-serif;
  color: #fff !important;
  font-weight: 600 !important;
  text-shadow: 2px 2px 4px #000000;
  padding: 1%;
  font-size: 2em;
  line-height: 120%;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 90% !important;
  overflow-y: scroll;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
}

.listaSlider .slider .slides li .caption {
  top: 12%;
  left: 20%;
  position: absolute !important;
  width: 60%;
  opacity: 0;
}

.slider .slides li img {
  height: auto;
  background-size: contain;
  background-attachment: inherit;
  background-repeat: repeat-y;
  background-position: top center;
}

body .overlay-gallery {
  margin: 0;
  font-family: "Lato", sans-serif;
  z-index: 1000;
}

.overlay-gallery {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
  z-index: 1;
  transition: 0.2s;
}

.overlay-content {
  display: block;
  text-align: center;
  margin: 5px;
  height: 100%;
}

.overlay-gallery a {
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

#slider {
  width: 100%;
  margin: 5px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 0;
}

div.flickity-viewport {
  height: 100% !important;
}

.overlay-gallery a:hover,
.overlay-gallery a:focus {
  color: #f1f1f1;
}

li.label:hover {
  background: rgba(50, 88, 139, 0.4);
  cursor: pointer;
}

#homepage div.slider {
  display: block;
  height: 540px !important;
  top: 1px !important;
}

#homepage {
  border-left-style: 0;
  border-bottom-width: 1px;
  border-bottom-color: #bdb8c6;
  border-bottom-style: solid;
}

#homepage .slider .slides li {
  overflow-y: auto;
}

#homepage .slider .indicators {
  bottom: 10;
}

.styleChannel {
  float: right;
  height: 30px;
  width: 30px;
  position: relative;
  border-top-width: 30px;
  border-top-style: solid;
  border-top-color: transparent;
}

#homepage .slider .slides li .caption p {
  color: #fff;
}

#homepage .info {
  position: absolute;
  top: 150px;
  right: -24%;
  background: rgba(0, 0, 0, 0.6);
}

#homepage .caption p,
#homepage .posts .post.photo .post_inner p {
  padding: 3px;
  margin: 0;
}

.homepage-menu .tabsHome {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  margin: 0;
}

.homepage-menu .tabsHome .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  overflow: hidden;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(204, 204, 204, 1);
}

.homepage-menu .tabsHome .tab {
  height: 50px;
  min-width: -webkit-calc(100% / 4) !important;
  min-width: -moz-calc(100% / 4) !important;
  min-width: calc(100% / 4) !important;
}

.homepage-menu .tabsHome .tab a {
  display: block;
  width: 100%;
  height: 100%;
  transition: color 0.28s ease;
}

.homepage-menu .tabsHome .tab:checked,
.homepage-menu .tabsHome .tab:active {
  display: block;
  background: rgba(204, 204, 204, 1) !important;
}

.homepage-menu .tabsHome .tab:hover,
.homepage-menu .tabsHome .tab:active {
  color: #f9c9cb;
  background: rgba(204, 204, 204, 0.3);
  -webkit-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
}

.homepage-menu .tabsHome .tab a:hover {
  color: #8b7071;
}

.homepage-menu .tabsHome .tab.disabled a {
  color: #f9c9cb;
  cursor: default;
}

.homepage-menu .tabsHome .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #f6b2b5;
  will-change: left, right;
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center,
      ellipse,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hover-shadow:hover:before {
  opacity: 0.4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.shadow-radial {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.openOff {
  display: none;
}

.boxmini {
  position: absolute;
  height: 150px;
  width: 350px;
}

.contenitore {
  width: 100%;
  padding: 0 2%;
  display: inline-table;
}

#horizzontal .card .card-title {
  font-size: 110% !important;
}

.delay {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

#rightcolhomepage {
  position: relative;
  display: table;
  overflow-y: scroll;
  padding-bottom: 30px;
}

.floatHompageLeft {
  position: relative;
  width: 73%;
  float: left;
  padding-left: 10px;
  padding-right: 0;
  margin: 0;
  top: 0;
  display: inline-table;
}

.floatHompageRight {
  width: 27%;
  float: right;
  top: 0;
  margin: 0;
  display: inline;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(204, 204, 204, 1);
  padding: 0 10px;
  overflow-y: hidden;
}

.floatHompageRight .content {
  padding: 0 3%;
}

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

.home .card .card-divider {
  padding: 5px 20px 5px 20px;
  border-radius: 0 0 2px 2px;
}

.home .card .card-data {
  float: left;
  padding-right: 3px;
  margin-left: -16px !important;
  display: inline-table;
}

.contenitore {
  margin-top: 16px !important;
}

.contenitore .headtit {
  font-size: 1.3rem;
  line-height: 110%;
  font-weight: 600;
  display: block;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(30, 136, 229, 0.98);
}

.contenitore .headtit a {
  color: white;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.03em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  background: rgba(30, 136, 229, 0.98);
  padding: 0.34rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.contenitore .headtit a:hover {
  background: rgba(0, 0, 0, 0.88);
}

.clearfix,
.homelist {}

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

.page code,
.page pre {
  padding: 1px 0px 1px 34px !important;
  margin: 1px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(223, 223, 223, 0.49);
  line-height: 140%;
  overflow: auto;
  font-size: inherit;
}

.page pre {
  padding: 9px 10px 9px 10px !important;
  margin: 1px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(223, 223, 223, 0.49);
  line-height: 140%;
  overflow: auto;
}

.page .rect {
  padding: 0 10px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px dotted rgba(204, 204, 204, 1);
}

.page avatar {
  display: flow-root;
  padding: 10px 20px 20px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgb(204 204 204 / 56%);
  /* background: rgba(242, 242, 242, 1); */
  align-items: center;
  flex-wrap: wrap;
}

.page avatar i {
  padding-right: 5px;
  font-size: inherit !important;
  background-color: inherit !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  top: auto !important;
  color: inherit !important;
  align-items: center;
  flex-wrap: nowrap;
}

.info {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  background: #fff;
}

h1.pull-left,
ul.pull-right.breadcrumb {
  padding: 10px;
  margin: 0px;
}

.breadcrumbs {
  padding: 0;
  margin: 0;
  background-color: white;
  white-space: nowrap;
  overflow-wrap: break-word;
  position: relative;
}

.breadcrumbs .navbar .avatar .about {
  background: #e5e5e3;
  font-weight: 700;
  margin-left: 5px;
  z-index: 0;
  position: relative;
  padding: 8px 20px;
  border-radius: 0 24px 24px 0;
  box-shadow: 0 2px 3px rgba(136, 153, 166, 0.35);
}

.main_h {
  position: fixed;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 766px) {
  .list-group-item-text.list .number {
    padding: 2px 6px !important;
    margin-inline-start: -30px !important;
  }

  .list-group.fieldset {
    padding: 1px 0rem !important;
  }

  .list-group .breadcrumb {
    font-size: 12px !important;
    width: 100%;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    margin: auto !important;
    padding: 2px 15px !important;
  }

  .list-group-item-text.list .title {
    font-size: 13px !important;
    padding-right: 19px !important;
    margin-right: auto !important;
    padding-inline-start: 5px !important;
  }

  .fixed {
    padding-top: 25px;
  }

  .privacy-style {
    margin: 1rem 1rem !important;
  }

  .list-group p {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .badge.number {
    display: inline-block;
  }

  .badge.words {
    display: inline-block;
  }

  .list-group .paragraph {
    display: block !important;
    padding: 1px 3px !important;
    font-size: 10px;
  }

  .list-group .paragraph i {
    font-size: 13px;
    padding: 0;
    margin: auto;
  }

  .list-group .paragraph span {
    font-size: 10px;
    padding: 5px 6px 4px 6px;
  }
}

.open-nav {
  max-height: 400px !important;
}

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background: #fff;
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.breadcrumbs .navbar .avatar {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 1px;
}

.breadcrumbs .navbar {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  position: relative;
}

.breadcrumbs .navbar .breadcrumb {
  list-style: none;
  border-radius: 4px;
  position: relative;
  padding: 8px;
  margin: 0px 20px 0px 10px;
}

.breadcrumbs .navbar .breadcrumb:before {
  content: "/";
  font-size: inherit;
  /* color: rgba(0, 0, 153, 0.7); */
  vertical-align: top;
  display: inline-block;
  margin: 0px 0px 0px 2px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumbs .navbar .breadcrumb>li {
  display: inline-block;
}

.breadcrumbs .navbar .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumbs .navbar .breadcrumb>.active a {
  color: #999;
}

.breadcrumbs .navbar i {
  font-size: 16px;
  float: none;
  display: inline;
}

.breadcrumbs .navbar .avatar i {
  background: rgba(255, 255, 255, 0.58);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(136, 153, 166, 0.35);
  height: 90px;
  width: 90px;
  position: relative;
  margin: 10px 0px 10px 10px;
  font-size: 80px;
  color: cornflowerblue;
  top: -8px;
  position: relative;
  left: -8px;
}

.breadcrumbs .navbar .avatar img:hover {
  opacity: 1;
}

.breadcrumbs .navbar .avatar img {
  margin: 10px 0px 10px 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: 100%;
  width: 144px;
  height: 144px;
}

.breadcrumbs .navbar p.avatar.text {
  -moz-force-broken-image-icon: 1;
  border-radius: 8px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.breadcrumbs .navbar .btn-gallery {
  position: relative;
}

.breadcrumbs .navbar .btn-gallery a {
  border-radius: 5px;
  font-size: 30px;
  cursor: context-menu;
  padding: 0px 6px;
}

.breadcrumbs .navbar .btn-gallery {
  background: #2196f3;
  border: 5px solid #2196f3;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(136, 153, 166, 0.35);
  position: relative;
  margin: 0px 30px 0px 10px;
}

.breadcrumbs .navbar .btn-gallery a {
  line-height: 100%;
}

.breadcrumbs .navbar .btn-gallery .badge {
  right: -20px;
  margin-top: -14px;
  padding: 6px;
  font-size: 0.8rem;
  color: white;
  line-height: 100%;
  position: absolute;
  box-sizing: border-box;
  background-color: red;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 50%;
  min-width: 24px;
}

.breadcrumbs-v3.breadcrumbs-lg {
  padding-top: 150px;
  padding-right: 0;
  padding-bottom: 150px;
  padding-left: 0;
}

.breadcrumbs-sm {
  padding: 50px 0;
}

.breadcrumbs-md {
  padding: 100px 0;
}

.breadcrumbs-lg {
  padding: 200px 0;
}

.main-nav {
  float: right;
  list-style: none;
  margin-top: 5px;
}

.main-nav li {
  display: inline-block;
  margin-left: 40px;
}

.avr {
  border-radius: 8px;
  position: relative;
  display: flex;
  padding: 4px;
}

.avr.l::before,
.avr.l:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: -0.4em;
  margin-top: -0.46em;
}

.avr.r::before,
.avr.r:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: -0.6em;
  margin-top: -0.76em;
}

.avr .avatar-item-div {
  background: #fff;
  display: block;
  line-height: 130% !important;
  padding: 10px 20px !important;
  border-bottom: 1px solid #e0e0e0;
}

.avr .avatar-item {
  background: #fff;
  display: block;
  line-height: 130% !important;
  padding: 10px 20px !important;
}

.avatar-circle {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  color: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  border-radius: 1% !important;
  background: rgba(255, 255, 255, 0.2);
  border: thin dashed rgba(204, 204, 204, 1);
}

.line-avr {
  max-height: 85px;
}

.item-line-avr i {
  padding: 0 4px;
}

.item-line-avr b {
  /* color: white; */
}

middlecontent .user {
  display: inline;
  padding: 1px 5px;
  border-radius: 20px;
  color: white;
  position: relative;
  top: -1px;
  white-space: nowrap;
}

.item-line-avr {
  display: inline;
  padding: 3px 3px;
  border-radius: 4px 8px 8px 13px;
  color: rgb(37, 37, 37);
  position: relative;
  top: -1px;
}

.line-vertical {
  margin: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}

.line-vertical .avr {
  padding: 7px 3px;
  background: #ffffff;
  color: #252525;
}

li.avatar-item,
li.avatar-item-div {
  margin-bottom: 7px;
}

.avatar-item .avatar-circle,
.avatar-item-div .avatar-circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background: #999;
}

.avr .title,
.avr .item,
.avr .avatar-item .title,
.avr .avatar-item-div .title {
  font-size: 16px;
  text-align: left;
}



.avr .avatar-item-div p.item,
.avr .avatar-item p.item {
  display: table;
  padding-left: 10px !important;
}

.avr .avatar-item-div span,
.avr .avatar-item span {
  float: left;
  margin: 0;
}

.avr .avatar-item-div .item .count,
.avr .avatar-item .item .count {
  float: left;
  margin: 0;
}

.dp_calendar .loading {
  background: url(../images/dp_calendar/loading.gif) 50% 50% no-repeat;
  width: 41px;
  height: 39px;
}

.dp_calendar .clear {
  clear: both;
}

.dp_calendar .loading {
  width: 41px;
  height: 39px;
}

.dp_calendar {
  position: relative;
  display: inline-block;
  -moz-border-radius: 3px;
  border-radius: 1px 1px 0px 20px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1;
  padding: 5px 4px !important;
  background: white;
  border-top: 7px solid #8544e0;
  border-bottom: 1px solid #8544e0;
}

.dp_calendar .div_main_date {
  padding: 5px;
  text-align: center;
}

.dp_calendar .main_date {
  font-size: 1em;
  font-family: "Open Sans Condensed", sans-serif;
  position: relative;
}

.dp_calendar .main_date a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

.dp_calendar .main_date a#next_month {
  position: absolute;
  right: 20px;
}

.dp_calendar .main_date a#prev_month {
  position: absolute;
  left: 20px;
}

.dp_calendar .div_dates .day_name div {
  padding: 0px 8px;
}

.dp_calendar .div_dates .day_name .week span {
  padding: 5px 1px !important;
}

.dp_calendar .div_dates .day_name div span:not(.week) {
  padding: 2px 1px;
  line-height: 18px;
}

.dp_calendar .div_dates .day_name div .year {
  font-size: 15px;
  letter-spacing: 4px;
  -webkit-text-stroke-width: medium;
}

.dp_calendar .div_dates .day_name div .day {
  font-size: 30px;
  font-weight: 700;
}

.dp_calendar .div_dates .day_name div .month {
  font-weight: 700;
  margin: auto;
  line-height: normal;
  display: flex;
  flex-direction: column;
}

.dp_calendar .div_dates .day_name .week {
  font-weight: 700;
  margin: auto;
  display: inline-flex;
  flex-direction: column;
  font-size: 18px;
  text-align: unset;
  align-items: flex-start;
  vertical-align: top;
  height: 67px;
}

.dp_calendar .div_dates .day_name div {
  font-weight: 700;
  margin: auto;
  line-height: normal;
  display: flex;
  flex-direction: column;
  height: 70px;
  align-items: center;
}

.dp_calendar .div_dates .day_name div span {
  font-weight: 300;
}

.dp_calendar .div_dates ul {
  list-style: none;
  margin: 0 auto;
  padding: 0 10px;
}

.dp_calendar li {
  margin: 0;
  padding: 0;
  background: none;
}

.dp_calendar .div_dates li {
  background: none;
  padding: 5px;
  line-height: 100% !important;
  width: 14px;
  font-size: 15px;
  color: #929292;
  float: left;
  font-family: "Open Sans Condensed", sans-serif;
  padding-top: 10px;
  list-style: none;
}

.dp_calendar .div_dates li:hover,
.dp_calendar .div_dates li.active {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.dp_calendar .div_dates li.has_events {
  color: #3679b5 !important;
}

.dp_calendar .div_dates .day_name {
  margin: 0px 3px;
  display: inline-flex;
}

.dp_calendar .div_dates .day_name h1 {
  font-size: 70px !important;
  float: left;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  font-weight: bold !important;
  color: inherit;
}

.dp_calendar .div_dates .day_name .div_month {
  width: 50px;
  float: left;
  text-align: center;
  margin-left: 20px;
  margin-top: 20px;
  padding-top: 7px;
}

.dp_calendar .div_dates .day_name .span_month {
  font-size: 25px;
  text-transform: uppercase;
}

.dp_calendar .div_dates .day_name .span_day {
  font-size: 35px;
}

.dp_calendar .calendar_list {
  min-height: 100px;
  background: #f4f4f4;
  text-align: left;
  padding: 20px;
  clear: left;
}

.dp_calendar .calendar_list h2 {
  font-size: 18px;
  float: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-weight: normal;
  color: inherit;
}

.dp_calendar .calendar_list ul#cl_sort_by {
  margin: 0;
  padding: 0;
}

.dp_calendar .calendar_list ul#cl_sort_by li {
  font-size: 18px;
  color: #929292;
  float: left;
  font-family: "Open Sans Condensed", sans-serif;
  margin-left: 10px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 0;
  background: none;
  display: block;
}

.dp_calendar .calendar_list ul#cl_sort_by li:hover,
.dp_calendar .calendar_list ul#cl_sort_by li.active {
  text-decoration: underline;
  cursor: pointer;
  color: #272727;
}

.dp_calendar .calendar_list #list {
  list-style: none;
  margin: 20px 0 0 0;
}

.dp_calendar .calendar_list #list li {
  min-height: 41px;
  padding: 11px;
  font-family: "Open Sans Condensed", sans-serif;
  cursor: pointer;
  background: none;
  line-height: normal;
  list-style: none;
}

.dp_calendar .calendar_list #list li h1 {
  font-size: 38px;
  margin: 0 0 0 10px;
  float: left;
  font-weight: normal;
  color: inherit;
  clear: none;
  line-height: 100%;
}

.dp_calendar .calendar_list #list li .time {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #f6f6f6;
  font-size: 20px;
  padding: 10px;
  float: left;
  font-weight: bold;
  line-height: 100%;
}

.dp_calendar .calendar_list #list li p {
  margin: 10px 0 0 0;
  display: none;
  font-size: 16px;
  line-height: 100%;
}

.dp_calendar .calendar_list #list li.urgent .time {
  background: #d44d45;
  border: 1px solid #b8413a;
}

.dp_calendar .calendar_list #list li.medium .time {
  background: #f8b356;
  border: 1px solid #ecab52;
}

.dp_calendar .calendar_list #list li.low .time {
  background: #c6cf52;
  border: 1px solid #b9c14c;
}

.dp_calendar .calendar_list #list li:hover {
  border: 1px solid #ccc;
  background: #f9f9f9;
  background-position: 1px 4px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}

.count {
  line-height: 100px;
  color: white;
  margin-left: 30px;
  font-size: 25px;
}

#talkbubble {
  width: 120px;
  height: 80px;
  background: red;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 20px;
}

#talkbubble:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid red;
  border-bottom: 13px solid transparent;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background: #26a69a;
  color: #eafaf9;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #26a69a;
}

.collection a.collection-item:not(.active):hover {
  background: #ddd;
}

.collection.with-header .collection-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.fs15.fa-fw {
  width: 35px;
}

.fs16.fa-fw {
  width: 40px;
}

.fs17.fa-fw {
  width: 43px;
}

.fs18.fa-fw {
  width: 46px;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fs3 {
  font-size: 4px !important;
}

.fs4 {
  font-size: 4px !important;
}

.fs5 {
  font-size: 5px !important;
}

.fs6 {
  font-size: 6px !important;
}

.fs7 {
  font-size: 7px !important;
}

.fs8 {
  font-size: 8px !important;
}

.fs9 {
  font-size: 9px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs31 {
  font-size: 31px !important;
}

.fs32 {
  font-size: 32px !important;
}

.fs33 {
  font-size: 33px !important;
}

.fs34 {
  font-size: 34px !important;
}

.fs35 {
  font-size: 35px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs45 {
  font-size: 45px !important;
}

.fs50 {
  font-size: 50px !important;
}

.fs60 {
  font-size: 60px !important;
}

.fs70 {
  font-size: 70px !important;
}

.fs80 {
  font-size: 80px !important;
}

.fs90 {
  font-size: 90px !important;
}

.fs100 {
  font-size: 100px !important;
}

.pn {
  padding: 0 !important;
}

.p1 {
  padding: 1px !important;
}

.p2 {
  padding: 2px !important;
}

.p3 {
  padding: 3px !important;
}

.p4 {
  padding: 4px !important;
}

.p5 {
  padding: 5px !important;
}

.p6 {
  padding: 6px !important;
}

.p7 {
  padding: 7px !important;
}

.p8 {
  padding: 8px !important;
}

.p10 {
  padding: 10px !important;
}

.p12 {
  padding: 12px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p50 {
  padding: 50px !important;
}

.ptn {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.prn {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pln {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

.mnl5 {
  margin-left: -5px !important;
}

.mnl10 {
  margin-left: -10px !important;
}

.mnl15 {
  margin-left: -15px !important;
}

.mnl20 {
  margin-left: -20px !important;
}

.mnt5 {
  margin-top: -5px !important;
}

.mnt10 {
  margin-top: -10px !important;
}

.mnt15 {
  margin-top: -15px !important;
}

.mnt20 {
  margin-top: -20px !important;
}

.mn {
  margin: 0 !important;
}

.mn {
  margin: 0 !important;
}

.mn {
  margin: 0 !important;
}

.m1 {
  margin: 1px !important;
}

.m2 {
  margin: 2px !important;
}

.m3 {
  margin: 3px !important;
}

.m4 {
  margin: 4px !important;
}

.m5 {
  margin: 5px !important;
}

.m8 {
  margin: 8px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mtn {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mrn {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mln {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mtn5 {
  margin-top: -5px !important;
}

.mtn10 {
  margin-top: -10px !important;
}

.mtn15 {
  margin-top: -15px !important;
}

.mtn20 {
  margin-top: -20px !important;
}

.mtn30 {
  margin-top: -30px !important;
}

.mrn5 {
  margin-right: -5px !important;
}

.mrn10 {
  margin-right: -10px !important;
}

.mrn15 {
  margin-right: -15px !important;
}

.mrn20 {
  margin-right: -20px !important;
}

.mrn30 {
  margin-right: -30px !important;
}

.mbn5 {
  margin-bottom: -5px !important;
}

.mbn10 {
  margin-bottom: -10px !important;
}

.mbn15 {
  margin-bottom: -15px !important;
}

.mbn20 {
  margin-bottom: -20px !important;
}

.mbn30 {
  margin-bottom: -30px !important;
}

.mln5 {
  margin-left: -5px !important;
}

.mln10 {
  margin-left: -10px !important;
}

.mln15 {
  margin-left: -15px !important;
}

.mln20 {
  margin-left: -20px !important;
}

.mln30 {
  margin-left: -30px !important;
}

.mvn5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.mvn10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.mvn15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.mvn20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.mvn30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.mhn5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.mhn10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.mhn15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.mhn20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.mhn30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.lh0 {
  line-height: 0 !important;
}

.lh5 {
  line-height: 5px !important;
}

.lh10 {
  line-height: 10px !important;
}

.lh15 {
  line-height: 15px !important;
}

.lh20 {
  line-height: 20px !important;
}

.lh25 {
  line-height: 25px !important;
}

.lh30 {
  line-height: 30px !important;
}

.lh35 {
  line-height: 35px !important;
}

.lh40 {
  line-height: 40px !important;
}

.br-l-n {
  border-left: none !important;
}

.br-r-n {
  border-right: none !important;
}

.br-t-n {
  border-top: none !important;
}

.br-b-n {
  border-bottom: none !important;
}

.br-n {
  border: none !important;
}

.br-v-n {
  border-top: none !important;
  border-bottom: none !important;
}

.br-h-n {
  border-left: none !important;
  border-right: none !important;
}

.br-a {
  border: 1px solid #eeeeee !important;
}

.br-l {
  border-left: 1px solid #eeeeee !important;
}

.br-r {
  border-right: 1px solid #eeeeee !important;
}

.br-t {
  border-top: 1px solid #eeeeee !important;
}

.br-b {
  border-bottom: 1px solid #eeeeee !important;
}

.br-dashed {
  border-style: dotted !important;
}

.br0 {
  border-radius: 0px !important;
}

.br1 {
  border-radius: 1px !important;
}

.br2 {
  border-radius: 2px !important;
}

.br3 {
  border-radius: 3px !important;
}

.br4 {
  border-radius: 4px !important;
}

.br6 {
  border-radius: 6px !important;
}

.br8 {
  border-radius: 8px !important;
}

.br12 {
  border-radius: 12px !important;
}

.br24 {
  border-radius: 24px !important;
}

.br64 {
  border-radius: 64px !important;
}

.bw1 {
  border-width: 1px !important;
}

.bw2 {
  border-width: 2px !important;
}

.bw3 {
  border-width: 3px !important;
}

.bw4 {
  border-width: 4px !important;
}

.bw5 {
  border-width: 5px !important;
}

.bw8 {
  border-width: 8px !important;
}

.bw10 {
  border-width: 10px !important;
}

.bw15 {
  border-width: 15px !important;
}

.br-white {
  border-color: #ffffff !important;
}

.br-lighter {
  border-color: #eeeeee !important;
}

.br-light {
  border-color: #e7e7e7 !important;
}

.br-grey {
  border-color: #d9d9d9 !important;
}

.br-greyer {
  border-color: #cccccc !important;
}

.br-dark {
  border-color: #3b3f4f !important;
}

.br-dark-light {
  border-color: #51566c !important;
}

.br-primary {
  border-color: #3498db !important;
}

.br-primary-light {
  border-color: #5faee3 !important;
}

.br-info {
  border-color: #3bafda !important;
}

.br-info-light {
  border-color: #66c1e2 !important;
}

.br-success {
  border-color: #70ca63 !important;
}

.br-success-light {
  border-color: #93d789 !important;
}

.br-warning {
  border-color: #f6bb42 !important;
}

.br-warning-light {
  border-color: #f8cd73 !important;
}

.br-danger {
  border-color: #df5640 !important;
}

.br-danger-light {
  border-color: #e67d6c !important;
}

.br-alert {
  border-color: #967adc !important;
}

.br-alert-light {
  border-color: #b6a2e7 !important;
}

.br-system {
  border-color: #37bc9b !important;
}

.br-system-light {
  border-color: #58ceb1 !important;
}

.br-tp-top {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.br-tp-right {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.br-tp-left {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.fluid-width {
  width: 100% !important;
}

.mw10 {
  max-width: 10px !important;
}

.mw20 {
  max-width: 20px !important;
}

.mw30 {
  max-width: 30px !important;
}

.mw35 {
  max-width: 35px !important;
}

.mw40 {
  max-width: 40px !important;
}

.mw45 {
  max-width: 45px !important;
}

.mw50 {
  max-width: 50px !important;
}

.mw60 {
  max-width: 60px !important;
}

.mw80 {
  max-width: 80px !important;
}

.mw100 {
  max-width: 100px !important;
}

.mw140 {
  max-width: 140px !important;
}

.mw160 {
  max-width: 160px !important;
}

.mw180 {
  max-width: 180px !important;
}

.mw200 {
  max-width: 200px !important;
}

.mw240 {
  max-width: 240px !important;
}

.mw280 {
  max-width: 280px !important;
}

.mw320 {
  max-width: 320px !important;
}

.mw400 {
  max-width: 400px !important;
}

.mw450 {
  max-width: 450px !important;
}

.mw500 {
  max-width: 500px !important;
}

.mw600 {
  max-width: 600px !important;
}

.mw700 {
  max-width: 700px !important;
}

.mw800 {
  max-width: 800px !important;
}

.mw900 {
  max-width: 900px !important;
}

.mw1000 {
  max-width: 1000px !important;
}

.mw1100 {
  max-width: 1100px !important;
}

.mw1200 {
  max-width: 1200px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w75 {
  width: 75px !important;
}

.w100 {
  width: 100px !important;
}

.w125 {
  width: 125px !important;
}

.w150 {
  width: 150px !important;
}

.w175 {
  width: 175px !important;
}

.w200 {
  width: 200px !important;
}

.w225 {
  width: 225px !important;
}

.w250 {
  width: 250px !important;
}

.w275 {
  width: 275px !important;
}

.w300 {
  width: 300px !important;
}

.w320 {
  width: 320px !important;
}

.w350 {
  width: 350px !important;
}

.w375 {
  width: 375px !important;
}

.w400 {
  width: 400px !important;
}

.w450 {
  width: 450px !important;
}

.mnw20 {
  min-width: 20px !important;
}

.mnw30 {
  min-width: 30px !important;
}

.mnw40 {
  min-width: 40px !important;
}

.mnw50 {
  min-width: 50px !important;
}

.mnw75 {
  min-width: 75px !important;
}

.mnw100 {
  min-width: 100px !important;
}

.mnw125 {
  min-width: 125px !important;
}

.mnw150 {
  min-width: 150px !important;
}

.mnw175 {
  min-width: 175px !important;
}

.mnw200 {
  min-width: 200px !important;
}

.mnw250 {
  min-width: 250px !important;
}

.mnw300 {
  min-width: 300px !important;
}

.mnw500 {
  min-width: 500px !important;
}

.mnw700 {
  min-width: 700px !important;
}

.mnw1000 {
  min-width: 1000px !important;
}

.mnw1100 {
  min-width: 1100px !important;
}

.mnw1200 {
  min-width: 1200px !important;
}

.mnw1300 {
  min-width: 1300px !important;
}

header {
  /* height:40vh; */
}

.alert {
  color: #ffffff;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.alert .eee {
  color: #666666;
}

.alert .close:hover {
  color: #666666;
}

.alert hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  color: #ffffff;
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert.alert-micro,
.alert .alert-sm {
  font-size: 13px;
  padding: 9px 35px 9px 9px;
  border-radius: 0;
}

.alert.alert-sm {
  padding: 12px 35px 12px 12px;
}

.alert.alert-border {
  border: 1px solid transparent;
}

.alert.alert-border-right {
  border-right-width: 6px;
}

.alert.alert-border-top {
  border-top-width: 3px;
}

.alert.alert-border-bottom {
  border-bottom-width: 3px;
}

.alert.alert-border-left {
  padding-left: 15px;
  border-left-width: 6px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  right: -21px;
  color: #fff;
  opacity: 0.3;
}

.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
  color: #fff;
  opacity: 1;
}

.alert-primary {
  background: #57aae1;
}

.alert-primary.alert-border-right {
  border-right-color: #1f74ae;
}

.alert-primary.alert-border-top {
  border-top-color: #1f74ae;
}

.alert-primary.alert-border-bottom {
  border-bottom-color: #1f74ae;
}

.alert-primary.alert-border-left {
  border-left-color: #1f74ae;
}

.alert-primary.light {
  background: #75b9e7;
}

.alert-primary.dark {
  background: #2791d9;
}

.alert-primary.pastel {
  color: #1d6fa5;
  background: #b6daf2;
  border-color: rgba(0, 0, 0, 0.1);
}

.alert-primary.pastel .alert-link {
  color: #1d6fa5;
}

.alert-primary.pastel.alert-micro {
  border-color: #5faee3;
}

.alert-primary.pastel .close {
  color: #1d6fa5;
}

.alert-primary.pastel .close:hover {
  color: #1d6fa5;
}

.alert-success {
  background: #8cd481;
}

.alert-success.alert-border-right {
  border-right-color: #4aaf3c;
}

.alert-success.alert-border-top {
  border-top-color: #4aaf3c;
}

.alert-success.alert-border-bottom {
  border-bottom-color: #4aaf3c;
}

.alert-success.alert-border-left {
  border-left-color: #4aaf3c;
}

.alert-success.light {
  background: #a4dd9c;
}

.alert-success.dark {
  background: #66c658;
}

.alert-success.pastel {
  color: #47a839;
  background: #d9f1d5;
  border-color: rgba(0, 0, 0, 0.1);
}

.alert-success.pastel .alert-link {
  color: #47a839;
}

.alert-success.pastel.alert-micro {
  border-color: #93d789;
}

.alert-success.pastel .close {
  color: #47a839;
}

.alert-success.pastel .close:hover {
  color: #47a839;
}

.alert-info {
  background: #5dbde0;
}

.alert-info.alert-border-right {
  border-right-color: #218ab1;
}

.alert-info.alert-border-top {
  border-top-color: #218ab1;
}

.alert-info.alert-border-bottom {
  border-bottom-color: #218ab1;
}

.alert-info.alert-border-left {
  border-left-color: #218ab1;
}

.alert-info.light {
  background: #7bc9e6;
}

.alert-info.dark {
  background: #2eaad8;
}

.alert-info.pastel {
  color: #2084a9;
  background: #bce4f2;
  border-color: rgba(0, 0, 0, 0.1);
}

.alert-info.pastel .alert-link {
  color: #2084a9;
}

.alert-info.pastel.alert-micro {
  border-color: #66c1e2;
}

.alert-info.pastel .close {
  color: #2084a9;
}

.alert-info.pastel .close:hover {
  color: #2084a9;
}

.alert-warning {
  background: #f8c969;
}

.alert-warning.alert-border-right {
  border-right-color: #eba10b;
}

.alert-warning.alert-border-top {
  border-top-color: #eba10b;
}

.alert-warning.alert-border-bottom {
  border-bottom-color: #eba10b;
}

.alert-warning.alert-border-left {
  border-left-color: #eba10b;
}

.alert-warning.light {
  background: #f9d58b;
}

.alert-warning.dark {
  background: #f5b633;
}

.alert-warning.pastel {
  color: #e19b0b;
  background: #fdf0d4;
  border-color: rgba(0, 0, 0, 0.1);
}

.alert-warning.pastel .alert-link {
  color: #e19b0b;
}

.alert-warning.pastel.alert-micro {
  border-color: #f8cd73;
}

.alert-warning.pastel .close {
  color: #e19b0b;
}

.alert-warning.pastel .close:hover {
  color: #e19b0b;
}

.alert-danger {
  background: #e57563;
}

.alert-danger.alert-border-right {
  border-right-color: #bd3520;
}

.alert-danger.alert-border-top {
  border-top-color: #bd3520;
}

.alert-danger.alert-border-bottom {
  border-bottom-color: #bd3520;
}

.alert-danger.alert-border-left {
  border-left-color: #bd3520;
}

.alert-danger.light {
  background: #ea9082;
}

.alert-danger.dark {
  background: #dd4a33;
}

.alert-danger.pastel {
  color: #b4331e;
  background: #f5cac3;
  border-color: rgba(0, 0, 0, 0.1);
}

.alert-danger.pastel .alert-link {
  color: #b4331e;
}

.alert-danger.pastel.alert-micro {
  border-color: #e67d6c;
}

.alert-danger.pastel .close {
  color: #b4331e;
}

.alert-danger.pastel .close:hover {
  color: #b4331e;
}

.alert-alert {
  background: #b09ae4;
}

.alert-alert.alert-border-right {
  border-right-color: #6d46ce;
}

.alert-alert.alert-border-top {
  border-top-color: #6d46ce;
}

.alert-alert.alert-border-bottom {
  border-bottom-color: #6d46ce;
}

.alert-alert.alert-border-left {
  border-left-color: #6d46ce;
}

.alert-alert.light {
  background: #c6b7ec;
}

.alert-alert.dark {
  background: #8c6ed9;
}

.alert-alert.pastel {
  color: #663dcc;
  background: #f6f3fc;
  border-color: rgba(0, 0, 0, 0.1);
}

.alert-alert.pastel .alert-link {
  color: #663dcc;
}

.alert-alert.pastel.alert-micro {
  border-color: #b6a2e7;
}

.alert-alert.pastel .close {
  color: #663dcc;
}

.alert-alert.pastel .close:hover {
  color: #663dcc;
}

.alert-system {
  background: #50ccad;
}

.alert-system.alert-border-right {
  border-right-color: #288971;
}

.alert-system.alert-border-top {
  border-top-color: #288971;
}

.alert-system.alert-border-bottom {
  border-bottom-color: #288971;
}

.alert-system.alert-border-left {
  border-left-color: #288971;
}

.alert-system.light {
  background: #6cd4ba;
}

.alert-system.dark {
  background: #34b091;
}

.alert-system.pastel {
  color: #26816a;
  background: #a7e5d6;
  border-color: rgba(0, 0, 0, 0.1);
}

.alert-system.pastel .alert-link {
  color: #26816a;
}

.alert-system.pastel.alert-micro {
  border-color: #58ceb1;
}

.alert-system.pastel .close {
  color: #26816a;
}

.alert-system.pastel .close:hover {
  color: #26816a;
}

.alert-default {
  color: #888;
  background: #f0f0f0;
}

.alert-default .alert-link {
  color: #777;
}

.alert-default.alert-border-right {
  border-right-color: #cfcfcf;
}

.alert-default.alert-border-top {
  border-top-color: #cfcfcf;
}

.alert-default.alert-border-bottom {
  border-bottom-color: #cfcfcf;
}

.alert-default.alert-border-left {
  border-left-color: #cfcfcf;
}

.alert-default.pastel,
.alert-default.light {
  background: #fdfdfd;
  border-color: rgba(0, 0, 0, 0.15);
}

.alert-default.dark {
  background: #e6e6e6;
}

.alert-dark {
  background: #626984;
}

.alert-dark.alert-border-right {
  border-right-color: #1f2129;
}

.alert-dark.alert-border-top {
  border-top-color: #1f2129;
}

.alert-dark.alert-border-bottom {
  border-bottom-color: #1f2129;
}

.alert-dark.alert-border-left {
  border-left-color: #1f2129;
}

.alert-dark.pastel,
.alert-dark.light {
  color: #676e89;
  background: #d0d3dc;
}

.alert-dark.pastel .alert-link,
.alert-dark.light .alert-link {
  color: #51566c;
}

.alert-dark.dark {
  background: #4a4f63;
}

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  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;
}

.imgThumbSpot {
  z-index: 99;
  left: -webkit-calc(50% - 60px) !important;
  left: -moz-calc(50% - 60px) !important;
  left: calc(50% - 60px) !important;
  border: 1px ridge #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  list-style-type: none;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  display: block;
  background-color: transparent;
  background-image: url(/template/lsnn/img/bg_image_world_512.png);
  box-shadow: 1px 1px 10px #666;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

.imgThumbSpot:hover {
  opacity: 0.1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

.imgThumbSpot:hover {
  -webkit-transition: 0.31s ease-in;
  -moz-transition: 0.31s ease-in;
  -o-transition: 0.31s ease-in;
  transition: 0.31s ease-in;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.page span.icon {
  display: inline;
  margin: 0px 10px 0 0px;
}

.page iframe.mini-preview-frame {
  width: 400% !important;
  padding-left: 2%;
}

.page ul,
.page ol,
.page ul li li {
  -webkit-margin-before: 0.1em;
}

.page ul,
.page ol,
.page ul li {
  -webkit-margin-after: 0.01em;
  margin: 2px 0 0px 0;
}

menu,
dir {
  display: block;
  list-style-type: disc;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.page ul,
.page ol {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  white-space: pre;
  text-transform: none;
}

.page li {
  display: list-item;
  text-align: -webkit-match-parent;
  line-height: 1.4;
  display: list-item;
  text-align: -webkit-match-parent;
}

.page ul {
  list-style-type: disc;
}

.page ol {
  list-style-type: decimal;
}

.page ul:nth-of-type(2) {
  list-style-type: circle;
}

.page ol:nth-of-type(2) {
  list-style-type: decimal;
}

.page ol li {
  list-style-type: decimal;
}

.page ol li li {
  list-style-type: decimal;
}

.page ol li li li {
  list-style-type: decimal;
}

.page ul,
.page li {
  list-style: inherit;
  font-size: 18px;
}

.page ul li {
  list-style-type: disc;
  -webkit-padding-before: 0em;
}

.page ul.a,
.page ul li li {
  list-style-type: circle;
}

.page ul.b {
  list-style-type: disc;
}

.page ul.c,
.page ul li li li {
  list-style-type: square;
}

.page ol.d {
  list-style-type: armenian;
}

.page ol.e {
  list-style-type: cjk-ideographic;
}

.page ol.f {
  list-style-type: decimal;
}

.page ol.g {
  list-style-type: decimal-leading-zero;
}

.page ol.h {
  list-style-type: georgian;
}

.page ol.i {
  list-style-type: hebrew;
}

.page ol.j {
  list-style-type: hiragana;
}

.page ol.k {
  list-style-type: hiragana-iroha;
}

.page ol.l {
  list-style-type: katakana;
}

.page ol.m {
  list-style-type: katakana-iroha;
}

.page ol.n {
  list-style-type: lower-alpha;
}

.page ol.o {
  list-style-type: lower-greek;
}

.page ol.p {
  list-style-type: lower-latin;
}

.page ol.q {
  list-style-type: lower-roman;
}

.page ol.r {
  list-style-type: upper-alpha;
}

.page ol.s {
  list-style-type: upper-latin;
}

.page ol.t {
  list-style-type: upper-roman;
}

.page ol.u {
  list-style-type: none;
}

.page ol.v {
  list-style-type: inherit;
}

.google-auto-placed {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  position: relative;
}

.material-placeholder {
  display: block;
  position: relative;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.page .material-placeholder>* {
  margin: auto;
}

.page {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
}

.page,
.page #text,
.page div,
.page .Himg,
.page p,
.page li,
.page li a,
.page label,
.page table,
.page td,
.page a,
.page blockquote,
.page blockquote.text-right,
.page blockquote.text-left,
.page blockquote a,
div.page {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  line-height: normal;
  margin: 4px 0 4px 0;
}

div.page.rtl {
  direction: rtl;
}

div.page.ltr {
  direction: auto;
}

.page a {
  font-size: 100%;
}

.hashtag:hover {
  color: rgb(97, 97, 97);
}

.hashtag {
  border-radius: 4px;
  font-weight: 500;
  padding: 0 3px 0 3px !important;
}

.share-dev button {
  margin: 4px 3px;
  padding: 10px 18px;
  border-radius: 10px 4px;
}

.share-dev button i,
.share-dev button span,
.share-dev button a {
  font-size: 20px;
}

.share-dev {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: normal !important;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
}

.page {
  padding: 1.61em 2.7em;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 8px;
  margin: auto 10px;
  background: #ffffff;
}

.page blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 1px;
  margin-inline-end: 5px;
  max-width: calc(100% - 35px);
  margin-left: 10px;
  margin-right: 1px;
  padding-left: 22px;
  border-left: unset;
  line-height: 1.45;
  font-size: 18px;
  border-left: 2px solid;
  color: rgb(55, 55, 55);
}

.page blockquote:after {
  display: block;
  position: relative;
  right: -100%;
  bottom: -1rem;
  content: "\201D";
  margin: 0;
  padding: 0;
  font-size: 6em;
  font-weight: 300;
  font-family: alegreya, serif;
  line-height: 0.1em;
  color: rgba(55, 63, 68, 0.1);
  /* z-index: 1; */
  color: inherit;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.page p {
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 6px 0px;
}

.page #text {
  /* font-size: 1.30em; */
  display: block;
}

#text {
  /* font-size: 16px; */
}

.page .Himg {
  height: 500px;
}

.page h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.page h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

/*.page h2:after {
text-align: left;
-webkit-margin-before: 0.8em;
-webkit-margin-after: 0.14em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
background-color: transparent;
margin: auto;
content: " ";
}*/

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.page h3 {
  display: block;
  font-size: 1.17em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.page h4 {
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.page h5 {
  display: block;
  font-size: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.page h6 {
  display: block;
  font-size: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.header h2 {
  font-weight: normal;
}

.page strong,
.page b {
  font-weight: 700;
}

.image.right {
  float: right;
  margin: 0 0 1rem 1rem;
  top: 0.15rem;
}

.image.left {
  float: left;
  margin: 0 1rem 1rem 0;
  top: 0.15rem;
}

.image.left,
.image.right {
  max-width: 50%;
}

.image.left,
.image.right {
  max-height: 350px;
  overflow-y: auto;
}

.image.left img,
.image.right img {
  max-width: 90%;
  margin: 5% !important;
}

.image.right,
.image.left {
  max-height: 350px;
  overflow-y: overlay;
}

.image.right img,
.image.left img {
  margin: 5% !important;
  border: none !important;
  max-width: 90%;
}

.image {
  border: 0;
  display: inline-block;
  position: relative;
  margin-top: -3px;
  margin-bottom: 18px;
  margin-right: 20px;
  padding: 0;
}

.page p img.img-alf {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 139, 139, 0.34);
  background: rgba(65, 56, 56, 0.53);
  margin: auto;
  z-index: 1;
  clear: both;
}

.page span.image.left~em,
.page span.image.right~em {
  margin: 20px 0px 15px 0px;
  padding: 8px 19px;
  display: block;
  top: -10px;
  border-bottom: 2px solid #c7c7c7a6;
  border-top: 1px solid #c7c7c7a6;
  position: relative;
  border-radius: 0px 0px 11px 11px;
  z-index: 0;
  font-style: normal;
}

.page p img.img-alf~em {
  margin: 16px 16px 16px 10px;
  background: #5e5c5c1c;
  padding: 14px 19px 14px 19px;
  width: calc(50% + 50%);
  font-size: 88%;
  line-height: initial;
  font-style: normal;
  top: unset;
  border-top: 1px solid #c7c7c7a6;
  border-right: 1px solid #c7c7c7a6;
  border-left: 1px solid #c7c7c7a6;
  border-bottom: 2px solid #c7c7c7a6;
  border-radius: 1px 1px 11px 11px;
  z-index: 0;
  clear: right;
  position: relative;
}

.page p img {
  position: relative;
  margin-top: auto;
  margin-bottom: 10px;
  margin-right: auto;
  float: none;
  display: initial;
}

.page p img:hover {
  box-shadow: 1px 0px 19px 2px rgba(96, 96, 96, 0.5);
}

p[class^="pie"],
div[class^="pie"] p,
div[class^="pie"] span,
div[class^="pie"] li,
div[class^="pie"] a,
div[id^="sdfootnote"],
div[id^="sdfootnote"] p,
div[id^="sdfootnote"] span,
div[id^="sdfootnote"] li,
div[id^="sdfootnote"] a {
  font-size: 0.9rem !important;

}

div[class^="pie"],
p[class^="pie"],
div[id^="sdfootnote"] {
  width: 100%;
  margin: 8px auto !important;
  padding-right: 13px !important;
  padding-left: 9px !important;
  padding-top: 6px !important;
  text-align: justify;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0.3em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 1px;
  -webkit-padding-start: 10px;
  -webkit-padding-end: 10px;
  -webkit-padding-before: 1em;
  -webkit-padding-after: 0.01em;
  align-items: center;
}

div[class^="pie"]:after,
p[class^="pie"]:before,
div[id^="sdfootnote"]:before {
  content: "note";
  position: absolute;
  transform: rotate(-90deg);
  font-size: 10px;
  margin-left: -33px;
  margin-top: 1px;
  display: block;
  padding-left: 5px;
  padding-right: 5px;



}

.page sub,
.page sup {
  font-size: 79%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  vertical-align: super;
}

.content-scroll {
  width: 3862px;
  width: -moz-max-content;
  width: -webkit-max-content;
  border-radius: 20px;
  min-height: 0;
  flex: none;
}

.gradiente-blue {
  height: 20px;
  background: black;
  background: -webkit-linear-gradient(rgba(30, 136, 229, 0), #1e88e5);
  background: -o-linear-gradient(rgba(30, 136, 229, 0), #1e88e5);
  background: -moz-linear-gradient(rgba(30, 136, 229, 0), #1e88e5);
  background: linear-gradient(rgba(30, 136, 229, 0), #1e88e5);
  position: relative;
  top: -19px;
}

.thumb-headline h2 {
  color: #eee;
  font-size: 16px;
}

.footer .link a {
  position: relative;
  display: block;
  border-radius: 3px;
  padding: 11px;
  margin: 1px;
  font-size: 16px;
}

.footer-logo {
  margin: 10px 0 16px 20px;
}

.page-footer .colonna {
  padding: 0.01em;
}

.page-footer .img {
  display: table-cell;
  height: 60px;
  vertical-align: bottom;
  padding-left: 0.5em;
}

.page-footer img.logo {
  display: block;
  height: 40px;
  filter: none;
}

.page-footer .title i {
  padding-right: 10px;
  margin-top: 4px;
}

.page-footer .title {
  font-size: 1.22em;
  display: flex;
  height: 2.2em;
  border-bottom: 1px solid #d4d2d0;
  margin: 1.5em 0.001em;
  font-weight: 700;
}

.page-footer .desc {
  font-style: normal;
  font-size: 16px;
  margin: 0.1em 0.5em;
}

.page-footer a {
  /* color: #01293d; */
  text-decoration: none;
  -webkit-tap-highlight-color: #edda32;
  font-size: 16px;
}

a {
  -webkit-tap-highlight-color: #edda32;
}

.page-footer .container,
.page-footer {
  width: 100% !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.latest .clear:hover {
  background: rgba(55, 55, 55, 0.57);
}

.latest .collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 2rem;

  padding: 1em 1em;
  border-bottom: 1px solid #ddd;
  line-height: 1.3em;
  font-weight: 600;
}

.latest,
.newlatest {
  height: 700px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  position: relative;
}

.latest-list li {
  padding: 8px 0;
  border-top: 1px solid #353535;
}

.latest-list li:first-child {
  padding-top: 0;
  border-top: none;
}

.latest-list li a {
  color: #eee;
}

.latest-list small {
  color: #999;
  display: block;
}

.latest.collapsibles.popout {
  border: none;
  box-shadow: none !important;
}

.latest.collapsibles.popout>li.active {
  margin: 16px 10px !important;
}

.latest.collapsibles.popout>li.active>.card {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
}

.latest .media {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest .thumb150 {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  height: 150px;
  width: 150px;
  background-image: url(transparent);
  background-size: cover;
}

.latest h3 {
  margin-left: 20px;
}

.latest .clear {
  /* height: 144px; */
}

.page-footer .card .card-content {
  /* margin: 0; */
  /* padding: 0; */
}

.page-footer hr {
  clear: both;
  float: none;
  margin-top: 0;
  margin-right: 2%;
  margin-bottom: 0;
  margin-left: 2%;
  -webkit-margin-before: 1.5em;
  -webkit-margin-after: 1.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-top-style: inset;
  border-right-style: inset;
  border-bottom-style: inset;
  border-left-style: inset;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-top: 2px solid #dadada;
}

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

.media-body p {
  display: block;
  padding: 0;
}

.media-body .fottext i {
  padding-right: 10px;
}

.media-body .fottext {
  display: flex;
  width: 94%;
  padding: 16px 10px;
  justify-content: space-between;
  align-items: center;
}

.media-body,
.media-left,
.media-right {
  display: table;
  text-align: center;
  width: 100%;
}

.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;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-0-half,
nav,
.card,
.toast,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsibles,
.side-nav {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16), 0 0 0 0 rgba(0, 0, 0, 0.12) !important;
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsibles,
.side-nav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-floating:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4,
.modal {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2),
    0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.clearfix:before,
.homelist:before,
.clearfix:after,
.homelist:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after,
.homelist:after {
  clear: both;
}

.is-hidden {
  display: none !important;
}

.message {
  position: fixed;
  top: 0;
  left: 0;
  background: #444;
  color: #aaa;
  padding: 6px;
}

.message.ok {
  background-color: lightgreen;
  transition: all 0.3s ease;
  color: white;
}

.load-more,
.loading {
  display: block;
  padding: 14px 26px;
  border-radius: 3px;
  clear: both;
  background: #ccc;
  color: #666;
  width: 144px;
  margin: 10px auto;
  text-align: center;
}

.load-more:hover {
  background: #333;
  color: white;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
}

.blur2 {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.blur3 {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.blur4 {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.blur5 {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.blur6 {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.blur7 {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.blur10 {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.grayimage {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#rightCol {
  height: 100%;
  overflow: scroll;
}

#leftCol {
  height: 100%;
  overflow: scroll;
}

#shiva {
  width: 100px;
  height: 100px;
  background: red;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  float: left;
  margin: 5px;
}

.count {
  line-height: 100px;
  color: white;
  margin-left: 30px;
  font-size: 25px;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pin-top,
.pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

.heart {
  background: url(/template/lsnn/image/web_heart_animation.png);
  background-position: left;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  cursor: pointer;
  position: absolute;
  left: -14px;
  background-size: 2900%;
}

.heart:hover,
.heart:focus {
  background-position: right;
}

.heartAnimation {
  display: inline-block;
  -webkit-animation-name: heartBlast;
  animation-name: heartBlast;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: steps(28);
  animation-timing-function: steps(28);
  background-position: right;
}

.feed p {
  font-family: "Georgia", Times, Times New Roman, serif;
  font-size: 25px;
}

.feed {
  clear: both;
  margin-bottom: 20px;
  height: 100px;
  position: relative;
}

.mostra-loading {
  z-index: 9999;
  background: rgba(51, 51, 51, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.advert {
  visibility: visible !important;
}

.rotate90gL {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.rotate90gL:hover {
  -webkit-transform: rotate(90deg) scale(1.2);
  -moz-transform: rotate(90deg) scale(1.25);
  -ms-transform: rotate(90deg) scale(1.25);
  -o-transform: rotate(90deg) scale(1.25);
  transform: rotate(90deg) scale(1.25);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  margin: 10% 0 0 20%;
}

.rotate90gR {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.rotate90gR:hover {
  -webkit-transform: rotate(90deg) scale(1.2);
  -moz-transform: rotate(90deg) scale(1.25);
  -ms-transform: rotate(90deg) scale(1.25);
  -o-transform: rotate(90deg) scale(1.25);
  transform: rotate(90deg) scale(1.25);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  margin: 10% 0 0 20%;
}

.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: -webkit-calc(100% + 60px) !important;
  height: -moz-calc(100% + 60px) !important;
  height: calc(100% + 60px) !important;
  padding-bottom: 60px;
  background: #fff;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.side-nav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.side-nav .collapsibles {
  margin: 0;
}

.side-nav li {
  float: none;
  line-height: 48px;
}

.side-nav li.active {
  background: rgba(0, 0, 0, 0.05);
}

.side-nav a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.side-nav a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.side-nav a.btn,
.side-nav a.btn-large,
.side-nav a.btn-large,
.side-nav a.btn-flat,
.side-nav a.btn-floating {
  margin: 10px 15px;
}

.side-nav a.btn,
.side-nav a.btn-large,
.side-nav a.btn-large,
.side-nav a.btn-floating {
  color: #fff;
}

.side-nav a.btn-flat {
  color: #343434;
}

.side-nav a.btn:hover,
.side-nav a.btn-large:hover,
.side-nav a.btn-large:hover {
  background: #2bbbad;
}

.side-nav a.btn-floating:hover {
  background: #26a69a;
}

.side-nav li>a>i,
.side-nav li>a>[class^="mdi-"],
.side-nav li>a>[class*="mdi-"],
.side-nav li>a>i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.side-nav .divider {
  margin: 8px 0 0 0;
}

.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.side-nav .subheader:hover {
  background-color: transparent;
}

.side-nav .userView {
  overflow: hidden;
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

.side-nav .userView a {
  height: auto;
  padding: 0;
}

.side-nav .userView a:hover {
  background-color: transparent;
}

.side-nav .userView .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
  display: block;
}

.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}

.side-nav .userView .name,
.side-nav .userView .email {
  font-weight: 200;
  line-height: 120%;
}

.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}

.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 600;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.side-nav.fixed a {
  display: block;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.87);
}

.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
}

.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

.menuSlide.side-nav li {
  float: none;
  line-height: 20px;
}

.menuSlide .side-nav .collapsible-body li a,
.menuSlide .side-nav.fixed .collapsible-body li a {
  padding: 0 32px;
}

.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active {
  background: #ee6e73;
}

.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a {
  color: #fff;
}

body.sidebar-show {}

.sidebar,
.sidebar-btn,
.menu-stripes,
.content1 {
  transition: transform 0.5s ease-in-out;
}

.content1 {
  margin-top: 0px;
}

.content1 .sidebar-show:before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 208, 208, 0.5);
  z-index: 5000;
  overflow: auto;
}

#sidebar {
  font: 1em / 1.5 sans-serif;
  color: #333;
  overflow-y: auto !important;
  top: 0;
}

.sidebar h1 {
  font-size: 2.5rem;
  margin-bottom: 0.625rem;
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
}

.sidebar h2 {
  margin-bottom: 0.625rem;
  text-align: left;
  padding-left: 20px;
}

.sidebar h2:after {
  display: block;
  height: 2px;
  background: rgba(168, 177, 230, 0.47);
  content: " ";
  margin-top: 10px;
  margin-left: -20px;
  margin-bottom: -9px;
  width: 107%;
}

.sidebar h3 {
  margin-bottom: 0.625rem;
  text-align: left;
  padding-left: 20px;
}

.sidebar hr {
  margin: 1.25rem 0;
  border: 0;
  height: 1px;
  background: #333;
}

.sidebar .wrapper {
  margin: 0px 0px;
}

.iY {
  bottom: 0;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 56px;
  z-index: 1;
  -webkit-transform: translateX(-242px);
  transform: translateX(-242px);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}

.sidebar {
  position: inherit;
  margin: 0 auto;
  border: 1px solid blue;
  top: 0;
  left: 0;
  margin: 0;
  height: inherit;
  min-width: 240px;
  background: #ffffff !important;
  color: #333;
  overflow-y: scroll;
  transform: translate(-260px);
  z-index: 999;
  will-change: left;
}

.side-nav {
  position: fixed;
  left: inherit;
  top: inherit;
  margin: inherit;
  min-width: 240px;
  background-color: inherit;
  z-index: 999;
  overflow-y: scroll;
  will-change: left;
}

.sidebar.show {
  transform: translate(0);
}

.sidebar-btn {
  position: absolute;
  height: 60px;
  width: 60px;
  background: rgba(128, 128, 128, 0.5);
  border: 0;
  border-radius: 99px;
  top: 10px;
  transform: translate(10px);
  z-index: 5002;
}

.sidebar-btn.sidebar-show {
  transform: translate(300px);
}

.menu-stripes {
  position: relative;
  height: 4px;
  width: 35px;
  margin: 7px auto;
  background: #fff;
  border-radius: 5px;
}

.sidebar-btn.sidebar-show .menu-stripes {
  margin: -3px auto;
}

.sidebar-btn.sidebar-show .menu-stripes:nth-child(1) {
  transform: rotate(45deg);
}

.sidebar-btn.sidebar-show .menu-stripes:nth-child(2) {
  display: none;
}

.sidebar-btn.sidebar-show .menu-stripes:nth-child(3) {
  transform: rotate(-45deg);
}

.sidebar-btn:not(.sidebar-show):hover>.menu-stripes {
  animation: hoverButton 0.4s infinite;
}

.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active {
  background: rgba(74, 64, 61, 0.8);
}

@keyframes hoverButton {
  0% {
    left: 0;
  }

  33% {
    left: -1px;
  }

  66% {
    left: 6px;
  }

  100% {
    left: 0;
  }
}

div.bg-image-news h1 {
  position: absolute;
  margin-top: -webkit-calc(33%);
  margin-top: -moz-calc(33%);
  margin-top: calc(33%);
  font-family: "Roboto", sans-serif;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 3em;
  line-height: 100%;
  background: rgba(224, 29, 29, 0.79);
  padding: 4%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  display: table;
  text-align: center;
}

div.bg-image-news.image {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.bg-image-news h3 {
  position: absolute;
  margin-top: 20%;
  font-family: "Roboto", sans-serif;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 2em;
  line-height: 115%;
  background: rgba(224, 29, 29, 0.79);
  padding: 2%;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: inline-block;
  text-align: right;
  max-width: 590px;
  min-width: 400px;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

div.bg-image-news h3:hover {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

.bg-image-news.image {
  height: 640px;
}

.dropdown-menu li {
  width: 100%;
}

.header-v6 .menu-container {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.masonry-box .masonry-box-in.col-3,
.masonry-box .masonry-box-in.col-4 {
  width: 50%;
}

.imgThumbSpot {
  display: inline-block;
  margin: 0px auto;
  text-align: center;
}

.masonry-box .masonry-box-in.col-4 {
  width: 50%;
}

.menu-container {
  background: #fff;
}

.title {
  line-height: 1.2em;
  position: relative;
  margin-left: 0;
}

.tags-v1 li {
  margin: 0;
  padding: 0;
}

.tags-v1 li a {
  font-size: 13px;
  padding: 4px 8px;
  line-height: 32px;
  border: solid 2px #eee;
  border-radius: 20px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tags-v1 li a:hover {
  text-decoration: none;
  border-color: #e0e0e0;
}

.tags-v2 li {
  padding: 7px 0 7px 4px;
}

.tags-v2 li a {
  color: #555;
  font-size: 13px;
  padding: 5px 10px;
  border: solid 1px #bbb;
}

.tags-v2 li a:hover {
  color: #fff;
  background: #555;
  border-color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tags-v3 li {
  padding: 7px 0 7px 4px;
}

.tags-v3 li a {
  color: #555;
  font-size: 12px;
  padding: 4px 12px;
  border: solid 1px #eee;
}

.tags-v3 li a:hover {
  color: #fff;
  background: #222;
  border-color: #222;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

.tags-v4 li {
  padding: 1px 1px;
  display: inline-block;
}

.tags-v4 a {
  display: flex;
  color: #49bb8b;
  font-size: auto;
  text-align: center;
  font-weight: 400;
  padding: 7px 10px 3px 10px;
  border: 0 solid rgba(206, 202, 202, 0.38);
  min-width: 50px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

i.rounded-x {
  padding: 2px;
}

.tags-v4 a i {
  width: 22px;
  margin-right: 2px;
}

.tags-v4 a:hover {
  color: #fff;
  background: #e74c3c;
  border-color: #e74c3c;
  text-decoration: none;
  -webkit-transition: all 0.25s, -webkit-transform 0.25s;
  transition: all 0.25s, transform 0.25s;
}

.tags-v5 a {}

footer .tags-v4 {}

footer .tags-v4 li {
  display: inline-flex;
  margin: 4px 3px !important;
  align-items: center;
  justify-content: center;
}

footer .tags-v4 .tg a {
  color: #bbb;
  border-radius: 4px;
  padding: 10px 12px 9px 11px;
}

footer .tags-v4 a {
  color: #bbb;
  border-radius: 4px;
  padding: 6px 12px;
}

footer .tags-v4 a:hover {
  color: #fff;
  background-color: inherit;
  border-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.25s, -webkit-transform 0.25s;
  transition: all 0.25s, transform 0.25s;
}

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

.tags-v5 li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

.tags-v5 li a {
  color: #fff;
  font-size: 100%;
  text-align: center;
  line-height: 2.1em;
  font-weight: 600;
  padding: 2px 10px;
  margin: 0;
  text-decoration: none;
  background: rgba(30, 136, 229, 0.99);
  border-color: transparent;
  border-radius: 2px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tags-v5 li a:hover {
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.13);
  -webkit-transition: all 0.25s, -webkit-transform 0.25s;
  transition: all 0.25s, transform 0.25s;
}

ul.tags-v6,
.tags-v6 {
  list-style: none;
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

.tags-v6 li {
  display: inline-block;
  margin: 0 3px !important;
  padding: 0 !important;
}

#footer .tags-v6 a {
  margin: 9px 5px;
}

.tags-v6 a {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  padding: 8px 14px;
  margin: 5px 3px;
  min-width: 30px;
  background: #4fc3f7;
  border: 1px solid rgba(206, 202, 202, 0.38);
  border-color: transparent;
  border-radius: 3px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  flex-wrap: nowrap;
  flex-direction: row;
  box-shadow: 0 0 6px rgb(0 0 0 / 15%);
}

.tags-v6 a i {
  padding-right: 5px;
}

.tags-v6 a:hover {
  color: #fff;
  background: rgba(221, 204, 221, 0.7);
  border-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.25s, -webkit-transform 0.25s;
  transition: all 0.25s, transform 0.25s;
}

ul.tags-v7,
.tags-v7 {
  list-style: none;
  display: flex;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  align-items: center;
  flex-wrap: wrap;
}

.tags-v7 li {
  display: inline-block;
  margin: 2px !important;
  padding: 0 !important;
}

.tags-v7 a {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 17px;
  text-align: left;
  font-weight: 400;
  padding: 8px 17px;
  margin: auto 1px;
  min-width: 52px;
  background: #4fc3f7;
  border: 1px solid rgba(206, 202, 202, 0.38);
  border-color: transparent;
  border-radius: 3px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  justify-content: center;
  height: 40px;
}

.tags-v7 a i {
  padding-right: 5px;
}

.tags-v7 a:hover {
  color: #fff;
  background: rgba(221, 204, 221, 0.7);
  border-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.25s, -webkit-transform 0.25s;
  transition: all 0.25s, transform 0.25s;
}

.bg-tags {
  background: rgb(52 50 62 / 50%) !important;
}

.twitter {
  background: #1da1f2 !important;
}

.facebook {
  background-color: hsl(214, 89%, 52%) !important;
}

.googleplus {
  background: rgba(221, 75, 57, 1) !important;
}

.pinterest {
  background: rgba(203, 32, 39, 1) !important;
}

.linkedin {
  background: rgba(0, 123, 182, 1) !important;
}

.linkedin-light {
  background: rgba(0, 144, 213, 1) !important;
}
.youtube.video {
  height: auto;
  position: relative;
  padding: 4px;
  width: 100%;
}
.youtube {
  background: rgba(187, 0, 0, 1) !important;
}

.vimeo {
  background: rgba(170, 212, 80, 1) !important;
}

.rumble:not(iframe) {
  background: #699c39;
  height: 40px !important;
  padding: 18px 13px !important;
}

.telegram {
  background: #0088cc;
}

.tumblr {
  background: rgba(50, 80, 109, 1) !important;
}

.reddit {
  background: #ff4500 !important;
}

.instagram {
  background: rgba(81, 127, 164, 1) !important;
}

.flickr {
  background: rgba(255, 0, 132, 1) !important;
}

.dribbble {
  background: rgba(234, 76, 137, 1) !important;
}

.quora {
  background: rgba(168, 36, 0, 1) !important;
}

.foursquare {
  background: rgba(0, 114, 177, 1) !important;
}

.forrst {
  background: rgba(91, 154, 104, 1) !important;
}

.vk {
  background: rgba(69, 102, 142, 1) !important;
}

.wordpress {
  background: rgba(33, 117, 155, 1) !important;
}

.stumbleupon {
  background: rgba(235, 72, 35, 1) !important;
}

.yahoo {
  background: rgba(123, 0, 153, 1) !important;
}

.blogger {
  background: rgba(251, 143, 61, 1) !important;
}

.soundcloud {
  background: rgba(255, 58, 0, 1) !important;
}

.bg-tags:hover {
  background: rgba(204, 204, 204, 0.5) !important;
}

.page .rect,
fieldset .rect {

  font-size: 1.1em;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px groove #ccc;
  padding: 16px !important;
  line-height: 1.4 !important;
}

.usericon {
  background-image: url("/icone/userIcon.png");
  background-repeat: no-repeat;
  background-position: right center;
  white-space: nowrap;
  margin-right: 24px;
  padding-right: 24px;
}

#anniversario {
  background-image: url("/iconbg/anniversario5.png");
  background-repeat: no-repeat;
  background-position: right top;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 100px;
  height: 120px;
}

.flashneve {
  position: absolute;
  z-index: 0;
  top: 186px;
  width: 100%;
  height: 180px;
}

.iconFoto small {
  background: url("/icone/icone-16.png");
  background-position: 32px 32px;
  margin-right: 0.9em;
  margin-left: 0.1em;
  width: 20px;
  height: 20px;
  float: left;
}

.page fieldset {
  position: relative;
  margin: 20px 0;
  padding: 20px 14px 14px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.4 !important;
  /* background: rgba(239, 239, 244, 0.51); */
  word-break: break-word;
  background-size: cover;
}

fieldset legend {
  border-bottom: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.84);
  color: rgba(68, 68, 68, 0.8);
  padding: 9px 15px;
  font-size: 1.3em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 10px;
  box-shadow: 1px 0px 5px 1px #ddd;
  margin-left: 0;
}

.page legend small {
  font-size: 15px;
  color: #999999;
}

.rrssb-text {
  font-size: 20px !important;
}

.page label,
.page input,
.page button,
.page select,
.page textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.43;
}

#talkbubble {
  width: 120px;
  height: 80px;
  background: red;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 20px;
}

#talkbubble:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid red;
  border-bottom: 13px solid transparent;
}

.linker {
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}

aside ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(62, 50, 119, 0.92);
}

aside li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: color 0.28s ease;
}

aside li a.item,
aside li a.item:hover,
aside li a.item:active,
aside li a.item:visited {
  font-size: 15px;
  color: white;
  text-align: center;
  text-decoration: none;
}

aside li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

circle {
  padding: 20px;
}

aside li a .btn-circle-sx {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 10px !important;
  margin-left: 4px !important;
  margin-right: 4px !important;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle;
}

aside.nav {
  z-index: -1;
}

aside {
  transition: width 0.3s linear;
  transition: box-shadow 0.25s;
  transition: all 0.3s ease-out;
}

aside.homepage-menu .tabsHome {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}

aside.homepage-menu .tabsHome .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  overflow: hidden;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(204, 204, 204, 1);
}

aside.homepage-menu .tabsHome .tab {
  min-width: -webkit-calc(100% / 5);
  min-width: -moz-calc(100% / 5);
  min-width: calc(100% / 5);
  height: 50px;
}

aside .homepage-menu .tabsHome .tab li {
  display: block;
  width: 100%;
  height: 100%;
  transition: color 0.28s ease;
}

aside .btn-circle-menu {
  display: inline-table;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle;
  height: 37px;
  width: 37px;
  padding-top: 6px !important;
  font-size: 130%;
}

aside li span {
  margin-left: 10px;
}

aside.homepage-menu .tabsHome .tab a {
  font-size: 105%;
  display: block;
  width: 100%;
  height: 100%;
  transition: color 0.28s ease;
  padding: 7px;
}

aside.homepage-menu li a i {
  padding: 3px;
}

#menuNav.wrapper.section-menuNav {
  padding-top: 1px;
}

#CookieLaw {
  position: absolute;
  display: block;
  font-size: 1.5rem;
  left: 4%;
  right: 4%;
  padding: 2em;
  width: 92%;
  z-index: 100;
  /* background: #ffffff; */
  line-height: 1.1;
  font-style: normal;
  border-radius: 0.45em;
  margin-top: 15%;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.13), 0 13px 20px rgba(0, 0, 0, 0.2);
  background-color: white;
}

#CookieLaw li,
#CookieLaw sup,
#CookieLaw strong {
  color: #141f25;
  font-size: 15px;
}

#CookieLaw .text {
  color: #141f25;
  line-height: 1.4;
}

#CookieLaw em {
  color: #fff;
  font-size: 85%;
  display: inline-block;
  font-style: normal;
  line-height: 140%;
}

#CookieLaw .bottone {
  border: solid 1px transparent;
  outline: 0;
  font-weight: 300;
  font-size: inherit;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0.2em;
  background: rgba(0, 0, 0, 1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

#CookieLaw .bottone:hover {
  background: #77777d;
}

.spinner svg {
  width: 28px;
  height: 28px;
  stroke: #444;
  fill: #444;
}

.btn-user {
  position: relative;
  display: inline-block;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 100%;
  padding: 0;
  background: #26a69a;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
}

.md-avatar {
  background: rgba(255, 255, 255, 0.58);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(136, 153, 166, 0.35);
  height: 80px;
  min-width: 80px;
  max-width: 80px;
  overflow: hidden;
  position: relative;
  margin: 3px 0px 3px 10px;
}

.md-avatar i {
  font-size: 88px;
  color: cornflowerblue;
  top: -6px;
  position: relative;
  left: 1px;
}

.md-avatar p,
.md-avatar img {
  vertical-align: middle;
  align-content: center;
  font-size: 1.5vw;
  width: 100%;
  height: 100%;
}

p.md-avatar.text {
  -moz-force-broken-image-icon: 1;
  border-radius: 8px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 800px) {

  .page avatar {
    display: block;
    line-height: normal;
  }

  .bts-popup-container {
    margin: 0.5rem !important;
    width: 100%;
    max-width: 360px;
    padding: 20px;
  }

  .bts-popup-container img {
    margin: 0.5rem !important;
    width: 80px !important;
    padding: 2px;
  }

  .page label,
  .page input,
  .page button,
  .page select,
  .page textarea {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.43;
  }

  .fb-video~em {
    margin: -9px 14px 16px 10px;
    background: #5e5c5c1c;
    padding: 9px 16px;
    font-size: 88%;
    line-height: initial;
    font-style: normal;
    top: 7px;
    bottom: 20px;
    border-bottom: 2px solid #c7c7c7a6;
    border-radius: 1px 1px 11px 11px;
    position: relative;
    display: block;
    z-index: 0;
    clear: both;
  }
}

.direction-l {
  position: absolute;
  right: 51%;
}

.direction-r {
  position: absolute;
  left: 50%;
}

.flag-lt {
  border-radius: 2px;
  display: inline-block;
  height: 34px;
  width: 43px;
  line-height: 20px;
  outline: 0;
  padding: 0px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid rgba(204, 221, 246, 0.51);
}

.flag-lt:hover {
  background: rgba(204, 221, 246, 0.51);
}

.flag-lt img {
  width: 32px;
  height: 24px;
}

.flag-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.flag-wrapper .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.flag-wrapper:after {
  padding-top: 75%;
  display: block;
  content: "";
}

.flag-wrapper .flag.f16 {
  width: 16px;
  height: 16px;
}

.flagTL-wrapper {}

.flagTL {
  position: relative;
  display: table-cell;
  background: rgb(248, 248, 248);
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
  height: auto;
}

.direction-l .flagTL {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  right: calc(20% - 4px);
}

.direction-r .flagTL {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  left: calc(20% + 8px);
}

.direction-r .flagTL.conta {
  font-size: 30px;
  left: calc(20% - 3px);
}

.direction-r .flagTL:before {
  left: 54px;
}

.direction-l .flagTL:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flagTL:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.count-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}

.count {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}

.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(71 71 71 / 5%);
}

.desc {
  margin: 1em 0.75em 0 0;
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

.g45 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

#nav {
  position: relative;
  z-index: 5000;
  text-align: center;
}

#Dots {
  position: absolute;
  z-index: 5000;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.Dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  float: left;
  background: #fff;
  opacity: 1;
  margin: 5px;
  margin-bottom: 0px;
  cursor: pointer;
  border: 2px solid #ffffff;
}

#prevtBtn,
#nextBtn {
  color: white;
  font-size: 45px;
  margin: 15px 15px 0px 15px;
  position: relative;
}

.slideGallery span {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
}

.boxGallery:nth-child(1) {
  background: #ff002f;
}

.boxGallery:nth-child(2) {
  background: #00718b;
}

.boxGallery:nth-child(3) {
  background: #4a5619;
}

.boxGallery:nth-child(4) {
  background: #ff002f;
}

.boxGallery:nth-child(5) {
  background: #006f73;
}

#logo {
  border-radius: 50%;
  position: absolute;
  z-index: 5000;
  top: 20px;
  left: 20px;
}

#links {
  z-index: 500;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-family: tahoma;
  color: #fff;
}

#links a {
  text-decoration: none;
  font-size: 2.3em;
  color: #fff;
}

#twitter {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

#pens {
  position: absolute;
  bottom: 15px;
  left: 20px;
}

.ads-carousel-item {
  float: left;
  overflow: hidden;
  width: 300px;
  margin: 0 1.6em 0 0;
  transition: box-shadow 0.25s;
}

.ads-carousel-item .card .book img {
  height: 180px;
}

.ads-carousel-item .card img {
  height: 150px;
}

.ads-carousel-item .card {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
}

.ads-carousel-item .card .blue {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px 10px 0 0;
}

.ads-carousel-item .card-image {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.list-carousel-item {
  float: left;
  overflow: hidden;
  width: 200px;
  margin: 0 1.6em 0 0;
  transition: box-shadow 0.25s;
  border-radius: 12px;
}

.list-carousel-item .card .book img {
  height: 280px;
}

.list-carousel-item .card img {
  height: 150px;
}

.list-carousel-item .card {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
}

.list-carousel-item .card-image {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wrapper-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: -webkit-box;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}

.content-scroll {
  width: 3862px;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  border-radius: 20px;
  min-height: 0;
  flex: none;
}

.colonna p {
  margin: 30px 1px 10px 1px;
  padding: 0;
}

@media only screen and (max-width: 4096px) {

  .last-carosello-item {
    float: left;
    min-width: 280px;
    margin: 0 0.6em;
    transition: box-shadow 0.25s;
    border-radius: 2px;
  }

  .last-carosello-item .card .book img {
    height: 280px;
  }

  .list-carousel-item .card img {
    height: 150px;
  }

  .last-carosello-item.card {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    width: 310px;
    margin: 0.6em;
  }

  .last-carosello-item .card-image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .carosello {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    position: relative;
    display: -webkit-box;
  }

  /*
.box {
width: 100%;
height: 100%;
position: absolute;
text-align: center;
font-size: 40px;
color: white;
font-family: 'Oswald', arial;
top: 0px;
left: 0px;
}
a:hover + .box, .box:hover {
display: block;
position: absolute;
z-index: 100;
}

.box {
margin: 20px auto;
background: #3498db;
border: 10px solid #fff;
padding: 20px;
border-radius: 20px;
&.max {
width: max-content;
width: -moz-max-content;
width: -webkit-max-content;
}

&.min {
width: min-content;
width: -moz-min-content;
width: -webkit-min-content;
}
}
*/
  .otherNews .colonna {}

  .last-carosello {
    border-radius: 20px;
    min-height: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .last-carosello.latest {
    height: 410px;
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0.3em 0px;
  }

  .page-footer .card .card-content {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgb(16, 16, 17);
    background: -moz-linear-gradient(90deg,
        rgba(16, 16, 17, 1) 0%,
        rgba(47, 47, 62, 1) 54%,
        rgba(20, 22, 23, 1) 100%);
    background: -webkit-linear-gradient(90deg,
        rgba(16, 16, 17, 1) 0%,
        rgba(47, 47, 62, 1) 54%,
        rgba(20, 22, 23, 1) 100%);
    background: linear-gradient(90deg,
        rgba(16, 16, 17, 1) 0%,
        rgba(47, 47, 62, 1) 54%,
        rgba(20, 22, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101011", endColorstr="#141617", GradientType=1);
  }

  .page-footer .card .last a {
    height: 90px;
  }

  .latest .img {
    float: none;
    height: auto;
  }

  .latest .thumb {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 150px;
    width: 100%;
  }

  .page-footer .card.last a.black-text {
    height: 112px;
  }

  .latest .clear {
    display: block;
    position: relative;
    width: 250px;
  }

  .latest {
    height: 400px;
  }

  .newlatest {
    max-height: 414px;
  }

  .newlatest .card-content {
    height: 210px;
    width: 310px;
    overflow-y: hidden;
  }

  .latest .img {
    float: none;
    height: auto;
    width: 263px;
  }

  .page-footer .last a.canale {
    height: 48px;
    padding: 1em 1.8em;
  }

  .page-footer .last p,
  .page-footer .last a {
    font-size: 1.25em;
    padding: 1.8em 1.8em;
    align-items: center;
    justify-content: left;
    line-height: 1.1;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid var(--bg-darken-2);
    height: 117px;
    background: white;
  }

  .latest-list li {
    padding: 8px 0;
    border-top: 1px solid #353535;
  }

  .latest-list li:first-child {
    padding-top: 0;
    border-top: none;
  }

  .latest-list li a {
    color: #eee;
  }
}

.module-carousel {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.module-carousel>.innerGallery {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.module-carousel>.innerGallery>.itemsGallery {
  position: relative;
}

.module-carousel>.innerGallery>.itemsGallery>.itemGallery {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  display: none;
}

.module-carousel>.innerGallery>.itemsGallery>.itemGallery>img,
.module-carousel>.innerGallery>.itemsGallery>.itemGallery>a>img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}

.module-carousel>.innerGallery>.itemsGallery>[class*="active"],
.module-carousel>.innerGallery>.itemsGallery>[class*="prev"],
.module-carousel>.innerGallery>.itemsGallery>[class*="next"] {
  display: block;
}

.module-carousel>.innerGallery>.itemsGallery>.active,
.module-carousel>.innerGallery>.itemsGallery>.active-1 {
  position: relative;
  z-index: 2;
}

.module-carousel.slideGallery>.innerGallery>.itemsGallery>.item {
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .module-carousel.slideGallery>.innerGallery>.itemsGallery>.itemGallery {
    -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: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }

  .module-carousel.slideGallery>.innerGallery>.itemsGallery>.itemGallery.next,
  .module-carousel.slideGallery>.innerGallery>.itemsGallery>.itemGallery.active.rightGallery {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .module-carousel.slideGallery>.innerGallery>.itemsGallery>.itemGallery.prev,
  .module-carousel.slideGallery>.innerGallery>.itemsGallery>.itemGallery.active.leftGallery {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .module-carousel.slideGallery>.innerGallery>.itemsGallery>.itemGallery.next.left,
  .module-carousel.slideGallery>.innerGallery>.itemsGallery>.itemGallery.prev.right,
  .module-carousel.slideGallery>.innerGallery>.itemsGallery>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.module-carousel.slideGallery>.innerGallery>.itemsGallery>.active {
  left: 0;
}

.module-carousel.slideGallery>.innerGallery>.itemsGallery>.next {
  left: 100%;
}

.module-carousel.slideGallery>.innerGallery>.itemsGallery>.prev {
  left: -100%;
}

.module-carousel.slideGallery>.innerGallery>.itemsGallery>.next.leftGallery,
.module-carousel.slideGallery>.innerGallery>.itemsGallery>.prev.rightGallery {
  left: 0;
}

.module-carousel.slideGallery>.innerGallery>.itemsGallery>.active.leftGallery {
  left: -100%;
}

.module-carousel.slideGallery>.innerGallery>.itemsGallery>.active.rightGallery {
  left: 100%;
}

.module-carousel-cols-2>.innerGallery>.itemsGallery {
  width: 50%;
}

.module-carousel-cols-2.slideGallery>.innerGallery>.itemsGallery>.next-2 {
  margin-left: 100%;
}

.module-carousel-cols-2.slideGallery>.innerGallery>.itemsGallery>.prev-2 {
  margin-left: -100%;
}

hr.null {
  height: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

hr {
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#carosello-main {
  width: 100%;
  margin: 5px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 1%;
  left: 0;
  bottom: 0;
}

.galleria-carosello-item {
  float: left;
  overflow: hidden;
  margin: 0 1em;
  transition: box-shadow 0.25s;
  background: #1d2129;
  border: none;
  border-radius: 10px;
  min-width: 600px;
}

.galleria-carosello-item .title p {
  color: white;
}

.galleria-carosello-item .card .book img {
  height: 480px;
}

.galleria-carousel-item .card img {
  height: 450px;
}

.galleria-carosello-item h3 {
  font-size: 1.3em;
  line-height: 0.5;
  color: #b7fffa;
  margin-top: calc(50% / 100 * 5);
}

.galleria-carosello-item h4 {
  font-size: 1em;
  color: #b7fffa;
}

.galleria-carosello-item h5 {
  font-size: 0.9em;
  color: #90caf9;
  font-weight: 400;
}

.galleria-carosello-item p {
  font-size: 1.3em;
  line-height: 0.8;
}

.galleria-carosello-item .card {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
}

.galleria-carosello-item .card-image {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.carosello-block {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: scroll;
  position: relative;
  display: -webkit-box;
}

.galleria-carosello {
  width: 3862px;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  min-height: 0;
  flex: none;
  margin: 1em;
}

.immagine,
.img-full {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 50% !important;
}

.caption_ani {
  display: block;
  position: relative;
  top: 90%;
  vertical-align: bottom !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 1px;
  padding: 10px 20px;
  margin: 0;
  background: rgba(26, 26, 26, 0.69);
}

.pan-gallery {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  background-attachment: scroll;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

.closebtn {
  position: relative;
  right: 4px;
  color: #fff !important;
  cursor: pointer;
  padding: 0 4px;
  font-size: 20px;
  float: right;
}

.closebtn:hover {
  background: rgba(41, 72, 125, 0.7);
}

.closebtn i {
  background: transparent;
  display: inline-block;
  font-style: normal;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/*
.modal {
background-color: transparent;
display: none;
position: fixed;
left: 0;
right: 0;
padding: 0;
max-height: 70%;
width: 55%;
margin: auto;
overflow-y: auto;
overflow-x: hidden;
border-radius: 5px;
will-change: top, opacity;
border: 10px solid rgba(179, 179, 179, 0.44) !important;
}

@media only screen and (max-width:992px) {
.modal {
width: 80%;
}
}

.modal h1, .modal h2, .modal h3, .modal h4 {
margin-top: 0;
}

.modal .modal-content {
padding: 24px;
background: #fff
}

.modal .modal-close {
cursor: pointer;
}

.modal .modal-footer {
border-radius: 0 0 2px 2px;
background: #fafafa;
padding: 4px 6px;
height: 56px;
width: 100%;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
float: right;
margin: 6px 0;
}
*/
.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

#myNav.modal {
  border: 1px solid rgba(179, 179, 179, 0.44) !important;
}

#myNav.modal.open,
.modal-full.open {
  position: fixed;
  display: block;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 27, 42, 0.65);
  margin: 0px !important;
  min-height: 100%;
  width: 100% !important;
  overflow: hidden;
  border-radius: 0;
  will-change: top, opacity;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

.display,
.display1 {
  z-index: 2000;
}

.rslides {
  margin: 0 auto 40px;
}

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(0, 0, 0, 1);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}

.events {
  list-style: none;
}

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: fixed !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto !important;
}

.callbacks img {
  position: absolute;
  display: table-cell;
  z-index: 1;
  border: 0;
  overflow: scroll !important;
}

.callbacks .caption {
  position: fixed;
  vertical-align: middle;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  z-index: 2;
}

.callbacks p,
.callbacks span {
  color: white;
}

.callbacks h3 {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #35c6ff;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/statichtml/optimized_contents/ResponsiveSlides/demo/themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  z-index: 1001 !important;
}

.callbacks_nav:active {
  opacity: 1;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

.dismissBtn {
  top: 4px;
  left: 4px;
  font-size: 20px !important;
  color: #fff;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  padding: 0 6px;
  margin: 0;
  background: rgba(38, 166, 154, 0.25);
  border-radius: 20%;
  transition: 0.3s;
  cursor: pointer;
  z-index: 100;
}

.cd-container {
  width: 98%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  padding: 0.4em 0;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
}

.cd-block>[class*="flag-"] {
  background-color: white;
}

.cd-block {
  position: relative;
  display: flex;
  top: -20px;
  right: 10px;
  justify-content: flex-end;
  align-items: center;
  margin: 0.21em 0em;
  width: 100%;
}

.cd-block::after {
  clear: both;
  content: "";
  display: table;
}

.cd-content .qr {
  background-color: white;
  padding: 6px;
  width: 111px;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid #8544;
  border-radius: 2px 0 13px 2px;
}

.cd-content {
  position: relative;
  display: flex;
  padding: 0.12em;
  border-radius: 8px 16px 8px 2px;
  margin: 0px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cd-content .week {
  font-size: 18px;
  text-align: right;
}

.cd-content .day {
  font-size: 20px;
  text-align: right;
}

.cd-content .month {
  font-size: 14px;
  text-transform: uppercase;
}

.cd-content .year {
  font-size: 16px;
  text-align: right;
}

.counter {
  display: flex;
  background: rgb(57, 54, 133);
  color: white;
  text-align: right;
  position: relative;
  border: 1px dashed #dedede;
  padding: 5px 16px;
  margin-right: -20px;
  margin-top: 5px;
  width: 124px;
  border-radius: 3px 3px 2px 6px;
  justify-content: center;
  align-items: center;
  font-family: "Fira Sans", sans-serif;
}

.counter .number {
  line-height: 42px;
  font-size: 35px;
  color: white !important;
}

.counter .view {
  font-size: 13px;
  line-height: 4px;
  color: white !important;
}

.badge-up {
  display: flex;
  font-size: 16px;
  line-height: inherit;
  color: #fff !important;
  background: #2196f3;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  top: 43px;
  left: 0px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

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

.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 0 10px;
}

.cd-timeline-content.counter {
  background: #009688;
  color: white;
}

.cd-timeline-content p.counter {}

.cd-timeline-content span.counter {
  font-size: 40px;
}

.cd-timeline-content .dp_calendar {
  width: auto;
  min-height: auto;
  text-align: left;
  background: transparent;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1;
  padding: 1px;
}

.cd-timeline-content .dp_calendar .dateloa {
  display: flex;
  justify-items: center;
  justify-content: center;
}

.cd-timeline-content .dp_calendar .date .ora {
  font-size: 14px;
}

.cd-timeline-content .dp_calendar .date .day {
  font-size: 25px;
}

.cd-timeline-content .dp_calendar .date .month {
  font-size: 12px;
}

.cd-timeline-content .dp_calendar .date .year {
  font-size: 20px;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

leftCol {
  z-index: 2;
}

footer.page-footer {
  display: block;
  width: -webkit-fit-content;
  position: sticky;
  top: 0;
  z-index: 4;
}

footer.page-footer {
  margin-top: 0;
  padding-top: 0;
  background: #186fc2;
}

footer.page-footer .clm-h {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

footer.page-footer .col-auto {
  width: auto;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}

.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}

.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.8px;
  width: 15%;
  min-width: 80px;
}

.tabs .tab a {
  color: #ee6e73;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease;
}

.tabs .tab a:hover {
  color: #f9c9cb;
}

.tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #f6b2b5;
  will-change: left, right;
}

#article .tooltipTO {}

#article .tooltipTO .tooltipNow {
  position: absolute;
  display: none;
  margin: 0;
  border: none;
  padding: 8px 12px 8px 11px;
  background: #354550fa;
  color: white;
  margin-top: 0px;
  font-size: 12px;
  box-shadow: 0 0 14px 0 #3f3e3e69;
  z-index: 100;
  font-weight: 300;
  text-align: center;
}

#article .tooltipTO:hover .tooltipNow,
#article .tooltipTO:focus .tooltipNow,
#article .tooltipLS:active .tooltipNow,
#article .tooltipTO:hover+.tooltipNow,
#article .tooltipTO:focus+.tooltipNow,
#article .tooltipTO:active+.tooltipNow {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .63s;
  animation-duration: .63s;
}

#article .tooltipTO:hover .tooltipNow,
#article .tooltipTO:hover+.tooltipNow {
  display: flex;
  width: auto;
  min-width: 90px;
}

.material-tooltip span,
.material-tooltip {
  color: #fff;
}

.material-tooltip {
  padding: 10px 21px;
  font-size: 14px;
  font-weight: 300;
  z-index: 2000;
  background-color: transparent;
  border-radius: 26px;
  min-height: 36px;
  line-height: 17px;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: left;
  max-width: calc(60% - 2px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: .5s;
}

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pagination-wrapper {
  margin: 60px auto;
  text-align: center;
  width: 100%;
}

#pagination {
  display: inline-block;
  margin-bottom: 1.75em;
}

#pagination li {
  display: inline-block;
}

.page-content {
  background: #eee;
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: 660px;
}

/* LE NUOVE CARD */
.innerpad {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.textdecoretion {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: Androgyne;
  font-size: 4rem;
  width: 100%;
  height: 340px;
  background-image: url("/statichtml/image/frutta0208-r.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  background: rgba(0, 51, 153, 0.5);
}

.sky {
  font-family: Androgyne;
  background-image: url("/statichtml/image/s1.png"),
    url("/statichtml/image/s2.png"), url("/statichtml/image/s3.png");
  left: 0;
  top: 0;
  -webkit-animation: snow 20s linear infinite;
  -moz-animation: snow 20s linear infinite;
  -ms-animation: snow 20s linear infinite;
  animation: snow 20s linear infinite;

  width: 100%;
  height: 340px;
  color: #fff;
  display: block;
  position: relative;
  background-repeat: repeat;
  background-position: center;
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, -100px 100px;
  }

  50% {
    background-position: 400px 400px, 100px 0px, -100px 340px;
  }

  100% {
    background-position: 400px 800px, 0px 400px, -100px 680px;
  }
}

.snowBackground {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 99;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: center 50%;
}

.snowman {
  width: 80px;
  height: 100px;
  background: url(/statichtml/image/donate-green-shadow.png) 0 0 no-repeat;
  /*-- Fix to bottom --*/
  position: relative;
  bottom: 0;
  right: 10px;
  margin-right: 80px;
  /*-- Lower than snow background --*/
  z-index: 9;
  /*-- CSS Transition --*/
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  /*-- Click --*/
  cursor: pointer;
}

/*-- Expanded --
* Alternatively you could have:
* .snowman:hover
*
*/
.snowman:hover {
  height: 120px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

video#bgvid {
  /* position: fixed; */
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /* z-index: -100; */
  /* background: url(loop-hd.jpg) no-repeat; */
  background-size: cover;
  z-index: 0;
}

.controls {
  position: relative;
  padding: 1em;
  background: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  width: 100%;
}

#container {
  width: 80%;
  margin: auto auto;
}

.news_list {
  list-style: none;
}

.loadmore {
  color: #fff;
  border-radius: 5px;
  width: 50%;
  height: 50px;
  font-size: 20px;
  background: #42b8dd;
  outline: 0;
}

.loadbutton {
  text-align: center;
}

CHRIsky {
  width: 100%;
  position: relative;
  background-image: url(https://www.lsnn.net/images/christmas-card-lsnn.jpg);
  border-top: 4px solid red;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.CHRIsky canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.rot90 {
  position: absolute;
  top: 18px;
  right: 1px;
  color: white;
  font-size: 12px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.48);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(271deg);
  -o-transform: rotate(271deg);
  writing-mode: rl-bt;
  z-index: 5;
}

@media only screen and (min-width: 0px) {
  .container {
    padding: 3.3em 0.3em;
  }
}

@media only screen and (min-width: 693px) {
  .container {
    padding: 3.3em 2.3em;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    padding: 3.3em 3.3em;
    width: auto;
  }
}

@media only screen and (max-width: 438px) {
  .counter {
    width: 130px;
  }

  /*
.page h1 {
font-size: 1.8em;
}

.page h2 {
font-size: 1.3em;
}

.page h3 {
font-size: 0.97em;
}

.page h4 {
font-size: 0.8em;
}

.page h5 {
font-size: 0.63em;
}

.page h6 {
font-size: 0.47em;
}
*/
}

@media only screen and (min-width: 480px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

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

@media only screen and (max-width: 330px) {
  .breadcrumbs .navbar .breadcrumb {
    top: -175px !important;
  }
}

@media only screen and (max-width: 420px) {
  .logo {
    display: none;
  }

  .logo-black {
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
  }

  .page {
    padding: 2.5em 1.3em;
  }


  .container {
    zoom: 0.7;
    padding: 3.3em 1em !important;
  }

  .container.feedback {
    padding: 0.3em 1em !important;
    /* width: 100%; */
  }

  .container.feedback.list-group {
    width: 100%;
    margin: auto;
  }
}

@media only screen and (max-height: 450px) {
  .overlay-gallery {
    overflow-y: auto;
  }

  .overlay-gallery a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) {
  .logo {
    display: none;
  }

  .logo-black {
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 500px) {
  .error-v1 p {
    font-size: 12px;
  }

  .error-v1 span {
    font-size: 25px;
  }

  .error-v1 span.error-v1-title {
    font-size: 140px;
  }
}

@media (min-width: 0) and (max-width: 651px) {
  .slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

  aside li {
    min-width: -webkit-calc(100% / 3) !important;
    min-width: -moz-calc(100% / 3) !important;
    min-width: calc(100% / 3) !important;
  }

  .slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 20%;
    left: 10%;
    width: 75%;
    opacity: 0;
  }
}

@media only screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }

  .topnav a,
  .topnav input[type="text"],
  .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }

  .topnav input[type="text"] {
    border: 1px solid #ccc;
  }

  .breadcrumbs .navbar .avatar .about {
    position: relative;
    margin: 6px;

    padding: 8px 20px;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 2px 3px rgba(136, 153, 166, 0.35);
  }

  .breadcrumbs .navbar .avatar {
    top: -26px;
    padding: 0px;
  }

  .breadcrumbs .navbar .flag-lt {
    position: relative;
    top: -81px;
    left: 11px;
  }

  .breadcrumbs .navbar {
    list-style: none;
    display: block;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    position: relative;
  }

  .breadcrumbs .navbar .breadcrumb {
    list-style: none;
    border-radius: 4px;
    position: relative;
    padding: 8px;
    margin: 0px 15px 0px 20px;
    top: -175px;
    overflow-x: auto;
    font-size: 16px;
  }

  .breadcrumbs .navbar .avatar img {
    margin: 10px 0px 10px 10px;
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3px #c30eb8, 0 0 0 8px #fff;
    z-index: 1;
  }

  .breadcrumbs .navbar a {
    color: #039be5;
    font-weight: 700;
    font-optical-sizing: auto;
  }

  .callbacks_nav {
    top: 47%;
  }

  .callbacks img {
    overflow: scroll !important;
    max-width: none !important;
  }
}

@media (min-width: 0) and (max-width: 736px) {

  .floatHompageLeft,
  .floatHompageRight {
    position: relative;
    width: 100% !important;
    float: none !important;
    display: block !important;
    border-left-width: 0 !important;
    border-left-style: none !important;
    border-left-color: transparent !important;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(204, 204, 204, 1);
    clear: both !important;
  }
}

@media (min-width: 0) and (max-width: 736px) {

  div.wrapper-scroll.homepage-menu a,
  div.wrapper-scroll.homepage-menu i,
  div.wrapper-scroll.homepage-menu span {}

  div.wrapper-scroll.homepage-menu {
    padding-top: 1px;
    background: rgba(27, 98, 34, 0.9);
  }

  .homepage-menu .tabsHome .tab {
    min-width: -webkit-calc(100% / 1.5) !important;
    min-width: -moz-calc(100% / 1.5) !important;
    min-width: calc(100% / 1.5) !important;
    height: 50px;
  }

  aside.homepage-menu .tabsHome .tab {
    min-width: -webkit-calc(100% / 2.1) !important;
    min-width: -moz-calc(100% / 2.1) !important;
    min-width: calc(100% / 2.1) !important;
    height: 50px;
  }

  .slider .slides li img {}

  #homepage div.slider {
    display: block;
    height: 400px !important;
    top: 0 !important;
  }

  #homepage .slider h1,
  #homepage .slider h2,
  #homepage .slider h3,
  #homepage .slider h4,
  #homepage .slider h5,
  #homepage .caption .title {
    font-family: "Roboto", sans-serif;
    color: #fff !important;
    font-size: 120%;
  }

  img.activator {
    background-size: cover !important;
  }

  #homepage .slider .indicators {
    bottom: -0;
  }

  #homepage .slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 10px 3px;
    transition: background-color 0.9s;
    border-radius: 50%;
  }

  .styleChannel {
    float: right;
    height: 30px;
    width: 30px;
    position: relative;
    border-top-width: 30px;
    border-top-style: solid;
    border-top-color: transparent;
  }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
  header {
    /* display:inline-block; */
  }

  middlecontent.author {
    top: 0 !important;
    display: block;
    margin-top: 0rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    position: relative !important;
  }

  .wrapper.figure,
  .page-wrapper-home {
    display: block;
  }

  a.waves-effect.item.indigo.p12,
  a.waves-effect.item.blue.p12,
  a.waves-effect.item.green.p12,
  a.waves-effect.item.orange.p12,
  a.waves-effect.item.blue.p12 {
    padding: 5px !important;
  }
}

@media only screen and (max-width: 680px) {
  .fb-share-button span iframe {
    border: none;
    visibility: visible;
    width: 126px !important;
    height: 43px !important;
    left: -32px !important;
    top: -21px !important;
  }

  .cd-content {
    position: relative;
    display: inline-flex;
    padding: 0.2em;
    border-radius: 8px 16px 8px 2px;
  }

  .cd-content .week {
    font-size: 16px;
    text-align: right;
  }

  .cd-content .week>span {
    font-size: 15px;
  }

  .cd-content .day {
    font-size: 16px;
    text-align: right;
  }

  .cd-content .month {
    font-size: 16px;
    text-align: right;
  }

  .cd-content .year {
    font-size: 16px;
    text-align: right;
  }

  .dp_calendar {
    position: relative;
    display: inline-block;
    padding: 9px 1px;
  }

  .dp_calendar .div_dates .day_name {
    display: inline;
  }

  .badge-up {
    padding: 1px 3px;
    font-size: 11px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 55px !important;
    left: 7px !important;
  }

  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .timeline li {
    padding: 2em 0;
  }

  .direction-l,
  .direction-r {
    float: none;
    width: 100%;
    text-align: center;
  }

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

  .flagTL {
    background: #ffffff;
    z-index: 15;
  }

  .direction-l .flagTL:before,
  .direction-r .flagTL:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
  }

  .direction-l .flagTL:after,
  .direction-r .flagTL:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: #ffffff;
    border-width: 8px;
    pointer-events: none;
  }

  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .direction-l .time-wrapper {
    float: none;
  }

  .direction-r .time-wrapper {
    float: none;
  }

  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
  }

  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
  }

  div.slider {
    width: 100%;
  }

  div.bg-image-news h3 {
    position: absolute;
    margin-top: 10%;
    max-width: 590px;
    min-width: 540px;
  }

  .bg-image-news.image {
    height: 240px;
  }

  #myNav div.slider {
    height: 87% !important;
    -webkit-user-drag: none;
    overflow-y: auto;
  }

  ul.slides {
    width: 90%;
  }

  .slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    background: #e0e0e0;
    transition: background-color 0.3s;
    border-radius: 50%;
  }

  .overlay-content {
    position: relative;
    top: 0;
    text-align: center;
  }

  .overlay-gallery .slider .slides {
    background-color: transparent;
    margin: 0;
    height: 400px;
  }

  .overlay-gallery .slider .slides li {
    opacity: 0;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100% !important;
    overflow-y: auto;
  }

  .overlay-gallery .slider .indicators {
    position: fixed;
    text-align: center;
    left: 5px;
    right: 5px;
    bottom: 2px;
  }

  .overlay-gallery {
    overflow-y: auto;
  }

  .overlay-gallery a {
    font-size: 20px;
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  div.bg-image-news h1 {
    position: absolute;
    margin-top: -webkit-calc(50%);
    margin-top: -moz-calc(50%);
    margin-top: calc(50%);
    font-family: "Roboto", sans-serif;
    font-weight: 600 !important;
    font-size: 45px;
    line-height: 100%;
    background: rgba(10, 234, 19, 0.9);
    padding: 5%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    display: table;
    text-align: center;
  }

  .google-auto-placed {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .page,
  .page #text,
  .page div,
  .page .Himg,
  .page p,
  .page li,
  .page li a,
  .page label,
  .page table,
  .page td,
  .page a,
  .page blockquote,
  .page blockquote.text-right,
  .page blockquote.text-left,
  .page blockquote a,
  .page {
    font-family: font-family: 'Nunito', sans-serif;
    ;
    font-size: 21px;
  }

  div[class^="pie"],
  p[class^="pie"],
  div[id^="sdfootnote"] {
    width: 100%;
    margin: 8px auto !important;
    padding: 6px 13px 6px 13px !important;
    text-align: left;
  }

  .footwallet>* {
    font-size: 20px !important;
  }

  div[class^="pie"],
  p[class^="pie"],
  div[id^="sdfootnote"],
  div[class^="pie"] a,
  p[class^="pie"] a,
  div[id^="sdfootnote"] a {
    font-size: 16px !important;
    text-align: left;
  }

  .page {
    padding: 1.5em 1.483em;
    overflow: hidden;
  }

  .page code,
  .page pre {
    margin: 1px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 17px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(223, 223, 223, 0.49);
    line-height: 140%;
  }

  .latest .img {
    float: none;
    height: auto;
  }

  .latest .thumb {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 150px;
    width: 100%;
  }

  .page-footer .img {
    display: table-cell;
    height: 60px;
    vertical-align: bottom;
  }

  .page-footer .title {
    font-size: 24px;
    margin: 22px 3px 10px 6px;
    padding: 0px;
  }

  .page-footer .desc {
    font-size: 14px;
    background-color: transparent !important;
  }

  .page-footer a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 13px;
    padding: 10px 10px;
  }

  .tags-v4 a {
    font-size: 16px;
    padding: 11px 11px 11px 9px !important;
  }

  .fb_iframe_widget_fluid_desktop,
  .fb_iframe_widget_fluid_desktop iframe,
  .fb_iframe_widget_fluid_desktop span {
    max-width: 100%;
    /* min-height: 350px; */
    display: block !important;
  }

  .pluginFontHelvetica,
  .pluginFontHelvetica button,
  .pluginFontHelvetica input,
  .pluginFontHelvetica label,
  .pluginFontHelvetica select,
  .pluginFontHelvetica td,
  .pluginFontHelvetica textarea {
    width: 305px !important;
    height: 243px !important;
    left: 0px !important;
    top: 0px !important;
    position: absolute !important;
  }
}

@media only screen and (min-width: 420px) and (max-width: 700px) {
  .fb-share-button span iframe {
    border: none;
    visibility: visible;
    width: 126px !important;
    height: 43px !important;
    left: 0px !important;
    top: 0px !important;
  }
}

@media only screen and (min-width: 1900px) {
  .rumble {
    height: 580px !important;
  }

  .videoWrapper {
    height: 580px !important;
  }
}

@media only screen and (max-width: 1500px) {
  .rumble {
    height: 480px !important;
  }

  .videoWrapper {
    height: 480px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .rumble {
    height: 450px !important;
  }

  .videoWrapper {
    height: 450px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .rumble {
    height: 430px !important;
  }

  .videoWrapper {
    height: 430px !important;
  }
}

@media only screen and (max-width: 900px) {
  .rumble {
    height: 360px !important;
  }

  .videoWrapper {
    height: 360px !important;
  }
}

@media only screen and (max-width: 760px) {
  .rumble {
    height: 330px !important;
  }

  .videoWrapper {
    height: 330px !important;
  }
}

@media only screen and (max-width: 800px) {
  middlecontent {
    max-width: 96%;
    margin: auto;
  }

  img.adatta {
    width: auto !important;
    overflow: hidden;
    margin: auto !important;
    height: auto !important;
  }

  .image.left,
  .image.right {
    max-width: 100%;
    margin: 1rem auto !important;
    display: block !important;
    width: 100%;
  }

  .page p span img.img-alf {
    position: relative;
    margin-top: auto;
    margin-bottom: -19px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
    width: 100% !important;
  }

  .page p img.img-alf~em {
    margin: -8px 1% 4px 1%;
    background: #5e5c5c1c;
    padding: 6px 19px 16px 19px;
    width: calc(98%);
    font-size: 88%;
    line-height: initial;
    font-style: normal;
    top: unset;
    border-top: 1px solid #c7c7c7a6;
    border-right: 1px solid #c7c7c7a6;
    border-left: 1px solid #c7c7c7a6;
    border-bottom: 2px solid #c7c7c7a6;
    border-radius: 1px 1px 11px 11px;
    position: relative;
    z-index: 0;
    clear: inline-end;
  }

  .page span.image.left~em,
  .page span.image.right~em {
    padding: 8px 19px;
    display: inline-block;
    top: -29px;
  }

  .page p img.img-alf~em {
    padding: 8px 19px;
    top: -2px;
  }

  .login fieldset {
    margin: auto;
    width: 280px;
  }

  .Aligner .img {
    height: 180px;
    position: relative;
    background-size: 113px;
  }

  aside,
  section {
    width: auto;
    float: none;
  }

  .fb_iframe_widget_fluid_desktop,
  .fb_iframe_widget_fluid_desktop iframe,
  .fb_iframe_widget_fluid_desktop span {
    max-width: 100%;
    max-height: 350px !important;
    min-height: 250px !important;
    display: block !important;
  }

  middlecontent .line-vertical {
    position: relative;
    display: flex;
    width: 96%;
    margin: 0.5em 2%;
    flex-flow: column;
  }

  middlecontent .item-line-avr {
    display: block;
    width: 100%;
    border-radius: 0;
  }

  .avr.r::before,
  .avr.r:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 86%;
    right: 50%;
    margin-top: -1px;
    bottom: 0;
    margin-left: 0;
    transform: rotate(90deg);
  }

  .avr.l::before,
  .avr.l:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    margin-top: -18px;
    transform: rotate(90deg);
  }
}

@media only screen and (min-width: 80px) and (max-width: 421px) {
  .fb_iframe_widget iframe {
    width: 100% !important;
    left: initial;
    top: initial;
    min-height: 343px !important;
  }
}

@media only screen and (max-width: 640px) and (max-height: 360px) {
  .fb-share-button span iframe {
    border: none;
    visibility: visible;
    width: 126px !important;
    height: 43px !important;
    left: -0 !important;
    top: -0 !important;
  }
}

@media only screen and (max-width: 667px) and (max-height: 375px) {
  .fb-share-button span iframe {
    border: none;
    visibility: visible;
    width: 126px !important;
    height: 43px !important;
    left: -0 !important;
    top: -0 !important;
  }
}

@media only screen and (max-width: 992px) {
  .fb-share-button span iframe {
    border: none;
    visibility: visible;
    width: 126px !important;
    height: 43px !important;
    left: 0;
    top: 0;
  }

  .cd-content .qr {
    width: 100px;
  }

  .cd-content {
    position: relative;
    display: inline-flex;
    padding: 0.2em;
    border-radius: 8px 16px 8px 2px;
  }

  .cd-content .week {
    font-size: 16px;
    text-align: right;
  }

  .cd-content .week>span {
    font-size: 15px;
    line-height: 19px;
  }

  .cd-content .day {
    font-size: 16px;
    text-align: right;
  }

  .cd-content .month {
    font-size: 16px;
    text-align: right;
  }

  .cd-content .year {
    font-size: 16px;
    text-align: right;
  }

  .dp_calendar {
    position: relative;
    display: inline-block;
    padding: 12px 10px;
  }

  .dp_calendar .div_dates .day_name {
    display: flex;
    align-items: center;
  }

  .badge-up {
    padding: 1px 3px;
    top: 20px;
    left: 0px;
  }

  aside.homepage-menu .tabsHome .tab {
    min-width: -webkit-calc(100% / 2.5) !important;
    min-width: -moz-calc(100% / 2.5) !important;
    min-width: calc(100% / 2.5) !important;
    height: 50px;
  }

  .side-nav.fixed {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .side-nav.fixed.right-aligned {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }

  .side-nav a {
    padding: 0 16px;
  }

  .side-nav .userView {
    padding: 16px 16px 0;
  }
}

@media only screen and (min-width: 1140px) {
  .container {
    width: 95%;
  }

  .page h1,
  .page h2,
  .page h3,
  .page h4,
  .page h5,
  .page h6 {
    /*zoom: 125%;*/
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    width: 90%;
  }

  .page h1,
  .page h2,
  .page h3,
  .page h4,
  .page h5,
  .page h6 {
    /*zoom: 140%;*/
  }

  .count-share {
    margin-left: 12px;
    margin-right: 12px;
  }

  .count-share .count-text {
    left: -10px;
    width: 70px;
    font-size: 14px;
  }
}

@media (min-width: 651px) and (max-width: 991px) {
  .header>.container {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }

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

  .navbar-nav .open .dropdown-menu>li>a.header {
    font-size: large;
    font-weight: bolder;
    color: #fff !important;
    background: #285fa1;
    padding: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-bottom-width: thin;
    border-bottom-style: dashed;
    border-bottom-color: rgba(204, 204, 204, 1);
  }

  .navbar-nav .open .dropdown-menu>li>.header:hover {
    font-size: large;
    font-weight: bolder;
    color: #666 !important;
    background: rgba(25, 62, 107, 0.8);
  }

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

  .caret.caret-tp {
    border-top-color: rgba(0, 0, 0, 0.3);
  }

  .caret.caret-xs {
    border-width: 2px;
  }

  .caret.caret-sm {
    border-width: 3px;
  }

  .caret.caret-lg {
    border-width: 5px;
  }

  .dropdown {
    position: relative;
  }

  .dropdown-menu.dropdown-sm {
    min-width: 120px;
  }

  .dropdown-menu.dropdown-sm li {
    margin-bottom: 0;
  }

  .dropdown-menu.dropdown-sm li a {
    font-size: 13px;
    padding: 2px 12px;
  }

  .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: 13px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #cccccc;
    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: 8.5px 0;
    overflow: hidden;
    background: #e5e5e5;
  }

  .dropdown-menu>li>a {
    display: block;
    padding: 5px 15px;
    clear: both;
    color: #666666;
    font-weight: normal;
    line-height: 1.49;
    white-space: nowrap;
  }

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

  .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:hover,
  .dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background: #3498db;
  }

  .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: transparent;
    background-image: none;
    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.49;
    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 solid;
    content: "";
  }

  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }
}

@media only screen and (max-width: 983px) {
  blockFollow .ads {
    height: 0;
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  #aside {
    width: auto;
  }
}

@media only screen and (max-width: 992px) {

  #aside.pinned,
  #aside.pin-bottom {
    position: static !important;
    top: auto !important;
  }
}

@media only screen and (min-width: 992px) {
  .ptn-md {
    padding-top: 0 !important;
  }

  .prn-md {
    padding-right: 0 !important;
  }

  .pbn-md {
    padding-bottom: 0 !important;
  }

  .pln-md {
    padding-left: 0 !important;
  }

  .pt5-md {
    padding-top: 5px !important;
  }

  .pr5-md {
    padding-right: 5px !important;
  }

  .pb5-md {
    padding-bottom: 5px !important;
  }

  .pl5-md {
    padding-left: 5px !important;
  }
}

@media only screen and (min-width: 1100px) {
  #content {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 1139px) {
  blockFollow .ads {
    position: relative;
    box-sizing: border-box;
    clear: both;
    display: block;
    overflow: hidden;
    z-index: 10;
  }
}

@media only screen and (min-width: 1140px) {
  .ptn-lg {
    padding-top: 0 !important;
  }

  .prn-lg {
    padding-right: 0 !important;
  }

  .pbn-lg {
    padding-bottom: 0 !important;
  }

  .pln-lg {
    padding-left: 0 !important;
  }

  .pt5-lg {
    padding-top: 5px !important;
  }

  .pr5-lg {
    padding-right: 5px !important;
  }

  .pb5-lg {
    padding-bottom: 5px !important;
  }

  .pl5-lg {
    padding-left: 5px !important;
  }
}

#lavalamp {
  background: #1a1a1a;
  border: none;
  color: white;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 60px;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 25px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}

#lavalamp {
  display: none;
  height: auto;
  left: 0;
  line-height: 20px;
  min-height: 60px;
  overflow: hidden;
  padding: 20px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9001;
}

#lavalamp span {
  display: block;
  left: 0;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 100%;
}

#lavalamp:before,
#lavalamp:after {
  border: 1px solid white;
  border-radius: 50%;
  content: "";
  display: none;
  height: 160px;
  left: 50%;
  margin: -80px 0 0 -80px;
  position: absolute;
  top: 50%;
  transition: all 250ms ease-out;
  width: 160px;
}

.up-start#lavalamp,
.up-end#lavalamp,
.down-start#lavalamp,
.down-end#lavalamp {
  animation: up-start 1000ms 1 cubic-bezier(0, 1, 0, 1) both;
  display: block;
}

.up-end#lavalamp {
  animation-name: up-end;
  animation-duration: 500ms;
}

.down-start#lavalamp {
  animation-name: down-start;
}

.down-end#lavalamp {
  animation-name: down-end;
  animation-duration: 500ms;
}

@keyframes up-start {
  0% {
    bottom: 0;
    height: 60px;
  }

  100% {
    bottom: 0;
    height: 100%;
  }
}

@keyframes up-end {
  0% {
    bottom: auto;
    height: 100%;
    top: 0;
  }

  100% {
    bottom: auto;
    height: 60px;
    top: 0;
  }
}

@keyframes down-start {
  0% {
    height: 60px;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@keyframes down-end {
  0% {
    bottom: 0;
    height: 100%;
    top: auto;
  }

  100% {
    bottom: 0;
    height: 60px;
    top: auto;
  }
}

.up-start#lavalamp:before,
.up-start#lavalamp:after,
.down-start#lavalamp:before,
.down-start#lavalamp:after {
  animation: pulse 2000ms infinite ease-out both;
  display: block;
}

.up-start#lavalamp:after,
.down-start-start#lavalamp:after {
  animation-delay: 500ms;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }

  30% {
    opacity: 0.5;
  }

  70% {
    opacity: 0;
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
  }
}

.up-start#lavalamp,
.up-end#lavalamp,
.down-start#lavalamp,
.down-end#lavalamp {
  -webkit-animation: up-start 1000ms 1 cubic-bezier(0, 1, 0, 1) both;
  display: block;
}

.up-end#lavalamp {
  -webkit-animation-name: up-end;
  -webkit-animation-duration: 500ms;
}

.down-start#lavalamp {
  -webkit-animation-name: down-start;
}

.down-end#lavalamp {
  -webkit-animation-name: down-end;
  -webkit-animation-duration: 500ms;
}

@-webkit-keyframes up-start {
  0% {
    bottom: 0;
    height: 60px;
  }

  100% {
    bottom: 0;
    height: 100%;
  }
}

@-webkit-keyframes up-end {
  0% {
    bottom: auto;
    height: 100%;
    top: 0;
  }

  100% {
    bottom: auto;
    height: 60px;
    top: 0;
  }
}

@-webkit-keyframes down-start {
  0% {
    height: 60px;
    top: 0;
  }

  100% {
    height: 100%;
    top: 0;
  }
}

@-webkit-keyframes down-end {
  0% {
    bottom: 0;
    height: 100%;
    top: auto;
  }

  100% {
    bottom: 0;
    height: 60px;
    top: auto;
  }
}

.up-start#lavalamp:before,
.up-start#lavalamp:after,
.down-start#lavalamp:before,
.down-start#lavalamp:after {
  -webkit-animation: pulse 2000ms infinite ease-out both;
  display: block;
}

.up-start#lavalamp:after,
.down-start-start#lavalamp:after {
  -webkit-animation-delay: 500ms;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
  }

  30% {
    opacity: 0.5;
  }

  70% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
  }

  100% {
    opacity: 0;
  }
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible-header:focus {
  outline: 0;
}

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.keyboard-focused .collapsible-header:focus {
  background: #eee;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}

aside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300px;
  width: 300px;
  background: #000;
  transition: 0.5s;
  z-index: 20000;
}

aside.show {
  left: 0;
  z-index: 20000;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background: rgba(0, 0, 0, 0.05);
}

.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background: #fff;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.collapsible.popout>li {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout>li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.sidenav {
  position: fixed;
  width: 310px;
  left: 0px;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background: #fff;
  z-index: 10001;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.sidenav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.sidenav .collapsible {
  margin: 0;
}

.sidenav li {
  float: none;
  line-height: 48px;
}

.sidenav li.active {
  background: rgba(0, 0, 0, 0.05);
}

.sidenav li>a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.sidenav li>a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.sidenav li>a.btn,
.sidenav li>a.btn-large,
.sidenav li>a.btn-small,
.sidenav li>a.btn-large,
.sidenav li>a.btn-flat,
.sidenav li>a.btn-floating {
  margin: 10px 15px;
}

.sidenav li>a.btn,
.sidenav li>a.btn-large,
.sidenav li>a.btn-small,
.sidenav li>a.btn-large,
.sidenav li>a.btn-floating {
  color: #fff;
}

.sidenav li>a.btn-flat {
  color: #343434;
}

.sidenav li>a.btn:hover,
.sidenav li>a.btn-large:hover,
.sidenav li>a.btn-small:hover,
.sidenav li>a.btn-large:hover {
  background: #2bbbad;
}

.sidenav li>a.btn-floating:hover {
  background: #26a69a;
}

.sidenav li>a>i,
.sidenav li>a>[class^="mdi-"],
.sidenav li>a li>a>[class*="mdi-"],
.sidenav li>a>i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.sidenav .divider {
  margin: 8px 0 0 0;
}

.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.sidenav .subheader:hover {
  background: transparent;
}

.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

.sidenav .user-view>a {
  height: auto;
  padding: 0;
}

.sidenav .user-view>a:hover {
  background: transparent;
}

.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
  display: block;
}

.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

middlecontent {
  display: block;
  width: 98%;
  /* margin-left: 1rem; */
  /* margin-right: 1rem; */
  position: relative;
  border-radius: 7px;
  /* padding-top: 15px; */
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  /* padding-bottom: 1px; */
  z-index: 3;
  backdrop-filter: blur(6.5);
  -webkit-backdrop-filter: blur(6.5px);
}

middlecontent.author {
  display: block;
  width: -webkit-fit-content;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.6rem;
  position: sticky;
  top: 76px;
  border-radius: 7px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  z-index: 3;
  backdrop-filter: blur(6.5);
  -webkit-backdrop-filter: blur(6.5px);
  background: #a7a7a7;
}

middlecontent .head {
  margin: 0px 7px 17px 7px;
  border-bottom: 3px solid #93944e;
}

#materialbox-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible-header:focus {
  outline: 0;
}

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.keyboard-focused .collapsible-header:focus {
  background: #eee;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background: rgba(0, 0, 0, 0.05);
  color: white;
}

.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background: #fff;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.collapsible.popout>li {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout>li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

div.dataTables_wrapper {
  width: 800px;
  margin: 0 auto;
}

.page table.scroll {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 17px 40px 0px 5px;
  width: 100%;
}

.page table.table {
  border-collapse: collapse;
  margin: 10px auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 17px 5px 10px 5px;
  width: 100%;
}

.container .page .table-container {
  overflow-x: auto;
}

.container .page table {
  border-collapse: collapse;
  margin: 10px auto;
  width: 100%;
}

.container .page table tbody {
  display: table-row-group;
  width: 100%;
}

.container .page thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.container .page table td,
.container .page table th {
  padding: 0.625em;
  border: 1px solid #6969693b;
}

.container .page table th {
  font-weight: bolder;
  font-size: 20px;
  letter-spacing: normal;
}

.container .page table caption {
  font-size: 1.3em;
  margin: 0.5em 0 0.75em;
}

.container .page table td:last-child {
  border-bottom: 0;
}

.container .page table tr {
  padding: 0.35em;
}

.container .page table td {
  white-space: normal;
}

.container .page table {
  border-top: 1px solid #37373759;
}

.container .page table th {
  font-weight: bold;
}


/*Offcanvas*/
.hamburger {
  position: fixed;
  left: 17px;
  top: 17px;
  cursor: pointer;
  z-index: 2000;
}

.hamburger i {
  font-size: 25px;
  color: rgb(181, 181, 181);
  z-index: 2000;
  transition: 0.3s ease;
}

.hamburger i:hover {
  transform: rotate(90deg);
}

.nav-offcanvas {
  width: 300px;
  background: linear-gradient(to bottom right,
      rgba(31, 31, 31, 0.95),
      rgba(43, 43, 43, 0.87));
  height: 100vh;
  position: fixed;
  overflow-x: auto;
  z-index: 2000;
  padding: 50px 0;
  top: 0;
  left: -300px;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-offcanvas .ito-close {
  position: absolute;
  right: 14px;
  top: 12px;
  outline: 0;
  opacity: 1;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 2;
}

.nav-offcanvas .ito-close i {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.58);
  text-shadow: none;
}

.nav-offcanvas .ito-close:hover {
  transform: rotate(90deg);
}

.nav-offcanvas-menu ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 10px;
  list-style: none;
}

.nav-offcanvas-menu ul li a {
  color: rgb(255, 255, 0);
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  padding: 10px 9px;

  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
}

.nav-offcanvas-menu ul li a:hover {
  transform: translateX(10px);
  color: antiquewhite;
}

.nav-offcanvas-menu ul li {
  border-bottom: rgba(102, 102, 102, 0.37) 1px solid;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: start;
}

.nav-offcanvas-menu ul li:hover:not(.header) {
  border-bottom: rgba(199, 199, 199, 0.37) 1px solid;
  background: rgba(156, 156, 156, 0.24);
}

.nav-offcanvas-menu ul li:hover:not(.header) i {
  color: rgb(129, 181, 69);
}

.nav-offcanvas-menu .header {
  margin: -1px auto;
  padding: 15px 13px;
  font-size: 1.3rem;
  background: rgb(24, 24, 24);
  color: white;
}

.nav-offcanvas-menu i:not(.header i) {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.34);
  margin-left: 15px;
}

.nav-offcanvas-menu i {
  font-size: 1.8rem;
  color: white;
  margin-right: 9px;
}

.nav-offcanvas.open {
  left: 0;
  height: 100% !important;
  overflow-y: auto;
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1999;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  opacity: 0;
}

.offcanvas-overlay.on {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.51);
}

nav .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 44px;
}

#menuToggle {
  display: block;
  position: relative;
  top: 50px;
  left: 50px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
* Just a quick hamburger
*/
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/*
* Transform all the slices of hamburger
* into a crossmark.
*/
#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
* But let's hide the middle one.
*/
#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
* Ohyeah and the last one should go the other direction
*/
#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
* Make this absolute positioned
* at the top left of the screen
*/
#menu {
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;

  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

/*
* And let's slide it in from the left
*/
#menuToggle input:checked~ul {
  transform: none;
}

._toggle {
  position: fixed;
  left: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 10002;
  font-size: 2.13rem;
  color: #1a36c5;
  filter: drop-shadow(0px 0px 12px rgb(131 131 131));
}

._toggle.active {
  left: 250px;
}

.privacy-style {
  color: black;
  font-family: sans-serif;
  margin: 3rem 4rem;
  line-height: 1.5;
  text-align: initial;
}

.privacy-style p {
  padding-block-start: 0.4rem;
  padding-block-end: 0.4rem;
}

.privacy-style h1,
.privacy-style h2,
.privacy-style h3,
.privacy-style h4,
.privacy-style h5,
.privacy-style h6 {
  padding-block-start: 0.6rem;
  padding-block-end: 0.6rem;
}

.privacy-style ul,
.privacy-style ol,
.privacy-style menu,
.privacy-style dir {
  display: block;
  list-style-type: inherit;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.container.paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin: auto;
  padding: 1rem;
}

.location-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.location-footer .location-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 268px;
  font-size: 13px;
  margin: 20px auto;
}

.bts-popup-container .bts-popup-close i {
  position: absolute;
  top: 1px;
  right: 7px;
  width: 30px;
  height: 30px;
  font-size: 36px;
}

@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: auto;
  }
}

.bts-popup-container {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  margin: 4rem 3rem;
  display: flex;
  flex-wrap: wrap;
  color: black;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.bts-popup-container {
  background: rgb(255 255 255 / 92%);
}

.popup {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.popup {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.popup.is-visible {
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
}

.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.bts-popup-button {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.bts-popup-button a {
  padding: 1rem !important;
}

.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.popup h2 {
  margin-top: 0;
  color: #666;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}

.popup .close:hover {
  opacity: 1;
}

.popup .content {
  max-height: 400px;
  overflow: auto;
}

.popup p {
  margin: 0 0 1em;
}

.popup p:last-child {
  margin: 0;
}

.bts-popup-container img {
  width: 120px;
  margin: 1rem auto 2rem auto;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.flagSet img {
  width: 40px !important;
}

.submenuLeft .flagSet img {
  width: 32px !important;
  margin-top: 13px;
  position: absolute;
  margin-right: 30px;
  right: 0;
}

article.information {
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 1rem;
  max-width: 800px;
  display: flex;
  align-items: initial;
  justify-items: center;
  flex-direction: column;
  justify-content: center;
}

article.information .info {
  border: none;
  padding: 1rem 2rem;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.23);
}

article.information .info p {
  position: relative;
  font-size: 1rem;
}

article.information .info .tag {
  display: flex;
  position: relative;
  font-size: 0.7rem;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(124, 124, 124, 0.61);
}

article.information .info .title {
  position: relative;
  font-size: 2rem;
  color: rgb(33, 98, 228);
  line-height: 1.2;
  margin-top: 1.62rem;
  margin-bottom: 1.62rem;
}

article.information .info .title small {
  position: relative;
  font-weight: 400;
  font-size: 1rem !important;
  color: rgb(71, 91, 129);
}

article.information .info .time {
  display: inline-block;
  padding: 4px 6px;
  background: rgba(161, 161, 161, 0.25);
  font-size: 12px;
}

article.information .info hr {
  height: 0;
  margin-top: 11px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(110, 110, 110, 0.64);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

article.information .info div .title {
  position: relative;
  font-size: 2.15rem;
  font-weight: 500;
  line-height: 0.72;
}

article.information .info div .description {
  position: relative;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 300;
}

article.information .info figure {
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  right: 27px;
  top: 40px;
  width: 40px;
  padding: 0;
}

article.information .info figure img {
  padding: 0;
  box-shadow: 0 0 4px rgba(99, 99, 99, 0.53);
  width: 48px;
  height: 32px;
}

article.information .info .footer {
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 2rem auto;
  line-height: normal;
}

article.information .info .footer .title {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 1.8rem;
  color: rgb(33, 98, 228);
  line-height: 1.2;
  font-weight: 400;
}

.sourceBy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
}

.sourceBy i {
  font-size: 16px;
  padding-right: 3px;
}

.sourceBy a.source {
  font-size: 20px;
  padding-right: 10px;
  -webkit-transition: all 0.64s ease;
  -o-transition: all 0.64s ease;
  transition: all 0.64s ease;
}

.centro {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  white-space: nowrap;
  font-size: calc(4rem + 3vmax);
}

/* risultati ricerca - statistiche */
.list-group-item-text {
  width: inherit;
  line-height: 1.52;
  margin-left: 1rem;
  margin-right: 1rem;
}

.list-group-item-text.list {
  margin: 30px auto;
  line-height: 130%;
}

.list-group-item-text.list .flags img {
  width: 22px;
  position: absolute;
  top: 1px;
  right: -9px;
}

.list-group-item-text.list .number {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-inline-start: -14px;
}

.list-group-item-text.list .title a {
  padding-inline-end: 1rem;
  padding-left: 8px;
}

.list-group-item-text.list .title {
  padding-bottom: 10px;
  width: 100%;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 3px;
  margin-right: 15px;
  margin-top: 5px;
  padding-inline-start: 21px;
  padding-inline-end: 19px;
}

.list-group>* {
  line-height: normal;
}

.list-group,
.list-group h1,
.list-group h2,
.list-group h3,
.list-group h4,
.list-group h5,
.list-group h6,
.list-group h2 {
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
}


.list-group {
  padding: 0.4rem 0.84rem;
  line-height: normal;
  width: 100%;
  text-align: start;
  max-width: 1000px;
  margin: auto;
}

.list-group.fieldset {
  padding: 1px 1rem;
  margin-block-start: 8px;
  margin-block-end: 8px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}


.list-group h2 {
  display: flex;
  font-size: 23px;
  align-items: center;
  flex-wrap: nowrap;
}

.list-group .svg {
  display: inline-block;
  width: 43px;
  margin-top: -14px;
  margin-left: 8px;
  padding: 0px 2px;
  border-radius: 4px;
}

.list-group-h {
  margin-inline-start: 11px !important;
  margin: auto 16px 20px 16px !important;
  border-bottom: 1px solid #7b7b7b;
  padding-bottom: 13px;
}

.list-group i {
  font-size: 15px;
  margin-right: 7px;
  margin-left: 5px;
}

.list-group p {
  display: flex;
  font-size: 13px;
  margin-block-start: 8px;
  margin-block-end: 13px;
  margin-inline-start: 0px;
  margin-inline-end: 7px;
  line-height: 28px;
  position: relative;
  border-bottom: 1px solid #3b3bab;
  padding-bottom: 5px;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.list-group-item .badge .up-flag {
  background: transparent;
  position: relative;
  padding-right: 4px;
  border-radius: 4px;
  font-size: 8px;
  margin-right: 2px;
  margin-left: 0px;
}

.list-group-item .badge .up-word {
  color: white;
  position: relative;
  padding: 11px 6px 4px 4px;
  border-radius: 4px;
  font-size: 8px;
  margin-right: -2px;
  margin-left: 7px;
  background: #323232ad;
}

.list-group-item .badge .up-num {
  position: relative;
  padding: 3px 5px 2px 5px;
  border-radius: 4px;
  font-size: 11px;
  margin-right: -18px;
  margin-left: 7px;
}

.uppercase {
  text-transform: uppercase;
}

.badge.stat.flag {
  width: auto;
  display: flex;
  align-items: center;
  height: 24px;
  padding: 11px 8px;
}

.badge.stat i {
  position: relative;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  margin-right: 1px;
  margin-left: 0px;
}

.badge.stat {
  display: inline-block;
  padding: 6px 8px 6px 8px;
  font-weight: 700;
  border-radius: 4px;
  margin: auto 8px;
  margin-bottom: 14px;
  margin-right: 12px;
}

.badge.number {
  display: inline-block;
  padding: 8px 8px 7px 8px;
  background: #316b578a;
  font-weight: 700;
  border-radius: 4px;
  margin: auto 8px;
}

.badge.words {
  display: inline-block;
  padding: 6px 10px 5px 10px;
  font-weight: 700;
  border-left: 3px solid #2c6baab0;
  border-right: 3px solid #2c6baab0;
  border-radius: 10px;
  margin: auto 7px;
}

.list-group .paragraph {
  margin: auto;
  padding: 12px;
  text-align: left;
  position: relative;
  width: inherit;
  display: contents;
}

.list-group .flag {
  width: 22px;
}

.list-group .res {
  display: inline-flex;
  font-size: 12px;
  align-items: center;
}

.list-group .res i {
  font-size: inherit;
  margin-right: 7px;
  margin-left: 5px;
}

.list-group .breadcrumb i {
  display: inline-flex;
  position: relative;
  align-items: center;
}

.list-group .breadcrumb {
  list-style: none;
  border-radius: 4px;
  position: relative;
  padding: 3px 8px;
  margin: 2px 10px 26px 1px;
  background: #f0f8ff2e;
  display: flex;
  font-size: 12px;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.list-group .bread-main {
  position: relative;
  display: block;
  width: auto;
}

.list-group .breadcrumb:after {
  content: "/";
  font-size: inherit;
  vertical-align: top;
  display: inline-block;
  margin: 0px 6px 0px 2px;
  -webkit-font-smoothing: antialiased;
}

.list-group .breadcrumb>li {
  display: inline-block;
  padding-left: 6px;
  padding-right: 5px;
}

.list-group .breadcrumb>li img {
  width: 20px;
}

.list-group .breadcrumb>li i {
  font-size: 14px;
  margin: 2px 2px 4px 1px;
}

.list-group .breadcrumb>li .numbers {
  /* font-size: 14px; */
  /* margin: auto; */
  margin-left: 3px;
}

.list-group .breadcrumb>li:before {
  position: absolute;
  margin-left: -8px;
  color: #ccc;
  content: "/\00a0";
}

.list-group .breadcrumb>.active a {
  color: #999;
}

.list-group-item-text.list>.date {
  display: block;
  position: sticky;
  top: 1px;
  z-index: 100;
}

.list-group-item-text.list .date .date {
  display: inline-block;
  padding: 13px 15px;
  font-size: 13px;
  font-weight: 500;
}

.list-group-item-text.list .in-list {
  padding: 29px 24px 27px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.article-counter {}

@keyframes bounceIn {

  0%,
  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.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  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.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}


@keyframes bounceIn {

  0%,
  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.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  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.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes backInUp {
  0% {
    opacity: .7;
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7)
  }

  80% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes backInUp {
  0% {
    opacity: .7;
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7)
  }

  80% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.animate__backInUp {
  animation-name: backInUp -webkit-animation-name: backInUp;
  animation-name: backInUp;
  -webkit-animation-duration: .63s;
  animation-duration: .63s;
}

#target:target {
  background-color: yellow;
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.target:target {
  background-color: yellow;
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.container.feedback {
  display: block;
  border-bottom: 1px solid #c3c3c39e;
  border-radius: 4px;
  background: transparent;
  padding: 29px 43px;
  text-align: center;
}

.container.feedback.message {
  position: sticky;
  display: block;
  margin: auto;
  padding: 1rem;
  top: 0;
  left: unset;
}

.container.feedback.message i {
  position: relative;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 3px auto 23px auto;
  padding: 10px;
  font-size: xx-large;
  color: #2196F3;
  border-radius: 50%;
  background: #e8e8e8;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.container.feedback.message p {
  position: relative;
  display: block;
  margin: auto;
  padding: 0;
  top: unset;
  left: unset;
}

.container.feedback .keyword {
  margin-bottom: 2rem;
  margin-top: 1rem;
  display: block;
  font-size: 21px;
  font-weight: 400;
}

.container.feedback .keyword span {
  display: block;
  background: #ff6a9d;
  color: white;
  width: inherit;
  border-radius: 6px;
  padding: 9px 20px;
  word-break: break-word;
}

.container.feedback p {
  margin-bottom: 2rem;
  margin-top: 1rem;
  display: block;
}

.container.feedback input {
  margin: auto;
  margin-top: 1rem;
}

.container.feedback textarea {
  margin: auto 10px;
  min-height: 150px;
}

.container.feedback textarea {
  margin-top: 0rem;
  margin-bottom: 7px;
  width: -webkit-fill-available;
  padding: 1rem;
}

.grid--type-c {
  min-height: 71vh;
}