﻿.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-viewport img.amministraButtonLink {
  display: inline-block;
  width: auto;
  height: auto;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -3em;
  width: 100%;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-pager .bx-controls-auto-item,
.bx-wrapper .bx-controls-auto .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  outline: 0;
  -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;
}
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80,80,80,0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 2em;
  background-color: rgba(0,0,0,0.3);
}
.bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link:hover,
.bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
  background-color: #000000;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body.phone .wrapper {
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  min-width: 320px;
  max-width: 768px;
}
body.phone .wrapper:before,
body.phone .wrapper:after {
  content: "";
  display: table;
}
body.phone .wrapper:after {
  clear: both;
}
div.entry_cover,
div.entry_cover:hover {
  cursor: pointer;
}
div.entry_cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.entry_cover > a.a_link_all {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  -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;
}
div.entry_cover > a.a_link_all > span.entry_cover_over {
  display: block;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.entry_cover > a.a_link_all > span.entry_cover_over > span {
  display: block;
  margin: auto;
}
div.entry_cover > a.a_link_all > span.entry_cover_over > span.ico {
  width: 3.8em;
  height: 3.8em;
  border-radius: 3em;
  background-color: rgba(0,0,0,0.6);
  background-image: url("../../_files/immagini/icone/more.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
div.entry_cover > a.a_link_all > span.entry_cover_over > span.didascalia {
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
  padding: 1em 3em;
}
div.entry_cover > a.a_link_all,
div.entry_cover > a.a_link_all:hover {
  cursor: pointer;
}
div.entry_cover > a.a_link_all:hover {
  background-color: rgba(0,0,0,0.6);
}
div.entry_cover > a.a_link_all:hover > span.entry_cover_over {
  opacity: 1;
}
div.entry_cover > a.a_link_all:link,
div.entry_cover > a.a_link_all:visited,
div.entry_cover > a.a_link_all:hover {
  color: #FFF;
  text-decoration: none;
}
.va_parent {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i_importo {
  font-size: 1em;
  white-space: nowrap;
}
.i_importo > span {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 100%;
}
.i_importo > span.dec {
  font-size: 80%;
}
.i_importo > span.valuta {
  margin-left: 0.2em;
}
.lingue {
  text-rendering: optimizeLegibility;
}
.lingue.dropdown {
  font-size: 0.8em;
  text-align: left;
  position: relative;
}
.lingue.dropdown a {
  display: block;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.lingue.dropdown a,
.lingue.dropdown a:link,
.lingue.dropdown a:visited {
  color: #333;
}
.lingue.dropdown ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lingue.dropdown ul:before,
.lingue.dropdown ul:after {
  content: "";
  display: table;
}
.lingue.dropdown ul:after {
  clear: both;
}
.lingue.dropdown ul,
.lingue.dropdown ul li,
.lingue.dropdown .dropdown-subcont {
  width: 10em;
}
.lingue.dropdown ul li > a {
  font-weight: normal;
  padding: 0.6em 0.6em;
  position: relative;
}
.lingue.dropdown ul li > a > span {
  display: inline-block;
  vertical-align: middle;
}
.lingue.dropdown ul li > a span.ico {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  background-color: rgba(0,0,0,0.1);
}
.lingue.dropdown ul li > a span.ico.ita {
  background-image: url("../../_files/immagini/flags/ita.png");
}
.lingue.dropdown ul li > a span.ico.eng {
  background-image: url("../../_files/immagini/flags/eng.png");
}
.lingue.dropdown ul li > a span.ico.ger {
  background-image: url("../../_files/immagini/flags/ger.png");
}
.lingue.dropdown ul li > a span.ico.fra {
  background-image: url("../../_files/immagini/flags/fra.png");
}
.lingue.dropdown ul li > a span.ico.spa {
  background-image: url("../../_files/immagini/flags/spa.png");
}
.lingue.dropdown ul li > a span.ico.nld {
  background-image: url("../../_files/immagini/flags/nld.png");
}
.lingue.dropdown ul li > a span.ico.chi {
  background-image: url("../../_files/immagini/flags/chi.png");
}
.lingue.dropdown ul li > a span.caret {
  width: 1em;
  height: 1em;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  display: block;
  top: 1em;
  right: 0.8em;
  border: 0;
  margin: 0;
  padding: 0;
  background-image: url("../../_files/immagini/icone/lingue-dropdown.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.lingue.dropdown > ul > li > a {
  background-color: rgba(0,0,0,0.2);
}
.lingue.dropdown .dropdown-subcont {
  *zoom: 1;
  display: none;
  background-color: #FFF;
  position: absolute;
  z-index: 20;
  left: 0px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.lingue.dropdown .dropdown-subcont:before,
.lingue.dropdown .dropdown-subcont:after {
  content: "";
  display: table;
}
.lingue.dropdown .dropdown-subcont:after {
  clear: both;
}
.lingue.dropdown .dropdown-subcont li {
  display: block;
}
.lingue.dropdown .dropdown-subcont a {
  -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;
  display: block;
  text-align: left;
  white-space: nowrap;
}
.lingue.dropdown .dropdown-subcont a:hover {
  background-color: rgba(0,0,0,0.1);
}
.lingue.dropdown:hover .dropdown-subcont {
  display: block;
  width: auto;
}
div.opt_checkbox div.entry,
div.opt_radio div.entry {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em 0;
  padding: 0.3em 0.6em;
}
div.opt_checkbox div.entry > input,
div.opt_checkbox div.entry > label,
div.opt_radio div.entry > input,
div.opt_radio div.entry > label {
  display: inline-block;
  margin: 0.2em;
}
html.cssanimations div.opt_checkbox div.entry input,
html.cssanimations div.opt_radio div.entry input {
  position: absolute;
  left: -9999px;
}
html.cssanimations div.opt_radio div.entry,
html.cssanimations div.opt_checkbox div.entry {
  position: relative;
}
html.cssanimations div.opt_radio div.entry label,
html.cssanimations div.opt_checkbox div.entry label {
  display: block;
  position: relative;
  margin: 0;
  padding: 6px 0 6px 33px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, background-image .2s, box-shadow .2s;
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 20px 20px;
}
html.cssanimations div.opt_radio div.entry label > span.opt_label,
html.cssanimations div.opt_checkbox div.entry label > span.opt_label {
  display: block;
}
html.cssanimations div.opt_radio div.entry label:hover,
html.cssanimations div.opt_radio div.entry input:focus + label,
html.cssanimations div.opt_checkbox div.entry label:hover,
html.cssanimations div.opt_checkbox div.entry input:focus + label {
  box-shadow: none;
}
html.cssanimations div.opt_checkbox div.entry label {
  background-image: url('../../_files/immagini/icone/checkbox.png');
}
html.cssanimations div.opt_checkbox div.entry input:checked + label {
  background-image: url('../../_files/immagini/icone/checkbox_on.png');
}
html.cssanimations div.opt_radio div.entry label {
  background-image: url('../../_files/immagini/icone/radio.png');
}
html.cssanimations div.opt_radio div.entry input:checked + label {
  background-image: url('../../_files/immagini/icone/radio_on.png');
}
html.cssanimations body.phone div.opt_radio div.entry label,
html.cssanimations body.phone div.opt_checkbox div.entry label {
  padding: 0.1em 0 0.1em 1.9em;
  background-position: 0.3em center;
  background-size: 1.3em;
}
div.social {
  *zoom: 1;
  text-align: center;
}
div.social:before,
div.social:after {
  content: "";
  display: table;
}
div.social:after {
  clear: both;
}
div.social > span.didascalia,
div.social > a.button.button_ico,
div.social > a.ico {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1em;
}
div.social > a.button.button_ico > span.ico,
div.social > a.ico {
  width: 2.4em;
  height: 2.4em;
  border-radius: 3em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  -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;
}
div.social > a.ico.email {
  background-image: url("../../_files/immagini/icone/FFFFFF/email.png");
  background-color: #777;
}
div.social > a.ico.email:hover {
  background-color: #999;
}
div.social > a.button.button_ico > span.ico.fb,
div.social > a.ico.fb {
  background-image: url("../../_files/immagini/icone/FFFFFF/fb.png");
  background-color: #3c5a99;
}
div.social > a.ico.fb:hover {
  background-color: #516ba6;
}
div.social > a.button.button_ico > span.ico.ta,
div.social > a.ico.ta {
  background-image: url("../../_files/immagini/icone/FFFFFF/ta.png");
  background-color: #589442;
}
div.social > a.ico.ta:hover {
  background-color: #67a451;
}
div.social > a.button.button_ico > span.ico.th,
div.social > a.ico.th {
  background-image: url("../../_files/immagini/icone/FFFFFF/th.png");
  background-color: #36465d;
}
div.social > a.ico.th:hover {
  background-color: #516178;
}
div.social > a.button.button_ico > span.ico.li,
div.social > a.ico.li {
  background-image: url("../../_files/immagini/icone/FFFFFF/li.png");
  background-color: #007bb6;
}
div.social > a.ico.li:hover {
  background-color: #238cc0;
}
div.social > a.button.button_ico > span.ico.yt,
div.social > a.ico.yt {
  background-image: url("../../_files/immagini/icone/FFFFFF/yt.png");
  background-color: #bf2e28;
}
div.social > a.ico.yt:hover {
  background-color: #d24c47;
}
div.social > a.button.button_ico > span.ico.tw,
div.social > a.ico.tw {
  background-image: url("../../_files/immagini/icone/FFFFFF/tw.png");
  background-color: #67a6db;
}
div.social > a.ico.tw:hover {
  background-color: #80b5e2;
}
div.social > a.button.button_ico > span.ico.in,
div.social > a.ico.in {
  background-image: url("../../_files/immagini/icone/FFFFFF/in.png");
  background-color: #888;
}
div.social > a.ico.in:hover {
  background-color: #999;
}
div.social > a.button.button_ico > span.ico.gp,
div.social > a.ico.gp {
  background-image: url("../../_files/immagini/icone/FFFFFF/gp.png");
  background-color: #dc4e41;
}
div.social > a.ico.gp:hover {
  background-color: #e96559;
}
div.social > a.button.button_ico > span.ico.pi,
div.social > a.ico.pi {
  background-image: url("../../_files/immagini/icone/FFFFFF/pi.png");
  background-color: #b6000b;
}
div.social > a.ico.pi:hover {
  background-color: #d11e28;
}
@media (max-width: 480px) {
  body.phone {
    font-size: 14px;
  }
}
@media (min-width: 481px) and (max-width: 540px) {
  body.phone {
    font-size: 18px;
  }
}
@media (min-width: 541px) and (max-width: 640px) {
  body.phone {
    font-size: 24px;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  body.phone {
    font-size: 27px;
  }
}
@media (min-width: 769px) {
  body.phone {
    font-size: 30px;
  }
}
.row {
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-1 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 8.33333333333%;
}
.col-2 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 16.6666666667%;
}
.col-3 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}
.col-4 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333333333%;
}
.col-5 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 41.6666666667%;
}
.col-6 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.col-7 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 58.3333333333%;
}
.col-8 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 66.6666666667%;
}
.col-9 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
}
.col-10 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 83.3333333333%;
}
.col-11 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 91.6666666667%;
}
.col-12 {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.pull-1 {
  right: 8.33333333333%;
}
.pull-2 {
  right: 16.6666666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.3333333333%;
}
.pull-5 {
  right: 41.6666666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.3333333333%;
}
.pull-8 {
  right: 66.6666666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.3333333333%;
}
.pull-11 {
  right: 91.6666666667%;
}
.pull-12 {
  right: 100%;
}
.push-1 {
  left: 8.33333333333%;
}
.push-2 {
  left: 16.6666666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.3333333333%;
}
.push-5 {
  left: 41.6666666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.3333333333%;
}
.push-8 {
  left: 66.6666666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.3333333333%;
}
.push-11 {
  left: 91.6666666667%;
}
.push-12 {
  left: 100%;
}
.off-1 {
  margin-left: 8.33333333333%;
}
.off-2 {
  margin-left: 16.6666666667%;
}
.off-3 {
  margin-left: 25%;
}
.off-4 {
  margin-left: 33.3333333333%;
}
.off-5 {
  margin-left: 41.6666666667%;
}
.off-6 {
  margin-left: 50%;
}
.off-7 {
  margin-left: 58.3333333333%;
}
.off-8 {
  margin-left: 66.6666666667%;
}
.off-9 {
  margin-left: 75%;
}
.off-10 {
  margin-left: 83.3333333333%;
}
.off-11 {
  margin-left: 91.6666666667%;
}
.off-12 {
  margin-left: 100%;
}
@media screen and (max-width: 480px) {
  .grid-reset-phone > [class*='col-'] {
    float: none;
    display: block;
    width: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .grid-reset-tablet > [class*='col-'] {
    float: none;
    display: block;
    width: auto;
    left: 0;
    right: 0;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .button > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.test-border {
  border: 1px solid #eee6e6;
}
.test-radius {
  border-radius: 4px;
}
.test-radius-form {
  border-radius: 4px;
}
.test-radius-button {
  border-radius: 4px;
}
span.ico,
a.ico {
  background-repeat: no-repeat;
  background-position: center;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
  border: 1px solid #FFF;
}
pre {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 4px;
  overflow: auto;
  padding: 10px !important;
  background-color: #FEFFF1 !important;
  border: 1px solid #E1E1E8 !important;
  margin-bottom: 14px;
  padding: 9px 14px !important;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
dl {
  margin: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid;
}
blockquote p {
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
body {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.428571429;
  color: #444;
}
a,
.text-link {
  font-weight: 400;
  text-decoration: none;
  color: #990000;
}
a:focus,
.text-link:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:focus,
.text-link:hover,
.text-link:focus {
  color: #4d0000;
  text-decoration: underline;
}
a:active,
.text-link:active {
  color: #1ae6e6;
}
.underline {
  text-decoration: underline;
}
b,
strong {
  font-weight: 700;
}
p {
  margin-bottom: 10px;
}
.hr,
hr {
  border: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfb8b8;
  margin-top: 20px;
  padding-top: 20px;
}
.hr.hr-smaller,
hr.hr-smaller {
  border-width: 0.5px;
  border-style: dotted;
}
.hr.hr-small,
hr.hr-small {
  border-width: 1px;
}
.hr.hr-large,
hr.hr-large {
  border-width: 2px;
}
.hr.hr-larger,
hr.hr-larger {
  border-width: 4px;
}
.hr.gray,
hr.gray {
  border-color: #CCC;
}
.hr.alert,
hr.alert {
  border-color: #f10d26;
}
.hr.info,
hr.info {
  border-color: #948f47;
}
.hr.color,
hr.color {
  border-color: #ff0000;
}
.hr.light,
hr.light {
  border-color: #f9d2d2;
}
.hr.full,
hr.full {
  border-color: #e61a1a;
}
.hr.dark,
hr.dark {
  border-color: #570f0f;
}
.hr.mix,
hr.mix {
  border-color: #df2020;
}
.hr.inverted,
hr.inverted {
  border-color: #1ae6e6;
}
.hr.white,
hr.white {
  border-color: #FFF;
}
.hr.black,
hr.black {
  border-color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 49px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.dl-inline dt {
  margin-right: 10px;
  display: inline-block;
}
.dl-inline dd {
  display: inline-block;
  margin-right: 20px;
}
.dl-inline dd:last-child {
  margin-right: 0px;
}
.wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper-fluid {
  min-width: 960px;
}
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.media {
  *zoom: 1;
}
.media:before,
.media:after {
  content: "";
  display: table;
}
.media:after {
  clear: both;
}
.media .media-sx {
  float: left;
}
.media .media-dx {
  overflow: hidden;
}
.input-group {
  box-sizing: border-box;
  border-collapse: separate;
  display: table;
  position: relative;
}
.input-group-item {
  display: table-cell;
  border-collapse: separate;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  width: 1%;
}
.no-radius {
  border-radius: 0;
}
.no-left-radius {
  position: relative;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  left: -1px;
}
.no-right-radius {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  right: -1px;
  position: relative;
}
.popup-content {
  padding: 20px;
  display: none;
}
.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}
.caret-right {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.align-middle {
  vertical-align: middle;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.overflow-hidden {
  overflow: hidden;
}
.image-responsive {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.display-inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.display-table {
  display: table;
  border-collapse: separate;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.display-table .display-table-cell {
  display: table-cell;
  border-collapse: separate;
  width: 1%;
  white-space: nowrap;
}
.no-border-box,
.content-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.border-box-all,
.border-box-all:before,
.border-box-all:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.pull-center {
  margin: 0 auto;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none;
  visibility: hidden;
}
.affix {
  position: fixed;
}
.reset {
  outline: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  font-size: 100%;
  font: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  border: 0;
  border-radius: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  vertical-align: baseline;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  background: 0;
  background-attachment: scroll;
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: normal;
  color: inherit;
  box-shadow: none;
  float: none;
  height: auto;
  opacity: 1;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  position: static;
  text-align: inherit;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  transition: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  z-index: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  animation: none;
}
.wrap {
  text-wrap: wrap;
  word-wrap: break-word;
}
.no-wrap {
  white-space: nowrap;
}
.unselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smaller {
  font-size: 12px !important;
  padding: 1px 5px;
  line-height: 1.428571429;
}
.small {
  font-size: 13px !important;
  padding: 5px 9px;
  line-height: 1.428571429;
}
.normal {
  font-size: inherit;
  color: #444;
  padding: 7px 13px;
  line-height: 1.428571429;
}
.large {
  line-height: 1.2857142861;
  font-size: 18px !important;
  padding: 10px 17px;
}
.larger {
  line-height: 1.2857142861;
  font-size: 28px !important;
  padding: 15px 25px;
}
.height-smaller {
  min-height: 20px;
}
.height-small {
  min-height: 32px;
}
.height-normal {
  min-height: 36px;
}
.height-larger {
  min-height: 73px;
}
.height-large {
  min-height: 48px;
}
.padding-smaller {
  padding: 1px 5px;
}
.padding-small {
  padding: 5px 9px;
}
.padding,
.padding-normal {
  padding: 7px 13px;
}
.padding-large {
  padding: 10px 17px;
}
.padding-larger {
  padding: 15px 25px;
}
.no-padding {
  padding: 0;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-smaller {
  margin-bottom: 5px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-bottom-large {
  margin-bottom: 40px;
}
.margin-bottom-larger {
  margin-bottom: 80px;
}
.margin-top {
  margin-top: 20px;
}
.margin-top-smaller {
  margin-top: 5px;
}
.margin-top-small {
  margin-top: 10px;
}
.margin-top-large {
  margin-top: 40px;
}
.margin-top-larger {
  margin-top: 80px;
}
.margin-left {
  margin-left: 20px;
}
.margin-left-smaller {
  margin-left: 5px;
}
.margin-left-small {
  margin-left: 10px;
}
.margin-left-large {
  margin-left: 40px;
}
.margin-left-larger {
  margin-left: 80px;
}
.margin-right {
  margin-right: 20px;
}
.margin-right-smaller {
  margin-right: 5px;
}
.margin-right-small {
  margin-right: 10px;
}
.margin-right-large {
  margin-right: 40px;
}
.margin-right-larger {
  margin-right: 80px;
}
.no-margin {
  margin: 0;
}
.bg {
  background-color: #eee6e6;
  color: #333333;
}
.bg a {
  color: #990000;
}
.bg-alert {
  background-color: #f10d26;
  color: #ffffff;
}
.bg-alert a {
  text-decoration: underline;
  color: #ffffff;
}
.bg-info {
  background-color: #948f47;
  color: #ffffff;
}
.bg-info a {
  text-decoration: underline;
  color: #ffffff;
}
.bg-button {
  background-color: #d41111;
  color: #ffffff;
}
.bg-button a {
  color: #ffffff;
}
.bg-light {
  background-color: #f9d2d2;
  color: #333333;
}
.bg-light a {
  color: #990000;
}
.bg-dark {
  background-color: #570f0f;
  color: #ffffff;
}
.bg-dark a {
  text-decoration: underline;
  color: #ffffff;
}
.bg-inverted {
  background-color: #1ae6e6;
  color: #ffffff;
}
.bg-inverted a {
  text-decoration: underline;
  color: #ffffff;
}
.bg-color {
  background-color: #ff0000;
  color: #ffffff;
}
.bg-color a {
  text-decoration: underline;
  color: #ffffff;
}
.bg-full {
  background-color: #e61a1a;
  color: #ffffff;
}
.bg-full a {
  text-decoration: underline;
  color: #ffffff;
}
.bg-white {
  background-color: #FFF;
  color: #333;
}
.bg-gray {
  background-color: #CCC;
  color: #333;
}
.bg-black {
  background-color: #333;
  color: #FFF;
}
.bg-black a {
  text-decoration: underline;
  color: #FFF;
}
.bg-mix {
  background-color: #df2020;
  color: #ffffff;
}
.bg-mix a {
  text-decoration: underline;
  color: #ffffff;
}
.bg-no {
  background-color: transparent;
  background-image: none;
  color: inherit;
}
.bg-hover:hover {
  background-color: rgba(238,230,230,0.5);
}
.border {
  border: 1px solid #cfb8b8;
}
.border.gray {
  border-color: #CCC;
}
.border.alert {
  border-color: #f10d26;
}
.border.info {
  border-color: #948f47;
}
.border.color {
  border-color: #ff0000;
}
.border.light {
  border-color: #f9d2d2;
}
.border.full {
  border-color: #e61a1a;
}
.border.dark {
  border-color: #570f0f;
}
.border.mix {
  border-color: #df2020;
}
.border.inverted {
  border-color: #1ae6e6;
}
.border.white {
  border-color: #FFF;
}
.border.black {
  border-color: #333;
}
.border.border-top,
.border.border-bottom,
.border.border-left,
.border.border-right {
  border-width: 0;
}
.border.border-top {
  border-top-width: 1px;
}
.border.border-bottom {
  border-bottom-width: 1px;
}
.border.border-left {
  border-left-width: 1px;
}
.border.border-right {
  border-right-width: 1px;
}
.border.border-smaller {
  border-width: 0.5px;
  border-style: dotted;
}
.border.border-small {
  border-width: 1px;
}
.border.border-large {
  border-width: 2px;
}
.border.border-larger {
  border-width: 4px;
}
.border-no {
  border: none;
}
.radius {
  border-radius: 4px;
}
.radius.radius-smaller,
.radius.smaller {
  border-radius: 4px/2;
}
.radius.radius-small,
.radius.small {
  border-radius: 4px/1.5;
}
.radius.radius-large,
.radius.large {
  border-radius: 12px;
}
.radius.radius-larger,
.radius.larger {
  border-radius: 24px;
}
.radius-no {
  border-radius: 0;
}
.text-lighter {
  font-weight: 300;
}
.text-normal {
  font-size: inherit;
}
.text-bold {
  font-weight: 600;
}
.text-bolder {
  font-weight: 900;
}
.text-smaller {
  font-size: 12px !important;
}
small,
.text-small {
  font-size: 13px !important;
}
.text-normal {
  font-size: inherit;
}
.text-large {
  font-size: 18px !important;
}
.text-larger {
  font-size: 28px !important;
}
.text-normal {
  color: #444;
}
.text-white {
  color: #FFF;
}
.text-black {
  color: #333;
}
.text-gray {
  color: #CCC;
}
.text-gray-darker {
  color: #808080;
}
.text-gray-dark {
  color: #999999;
}
.text-gray-light {
  color: #d9d9d9;
}
.text-gray-lighter {
  color: #f2f2f2;
}
.text-alert {
  color: #f10d26;
}
.text-info {
  color: #948f47;
}
.text-full {
  color: #e61a1a;
}
.text-inverted {
  color: #1ae6e6;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.info-message {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  text-wrap: wrap;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 20px;
  padding: 15.3846153846px 20px;
  background-color: #eee6e6;
  border-radius: 4px;
  color: #333333;
}
.info-message:empty {
  display: none;
}
.info-message .close {
  cursor: pointer;
}
.info-message a {
  text-decoration: underline;
  color: #990000;
  font-weight: 600;
}
.info-message.alert {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  text-wrap: wrap;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 20px;
  padding: 15.3846153846px 20px;
  background-color: #f10d26;
  border-radius: 4px;
  color: #ffffff;
}
.info-message.alert:empty {
  display: none;
}
.info-message.alert .close {
  cursor: pointer;
}
.info-message.alert a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
}
.info-message.info {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  text-wrap: wrap;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 20px;
  padding: 15.3846153846px 20px;
  background-color: #948f47;
  border-radius: 4px;
  color: #ffffff;
}
.info-message.info:empty {
  display: none;
}
.info-message.info .close {
  cursor: pointer;
}
.info-message.info a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
}
.info-message.full {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  text-wrap: wrap;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 20px;
  padding: 15.3846153846px 20px;
  background-color: #e61a1a;
  border-radius: 4px;
  color: #ffffff;
}
.info-message.full:empty {
  display: none;
}
.info-message.full .close {
  cursor: pointer;
}
.info-message.full a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
}
.info-message.light {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  text-wrap: wrap;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 20px;
  padding: 15.3846153846px 20px;
  background-color: #f9d2d2;
  border-radius: 4px;
  color: #333333;
}
.info-message.light:empty {
  display: none;
}
.info-message.light .close {
  cursor: pointer;
}
.info-message.light a {
  text-decoration: underline;
  color: #990000;
  font-weight: 600;
}
.info-message.dark {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  text-wrap: wrap;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 20px;
  padding: 15.3846153846px 20px;
  background-color: #570f0f;
  border-radius: 4px;
  color: #ffffff;
}
.info-message.dark:empty {
  display: none;
}
.info-message.dark .close {
  cursor: pointer;
}
.info-message.dark a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
}
.info-message.mix {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  text-wrap: wrap;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 20px;
  padding: 15.3846153846px 20px;
  background-color: #df2020;
  border-radius: 4px;
  color: #ffffff;
}
.info-message.mix:empty {
  display: none;
}
.info-message.mix .close {
  cursor: pointer;
}
.info-message.mix a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
}
.info-message .close {
  float: right;
  margin: 0;
}
.label {
  background-color: #eee6e6;
  border-radius: 5px;
  display: inline;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.label:empty {
  display: none;
}
.label.alert {
  background-color: #f10d26;
  color: #ffffff;
}
.label.info {
  background-color: #948f47;
  color: #ffffff;
}
.label.full {
  background-color: #e61a1a;
  color: #ffffff;
}
.label.light {
  background-color: #f9d2d2;
  color: #333333;
}
.label.dark {
  background-color: #570f0f;
  color: #ffffff;
}
.label.mix {
  background-color: #df2020;
  color: #ffffff;
}
.label.inverted {
  background-color: #1ae6e6;
  color: #ffffff;
}
.label.color {
  background-color: #ff0000;
  color: #ffffff;
}
.label.white {
  background-color: #FFF;
  color: #333;
  border: 1px solid #cfb8b8;
}
.label.black {
  background-color: #333;
  color: #333;
  border: 1px solid #eee6e6;
}
.button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 13px;
  font-size: inherit;
  color: #444;
  min-height: 36px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: inherit;
  color: #ffffff !important;
  background-color: #d41111;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #d41111;
  border-top-color: #e21212;
  border-right-color: #e21212;
  border-bottom-color: #c61010;
  border-left-color: #c61010;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#ec1313),to(#bd0f0f));
  background-image: -webkit-linear-gradient(top,#ec1313 0%,#bd0f0f 100%);
  background-image: -moz-linear-gradient(top,#ec1313 0%,#bd0f0f 100%);
  background-image: linear-gradient(to bottom,#ec1313 0%,#bd0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb1313', endColorstr='#ffbc0f0f', GradientType=0);
  -ms-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.button:hover,
.button.selected,
.open .dropdown-toggle.button {
  text-decoration: none !important;
  background-color: #a50d0d;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#d41111),to(#a50d0d));
  background-image: -webkit-linear-gradient(top,#d41111 0%,#a50d0d 100%);
  background-image: -moz-linear-gradient(top,#d41111 0%,#a50d0d 100%);
  background-image: linear-gradient(to bottom,#d41111 0%,#a50d0d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd41111', endColorstr='#ffa50d0d', GradientType=0);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
  border-color: #8e0b0b;
}
.button:active {
  top: 1px;
}
.button.alert {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 13px;
  font-size: inherit;
  color: #444;
  min-height: 36px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: inherit;
  color: #ffffff !important;
  background-color: #f10d26;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #f10d26;
  border-top-color: #f31a32;
  border-right-color: #f31a32;
  border-bottom-color: #e20c24;
  border-left-color: #e20c24;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#f4243b),to(#d90b22));
  background-image: -webkit-linear-gradient(top,#f4243b 0%,#d90b22 100%);
  background-image: -moz-linear-gradient(top,#f4243b 0%,#d90b22 100%);
  background-image: linear-gradient(to bottom,#f4243b 0%,#d90b22 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3233a', endColorstr='#ffd80b21', GradientType=0);
  -ms-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.button.alert:hover,
.button.alert.selected,
.open .dropdown-toggle.button.alert {
  text-decoration: none !important;
  background-color: #c10a1e;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#f10d26),to(#c10a1e));
  background-image: -webkit-linear-gradient(top,#f10d26 0%,#c10a1e 100%);
  background-image: -moz-linear-gradient(top,#f10d26 0%,#c10a1e 100%);
  background-image: linear-gradient(to bottom,#f10d26 0%,#c10a1e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff10c25', endColorstr='#ffc00a1e', GradientType=0);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
  border-color: #a8091a;
}
.button.alert:active {
  top: 1px;
}
.button.info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 13px;
  font-size: inherit;
  color: #444;
  min-height: 36px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: inherit;
  color: #ffffff !important;
  background-color: #948f47;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #948f47;
  border-top-color: #9e994c;
  border-right-color: #9e994c;
  border-bottom-color: #8a8542;
  border-left-color: #8a8542;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#a59f50),to(#837e3f));
  background-image: -webkit-linear-gradient(top,#a59f50 0%,#837e3f 100%);
  background-image: -moz-linear-gradient(top,#a59f50 0%,#837e3f 100%);
  background-image: linear-gradient(to bottom,#a59f50 0%,#837e3f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa59f4f', endColorstr='#ff827e3f', GradientType=0);
  -ms-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.button.info:hover,
.button.info.selected,
.open .dropdown-toggle.button.info {
  text-decoration: none !important;
  background-color: #726e37;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#948f47),to(#726e37));
  background-image: -webkit-linear-gradient(top,#948f47 0%,#726e37 100%);
  background-image: -moz-linear-gradient(top,#948f47 0%,#726e37 100%);
  background-image: linear-gradient(to bottom,#948f47 0%,#726e37 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff938e47', endColorstr='#ff716d36', GradientType=0);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
  border-color: #605d2e;
}
.button.info:active {
  top: 1px;
}
.button.light {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 13px;
  font-size: inherit;
  color: #444;
  min-height: 36px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: inherit;
  color: #373737 !important;
  background-color: #f9d2d2;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #f9d2d2;
  border-top-color: #fbe0e0;
  border-right-color: #fbe0e0;
  border-bottom-color: #f7c5c5;
  border-left-color: #f7c5c5;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fce9e9),to(#f5bcbc));
  background-image: -webkit-linear-gradient(top,#fce9e9 0%,#f5bcbc 100%);
  background-image: -moz-linear-gradient(top,#fce9e9 0%,#f5bcbc 100%);
  background-image: linear-gradient(to bottom,#fce9e9 0%,#f5bcbc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbe8e8', endColorstr='#fff5bcbc', GradientType=0);
  -ms-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  border-color: #c4a9a9;
  text-shadow: none;
}
.button.light:hover,
.button.light.selected,
.open .dropdown-toggle.button.light {
  text-decoration: none !important;
  background-color: #f2a6a6;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#f9d2d2),to(#f2a6a6));
  background-image: -webkit-linear-gradient(top,#f9d2d2 0%,#f2a6a6 100%);
  background-image: -moz-linear-gradient(top,#f9d2d2 0%,#f2a6a6 100%);
  background-image: linear-gradient(to bottom,#f9d2d2 0%,#f2a6a6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8d2d2', endColorstr='#fff2a5a5', GradientType=0);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
  border-color: #ef8f8f;
}
.button.light:active {
  top: 1px;
}
.button.dark {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 13px;
  font-size: inherit;
  color: #444;
  min-height: 36px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: inherit;
  color: #ffffff !important;
  background-color: #570f0f;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #570f0f;
  border-top-color: #641212;
  border-right-color: #641212;
  border-bottom-color: #4a0d0d;
  border-left-color: #4a0d0d;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#6c1313),to(#410b0b));
  background-image: -webkit-linear-gradient(top,#6c1313 0%,#410b0b 100%);
  background-image: -moz-linear-gradient(top,#6c1313 0%,#410b0b 100%);
  background-image: linear-gradient(to bottom,#6c1313 0%,#410b0b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c1313', endColorstr='#ff410b0b', GradientType=0);
  -ms-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.button.dark:hover,
.button.dark.selected,
.open .dropdown-toggle.button.dark {
  text-decoration: none !important;
  background-color: #2b0808;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#570f0f),to(#2b0808));
  background-image: -webkit-linear-gradient(top,#570f0f 0%,#2b0808 100%);
  background-image: -moz-linear-gradient(top,#570f0f 0%,#2b0808 100%);
  background-image: linear-gradient(to bottom,#570f0f 0%,#2b0808 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff560f0f', endColorstr='#ff2b0707', GradientType=0);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
  border-color: #160404;
}
.button.dark:active {
  top: 1px;
}
.button.white {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 13px;
  font-size: inherit;
  color: #444;
  min-height: 36px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: inherit;
  color: #373737 !important;
  background-color: #FFF;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #FFF;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #f7f7f7;
  border-left-color: #f7f7f7;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#ffffff),to(#f2f2f2));
  background-image: -webkit-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
  background-image: -moz-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
  background-image: linear-gradient(to bottom,#ffffff 0%,#f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  -ms-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  border-color: #cfb8b8;
  text-shadow: none;
}
.button.white:hover,
.button.white.selected,
.open .dropdown-toggle.button.white {
  text-decoration: none !important;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#ffffff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#ffffff 0%,#e6e6e6 100%);
  background-image: -moz-linear-gradient(top,#ffffff 0%,#e6e6e6 100%);
  background-image: linear-gradient(to bottom,#ffffff 0%,#e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
  border-color: #d9d9d9;
}
.button.white:active {
  top: 1px;
}
.button.white:hover,
.button.white.selected,
.open .dropdown-toggle.button.white {
  border-color: #c4a9a9;
}
.button.default {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 13px;
  font-size: inherit;
  color: #444;
  min-height: 36px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: inherit;
  color: #373737 !important;
  background-color: #eee6e6;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #eee6e6;
  border-top-color: #f4efef;
  border-right-color: #f4efef;
  border-bottom-color: #e7dcdc;
  border-left-color: #e7dcdc;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#f8f5f5),to(#e3d6d6));
  background-image: -webkit-linear-gradient(top,#f8f5f5 0%,#e3d6d6 100%);
  background-image: -moz-linear-gradient(top,#f8f5f5 0%,#e3d6d6 100%);
  background-image: linear-gradient(to bottom,#f8f5f5 0%,#e3d6d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f4f4', endColorstr='#ffe3d6d6', GradientType=0);
  -ms-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  text-shadow: none;
  border-color: #cfb8b8;
}
.button.default:hover,
.button.default.selected,
.open .dropdown-toggle.button.default {
  text-decoration: none !important;
  background-color: #d9c7c7;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#eee6e6),to(#d9c7c7));
  background-image: -webkit-linear-gradient(top,#eee6e6 0%,#d9c7c7 100%);
  background-image: -moz-linear-gradient(top,#eee6e6 0%,#d9c7c7 100%);
  background-image: linear-gradient(to bottom,#eee6e6 0%,#d9c7c7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffede5e5', endColorstr='#ffd9c7c7', GradientType=0);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
  border-color: #cfb8b8;
}
.button.default:active {
  top: 1px;
}
.button.default:hover,
.button.default.selected,
.open .dropdown-toggle.button.default {
  border-color: #c4a9a9;
}
.button.black {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 13px;
  font-size: inherit;
  color: #444;
  min-height: 36px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: inherit;
  color: #ffffff !important;
  background-color: #404040;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #404040;
  border-top-color: #474747;
  border-right-color: #474747;
  border-bottom-color: #383838;
  border-left-color: #383838;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#4d4d4d),to(#333333));
  background-image: -webkit-linear-gradient(top,#4d4d4d 0%,#333333 100%);
  background-image: -moz-linear-gradient(top,#4d4d4d 0%,#333333 100%);
  background-image: linear-gradient(to bottom,#4d4d4d 0%,#333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c4c4c', endColorstr='#ff333333', GradientType=0);
  -ms-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.button.black:hover,
.button.black.selected,
.open .dropdown-toggle.button.black {
  text-decoration: none !important;
  background-color: #262626;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#404040),to(#262626));
  background-image: -webkit-linear-gradient(top,#404040 0%,#262626 100%);
  background-image: -moz-linear-gradient(top,#404040 0%,#262626 100%);
  background-image: linear-gradient(to bottom,#404040 0%,#262626 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f3f', endColorstr='#ff262626', GradientType=0);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
  border-color: #1a1a1a;
}
.button.black:active {
  top: 1px;
}
.button.smaller {
  font-size: 12px !important;
  padding: 1px 5px;
  line-height: 1.428571429;
  min-height: 20px;
}
.button.small {
  font-size: 13px !important;
  padding: 5px 9px;
  line-height: 1.428571429;
  min-height: 32px;
}
.button.large {
  line-height: 1.2857142861;
  font-size: 18px !important;
  padding: 10px 17px;
  min-height: 48px;
}
.button.larger {
  line-height: 1.2857142861;
  font-size: 28px !important;
  padding: 15px 25px;
  min-height: 73px;
}
.button.flat,
.button.flat:hover {
  border: 0;
  background-image: none;
  box-shadow: none;
}
body.phone .button {
  font-size: 1em;
  border-radius: 0.3em;
  min-height: 2em;
  padding: 0.5em 1em;
}
div.dato_iv,
div.contact_box_iv,
.button.button_ico {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1em;
  padding: 0.5em;
  min-height: 0;
  line-height: 1em;
}
div.dato_iv.has_caret,
div.contact_box_iv.has_caret,
.button.button_ico.has_caret {
  padding-right: 2em;
}
div.dato_iv > span,
div.contact_box_iv > span,
.button.button_ico > span {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  padding: 0;
  margin: 0;
  margin: 0 0.2em;
}
div.dato_iv > span.ico,
div.contact_box_iv > span.ico,
.button.button_ico > span.ico {
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 1em;
}
div.dato_iv > span.ico_cont,
div.contact_box_iv > span.ico_cont,
.button.button_ico > span.ico_cont {
  width: 2em;
  height: 2em;
}
div.dato_iv > span.ico_cont svg,
div.contact_box_iv > span.ico_cont svg,
.button.button_ico > span.ico_cont svg {
  display: block;
  width: 2em;
  height: 2em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
div.dato_iv > span.ico_cont img,
div.contact_box_iv > span.ico_cont img,
.button.button_ico > span.ico_cont img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
div.dato_iv > span.testo,
div.contact_box_iv > span.testo,
.button.button_ico > span.testo {
  font-weight: bold;
  line-height: 1em;
  text-align: left;
}
div.dato_iv > span.testo > span.didascalia,
div.dato_iv > span.testo > span.valore,
div.contact_box_iv > span.testo > span.didascalia,
div.contact_box_iv > span.testo > span.valore,
.button.button_ico > span.testo > span.didascalia,
.button.button_ico > span.testo > span.valore {
  display: block;
  text-align: left;
}
div.dato_iv > span.testo > span.didascalia,
div.contact_box_iv > span.testo > span.didascalia,
.button.button_ico > span.testo > span.didascalia {
  font-size: 80%;
  font-weight: normal;
}
div.dato_iv > span.testo_more,
div.contact_box_iv > span.testo_more,
.button.button_ico > span.testo_more {
  font-size: 0.9em;
}
div.dato_iv > span.counter_inline,
div.contact_box_iv > span.counter_inline,
.button.button_ico > span.counter_inline {
  margin: 0 0.2em;
}
div.dato_iv > span.counter,
div.contact_box_iv > span.counter,
.button.button_ico > span.counter {
  background-color: #F00;
  color: #FFF;
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  padding: 0.5em;
  font-size: 0.9em;
}
div.dato_iv > span.ico_cont.ico_caret_dd,
div.dato_iv > span.ico_cont.ico_caret_nav,
div.contact_box_iv > span.ico_cont.ico_caret_dd,
div.contact_box_iv > span.ico_cont.ico_caret_nav,
.button.button_ico > span.ico_cont.ico_caret_dd,
.button.button_ico > span.ico_cont.ico_caret_nav {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.dato_iv > span.ico_cont.ico_caret,
div.dato_iv > span.ico_cont.ico_caret_dd,
div.contact_box_iv > span.ico_cont.ico_caret,
div.contact_box_iv > span.ico_cont.ico_caret_dd,
.button.button_ico > span.ico_cont.ico_caret,
.button.button_ico > span.ico_cont.ico_caret_dd {
  width: 1.5em;
  height: 1.5em;
  top: 0.5em;
  right: 0;
}
div.dato_iv > span.ico_cont.ico_caret svg,
div.dato_iv > span.ico_cont.ico_caret_dd svg,
div.contact_box_iv > span.ico_cont.ico_caret svg,
div.contact_box_iv > span.ico_cont.ico_caret_dd svg,
.button.button_ico > span.ico_cont.ico_caret svg,
.button.button_ico > span.ico_cont.ico_caret_dd svg {
  display: block;
  width: 100%;
  height: 100%;
}
div.dato_iv > span.ico_cont.ico_caret_nav,
div.contact_box_iv > span.ico_cont.ico_caret_nav,
.button.button_ico > span.ico_cont.ico_caret_nav {
  width: 0.7em;
  height: 0.7em;
  top: 0.9em;
  right: 0.5em;
}
a.button.button_ico span.button_tooltip {
  display: block;
  z-index: 3;
  font-size: 11px;
  padding: 0 20px;
  position: absolute;
  background-color: #888;
  color: #FFF;
  white-space: nowrap;
  opacity: 0;
  text-align: center;
  bottom: 90%;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  -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;
}
a.button.button_ico span.button_tooltip:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -16px;
  background-color: transparent;
  left: 53px;
  width: 0;
  height: 0;
  border-top: 8px solid #888;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a.button.button_ico:hover span.button_tooltip {
  padding: 11px 20px;
  bottom: 100%;
  opacity: 1;
}
.button.button_ico.fast_contact,
.button.button_ico.fast_contact:link,
.button.button_ico.fast_contact:visited,
.button.button_ico.fast_contact:hover {
  box-shadow: none;
}
div.dropdown div.contact_box_iv span.ico_cont.ico_caret_open,
div.dropdown .button.button_ico span.ico_cont.ico_caret_open {
  opacity: 1;
  top: 0.5em;
}
div.dropdown div.contact_box_iv span.ico_cont.ico_caret_close,
div.dropdown .button.button_ico span.ico_cont.ico_caret_close {
  opacity: 0;
  top: 1em;
}
div.dropdown.open div.contact_box_iv span.ico_cont.ico_caret_open,
div.dropdown.open .button.button_ico span.ico_cont.ico_caret_open {
  opacity: 0;
  top: 1em;
}
div.dropdown.open div.contact_box_iv span.ico_cont.ico_caret_close,
div.dropdown.open .button.button_ico span.ico_cont.ico_caret_close {
  opacity: 1;
  top: 0.5em;
}
div.fast_contact,
.button.button_ico.fast_contact {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  color: #555 !important;
}
div.fast_contact span.ico_cont.ico_main,
.button.button_ico.fast_contact span.ico_cont.ico_main {
  width: 3em;
  height: 3em;
  padding: 0.5em;
  background-color: #555;
  border-radius: 2em;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  *zoom: 1;
}
.navbar:before,
.navbar:after {
  content: "";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header {
  *zoom: 1;
}
.navbar-header:before,
.navbar-header:after {
  content: "";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10;
  padding-left: 10;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  *zoom: 1;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: "";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10;
  margin-left: -10;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 10;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -10;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10;
  padding: 9px 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 479px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
  }
}
.navbar-form {
  margin-left: -10;
  margin-right: -10;
  padding: 10px 10;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (max-width: 479px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-text {
  float: left;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 10;
    margin-right: 10;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 479px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #000;
  border-color: #000000;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000000;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 479px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  *zoom: 1;
}
.nav:before,
.nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee6e6;
  color: #444444;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav > li > a > img {
  max-width: none;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e61a1a;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee6e6 #eee6e6 #e61a1a;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #e61a1a;
  border: 1px solid #e61a1a;
  border-bottom-color: transparent;
  cursor: default;
}
.list-group {
  max-width: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
}
.list-group > * > * {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}
.list-group > * > *:hover {
  text-decoration: none;
}
.list-group > * {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #cfb8b8;
  display: block;
  margin-bottom: -1px;
  position: relative;
}
.list-group > *:hover {
  background-color: rgba(207,184,184,0.3);
}
.list-group > *.selected {
  z-index: 2;
  background-color: #e61a1a;
  color: #ffffff;
  border: 1px solid #e61a1a;
}
.list-group > *.selected a {
  color: #ffffff;
}
.list-group > *:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group > *:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}
.list-group .list-group-table,
.list-group.list-group-table {
  display: table;
  border-collapse: separate;
  width: 100%;
  max-width: none;
}
.list-group .list-group-table > *,
.list-group.list-group-table > * {
  z-index: 1;
  display: table-cell;
  border-collapse: separate;
  width: 1%;
  white-space: nowrap;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: -1px;
  border-left-width: 0;
  text-align: center;
  float: none;
}
.list-group .list-group-table > *:first-child,
.list-group.list-group-table > *:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left-width: 1px;
}
.list-group .list-group-table > *:last-child,
.list-group.list-group-table > *:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 479px) {
  .list-group .list-group-table,
  .list-group.list-group-table {
    border-collapse: separate;
    max-width: none;
    display: block;
    width: auto;
  }
  .list-group .list-group-table > *,
  .list-group.list-group-table > * {
    z-index: 1;
    margin-bottom: 0;
    margin-left: 0;
    width: auto;
    border: 1px solid #cfb8b8;
    display: block;
    margin-bottom: -1px;
    position: relative;
  }
  .list-group .list-group-table > *:first-child,
  .list-group.list-group-table > *:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .list-group .list-group-table > *:last-child,
  .list-group.list-group-table > *:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
  }
}
.list-group .list-group-inline,
.list-group.list-group-inline {
  border-collapse: separate;
  max-width: none;
}
.list-group .list-group-inline > *,
.list-group.list-group-inline > * {
  z-index: 1;
  white-space: nowrap;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-left-width: 0;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.list-group .list-group-inline > *:first-child,
.list-group.list-group-inline > *:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left-width: 1px;
}
.list-group .list-group-inline > *:last-child,
.list-group.list-group-inline > *:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.text-overflow-test {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100px;
}
div.lang {
  text-align: center;
}
div.lang > a.ico {
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: 0 0.3em 0 0;
  background-size: auto;
}
div.lang > a.ico {
  background-position: center;
}
div.lang > a.ico:last-of-type {
  margin-right: 0;
}
div.lang > a.ico.ita {
  background-image: url("../../_files/immagini/flags/ita.png");
}
div.lang > a.ico.eng {
  background-image: url("../../_files/immagini/flags/eng.png");
}
div.lang > a.ico.ger {
  background-image: url("../../_files/immagini/flags/ger.png");
}
div.lang > a.ico.fra {
  background-image: url("../../_files/immagini/flags/fra.png");
}
div.lang > a.ico.spa {
  background-image: url("../../_files/immagini/flags/spa.png");
}
div.lang > a.ico.nla {
  background-image: url("https://cdn.tnx.it/_files/immagini/flags/nla.png");
}
div.lang > a.ico.chi {
  background-image: url("../../_files/immagini/flags/chi.png");
}
div.lang > a:link,
div.lang > a:visited,
div.lang > a:hover {
  text-decoration: none;
}
#footer div.social_cont div.social_follow_list a.button.button_ico {
  margin: 0 0.2em;
}
#footer {
  font-size: 15px;
  border: 0;
  background-color: #EEE;
  padding-top: 1em;
  padding-bottom: 1em;
}
#footer a {
  font-weight: normal;
}
#footer a:link,
#footer a:visited {
  color: #444;
}
#footer .nav_cont,
#footer .social_cont,
#footer .copy,
#footer .tnx {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  font-size: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}
#footer .nav_cont a {
  display: inline-block;
  vertical-align: middle;
  padding: 1em 1.5em;
  text-transform: uppercase;
  border-right: 1px solid rgba(0,0,0,0.2);
}
#footer .nav_cont a:link,
#footer .nav_cont a:visited,
#footer .nav_cont a:hover {
  text-decoration: none;
}
#footer .nav_cont a:last-of-type {
  border: 0;
}
#footer .nav_cont a.selected {
  font-weight: bold;
}
#footer .social_cont .social a {
  margin: 0.1em 0.3em;
}
#footer .copy {
  font-size: 0.9em;
}
#footer .tnx {
  font-size: 0.8em;
}
.animated-shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20%,
  60% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.fancybox-overlay {
  background-color: rgba(0,0,0,0.4);
}
.fancybox-overlay .fancybox-skin {
  background-color: #FFF !important;
  border-radius: 4px;
}
.fancybox-overlay .fancybox-title a {
  color: #FFF !important;
  text-decoration: underline !important;
}
.ui-datepicker.ui-corner-all {
  border-radius: 4px;
}
.ui-datepicker.ui-widget-content {
  font-size: 13px;
  background: #FFF;
  border: 2px solid #ed5e5e;
  color: #222;
  padding: 10px;
  box-shadow: none;
}
.ui-datepicker.ui-widget-content .ui-state-hover {
  background: none;
  background-color: #8a0f0f;
  color: #ffffff;
}
.ui-datepicker.ui-widget-content .ui-datepicker-today {
  background-color: red;
}
.ui-datepicker.ui-widget-content .ui-state-highlight,
.ui-datepicker.ui-widget-content .ui-widget-content .ui-state-active {
  background: none;
  background-color: #730d0d;
  color: #ffffff;
}
.ui-datepicker.ui-widget-content .ui-state-active {
  color: #e61a1a;
  border: 1px solid #ed5e5e;
  background: #ffffff;
}
.ui-datepicker .ui-widget-header {
  background: #e61a1a;
  border: 1px solid #ed5e5e;
  border: 0px solid #e61a1a;
  color: #ffffff;
  font-weight: bold;
}
.ui-datepicker .ui-state-default {
  background: #e61a1a;
  border: 1px solid #ed5e5e;
  color: #ffffff;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .nano-pane {
  background: rgba(0,0,0,0.15);
  position: absolute;
  width: 14px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden \9;
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,0.5);
  position: relative;
  margin: 0 1px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible \9;
  opacity: 0.99;
}
.nano-test {
  background: #eee6e6;
  width: 100%;
  height: 80px;
}
.nano-test .nano-content {
  padding: 10px;
}
.nano-test .nano-pane {
  background: #888;
}
.qtip-tnx {
  max-width: 250px;
  border-width: 1px;
  border-radius: 4px;
  border-color: #410b0b;
  background-color: #570f0f;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#641212),to(#4a0d0d));
  background-image: -webkit-linear-gradient(top,#641212 0%,#4a0d0d 100%);
  background-image: -moz-linear-gradient(top,#641212 0%,#4a0d0d 100%);
  background-image: linear-gradient(to bottom,#641212 0%,#4a0d0d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff631111', endColorstr='#ff490d0d', GradientType=0);
  padding: 8px 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.qtip-tnx .qtip-content {
  font-size: 13px !important;
  margin: 0;
  color: #ffffff !important;
}
.qtip-tnx .qtip-content a {
  color: #ffffff !important;
  text-decoration: underline;
}
.qtip-tnx-light {
  max-width: 250px;
  border-width: 1px;
  border-radius: 4px;
  border-color: #f2a6a6;
  background-color: #f9d2d2;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fbe0e0),to(#f7c5c5));
  background-image: -webkit-linear-gradient(top,#fbe0e0 0%,#f7c5c5 100%);
  background-image: -moz-linear-gradient(top,#fbe0e0 0%,#f7c5c5 100%);
  background-image: linear-gradient(to bottom,#fbe0e0 0%,#f7c5c5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffadfdf', endColorstr='#fff6c4c4', GradientType=0);
  padding: 8px 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.qtip-tnx-light .qtip-content {
  font-size: 13px !important;
  margin: 0;
  color: #333333 !important;
}
.qtip-tnx-light .qtip-content a {
  color: #333333 !important;
  text-decoration: underline;
}
.form {
  text-rendering: optimizeLegibility;
}
.form select,
.form input[type="file"] {
  *margin-top: 4px;
}
.form textarea,
.form select[multiple],
.form select[size] {
  height: auto;
}
.form .select2-container .select2-form-error {
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(254,0,28,0.5) !important;
  border-color: #fe001c !important;
}
.form .select2-choice,
.form .select2-choices,
.form .field,
.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="number"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 13px;
  min-height: 36px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  background-image: none;
  vertical-align: middle;
  font-size: 14px;
  font-size: inherit;
  color: #444;
  background-color: #FFF;
  color: #444444;
  border: 1px solid #cfb8b8;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05) inset, 0 0 1px 1px #FFF inset;
  -ms-transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
}
.form .select2-choice:focus,
.form .select2-choice.selected,
.form .select2-choices:focus,
.form .select2-choices.selected,
.form .field:focus,
.form .field.selected,
.form select:focus,
.form select.selected,
.form textarea:focus,
.form textarea.selected,
.form input[type="text"]:focus,
.form input[type="text"].selected,
.form input[type="password"]:focus,
.form input[type="password"].selected,
.form input[type="email"]:focus,
.form input[type="email"].selected,
.form input[type="number"]:focus,
.form input[type="number"].selected {
  border-color: #ff0000 !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(255,0,0,0.3);
  outline: 0 none;
}
.form .select2-choice.disabled,
.form .select2-choice[disabled],
.form .select2-choices.disabled,
.form .select2-choices[disabled],
.form .field.disabled,
.form .field[disabled],
.form select.disabled,
.form select[disabled],
.form textarea.disabled,
.form textarea[disabled],
.form input[type="text"].disabled,
.form input[type="text"][disabled],
.form input[type="password"].disabled,
.form input[type="password"][disabled],
.form input[type="email"].disabled,
.form input[type="email"][disabled],
.form input[type="number"].disabled,
.form input[type="number"][disabled] {
  cursor: default;
  color: #AAA !important;
  background-color: #F5F5F5;
}
.form .select2-choice.form-error,
.form .select2-choices.form-error,
.form .field.form-error,
.form select.form-error,
.form textarea.form-error,
.form input[type="text"].form-error,
.form input[type="password"].form-error,
.form input[type="email"].form-error,
.form input[type="number"].form-error {
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(254,0,28,0.5) !important;
  border-color: #fe001c !important;
}
.form .select2-choice:invalid,
.form .select2-choices:invalid,
.form .field:invalid,
.form select:invalid,
.form textarea:invalid,
.form input[type="text"]:invalid,
.form input[type="password"]:invalid,
.form input[type="email"]:invalid,
.form input[type="number"]:invalid {
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(254,0,28,0.5) !important;
  border-color: #fe001c !important;
}
.form .select2-choice.small,
.form .select2-choices.small,
.form .field.small,
.form select.small,
.form textarea.small,
.form input[type="text"].small,
.form input[type="password"].small,
.form input[type="email"].small,
.form input[type="number"].small {
  min-height: 32px;
  padding: 5px 9px;
}
.form .select2-choice.large,
.form .select2-choices.large,
.form .field.large,
.form select.large,
.form textarea.large,
.form input[type="text"].large,
.form input[type="password"].large,
.form input[type="email"].large,
.form input[type="number"].large {
  min-height: 48px;
  padding: 10px 17px;
}
.form input[type="email"].small,
.form input[type="submit"].small,
.form input[type="reset"].small {
  min-height: 32px;
}
.form input[type="email"].large,
.form input[type="submit"].large,
.form input[type="reset"].large {
  min-height: 48px;
  padding: 10px 17px;
}
.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
  color: #777;
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #777;
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #777;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #777;
}
.form input.placeholder,
.form textarea.placeholder {
  color: #777;
}
.form label,
.form .form-label,
.form .no-field {
  padding: 7px 13px;
  text-wrap: wrap;
  word-wrap: break-word;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  height: auto;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.form label.small,
.form .form-label.small,
.form .no-field.small {
  min-height: 32px;
  padding: 5px 9px;
}
.form label.large,
.form .form-label.large,
.form .no-field.large {
  min-height: 48px;
  padding: 10px 17px;
}
.form .ui-multiselect {
  width: 100% !important;
}
.form .ui-multiselect.ui-state-active {
  border-color: #ff0000 !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(255,0,0,0.3);
  outline: 0 none;
}
.form .ui-multiselect-menu {
  padding: 7px 13px;
}
.form .select2-container {
  width: 100%;
}
.form .select2-container .select2-choice {
  background-image: none;
  line-height: inherit;
}
.form .select2-container .select2-choices {
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
  line-height: inherit;
}
.form .select2-container .select2-choices .select2-input {
  margin: 0;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 0;
}
.form .select2-container .select2-default {
  color: #777 !important;
}
.form .select2-container .select2-search-choice {
  background-image: none;
}
.form .select2-container .select2-search-choice {
  margin: 7px 0 2px 5px;
  border-radius: 4px;
}
.form .select2-container .select2-choice .select2-arrow {
  border-radius: 0 4px 4px 0;
}
.form .select2-container.form-error .select2-choice,
.form .select2-container.form-error .select2-choices {
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(254,0,28,0.5) !important;
  border-color: #fe001c !important;
}
.form .select2-container.select2-container-active .select2-choice {
  border-color: #ff0000 !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(255,0,0,0.3);
  outline: 0 none;
}
.form .select2-container input {
  box-shadow: none !important;
}
.form#select2-drop {
  border-color: #e61a1a;
}
.form#select2-drop .select2-search .select2-input {
  font-size: 13px !important;
  padding: 5px 9px;
  line-height: 1.428571429;
  min-height: 32px;
  margin-top: 2px;
  box-shadow: none !important;
  height: auto;
}
.form#select2-drop .select2-results .select2-highlighted {
  background-color: #e61a1a;
}
.form .select2-container .flag,
.form#select2-drop .flag {
  padding-right: 8px;
  padding-bottom: 3px;
}
.form input[type=checkbox],
.form input[type=radio],
.form input[type="file"] {
  font-size: inherit;
  color: #444;
  background-color: #FFF;
  color: #444444;
  border: 1px solid #cfb8b8;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05) inset, 0 0 1px 1px #FFF inset;
  -ms-transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-bottom: 4px;
}
.form input[type=checkbox]:focus,
.form input[type=checkbox].selected,
.form input[type=checkbox][checked=checked],
.form input[type=radio]:focus,
.form input[type=radio].selected,
.form input[type=radio][checked=checked],
.form input[type="file"]:focus,
.form input[type="file"].selected,
.form input[type="file"][checked=checked] {
  border-color: #ff0000 !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(255,0,0,0.3);
  outline: 0 none;
}
.form input[type=checkbox].disabled,
.form input[type=checkbox][disabled],
.form input[type=radio].disabled,
.form input[type=radio][disabled],
.form input[type="file"].disabled,
.form input[type="file"][disabled] {
  cursor: default;
  color: #AAA !important;
  background-color: #F5F5F5;
}
.form input[type=checkbox].form-error,
.form input[type=radio].form-error,
.form input[type="file"].form-error {
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(254,0,28,0.5) !important;
  border-color: #fe001c !important;
}
.csstransforms  .form .checkbox-fancy {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.csstransforms  .form .checkbox-fancy input[type=checkbox] {
  width: 18px;
  height: 18px !important;
  vertical-align: middle;
  opacity: 0;
  filter: alpha(opacity=0);
}
.csstransforms  .form .checkbox-fancy input[type=checkbox]:checked + span:after {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.csstransforms  .form .checkbox-fancy input[type=checkbox]:hover + span:after {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.csstransforms  .form .checkbox-fancy input[type=checkbox]:focus + span {
  border-color: #ff0000 !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(255,0,0,0.3);
  outline: 0 none;
}
.csstransforms  .form .checkbox-fancy input[type=checkbox].disabled  + span:after,
.csstransforms  .form .checkbox-fancy input[type=checkbox][disabled] + span:after {
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
}
.csstransforms  .form .checkbox-fancy input[type=checkbox].form-error  + span {
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(254,0,28,0.5) !important;
  border-color: #fe001c !important;
}
.csstransforms  .form .checkbox-fancy input + span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  font-size: inherit;
  color: #444;
  background-color: #FFF;
  color: #444444;
  border: 1px solid #cfb8b8;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05) inset, 0 0 1px 1px #FFF inset;
  -ms-transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#DDD),to(#FFF));
  background-image: -webkit-linear-gradient(top,#DDD 0%,#FFF 100%);
  background-image: -moz-linear-gradient(top,#DDD 0%,#FFF 100%);
  background-image: linear-gradient(to bottom,#DDD 0%,#FFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffffffff', GradientType=0);
}
.csstransforms  .form .checkbox-fancy input + span:after {
  -ms-transition: opacity 0.15s ease-in-out 0s;
  -webkit-transition: opacity 0.15s ease-in-out 0s;
  transition: opacity 0.15s ease-in-out 0s;
  content: '';
  -ms-transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  width: 9px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 3px solid #e61a1a;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}
.csstransforms  .form .radio-fancy {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.csstransforms  .form .radio-fancy input[type=radio] {
  width: 18px;
  height: 18px !important;
  vertical-align: middle;
  opacity: 0;
  filter: alpha(opacity=0);
}
.csstransforms  .form .radio-fancy input[type=radio]:checked + span:after {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.csstransforms  .form .radio-fancy input[type=radio]:hover + span:after {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.csstransforms  .form .radio-fancy input[type=radio]:focus + span {
  border-color: #ff0000 !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(255,0,0,0.3);
  outline: 0 none;
}
.csstransforms  .form .radio-fancy input[type=radio].disabled  + span:after,
.csstransforms  .form .radio-fancy input[type=radio][disabled] + span:after {
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
}
.csstransforms  .form .radio-fancy input[type=radio].form-error  + span {
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(254,0,28,0.5) !important;
  border-color: #fe001c !important;
}
.csstransforms  .form .radio-fancy input + span {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: inherit;
  color: #444;
  background-color: #FFF;
  color: #444444;
  border: 1px solid #cfb8b8;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05) inset, 0 0 1px 1px #FFF inset;
  -ms-transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s box-shadow 0.15s ease-in-out 0s background-color 0.15s ease-in-out 0s;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#DDD),to(#FFF));
  background-image: -webkit-linear-gradient(top,#DDD 0%,#FFF 100%);
  background-image: -moz-linear-gradient(top,#DDD 0%,#FFF 100%);
  background-image: linear-gradient(to bottom,#DDD 0%,#FFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffffffff', GradientType=0);
  border-radius: 10px;
}
.csstransforms  .form .radio-fancy input + span:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: opacity 0.15s ease-in-out 0s;
  -webkit-transition: opacity 0.15s ease-in-out 0s;
  transition: opacity 0.15s ease-in-out 0s;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: #e61a1a;
  box-shadow: 0 0 0px 1px #b81414 inset, 0 0 4px rgba(255,255,255,0.2) inset;
  position: absolute;
  top: 4px;
  left: 4px;
}
.form textarea {
  height: auto;
}
.form textarea.small,
.form textarea.large {
  height: auto;
}
.form input.datepicker-image {
  background-image: url("../../_files/common/icona_calendario_20.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
}
.ie8 .form input.datepicker-image {
  background-position: 98% center;
}
.form .form-errori-ajax {
  display: none;
}
.form .legend,
.form legend {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 3.33333333333px 0;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #cfb8b8;
}
.form fieldset {
  position: relative;
  margin: 15px 0;
  border: 0;
  padding: 0;
}
.form .ast {
  color: #f10d26;
}
.form .form-help {
  display: block;
  font-size: 13px !important;
  margin: 5px 0;
}
.form label + label,
.form .form-label + .form-label {
  margin-left: 5px;
}
.form .form-row {
  position: relative;
  margin-bottom: 10px;
}
.form .form-row .form-field-error {
  text-align: right;
  color: #E00;
  position: absolute;
  top: 0;
  right: 0;
}
.form.form-inline .form-row,
.form.form-inline .form-row-sx,
.form.form-inline .form-row-dx,
.form.form-inline .form-field,
.form.form-inline label,
.form.form-inline .form-label {
  display: inline-block;
  float: none;
  vertical-align: inherit;
  text-align: left;
  width: auto;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0;
}
.form.form-inline .form-row .field,
.form.form-inline .form-row input,
.form.form-inline .form-row select,
.form.form-inline .form-row textarea,
.form.form-inline .form-row-sx .field,
.form.form-inline .form-row-sx input,
.form.form-inline .form-row-sx select,
.form.form-inline .form-row-sx textarea,
.form.form-inline .form-row-dx .field,
.form.form-inline .form-row-dx input,
.form.form-inline .form-row-dx select,
.form.form-inline .form-row-dx textarea,
.form.form-inline .form-field .field,
.form.form-inline .form-field input,
.form.form-inline .form-field select,
.form.form-inline .form-field textarea,
.form.form-inline label .field,
.form.form-inline label input,
.form.form-inline label select,
.form.form-inline label textarea,
.form.form-inline .form-label .field,
.form.form-inline .form-label input,
.form.form-inline .form-label select,
.form.form-inline .form-label textarea {
  width: auto;
  text-align: left;
  vertical-align: middle;
  margin-right: 5px;
}
.form.form-2-col .form-row {
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.form.form-2-col .form-row:before,
.form.form-2-col .form-row:after {
  content: "";
  display: table;
}
.form.form-2-col .form-row:after {
  clear: both;
}
.form.form-2-col .form-row-dx {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 66.6666666667%;
  left: 25%;
}
.form.form-2-col .form-row-sx {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  text-align: right;
}
.form.form-2-col .form-row .form-field {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 66.6666666667%;
}
.form.form-2-col .form-row > .form-label,
.form.form-2-col .form-row > label {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  text-align: right;
}
@media screen and (max-width: 479px) {
  .form.form-2-col .form-row {
    *zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  .form.form-2-col .form-row:before,
  .form.form-2-col .form-row:after {
    content: "";
    display: table;
  }
  .form.form-2-col .form-row:after {
    clear: both;
  }
  .form.form-2-col .form-row > .form-label,
  .form.form-2-col .form-row > label,
  .form.form-2-col .form-row .form-field,
  .form.form-2-col .form-row .form-row-dx,
  .form.form-2-col .form-row .form-row-sx {
    min-height: 1px;
    position: relative;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    left: 0%;
    text-align: left;
  }
}
.form.form-100 .form-row {
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.form.form-100 .form-row:before,
.form.form-100 .form-row:after {
  content: "";
  display: table;
}
.form.form-100 .form-row:after {
  clear: both;
}
.form.form-100 .form-row > .form-label,
.form.form-100 .form-row > label,
.form.form-100 .form-row .form-field,
.form.form-100 .form-row .form-row-dx,
.form.form-100 .form-row .form-row-sx {
  min-height: 1px;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  left: 0%;
  text-align: left;
}
.table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: #FFF;
  color: #444444;
}
.table caption {
  text-align: left;
  margin-bottom: 10px;
  font-size: 120%;
}
.table tr th,
.table tr td {
  padding: 8px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #f9d2d2;
}
.table tr th {
  background-color: #f9d2d2;
  color: #444444 !important;
  font-weight: bold;
  vertical-align: middle;
}
.table tr:first-child th:empty {
  background-color: transparent !important;
  background: none !important;
  border: none !important;
}
.table.centrata tr th,
.table.centrata tr td {
  text-align: center;
}
.table.hover tr:hover {
  background-color: rgba(249,210,210,0.2);
}
.table.top-menu tr:first-child th,
.table.top-menu tr:first-child td {
  background-color: #f9d2d2;
  color: #444444 !important;
  font-weight: bold;
}
.table.sx-menu td:first-child,
.table.sx-menu th:first-child {
  background-color: #f2a6a6;
  color: #444444 !important;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  width: 1%;
  white-space: nowrap;
}
.table.alterna-pari tr:nth-child(even) td {
  background-color: rgba(249,210,210,0.2);
}
.table.alterna-dispari tr:nth-child(odd) td {
  color: #444 !important;
  background-color: rgba(249,210,210,0.2);
}
.table.no-border td,
.table.no-border th {
  border: none !important;
}
.table.bordo td,
.table.bordo th {
  border: none !important;
  border: 1px solid #f9d2d2 !important;
}
.image-wrap img {
  width: 100%;
  height: auto;
}
.image-wrap .descrizione > span.testo {
  margin: 0;
  text-align: center;
  margin: 10px 0;
  display: none;
  font-size: 13px !important;
}
.image-wrap .miniatura {
  padding: 4px;
  border: 1px solid #eee6e6;
  border-radius: 4px;
}
.image-wrap .miniatura:hover {
  background-color: #f9d2d2;
}
.image-wrap a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.video-wrap {
  *zoom: 1;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrap:before,
.video-wrap:after {
  content: "";
  display: table;
}
.video-wrap:after {
  clear: both;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed,
.video-wrap video {
  background-color: #333;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dropdown {
  position: relative;
}
.dropdown .dropdown-toggle:focus {
  outline: 0;
}
.dropdown .dropdown-menu-custom {
  position: absolute;
  float: left;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  display: none;
  left: 0;
  top: 100%;
  z-index: 900;
}
.dropdown .dropdown-menu-custom.pull-right {
  right: 0;
  left: auto;
}
.dropdown .dropdown-menu {
  background-clip: padding-box;
  background-color: #FFF;
  border: 1px solid #cfb8b8;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 900;
}
.dropdown .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown .dropdown-menu .divider {
  background-color: #cfb8b8;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.dropdown .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #222222;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown .dropdown-menu > li > a:hover,
.dropdown .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #cfb8b8;
  background-color: rgba(207,184,184,0.3);
}
.dropdown .dropdown-menu > .active > a,
.dropdown .dropdown-menu > .active > a:hover,
.dropdown .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #e61a1a;
}
.dropdown.open > .dropdown-menu,
.dropdown.open > .dropdown-menu-custom,
.dropdown .open > .dropdown-menu,
.dropdown .open > .dropdown-menu-custom {
  display: block;
}
.dropdown.open > a,
.dropdown .open > a {
  outline: 0;
}
.dropdown .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px !important;
  line-height: 1.428571429;
  color: #888;
}
.dropdown .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 890;
}
.mappa-box {
  *zoom: 1;
  margin-bottom: 20px;
}
.mappa-box:before,
.mappa-box:after {
  content: "";
  display: table;
}
.mappa-box:after {
  clear: both;
}
.mappa-box .mappa {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.mappa-box .infowindow {
  padding: 5px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  color: #333;
  text-shadow: none;
}
.mappa-box .infowindow a,
.mappa-box .infowindow a:hover {
  text-decoration: underline;
  color: #333;
  text-shadow: none;
}
body.pagina-admin_home main #pagina,
body.pagina-auth_registrazione main #pagina {
  background-color: #DDD;
}
body.blog_test_font .cells.config611 {
  font-family: 'Playfair Display', serif;
}
body.blog_test_font .cells.config612 {
  font-family: 'Open Sans', sans-serif;
}
body.blog_test_font .cells.config613 {
  font-family: 'Kanit', sans-serif;
  letter-spacing: 0.05em;
}
body.blog_test_font .cells.config621 {
  font-family: 'Lora', serif;
  letter-spacing: -0.02em;
}
body.blog main #pagina > div.blogV2 {
  background-color: #CCC;
  box-shadow: inset 3px 3px 60px rgba(0,0,0,0.3);
  font-family: georgia, serif;
}
body.blog main #pagina > div.blogV2 .entry > div.inner {
  padding: 0 2em 3em 2em;
}
body.blog main #pagina > div.blogV2 .entry header {
  text-align: center;
}
body.blog main #pagina > div.blogV2 .entry header h2,
body.blog main #pagina > div.blogV2 .entry header h3,
body.blog main #pagina > div.blogV2 .entry header h4 {
  text-align: center;
}
body.blog main #pagina > div.blogV2 .entry header h2 {
  font-size: 1.7em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body.blog main #pagina > div.blogV2 .entry header h2 a {
  font-weight: normal;
}
body.blog main #pagina > div.blogV2 .entry header h2 a:link,
body.blog main #pagina > div.blogV2 .entry header h2 a:visited {
  color: #666;
}
body.blog main #pagina > div.blogV2 .entry header h3 {
  font-size: 1.2em;
  letter-spacing: 0.04em;
  font-style: italic;
  color: #999;
}
body.blog main #pagina > div.blogV2 .entry header h3 a:link,
body.blog main #pagina > div.blogV2 .entry header h3 a:visited {
  color: #999;
}
body.blog main #pagina > div.blogV2 .entry header h4,
body.blog main #pagina > div.blogV2 .entry div.admin_txt {
  font-family: arial, sans-serif;
}
body.blog main #pagina > div.blogV2 .entry div.admin_txt {
  padding-bottom: 0;
}
body.blog main #pagina > div.blogV2 .entry div.entry_actions {
  display: none;
}
body.blog main #pagina > div.blogV2 .entry div.social_follow_list {
  position: absolute;
  right: 2em;
  bottom: 1em;
}
body.blog main #pagina > div.blogV3 .entry header h2 {
  font-size: 1.7em;
  letter-spacing: -0.03em;
}
body.blog main #pagina > div.blogV3 .entry header h3 {
  font-size: 1.2em;
  margin-top: 0.5em;
}
body.blog main #pagina > div.blogV3 .entry header hr {
  display: block;
  border-top: 1px solid #AAA;
  width: 60%;
}
body.blog main #pagina > div.blogV3 .entry div.social_follow_list {
  position: absolute;
  z-index: 5;
  bottom: 2em;
  right: 2em;
}
body.blog main #pagina > div.blogV3 .entry div.social_follow_list span.social_follow_titolo {
  display: none;
}
body.blog main #pagina > div.blogV4 {
  background-color: #DDD;
  box-shadow: inset 3px 3px 60px rgba(0,0,0,0.1);
}
body.blog main #pagina > div.blogV5 {
  background-color: #888;
  box-shadow: inset 3px 3px 60px rgba(0,0,0,0.1);
}
body.blog main #pagina > div.blogV6.sub1 {
  background-color: #666;
  box-shadow: inset 3px 3px 60px rgba(0,0,0,0.1);
  background-image: url('../../_files/immagini/test_placeholder/img11.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
}
body.blog main #pagina > div.blogV6.sub1 .cells .entry div.cover_link > a > div.blog_opts_over {
  font-size: 1em;
}
body.blog main #pagina > div.blogV6.sub1 .cells .entry div.cover_link > a > div.blog_opts_over > div.blog_opt_data {
  background-color: #d59c22;
}
body.blog main #pagina > div.blogV6.sub1 .cells .entry div.cover_link > a:hover > div.mask_over {
  background-color: rgba(158,124,51,0.8);
  box-shadow: none;
}
body.blog main #pagina > div.blogV6.sub1 .cells .entry header h2 {
  font-size: 1.6em;
}
body.blog main #pagina > div.blogV6.sub1 .cells .entry header h2 a:link,
body.blog main #pagina > div.blogV6.sub1 .cells .entry header h2 a:visited {
  color: #f3ba0d;
}
body.blog main #pagina > div.blogV6.sub1 .cells .entry header h3 {
  display: none;
}
body.blog main #pagina > div.blogV6.sub1 .cells .entry div.entry_actions {
  display: none;
}
body.blog main #pagina > div.blogV6.sub2 {
  background-color: #FFF;
}
body.blog main #pagina > div.blogV6.sub3 {
  background-color: #bfad55;
}
#pagamento_cont #payment-form {
  background: linear-gradient(to left top,#9068d8,#ae94dd);
  max-width: 500px !important;
  width: auto !important;
  padding: 25px 50px;
  border-radius: 5px;
  margin-top: 0;
  border: 1px solid #0d4d5d;
  box-shadow: 0 0 12px rgba(0,0,0,0.25);
}
#pagamento_cont #payment-form .form-row {
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
#pagamento_cont #payment-form .form-row .StripeElement--invalid {
  border-color: #ff5959;
}
#pagamento_cont #payment-form .form-row #card-element {
  height: 41px;
  z-index: 1;
  position: relative;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#pagamento_cont #payment-form .form-row #card-errors {
  background: #ff5959;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  margin-top: -2px;
  padding: 8px;
  z-index: -1;
  border-radius: 4px;
  display: none;
}
#pagamento_cont #payment-form button {
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
  background: linear-gradient(to top left,#fec554,#ffef2c);
  color: black;
  border: none;
  padding: 10px;
  font-size: 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
#pagamento_cont #payment-form button:hover {
  background: #fec554;
  box-shadow: 0 1px 3px #000000;
}
#pagamento_cont #payment-form button:active {
  box-shadow: inset 0 1px 3px #000000;
}
#pagamento_cont #payment-form button:active {
  border: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.58rem;
}
body p {
  margin-bottom: 0;
  color: black;
  font-size: 1.58rem;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: 'EB Garamond', serif;
  color: black;
}
body a {
  color: black;
}
.main-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 3.15rem;
}
.title {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.62rem;
}
.subpage-text {
  font-size: 1.58rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  display: inline;
  margin-right: 10px;
}
.subpage-text a {
  padding-right: 8px;
}
.subpage-text:last-child {
  margin-right: 0;
}
.subpage-text:last-child a {
  padding-right: 0;
}
.subpage-text:last-child span {
  display: none;
}
div.wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  div.wrapper {
    max-width: 96%;
  }
}
.centering_button {
  text-align: center;
  width: 100%;
  margin: 20px 0;
}
.button_standard {
  text-transform: uppercase;
  background-image: none;
  border: none;
  border-radius: 0;
  font-size: 1.60rem;
  letter-spacing: 0.18em;
  background-color: #444444;
  transition: 0.35s ease-in;
  color: white;
  padding: 8px 14px;
  text-decoration: none;
  display: inline-block;
}
.button_standard:hover,
.button_standard:focus {
  background-color: black;
  text-decoration: none;
  color: white;
}
main {
  padding-top: 100px;
}
div#main_slider_homepage #go-here,
div.main-header-page #go-here {
  height: 0;
  width: 0;
  bottom: 100px;
  position: absolute;
}
#header {
  height: 100px;
  background-color: #1f1e21;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: 0.5s ease-out;
}
#header #hamburger-menu {
  cursor: pointer;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
#header #hamburger-menu .menu-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header #hamburger-menu svg {
  width: 40px;
  height: 40px;
  fill: #8f8f90;
}
#header #hamburger-menu .close-menu {
  display: none;
}
#header #hamburger-menu .close-menu svg {
  width: 39px;
  height: 32px;
  fill: white;
  margin-top: 4px;
}
#header .main_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 179px;
  width: 100%;
  height: auto;
}
#header .aside-menu {
  position: absolute;
  top: 50%;
  right: 100px;
  text-align: right;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#header .aside-menu a {
  display: inline-block;
}
#header .aside-menu svg {
  width: 34px;
  height: 34px;
  fill: white;
}
#header .aside-menu svg:hover {
  fill: white;
}
#header .aside-menu .social-area {
  width: auto;
  display: inline-block;
  height: 18px;
}
#header .aside-menu .social-area > a {
  width: 15px;
  height: 15px;
}
#header .aside-menu .social-area > a svg {
  margin-right: 6px;
  width: 15px;
  height: 15px;
}
#header .aside-menu .social-area > a svg:hover {
  fill: white;
}
#header .aside-menu .language-change {
  text-transform: uppercase;
  display: inline-block;
  font-family: 'EB Garamond', serif;
  color: #818181;
  display: none;
}
#header .aside-menu .language-change p {
  color: #818181;
  margin-bottom: 0;
}
#header .aside-menu .language-change p a {
  color: #818181;
  margin: 0 6px;
}
#header .aside-menu .language-change p a.lang-selected,
#header .aside-menu .language-change p a:hover {
  color: white;
}
@media screen and (max-width: 700px) {
  #header #hamburger-menu {
    left: 35px;
  }
  #header .aside-menu {
    right: 35px;
  }
}
#main-nav-fancybox {
  z-index: 50;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #353437;
  top: 100px;
  left: 0;
}
#main-nav-fancybox .wrapper {
  position: relative;
  max-width: 1320px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#main-nav-fancybox .wrapper:after,
#main-nav-fancybox .wrapper:before {
  content: none;
}
#main-nav-fancybox .wrapper #close-main-nav {
  position: absolute;
  top: 18px;
  right: 57px;
  margin-top: 51px;
  margin-right: 9px;
  cursor: pointer;
}
#main-nav-fancybox .wrapper #close-main-nav svg {
  width: 28px;
  height: 28px;
  fill: white;
}
#main-nav-fancybox .wrapper #close-main-nav svg:hover {
  fill: white;
}
#main-nav-fancybox .wrapper #main-nav {
  text-align: center;
  width: 100%;
  word-break: break-word;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: center;
}
#main-nav-fancybox .wrapper #main-nav .menu-voice {
  flex-basis: calc(20% - 40px);
  box-sizing: border-box;
}
#main-nav-fancybox .wrapper #main-nav .menu-voice .menu_link {
  font-size: 2.90rem;
  color: white;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-family: 'EB Garamond', serif;
  margin-bottom: 40px;
  min-height: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#main-nav-fancybox .wrapper #main-nav .menu-voice .menu_link:hover {
  color: white;
}
#main-nav-fancybox .wrapper #main-nav .menu-voice .list-nav-submenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 4px;
}
#main-nav-fancybox .wrapper #main-nav .menu-voice .list-nav-submenu a {
  display: block;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 1.58rem;
  margin-bottom: 22px;
}
@media screen and (max-width: 1340px) {
  #main-nav-fancybox .wrapper {
    max-width: 98%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #main-nav-fancybox .wrapper #main-nav .menu-voice {
    flex-basis: calc(20% - 10px);
  }
}
@media screen and (max-width: 880px) {
  #main-nav-fancybox .wrapper #main-nav .menu-voice .menu_link {
    font-size: 2.40rem;
    margin-bottom: 20px;
  }
  #main-nav-fancybox .wrapper #main-nav .menu-voice .list-nav-submenu a {
    font-size: 1.30rem;
  }
}
.go-down {
  position: absolute;
  bottom: 26px;
  left: 50%;
  margin-left: -20px;
  animation-name: pulse-go;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.go-down svg {
  width: 40px;
  height: 40px;
  fill: white;
}
@keyframes pulse-go {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
#main_slider_homepage {
  position: relative;
}
#main_slider_homepage #news-importante-homepage {
  background-color: rgba(255,255,255,0.8);
  padding: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 80px;
}
#main_slider_homepage #news-importante-homepage h3 {
  margin: 0;
  font-size: 2.60rem;
  max-width: 350px;
  margin-left: -20px;
}
#main_slider_homepage #news-importante-homepage p {
  font-size: 1.40rem;
  display: inline;
}
#main_slider_homepage #news-importante-homepage .intro-news {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid black;
  max-width: 350px;
}
#main_slider_homepage #news-importante-homepage .intro-news img {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1080px) {
  #main_slider_homepage #news-importante-homepage h3 {
    font-size: 2.00rem;
  }
  #main_slider_homepage #news-importante-homepage p {
    font-size: 1.20rem;
  }
  #main_slider_homepage #news-importante-homepage .intro-news {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 880px) {
  #main_slider_homepage #news-importante-homepage h3 {
    flex-basis: 100%;
    text-align: center;
  }
  #main_slider_homepage #news-importante-homepage .intro-news {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid black;
    max-width: 100%;
    text-align: center;
  }
}
#main_slider_homepage .cont_slider .slider-homeapage {
  width: 100%;
  height: calc(100vh - 100px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #353437;
}
#main_slider_homepage .go-down {
  bottom: 5px;
}
.main-content-homepage {
  padding-top: 20px;
}
.main-content-homepage .wrapper:before,
.main-content-homepage .wrapper:after {
  content: none;
}
.main-content-homepage .wrapper .main-box-home {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  height: calc((100vh - 100px - 20px - (20px * 3)) / 3);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.main-content-homepage .wrapper .main-box-home h2 {
  flex-basis: 100%;
  font-size: 3.75rem;
  text-align: center;
  margin-bottom: 4px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-height: 880px) {
  .main-content-homepage .wrapper .main-box-home h2 {
    font-size: 3.00rem;
  }
}
.main-content-homepage .wrapper .main-box-home > a.immagine_link {
  max-width: 100%;
  width: 100%;
  max-height: 215px;
  height: calc(100% - 3.75rem - 10px);
  margin-bottom: 10px;
}
@media screen and (max-height: 880px) {
  .main-content-homepage .wrapper .main-box-home > a.immagine_link {
    height: calc(100% - 3.00rem - 10px);
  }
}
@media screen and (max-width: 1400px) {
  .main-content-homepage .wrapper .main-box-home > a.immagine_link {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
  }
}
.main-content-homepage .wrapper .main-box-home .main-box-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #323232;
  transition: 0.30s ease-in;
}
.main-content-homepage .wrapper .main-box-home .main-box-image:hover {
  transition: 0.50s ease-out;
  filter: grayscale(1);
}
.main-content-homepage .wrapper .main-box-home .amministraButtonLink {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-content-homepage .wrapper .main-box-home.special-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.main-content-homepage .wrapper .main-box-home.special-box .left-area {
  flex-basis: 50%;
}
.main-content-homepage .wrapper .main-box-home.special-box .right-area {
  flex-basis: 50%;
  border-left: 1px solid black;
}
.main-content-homepage .wrapper .main-box-home.special-box .right-area h2 {
  margin-bottom: 20px;
  font-size: 3.38rem;
}
.main-content-homepage .wrapper .main-box-home.special-box .right-area h2,
.main-content-homepage .wrapper .main-box-home.special-box .right-area p {
  padding-right: 50px;
  padding-left: 50px;
}
.bottom_image_home .bottom_image {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.header-with-text {
  min-height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.header-with-text h1 {
  margin: 0;
  letter-spacing: 0.10em;
}
.header-image {
  background-color: #c7c7c7;
}
.header-image .wrapper {
  position: relative;
}
.header-image .wrapper .header_image {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.main-content-page {
  margin: 40px 0 34px 0;
  text-align: center;
}
.main-content-page p a {
  text-decoration: underline;
  font-weight: bold;
}
.page-gallery-pagina-default {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-gallery-pagina-default .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-gallery-pagina-default .wrapper > a {
  flex-basis: 33%;
  margin-bottom: 38px;
}
.page-gallery-pagina-default .wrapper > a img {
  padding: 0 19px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .page-gallery-pagina-default .wrapper > a img {
    padding: 0 8px;
  }
}
@media screen and (max-width: 550px) {
  .page-gallery-pagina-default .wrapper {
    justify-content: flex-start;
  }
  .page-gallery-pagina-default .wrapper > a {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
}
.lista-products {
  margin: 32px 0;
}
.lista-products .wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lista-products .wrapper:after,
.lista-products .wrapper:before {
  content: none;
}
.lista-products .single-product {
  flex-basis: 33%;
  text-align: center;
}
.lista-products .single-product h2 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.lista-products .single-product .products_preview {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 880px) and (min-width: 551px) {
  .lista-products .single-product {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 550px) {
  .lista-products .single-product {
    flex-basis: 100%;
  }
}
body.pagina-18 .product-details {
  background-color: white;
}
body.pagina-18 .product-details .right-area .product-detail h1,
body.pagina-18 .product-details .right-area .product-detail p,
body.pagina-18 .product-details .right-area .product-detail a {
  color: black;
}
@media screen and (max-width: 800px) {
  body.pagina-18 .product-details .left-area .background-image-product {
    background-position: left;
  }
}
.product-details {
  background-color: #020202;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product-details .left-area {
  flex-basis: 50%;
}
.product-details .left-area .background-image-product {
  width: 100%;
  min-height: calc(100vh - 100px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-details .right-area {
  flex-basis: 50%;
}
.product-details .right-area .product-detail {
  max-width: 630px;
  padding: 20px 4px;
}
.product-details .right-area .product-detail h1,
.product-details .right-area .product-detail p,
.product-details .right-area .product-detail a {
  color: white;
}
.product-details .right-area .product-detail h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}
.product-details .right-area .product-detail .download-wine-labels {
  margin-top: 40px;
}
.product-details .right-area .product-detail .download-wine-labels .special-sep:last-child {
  display: none;
}
.product-details .right-area .product-detail .download-technical-specs {
  margin-top: 16px;
}
@media screen and (max-width: 1100px) {
  .product-details .left-area {
    flex-basis: 35%;
  }
  .product-details .left-area .background-image-product {
    background-size: contain;
  }
  .product-details .right-area {
    flex-basis: 65%;
  }
}
@media screen and (max-width: 800px) {
  .product-details .left-area,
  .product-details .right-area {
    flex-basis: 96%;
  }
  .product-details .left-area {
    margin-bottom: 20px;
  }
  .product-details .left-area .background-image-product {
    min-height: calc(50vh - 100px);
  }
  .product-details .right-area {
    margin-bottom: 40px;
  }
  .product-details .right-area .product-detail {
    max-width: 100%;
  }
}
.header-image-fullview {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
  position: relative;
}
.header-image-fullview .main-content {
  margin-top: 42px;
  text-align: center;
}
.header-image-fullview .main-content h1 {
  margin-top: 0;
  margin-bottom: 23px;
}
.header-image ~ .other-info {
  margin-top: 40px;
}
#desc-app {
  position: absolute;
  top: calc(100vh + 100px + 40px);
  left: 0;
  width: 0;
  height: 0;
}
#go-here-full-view {
  position: absolute;
  top: calc(100vh - 100px);
}
.cont-subnav-app {
  text-align: center;
}
.subnav-appartament .header-with-text {
  min-height: auto;
}
.subnav-appartament .main-title {
  margin-top: 34px;
  margin-bottom: 0;
}
body.pagina-22 .subnav-appartament a.go-below-link {
  display: none;
}
body.pagina-22 .subnav-appartament a.go-below-link ~ span {
  display: none;
}
.cont-subnav-app {
  margin-top: 34px;
}
.other-info {
  text-align: center;
}
.other-info .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.persone-staff {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.persone-staff .staff-member {
  flex-basis: calc((100% / 3) - 20px);
  margin: 10px;
  text-align: center;
}
.persone-staff .staff-member img {
  max-width: 295px;
  width: 100%;
  height: auto;
}
.persone-staff .staff-member h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 2.00rem;
}
@media screen and (max-width: 850px) {
  .persone-staff {
    justify-content: space-between;
  }
  .persone-staff .staff-member {
    flex-basis: calc((100% / 2) - 20px);
  }
}
section.news-list div.wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 160px;
}
@media screen and (min-width: 551px) and (max-width: 870px) {
  section.news-list div.wrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 550px) {
  section.news-list div.wrapper {
    justify-content: center;
  }
}
section.news-list div.wrapper:after,
section.news-list div.wrapper:before {
  content: none;
}
section.news-list div.wrapper .text-area {
  flex-basis: 100%;
  margin-bottom: 36px;
}
section.news-list div.wrapper .box-news {
  flex-basis: 28%;
  margin-bottom: 40px;
}
@media screen and (min-width: 870px) {
  section.news-list div.wrapper .box-news:nth-child(3n) {
    margin-right: calc((100% - 28% * 3) / 2);
    margin-left: calc((100% - 28% * 3) / 2);
  }
}
section.news-list div.wrapper .box-news div.upper-area {
  margin-bottom: 15px;
}
section.news-list div.wrapper .box-news div.upper-area p.news-date {
  font-size: 1.25rem;
  text-align: right;
  margin-bottom: 10px;
  text-align: center;
}
section.news-list div.wrapper .box-news div.upper-area .article-title {
  text-align: center;
  font-size: 2.15rem;
  min-height: 46px;
  color: #353437;
}
section.news-list div.wrapper .box-news div.img-area > a img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
section.news-list div.wrapper .box-news div.bottom-area {
  margin-top: 15px;
}
section.news-list div.wrapper .box-news div.bottom-area div.news-more-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
section.news-list div.wrapper .box-news div.bottom-area div.news-more-info span.right-area .addthis_toolbox > a {
  margin-bottom: 0;
  height: 17px;
}
@media screen and (max-width: 870px) {
  section.news-list div.wrapper .box-news {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 551px) and (max-width: 870px) {
  section.news-list div.wrapper .box-news {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 550px) {
  section.news-list div.wrapper .box-news {
    flex-basis: 90%;
  }
}
body.pagina-8 main .main-content-page,
body.pagina- main .main-content-page {
  margin-top: 0;
}
body.pagina-22 .go-down svg {
  fill: #1f1e21;
}
.dettaglio-news {
  margin-bottom: 40px;
}
.dettaglio-news .wrapper .main-text p,
.dettaglio-news .wrapper .aside-text p,
.dettaglio-news .wrapper .sub-main-text p {
  text-align: center;
}
.dettaglio-news .wrapper .main-text p a,
.dettaglio-news .wrapper .aside-text p a,
.dettaglio-news .wrapper .sub-main-text p a {
  font-weight: bold;
  color: #353437;
}
.dettaglio-news .wrapper .maintext-title {
  margin-top: 60px;
  margin-bottom: 16px;
}
.dettaglio-news .wrapper .share-area {
  margin-bottom: 20px;
  text-align: center;
}
.dettaglio-news .wrapper .main-text {
  margin-bottom: 20px;
}
.dettaglio-news .wrapper .main-photo-news {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.dettaglio-news .wrapper .main-photo-news.with-photo {
  flex-basis: 100%;
}
.dettaglio-news .wrapper .main-photo-news.with-photo .immagine_dettaglio_news {
  max-width: 100%;
  width: auto;
  height: auto;
}
.dettaglio-news .wrapper .sub-main-text {
  margin: 20px 0;
}
@media screen and (max-width: 610px) {
  .dettaglio-news .wrapper .sub-main-text {
    margin: 20px 0;
  }
}
section.page-gallery {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.page-gallery > a {
  flex-basis: 20%;
}
@media screen and (min-width: 576px) and (max-width: 1120px) {
  section.page-gallery > a {
    flex-basis: 33%;
  }
}
section.page-gallery > a img {
  width: 100%;
  height: auto;
  padding: 6px;
}
@media screen and (max-width: 575px) {
  section.page-gallery {
    justify-content: space-between;
  }
  section.page-gallery > a {
    flex-basis: 49%;
  }
}
.page-contact {
  margin-bottom: 50px;
}
.page-contact h1 {
  margin-bottom: 38px;
}
.page-contact .contact-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-contact .contact-area .map-company {
  flex-basis: 50%;
}
.page-contact .contact-area .map-company .mappa-box .mappa {
  padding-bottom: 78.25%;
}
.page-contact .contact-area .form-and-contact {
  flex-basis: 45%;
}
@media screen and (max-width: 1200px) {
  .page-contact .contact-area {
    justify-content: center;
  }
  .page-contact .contact-area .map-company {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 881px) and (max-width: 1200px) {
  .page-contact .contact-area .map-company,
  .page-contact .contact-area .form-and-contact {
    flex-basis: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 880px) {
  .page-contact .contact-area .map-company,
  .page-contact .contact-area .form-and-contact {
    flex-basis: 95%;
  }
}
.page-contact .contact-area #form-contatti form > .form-row:first-child .form-row-dx {
  width: 100%;
  left: 0;
}
.page-contact .contact-area #form-contatti .form-row {
  margin-bottom: 0;
}
.page-contact .contact-area #form-contatti .form-head {
  text-align: right;
}
.page-contact .contact-area #form-contatti fieldset {
  margin: 6px 0;
}
.page-contact .contact-area #form-contatti fieldset .form-row {
  margin-bottom: 6px;
}
.page-contact .contact-area #form-contatti fieldset.privacy-area {
  margin-top: -20px;
}
.page-contact .contact-area #form-contatti fieldset.privacy-area legend {
  margin-bottom: 4px;
}
.page-contact .contact-area #form-contatti fieldset.privacy-area ._privacy_popup_link {
  text-decoration: underline;
}
.page-contact .contact-area #form-contatti .button.submit {
  text-transform: uppercase;
  background-image: none;
  border: none;
  border-radius: 0;
  font-size: 1.60rem;
  letter-spacing: 0.18em;
  background-color: #444444;
  transition: 0.35s ease-in;
}
.page-contact .contact-area #form-contatti .button.submit:hover {
  transition: 0.25s ease-in;
  background-color: black;
}
.page-contact .contact-area .form .select2-choice:focus,
.page-contact .contact-area .form .select2-choice.selected,
.page-contact .contact-area .form .select2-choices:focus,
.page-contact .contact-area .form .select2-choices.selected,
.page-contact .contact-area .form .field:focus,
.page-contact .contact-area .form .field.selected,
.page-contact .contact-area .form select:focus,
.page-contact .contact-area .form select.selected,
.page-contact .contact-area .form textarea:focus,
.page-contact .contact-area .form textarea.selected,
.page-contact .contact-area .form input[type="text"]:focus,
.page-contact .contact-area .form input[type="text"].selected,
.page-contact .contact-area .form input[type="password"]:focus,
.page-contact .contact-area .form input[type="password"].selected,
.page-contact .contact-area .form input[type="email"]:focus,
.page-contact .contact-area .form input[type="email"].selected,
.page-contact .contact-area .form input[type="number"]:focus,
.page-contact .contact-area .form input[type="number"].selected,
.page-contact .contact-area .form .select2-container.select2-container-active .select2-choice {
  border-color: black !important;
}
.page-contact .contact-area .contact-info {
  flex-basis: 40%;
  background-color: black;
  padding: 40px 22px;
  margin-top: 52px;
}
@media screen and (max-width: 950px) {
  .page-contact .contact-area .contact-info {
    flex-basis: 100%;
    order: 1;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.page-contact .contact-area .contact-info p {
  color: white;
  font-size: 1.50rem;
  text-align: center;
}
.page-contact .contact-area .contact-info p.info-nome_sito {
  font-size: 2.75rem;
  text-transform: uppercase;
  font-weight: bold;
}
.page-contact .contact-area .contact-info p.info-societa_persona {
  font-size: 2rem;
  margin-bottom: 6px;
  max-width: 250px;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 950px) {
  .page-contact .contact-area .contact-info p.info-societa_persona {
    max-width: none;
  }
}
.page-contact .contact-area .contact-info p span {
  text-transform: uppercase;
  font-weight: bold;
}
.page-contact .contact-area .contact-info p a {
  text-decoration: underline;
  color: white;
}
.page-contact .contact-area.booking-area .form-and-contact {
  margin-right: auto;
  margin-left: auto;
}
.info-message.info {
  background-color: #338235;
}
.info-message.info ul {
  margin-top: 15px;
}
.ui-datepicker.ui-widget-content {
  border-color: #1f1e21;
}
.ui-datepicker.ui-widget-content .ui-widget-header {
  background-color: #1f1e21;
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-state-hover {
  background-color: #1f1e21;
  border: none;
}
.ui-datepicker.ui-widget-content .ui-state-default {
  background-color: #1f1e21;
  border-color: #1f1e21;
  text-align: center;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-disabled {
  cursor: not-allowed !important;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-active {
  border-color: #1f1e21;
  font-weight: bold;
  color: white;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-hover {
  background-color: white;
  color: #1f1e21;
}
.form#select2-drop {
  border-color: black;
}
.form#select2-drop .select2-results .select2-highlighted {
  background-color: #1f1e21;
}
.form .select2-choice:focus,
.form .select2-choice.selected,
.form .select2-choices:focus,
.form .select2-choices.selected,
.form .field:focus,
.form .field.selected,
.form select:focus,
.form select.selected,
.form textarea:focus,
.form textarea.selected,
.form input[type="text"]:focus,
.form input[type="text"].selected,
.form input[type="password"]:focus,
.form input[type="password"].selected,
.form input[type="email"]:focus,
.form input[type="email"].selected,
.form input[type="number"]:focus,
.form input[type="number"].selected {
  border-color: #1f1e21 !important;
}
.page-404 {
  min-height: calc(100vh - 100px - 200px);
}
.page-404 .wrapper {
  padding: 80px 0 20px 0;
}
.page-404 .wrapper p {
  text-align: center;
}
#footer {
  background-color: #353437;
  color: white;
  padding-top: 120px;
  background-image: url("../../_files/immagini/logo.png");
  background-repeat: no-repeat;
  background-size: 179px;
  background-position: top 40px center;
}
#footer .nav_cont,
#footer .social_cont {
  display: none;
}
#footer .copy a {
  color: white;
}
#footer .tnx {
  margin-bottom: 50px;
}
#footer .tnx .function_tnx a {
  color: white;
}
.menu-admin {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.menu-admin .menu-admin-hover ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #e61a1a;
  color: #ffffff !important;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 100;
  display: none;
}
.menu-admin .menu-admin-hover ul.fullwidth {
  display: table !important;
  width: 100% !important;
}
.menu-admin .menu-admin-hover ul.fullwidth li {
  display: table-cell !important;
  float: none !important;
}
.menu-admin .menu-admin-hover ul li {
  float: left;
}
.menu-admin .menu-admin-hover ul a {
  text-decoration: none;
  color: #ffffff !important;
}
.menu-admin .menu-admin-hover ul > li {
  white-space: nowrap;
  position: relative;
  line-height: 20px;
  -ms-transition: color 0.1s linear 0s background-color 0.1s linear 0s;
  -webkit-transition: color 0.1s linear 0s background-color 0.1s linear 0s;
  transition: color 0.1s linear 0s background-color 0.1s linear 0s;
}
.menu-admin .menu-admin-hover ul > li a {
  padding: 10px 15px;
  color: #ffffff !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.menu-admin .menu-admin-hover ul > li.selected > a,
.menu-admin .menu-admin-hover ul > li a:hover {
  background-color: #e83030;
  color: #ffffff !important;
}
.menu-admin .menu-admin-hover ul li {
  float: none;
  display: block;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e83030;
}
.menu-admin .menu-admin-hover ul li a {
  display: block;
}
.menu-admin .menu-admin-hover:hover ul {
  display: block;
}
.login-box .form-login-box {
  color: #FFF;
  width: 280px;
  margin-top: 2px;
}
.login-box .form-login-box a {
  color: #FFF;
}
.login-box .form-login-box .inner {
  border-radius: 4px;
  padding: 10px 20px;
  background-color: #570f0f;
}
.login-box .form-login-box .inner > div {
  margin-bottom: 10px;
}
.login-box .form-login-box .inner.radius-smaller,
.login-box .form-login-box .inner.smaller {
  border-radius: 4px/2;
}
.login-box .form-login-box .inner.radius-small,
.login-box .form-login-box .inner.small {
  border-radius: 4px/1.5;
}
.login-box .form-login-box .inner.radius-large,
.login-box .form-login-box .inner.large {
  border-radius: 12px;
}
.login-box .form-login-box .inner.radius-larger,
.login-box .form-login-box .inner.larger {
  border-radius: 24px;
}
.login-box .form-login-box input[type=submit] {
  display: block;
  width: 100%;
}
div.social_test div.social_follow_list > a {
  margin-bottom: 5px;
}
body.pagina- #stripe_caffe {
  height: 35em;
}
body.pagina- #stripe_newsletter104 {
  height: 35em;
}
body.pagina- #stripe_birra_px {
  height: 55em;
}
.test_flex {
  margin-top: 20px;
  margin-bottom: 20px;
}
.test_flex > div.wrapper {
  width: auto;
  background-color: #666;
  display: flex;
}
.test_flex > div.wrapper > div {
  margin: 0;
  border: 0;
  padding: 10px;
  color: #FFF;
  font-size: 10px;
}
.test_flex > div.wrapper > div img {
  width: 100%;
  height: auto;
}
.test_flex > div.wrapper > div > div.inner {
  background-color: rgba(50,50,50,0.15);
}
.test_layout {
  background-color: #888;
  display: flex;
  padding: 30px;
  flex-flow: column;
}
.test_layout > div {
  border: 1px solid #555;
  background-color: #EEE;
  padding: 10px;
}
.test_layout > div.header {
  order: 1;
}
.test_layout > div.nav {
  order: 2;
  background-color: #FC0;
}
.test_layout > div.content {
  order: 4;
}
.test_layout > div.nav_more {
  order: 3;
  background-color: #ED4;
}
.test_layout > div.footer {
  order: 5;
}
@media (min-width: 1024px) {
  .test_layout {
    flex-flow: row wrap;
  }
  .test_layout > div.content {
    order: 3;
  }
  .test_layout > div.nav_more {
    order: 4;
  }
  .test_layout > div.header {
    width: 100%;
  }
  .test_layout > div.nav,
  .test_layout > div.nav_more {
    width: 20%;
  }
  .test_layout > div.content {
    width: 60%;
  }
  .test_layout > div.footer {
    width: 100%;
  }
}
body.celle_elenco main .cells.config101.tutti_elementi {
  padding: 50px 0;
}
body.celle_elenco main .cells.config101.tutti_elementi > div.wrapper > .entry {
  width: 50%;
}
body.cells main .cells.config106 {
  background-color: #555;
  padding: 110px 0;
  box-shadow: inset 7px 7px 76px rgba(0,0,0,0.4);
}
body.cells main .cells.config107 {
  background-color: #CCC;
  padding: 110px 0;
  box-shadow: inset 7px 7px 76px rgba(0,0,0,0.2);
}
body.cells main .cells.config108 {
  background-color: #AAA;
  padding: 66px 0;
  box-shadow: inset 7px 7px 76px rgba(0,0,0,0.2);
}
body.cells main .cells.config109 {
  background-color: #EEE;
  padding: 66px 0;
  box-shadow: inset 7px 7px 76px rgba(0,0,0,0.1);
}
body.cells main .cells.config110 {
  background-color: #dfdbd7;
  padding: 55px 0;
}
body.cells main .cells.config110 .entry div.cover_link {
  box-shadow: 17px 17px 28px rgba(0,0,0,0.1);
}
body.blog main #pagina > div.blog_row {
  padding: 50px 0;
  margin: 0;
}
body.blog main #pagina > div.blogV2 .wrapper {
  width: 1400px;
}
body.blog main #pagina > div.blogV2 .cells.config302 .entry {
  width: 33.33%;
}
body.blog main #pagina > div.blogV2 .cells.config302 .entry header.header_va {
  height: 11em;
}
body.blog main #pagina > div.blogV3 .cells.config302 .entry header.header_va {
  height: 8em;
}
body.blog main #pagina > div.blogV3 .cells.config302 .entry > div.inner {
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  -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;
}
body.blog main #pagina > div.blogV3 .cells.config302 .entry div.social_follow_list {
  opacity: 1;
}
body.blog main #pagina > div.blogV3 .cells.config302 .entry div.social_follow_list .button.button_ico > span.ico_cont.ico_main {
  padding: 0.3em;
  width: 2.3em;
  height: 2.3em;
}
body.blog main #pagina > div.blogV3 .cells.config302 .entry:hover > div.inner {
  box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
}
body.blog main #pagina > div.blogV4 .wrapper {
  width: 1500px;
}
body.blog main #pagina > div.blogV5 .wrapper {
  width: 1350px;
}
@media (min-width: 1360px) {
  body.cells main .cells.config105 div.wrapper {
    width: 100%;
  }
  body.cells main .cells.config106 div.wrapper {
    width: 80%;
  }
  body.cells main .cells.config107 div.wrapper {
    width: 1350px;
  }
  body.cells main .cells.config108 div.wrapper {
    width: 1200px;
  }
  body.cells main .cells.config110 div.wrapper {
    width: 1200px;
  }
}
