/* FONT */

::selection {
  color: #fff;
  background: #51443b;
}
::-moz-selection {
  color: #fff;
  background: #51443b;
}

body,
ul,
ol,
input,
textarea,
select {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 15px;
  line-height: 20px;
  color: #3c3c3c;
}
body {
  background: url(../img/back.jpg) top center repeat;
}

a {
  color: #ccc;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
}

a img {
  opacity: 1;
}
a:hover img {
  opacity: 0.6;
}

a,
a img {
  /* Firefox */
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  /* WebKit */
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  /* Opera */
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  /* Standard */
  transition-property: all;
  transition-duration: 0.5s;
}
a:hover,
a:hover img {
  /* Firefox */
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  /* WebKit */
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  /* Opera */
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  /* Standard */
  transition-property: all;
  transition-duration: 0.5s;
}

h1 a,
h2 a,
h3 a,
h4 a {
  font-weight: normal;
}

p {
  padding: 7px 0px;
  font-size: 13px;
  line-height: 16px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 31px;
  line-height: 29px;
}
h2 {
  font-size: 25px;
  line-height: 28px;
}
h3 {
  font-size: 22px;
  line-height: 24px;
}
h4 {
  font-size: 13px;
  line-height: 14px;
}

p b,
p strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
p {
  padding-left: 10px;
  padding-right: 10px;
}

h1.claim,
h2.claim {
  font-weight: normal;
  text-transform: uppercase;
}
h2.noresult {
  font-weight: normal;
  padding: 10px;
}

.img-100,
.img-100 img {
  width: 100%;
}

.dekar {
  font-family: "dekar_lightregular", "Lato", Arial, Helvetica, sans-serif;
}
.dekar b,
.dekar strong {
  font-weight: normal;
  font-family: "dekarregular", "Lato", Arial, Helvetica, sans-serif;
}

.thin {
  font-weight: 100;
}

/* VARIE */

.h200 {
  height: 200px;
}
.h400 {
  height: 400px;
}
.h600 {
  height: 600px;
}

.red {
  color: #d91f2a;
}
.white {
  color: #fff;
}

a.white {
  color: #fff;
}
a.white:hover {
  color: #d91f2a;
}

.hidden {
  display: none;
}

.a-destra {
  text-align: right;
}
.a-centro {
  text-align: center;
}

/* INPUT */

input,
textarea,
select {
  width: 100%;
  padding: 5px;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #000;
}
input[type="checkbox"] {
  width: auto;
  border: 1px solid #cccccc;
  margin-right: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
textarea {
  height: 150px;
}

input.inp-sml,
textarea.inp-sml {
  width: 40%;
}
select.inp-sml {
  width: 43%;
}
input.inp-big,
textarea.inp-big,
select.inp-big {
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #aaa;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}

input.inp-radio {
  width: auto;
  margin-right: 5px;
}

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

.form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 160px;
}
label {
  margin-right: 10px;
  text-transform: uppercase;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}

textarea {
  width: 100%;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: "";
  display: table;
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  content: "";
  display: table;
  line-height: 0;
}

.control-group {
  margin: 20px 0;
}
.form-horizontal .controls {
  margin-left: 180px;
}

input.btn {
  width: auto;
  cursor: pointer;
  text-transform: uppercase;
}

input.btn {
  border: 1px solid #7c5b2b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #703b18;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#703b18),
    to(#442a18)
  );
  background-image: -webkit-linear-gradient(top, #703b18, #442a18);
  background-image: -moz-linear-gradient(top, #703b18, #442a18);
  background-image: -ms-linear-gradient(top, #703b18, #442a18);
  background-image: -o-linear-gradient(top, #703b18, #442a18);
  background-image: linear-gradient(to bottom, #703b18, #442a18);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a67939, endColorstr=#442A18);
}

input.btn:hover {
  border: 1px solid #5a421f;
  background-color: #805d2c;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#805d2c),
    to(#543305)
  );
  background-image: -webkit-linear-gradient(top, #805d2c, #543305);
  background-image: -moz-linear-gradient(top, #805d2c, #543305);
  background-image: -ms-linear-gradient(top, #805d2c, #543305);
  background-image: -o-linear-gradient(top, #805d2c, #543305);
  background-image: linear-gradient(to bottom, #805d2c, #543305);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#805d2c, endColorstr=#543305);
}

.form-actions {
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.cerca {
  padding-top: 10px;
}
.cerca input.cerca-inp {
  width: 200px;
  background: none;
  padding: 4px 7px;
}
.cerca input.cerca-inp:focus {
  background: rgba(255, 255, 255, 0.4);
}
.cerca input.cerca-btn {
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: #e77e04;
  width: auto;
  padding: 3px 7px;
  border: 1px solid #cc7505;
}
.cerca input.cerca-btn:hover {
  color: #fff;
  background: #666;
  border: 1px solid #555;
}

/* TABLE */

table.tablelist {
  width: 100%;
}
table.tablelist th {
  text-align: left;
}
table.tablelist td,
table.tablelist th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
table.tablelist td {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}
table.tablelist td.box-id,
table.tablelist tr.row-pari td.box-id {
  color: #fff;
  background: #edefef;
  text-align: center;
  color: #666;
}

table.tablelist {
  font-size: 14px;
}
table.tablelist tr:hover td,
table.tablelist tr.row-pari:hover td {
  background: #ddd;
}
table.tablelist tr.row-pari td {
  background: #fafafa;
}
table.tablelist td a span {
  padding: 7px;
  color: #fff;
  background: #566472;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 10px;
}
table.tablelist td a:hover span {
  background: #666;
}

table.tablelist td a span.span-delete {
  background: #e74c3c;
}

table.tablelist td a span.active-1 {
  background: #2ecc71;
}
table.tablelist td a span.active-0 {
  background: #e74c3c;
}

table.tablelist td a:hover span {
  color: #000;
}

table.tablelist td.role-1,
table.tablelist tr.row-pari td.role-1,
table.tablelist tr:hover td.role-1 {
  background: #eb974e;
}
table.tablelist td.role-2,
table.tablelist tr.row-pari td.role-2,
table.tablelist tr:hover td.role-2 {
  background: #5cace2;
}
table.tablelist td.role-3,
table.tablelist tr.row-pari td.role-3,
table.tablelist tr:hover td.role-3 {
  background: #f1c40f;
}
table.tablelist td.role-4,
table.tablelist tr.row-pari td.role-4,
table.tablelist tr:hover td.role-4 {
  background: #af7ac4;
}

/* MENU */

.menu,
.menucentropagina,
#topfooter {
  font-size: 16px;
  overflow: hidden;
  padding-top: 12px;
}
.menu li,
.menucentropagina li,
#topfooter li {
  list-style: none;
  float: left;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: -0.08em;
}
.menu li a,
.menucentropagina li a,
#topfooter li a {
  font-size: 14px;
  color: #fff;
  padding: 5px 8px;
  margin-right: 1px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  margin: 0px 3px;
}
.menu li a:hover,
.menu li.active a,
.menucentropagina li a:hover,
.menucentropagina li.active a,
#topfooter li a:hover,
#topfooter li.active a {
  color: #c98558;
}
.menu li ul,
.menucentropagina li ul,
#topfooter li ul {
  display: none;
  margin-left: 10px;
}

.menucentropagina li a {
  font-size: 13px;
  padding: 4px 8px;
}

.menu-top ul {
  border-left: 1px solid #a7504a;
  overflow: hidden;
  margin-top: 4px;
}
.menu-top li {
  list-style: none;
  float: left;
}
.menu-top li a {
  font-weight: normal;
  padding: 5px 10px;
  font-weight: normal;
  display: block;
  border-right: 1px solid #a7504a;
}
.menu-top li a:hover,
.menu-top li.active a {
  color: #fff;
  background: #5b1414;
}

.menucentropagina {
  border-bottom: 3px solid #5a461a;
  margin-bottom: 10px;
}
.menucentropagina li a {
  text-transform: uppercase;
  color: #5a461a;
  margin: 0px 9px;
}
#topfooter li a {
  text-transform: uppercase;
  color: #fff;
  margin: 0px 9px;
}
#topfooter .content {
  padding: 0px 18px;
}

/* CATEGORY MENU */

#categorylist {
  width: 100%;
  height: 38px;
  padding: 0;
  border-left: 1px solid #666;
}
#categorylist ul {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  margin: 0px auto;
}
#categorylist li {
  text-transform: uppercase;
  list-style: none;
  float: left;
  position: relative;
  font-size: 12px;
  width: 163px;
}
#categorylist li a {
  width: 100%;
  display: block;
  text-decoration: none;
  border-right: 1px solid #666;
  background: rgba(100, 100, 100, 0.4);
  text-align: center;
  padding: 10px;
  color: #333;
  border-bottom: 3px solid #e0bfed;
}
#categorylist li a:hover,
#categorylist li.active a {
  background: rgba(100, 100, 100, 0.6);
  color: #fff;
  border-bottom: 3px solid #b87dd0;
}

#header #social {
  float: right;
  margin-right: 20px;
}
#language {
  float: right;
  color: #f1f1f1;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#language a {
  color: #f1f1f1;
  font-weight: normal;
  margin: 0px 3px;
}
#language a.active,
#language a:hover {
  color: #98725f;
}

/* STYLE */

#header .span2 {
  padding: 0px;
}
.scritta {
  padding: 15px 0px;
}

#header {
  background: #51443b;
  padding-top: 3px;
  padding-bottom: 3px;
}
#main .content {
  background: #fff;
  padding: 0 18px 10px 18px;
}
#main .content.first {
  background: url(../img/back-top.png) top center repeat-x;
}

.slider-box {
  margin-bottom: -80px;
  position: relative;
}
.slider-motto {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -133px;
  z-index: 10;
}

.slider-box .bx-pager {
  display: none;
}
.bx-prev,
.bx-next {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 50px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.bx-prev:hover,
.bx-next:hover {
  color: rgba(255, 255, 255, 0.5);
}
.bx-prev {
  left: 10px;
}
.bx-next {
  right: 10px;
}

#topfooter {
  background: #51443b;
  height: 50px;
  padding-top: 7px;
}
#footer {
  background: url(../img/footer.jpg) top center repeat-x #6a594e;
}
.fbox {
  border-left: 1px solid #9c8d83;
  padding: 10px;
  height: 330px;
}
.fbox.aright {
  padding-top: 70px;
}

.box-top {
  background: #fff;
}

.banner-home-big {
  height: 330px;
  padding-top: 10px;
}

.menucentropagina ul {
  font-size: 13px;
  line-height: 16px;
}

#main .area-centrale {
  background: url(../img/colline.png) center 350px no-repeat;
}
#main .content-centrale {
  background: url(../img/colline.png) center 350px no-repeat #fff;
}

.fbox h2 {
  color: #fff;
  padding-bottom: 25px;
  font-weight: normal;
  padding-left: 0px;
}
.footer-box h3 {
  font-size: 15px;
  color: #c6bebe;
  padding-top: 10px;
}
#footer p {
  color: #382e28;
}
#footer ul {
  list-style: none;
  font-family: "lato", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
  padding-top: 10px;
}
#footer ul a {
  font-weight: normal;
}

.box-twitter,
.box-facebook {
  height: 420px;
  padding: 10px 0px;
}

.slider-top .bx-pager {
  display: none;
}

.slider-top {
  height: 480px;
  overflow: hidden;
  position: relative;
}
.slider-top .sl {
  overflow: hidden;
}
#menu-area {
  background: #442a18;
  padding: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
#menu-area .content {
  background: none;
  height: auto;
  min-height: 1px;
}
#menu-area li {
  list-style: none;
  float: left;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  padding: 10px 10px 3px 10px;
}
#menu-area li a {
  color: #fff;
  font-weight: normal;
}
#menu-area li a:hover,
#menu-area li.active a {
  color: #666;
}

#motto-top {
  position: absolute;
  bottom: 80px;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  z-index: 30;
}
#motto-top.motto-home {
  bottom: 120px;
}
#motto-top h1 {
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  font-style: italic;
}
/*#motto-top h1 .pacifico {  font-family: 'Pacifico', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 70px; }*/
#motto-top h1 .pacifico {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: normal;
  font-size: 70px;
}

h1 a,
h2 a {
  color: #828341;
}
h1 a:hover,
h2 a:hover {
  color: #333;
}

.events-date-big {
  background: url(../img/graffa.png) center right no-repeat;
  padding: 11px 0px;
}

.data-evento,
.data-post {
  float: left;
  padding: 10px 10px 0px 10px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #949493;
  text-align: center;
}
.data-evento big,
.data-post big {
  font-size: 25px;
}
.data-evento.data-evento-seconda {
  background: url(../img/evento-centro.png) center left no-repeat;
  padding-left: 15px;
}
.events-list h2 {
  padding-top: 5px;
}

h1.con-linea {
  text-align: center;
  font-weight: normal;
  color: #818181;
  background: url(../img/linea.png) center center no-repeat;
  padding: 5px 0 8px 0;
  font-size: 30px;
}

.fattoria-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 355px;
  position: relative;
}
.box-interno-fattoria {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.box-interno-fattoria h1 {
  font-weight: normal;
  padding-bottom: 10px;
}

.agriturismo-box {
  min-height: 300px;
  position: relative;
  text-align: center;
}
.box-interno-agriturismo {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 10;
}
.agriturismo-box h1 {
  padding: 20px 0px;
}

/* ZINGO */

#menu-area .content,
#topfooter .content,
#footer .content,
#header .content {
  padding-top: 0px !important;
}
#map {
  height: 300px;
  margin: 20px 0px;
}
h1.titolo {
  padding-bottom: 10px;
}

.gallery-area {
  overflow: hidden;
}
.gallery {
  list-style: none;
}
.gallery-area .gallery-sml li {
  overflow: hidden;
  padding: 5px;
}
.gallery li {
  float: left;
}
.gallery-area .gallery-sml li.small {
  width: 50%;
}
.gallery-area .gallery-biggest li {
  overflow: hidden;
  padding: 5px;
}
.gallery li img {
  padding: 5px;
  background-size: #efefef;
  border: 1px solid #ccc;
}
.gallery li img:hover {
  background-size: #ccc;
  border: 1px solid #666;
}

.appartamenti {
  padding: 10px 0px;
  border-bottom: 1px dotted #ccc;
}
.appartamento {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.appartamenti h2,
.appartamento h1 {
  padding-bottom: 15px;
}

.categorylista {
  padding-top: 0px;
}
.categorylista li {
  list-style: none;
}
.categorylista li a {
  background: #d3c0b1;
  padding: 15px;
  margin-bottom: 1px;
  color: #fff;
  display: block;
  font-size: 1.3em;
  font-weight: normal;
}
.categorylista li a:hover,
.categorylista li.active a {
  background: #442a18;
  padding: 15px;
  margin-bottom: 1px;
  color: #fff;
}
.categorylista li.active a:hover {
  background: #744729;
}

.prodottiLista .prodottoLista {
  padding: 10px;
}

.gradi {
  font-size: 15px;
  color: #666;
  padding-left: 10px;
}

.listapost,
.listapost .post-list {
  overflow: hidden;
}
.listapost .post-list {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.post-list h2 {
  padding-top: 10px;
}

.pagination {
  text-align: center;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  padding: 10px 0px;
  font-size: 13px;
}
.pagination a,
.pagination .continua {
  margin: 0px 2px;
}
.pagination a {
  color: #51443b;
}
.pagination a:hover,
.pagination a.active {
  color: #c98558;
}

.pagination .continua {
  color: #888;
}

p {
  line-height: 19px;
}
h1 {
  font-size: 33px;
  line-height: 29px;
  padding-bottom: 10px;
}
h2 {
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 5px;
}
h3 {
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 5px;
}
h4 {
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 5px;
}

.post-category {
  padding: 5px 10px;
  line-height: 28px;
}
.post-category a {
  padding: 5px;
  background: #c98558;
  color: #fff;
  margin: 2px;
  font-size: 12px;
  font-weight: normal;
}
.post-category a:hover {
  background: #51443b;
}

.dataPostInterno {
  text-align: center;
  border-right: 1px solid #ccc;
  background: #efefef;
}
.dataPostInterno p {
  font-size: 17px;
  color: #555;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.postCorrelati {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted #ccc;
}

.postDettaglio .gallery {
  overflow: hidden;
  padding: 10px 0px;
}
.postDettaglio .gallery img {
  padding: 5px;
  background-size: #efefef;
  border: 1px solid #ccc;
  width: 100%;
}
.postDettaglio .gallery img:hover {
  background-size: #ccc;
  border: 1px solid #666;
}

.post-soloImg {
  margin: 0px;
  width: 33%;
  position: relative;
  height: 260px;
}
.post-soloImg .post-hover {
  position: absolute;
  bottom: 10px;
  left: 2%;
  width: 96%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.post-soloImg:hover .post-hover {
  background: rgba(255, 255, 255, 1);
}
.post-soloImg .post-hover .dataSml {
  color: #949493;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.post-soloImg a img:hover,
.post-soloImg a:hover img,
.post-soloImg a img {
  opacity: 1;
}
.post-soloImg .post-hover h2 a {
  color: #333;
}
.post-soloImg .post-hover h2 {
  font-size: 20px;
}

.postTitle {
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
.lastPostArea {
  padding: 10px 0px;
}
.lastPostArea h1 {
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 25px;
}

.listaAttivitaHome .post-list .span5,
.listaAttivitaHome .post-list .span7 {
  width: 100%;
}
.listaAttivitaHome .post-list {
  height: 480px;
}

.box-soloImg {
  margin: 0px;
  position: relative;
}
.box-soloImg .post-hover {
  position: absolute;
  bottom: 10px;
  left: 2%;
  width: 96%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.box-soloImg:hover .post-hover {
  background: rgba(255, 255, 255, 1);
}
.box-soloImg .post-hover .dataSml {
  color: #949493;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.box-soloImg a img:hover,
.post-soloImg a:hover img,
.box-soloImg a img {
  opacity: 1;
}
.box-soloImg .post-hover h2 a {
  color: #333;
}
.box-soloImg .post-hover h2 {
  font-size: 20px;
  text-align: center;
}

.boxColorato {
  padding: 5px;
  background: #efefef;
}

.postDettaglio .galleria {
  padding: 5px;
  width: 33%;
  float: left;
}
s .postDettaglio .galleria img {
  width: 100%;
}

.attivitaCorrelati {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.attivitaCorrelati .post-list {
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px dotted #ccc;
}

.box-nascosto {
  display: none;
}

.listaTabs {
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 10px;
}
.listaTabs li {
  list-style: none;
  display: inline-block;
  width: 33%;
}
.listaTabs li a {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ccc;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.listaTabs li a:hover,
.listaTabs li.active a {
  border-bottom: 0px;
  color: #666;
}

.attivitaTabs .post-list .span5,
.attivitaTabs .post-list .span7 {
  width: 100%;
}

.attivitaTabs .pulsante {
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}
.attivitaTabs .pulsante a {
  padding: 5px 10px;
  background: #51443b;
  color: #fff;
  text-align: center;
  display: block;
}
.attivitaTabs .pulsante a:hover {
  background: #5f4d43;
  color: #fff;
}

.attivitaTabs .post-list {
  overflow: hidden;
}

.toplogo img {
  max-height: 130px;
}
.scritta {
  padding: 8px 0px;
}
.scritta img {
  height: 26px;
  margin-left: -170px;
}

#main .bx-wrapper img {
  height: 500px;
}

.attivitalista {
  overflow: hidden;
  padding: 10px 0px;
}
.attivitalista h1 {
  font-size: 25px;
  text-transform: uppercase;
  padding: 10px 0px;
}

.banner-sml {
  position: relative;
}
.banner-top {
  position: absolute;
  bottom: 5px;
  left: 0px;
  margin: 2%;
  width: 96%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.7);
}
.banner-top a img {
  opacity: 1;
}
.banner-sml a img:hover,
.banner-sml a:hover img,
.banner-sml a img {
  opacity: 1;
}
.banner-sml a:hover h3 {
  color: #51443b;
}
.banner-sml a h3 {
  color: #666;
}
.banner-sml a:hover .banner-top {
  background: rgba(255, 255, 255, 1);
}

.banner-fiori {
  padding-top: 35px;
  background: url(../img/fioriback.png) top center no-repeat;
  overflow: hidden;
  height: 150px;
}
.banner-fiori a {
  display: block;
  height: 95px;
}

a .fiori-titolo {
  text-align: center;
  color: #51443b;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 45px;
  line-height: 35px;
  padding-top: 10px;
}
a .fiori-testo {
  color: #666;
}

a:hover .fiori-titolo,
a:hover .fiori-testo {
  color: #000;
}

hr {
  margin: 10px;
  background: none;
  border: 0px;
  border-bottom: 1px solid #ccc;
}

.errori {
  padding: 10px;
}
.errori p {
  margin: 2px 0px;
  padding: 5px;
  background: #b7240b;
  color: #fff;
}

a.btn {
  margin: 5px 0px;
  padding: 5px 10px;
  background: #442a18;
  color: #fff;
}
a.btn:hover {
  background: #000;
  color: #fff;
}

.box-youtube {
  border: 1px solid #ccc;
  margin-top: 10px;
  height: 400px;
  overflow: hidden;
}
.youtubebanner {
  padding: 0px 10px 10px 10px;
  border-bottom: 1px solid #ccc;
}
.youtubebanner a {
  color: #df2826;
  font-size: 25px;
}
.youtubebanner a:hover {
  color: #666;
}
.youtube-scroll {
  padding: 10px;
  overflow-y: scroll;
  height: 352px;
}
.videoitem {
  text-align: center;
  float: left;
  height: 190px;
  padding: 10px;
  text-align: center;
  width: 33%;
}
.videoitem h3 {
  font-size: 13px;
  line-height: 14px;
}
.videoitem h3 a {
  color: #666;
}
.videoitem img {
  width: 100%;
  margin-bottom: 5px;
}

.documenti_p p {
  line-height: 30px;
}
.documenti_p a {
  padding: 3px;
  background: #442a18;
  color: #fff;
  margin-right: 10px;
}
.documenti_p a:hover {
  padding: 3px;
  background: #5f4d43;
  color: #fff;
}
.documenti_p a:after {
  content: " ";
}

.data-box {
  position: relative;
}
.data-box .img-post {
  position: inherit;
}

.data-box .data-evento,
.data-box .data-post {
  position: absolute;
  top: 0px;
  right: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 5px;
  z-index: 20;
}

.post-list {
  overflow: hidden;
}

.offertelista .post {
  width: 50%;
}
.offertelista .span5,
.offertelista .span7 {
  display: block;
  width: 100%;
}

.agriturismo-gallery {
  text-align: center;
}
.agriturismo-gallery img {
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
}
.agriturismo-gallery img:hover {
  background: #ccc;
  border: 1px solid #999;
}
.galleria-label {
  margin-bottom: 5px;
  color: #333;
  font-size: 12px;
  font-weight: normal;
}

.offertelista {
  overflow: hidden;
}
.offertelista .post-list {
  float: left;
}

.offerta-area {
  background: #fff;
}

/**********MORETTO 26/11/2014*********/
/********linguetta data post*********/

.box-hp-prodotti {
  border-top: 1px solid #8a804f;
  border-bottom: 1px solid #8a804f;
}

.box-top-prodotto {
  padding-bottom: 10px;
  padding-right: 10px;
}

.box-top-prodotto .thumb_prodotti {
  padding: 5px;
}

.box-top-prodotto .nome_prodotto {
  padding: 10px 0px;
}
.box-top-prodotto .nome_prodotto h2 {
  padding: 0 !important;
  margin: 0 !important;
}

.box-top-prodotto .caratteristiche_prodotto {
  padding: 10px 0px;
  font-size: 1.6em;
}

.box-top-prodotto .caratteristiche_prodotto .gradi_prodotto {
  font-size: 0.8em;
}
.content {
  padding-top: 15px !important;
}

h1.home_title {
  font-size: 1.8em;
}

h2.home_title {
  font-size: 1.6em;
}

.unbold {
  font-weight: normal !important;
}

.title_green {
  color: #8a804f;
}

.title_grey {
  color: #7c7c7c;
}

.box_home {
  margin-top: 15px;
}

.box_home_title {
  display: block;
  background-color: transparent;
  background-image: url("/app/img/bg_home_title.gif");
  background-repeat: repeat-x;
  background-position: left center;
  height: 34px;
  text-align: center;
}

.box_home_title .testo_title {
  background: #fff;
  display: inline-block;
  padding: 0px 20px;
}

.box_home_fattoria {
  position: relative;
}

.box_home_fattoria img {
  max-width: 100%;
}

.box_overlay > a,
.box_overlay > a:hover {
  text-decoration: none;
  color: #333;
  display: block;
  font-weight: normal;
}

.box_home_overlay {
  position: relative;
}

.box_home_overlay img {
  max-width: 100%;
}

.box_home_overlay .box_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

.box_home_fattoria .box_overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  right: 10px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

.img-post {
  position: relative;
}

.img-post .data-post {
  position: absolute;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  z-index: 1000;
}

a.btn-eventi-all {
  background-color: #38320f;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

a.btn-blog {
  background-color: #6b4f05;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  display: block;
}

a.btn-readmore {
  background-color: #38320f;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  display: block;
}

a.btn-eventi-all:hover,
a.btn-readmore:hover,
a.btn-blog:hover {
  background-color: #a57d18;
  color: #382906;
}

/******MORETTO 26/11/2014 \FINE********/

/* COLORI */
.verde,
h1.verde,
h2.verde,
h3.verde,
h4.verde,
p.verde {
  color: #818c0f;
}
.verde-scuro,
h1.verde-scuro,
h2.verde-scuro,
h3.verde-scuro,
h4.verde-scuro,
p.verde-scuro {
  color: #38320f;
}
.verde-chiaro,
h1.verde-chiaro,
h2.verde-chiaro,
h3.verde-chiaro,
h4.verde-chiaro,
p.verde-chiaro {
  color: #8a804f;
}
.marrone,
h1.marrone,
h2.marrone,
h3.marrone,
h4.marrone,
p.marrone {
  color: #51443b;
}
.marrone-chiaro,
h1.marrone-chiaro,
h2.marrone-chiaro,
h3.marrone-chiaro,
h4.marrone-chiaro,
p.marrone-chiaro {
  color: #5f4d43;
}

.agri.listapost.offertelista .post {
  width: 33%;
  height: 460px;
}

.linksocial,
.linkecommerce,
#social,
.linkbook,
.linkprenota {
  display: inline-block;
  margin-left: 30px;
}
.linkecommerce a,
.linkbook a,
.linkprenota a {
  padding: 6px 15px;
  display: block;
  background: #51d315;
  color: #fff;
  text-align: center;
}
.linkecommerce a:hover,
.linkbook a:hover,
.linkprenota a:hover {
  background: #111;
}

.linkbook,
.linkprenota {
  margin-left: 5px;
}

.linkbook a {
  background: #f8694d;
}
.linkprenota a {
  background: #2ca8d2;
}

#footer #social {
  margin-left: 0px;
  padding-bottom: 10px;
}
a.doclist {
  padding: 3px;
  background: #51443b;
  color: #fff;
}
a.doclist:hover {
  background: #666;
  color: #fff;
}

.chisiamo {
  text-align: center;
  height: 400px;
}
.chisiamo img {
  margin-bottom: 5px;
}
.chisiamo h3 {
  font-size: 15px;
}

.magazine-area {
  padding: 10px 0px;
}
.magazine-area h1 {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  font-size: 25px;
}
.magazine {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.magazine a {
  padding: 3px;
  background: #51443b;
  color: #fff;
}
.magazine a:hover {
  background: #ccc;
  color: #51443b;
}
