@charset "UTF-8";
/**
 * Theme Name: teamartist_v4
 * Theme URI: http://www.teamartist.com
 * Author: dSmart s.r.l.
 * Author URI: http://www.teamartist.com
 * Description:
 * Version: 2.0.2
 * License: Copyright 2017 dSmart s.r.l.
 * License URI:
 * Tags:
 */
/* Global Styles */
/* reset.css */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

body, div, span, object, iframe, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

body {
  font-size: 10px;
  line-height: 1.2;
  min-height: 100%;
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/* Trick the WordPress Theme Bot *Evil* */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

img.aligncenter, img.alignright, img.alignleft {
  border: 1px solid #DDD;
  text-align: center;
  background: #F3F3F3;
  padding: 4px;
  max-width: 100%;
  height: auto;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.textjustify {
  text-align: justify;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear {
  clear: both;
  display: block;
}

.clearfix {
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.underline {
  text-decoration: underline;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

/* Hyperlinks */
a img {
  border: none;
}

a:focus, a:hover, a:active {
  outline: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 5px;
}

table, th, td {
  vertical-align: middle;
}

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

@font-face {
  font-family: 'TeamArtist';
  src: url("https://ta-cdn.s3.amazonaws.com/teamartist-framework/fonts/TeamArtist.eot");
  src: url("https://ta-cdn.s3.amazonaws.com/teamartist-framework/fonts/TeamArtist.eot") format("embedded-opentype"), url("https://ta-cdn.s3.amazonaws.com/teamartist-framework/fonts/TeamArtist.woff") format("woff"), url("https://ta-cdn.s3.amazonaws.com/teamartist-framework/fonts/TeamArtist.ttf") format("truetype"), url("https://ta-cdn.s3.amazonaws.com/teamartist-framework/fonts/TeamArtist.svg#TeamArtist") format("svg");
  font-weight: normal;
  font-style: normal;
}

strong, b {
  font-weight: 600;
}

strong.bold, b.bold {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

.ta-font {
  font-family: 'TeamArtist';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 0 #000000;
}

.ta-font .orange {
  color: #F59F2A;
}

.ta-font .tm {
  position: relative;
  top: -0.3em;
}

::-moz-selection {
  background: #FFC8A5;
}

::selection {
  background: #FFC8A5;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 12px;
  color: #333333;
  min-width: 320px;
}

img[data-rac] {
  transition: opacity 0.7s linear;
}

img[data-rac="true"] {
  opacity: 0;
}

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

.rosso {
  color: #DF0000;
}

#content-page {
  padding: 0;
  min-height: 100%;
}

#content-page #wrapper {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  padding: 20px 0 10px 0;
}

#box-footer {
  background: #333333;
  position: relative;
  z-index: 2;
}

#box-footer #footer {
  margin: 0 auto;
  padding: 20px 15px;
  color: #FFFFFF;
  position: relative;
}

#box-footer #footer #message-footer {
  font-size: 13px;
  text-align: center;
  width: 100%;
  margin: 26px auto 0 auto;
  max-width: 1170px;
  padding: 0 15px;
}

#box-footer #footer #menu-footer {
  list-style-type: none;
  margin: 0 auto 15px auto;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
}

#box-footer #footer #menu-footer > li {
  width: 25%;
  padding: 0 12px 0;
  float: left;
}

#box-footer #footer #menu-footer > li:first-child {
  padding-left: 0;
}

#box-footer #footer #menu-footer > li.last {
  padding-right: 0;
}

#box-footer #footer #menu-footer > li > a {
  color: white;
  background: url("images/sep-horizontal.png") repeat-x left bottom transparent;
  border: none;
  padding: 0 0 10px 0;
  display: block;
  font-size: 14px;
  text-decoration: none;
}

#box-footer #footer #menu-footer > li ul {
  list-style-type: none;
  margin: 15px 0 0 0;
}

#box-footer #footer #menu-footer > li ul li a {
  color: #999999;
  font-size: 13px;
  text-decoration: none;
}

#box-footer #footer #menu-footer > li ul li a:hover, #box-footer #footer #menu-footer > li ul li a:focus {
  text-decoration: underline;
}

#box-footer #footer #menu-footer > li.clear {
  margin: 0;
  width: auto;
  float: none;
  padding: 0;
  border: none;
}

html[lang="it-IT"] #box-footer #footer #message-footer {
  position: relative;
}

html[lang="it-IT"] #box-footer #footer #message-footer #partners-footer {
  width: 25%;
  position: absolute;
  top: -95px;
  left: 15px;
}

html[lang="it-IT"] #box-footer #footer #message-footer #partners-footer p {
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  padding: 0 0 5px 0;
}

html[lang="it-IT"] #box-footer #footer #message-footer #partners-footer a {
  text-decoration: none;
}

html[lang="it-IT"] #box-footer #footer #message-footer #partners-footer img {
  max-width: 100%;
  height: auto;
}

body.home #content-page, body.search #content-page, body.author #content-page, body.category #content-page, body.archive #content-page, html[lang="it-IT"] body.home #content-page, html[lang="it-IT"] body.search #content-page, html[lang="it-IT"] body.author #content-page, html[lang="it-IT"] body.category #content-page, html[lang="it-IT"] body.archive #content-page {
  padding: 0 0 78px 0;
}

body.home #box-footer, body.search #box-footer, body.author #box-footer, body.category #box-footer, body.archive #box-footer, html[lang="it-IT"] body.home #box-footer, html[lang="it-IT"] body.search #box-footer, html[lang="it-IT"] body.author #box-footer, html[lang="it-IT"] body.category #box-footer, html[lang="it-IT"] body.archive #box-footer {
  height: 78px;
  margin-top: -78px;
}

body.home #box-footer #footer, body.search #box-footer #footer, body.author #box-footer #footer, body.category #box-footer #footer, body.archive #box-footer #footer, html[lang="it-IT"] body.home #box-footer #footer, html[lang="it-IT"] body.search #box-footer #footer, html[lang="it-IT"] body.author #box-footer #footer, html[lang="it-IT"] body.category #box-footer #footer, html[lang="it-IT"] body.archive #box-footer #footer {
  height: 78px;
}

body.home #box-footer #footer #message-footer, body.search #box-footer #footer #message-footer, body.author #box-footer #footer #message-footer, body.category #box-footer #footer #message-footer, body.archive #box-footer #footer #message-footer, html[lang="it-IT"] body.home #box-footer #footer #message-footer, html[lang="it-IT"] body.search #box-footer #footer #message-footer, html[lang="it-IT"] body.author #box-footer #footer #message-footer, html[lang="it-IT"] body.category #box-footer #footer #message-footer, html[lang="it-IT"] body.archive #box-footer #footer #message-footer {
  margin-top: 0;
}

body.home #box-footer #footer #message-footer > p, body.search #box-footer #footer #message-footer > p, body.author #box-footer #footer #message-footer > p, body.category #box-footer #footer #message-footer > p, body.archive #box-footer #footer #message-footer > p, html[lang="it-IT"] body.home #box-footer #footer #message-footer > p, html[lang="it-IT"] body.search #box-footer #footer #message-footer > p, html[lang="it-IT"] body.author #box-footer #footer #message-footer > p, html[lang="it-IT"] body.category #box-footer #footer #message-footer > p, html[lang="it-IT"] body.archive #box-footer #footer #message-footer > p {
  float: none !important;
  width: 100% !important;
}

body.home #box-footer #footer #message-footer #partners-footer, body.search #box-footer #footer #message-footer #partners-footer, body.author #box-footer #footer #message-footer #partners-footer, body.category #box-footer #footer #message-footer #partners-footer, body.archive #box-footer #footer #message-footer #partners-footer, html[lang="it-IT"] body.home #box-footer #footer #message-footer #partners-footer, html[lang="it-IT"] body.search #box-footer #footer #message-footer #partners-footer, html[lang="it-IT"] body.author #box-footer #footer #message-footer #partners-footer, html[lang="it-IT"] body.category #box-footer #footer #message-footer #partners-footer, html[lang="it-IT"] body.archive #box-footer #footer #message-footer #partners-footer {
  display: none;
}

#line-consulenza {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  letter-spacing: 1px;
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #8C2400;
  color: #FFF;
  font-size: 16px;
}

#line-consulenza .campanello-css {
  position: absolute;
  left: 10px;
  top: 5px;
}

#line-consulenza strong {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 0 0 37px;
}

#line-consulenza:hover, #line-consulenza:focus {
  background-color: #CE3300;
}

#line-consulenza:hover .campanello-css .part4, #line-consulenza:focus .campanello-css .part4 {
  box-shadow: -3px 2px 0 #CE3300;
}

.btn-orange {
  border: 1px solid #D44F2E;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 75px;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  border-radius: 2px;
  background: linear-gradient(to right, #FF9226, #f27800) !important;
  -webkit-appearance: none;
}

.btn-orange:hover, .btn-orange:focus {
  background: linear-gradient(to right, #f27800, #FF9226) !important;
  text-shadow: 1px 1px 0 #d96c00;
}

#search-and-help {
  padding: 20px 0;
  width: 100%;
  background-color: #FFF;
}

#search-and-help > div {
  float: right;
  width: 32%;
}

#search-and-help > div#wrap-line-consulenza {
  margin: 0 2%;
}

#submenu {
  height: 40px;
  padding: 0 7px;
  line-height: 38px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  text-align: left;
  cursor: pointer;
  position: relative;
}

#submenu a {
  font-size: 30px;
  color: #878787;
  text-decoration: none;
}

#submenu a span {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 1px 0 0 25px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

#submenu a:before {
  position: absolute;
  left: 10px;
  top: 5px;
}

#submenu:hover, #submenu:focus {
  border-color: #F7F7F7;
  background-color: #CECECE;
}

#submenu:hover a, #submenu:focus a {
  color: #FFF;
  text-shadow: 1px 1px #878787;
}

#menu-prontuario {
  display: none;
  position: fixed;
  left: 10%;
  top: 10%;
  z-index: 100000;
  width: 80%;
  height: 80%;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #4A4A4A;
  font-size: 0;
  opacity: 0;
}

#menu-prontuario .top {
  background: #333333;
  border-bottom: 1px solid #000;
  height: 69px;
}

#menu-prontuario .top > div {
  max-width: 1170px;
  height: 69px;
  padding: 15px 10px;
  margin: 0 auto;
  position: relative;
}

#menu-prontuario .top > div a {
  position: absolute;
  left: 10px;
  top: 15px;
  height: 38px;
  width: 38px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
}

#menu-prontuario .top > div form {
  height: 38px;
  position: absolute;
  left: 63px;
  right: 10px;
}

#menu-prontuario .top > div form input[type="text"] {
  background: none #FFF;
  border: none;
  margin: 0;
  padding: 8px 10px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

#menu-prontuario .top > div form span {
  border-left: 1px solid #CECECE;
  display: inline-block;
  height: 38px;
  width: 41px;
  text-align: center;
  line-height: 38px;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}

#menu-prontuario h4 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 10px;
  margin: 0 auto;
  max-width: 1170px;
}

#menu-prontuario #back-menu-prontuario {
  display: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 0 10px;
  width: 170px;
  text-align: center;
  line-height: 30px;
  background-color: #333333;
  color: #FFF;
  border: 1px solid #000;
}

#menu-prontuario .wrapper-menus {
  position: absolute;
  top: 107px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1170px;
}

#menu-prontuario:not(.new-menu) .col {
  width: 33%;
  float: left;
}

#menu-prontuario:not(.new-menu) .col h5 {
  font-size: 16px;
  color: #FFFFFF;
  background-color: #F08132;
  display: inline-block;
  padding: 0 7px;
  margin: 0;
}

#menu-prontuario:not(.new-menu) .col ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 10px 10px 0 15px;
  border-left: 1px solid #AAAAAA;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li {
  position: relative;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li:before {
  content: '';
  position: absolute;
  background-color: #333333;
  width: 5px;
  height: 5px;
  left: -7px;
  top: 50%;
  margin-top: -2.5px;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li > a {
  color: #333333;
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
  padding: 2px 5px;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li > a:hover, #menu-prontuario:not(.new-menu) .col ul.menu > li > a:focus {
  color: #FFFFFF;
  background-color: #AAAAAA;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li ul {
  max-height: 0;
  overflow: hidden;
  background-color: #CCCCCC;
  list-style-type: none;
  padding: 0 10px 0 15px;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li ul li {
  position: relative;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li ul li:before {
  content: '';
  position: absolute;
  background-color: #333333;
  width: 5px;
  height: 5px;
  left: -7px;
  top: 50%;
  margin-top: -2.5px;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li ul li a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  line-height: 20px;
  padding: 2px 5px;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li ul li a:hover, #menu-prontuario:not(.new-menu) .col ul.menu > li ul li a:focus {
  color: #F08132;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li:hover > a, #menu-prontuario:not(.new-menu) .col ul.menu > li.hover > a {
  color: #FFFFFF;
  background-color: #AAAAAA;
}

#menu-prontuario:not(.new-menu) .col ul.menu > li:hover ul, #menu-prontuario:not(.new-menu) .col ul.menu > li.hover ul {
  max-height: 1000px;
  padding-bottom: 10px;
}

#menu-prontuario.new-menu h4 {
  font-size: 16px;
  text-align: center;
}

#menu-prontuario.new-menu .col h5 {
  padding: 0 0 0 10px;
  margin: 0 0 5px 0;
  font-weight: normal;
  position: relative;
}

#menu-prontuario.new-menu .col h5:before {
  content: '';
  position: absolute;
  background-color: #333333;
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

#menu-prontuario.new-menu .col h5 a {
  display: block;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}

#menu-prontuario.new-menu .col h5 a span {
  display: inline-block;
  padding: 2px 5px;
}

#menu-prontuario.new-menu .col h5 a span:first-letter {
  text-transform: capitalize;
}

#menu-prontuario.new-menu .col h5 a:hover span, #menu-prontuario.new-menu .col h5 a.active span {
  background-color: #F08132;
  color: #FFFFFF;
}

#menu-prontuario.new-menu .col ul.menu {
  display: none;
}

#menu-prontuario #wrap-cols {
  display: inline-block;
  width: 30%;
  padding: 0 10px 0 0;
  border-right: 1px solid #AAAAAA;
  vertical-align: top;
}

#menu-prontuario #placeholder-tags {
  display: inline-block;
  width: 30%;
  padding: 0 10px 0 0;
  margin-left: -1px;
  border-right: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
  vertical-align: top;
}

#menu-prontuario #placeholder-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 14px;
}

#menu-prontuario #placeholder-tags ul > li {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 0 2px;
}

#menu-prontuario #placeholder-tags ul > li.close {
  display: none;
}

#menu-prontuario #placeholder-tags ul > li:before {
  content: '';
  position: absolute;
  background-color: #333333;
  width: 5px;
  height: 5px;
  left: -7px;
  top: 50%;
  margin-top: -2.5px;
}

#menu-prontuario #placeholder-tags ul > li > a {
  display: block;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
}

#menu-prontuario #placeholder-tags ul > li > a span {
  display: inline-block;
  padding: 2px 5px;
}

#menu-prontuario #placeholder-tags ul > li > a span:first-letter {
  text-transform: capitalize;
}

#menu-prontuario #placeholder-tags ul > li > a:hover span, #menu-prontuario #placeholder-tags ul > li > a:focus span, #menu-prontuario #placeholder-tags ul > li > a.active span {
  color: #FFFFFF;
  background-color: #F08132;
}

#menu-prontuario #placeholder-tags ul > li ul {
  display: none;
}

#menu-prontuario #placeholder-posts {
  display: inline-block;
  width: calc(40% + 2px);
  margin-left: -1px;
  border-left: 1px solid #AAAAAA;
  vertical-align: top;
}

#menu-prontuario #placeholder-posts ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 14px;
}

#menu-prontuario #placeholder-posts ul > li {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 0 2px;
}

#menu-prontuario #placeholder-posts ul > li.close {
  display: none;
}

#menu-prontuario #placeholder-posts ul > li:before {
  content: '';
  position: absolute;
  background-color: #333333;
  width: 5px;
  height: 5px;
  left: -7px;
  top: 50%;
  margin-top: -2.5px;
}

#menu-prontuario #placeholder-posts ul > li > a {
  display: block;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
}

#menu-prontuario #placeholder-posts ul > li > a span {
  display: inline-block;
  padding: 2px 5px;
}

#menu-prontuario #placeholder-posts ul > li > a span:first-letter {
  text-transform: capitalize;
}

#menu-prontuario #placeholder-posts ul > li > a:hover span, #menu-prontuario #placeholder-posts ul > li > a:focus span {
  color: #FFFFFF;
  background-color: #F08132;
}

html.csstransitions #menu-prontuario .col ul.menu > li ul {
  transition: max-height 0.8s;
}

html.rgba #menu-prontuario {
  background-color: rgba(255, 255, 255, 0.95);
}

#indice-blog {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
}

#indice-blog h1 {
  margin: 0 0 15px 0;
  font-size: 3em;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
}

#indice-blog #menu-prontuario {
  background-color: transparent;
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}

#indice-blog #menu-prontuario.new-menu h4 {
  display: none;
}

#indice-blog #menu-prontuario .top > div a {
  display: none;
}

#indice-blog #menu-prontuario .top > div form {
  left: 10px;
}

#indice-blog #menu-prontuario .col h5 a {
  font-size: 16px;
}

#indice-blog #menu-prontuario .col h5 a:hover, #indice-blog #menu-prontuario .col h5 a:focus, #indice-blog #menu-prontuario .col h5 a a.active {
  background-color: #F08132;
}

#indice-blog #menu-prontuario .wrapper-menus {
  margin: 20px 0 0 0;
  position: static;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#indice-blog #menu-prontuario .wrapper-menus > div {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

#indice-blog #menu-prontuario .wrapper-menus > div > div {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

#indice-blog #menu-prontuario #placeholder-posts {
  margin-left: -2px;
}

#indice-blog #menu-prontuario #placeholder-tags ul, #indice-blog #menu-prontuario #placeholder-posts ul {
  font-size: 16px;
}

#indice-blog #menu-prontuario #placeholder-tags ul > li > a:hover, #indice-blog #menu-prontuario #placeholder-tags ul > li > a:focus, #indice-blog #menu-prontuario #placeholder-tags ul > li > a a.active, #indice-blog #menu-prontuario #placeholder-posts ul > li > a:hover, #indice-blog #menu-prontuario #placeholder-posts ul > li > a:focus, #indice-blog #menu-prontuario #placeholder-posts ul > li > a a.active {
  background-color: #F08132;
}

#search-bar {
  width: 100%;
  height: 40px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

#search-bar form {
  width: 100%;
  height: 38px;
  position: relative;
}

#search-bar input[type="text"] {
  background: none #FFFFFF;
  border: none;
  margin: 0;
  padding: 8px 41px 8px 10px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

#search-bar span {
  border-left: 1px solid #CECECE;
  display: inline-block;
  height: 38px;
  width: 41px;
  text-align: center;
  line-height: 38px;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.title-search {
  margin: 0 0 20px 0;
  text-align: center;
}

#scroll-top {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #FFF;
  width: 28px;
  height: 28px;
  z-index: 2;
  color: #000;
  text-align: center;
  border: 1px solid #CCC;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
  box-shadow: 0 0 5px #000;
  border-radius: 14px;
  opacity: 0.7;
}

.campanello-css {
  display: inline-block;
  width: 37px;
  height: 29px;
  overflow: hidden;
  position: relative;
}

.campanello-css .part1 {
  display: inline-block;
  width: 18%;
  background-color: #FFF;
  border-radius: 50% / 72%;
  height: 13.7%;
  position: absolute;
  top: 0;
  left: 41%;
}

.campanello-css .part2 {
  display: inline-block;
  width: 6%;
  background-color: #FFF;
  height: 7%;
  position: absolute;
  top: 13.7%;
  left: 47%;
}

.campanello-css .part3 {
  display: inline-block;
  height: 62%;
  width: 90%;
  border-radius: 50% / 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #FFF;
  position: absolute;
  top: 19.7%;
  left: 5%;
}

.campanello-css .part4 {
  display: inline-block;
  border-radius: 50%;
  box-shadow: -3px 2px 0 #8C2400;
  height: 115%;
  width: 90%;
  position: absolute;
  left: 18%;
  top: 20%;
}

.campanello-css .part5 {
  display: inline-block;
  width: 100%;
  background-color: #FFF;
  border-radius: 50% / 270%;
  height: 13.7%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1133px) {
  html[lang="it-IT"] #box-footer #footer #message-footer #partners-footer {
    top: -104px;
  }
}

@media only screen and (max-width: 920px) {
  #wrap-submenu {
    display: none;
  }
  #search-and-help > div {
    width: 49%;
  }
  #search-and-help > div#wrap-line-consulenza {
    margin-left: 0;
  }
}

@media only screen and (max-width: 870px) {
  #box-footer #footer #menu-footer {
    padding: 0;
  }
  #box-footer #footer #menu-footer > li {
    width: 100%;
    display: none;
  }
  #box-footer #footer #menu-footer > li:first-child {
    display: list-item;
  }
  html[lang="it-IT"] #box-footer #footer #menu-footer {
    padding: 0;
  }
  html[lang="it-IT"] #box-footer #footer #menu-footer > li {
    width: 50%;
    display: list-item;
  }
  html[lang="it-IT"] #box-footer #footer #menu-footer > li:first-child, html[lang="it-IT"] #box-footer #footer #menu-footer > li:nth-child(2) {
    padding-bottom: 10px;
  }
  html[lang="it-IT"] #box-footer #footer #menu-footer > li:nth-child(2) {
    padding-right: 0;
  }
  html[lang="it-IT"] #box-footer #footer #menu-footer > li:nth-child(3) {
    clear: left;
    padding-left: 0;
  }
  html[lang="it-IT"] #box-footer #footer #message-footer #partners-footer {
    width: 35%;
    top: -108px;
    left: 0px;
  }
  html[lang="it-IT"] body.home #content-page {
    padding-bottom: 78px;
  }
  html[lang="it-IT"] body.home #box-footer {
    height: 78px;
    margin-top: -78px;
  }
  html[lang="it-IT"] body.home #box-footer #footer {
    height: 78px;
  }
}

@media only screen and (max-width: 750px) {
  #menu-prontuario:not(.new-menu) .col {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  #menu-prontuario:not(.new-menu) .col:first-child {
    padding-top: 0;
  }
  #menu-prontuario:not(.new-menu) .col ul.menu {
    border-left: none;
  }
  #menu-prontuario:not(.new-menu) .col ul.menu > li:hover > a, #menu-prontuario:not(.new-menu) .col ul.menu > li.hover > a {
    color: #FFFFFF;
    background-color: #AAAAAA;
  }
  #menu-prontuario:not(.new-menu) .col ul.menu > li:hover ul, #menu-prontuario:not(.new-menu) .col ul.menu > li.hover ul {
    max-height: 0;
    padding-bottom: 0;
  }
  #menu-prontuario:not(.new-menu) .col ul.menu.small-menu {
    padding: 10px 0 0 0;
  }
  #menu-prontuario:not(.new-menu) .col ul.menu.small-menu > li:before {
    display: none;
  }
  #menu-prontuario:not(.new-menu) .col ul.menu.small-menu > li > a {
    color: inherit;
    background-color: transparent;
  }
  #menu-prontuario:not(.new-menu) .col ul.menu.small-menu > li > a:hover, #menu-prontuario:not(.new-menu) .col ul.menu.small-menu > li > a:focus {
    color: #F08132;
  }
  #menu-prontuario:not(.new-menu) .col ul.menu.small-menu > li ul {
    background-color: transparent;
    padding: 0;
  }
  #menu-prontuario:not(.new-menu) .col ul.menu.small-menu > li ul li:before {
    display: none;
  }
  #indice-blog #menu-prontuario .col h5 a {
    min-height: 44px;
  }
  #indice-blog #menu-prontuario .col h5 a span {
    width: 100%;
    vertical-align: middle;
  }
  #indice-blog #menu-prontuario .col h5 a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 44px;
    vertical-align: middle;
  }
  #indice-blog #menu-prontuario #placeholder-tags ul > li > a, #indice-blog #menu-prontuario #placeholder-posts ul > li > a {
    min-height: 44px;
  }
  #indice-blog #menu-prontuario #placeholder-tags ul > li > a span, #indice-blog #menu-prontuario #placeholder-posts ul > li > a span {
    width: 100%;
    vertical-align: middle;
  }
  #indice-blog #menu-prontuario #placeholder-tags ul > li > a:before, #indice-blog #menu-prontuario #placeholder-posts ul > li > a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 44px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 600px) {
  #search-and-help {
    padding: 10px 0;
  }
  #search-and-help > div {
    width: 100%;
  }
  #search-and-help > div#wrap-line-consulenza {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 570px) {
  #menu-prontuario.new-menu #wrap-cols {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  #menu-prontuario.new-menu #placeholder-tags, #menu-prontuario.new-menu #placeholder-posts {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
  #menu-prontuario.new-menu #placeholder-tags ul > li.close, #menu-prontuario.new-menu #placeholder-posts ul > li.close {
    display: block;
    margin-left: -15px;
    text-align: center;
  }
  #menu-prontuario.new-menu #placeholder-tags ul > li.close:before, #menu-prontuario.new-menu #placeholder-posts ul > li.close:before {
    display: none;
  }
  #menu-prontuario.new-menu #placeholder-tags ul > li.close a, #menu-prontuario.new-menu #placeholder-posts ul > li.close a {
    background-color: #818181;
    padding: 5px 15px;
    border: 2px solid #333333;
    color: #FFFFFF;
  }
  #menu-prontuario.new-menu #placeholder-tags ul > li.close a:hover, #menu-prontuario.new-menu #placeholder-tags ul > li.close a:focus, #menu-prontuario.new-menu #placeholder-tags ul > li.close a.active, #menu-prontuario.new-menu #placeholder-posts ul > li.close a:hover, #menu-prontuario.new-menu #placeholder-posts ul > li.close a:focus, #menu-prontuario.new-menu #placeholder-posts ul > li.close a.active {
    background-color: #333333;
    border-color: #818181;
  }
  #menu-prontuario.new-menu #placeholder-tags ul > li.close a:hover span, #menu-prontuario.new-menu #placeholder-tags ul > li.close a:focus span, #menu-prontuario.new-menu #placeholder-tags ul > li.close a.active span, #menu-prontuario.new-menu #placeholder-posts ul > li.close a:hover span, #menu-prontuario.new-menu #placeholder-posts ul > li.close a:focus span, #menu-prontuario.new-menu #placeholder-posts ul > li.close a.active span {
    background-color: transparent;
  }
  #indice-blog #menu-prontuario .wrapper-menus > div {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #indice-blog #menu-prontuario #placeholder-tags ul > li.close > a, #indice-blog #menu-prontuario #placeholder-posts ul > li.close > a {
    min-height: 34px;
  }
  #indice-blog #menu-prontuario #placeholder-tags ul > li.close > a:before, #indice-blog #menu-prontuario #placeholder-posts ul > li.close > a:before {
    height: 34px;
  }
  #indice-blog #menu-prontuario #placeholder-tags ul > li.close > a:hover, #indice-blog #menu-prontuario #placeholder-tags ul > li.close > a:focus, #indice-blog #menu-prontuario #placeholder-tags ul > li.close > a.active, #indice-blog #menu-prontuario #placeholder-posts ul > li.close > a:hover, #indice-blog #menu-prontuario #placeholder-posts ul > li.close > a:focus, #indice-blog #menu-prontuario #placeholder-posts ul > li.close > a.active {
    background-color: #333333;
  }
}

@media only screen and (max-width: 500px) {
  #box-footer, html[lang="it-IT"] #box-footer {
    margin-top: 0;
    height: auto;
  }
  #box-footer #footer #message-footer, html[lang="it-IT"] #box-footer #footer #message-footer {
    margin-top: 0;
    padding: 0;
  }
  #box-footer #footer #message-footer > p, html[lang="it-IT"] #box-footer #footer #message-footer > p {
    width: 100%;
  }
  #box-footer #footer #message-footer #partners-footer, html[lang="it-IT"] #box-footer #footer #message-footer #partners-footer {
    position: static;
    width: 100%;
    padding: 0 0 10px 0;
  }
  #box-footer #footer #message-footer #partners-footer p, html[lang="it-IT"] #box-footer #footer #message-footer #partners-footer p {
    background: url("images/sep-horizontal.png") repeat-x left bottom transparent;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
  #box-footer #footer #menu-footer > li, html[lang="it-IT"] #box-footer #footer #menu-footer > li {
    float: none;
    padding: 0 0 10px 0;
    width: 100%;
  }
  #box-footer #footer #menu-footer > li.last, html[lang="it-IT"] #box-footer #footer #menu-footer > li.last {
    padding-bottom: 0;
  }
  body.home #content-page, body.search #content-page, body.author #content-page {
    padding-bottom: 0;
  }
  body.home #box-footer, body.search #box-footer, body.author #box-footer {
    margin-top: 0;
    height: auto;
  }
  body.home #box-footer #footer, body.search #box-footer #footer, body.author #box-footer #footer {
    height: auto;
  }
}

.ilike_overlayer {
  background: url("images/fb_like3.png") no-repeat 0 0;
  width: 500px;
  height: 500px;
  margin: -250px 0 0 -250px;
  overflow: hidden;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
}

.ilike_overlayer iframe {
  width: 82px;
  margin-top: 315px;
  float: left;
  overflow: hidden;
}

.ilike_overlayer div.ilike_overlayer_testo {
  width: 170px;
  margin: 312px 8px 0 114px;
  float: left;
  overflow: hidden;
  font-family: Oswald;
  font-size: 16px;
  line-height: 1.1;
}

.ilike_overlayer .fb-like {
  margin: 314px 0 0;
  float: left;
}

.ilike_overlayer .ilike_close {
  display: block;
  width: 20px;
  height: 20px;
  margin: 292px 0 0 13px;
  float: left;
  overflow: hidden;
}

#acchiappino_overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#acchiappino_mail {
  background-color: #FEFDE9;
  width: 600px;
  margin: -195px 0 0 -300px;
  left: 50%;
  height: 390px;
  position: absolute;
  top: 50%;
  overflow: hidden;
  border: 5px solid #6E6D72;
  padding: 10px 10px 0 10px;
}

#acchiappino_mail h4 {
  font-size: 29px;
  font-weight: normal;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  line-height: 45px;
}

#wrap_acchiappino_info {
  height: 280px;
}

#acchiappino_mail_img {
  width: 38%;
  height: 100%;
  float: left;
  padding: 35px 0 0 0;
  position: relative;
}

#acchiappino_mail_img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#acchiappino_mail_text {
  width: 60%;
  height: 100%;
  float: right;
  padding-top: 20px;
  padding-bottom: 65px;
  position: relative;
}

#acchiappino_mail_text h5 {
  font-size: 18px;
}

#acchiappino_mail_text h5 span {
  border: 1px solid #333;
  padding: 2px 5px 3px 5px;
  border-radius: 3px;
}

#acchiappino_mail_text form {
  padding: 10px 0;
}

#acchiappino_mail_text form .field {
  padding: 0 12px 0 0;
}

#acchiappino_mail_text form input[type="email"] {
  float: left;
  height: 30px;
  width: 73%;
  margin: 0;
}

#acchiappino_mail_text form input[type="submit"] {
  float: right;
  width: 23%;
}

#acchiappino_mail_text form p {
  font-size: 10px;
  margin: 10px 0 0 0;
}

#acchiappino_mail_text > p {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 10px;
}

#acchiappino_mail_text > p span.text {
  float: left;
}

#acchiappino_mail_text > p em {
  float: right;
  width: 204px;
}

#acchiappino_mail_close {
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 2;
  color: #333;
}

@media only screen and (max-width: 600px) {
  #wrap_acchiappino_info {
    height: auto;
  }
  #acchiappino_mail {
    width: 100%;
    height: auto;
    margin: 0;
    left: 0;
    top: 0;
  }
  #acchiappino_mail h4 {
    font-size: 4vw;
    line-height: 1.6em;
    font-weight: bold;
  }
  #acchiappino_mail_text {
    min-height: 100%;
    height: auto;
  }
  #acchiappino_mail_text h5 {
    font-size: 15px;
    font-weight: normal;
  }
  #acchiappino_mail_text > p {
    text-align: right;
  }
  #acchiappino_mail_text > p span.text {
    float: none;
    display: block;
  }
  #acchiappino_mail_text > p span.text span {
    display: none;
  }
  #acchiappino_mail_text > p em {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 450px) {
  #acchiappino_mail h4 {
    padding: 0;
    margin-top: 5px;
    font-size: 17px;
  }
  #wrap_acchiappino_info {
    height: auto !important;
  }
  #acchiappino_mail_img {
    float: none;
    padding: 0;
    margin-top: -170px;
    height: auto;
    font-size: 0;
    width: 160px;
  }
  #acchiappino_mail_img img {
    position: static;
  }
  #acchiappino_mail_text {
    float: none;
    width: 100%;
    padding-bottom: 160px;
    padding-top: 10px;
  }
  #acchiappino_mail_text > p {
    width: 45%;
    right: 0;
    left: auto;
  }
  #acchiappino_mail_text form {
    position: relative;
  }
  #acchiappino_mail_text form .field {
    padding: 0;
  }
  #acchiappino_mail_text form input[type="email"] {
    width: 100%;
    float: none;
  }
  #acchiappino_mail_text form input[type="submit"] {
    float: none;
    min-width: 75px;
    position: absolute;
    right: 0;
    bottom: -20px;
  }
}

#acchiappino_mail2 {
  width: 400px;
  background-color: #FFD500;
  box-shadow: 0 0 10px #777777;
  border: 1px solid #AAAAAA;
  padding: 20px;
  position: fixed;
  right: -410px;
  bottom: 50px;
  z-index: 3;
}

#acchiappino_mail2 #acchiappino_mail2_close {
  color: #333333;
  position: absolute;
  right: 7px;
  top: 5px;
}

#acchiappino_mail2 h4 {
  margin: 0 0 10px 0;
  line-height: 1.4em;
}

#acchiappino_mail2 > p {
  margin: 0 0 10px 0;
}

#acchiappino_mail2 form {
  width: 100%;
}

#acchiappino_mail2 form #email_confirmation2 {
  position: absolute;
  left: -999999px;
}

#acchiappino_mail2 form .field input[type="email"] {
  width: 100%;
  height: 30px;
  margin: 0 0 10px 0;
  padding: 1px 10px;
  border: 1px solid #CECECE;
  background: none #FFFFFF;
  border-radius: 2px;
}

#acchiappino_mail2 form .field input[type="submit"] {
  width: 100%;
  text-transform: uppercase;
}

#acchiappino_mail2 form .field.bottom {
  margin: 10px 0 0 0;
  font-size: 0;
}

#acchiappino_mail2 form .field.bottom input {
  width: 14px;
  height: 14px;
  margin: 0;
  vertical-align: top;
}

#acchiappino_mail2 form .field.bottom label {
  display: inline-block;
  width: calc(100% - 14px);
  padding: 0 0 0 5px;
  font-size: 10px;
  vertical-align: top;
}

#acchiappino_mail2 form p {
  font-size: 0.8em;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 400px) {
  #acchiappino_mail2 {
    width: 100%;
  }
}

#acchiappino_files_overlay {
  display: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

#acchiappino_files_overlay .v_alinger {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

#acchiappino_files_overlay #acchiappino_files {
  display: inline-block;
  background: url(images/bg-red.jpg) repeat left top transparent;
  width: 100%;
  max-width: 800px;
  border: 5px solid #CCCCCC;
  vertical-align: middle;
}

#acchiappino_files_overlay #acchiappino_files > div {
  padding: 20px 30px;
  border: 5px solid #FFFFFF;
  position: relative;
}

#acchiappino_files_overlay #acchiappino_files > div a.close {
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

#acchiappino_files_overlay #acchiappino_files > div h3 {
  margin: 0 0 30px 0;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #651F17;
  line-height: 1.2;
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.2), 0px 1px 0px white;
}

#acchiappino_files_overlay #acchiappino_files > div .text-button {
  display: block;
  width: 100%;
  max-width: 288px;
  margin-left: -144px;
  margin-bottom: -144px;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  top: -184px;
  left: 50%;
}

#acchiappino_files_overlay #acchiappino_files > div .text-button strong {
  font-size: 70px;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society h3 {
  display: none;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society p {
  width: 100%;
  padding: 20px 0 0 0;
  color: inherit;
  font-size: 14px;
  text-align: center;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society p a {
  color: inherit;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field {
  width: 100%;
  padding-right: 0;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field input[type="email"] {
  width: 70%;
  height: 70px;
  background: none #FFF;
  border: 3px solid #CCC;
  font-size: 24px;
  padding: 5px 15px;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field label {
  color: inherit;
  font-size: 16px;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field .content-select {
  background-color: #FFFFFF;
  display: inline-block;
  width: 70%;
  height: 70px;
  margin: 20px 0 0 0;
  border: 3px solid #CCC;
  border-radius: 3px;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field .content-select .ion-code {
  width: 64px;
  height: 64px;
  border-left: 1px solid #D3DBE2;
  padding: 9px 0;
  font-size: 31px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field .content-select .ion-code:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field .content-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 100%;
  height: 64px;
  padding: 2px 74px 2px 10px;
  border: none;
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
  color: #777777;
  position: relative;
  z-index: 2;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field .content-select select.selected {
  color: #000000;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field.error input {
  border-color: #FF0000;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field.error label {
  color: #FF0000;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field.error .content-select {
  border-color: #FF0000;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field.bottom {
  padding-top: 30px;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field.middle {
  margin: 20px 0;
}

#acchiappino_files_overlay #acchiappino_files > div #download-file-create-society input[type="submit"] {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  height: 210px;
  padding: 10px 20px;
  border: 1px solid #d68800;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0;
  color: #805500;
  background: linear-gradient(to right, #FFF200, #FFAA00) !important;
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.2), 0px 1px 0px white;
}

@media only screen and (max-width: 600px) {
  #acchiappino_files_overlay #acchiappino_files > div {
    padding: 20px;
  }
  #acchiappino_files_overlay #acchiappino_files > div h3 {
    font-size: 27px;
    margin: 0 0 20px 0;
  }
  #acchiappino_files_overlay #acchiappino_files > div #download-file-create-society .field input[type="email"] {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #acchiappino_files_overlay #acchiappino_files > div #download-file-create-society input[type="submit"] {
    min-height: 70px;
    height: auto;
    max-width: 100%;
    font-size: 24px;
    color: #333333;
  }
  #acchiappino_files_overlay #acchiappino_files > div .text-button {
    display: none;
  }
}

#acchiappone_tour_overlay {
  display: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-width: 320px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
}

#acchiappone_tour_overlay #acchiappone_tour_mail {
  background-color: #FFFFFF;
  width: 600px;
  height: 420px;
  margin: -195px 0 0 -300px;
  border: 5px solid #6E6D72;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info {
  height: 100%;
  padding: 20px 0 0 0;
  position: relative;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #logo-teamartist-tour {
  display: block;
  width: 90%;
  max-width: 464px;
  margin: 0 auto 20px auto;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info h4 {
  background-color: #F5A006;
  height: 118px;
  padding: 10px 20px 10px 39%;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info h4 span {
  display: block;
  margin: 5px 0 0 0;
  color: #FFFFFF;
  text-align: right;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour {
  background-color: #E88D0A;
  height: 179px;
  padding: 18px 20px 0 50%;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour #email {
  background: none #FFFFFF;
  width: 100%;
  height: 36px;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  border: none;
  font-size: 18px;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour input[type="submit"] {
  background: linear-gradient(to right, #39B54A, #009245) !important;
  width: 100%;
  height: 36px;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour input[type="submit"]:hover, #acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour input[type="submit"]:focus {
  background: linear-gradient(to right, #009245, #39B54A) !important;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour .field.bottom {
  margin: 5px 0 0 0;
  font-size: 0;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour .field.bottom input {
  width: 14px;
  height: 14px;
  margin: 0;
  vertical-align: top;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour .field.bottom label {
  display: inline-block;
  width: calc(100% - 14px);
  padding: 0 0 0 5px;
  font-size: 10px;
  vertical-align: top;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info p {
  margin: 5px 0 0 0;
  font-size: 9px;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info p a {
   color: inherit;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #acchiappone_tour_mail_img {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#acchiappone_tour_overlay #acchiappone_tour_mail #acchiappone_tour_mail_close {
  color: #000000;
  position: absolute;
  top: 5px;
  right: 8px;
}

@media only screen and (max-width: 600px) {
  #acchiappone_tour_overlay #acchiappone_tour_mail {
    width: auto;
    height: auto;
    margin: 0;
    top: 10px;
    right: 10px;
    left: 10px;
  }
  #acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info h4 {
    height: auto;
    font-size: 3.8vw;
  }
  #acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour {
    height: auto;
    padding-bottom: 10px;
  }
  #acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour input[type="submit"] {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 450px) {
  #acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info h4 {
    padding-left: 20px;
    font-size: 18px;
  }
  #acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour {
    padding-left: 20px;
  }
  #acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #form-acchiappone-tour input[type="submit"] {
    font-size: 18px;
  }
  #acchiappone_tour_overlay #acchiappone_tour_mail #wrap_acchiappone_tour_info #acchiappone_tour_mail_img {
    display: none;
  }
}

#acchiappino_mail_tour {
  width: 400px;
  box-shadow: 0 0 10px #777777;
  border: 1px solid #BF7100;
  position: fixed;
  right: -410px;
  bottom: 50px;
  z-index: 3;
}

#acchiappino_mail_tour #acchiappino_mail_tour_close {
  color: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 5px;
}

#acchiappino_mail_tour h4 {
  background-color: #F5A006;
  padding: 10px 20px 10px 25px;
}

#acchiappino_mail_tour h4 span {
  display: block;
  text-align: right;
  color: #FFFFFF;
}

#acchiappino_mail_tour #form-acchiappino-tour {
  background-color: #E88D0A;
  padding: 10px 20px 10px 41%;
}

#acchiappino_mail_tour #form-acchiappino-tour #email_confirmation2 {
  position: absolute;
  left: -999999px;
}

#acchiappino_mail_tour #form-acchiappino-tour #email {
  background: none #FFF;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  border: none;
  font-size: 14px;
}

#acchiappino_mail_tour #form-acchiappino-tour input[type="submit"] {
  background: linear-gradient(to right, #39B54A, #009245) !important;
  width: 100%;
  height: 30px;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}

#acchiappino_mail_tour #form-acchiappino-tour input[type="submit"]:hover, #acchiappino_mail_tour #form-acchiappino-tour input[type="submit"]:focus {
  background: linear-gradient(to right, #009245, #39B54A) !important;
}

#acchiappino_mail_tour #form-acchiappino-tour .field.bottom {
  margin: 5px 0 0 0;
  font-size: 0;
}

#acchiappino_mail_tour #form-acchiappino-tour .field.bottom input {
  width: 14px;
  height: 14px;
  margin: 0;
  vertical-align: top;
}

#acchiappino_mail_tour #form-acchiappino-tour .field.bottom label {
  display: inline-block;
  width: calc(100% - 14px);
  padding: 0 0 0 5px;
  font-size: 10px;
}

#acchiappino_mail_tour #form-acchiappino-tour p {
  margin: 5px 0 0 0;
  font-size: 9px;
}

#acchiappino_mail_tour #form-acchiappino-tour p a {
   color: inherit;
}

#acchiappino_mail_tour #acchiappino_tour_mail_img {
  width: 40%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 410px) {
  #acchiappino_mail_tour {
    width: calc(100% - 10px);
    min-width: 310px;
  }
  #acchiappino_mail_tour #acchiappino_tour_mail_img {
    display: none;
  }
  #acchiappino_mail_tour #form-acchiappino-tour {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 320px) {
  #acchiappino_mail_tour {
    left: 10px;
  }
}

#acchiappino_controllo {
  width: 400px;
  box-shadow: 0 0 10px #777777;
  border: 1px solid #BF7100;
  position: fixed;
  right: -410px;
  bottom: 50px;
  z-index: 3;
}

#acchiappino_controllo #acchiappino_controllo_close {
  color: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 5px;
}

#acchiappino_controllo h4 {
  background-color: #F5A006;
  padding: 10px 20px 10px 25px;
}

#acchiappino_controllo h4 span {
  display: block;
  text-align: right;
  color: #FFFFFF;
}

#acchiappino_controllo #form-acchiappino-controllo {
  background-color: #E88D0A;
  padding: 10px 20px 10px 41%;
}

#acchiappino_controllo #form-acchiappino-controllo #email_confirmation2 {
  position: absolute;
  left: -999999px;
}

#acchiappino_controllo #form-acchiappino-controllo #email {
  background: none #FFF;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  border: none;
  font-size: 14px;
}

#acchiappino_controllo #form-acchiappino-controllo .content-select {
  background-color: #FFFFFF;
  width: 100%;
  height: 30px;
  margin: 0 0 10px 0;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}

#acchiappino_controllo #form-acchiappino-controllo .content-select .ion-code {
  width: 30px;
  height: 30px;
  border-left: 1px solid #D3DBE2;
  padding: 4px 0;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#acchiappino_controllo #form-acchiappino-controllo .content-select .ion-code:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#acchiappino_controllo #form-acchiappino-controllo .content-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 100%;
  height: 30px;
  padding: 2px 40px 2px 10px;
  border: none;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
  position: relative;
  z-index: 2;
}

#acchiappino_controllo #form-acchiappino-controllo #trattamento-acchiappino {
  margin: 2px 5px 0 0;
}

#acchiappino_controllo #form-acchiappino-controllo input[type="submit"] {
  background: linear-gradient(to bottom, #39B54A 0%, #009245 100%);
  width: 100%;
  height: 30px;
  margin: 0 0 10px 0;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}

#acchiappino_controllo #form-acchiappino-controllo input[type="submit"]:hover, #acchiappino_controllo #form-acchiappino-controllo input[type="submit"]:focus {
  background: linear-gradient(to bottom, #009245 0%, #39B54A 100%);
}

#acchiappino_controllo #form-acchiappino-controllo p {
  margin: 5px 0 0 0;
  font-size: 9px;
}

#acchiappino_controllo #acchiappino_controllo_img {
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 410px) {
  #acchiappino_controllo {
    width: calc(100% - 10px);
    min-width: 310px;
  }
  #acchiappino_controllo #acchiappino_controllo_img {
    display: none;
  }
  #acchiappino_controllo #form-acchiappino-controllo {
    padding-left: 20px;
  }
}

#page-listing {
  padding: 30px 0;
}

#page-listing ul {
  margin: 0 0 0 37px;
}

#page-listing ul li {
  margin: 0 0 5px 0;
  font-size: 16px;
}

#page-listing ul li .small {
  font-size: 12px;
}

#page-listing ul li a {
  color: #2886C7;
  text-decoration: none;
  text-transform: capitalize;
}

#page-listing ul li a:hover, #page-listing ul li a:focus {
  text-decoration: underline;
}

#download-file-create-society, #form-controllo {
  background-color: #333333;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 10px 25px;
  border: 1px solid #AAAAAA;
  font-size: 0;
  text-align: center;
}

#download-file-create-society h3, #form-controllo h3 {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #FFFFFF;
  position: relative;
  font-weight: normal;
}

#download-file-create-society h3:before, #form-controllo h3:before {
  content: '';
  width: 100%;
  height: 0;
  border-top: 1px dashed #AAAAAA;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

#download-file-create-society h3 span, #form-controllo h3 span {
  display: inline-block;
  background-color: #333333;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

#download-file-create-society p, #form-controllo p {
  display: inline-block;
  width: 50%;
  padding: 10px 0 0 0;
  text-align: right;
  font-size: 12px;
  color: #FFFFFF;
}

#download-file-create-society p a, #form-controllo p a {
  color: #FFFFFF;
}

#download-file-create-society .field, #form-controllo .field {
  display: inline-block;
  width: 63%;
  padding-right: 10px;
  vertical-align: top;
}

#download-file-create-society .field input[type="checkbox"], #form-controllo .field input[type="checkbox"] {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#download-file-create-society .field label, #form-controllo .field label {
  color: #FFFFFF;
  font-size: 12px;
  vertical-align: middle;
}

#download-file-create-society .field.error input, #form-controllo .field.error input {
  border-color: #FF0000;
}

#download-file-create-society .field.error .content-select, #form-controllo .field.error .content-select {
  border-color: #FF0000;
}

#download-file-create-society .field.error label, #form-controllo .field.error label {
  color: #FF0000;
}

#download-file-create-society .field.bottom, #form-controllo .field.bottom {
  width: 50%;
  padding: 10px 0 0 0;
  text-align: left;
}

#download-file-create-society input[type="email"], #form-controllo input[type="email"] {
  background: none #FFFFFF;
  width: 100%;
  height: 54px;
  padding: 14px 16px;
  border: 2px solid #CCC;
  font-size: 18px;
  border-radius: 3px;
}

#download-file-create-society input[type="submit"], #form-controllo input[type="submit"] {
  background-color: #12A500;
  width: 37%;
  height: 54px;
  padding: 0 16px;
  border: 2px solid #0C6D00;
  font-size: 18px;
  color: #FFFFFF;
  white-space: normal;
  vertical-align: top;
  cursor: pointer;
  border-radius: 3px;
}

#download-file-create-society input[type="submit"]:hover, #download-file-create-society input[type="submit"]:focus, #form-controllo input[type="submit"]:hover, #form-controllo input[type="submit"]:focus {
  background-color: #0C6D00;
  border-color: #12A500;
}

#form-controllo .field {
  width: 33%;
}

#form-controllo .field .content-select {
  background-color: #FFFFFF;
  width: 100%;
  height: 54px;
  border: 2px solid #CCC;
  border-radius: 2px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}

#form-controllo .field .content-select .ion-code {
  width: 50px;
  height: 50px;
  border-left: 1px solid #D3DBE2;
  padding: 8px 0;
  font-size: 23px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#form-controllo .field .content-select .ion-code:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#form-controllo .field .content-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 100%;
  height: 50px;
  padding: 2px 60px 2px 10px;
  border: none;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
  position: relative;
  z-index: 2;
}

#form-controllo input[type="submit"] {
  width: 34%;
}

body.archive #download-file-create-society, body.archive #form-controllo, body.search #download-file-create-society, body.search #form-controllo {
  margin: 0 auto 20px auto;
}

body.home #download-file-create-society, body.home #form-controllo {
  margin: 0 auto 6px auto;
}

@media only screen and (max-width: 660px) {
  #download-file-create-society p, #download-file-create-society .field.bottom, #form-controllo p, #form-controllo .field.bottom {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 540px) {
  #download-file-create-society .field, #form-controllo .field {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
  #download-file-create-society .field.bottom, #form-controllo .field.bottom {
    margin: 0;
  }
  #download-file-create-society input[type="submit"], #form-controllo input[type="submit"] {
    width: 100%;
  }
}

#show_acchiappino_data_collection_page {
  margin: 0 0 10px 0;
  text-align: center;
  position: relative;
}

#show_acchiappino_data_collection_page a {
  display: inline-block;
  background-color: #F18032;
  border: 2px solid #D44F30;
  margin: 0;
  padding: 5px 10px;
  color: #FFFFFF !important;
  font-size: 20px;
  text-decoration: none;
  border-radius: 3px;
}

#show_acchiappino_data_collection_page:before {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0), #f7f7f7);
}

#acchiappino_data_collection_page_overlay {
  display: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

#acchiappino_data_collection_page_overlay .v_alinger {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page {
  display: inline-block;
  background: none #FEFEFE;
  width: 100%;
  max-width: 800px;
  border: 5px solid #CCCCCC;
  vertical-align: middle;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div {
  padding: 20px 30px;
  border: 5px solid #FFFFFF;
  position: relative;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div a.close {
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div h3 {
  margin: 0 0 30px 0;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.2), 0px 1px 0px white;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form p {
  width: 100%;
  padding: 30px 0 0 0;
  color: inherit;
  font-size: 14px;
  text-align: center;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form p a {
  color: inherit;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field {
  width: 100%;
  padding-right: 0;
  margin: 0 0 15px 0;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field input[type="email"], #acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field input[type="text"] {
  background: none #FFF;
  width: 70%;
  height: 70px;
  padding: 5px 15px;
  border: 3px solid #CCC;
  font-size: 24px;
  border-radius: 5px;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field label {
  color: inherit;
  font-size: 16px;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field .content-select {
  background-color: #FFFFFF;
  display: inline-block;
  width: 70%;
  height: 70px;
  margin: 20px 0 0 0;
  border: 3px solid #CCC;
  border-radius: 3px;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
  border-radius: 5px;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field .content-select .ion-code {
  width: 64px;
  height: 64px;
  border-left: 1px solid #D3DBE2;
  padding: 9px 0;
  font-size: 31px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field .content-select .ion-code:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field .content-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 100%;
  height: 64px;
  padding: 2px 74px 2px 10px;
  border: none;
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
  color: #777777;
  position: relative;
  z-index: 2;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field .content-select select.selected {
  color: #000000;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field.error input {
  border-color: #FF0000;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field.error label {
  color: #FF0000;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field.error .content-select {
  border-color: #FF0000;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field.middle {
  margin-bottom: 30px;
}

#acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form input[type="submit"] {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  min-height: 70px;
  padding: 10px 20px;
  border: 1px solid #d68800;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #805500;
  cursor: pointer;
  text-transform: uppercase;
  background: linear-gradient(to right, #FFF200, #FFAA00) !important;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.2), 0px 1px 0px white;
}

@media only screen and (max-width: 600px) {
  #acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div {
    padding: 20px;
  }
  #acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div h3 {
    font-size: 27px;
    margin: 0 0 20px 0;
  }
  #acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field {
    margin: 0;
  }
  #acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field.middle {
    margin: 0 0 20px 0;
  }
  #acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field input[type="email"], #acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form .field input[type="text"] {
    width: 100%;
    height: 50px;
    margin: 0 0 20px 0;
    font-size: 20px;
  }
  #acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form input[type="submit"] {
    max-width: 100%;
    min-height: 50px;
    font-size: 20px;
  }
  #acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div form p {
    padding-top: 20px;
  }
  #acchiappino_data_collection_page_overlay #acchiappino_data_collection_page > div .text-button {
    display: none;
  }
}

#box-header {
  width: 100%;
  height: 44px;
  position: relative;
  z-index: 2;
}

#scroll-header {
  width: 100%;
  height: 44px;
  background: #333333;
  border-bottom: 1px solid #000;
  z-index: 11;
}

.no-touch #box-header #scroll-header {
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 600px) {
  #scroll-header {
    position: absolute !important;
  }
}

#close-menu-ass {
  display: none;
}

#header {
  height: 44px;
  max-width: 1170px;
  padding: 0 0 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#header #ta-back-url {
  display: inline-block;
  float: left;
  padding: 0 15px 0 0;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 44px;
}

#header #logo {
  margin: 0;
  position: relative;
  float: left;
}

#header #logo h1 {
  line-height: 1;
}

#header #logo .blogname {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  line-height: 44px;
  font-weight: normal;
}

#header #logo .subtitle {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  left: 3px;
  bottom: 2px;
  letter-spacing: 1px;
  font-weight: 300;
  width: 250px;
}

#header #logo .subtitle .line {
  display: none;
}

#header #menu-top-small {
  display: none;
  width: 40px;
  margin: 0;
  float: right;
  text-align: center;
  cursor: pointer;
}

#header #menu-top-small span {
  line-height: 44px;
  font-size: 30px;
  color: #FFFFFF;
}

#header #mobile-telephone {
  display: none;
  float: right;
}

#header #mobile-telephone a {
  display: inline-block;
  padding: 0 15px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 44px;
  text-decoration: none;
}

#header #mobile-telephone a:hover, #header #mobile-telephone a:focus {
  background-color: #1D2328;
}

#header #menu-top {
  float: right;
  height: 44px;
  margin: 0;
  list-style-type: none;
}

#header #menu-top li {
  height: 44px;
  float: left;
}

#header #menu-top li a {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  line-height: 44px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

#header #menu-top li a.with-star {
  line-height: 0;
}

#header #menu-top li a .ion-star {
  display: inline-block;
  color: #FFFF00;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
}

#header #menu-top li a .ion-star span {
  color: #FFFFFF;
  font-size: 7px;
  text-transform: uppercase;
  position: absolute;
  top: -2px;
  left: -12px;
}

#header #menu-top li a .ion-star + span {
  display: inline-block;
  font-size: 14px;
  line-height: 43px;
  vertical-align: middle;
}

#header #menu-top li a:hover, #header #menu-top li a:focus {
  background-color: #1D2328;
}

#header #menu-top li.telephone a {
  border-right: none;
  margin-right: 0;
}

#header #menu-top li a.open-submenu + .children {
  background-color: #333333;
  width: 160px;
  display: none;
  list-style-type: none;
  overflow: hidden;
  position: absolute;
  top: 43px;
  right: -2px;
}

#header #menu-top li a.open-submenu + .children li {
  width: 100%;
  height: auto;
  min-height: 30px;
  margin: 0;
}

#header #menu-top li a.open-submenu + .children li a {
  display: block;
  width: 100%;
  border-left: none;
  padding: 8px 15px;
  margin: 0;
  text-align: right;
  line-height: 1.2;
}

#header #menu-top li a.open-submenu + .children li.bg-orange a {
  background-color: #F59F2A;
  color: #000;
  font-weight: 500;
}

#header #menu-top li a.open-submenu + .children li.br-bottom a {
  padding-bottom: 10px;
  border-bottom: 2px solid #FFFFFF;
}

#header #menu-top #handbooks {
  display: none;
}

#header #menu-ass {
  display: none;
  width: 996px;
  padding: 0 17px 10px 17px;
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 2;
  background-color: #333333;
  list-style-type: none;
  overflow: hidden;
}

#header #menu-ass li {
  width: 33%;
  height: 22px;
  margin: 10px 0 0 0;
  float: left;
}

#header #menu-ass li a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 22px;
  padding: 0 10px;
  border-right: none;
  border-left: 1px solid #F8931F;
  font-weight: 300;
}

#header #menu-ass li:first-child a {
  padding-top: 0;
}

#header #menu-ass li#close-menu-ass a {
  border-left: none;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #7D7D7D;
  width: 100%;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 32px;
  padding-left: 28px;
  text-align: center;
}

#header #menu-ass li#close-menu-ass a:hover, #header #menu-ass li#close-menu-ass a:focus {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #7D7D7D !important;
  border-color: #7D7D7D;
}

@media only screen and (max-width: 1032px) {
  #close-menu-ass {
    display: block;
  }
  #header #menu-top-small, #header #mobile-telephone {
    display: block;
  }
  #header #menu-top {
    display: none;
    background-color: #333333;
    height: auto;
    margin: 0;
    padding: 0 14px;
    position: absolute;
    top: 43px;
    right: 0;
    left: 0;
    z-index: 3;
  }
  #header #menu-top > li {
    float: none;
    height: 43px;
    padding: 5px 0;
    border-bottom: 1px solid #F8931F;
  }
  #header #menu-top > li > a {
    line-height: 22px;
    padding: 5px;
    margin: 0;
    border-right: none;
    display: block;
  }
  #header #menu-top > li > a .ion-star + span {
    line-height: 22px;
  }
  #header #menu-top > li > a.open-submenu + .children {
    top: 0px;
    right: 93px;
  }
  #header #menu-top > li > a.open-submenu + .children li a {
    padding: 3px 16px 3px 5px;
  }
  #header #menu-top > li > a.open-submenu + .children li a:first-child {
    padding-top: 10px;
  }
  #header #menu-top > li.telephone {
    display: none;
  }
  #header #menu-top > li:last-child, #header #menu-top > li.login {
    border-bottom: none;
  }
  #header #menu-top > li:last-child > a, #header #menu-top > li.login > a {
    padding-bottom: 0;
    padding-right: 5px;
  }
  #header #menu-top #handbooks {
    display: block;
  }
  #header #menu-software, #header #menu-altro, #header #menu-consulenza, #header #menu-blog, #header #menu-risorse-gratuite {
    display: none;
    width: 100%;
    padding: 0 17px;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 2;
    background-color: #333333;
    list-style-type: none;
    overflow: hidden;
  }
  #header #menu-software li, #header #menu-altro li, #header #menu-consulenza li, #header #menu-blog li, #header #menu-risorse-gratuite li {
    width: 100%;
    height: 22px;
    margin: 10px 0 0 0;
    float: left;
  }
  #header #menu-software li a, #header #menu-altro li a, #header #menu-consulenza li a, #header #menu-blog li a, #header #menu-risorse-gratuite li a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 22px;
    padding: 0 10px;
    border-right: none;
    border-left: 1px solid #F8931F;
  }
  #header #menu-software li:first-child a, #header #menu-altro li:first-child a, #header #menu-consulenza li:first-child a, #header #menu-blog li:first-child a, #header #menu-risorse-gratuite li:first-child a {
    padding-top: 0;
  }
  #header #menu-software li:last-child, #header #menu-altro li:last-child, #header #menu-consulenza li:last-child, #header #menu-blog li:last-child, #header #menu-risorse-gratuite li:last-child {
    margin-bottom: 10px;
  }
  #header #menu-software li.close-submenu a, #header #menu-altro li.close-submenu a, #header #menu-consulenza li.close-submenu a, #header #menu-blog li.close-submenu a, #header #menu-risorse-gratuite li.close-submenu a {
    border-left: none;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: #7D7D7D;
    width: 100%;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 32px;
    padding-left: 28px;
    text-align: center;
  }
  #header #menu-software li.close-submenu a:hover, #header #menu-software li.close-submenu a:focus, #header #menu-altro li.close-submenu a:hover, #header #menu-altro li.close-submenu a:focus, #header #menu-consulenza li.close-submenu a:hover, #header #menu-consulenza li.close-submenu a:focus, #header #menu-blog li.close-submenu a:hover, #header #menu-blog li.close-submenu a:focus, #header #menu-risorse-gratuite li.close-submenu a:hover, #header #menu-risorse-gratuite li.close-submenu a:focus {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #7D7D7D !important;
    border-color: #7D7D7D;
  }
  #header #menu-software li.bg-orange, #header #menu-altro li.bg-orange, #header #menu-consulenza li.bg-orange, #header #menu-blog li.bg-orange, #header #menu-risorse-gratuite li.bg-orange {
    width: calc(100% + 34px);
    height: auto;
    margin: 0 -17px;
  }
  #header #menu-software li.bg-orange a, #header #menu-altro li.bg-orange a, #header #menu-consulenza li.bg-orange a, #header #menu-blog li.bg-orange a, #header #menu-risorse-gratuite li.bg-orange a {
    border-left: none;
    padding: 5px 10px 5px 27px;
    background-color: #F59F2A;
    color: #000000;
    font-weight: 500;
  }
  #header #menu-software li.br-bottom a, #header #menu-altro li.br-bottom a, #header #menu-consulenza li.br-bottom a, #header #menu-blog li.br-bottom a, #header #menu-risorse-gratuite li.br-bottom a {
    border-bottom: 2px solid #FFFFFF;
  }
}

@media only screen and (max-width: 790px) {
  #header #menu-ass li {
    width: 50%;
  }
}

@media only screen and (max-width: 530px) {
  #header #menu-ass li {
    width: 100%;
  }
  #header #menu-ass li:last-child {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 380px) {
  #header #mobile-telephone {
    background-color: #F5A006;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 44px;
  }
  #header #mobile-telephone a {
    display: block;
    color: #333333;
  }
  #header #mobile-telephone a:hover, #header #mobile-telephone a:focus {
    background-color: #E88D0A;
  }
  #content-page #wrapper {
    padding-top: 54px;
  }
}

@media only screen and (max-width: 300px) {
  #header #logo .subtitle {
    font-size: 10px;
    line-height: 10px;
    bottom: 7px;
  }
}

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

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

.wrap-request-demo-form .request-demo {
  margin: 20px 0 0 0;
}

#confirm-send-comment .request-demo {
  margin: 0 0 70px 0;
  -webkit-animation: zoomInDown 2s 0.2s;
          animation: zoomInDown 2s 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.request-demo {
  background-color: #333333;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #AAAAAA;
  position: relative;
  color: #FFF;
}

.request-demo h3 {
  text-align: center;
  padding: 0 0 10px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
}

.request-demo h3 strong {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  background-color: #333333;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.request-demo h3:before {
  content: '';
  width: 100%;
  height: 0;
  border-top: 1px dashed #AAAAAA;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.request-demo .form-request-demo {
  position: relative;
}

.request-demo .form-request-demo .field {
  height: auto;
  margin: 0;
  width: 33%;
  padding: 0 10px 0 0;
  float: left;
  position: relative;
}

.request-demo .form-request-demo .field.actions {
  width: 34%;
  padding: 0;
}

.request-demo .form-request-demo input[type="text"] {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 4px 8px 5px 8px;
  font-size: 13px;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 1;
  border-width: 2px;
  border-radius: 3px;
}

.request-demo .form-request-demo input[type="text"]:focus, .request-demo .form-request-demo input[type="text"]:active {
  border-color: #FF9226;
}

.request-demo .form-request-demo .error {
  display: none;
  background: url("images/baloon-home3.png") no-repeat 0 0 transparent;
  -webkit-background-size: 147px 99px;
  width: 147px;
  height: 99px;
  padding: 36px 12px 0 12px;
  margin-left: -74px;
  text-align: center;
  color: #B81010;
  font-size: 16px;
  position: absolute;
  top: 49px;
  left: 50%;
  z-index: 2;
}

.request-demo .form-request-demo .btn-prova-demo {
  background: none #F18032;
  width: 100%;
  height: 48px;
  border: 2px solid #D44F30;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  float: right;
  cursor: pointer;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 3px;
}

.request-demo .form-request-demo .btn-prova-demo:hover, .request-demo .form-request-demo .btn-prova-demo:focus {
  background-color: #D44F30;
  border-color: #F18032;
}

.info-request-demo {
  padding: 10px 0 0 0;
  margin: 0;
  text-align: center;
  color: #FFF;
}

#tooltip-request-demo {
  background-color: #F08132;
  height: 0;
  padding: 0 10px;
  overflow: hidden;
  color: #000;
  line-height: 28px;
  position: absolute;
  left: 12px;
  top: 9px;
  z-index: 2;
}

#tooltip-request-demo span {
  display: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F08132;
  position: absolute;
  bottom: -9px;
  left: 46px;
}

#dialog-request-demo {
  display: none;
}

#dialog-request-demo h5 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  background-color: #F8931F;
  text-align: center;
  padding: 10px;
  margin: 17px 10px 0 10px;
  font-size: 40px;
  line-height: 46px;
  border-radius: 4px;
}

#dialog-request-demo p {
  text-align: center;
  font-size: 20px;
  padding: 0;
  margin: 15px 0 0 0;
}

.ui-widget-overlay {
  background: none #000;
  opacity: 0.9;
}

.ui-widget-content {
  background: none #333;
  border: none;
}

.ui-dialog .ui-dialog-title {
  width: auto;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: auto;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close:before {
  content: '';
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  display: none;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  padding: 1px 10px;
  text-indent: 0;
  text-align: right;
  color: #F8931F;
  font-size: 13px;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-text:hover, .ui-dialog .ui-dialog-titlebar-close .ui-button-text:focus {
  color: #FFFFFF;
}

.ui-dialog .ui-widget-header {
  background: none;
  border: none;
}

.ui-dialog .ui-dialog-content {
  background: none #FFF;
  border-radius: 4px 4px 0 0;
  margin: 0 10px;
}

.ui-dialog .ui-dialog-buttonpane {
  background: none #FFF;
  padding-bottom: 20px;
  border-radius: 0 0 4px 4px;
  margin: 0 10px 10px 10px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 42px;
  line-height: 30px;
  font-size: 22px;
  margin: 10px 0;
  color: #FFFFFF;
  background: none #26824C;
  border: 1px solid #006837;
  text-shadow: none;
  border-radius: 4px;
  box-shadow: 0 0 5px #333333;
}

.ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:focus {
  background-color: #006837;
  border-color: #26824C;
  color: #FFFFFF !important;
}

.ui-dialog .ui-dialog-buttonpane button span {
  padding: 0;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

#overlay .bg {
  height: 100%;
  width: 100%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}

#overlay .text {
  color: #FFFFFF;
  position: absolute;
  font-size: 24px;
  text-align: center;
  background: url("images/bar-loader.gif") no-repeat center bottom transparent;
  -webkit-background-size: 220px 19px;
  padding-bottom: 24px;
  width: 100%;
  height: 60px;
  top: 50%;
  margin-top: -30px;
}

@media only screen and (max-width: 990px) {
  #tooltip-request-demo {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .request-demo {
    margin-bottom: 10px;
  }
  .request-demo .form-request-demo .field {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .request-demo .form-request-demo .field.actions {
    width: 100%;
  }
  .request-demo .form-request-demo .field .error {
    display: none !important;
  }
  #confirm-send-comment .request-demo {
    margin-bottom: 0;
  }
}

#content-posts {
  padding-top: 14px;
  font-size: 0;
}

#content-posts .post {
  display: inline-block;
  width: 32%;
  margin: 0 2% 34px 0;
  vertical-align: top;
  border-radius: 2px;
}

#content-posts .post:nth-child(3n) {
  margin-right: 0;
}

#content-posts .post .content {
  position: relative;
  width: 100%;
  height: 100%;
}

#content-posts .post .content > a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 3px #CECECE;
  position: relative;
}

#content-posts .post .content > a:before {
  width: 100%;
  display: block;
  margin-top: 60%;
  content: '';
}

#content-posts .post .content > a > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content-posts .post .content > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#content-posts .post .content .relevanssi-query-term {
  color: #1771B6;
  text-shadow: 1px 1px 0px #CECECE;
}

#content-posts .post .content .avatar {
  display: none;
  width: 10%;
  border-top: 5px solid #FF9226;
  position: absolute;
  top: 170px;
  left: 0;
}

#content-posts .post .content .avatar img {
  width: 100% !important;
  height: auto !important;
}

#content-posts .post .content a {
  color: inherit;
  text-decoration: none;
}

#content-posts .post .content .info a:hover, #content-posts .post .content .info a:focus {
  text-decoration: underline;
}

#content-posts .post .content .info .date {
  color: #7D7D7D;
  padding: 10px 10px 0 10px;
  font-size: 12px;
}

#content-posts .post .content .info .title {
  color: #4A4A4A;
  padding: 10px;
  line-height: 24px;
  font-size: 18px;
  overflow: hidden;
}

#content-posts .post .content .info .author {
  padding: 0 0 0 10px;
  color: #7D7D7D;
  font-size: 12px;
}

#content-posts .loader {
  font-size: 20px;
  padding: 0 0 15px 0;
  display: none;
}

#content-posts .loader span {
  font-size: 1.5em;
  vertical-align: middle;
}

#articles_navigation {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0 0 15px 0;
}

#articles_navigation a {
  font-size: 12px;
  display: inline-block;
  line-height: 22px;
  width: 22px;
  margin: 0 5px 0 0;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  color: inherit;
  text-decoration: none;
}

#articles_navigation a.selected {
  border: 1px solid #000;
  background-color: #FF9226;
  color: #FFF;
}

#articles_navigation a:last-child {
  margin-right: 0;
}

#articles_navigation a#articles_next_link, #articles_navigation a#articles_prev_link {
  width: auto;
  padding: 0 5px;
}

#articles_navigation .hellip {
  font-size: 12px;
  display: inline-block;
  line-height: 22px;
  margin: 0 5px 0 0;
}

@media only screen and (max-width: 880px) {
  #content-posts .post {
    width: 49%;
    margin-right: 2%;
  }
  #content-posts .post:nth-child(3n) {
    margin-right: 2%;
  }
  #content-posts .post:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 580px) {
  #content-posts .post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #content-posts .post:nth-child(3n), #content-posts .post:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 430px) {
  #articles_navigation a {
    display: none;
  }
  #articles_navigation a.selected, #articles_navigation a#articles_next_link, #articles_navigation a#articles_prev_link {
    display: inline-block;
  }
  #articles_navigation .hellip {
    display: none;
  }
}

#whatsapp-share {
  display: none;
  width: 86px;
  height: 22px;
  vertical-align: middle;
  margin-left: 5px;
}

html.touch #whatsapp-share {
  display: inline-block;
}

#breadcrumbs {
  margin: 15px 0 0 0;
  padding: 0 15px;
  color: #7D7D7D;
  font-size: 1.2em;
}

#breadcrumbs a {
  color: #7D7D7D;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
  color: #333333;
}

#wrap-single-post {
  width: 64%;
  float: left;
}

#content-single-post {
  width: 100%;
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
}

#content-single-post > div[id^="post-"] {
  position: relative;
}

#content-single-post .date {
  background-color: #F08132;
  color: #FFFFFF;
  height: 22px;
  line-height: 20px;
  padding: 0 10px;
  display: inline-block;
  margin: 0 0 10px 0;
}

#content-single-post .date .ion-calendar {
  font-size: 1.3em;
  display: inline-block;
  margin-right: 3px;
}

#content-single-post .share-wrapper {
  float: right;
  position: relative;
}

#content-single-post .share-wrapper .share-link {
  display: inline-block;
  background-color: #CECECE;
  height: 22px;
  width: 100px;
  border: 1px solid transparent;
  color: #333333;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

#content-single-post .share-wrapper .share-link .icon {
  display: inline-block;
  padding: 0 5px 0 0;
}

#content-single-post .share-wrapper .share-link:hover, #content-single-post .share-wrapper .share-link:focus {
  background-color: #FFFFFF;
  border-color: #CECECE;
}

#content-single-post .share-wrapper .share-box {
  display: none;
}

#content-single-post .share-wrapper.open .share-link {
  background-color: #FFFFFF;
  border-color: #CECECE;
}

#content-single-post .share-wrapper.open .share-box {
  display: block;
  background-color: #FFFFFF;
  width: 100px;
  border: 1px solid #CECECE;
  border-top: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: 22px;
}

#content-single-post .share-wrapper.open .share-box li a {
  display: block;
  padding: 0 0 0 10px;
  color: #333333;
  cursor: pointer;
  line-height: 22px;
  text-decoration: none;
}

#content-single-post .share-wrapper.open .share-box li a:hover, #content-single-post .share-wrapper.open .share-box li a:focus {
  background-color: #DEDEDE;
}

#content-single-post .share-wrapper.open .share-box li a span {
  display: inline-block;
  padding: 0 0 0 5px;
  vertical-align: middle;
}

#content-single-post .share-wrapper.open .share-box li a:before {
  display: inline-block;
  width: 12px;
  vertical-align: middle;
}

#content-single-post .share-wrapper.open .share-box li a.icon-whatsapp:before {
  content: '';
  height: 22px;
  background: url("images/icon-wa.svg") no-repeat center center;
  background-size: contain;
}

#content-single-post .share-wrapper.open .share-box li a.icon-x:before {
  content: '';
  height: 22px;
  background: url("images/icon-x.svg") no-repeat center center;
  background-size: contain;
}

#content-single-post h1 {
  font-size: 3em;
  line-height: 1.2em;
}

#content-single-post .author {
  margin: 15px 0;
  font-size: 1.2em;
}

#content-single-post .author .avatar {
  width: 44px;
  height: 44px;
  vertical-align: middle;
  margin: 0 7px 0 0;
  border-radius: 22px;
}

#content-single-post .author > span {
  display: inline-block;
  vertical-align: middle;
  color: #7D7D7D;
}

#content-single-post .author > span a {
  color: #7D7D7D;
}

#content-single-post .author > span a:hover, #content-single-post .author > span a:focus {
  color: #333333;
}

#content-single-post .author .like-follow-ta {
  display: block;
  padding: 5px 0 0 43px;
  vertical-align: middle;
  font-size: 0;
}

#content-single-post .author .like-follow-ta .fb-like {
  margin-right: 5px;
}

#content-single-post .author .like-follow-ta .fb-like, #content-single-post .author .like-follow-ta .twitter-follow-button {
  vertical-align: top;
}

#content-single-post #share-top, #content-single-post #share-bottom {
  margin: 15px 0 0 0;
}

#content-single-post #share-top > div, #content-single-post #share-bottom > div {
  width: 33%;
  height: 32px;
  line-height: 22px;
  float: right;
}

#content-single-post #share-top > div:nth-child(2), #content-single-post #share-bottom > div:nth-child(2) {
  width: 34%;
  padding: 0 5px;
}

#content-single-post #share-top > div > a, #content-single-post #share-bottom > div > a {
  padding: 5px;
  font-size: 0;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

#content-single-post #share-top > div .box-icon, #content-single-post #share-bottom > div .box-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #FFFFFF;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 16px;
  vertical-align: top;
}

#content-single-post #share-top > div .box-icon ~ strong, #content-single-post #share-bottom > div .box-icon ~ strong {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

#content-single-post #share-top > div .box-icon ~ strong.small-text, #content-single-post #share-bottom > div .box-icon ~ strong.small-text {
  display: none;
}

#content-single-post #share-top .subscribe-blog, #content-single-post #share-bottom .subscribe-blog {
  background: linear-gradient(to right, #FF9226, #f27800) !important;
}

#content-single-post #share-top .subscribe-blog .icon, #content-single-post #share-bottom .subscribe-blog .icon {
  color: #FF9226;
}

#content-single-post #share-top .subscribe-blog:hover, #content-single-post #share-top .subscribe-blog:focus, #content-single-post #share-bottom .subscribe-blog:hover, #content-single-post #share-bottom .subscribe-blog:focus {
  background: linear-gradient(to right, #f27800, #FF9226) !important;
}

#content-single-post #share-top .subscribe-blog:hover .icon, #content-single-post #share-top .subscribe-blog:focus .icon, #content-single-post #share-bottom .subscribe-blog:hover .icon, #content-single-post #share-bottom .subscribe-blog:focus .icon {
  color: #f27800;
}

#content-single-post #share-top .subscribe-blog:hover strong, #content-single-post #share-top .subscribe-blog:focus strong, #content-single-post #share-bottom .subscribe-blog:hover strong, #content-single-post #share-bottom .subscribe-blog:focus strong {
  text-shadow: 1px 1px 0 #d96c00;
}

#content-single-post #share-top .share-fb, #content-single-post #share-bottom .share-fb {
  background: linear-gradient(to right, #2F398E, #222a68) !important;
}

#content-single-post #share-top .share-fb .icon, #content-single-post #share-bottom .share-fb .icon {
  color: #2F398E;
}

#content-single-post #share-top .share-fb:hover, #content-single-post #share-top .share-fb:focus, #content-single-post #share-bottom .share-fb:hover, #content-single-post #share-bottom .share-fb:focus {
  background: linear-gradient(to right, #222a68, #2F398E) !important;
}

#content-single-post #share-top .share-fb:hover .icon, #content-single-post #share-top .share-fb:focus .icon, #content-single-post #share-bottom .share-fb:hover .icon, #content-single-post #share-bottom .share-fb:focus .icon {
  color: #222a68;
}

#content-single-post #share-top .share-fb:hover strong, #content-single-post #share-top .share-fb:focus strong, #content-single-post #share-bottom .share-fb:hover strong, #content-single-post #share-bottom .share-fb:focus strong {
  text-shadow: 1px 1px 0 #1c2255;
}

#content-single-post #share-top .share-tw, #content-single-post #share-bottom .share-tw {
  background: linear-gradient(to right, #37AAE0, #1f90c5) !important;
}

#content-single-post #share-top .share-tw .icon, #content-single-post #share-bottom .share-tw .icon {
  color: #37AAE0;
}

#content-single-post #share-top .share-tw:hover, #content-single-post #share-top .share-tw:focus, #content-single-post #share-bottom .share-tw:hover, #content-single-post #share-bottom .share-tw:focus {
  background: linear-gradient(to right, #1f90c5, #37AAE0) !important;
}

#content-single-post #share-top .share-tw:hover .icon, #content-single-post #share-top .share-tw:focus .icon, #content-single-post #share-bottom .share-tw:hover .icon, #content-single-post #share-bottom .share-tw:focus .icon {
  color: #1f90c5;
}

#content-single-post #share-top .share-tw:hover strong, #content-single-post #share-top .share-tw:focus strong, #content-single-post #share-bottom .share-tw:hover strong, #content-single-post #share-bottom .share-tw:focus strong {
  text-shadow: 1px 1px 0 #1b80af;
}

#content-single-post #share-top #subscribe-box, #content-single-post #share-bottom #subscribe-box {
  width: 100%;
  height: auto;
  background-color: #FFF;
  float: none;
  margin: 5px 0 0 0;
  position: relative;
}

#content-single-post #share-top #subscribe-box > div, #content-single-post #share-bottom #subscribe-box > div {
  border: 2px solid #f27800;
}

#content-single-post #share-top #subscribe-box .ion-close, #content-single-post #share-bottom #subscribe-box .ion-close {
  width: 12px;
  height: 12px;
  color: #FFF;
  background-color: #f27800;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  line-height: 12px;
  font-size: 10px;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
}

#content-single-post #share-top #subscribe-box span.line, #content-single-post #share-bottom #subscribe-box span.line {
  content: '';
  position: absolute;
  width: 33%;
  height: 5px;
  background-color: #f27800;
  left: 0;
  top: -5px;
}

#content-single-post #share-top #subscribe-box form, #content-single-post #share-bottom #subscribe-box form {
  padding: 10px;
  width: 60%;
  float: left;
  border-right: 1px solid #f27800;
}

#content-single-post #share-top #subscribe-box form h4, #content-single-post #share-bottom #subscribe-box form h4 {
  margin: 0 0 10px 0;
}

#content-single-post #share-top #subscribe-box form .field, #content-single-post #share-bottom #subscribe-box form .field {
  display: inline-block;
  width: 70%;
  position: relative;
}

#content-single-post #share-top #subscribe-box form input[type="text"], #content-single-post #share-bottom #subscribe-box form input[type="text"] {
  height: 30px;
  width: 100%;
  padding: 0 10px;
  vertical-align: top;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 2px;
}

#content-single-post #share-top #subscribe-box form input[type="text"] + .error-message, #content-single-post #share-bottom #subscribe-box form input[type="text"] + .error-message {
  display: none;
  color: #F08132;
  position: absolute;
  left: 12px;
  top: 26px;
  font-size: 10px;
}

#content-single-post #share-top #subscribe-box form input[type="text"] + .error-message br, #content-single-post #share-bottom #subscribe-box form input[type="text"] + .error-message br {
  display: none;
}

#content-single-post #share-top #subscribe-box form input[type="text"].error, #content-single-post #share-bottom #subscribe-box form input[type="text"].error {
  border-color: #F08132;
  margin-bottom: 15px;
}

#content-single-post #share-top #subscribe-box form input[type="text"].error + .error-message, #content-single-post #share-bottom #subscribe-box form input[type="text"].error + .error-message {
  display: block;
}

#content-single-post #share-top #subscribe-box form input[type="submit"], #content-single-post #share-bottom #subscribe-box form input[type="submit"] {
  vertical-align: top;
  width: 28%;
  margin-left: 2%;
  cursor: pointer;
}

#content-single-post #share-top #subscribe-box form p, #content-single-post #share-bottom #subscribe-box form p {
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  padding: 5px 0 0 0;
}

#content-single-post #share-top #subscribe-box .right-form, #content-single-post #share-bottom #subscribe-box .right-form {
  width: 40%;
  float: left;
  padding: 10px;
}

#content-single-post #share-top #subscribe-box .right-form h4, #content-single-post #share-bottom #subscribe-box .right-form h4 {
  margin: 0 0 10px 0;
}

#content-single-post .sep-top-article {
  height: 15px;
}

#content-single-post #box-share-bottom-image {
  margin-bottom: 15px;
  overflow: hidden;
}

#content-single-post #box-share-bottom-image > p {
  margin: 0;
  width: 20%;
  float: left;
  text-align: right;
  font-size: 14px;
  padding: 0 10px 0 0;
}

#content-single-post #box-share-bottom-image .fb-like {
  width: 80%;
  float: left;
  overflow: hidden;
}

#content-single-post .desc-article {
  font-size: 1.4em;
  word-break: break-word;
}

#content-single-post .desc-article a {
  color: #F08132;
}

#content-single-post .desc-article p {
  margin: 0 0 10px 0;
}

#content-single-post .desc-article ul, #content-single-post .desc-article ol {
  margin: 0 0 10px 27px;
}

#content-single-post .desc-article iframe {
  display: block;
  max-width: 100%;
  margin: 20px auto 0 auto;
}

#content-single-post .desc-article img {
  max-width: 100%;
  width: auto;
  height: auto;
}

#content-single-post .desc-article .wp-caption {
  background-color: #DEDEDE;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #CECECE;
}

#content-single-post .desc-article .wp-caption p {
  margin: 0;
}

#content-single-post .desc-article .youtube-wapper {
  display: block;
  position: relative;
}

#content-single-post .desc-article .youtube-wapper:before {
  content: '';
  display: block;
  height: 0;
  margin: 20px auto 0 auto;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 1;
}

#content-single-post .desc-article .youtube-wapper iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#content-single-post .desc-article table {
  width: 100%;
}

#content-single-post .desc-article h3 {
  margin: 20px 0;
  font-size: 1.5em;
  line-height: 1.2;
}

#content-single-post .desc-article .wp-block-post-featured-image {
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  box-shadow: 0 0 10px #878787;
  border-radius: 2px;
  padding: 10px;
  margin: 0 auto 15px auto;
}

#content-single-post .desc-article .wp-block-image {
  margin: 0 0 10px 0;
}

#content-single-post .desc-article .wp-block-image figure {
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  box-shadow: 0 0 10px #878787;
  border-radius: 2px;
  padding: 10px;
}

#content-single-post #share-bottom {
  margin-bottom: 15px;
}

#content-single-post #share-bottom > div {
  width: 50%;
  padding: 0 0 0 3px;
}

#content-single-post #share-bottom > div:nth-child(2) {
  width: 50%;
  padding: 0 3px 0 0;
}

#content-single-post.prontuario #share-bottom {
  margin: 25px 0 0 0;
}

#more-posts {
  margin: 15px 0 0 0;
}

#more-posts #next-post {
  padding: 15px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
}

#more-posts .n-post {
  max-width: 600px;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

#more-posts .n-post > a {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px solid #CECECE;
  position: relative;
}

#more-posts .n-post > a:before {
  width: 100%;
  display: block;
  margin-top: 60%;
  content: '';
}

#more-posts .n-post > a img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#more-posts .n-post h3 {
  font-size: 1.5em;
  line-height: 1.4em;
  padding: 0 10px;
}

#more-posts .n-post h3 a {
  color: #7D7D7D;
  text-decoration: none;
}

#more-posts .n-post h3 a:hover, #more-posts .n-post h3 a:focus {
  text-decoration: underline;
}

#more-posts #content-sidebar-posts {
  display: none;
  padding: 15px 15px 0 15px;
  border: 1px solid #CECECE;
  border-bottom-color: #F7F7F7;
  background-color: #F7F7F7;
  margin: 1px 0 -17px 0;
  position: relative;
  z-index: 2;
}

#more-posts #content-bottom-posts {
  padding: 15px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  margin: 1px 0 15px 0;
  position: relative;
  z-index: 1;
}

#more-posts .b-post {
  width: 50%;
  float: left;
}

#more-posts .b-post:nth-child(even) {
  padding: 0 0 10px 5px;
}

#more-posts .b-post:nth-child(odd) {
  padding: 0 5px 10px 0;
}

#more-posts .b-post > a {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px solid #CECECE;
  position: relative;
}

#more-posts .b-post > a:before {
  width: 100%;
  display: block;
  margin-top: 60%;
  content: '';
}

#more-posts .b-post > a img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#more-posts .b-post h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  height: 100px;
  overflow: hidden;
  padding: 0 10px;
}

#more-posts .b-post h3 a {
  color: #7D7D7D;
  text-decoration: none;
}

#prima-immagine-post-1-foto-destra {
  float: right;
  width: 65%;
  max-width: 408px;
  margin: 0 0 15px 15px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  padding: 10px;
  box-shadow: 0 0 10px #878787;
  border-radius: 2px;
  position: relative;
}

#prima-immagine-post-1-foto-destra:before {
  content: '';
  display: block;
  margin-top: 80%;
}

#prima-immagine-post-1-foto-destra .img-single {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#prima-immagine-post-1-foto-destra .img-single span, #prima-immagine-post-1-foto-destra .img-single a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
}

#prima-immagine-post-1-foto-destra .img-single span img, #prima-immagine-post-1-foto-destra .img-single a img {
  max-height: 100%;
  max-width: 100%;
}

.immagine-post-3-foto {
  overflow: hidden;
  width: 32%;
  max-width: 211px;
  float: left;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  padding: 10px;
  margin: 10px 0;
  box-shadow: 0 0 10px #878787;
  border-radius: 2px;
  position: relative;
}

.immagine-post-3-foto:before {
  content: '';
  display: block;
  margin-top: 100%;
}

.immagine-post-3-foto .img-single {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.immagine-post-3-foto .img-single span, .immagine-post-3-foto .img-single a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
}

.immagine-post-3-foto .img-single span img, .immagine-post-3-foto .img-single a img {
  max-height: 100%;
  max-width: 100%;
}

#immagine-post-3-foto-seconda {
  margin: 10px 2%;
}

#prima-immagine-post-2-foto-destra {
  float: right;
  width: 58%;
  max-width: 408px;
  margin: 0 0 15px 15px;
  padding: 10px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  box-shadow: 0 0 10px #878787;
  border-radius: 2px;
  position: relative;
}

#prima-immagine-post-2-foto-destra:before {
  content: '';
  display: block;
  margin-top: 80%;
}

#prima-immagine-post-2-foto-destra .img-single {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#prima-immagine-post-2-foto-destra .img-single span, #prima-immagine-post-2-foto-destra .img-single a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
}

#prima-immagine-post-2-foto-destra .img-single span img, #prima-immagine-post-2-foto-destra .img-single a img {
  max-height: 100%;
  max-width: 100%;
}

#seconda-immagine-post-2-foto-destra {
  float: left;
  width: 39%;
  max-width: 274px;
  margin: 0 15px 15px 0;
  padding: 10px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  box-shadow: 0 0 10px #878787;
  border-radius: 2px;
  position: relative;
}

#seconda-immagine-post-2-foto-destra:before {
  content: '';
  display: block;
  margin-top: 100%;
}

#seconda-immagine-post-2-foto-destra .img-single {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#seconda-immagine-post-2-foto-destra .img-single span, #seconda-immagine-post-2-foto-destra .img-single a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
}

#seconda-immagine-post-2-foto-destra .img-single span img, #seconda-immagine-post-2-foto-destra .img-single a img {
  max-height: 100%;
  max-width: 100%;
}

#prima-immagine-post-1-foto-centrale {
  width: 100%;
  max-width: 634px;
  margin: 0 auto 15px auto;
  padding: 10px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
  box-shadow: 0 0 10px #878787;
  border-radius: 2px;
  font-size: 0;
  position: relative;
}

#prima-immagine-post-1-foto-centrale:before {
  content: '';
  display: block;
  margin-top: 60%;
}

#prima-immagine-post-1-foto-centrale .img-single {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#prima-immagine-post-1-foto-centrale .img-single span, #prima-immagine-post-1-foto-centrale .img-single a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
}

#prima-immagine-post-1-foto-centrale .img-single span img, #prima-immagine-post-1-foto-centrale .img-single a img {
  max-height: 100%;
  max-width: 100%;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

#confirm-send-comment {
  margin-bottom: 10px;
}

#confirm-send-comment .message {
  background: url("images/ok.png") no-repeat 10px center transparent;
  min-height: 220px;
  padding: 20px 20px 20px 180px;
  margin: 20px 0;
  border: 1px solid #CECECE;
  background-color: #FCFCFC;
  position: relative;
}

#confirm-send-comment .message h1 {
  color: #F8931F;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
}

#confirm-send-comment .message h2 {
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}

#confirm-send-comment .message h2 span {
  color: #B81010;
}

#confirm-send-comment .return-to-article {
  color: #000000;
  text-decoration: none;
  top: -50px;
  position: relative;
}

#confirm-send-comment .return-to-article:hover, #confirm-send-comment .return-to-article:focus {
  text-decoration: underline;
}

#confirm-send-comment .arrow-bounce {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  -webkit-animation: bounce 2s 1s infinite;
          animation: bounce 2s 1s infinite;
}

#box-buy-consulting {
  background-color: #333333;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 15px;
  border: 1px solid #AAAAAA;
  color: #FFFFFF;
}

#box-buy-consulting p {
  margin: 0 0 10px 0 !important;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 0 #000000;
}

#box-buy-consulting p strong {
  font-size: 1.2em;
}

#box-buy-consulting > .textcenter {
  padding: 5px 0 0 0;
}

#box-buy-consulting a {
  display: inline-block;
  background-color: #F18032;
  border: 2px solid #D44F30;
  margin: 0;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 20px;
  text-decoration: none;
  border-radius: 3px;
}

#box-buy-consulting a:hover, #box-buy-consulting a:focus {
  background-color: #D44F30;
  border-color: #F18032;
}

@media only screen and (max-width: 1000px) {
  #content-single-post #share-top > div .box-icon {
    margin-right: 5px;
  }
  #content-single-post #share-top > div .box-icon ~ strong {
    display: none;
  }
  #content-single-post #share-top > div .box-icon ~ strong.small-text {
    display: inline-block;
  }
}

@media only screen and (max-width: 800px) {
  #wrap-single-post {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 700px) {
  #content-single-post #share-top > div {
    width: 50%;
  }
  #content-single-post #share-top > div:nth-child(2) {
    padding-left: 0;
    width: 50%;
  }
  #content-single-post #share-top > div.last {
    width: 100%;
    padding-top: 5px;
  }
  #content-single-post #share-top #subscribe-box .line {
    display: none;
  }
  #content-single-post #share-top #subscribe-box form {
    width: 100%;
    float: none;
    border-right: none;
    border-bottom: 1px solid #f27800;
  }
  #content-single-post #share-top #subscribe-box form .field {
    width: 100%;
    margin-bottom: 10px;
  }
  #content-single-post #share-top #subscribe-box form input[type="text"].error {
    margin-bottom: 10px;
  }
  #content-single-post #share-top #subscribe-box form input[type="submit"] {
    width: 100%;
    margin: 0;
  }
  #content-single-post #share-top #subscribe-box .right-form {
    width: 100%;
    float: none;
  }
  #confirm-send-comment .return-to-article {
    top: 0;
    margin-top: 10px;
    display: inline-block;
  }
}

@media only screen and (max-width: 610px) {
  #content-single-post .desc-article table.table610 thead {
    display: none;
  }
  #content-single-post .desc-article table.table610 tbody tr {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #D3DBE2;
    font-size: 0;
    letter-spacing: 0;
    line-height: 1;
  }
  #content-single-post .desc-article table.table610 tbody tr td {
    display: block;
    width: 100%;
    padding: 5px 15px;
    border: none;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    vertical-align: top;
    white-space: normal;
  }
  #content-single-post .desc-article table.table610 tbody tr td:last-child {
    padding-bottom: 12px;
  }
  #content-single-post .desc-article table.table610 tbody tr td[data-label]:before {
    content: attr(data-label);
    display: inline-block;
    padding: 0 10px 0 0;
    font-style: italic;
    color: #818181;
  }
  #content-single-post .desc-article table.table610 tbody tr:last-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 600px) {
  #content-single-post #box-share-bottom-image > p {
    width: 100%;
    float: none;
    padding: 0 0 10px 0;
    text-align: left;
  }
  #content-single-post #box-share-bottom-image .fb-like {
    width: 100%;
    float: none;
  }
  #content-single-post #share-bottom > div .box-icon {
    margin-right: 5px;
  }
  #content-single-post #share-bottom > div .box-icon ~ strong {
    display: none;
  }
  #content-single-post #share-bottom > div .box-icon ~ strong.small-text {
    display: inline-block;
  }
}

@media only screen and (max-width: 560px) {
  #more-posts {
    margin-bottom: 15px;
  }
  #more-posts #content-sidebar-posts, #more-posts #content-bottom-posts {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
  }
  #more-posts .b-post:nth-child(odd), #more-posts .b-post:nth-child(even) {
    padding: 10px;
    border: 1px solid #CECECE;
    background-color: #F7F7F7;
    width: 100%;
    float: none;
    margin: 1px 0 0 0;
  }
  #more-posts .b-post:nth-child(odd) h3, #more-posts .b-post:nth-child(even) h3 {
    height: auto;
  }
  #confirm-send-comment .message {
    background: none;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 485px) {
  #content-single-post .author .like-follow-ta {
    display: block;
    padding: 5px 0 0 0;
  }
}

#wrapper-comments {
  background-color: #FFFFFF;
  padding: 15px;
}

#wrapper-comments .navigation {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

#wrapper-comments .navigation.top {
  padding: 0 0 15px 0;
}

#wrapper-comments .navigation.bottom {
  padding: 15px 0 0 0;
}

#wrapper-comments .navigation > div {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  line-height: 1.2;
}

#wrapper-comments .navigation .next {
  text-align: right;
}

#wrapper-comments .navigation a {
  color: #F08132;
}

#wrapper-comments .navigation a:hover, #wrapper-comments .navigation a:focus {
  color: #D44F2E;
}

#comments {
  margin: 0;
  padding: 0 0 18px 0;
}

#respond {
  margin: 0 0 15px 0;
  border-radius: 2px;
}

#respond > div {
  background-color: #FFFFFF;
  padding: 10px;
  position: relative;
}

#respond > div a[name="comments"] {
  position: absolute;
  top: -25px;
  left: 0;
}

#respond > div #top-respond {
  margin: 0 0 10px 0;
}

#respond > div #top-respond a {
  color: #F08132;
}

#respond > div #top-respond h3 {
  float: left;
  margin: 0;
  font-size: 24px;
}

#respond > div #top-respond #cancel-comment-reply {
  float: right;
  margin: 3px 0 0 0;
}

#respond > div #top-respond #cancel-comment-reply a {
  text-decoration: underline;
}

#respond > div form .field {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

#respond > div form .field.authenticated, #respond > div form .field.subscribe-to-comments {
  margin: -10px 0 10px 0;
}

#respond > div form .field.authenticated p, #respond > div form .field.subscribe-to-comments p {
  font-size: 12px;
  line-height: 1.5;
}

#respond > div form .field.authenticated a, #respond > div form .field.subscribe-to-comments a {
  color: #F08132;
  text-decoration: none;
}

#respond > div form .field.authenticated a:hover, #respond > div form .field.subscribe-to-comments a:hover {
  text-decoration: underline;
}

#respond > div form .field.required label strong:after {
  content: '*';
  color: #DF0000;
}

#respond > div form .field.error label {
  color: #DF0000;
}

#respond > div form .field.error input {
  border-color: #DF0000 !important;
}

#respond > div form .field.error textarea {
  border-color: #DF0000;
}

#respond > div form p.subscribe-to-comments {
  margin: -17px 0 0 0;
  clear: none !important;
}

#respond > div form p.info-required {
  margin: -15px 0 15px 0;
}

#respond > div form .anr_captcha_field ~ p.info-required {
  margin: 5px 0 15px 0;
}

#respond > div form label {
  width: 100%;
  display: inline-block;
  *display: inline;
  font-size: 16px;
  line-height: 1.5;
}

#respond > div form label[for="mailup_field"], #respond > div form label[for="subscribe"] {
  width: auto;
}

#respond > div form input[type=text] {
  background-color: #FFFFFF;
  border: 1px solid #CECECE !important;
  margin: 0;
  width: 100%;
  height: 26px;
  margin: 3px 0 0 0;
  font-family: inherit;
  border-radius: 2px;
}

#respond > div form textarea {
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  width: 100%;
  max-width: 100%;
  margin: 3px 0 0 0;
  font-family: inherit;
  border-radius: 2px;
}

#respond > div form .btn-orange {
  width: 190px;
  margin: 0 auto 8px auto;
}

#respond > div form input[type="submit"] {
  float: right;
  width: auto;
  height: 37px;
  margin: 0 0 0 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

#respond > div form .text {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
}

#respond .comment-subscription-form {
  display: none;
}

#respond .g-recaptcha {
  overflow: auto;
  margin: 10px 0;
}

.commentlist {
  list-style-type: none;
}

.commentlist > li {
  background-color: #F7F7F7;
  border: 1px solid #CECECE;
  padding: 15px 15px 0 15px;
  margin: 0 0 25px 0;
  border-radius: 2px;
}

.commentlist > li:last-child {
  margin-bottom: 0;
}

.commentlist > li .sep {
  display: none;
}

.commentlist > li .children {
  list-style-type: none;
}

.commentlist > li .children li .comment-author .sep {
  display: block;
  width: 28px;
  background-color: #F7F7F7;
  margin: -9px 10px 0 -15px;
  float: left;
  height: 58px;
  position: relative;
}

.commentlist > li .children li .comment-author .sep:before {
  font-size: 1.8em;
  position: absolute;
  top: 6px;
  right: -4px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.commentlist > li .children li .content-comment-text .sep + .floatleft {
  margin-left: 28px;
}

.commentlist .content-comment-text {
  margin: 0 0 15px 10px;
  word-break: break-word;
}

.commentlist .content-comment-text a {
  color: #F08132;
}

.commentlist .content-comment-text p {
  font-size: 1.4em;
}

.commentlist .comment-author {
  height: 58px;
  margin: 0 0 5px 0;
  padding: 10px;
  color: #F08132;
  border-bottom: 1px solid #F08132;
  border-radius: 2px;
}

.commentlist .comment-author .left-top-comment {
  float: left;
}

.commentlist .comment-author .left-top-comment img {
  display: none;
}

.commentlist .comment-author .left-top-comment cite {
  font-size: 1.5em;
  line-height: 1.2;
}

.commentlist .comment-author .left-top-comment .says {
  display: inline-block;
  margin-left: 10px;
}

.commentlist .comment-author .left-top-comment .commentmetadata {
  font-size: 0.9em;
  color: #333333;
}

.commentlist .comment-author .left-top-comment .commentmetadata .ion-calendar {
  font-size: 1.2em;
  margin-right: 3px;
}

.commentlist .comment-author .left-top-comment .commentmetadata a {
  color: #FFFFFF;
}

.commentlist .reply {
  float: right;
  width: 100px;
  height: 37px;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
}

#recaptcha_table {
  background-color: #FFFFFF;
  border: 1px solid #CECECE !important;
  margin: 0 0 10px 0;
}

#recaptcha-submit-btn-area {
  height: 30px;
}

#confirm-send-comment #download-file-create-society {
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  -webkit-animation: zoomInDown 2s 0.2s;
          animation: zoomInDown 2s 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#confirm-send-comment #content-form {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

#confirm-send-comment #content-form .wrap {
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
}

#confirm-send-comment #content-form h3 {
  margin: 0 0 40px 0;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}

#confirm-send-comment #content-form form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-animation: zoomInDown 2s 0.2s;
          animation: zoomInDown 2s 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#confirm-send-comment #content-form form input[type="submit"] {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid #D44F2F;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  white-space: normal;
  text-shadow: 1px 1px 0 #333333;
  background: linear-gradient(to bottom, #D44F2F, #F5A000);
  border-radius: 5px;
  box-shadow: 1px 1px 1px #333333;
}

#confirm-send-comment #content-form form input[type="submit"]:hover, #confirm-send-comment #content-form form input[type="submit"]:focus {
  border-color: #333333;
  box-shadow: inset 1px 1px 1px #333333;
}

#confirm-send-comment #content-form form .field {
  margin: 10px 0 0 0;
  font-size: 0;
}

#confirm-send-comment #content-form form .field input {
  width: 14px;
  height: 14px;
  margin: 0;
  vertical-align: top;
}

#confirm-send-comment #content-form form .field label {
  width: calc(100% - 14px);
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 11px;
  vertical-align: top;
}

#confirm-send-comment #content-form form .field .error-msg {
  font-size: 11px;
}

#confirm-send-comment #content-form form p {
  margin: 5px 0 0 0;
  font-size: 11px;
}

#confirm-send-comment #content-form form p a {
   color: inherit;
}

#confirm-send-comment #hidden-zd-form + .return-to-article, #confirm-send-comment #download-file-create-society + .return-to-article {
  top: 0;
}

@media only screen and (max-width: 560px) {
  #confirm-send-comment #content-form {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 420px) {
  .commentlist .comment-author {
    position: relative;
  }
  .commentlist .reply {
    position: absolute;
    right: 0;
    top: -5px;
  }
}

#sidebar {
  width: 34%;
  float: right;
  margin: 20px 0;
}

#sidebar > div {
  margin-bottom: 15px;
}

#sidebar > div:last-child, #sidebar > div.clear {
  margin-bottom: 0;
}

#sidebar #ta-banner {
  font-size: 0;
}

#sidebar #ta-banner img {
  width: 100%;
}

#sidebar #ta-banner2 {
  display: none;
  font-size: 0;
}

#sidebar #ta-banner2 img {
  width: 100%;
}

#sidebar #related-posts h4 {
  margin-bottom: 5px;
}

#sidebar #related-posts .r-post {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
}

#sidebar #related-posts .r-post:last-child {
  margin-bottom: 0;
}

#sidebar #related-posts .r-post .box-img {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px solid #CECECE;
  position: relative;
}

#sidebar #related-posts .r-post .box-img:before {
  width: 100%;
  display: block;
  margin-top: 60%;
  content: '';
}

#sidebar #related-posts .r-post .box-img img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#sidebar #related-posts .r-post h3 {
  font-size: 1.5em;
  line-height: 1.4em;
}

#sidebar #related-posts .r-post h3 a {
  color: #7D7D7D;
  text-decoration: none;
}

#sidebar #related-posts .r-post h3 a:hover, #sidebar #related-posts .r-post h3 a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 920px) {
  #sidebar #submenu {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  #wrapper > #search-bar {
    margin: 10px 0;
  }
  #wrapper > #wrap-sidebar-line-consulenza {
    margin-bottom: -10px;
  }
  #sidebar {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  #sidebar #ta-banner {
    width: 50%;
    padding-right: 7.5px;
    float: left;
  }
  #sidebar #ta-banner2 {
    display: block;
    width: 50%;
    padding-left: 7.5px;
    float: right;
  }
  #sidebar #related-posts .r-post {
    width: 49%;
  }
  #sidebar #related-posts .r-post:nth-of-type(odd) {
    float: left;
  }
  #sidebar #related-posts .r-post:nth-of-type(even) {
    float: right;
  }
  #sidebar #related-posts .r-post h3 {
    height: 75px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 500px) {
  #sidebar #related-posts .r-post {
    width: 100%;
    float: none !important;
  }
  #sidebar #related-posts .r-post h3 {
    height: auto;
  }
}

@media only screen and (max-width: 391px) {
  #sidebar #ta-banner {
    width: 100%;
    padding: 0;
  }
  #sidebar #ta-banner2 {
    display: none;
  }
}

body.page-template-prontuario-php #content-single-post .desc-article h2 {
  color: #1a72b6;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
}

body.page-template-prontuario-php #content-single-post .desc-article p {
  margin: 0 0 10px 0;
  font-size: 14px;
}

body.page-template-prontuario-php #content-single-post .desc-article a {
  color: #1a72b6;
}

body.page-template-prontuario-php #content-single-post .desc-article ul {
  margin: 0 0 10px 30px;
  list-style-type: disc;
  font-size: 14px;
}

body.page-template-prontuario-php #content-single-post .desc-article ol {
  margin: 0 0 10px 30px;
  list-style-type: decimal;
  font-size: 14px;
}

#right-col-consulenza > div {
  padding: 15px;
  border: 1px solid #CECECE;
  background-color: #F7F7F7;
}

#right-col-consulenza > div:first-child {
  margin-bottom: 15px;
}

#right-col-consulenza h5 {
  min-height: 30px;
  padding: 0;
  margin: 0 0 10px 0;
}

#right-col-consulenza ul {
  margin: 0 20px 0 27px;
  list-style-type: square;
}

#right-col-consulenza ul li {
  margin: 0 0 5px 0;
}

#right-col-consulenza p {
  padding: 0 0 0 12px;
}

#right-col-consulenza p strong {
  display: block;
  margin: 0 0 5px 0;
}

#right-col-consulenza p em {
  display: block;
  margin: 0 0 10px 10px;
}

#page-consulenza h1 {
  font-weight: normal;
  font-size: 23px;
}

#page-consulenza h2 {
  font-weight: normal;
  font-size: 20px;
  padding: 5px 0 20px 0;
}

#page-consulenza h2 a:hover {
  text-decoration: underline;
}

#page-consulenza form label {
  width: 160px;
  text-align: right;
  font-size: 16px;
  margin: 0 20px 0 0;
  display: inline-block;
}

#page-consulenza form label.last {
  float: left;
  margin-right: 23px;
}

#page-consulenza form input[type="text"] {
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
  width: 60%;
  height: 26px;
  margin-bottom: 8px;
  padding: 1px 5px;
  border-radius: 3px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
}

#page-consulenza form input[type="text"].error {
  border-color: red;
}

#page-consulenza form textarea {
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
  width: 60%;
  max-width: 60%;
  height: 70px;
  margin: 0 0 8px 0;
  padding: 2px 5px;
  border-radius: 3px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
}

#page-consulenza form textarea.error {
  border-color: red;
}

#page-consulenza form p {
  float: left;
  width: 318px;
  line-height: 16px;
  font-size: 13px;
  color: #777777;
}

#page-consulenza form p a {
  color: #777777;
}

#page-consulenza form input[type="submit"] {
  float: right;
  margin: 0 5px 0 20px;
  height: 32px;
  width: 95px;
}

#page-consulenza form .field {
  margin: 0 0 10px 0;
  padding: 0 0 0 180px;
  font-size: 0;
}

#page-consulenza form .field input {
  width: 14px;
  height: 14px;
  margin: 4px 0 0 0;
  vertical-align: top;
}

#page-consulenza form .field label {
  width: calc(100% - 14px);
  margin: 0;
  padding: 0 0 0 5px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

#page-consulenza form .field .error-msg {
  font-size: 12px;
}

#page-consulenza h3 {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 20px 0;
}

#page-consulenza .col-right, #page-consulenza .col-left {
  float: left;
  width: 277px;
}

#page-consulenza .col-right a, #page-consulenza .col-left a {
  display: block;
  background: url("images/btn-acquista.png") no-repeat left top transparent;
  -webkit-background-size: 132px 38px;
  width: 98px;
  height: 38px;
  padding: 0 0 0 34px;
  margin: 10px auto 15px auto;
  color: #FFFFFF;
  line-height: 38px;
  font-size: 14px;
  text-decoration: none;
}

#page-consulenza .col-right p, #page-consulenza .col-left p {
  font-size: 14px;
  padding: 0 10px;
  margin: 0 0 10px 0;
}

#page-consulenza .col-right p.big, #page-consulenza .col-left p.big {
  font-size: 17px;
  line-height: 22px;
}

#page-consulenza .col-right p.big strong, #page-consulenza .col-left p.big strong {
  color: #FF9226;
}

#page-consulenza .col-left {
  margin: 0 31px 0 17px;
}

#summary-order {
  padding: 20px 0 0 0;
}

#summary-order .top {
  background-color: #FFFFFF;
  border: 1px solid #CAEAF7;
  margin: 0 0 20px 0;
  border-radius: 2px;
}

#summary-order .top h1 {
  color: #F8931F;
  padding: 10px 0 19px 0;
  margin: 0 0 10px 0;
  background: url("images/sfumatura-big.jpg") no-repeat center bottom transparent;
  -webkit-background-size: 935px 9px;
  font-size: 24px;
}

#summary-order .top table {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  table-layout: fixed;
}

#summary-order .top table tr td {
  background-color: #FFFFFF;
}

#summary-order .top table tr td.last {
  border-left: 1px solid #8AB7DA;
  background: url("images/img-pc.png") no-repeat 150px 10px transparent;
  -webkit-background-size: 139px 90px;
  height: 100px;
  padding: 0 0 0 20px;
}

#summary-order .top table tr td p {
  background: url("images/ico-list-payment.png") no-repeat left top transparent;
  -webkit-background-size: 13px 16px;
  height: 16px;
  line-height: 18px;
  padding: 0 0 0 20px;
  margin: 8px 0 0 0;
}

#summary-order .top table tr td div {
  float: left;
}

#summary-order .top table tr td div.big {
  color: #8CD644;
  font-size: 50px;
  line-height: 60px;
  position: relative;
  margin: 0 200px 0 0;
}

#summary-order .top table tr td div.big span {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: -20px;
}

#summary-order .top h3 {
  text-align: left;
  font-size: 24px;
  padding: 0 0 0 20px;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}

#summary-order .bottom {
  background-color: #FFFFFF;
  border: 1px solid #CAEAF7;
  border-radius: 2px;
}

#summary-order .bottom h2 {
  color: #F8931F;
  padding: 10px 0 19px 0;
  margin: 0 0 10px 0;
  background: url("images/sfumatura-big.jpg") no-repeat center bottom transparent;
  -webkit-background-size: 935px 9px;
  font-size: 24px;
}

#summary-order .bottom p {
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px 15px 35px;
}

#summary-order .bottom p strong {
  color: #F8931F;
  display: inline-block;
  margin-left: -15px;
}

#summary-order .bottom p span {
  color: #000000;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}

#continue-order {
  background: url("images/btn-blue.png") no-repeat left top transparent;
  -webkit-background-size: 200px 42px;
  display: block;
  margin: 20px auto 0 auto;
  width: 200px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

#confirm-order {
  padding: 1px 0 0 0;
}

#confirm-order h1 {
  background: url("images/ok.png") no-repeat left top transparent;
  -webkit-background-size: 159px 199px;
  width: 370px;
  height: 149px;
  padding: 50px 0 0 180px;
  margin: 30px auto 10px auto;
  color: #F8931F;
  font-size: 40px;
  line-height: 50px;
}

#confirm-order h2 {
  text-align: center;
  font-size: 24px;
  padding: 0;
}

#confirm-order p {
  font-size: 22px;
  text-align: center;
}

#confirm-order-form {
  margin: 20px 0 0 0;
  padding: 20px 20px 17px 20px;
  background-color: #87AFD3;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
}

#confirm-order-form input {
  float: left;
}

#confirm-order-form input[type="text"] {
  text-align: center;
  width: 153px;
  height: 40px;
  margin: 2px 13px 0 0;
  background-color: #FFFFFF;
  border: 1px solid #C1C1C1;
  padding: 1px 10px;
  border-radius: 2px;
}

#confirm-order-form input[type="text"]:focus {
  border-color: #F8931F;
}

#confirm-order-form input[type="text"].error {
  border-color: red;
}

#confirm-order-form input[type="submit"] {
  margin: 0 -5px 0 0;
  border: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  background: url("images/extra-buttons.png") no-repeat 0 0 transparent;
  -webkit-background-size: 333px 128px;
  color: #FFF;
  width: 160px;
  height: 51px;
  font-size: 16px;
  cursor: pointer;
}

#confirm-order-form input[type="submit"]:hover, #confirm-order-form input[type="submit"]:focus {
  background-position: 0 -75px;
}

@media only screen and (max-width: 660px) {
  #page-consulenza form label {
    width: 100%;
    margin: 0 0 5px 0;
    text-align: left;
  }
  #page-consulenza form input[type="text"] {
    width: 100%;
  }
  #page-consulenza form textarea {
    width: 100%;
    max-width: 100%;
  }
  #page-consulenza form .error-msg {
    margin-left: 0 !important;
  }
  #page-consulenza form .field {
    padding: 0;
  }
}

@media only screen and (max-width: 530px) {
  #page-consulenza form p {
    float: none;
    width: 100%;
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=style.css.map */
