@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller_bd-webfont.eot');
    src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_bd-webfont.woff') format('woff'),
         url('../fonts/aller_bd-webfont.ttf') format('truetype'),
         url('../fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alleritalic';
    src: url('../fonts/aller_it-webfont.eot');
    src: url('../fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_it-webfont.woff') format('woff'),
         url('../fonts/aller_it-webfont.ttf') format('truetype'),
         url('../fonts/aller_it-webfont.svg#alleritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.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: 32px;
  -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: inherit;*/
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #9cad61;
}
h1 {
  font-family: 'allerbold', 'Bevan', cursive;
  color: #c2b875;
  font-size: 34px;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 28px;
}
h2 {
  font-size: 30px;
  line-height: 35px;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #fff;
  margin-bottom: 29px;
}
h3 {
  color: #8ca613;
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
  /*text-transform: capitalize;*/
}
h4 {
  color: #8ca613;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h5 {
  color: #c2b875;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 22px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 22px;
}
.item_fulltext a {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #c2b875;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 22px;
  background: #ffffff;
  color: #8ca613;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -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-primary {
  background: #9cad61;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-size: 18px;
  line-height: 44px;
  padding: 0 25px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  text-transform: lowercase;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  text-shadow: none;
  background-color: #fc6a1a;
  background-image: -moz-linear-gradient(top, #ff6d1d, #f76515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6d1d), to(#f76515));
  background-image: -webkit-linear-gradient(top, #ff6d1d, #f76515);
  background-image: -o-linear-gradient(top, #ff6d1d, #f76515);
  background-image: linear-gradient(to bottom, #ff6d1d, #f76515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6d1d', endColorstr='#fff76515', GradientType=0);
  border-color: #f76515 #f76515 #b94606;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f76515;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
}
.btn-primary:hover:hover,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:hover.active,
.btn-primary:hover.disabled,
.btn-primary:hover[disabled] {
  color: #ffffff;
  background-color: #f76515;
  *background-color: #ea5808;
}
.btn-primary:hover:active,
.btn-primary:hover.active {
  background-color: #d24f07 \9;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  color: #ffffff;
  text-shadow: none;
  background-color: #fc6a1a;
  background-image: -moz-linear-gradient(top, #ff6d1d, #f76515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6d1d), to(#f76515));
  background-image: -webkit-linear-gradient(top, #ff6d1d, #f76515);
  background-image: -o-linear-gradient(top, #ff6d1d, #f76515);
  background-image: linear-gradient(to bottom, #ff6d1d, #f76515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6d1d', endColorstr='#fff76515', GradientType=0);
  border-color: #f76515 #f76515 #b94606;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f76515;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary.disabled.disabled,
.btn-primary.disabled[disabled] {
  color: #ffffff;
  background-color: #f76515;
  *background-color: #ea5808;
}
.btn-primary.disabled:active,
.btn-primary.disabled.active {
  background-color: #d24f07 \9;
}
.btn-info {
  background: #9cad61;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-size: 18px;
  line-height: 38px;
  padding: 0 25px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  text-transform: lowercase;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-info:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #fc6a1a;
  background-image: -moz-linear-gradient(top, #ff6d1d, #f76515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6d1d), to(#f76515));
  background-image: -webkit-linear-gradient(top, #ff6d1d, #f76515);
  background-image: -o-linear-gradient(top, #ff6d1d, #f76515);
  background-image: linear-gradient(to bottom, #ff6d1d, #f76515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6d1d', endColorstr='#fff76515', GradientType=0);
  border-color: #f76515 #f76515 #b94606;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f76515;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover:hover,
.btn-info:hover:focus,
.btn-info:hover:active,
.btn-info:hover.active,
.btn-info:hover.disabled,
.btn-info:hover[disabled] {
  color: #ffffff;
  background-color: #f76515;
  *background-color: #ea5808;
}
.btn-info:hover:active,
.btn-info:hover.active {
  background-color: #d24f07 \9;
}
#searchForm .btn.btn-primary {
  line-height: 32px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 8px 0 0px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: lowercase;
  color: #ffffff;
  -webkit-border-radius: 1000px !important;
  -moz-border-radius: 1000px !important;
  border-radius: 1000px !important;
  border: none;
  box-shadow: none;
  line-height: 44px;
  padding: 0 18px;
  font-size: 18px;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #ffffff;
  background: #fe7023;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #ffffff;
  background: #9cad61;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #fe7023;
  color: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 10px;
}
.item_img img {
  /*-webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;*/
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 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 =======================*/
#header-row {
  padding: 67px 0 74px;
  background: #848d36;
}
#logo {
  text-align: center;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: #8ca613;
  padding: 0 0 55px;
}
.select-menu {
  display: none;
}
.navigation {
  font-size: 0;
  line-height: 0;
  /*text-align: center;*/
}
.navigation ul.sf-menu {
  position: relative;
  display: inline-block;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  height: 22px;
}
.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: #ffffff;
}
.navigation ul.sf-menu > li + li {
  margin-left: 39px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 18px;
  line-height: 22px;
  font-family: 'allerbold', Georgia, "Times New Roman", Times, serif;
  color: #f3ecbe;
  height: 22px;
  display: block;
  /*text-transform: lowercase;*/
  -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: #ffffff;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 47px;
  left: 50%;
  margin-left: -55px;
}
.navigation ul.sf-menu ul {
  width: 110px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -10px;
  left: 110px;
  margin-left: 0;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -10px;
  left: 110px;
  margin-left: 0;
}
.navigation ul.sf-menu ul {
  background: #ff6816;
  padding: 10px 0;
}
.navigation ul.sf-menu ul:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-bottom: 5px solid #ff6816;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.navigation ul.sf-menu ul ul {
  background: #fff;
}
.navigation ul.sf-menu ul ul:before {
  display: none;
}
.navigation ul.sf-menu ul ul li a,
.navigation ul.sf-menu ul ul li span {
  color: #191a0e;
}
.navigation ul.sf-menu ul ul li a:hover,
.navigation ul.sf-menu ul ul li span:hover {
  color: #656c2b;
}
.navigation ul.sf-menu ul ul li.active > a,
.navigation ul.sf-menu ul ul li.sfHover > a,
.navigation ul.sf-menu ul ul li.active > span,
.navigation ul.sf-menu ul ul li.sfHover > span {
  color: #656c2b;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 34px;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  display: block;
  text-align: center;
  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;
  text-transform: lowercase;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #fff571;
}
.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: #fff571;
}
.navigation ul.sf-menu ul li + li {
  border-top: 1px solid #ff8645;
}
.navigation ul.sf-menu.sf-vertical {
  width: 110px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 110px;
  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: 112px;
}
.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 {
  height: 22px;
  padding-bottom: 22px;
  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: 24px;
  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: 110px;
  top: 22px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  background: url(../images/tail.jpg) 50% 0 repeat-x #959e42;
  padding: 67px 0 106px;
}
.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;
}
.top_block .item_img {
  margin-right: 80px;
  border: 16px solid #a2aa59;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  overflow: hidden;
}
.top_block .item_img img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.top_block .item-title {
  padding-top: 51px;
}
.top_block p {
  color: #d8de97;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 43px;
}
.top_block .btn-info {
  color: #767c3f;
  text-shadow: none;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
  border-color: #f0f0f0 #f0f0f0 #cacaca;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f0f0f0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 3px 3px 7px #8ca613;
  -moz-box-shadow: 3px 3px 7px #8ca613;
  box-shadow: 3px 3px 7px #8ca613;
  line-height: 46px;
  padding: 0 30px;
}
.top_block .btn-info:hover,
.top_block .btn-info:focus,
.top_block .btn-info:active,
.top_block .btn-info.active,
.top_block .btn-info.disabled,
.top_block .btn-info[disabled] {
  color: #767c3f;
  background-color: #f0f0f0;
  *background-color: #e3e3e3;
}
.top_block .btn-info:active,
.top_block .btn-info.active {
  background-color: #d7d7d7 \9;
}
.top_block .btn-info:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #fc6a1a;
  background-image: -moz-linear-gradient(top, #ff6d1d, #f76515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6d1d), to(#f76515));
  background-image: -webkit-linear-gradient(top, #ff6d1d, #f76515);
  background-image: -o-linear-gradient(top, #ff6d1d, #f76515);
  background-image: linear-gradient(to bottom, #ff6d1d, #f76515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6d1d', endColorstr='#fff76515', GradientType=0);
  border-color: #f76515 #f76515 #b94606;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f76515;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.top_block .btn-info:hover:hover,
.top_block .btn-info:hover:focus,
.top_block .btn-info:hover:active,
.top_block .btn-info:hover.active,
.top_block .btn-info:hover.disabled,
.top_block .btn-info:hover[disabled] {
  color: #ffffff;
  background-color: #f76515;
  *background-color: #ea5808;
}
.top_block .btn-info:hover:active,
.top_block .btn-info:hover.active {
  background-color: #d24f07 \9;
}
/*======================= FEATURE =======================*/
.top_blocks .item {
  text-align: center;
  background: #f6f7ea;
  margin-top: -36px;
  padding: 20px 0 0;
  margin-bottom: 8px;
}
.top_blocks .item .item_content {
  padding: 3px 30px 20px;
}
.top_blocks .item .item_content .item_title {
  border-bottom: 1px solid #dee0c8;
  padding-bottom: 10px;
}
.top_blocks .item .item_content p {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'allerregular', Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #7e8e38;
  padding-bottom: 27px;
}
.top_blocks .item .item_content .btn-info {
  line-height: 38px;
  padding: 0 27px;
  background: #8f9f48;
}
.top_blocks .item .item_content .btn-info:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #fc6a1a;
  background-image: -moz-linear-gradient(top, #ff6d1d, #f76515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6d1d), to(#f76515));
  background-image: -webkit-linear-gradient(top, #ff6d1d, #f76515);
  background-image: -o-linear-gradient(top, #ff6d1d, #f76515);
  background-image: linear-gradient(to bottom, #ff6d1d, #f76515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6d1d', endColorstr='#fff76515', GradientType=0);
  border-color: #f76515 #f76515 #b94606;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f76515;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.top_blocks .item .item_content .btn-info:hover:hover,
.top_blocks .item .item_content .btn-info:hover:focus,
.top_blocks .item .item_content .btn-info:hover:active,
.top_blocks .item .item_content .btn-info:hover.active,
.top_blocks .item .item_content .btn-info:hover.disabled,
.top_blocks .item .item_content .btn-info:hover[disabled] {
  color: #ffffff;
  background-color: #f76515;
  *background-color: #ea5808;
}
.top_blocks .item .item_content .btn-info:hover:active,
.top_blocks .item .item_content .btn-info:hover.active {
  background-color: #d24f07 \9;
}
/*======================= MAINTOP =======================*/
.publications .item_img img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.publications .item_title_part0 {
  display: block;
}
.publications .item_introtext {
  padding-right: 40px;
}
.publications .item {
  margin-bottom: 14px;
}
.publications .mod-newsflash-adv_custom-link {
  text-align: center;
  background: url(../images/border_dashed.png) repeat-x;
  padding-right: 60px;
  padding-top: 28px;
}
.publications .mod-newsflash-adv_custom-link a {
  display: inline-block;
  font-size: 18px;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
  position: relative;
}
.publications .mod-newsflash-adv_custom-link a:before {
  content: '';
  background: url(../images/before.png);
  width: 22px;
  height: 10px;
  position: absolute;
  left: -37px;
  top: 50%;
  margin-top: -5px;
  pointer-events: none;
}
.publications .mod-newsflash-adv_custom-link a:after {
  content: '';
  background: url(../images/after.png);
  width: 22px;
  height: 10px;
  position: absolute;
  right: -37px;
  top: 50%;
  margin-top: -5px;
  pointer-events: none;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 38px 0 0;
}
.body__about #content-row {
  padding-bottom: 20px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 19px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 32px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd.komento {
  float: right;
  text-transform: lowercase;
}
.item_info_dl dd a {
  color: inherit;
}
.item_info_dl dd a:hover {
  color: #c2b875;
}
.page-archive .intro {
  clear: both;
  padding-top: 20px;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
}
/*===== 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 22px 22px 0 !important;
}
.item_published {
  margin-top: 5px;
  float: left;
  background: #8f9f48;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  text-transform: lowercase;
  width: 50px;
  padding: 7px 0;
  margin-right: 17px;
}
.item_published span {
  display: block;
  font-size: 25px;
}
.page-featured {
  padding-top: 30px;
}
.page-featured h5 {
  font-size: 24px;
  line-height: 30px;
  color: #b7b18c;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
.page-featured p {
  padding-bottom: 30px;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.almb8ar4 #component {
  padding-right: 96px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.almb8ar4 .container {
  position: relative;
}
.almb8ar4 .container:before {
  display: block;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 709px;
  width: 1px;
  background: url(../images/dashed_border.png);
}
.al6mb6ar #component {
  padding-left: 96px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.al6mb6ar .container {
  position: relative;
}
/*
.al6mb6ar .container:before {
  display: block;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 613px;
  width: 1px;
  background: url(../images/dashed_border.png);
}
*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  font-weight: bold;
  padding: 0 0 13px 16px;
  background: url(../images/list_marker.png) 0 8px no-repeat;
}
.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;
}
.archive-module li a:focus,
.categories-module li a:focus,
.mod-menu .nav.menu li a:focus,
.list1 ul li a:focus {
  background: none;
}
.offer .dropcap {
  float: left;
  text-align: center;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #8f9f48;
  color: #fff;
  font-size: 48px;
  line-height: 40px;
  padding-bottom: 10px;
  margin-right: 17px;
  width: 50px;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.offer .item_content {
  overflow: hidden;
}
.offer .item {
  margin-bottom: 0px;
}
#aside-right .moduletable + .moduletable {
  margin-top: 83px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .container {
  border-top: 1px solid #c2b875;
  padding: 10px 0;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-row .container {
  border-top: 1px solid #c2b875;
  /*padding: 35px 0 40px;*/
  padding:20px 0;
}
.footer_menu .mod-menu .nav.menu {
  text-align: center;
  line-height: 17px;
}
.footer_menu .mod-menu .nav.menu li {
  padding: 0;
  background: none;
  line-height: 17px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
  text-transform: lowercase;
}
.footer_menu .mod-menu .nav.menu li + li {
  border-left: 1px solid #e1e6cf;
  padding-left: 20px;
  margin-left: 22px;
}
.footer_menu .mod-menu .nav.menu li a {
  color: #8ca613;
}
.footer_menu .mod-menu .nav.menu li a:hover {
  color: #fe7023;
}
.footer_menu .mod-menu .nav.menu li.active a {
  color: #fe7023;
}
#copyright-row .container {
  /*border-top: 1px solid #e3dfc1;
  padding: 40px 0 10px 0;*/
  border-top: 1px solid #C2B875;
  padding: 10px 0;
}
#copyright {
  /*text-align: right;*/
  font-size: 14px;
  line-height: 44px;
  color: #c2b875;
  font-family: 'allerregular', Georgia, "Times New Roman", Times, serif;
}
#copyright .year:after {
  content: '';
  background: url(../images/bull.png);
  height: 5px;
  width: 5px;
  display: inline-block;
  margin: 0 5px 0 9px;
  margin-top: -1px;
  vertical-align: middle;
}
#copyright a:hover {
  color: #9ab61b;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li {
  margin: 0 15px 0 0;
}
.social li a {
  width: 45px;
  height: 44px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.social li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*IT&T*/
#top-row {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	padding: 8px 0;
	background: rgba(163, 184, 66, 0.9);
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 16px;
  color: #ffffff;
}

#header-row {
  padding: 0;
  background: none;
}
#header-row .row {
	margin-left: 0;
	position: relative;
}
.navigation {
	margin-top: 5px;
}
.carousel-sfondo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 250px;
	/*background: transparent url(../images/bg-slideshow.png) left top repeat-x;*/
	border-bottom: 1px solid #ACBF54;
}
#Carousel {
	margin-bottom: 0;
}
#Carousel .item {
	min-height: 303px;
	padding-top: 80px;
	margin-bottom: 0;
}
@media (max-width: 768px) { 
	#Carousel .item {
		padding-top: 120px;
	}
}

.carousel-logo {
	height: 100px;
	background: transparent url(../images/olvi.png) 0 0 no-repeat;
}
.carousel-introtext {
	margin-top: 20px;
	font-size: 24px;
	color: #1d1d1b;
}
.carousel-introtext strong {
	display: block;
}
.carousel-control {
	text-indent: -9999px;
	border: none;
	border-radius: 0;
}
.carousel-control.left {
	background: transparent url(../images/arrow-left.png) 50% 50% no-repeat;
}
.carousel-control.right {
	background: transparent url(../images/arrow-right.png) 50% 50% no-repeat;
}

@media (min-width: 1200px) {   
	.top_blocks .row {
		margin-left: -35px;
	}
	.top_blocks .span3 {
		margin-left: 35px; width: 253px;
	}
}
@media (max-width: 1199px) {
	.top_blocks .span3 {
		
	}
}
@media (max-width: 980px) { 
	.top_blocks .span3 {   
		
	}
}
@media (max-width: 768px) { 
	.top_blocks .span3 {   
		
	}
}
.top_blocks .item {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 1px rgba(204, 204, 204, 1);
}

.top_blocks .item .item_content .item_title {
	height: 65px;
}
.top_blocks .item .item_content .item_introtext {
	height: 80px;
}

.top_blocks .item_img, .category_img {
	line-height: 81px;
}
.top_blocks .item_img img {
	border-radius: 0px;
}

.top_blocks .item .item_content .btn-info,
.btn-info.readmore {
	text-indent: -9999px;
}
.top_blocks .item .item_content .btn-info span {
	display: block;
	width: 64px;
	background: transparent url(../images/scopri.png) 50% 50% no-repeat;
}
.btn-info.readmore span {
	display: block;
	width: 90px;
	background: transparent url(../images/leggi-tutto.png) 50% 50% no-repeat;
}

.sponsor {
	color: #c2b875;
	font-size: 16px;
	font-weight: bold;
}
.sponsor .span2 {
	text-align: center;
}

#aside-left a {
	color: #8ca613;
}

.social2 li {
	margin-left: 5px;
}
.mod-menu__social .menu {
    text-align: right;
}

.itemid-109 h2 {
	color: #8CA613;
	font-size: 26px;
	line-height: 30px;
	padding: 15px 0;
}
.itemid-109 .page_header h3 {
	float: left;
	margin-right: 5px;
	padding: 15px 0;
}
.itemid-109 label {
	width: 80px;
}
.itemid-109 h5 {
	color: #8CA613;
	font-weight: bold;
}
.itemid-109 .item {
	border-bottom: 1px solid #8CA613;
	min-height: 70px;
	padding-right: 60px;
}
.itemid-109 .items-row {
	background: transparent url(../images/gelato-small.png) right top no-repeat;
}

.gelaterie-mappa  h3 {
	padding: 15px 0 15px 80px;
	/*background: transparent url(../images/top_blocks/orologio.png) left 50% no-repeat;*/
}

.gelato-olvi p {
	padding-bottom: 0;
}
.gelato-olvi td {
	padding: 20px 0;
}

.gelato-olvi-left {
	margin-top: 40px;
}

.gelato-olvi-left h4 {
	text-transform: none;
	margin-bottom: 10px;
}
.gelato-olvi-left tr {
	background: none;
}
.gelato-olvi-left td {
	padding-top: 35px;
}

.gelaterie-mappa {
	margin-bottom: 10px;
}

@media (max-width: 768px) { 
	#top .span10 {
		float: left;
		width: 80%;
	}
	#top .span12 {
		float: left;
		width: 20%;
	}
	.carousel-inner .active {
		background: none !important;
	}
	.iphone-lowercase {
		text-transform: lowercase;
	}
}

.pagination ul li.num {
	display: none;
}