.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0a0a0a;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #60971f;
}
.page-featured .item_title,
h1,
h2,
h3 {
  font: bold 36px/40px 'Open Sans', sans-serif;
  color: #222222;
  margin-bottom: 18px;
}
h4 {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #0a0a0a;
  margin: 0;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}
.item_fulltext a {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #60971f;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #74b726;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #57891c;
  border-bottom-color: #57891c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-group .btn,
.btn-primary {
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(1, 1, 4, 0.47);
  background-color: #68a522;
  background-image: -moz-linear-gradient(top, #74b726, #57891c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74b726), to(#57891c));
  background-image: -webkit-linear-gradient(top, #74b726, #57891c);
  background-image: -o-linear-gradient(top, #74b726, #57891c);
  background-image: linear-gradient(to bottom, #74b726, #57891c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74b726', endColorstr='#ff57891c', GradientType=0);
  border-color: #57891c #57891c #2f490f;
  *background-color: #57891c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #57891c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 0 5px #88d62d inset;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-group .btn:hover,
.btn-primary:hover,
.btn-group .btn:focus,
.btn-primary:focus,
.btn-group .btn:active,
.btn-primary:active,
.btn-group .btn.active,
.btn-primary.active,
.btn-group .btn.disabled,
.btn-primary.disabled,
.btn-group .btn[disabled],
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #57891c;
  *background-color: #4a7418;
}
.btn-group .btn:active,
.btn-primary:active,
.btn-group .btn.active,
.btn-primary.active {
  background-color: #3c5f13 \9;
}
.btn-group .btn:hover,
.btn-primary:hover,
.btn-group .btn:focus,
.btn-primary:focus,
.btn-group .btn:active,
.btn-primary:active {
  text-decoration: none;
  background: #010101 !important;
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 3px 3px 1px rgba(11, 11, 11, 0.6) inset !important;
  outline: none;
}
.btn-info {
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(1, 1, 4, 0.47);
  background-color: #68a522;
  background-image: -moz-linear-gradient(top, #74b726, #57891c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74b726), to(#57891c));
  background-image: -webkit-linear-gradient(top, #74b726, #57891c);
  background-image: -o-linear-gradient(top, #74b726, #57891c);
  background-image: linear-gradient(to bottom, #74b726, #57891c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74b726', endColorstr='#ff57891c', GradientType=0);
  border-color: #57891c #57891c #2f490f;
  *background-color: #57891c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #57891c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 0 5px #88d62d inset;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #57891c;
  *background-color: #4a7418;
}
.btn-info:active,
.btn-info.active {
  background-color: #3c5f13 \9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  text-decoration: none;
  background: #010101 !important;
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 3px 3px 1px rgba(11, 11, 11, 0.6) inset !important;
  outline: none;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.unstyled {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.unstyled li {
  list-style: none;
  padding: 0 0 10px;
  line-height: 20px;
}
ul.item_list li:before,
.categories-module li:before,
.archive-module li:before,
.unstyled li:before {
  display: inline-block;
  content: "\f0a9";
  line-height: 20px;
  font: 15px/20px 'FontAwesome';
  color: #60971f;
  width: 20px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.unstyled li a {
  color: #0a0a0a;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.unstyled li a:hover {
  color: #60971f;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  display: inline-block;
  padding: 5px 15px;
  font: bold 18px/30px 'Open Sans', sans-serif;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(1, 1, 4, 0.47);
  background-color: #68a522;
  background-image: -moz-linear-gradient(top, #74b726, #57891c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74b726), to(#57891c));
  background-image: -webkit-linear-gradient(top, #74b726, #57891c);
  background-image: -o-linear-gradient(top, #74b726, #57891c);
  background-image: linear-gradient(to bottom, #74b726, #57891c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74b726', endColorstr='#ff57891c', GradientType=0);
  border-color: #57891c #57891c #2f490f;
  *background-color: #57891c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #57891c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 0 5px #88d62d inset;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pagination ul li .pagenav:hover,
.pagination ul li .hasTooltip:hover,
.pagination ul li .pagenav:focus,
.pagination ul li .hasTooltip:focus,
.pagination ul li .pagenav:active,
.pagination ul li .hasTooltip:active,
.pagination ul li .pagenav.active,
.pagination ul li .hasTooltip.active,
.pagination ul li .pagenav.disabled,
.pagination ul li .hasTooltip.disabled,
.pagination ul li .pagenav[disabled],
.pagination ul li .hasTooltip[disabled] {
  color: #ffffff;
  background-color: #57891c;
  *background-color: #4a7418;
}
.pagination ul li .pagenav:active,
.pagination ul li .hasTooltip:active,
.pagination ul li .pagenav.active,
.pagination ul li .hasTooltip.active {
  background-color: #3c5f13 \9;
}
.pagination ul li .pagenav:hover,
.pagination ul li .hasTooltip:hover,
.pagination ul li .pagenav:focus,
.pagination ul li .hasTooltip:focus,
.pagination ul li .pagenav:active,
.pagination ul li .hasTooltip:active {
  text-decoration: none;
  background: #010101;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 3px 3px 1px rgba(11, 11, 11, 0.6) inset !important;
  outline: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  text-decoration: none;
  background: #010101;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 3px 3px 1px rgba(11, 11, 11, 0.6) inset !important;
  outline: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  text-decoration: none;
  background: #010101;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 3px 3px 1px rgba(11, 11, 11, 0.6) inset !important;
  outline: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  text-decoration: none;
  background: #010101;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 3px 3px 1px rgba(11, 11, 11, 0.6) inset !important;
  outline: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.page-item {
  padding-bottom: 40px;
}
.item_img,
.category_img {
  margin-bottom: 21px;
  position: relative;
}
.item_img > span,
.category_img > span {
  display: block;
}
.item_img img,
.category_img img {
  border: 5px solid #0c0c0c;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.item_img a,
.category_img a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.item_img a:hover p.img_caption,
.category_img a:hover p.img_caption {
  color: #60971f;
}
.item_img a:hover img,
.category_img a:hover img {
  border-color: #60971f;
}
.item_img p.img_caption,
.category_img p.img_caption {
  text-align: right !important;
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 58px;
  min-width: 123px;
  padding: 0 54px;
  font: bold 24px/64px 'Open Sans', sans-serif;
  background: url(../images/template/img_caption.png) right 0 no-repeat;
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 10px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 20px 10px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*======================= TOP =======================*/
#header {
  /*background: url(../images/template/slide-1.jpg) center 0 no-repeat;*/
  max-width: 1300px;
  margin: 0 auto;
}
#top-row {
  position: relative;
  z-index: 2;
}
/*======================= HEADER =======================*/
#header-row {
  position: relative;
  z-index: 2;
  max-height: 135px;
}
#logo {
  text-align: center;
  padding: 33px 0 15px;
  margin-left: 50px; //Modificato
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  padding-bottom: 32px;
}
#navigation-row .row-container {
  position: relative;
  z-index: 2;
  background: url(../images/template/navigation.png) 0 0 repeat;
  background: rgba(0, 0, 0, 0.8);
  max-height: 81px;
}
.select-menu {
  display: none;
  margin: 20px 0;
}
.navigation ul.sf-menu {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 34px 0 27px;
  /*margin: 0 30px; originale*/
  margin: 0 20px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: #60971f;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding: 0px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #60971f;
}
.navigation ul.sf-menu > li.parent {
  padding-right: 10px;
  position: relative;
}
.navigation ul.sf-menu > li.parent:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 2.5px 0 2.5px;
  border-color: #ffffff transparent transparent transparent;
  content: "";
  display: inline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navigation ul.sf-menu > li.parent.active:after,
.navigation ul.sf-menu > li.parent:hover:after {
  border-color: #60971f transparent transparent transparent;
}
.navigation ul.sf-menu > li:hover > ul,
.navigation ul.sf-menu > li.sfHover > ul {
  top: 81px;
  left: 50%;
  margin-left: -54.5px !important;
}
.navigation ul.sf-menu ul {
  width: 109px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 109px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 109px;
}
.navigation ul.sf-menu ul {
  background: url(../images/template/navigation.png) 0 0 repeat;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 0;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
  padding: 5px 0;
  text-align: center;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  display: block;
  padding: 0px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #c7c7c7;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #60971f;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  color: #60971f;
}
.navigation ul.sf-menu.sf-vertical {
  width: 109px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 109px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 111px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 40px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 109px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  max-width: 1300px;
  margin: 0 auto -248px;
  top: -248px;
  position: relative;
  overflow: hidden;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content {
  color: #555555;
  background: #f2f2f2;
  padding: 42px 0 20px;
  box-shadow: 0 0 5px #0c0c0c inset;
}
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 20px;
  position: relative;
}
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 34px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 25px;
}
.item_info_dl dd {
  margin: 0 20px 0 0;
  display: inline;
}
.item_info_dl dd > div {
  display: inline-block;
  width: auto;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .item_published {
  color: #60971f;
}
.item_info_dl dd a {
  color: #555555;
}
.item_info_dl dd a:hover {
  color: #60971f;
}
.item_published {
  color: #60971f;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
}
/*===== Home Page ======*/
.page-featured .readmore {
  padding: 10px 46px;
  font-size: 22px;
}
.mod-newsflash-adv .item_title {
  margin-bottom: 20px;
}
.mod-newsflash-adv .item_content {
  /*overflow: hidden;*/

}
.mod-newsflash-adv.mod-newsflash-adv__rec .item_img img {
  border: none;
  box-shadow: none;
}
.mod-newsflash-adv.mod-newsflash-adv__rec .item_title {
  margin: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__sec .item .dropcap {
  float: left;
  font: bold 23px/46px 'Open Sans', sans-serif;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(1, 1, 4, 0.47);
  background-color: #68a522;
  background-image: -moz-linear-gradient(top, #74b726, #57891c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74b726), to(#57891c));
  background-image: -webkit-linear-gradient(top, #74b726, #57891c);
  background-image: -o-linear-gradient(top, #74b726, #57891c);
  background-image: linear-gradient(to bottom, #74b726, #57891c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74b726', endColorstr='#ff57891c', GradientType=0);
  border-color: #57891c #57891c #2f490f;
  *background-color: #57891c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #57891c;
  box-shadow: 0 0 5px #88d62d inset;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  width: 46px;
  margin: 0 20px 0 0;
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__sec .item .dropcap:hover,
.mod-newsflash-adv.mod-newsflash-adv__sec .item .dropcap:focus,
.mod-newsflash-adv.mod-newsflash-adv__sec .item .dropcap:active,
.mod-newsflash-adv.mod-newsflash-adv__sec .item .dropcap.active,
.mod-newsflash-adv.mod-newsflash-adv__sec .item .dropcap.disabled,
.mod-newsflash-adv.mod-newsflash-adv__sec .item .dropcap[disabled] {
  color: #ffffff;
  background-color: #57891c;
  *background-color: #4a7418;
}
.mod-newsflash-adv.mod-newsflash-adv__sec .item .dropcap:active,
.mod-newsflash-adv.mod-newsflash-adv__sec .item .dropcap.active {
  background-color: #3c5f13 \9;
}
.mod-newsflash-adv.mod-newsflash-adv__sec .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__sec .item .item_content .item_title {
  margin: 0;
}
.mod-article-single .item__module {
  margin-bottom: 40px;
  overflow: hidden;
}
/*===== Blog Page ======*/
/*===== Blog Page ======*/
/*===== Blog Page ======*/
.tags {
  clear: both;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  background: url(../images/template/blockquote.png) 0 6px no-repeat;
  padding: 0 0 0 47px;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: "";
}
blockquote p:after {
  content: "";
}
blockquote small {
  font-size: 13px;
  line-height: 20px;
  color: #0a0a0a;
}
blockquote small:before {
  content: "";
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright {
  padding: 40px 0;
  text-transform: uppercase;
  font-size: 14px;
}
#copyright .footer_logo {
  margin-bottom: 25px;
  display: inline-block;
}
#copyright .year:after {
  content: '';
  padding: 0 0 0 20px;
}
#copyright a {
  color: #b8b8b8;
}
#copyright a:hover {
  color: #60971f;
}
#copyright {
  text-align: center;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 0 0 4px;
}
.social li a {
  display: inline-block;
  width: 29px;
  height: 29px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  position: relative;
}
.social li a img {
  position: relative;
  top: -29px;
}
.social li a:hover img {
  top: 0;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 30px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 3px 8px;
}
#searchForm #search-searchword {
  height: 32px;
}
#searchForm .hasTooltip {
  padding: 0 10px;
}
.btn .caret {
  margin-top: 14px;
  border-top: 4px solid #fff;
}
#footer-wrapper{
  background-color: #8b0a04;
}
.article{
  font-family: "Verdana", "Geneva", sans-serif ;
  font-size: 17px;
  text-align: center;
}
.item-279{
  bottom: 10px;
}
.siteName{
  display: none;
}
.image-title{
 display: none;
}

.carta-menu{
  font-size: 16px;
  text-align: center;
  font-style: italic;
}

.cat-carta{
  font-size: 30px;
  color: #8b0a04;
  font-family: "Monotype Corsiva";
  line-height: 30px;
}

.indentazione{
  padding-left: 10px;
}

.sIndentazione{
  padding-left: 23px;
}

.mod-languages{
  margin-left: 50%;
  margin-top: 1%;
}

#piva{
  background-color: #000000;
}

#CDSWIDEXC {
 margin: 0 auto!important;
 margin-bottom: 10px!important; 
}