html,
body,
.wrapper {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

:focus {
  outline: 0;
}

::-moz-selection {
  background: rgb(86, 111, 55);
  color: #ffffff;
}

::selection {
  background: rgb(86, 111, 55);
  color: #ffffff;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 5px 0 5px 0;

  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 500;
}

.skip,
hr {
  position: absolute;
  left: -9999px;
}

.clear {
  clear: both;
}

.strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.inputNormal {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  padding: 5px;
  color: #747474;
}

.inputError {
  background: #f0f0f0;
  border: 1px solid #ffdcdc;
  padding: 5px;
  color: #ff0000;
}

.submitter {
  padding: 3px;
  cursor: pointer;
  background: #8b1b07;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: #8b1b07;
}

.submitter:hover {
  background: #df2300;
}

.wrapper-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  background: #faf6e5 url(../img/bg-home.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrapper-chi-sono {
  background: url(../img/bg-chi-sono.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrapper-psicoterapia {
  background: url(../img/bg-psicoterapia.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrapper-esperienze {
  background: url(../img/bg-esperienze.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrapper-news {
  background: url(../img/bg-news.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.signature {
  font-family: "Petit Formal Script", cursive;
  display: block;
  text-align: right;
  margin: 5px 0 30px;
  clear: both;
  font-size: 15px;
  font-weight: 400;
}

.wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
}

.header {
  width: 100%;
  height: auto;
}

.header-logo {
  width: 100%;
  height: 100px;
  background-color: rgba(148, 161, 93, 0.8);
  margin-top: 92px;
  text-align: center;
}

.header-menu {
  width: 100%;
  height: 50px;
  background-color: #566f37;
}

.navigation {
  width: 100%;
  height: auto;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 15pt;
  text-align: center;
  padding-top: 15px;
}

.navigation a {
  color: white;
  padding-left: 25px;
}

.navigation a:hover,
.navigation a.actived {
  color: #7dd4b8;
}

.navigationi li {
  margin-left: 25px;
  margin-right: 15px;
}

.nivoSlider {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.nivo-caption {
  display: none !important;
}

.logo {
  margin-top: -130px;
}

.content {
  width: 900px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #b6b6b6;
  padding: 30px;
  margin: 0 auto;
  margin-top: 170px;
  margin-bottom: 100px;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 14pt;
  color: #494949;
  line-height: 1.5;
  text-align: justify;
}

.content-green {
  border-left: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  border-top: 0;
  background-color: rgba(161, 173, 115, 0.9);
  margin-top: 0;
  margin-bottom: 100px;
  font-weight: 500;
  color: white;
  font-size: 12pt;
  line-height: 1.4;
}
.content-green .column-02 p {
  margin-right: 25px;
  margin-bottom: 25px;
}
.content a img:hover {
  opacity: 0.6;
}
.content h1 {
  font-weight: 400;
  color: #566f37;
}
.content h2 {
  font-weight: 300;
  line-height: 1;
  color: #566f37;
  margin-top: 25px;
}
.content-img {
  background: rgba(255, 255, 255, 0.7) url(../img/foto-psico.png) no-repeat
    bottom right;
  padding-bottom: 230px;
}
.content-news {
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 15px;
  padding: 20px;
}
.column-01 {
  float: left;
  width: 700px;
}
.column-02 {
  float: right;
  padding-top: 15px;
}
.column-03 {
  float: left;
  width: 450px;
}
.column-04 {
  float: right;
  width: 450px;
}
.column-05 {
  float: left;
  width: 400px;
  padding: 10px;
}
.column-06 {
  float: right;
  width: 400px;
  padding: 10px 10px 10px 37px;
  border-left: 2px solid #566f37;
}
.column-05 a,
.column-06 a {
  font-weight: 500;
  color: #566f37;
}
.column-05 a:hover,
.column-06 a:hover {
  color: #7a9953;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  height: 35px;
  background-color: rgba(86, 111, 55, 0.8);
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 12pt;
  color: #bcd39a;
}

.footer-contain {
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
}
.footer a {
  color: #bcd39a;
}
.footer a:hover {
  color: white;
}
.footer p {
  margin-top: 3px;
}

.popup1 {
  display: none;
  width: 750px;
  background: #566f37;
  text-align: justify;
  line-height: 1.5;
  padding: 20px;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 14pt;
  border: 1px solid white;
  color: white;
}

ul.list {
  margin-left: 40px;
  list-style: disc;
}

ul.list.white {
  list-style: none;
}

ul.list.white li {
  position: relative;
  margin: 15px 0;
}

ul.list.white li p {
  text-align: justify;
  padding-right: 20px;
}

ul.list.white li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}

ul.list p {
  font-size: 15px;
  line-height: 17px;
}

.align-center {
  text-align: center;
}

.maze {
  float: right;
  padding: 10px 0;
}

.maze img {
  width: 300px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}

.tab {
  padding: 3%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgb(86, 111, 55);
  border-radius: 20px;
  margin: 20px 0;
}

.tab h3 {
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
}

.tab:hover {
  background: rgba(255, 255, 255, 0.8);
}

.date {
  color: white;
  font-weight: 300;
  background: green;
  padding: 5px 19px;
  letter-spacing: 1px;
  font-size: 13px;
}
