.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: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0050dc;
}
h3,
h4 {
  font: 900 30px/30px 'Open Sans', sans-serif;
  color: #ffffff;
  margin-bottom: 27px;
  text-transform: uppercase;
}
h4 {
  margin-bottom: 22px;
}
h5 {
  font: 900 14px/16px 'Open Sans', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.nav-tabs > li > a:focus,
.nav-pills > li > a:focus,
.nav-tabs > li > a:hover,
.nav-pills > li > a:hover,
.nav-tabs > li > a:active,
.nav-pills > li > a:active {
  background-color: #839f08;
}
.input-append .add-on,
.input-prepend .add-on {
  background-color: #839f08;
}
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 18px;
  background: #839f08;
  color: #ffffff;
  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.disabled {
  cursor: default !important;
}
.btn-primary {
  font: 900 14px/18px 'Open Sans', sans-serif;
  color: #e7c35a;
  background: none !important;
  border: none;
  padding: 0;
  letter-spacing: 1px;
  text-decoration: underline !important;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: none;
  box-shadow: none;
  color: #ffffff;
  outline: none;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  color: #e7c35a;
  background: none !important;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active {
  background: none;
  box-shadow: none;
  color: #6e830e;
  outline: none;
}
.btn-info {
  font: 900 14px/18px 'Open Sans', sans-serif;
  color: #e7c35a;
  background: none !important;
  border: none;
  padding: 0;
  letter-spacing: 1px;
  text-decoration: underline !important;
  text-transform: uppercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  box-shadow: none;
  color: #285a99;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.item-list,
.mod-login .unstyled {
  margin: 0 0 30px;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.item-list li,
.mod-login .unstyled li {
  list-style: none;
  overflow: hidden;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.item-list li a,
.mod-login .unstyled li a {
  font: 900 14px/18px 'Open Sans', sans-serif;
  display: block !important;
  /*background: #798e1e;*/
  background: #285a99;
  color: #ffffff;
  text-shadow: none;
  margin-bottom: 3px;
  padding: 4px 40px 5px 15px;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
}
ul.item_list li a:after,
.categories-module li a:after,
.archive-module li a:after,
.item-list li a:after,
.mod-login .unstyled li a:after {
  background-color: #9ebc20;
  content: url(../images/template/list_after.png);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 27px;
  text-align: center;
  line-height: 24px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.item-list li a:hover,
.mod-login .unstyled li a:hover {
  background: #9ebc20;
  color: #798e1e;
  text-shadow: none;
}
ul.item_list li a:hover:after,
.categories-module li a:hover:after,
.archive-module li a:hover:after,
.item-list li a:hover:after,
.mod-login .unstyled li a:hover:after {
  width: 0 !important;
}
ul.item_list li a.type,
.categories-module li a.type,
.archive-module li a.type,
.item-list li a.type,
.mod-login .unstyled li a.type {
  font-size: 60px;
  line-height: 54px;
  margin-bottom: 0px;
  padding: 0 60px 0 0;
}
ul.item_list li a.type:after,
.categories-module li a.type:after,
.archive-module li a.type:after,
.item-list li a.type:after,
.mod-login .unstyled li a.type:after {
  content: url(../images/template/list_after_type.png) !important;
  width: 54px !important;
  line-height: 27px !important;
}
ul.item_list li a.type:hover,
.categories-module li a.type:hover,
.archive-module li a.type:hover,
.item-list li a.type:hover,
.mod-login .unstyled li a.type:hover {
  color: #ffffff !important;
}
ul.item_list li:first-child,
.categories-module li:first-child,
.archive-module li:first-child,
.item-list li:first-child,
.mod-login .unstyled li:first-child {
  margin-bottom: 11px;
}
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: 3px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 900 14px/26px 'Open Sans', sans-serif;
  text-transform: none;
  background: #839f08;
  color: #ffffff;
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 4px 14px;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #ffffff;
  color: #839f08;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #839f08;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #ffffff;
  color: #839f08;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #ffffff;
  color: #839f08;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 18px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a:hover:after {
  font-size: 40px;
  color: #e7c35a;
}
.item_img a .BWfade {
  width: 0% !important;
  height: 0% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 35px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 35px;
  max-width: 50%;
}
.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 =======================*/
#top-row {
  background: #ffffff;
  /*color: #b3cf38;*/
  color: #285a99;
  text-shadow: none;
  padding-top: 26px;
  background-image: url(https://www.scuolacittadiniroma.it/images/banner/SfondoCelesteTestataScuolaCaterinaCittadiniRoma.png);
  #background-size: contain;
  background-size: cover;
  
}
/*======================= HEADER =======================*/
#header-row {
  background: #5e8dd3;
  color: #e7c35a;
  text-shadow: none;
}
#logo {
  margin-bottom: 30px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: #5e8dd3;
  color: #f4cf63;
  text-shadow: none;
}
#navigation-row .row-container {
  overflow: hidden;
}
.navigation .select-menu {
  margin: 20px 0;
  color: #285a99;
    
}
.navigation ul.sf-menu {
  font-weight: bold;
  text-transform: lowercase;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  border-left: 1px solid #ffffff;
  padding: 0;
  margin: 0;
  width: 16.6%;
}
.navigation ul.sf-menu > li:first-child {
  border-left: none;
}
.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 {
  background: #285a99;
  color: #ffffff;
  text-shadow: none;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 24px;
  line-height: 62px;
  font-family: 'Open Sans', sans-serif;
  background: #5e8dd3;
  color: #e7c35a;
  text-shadow: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #285a99;
  color: #5e8dd3;
  text-shadow: none;
}
.navigation ul.sf-menu > li > ul {
  top: 62px;
}
.navigation ul.sf-menu > li > ul > li.active > a,
.navigation ul.sf-menu > li > ul > li.sfHover > a,
.navigation ul.sf-menu > li > ul > li.current > a,
.navigation ul.sf-menu > li > ul > li.active > span,
.navigation ul.sf-menu > li > ul > li.sfHover > span,
.navigation ul.sf-menu > li > ul > li.current > span {
  background: #5e8dd3;
  color: #ffffff;
  text-shadow: none;
}
.navigation ul.sf-menu > li > ul > li > a:hover,
.navigation ul.sf-menu > li > ul > li > span:hover {
  background: #5e8dd3;
  color: #ffffff;
  text-shadow: none;
}
.navigation ul.sf-menu ul {
  width: 250px;
}
.navigation ul.sf-menu li li ul {
  top: -12px;
  left: 250px;
}
.navigation ul.sf-menu li li li ul {
  top: -12px;
  left: 250px;
}
.navigation ul.sf-menu ul {
  background: #144a9b;  /*background: #285a99;*/ /*background: #0d3168;*/
  padding: 12px 0;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 16px;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #b3cded;
  background: none;
  display: block;
  padding: 0 34px;
  text-decoration: none;
  -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 ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #e7c35a;
  color: #708418;
}
.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 {
  background: #e7c35a;
  color: #708418;
}
.navigation ul.sf-menu.sf-vertical {
  width: 250px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 250px;
  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: 252px;
}
.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: 62px;
  padding-bottom: 62px;
  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: 64px;
  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: 250px;
  top: 62px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.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 =======================*/
#feature-row {
  background: #285a99;
  color: #ffffff;
  text-shadow: none;
  padding-top: 33px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background-color: #5e8dd3;
  background: #5e8dd3;
  color: #ffffff;
  text-shadow: none;
  padding-top: 34px;
}
#maintop-row .row-container ul.item_list li a:after,
#maintop-row .row-container .categories-module li a:after,
#maintop-row .row-container .archive-module li a:after,
#maintop-row .row-container .item-list li a:after,
#maintop-row .row-container .mod-login .unstyled li a:after {
  background-color: #e7c35a;
  content: url(../images/template/list_after.png);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 27px;
  text-align: center;
  line-height: 24px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#maintop-row .row-container ul.item_list li a:hover,
#maintop-row .row-container .categories-module li a:hover,
#maintop-row .row-container .archive-module li a:hover,
#maintop-row .row-container .item-list li a:hover,
#maintop-row .row-container .mod-login .unstyled li a:hover {
  background: #e7c35a;
  color: #285a99;
  text-shadow: none;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  /*background: #95b315;*/
  background: #285a99;
  color: #ffffff;
  text-shadow: none;
  padding-top: 33px;
}
#content-row #component .item-list {
  max-width: 320px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 39px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  font: 900 14px/16px 'Open Sans', sans-serif;
  color: #ffffff;
  margin: 0 0 27px;
  text-transform: uppercase;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd a {
  color: #ffffff;
}
.item_info_dl dd a:hover {
  color: #798e1e;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
div.address,
div.phone {
  font: bold 14px/18px 'Open Sans', sans-serif;
  padding-top: 59px;
  letter-spacing: .5px;
}
div.address strong,
div.phone strong {
  display: block;
}
div.address b,
div.phone b {
  font-size: 24px;
  color: #22437c;
  letter-spacing: 2px;
  line-height: 28px;
}
div.address a,
div.phone a {
  color: #b3cf38;
  text-decoration: underline !important;
}
div.address a:hover,
div.phone a:hover {
  color: #ffffff;
}
#aside-right .mod-search,
#aside-left .mod-search,
#aside-right .mod-login,
#aside-left .mod-login,
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 30px;
}
#aside-right .mod-search.span3,
#aside-left .mod-search.span3,
#aside-right .mod-login.span3,
#aside-left .mod-login.span3,
#aside-right .moduletable.span3,
#aside-left .moduletable.span3 {
  margin-left: 0;
}
.moduletable .moduleTitle.type {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: none;
}
.mod-article-single .item__module {
  margin-bottom: 30px;
  overflow: hidden;
}
.mod-article-single .item__module .item_introtext span.type,
.mod-article-single .item__module .item_introtext time {
  display: block;
  font: 900 14px/18px 'Open Sans', sans-serif;
  color: #5e8dd3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contentBg {
  font: 900 14px/16px 'Open Sans', sans-serif;
  background: #22437c;
  color: #ffffff;
  text-shadow: none;
  letter-spacing: 1px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 14px 0 12px 16px;
  text-transform: uppercase;
}
.contentBg img.fleft {
  float: left;
  margin-right: 13px;
}
.mod-newsflash-adv.team .item_title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.mod-newsflash-adv.posts {
  position: relative;
}
.mod-newsflash-adv.posts:before {
  background-color: #e7c35a;
  border-top: 8px solid #d9b142;
  content: "";
  height: 101px;
  left: -100%;
  position: absolute;
  top: 0px;
  width: 300%;
}
.mod-newsflash-adv.posts .item {
  position: relative;
}
.mod-newsflash-adv.posts .item .item_title {
  margin-bottom: 16px;
}
.mod-newsflash-adv.posts .item .item_title span {
  display: inline;
}
.mod-newsflash-adv.posts .item .item_title a {
  display: block;
  border-top: 8px solid #d9b142;
  background: #e7c35a;
  color: #285a99;
  text-shadow: none;
  position: relative;
  margin: 0;
  padding: 33px 30px 16px 83px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.posts .item .item_title a:before {
  background-color: #5e8dd3;
  content: url(../images/template/title-icon1.png);
  height: 63px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mod-newsflash-adv.posts .item .item_title a:hover {
  border-color: #285a99;
  background: #5e8dd3;
  color: #e7c35a;
  text-shadow: none;
}
.mod-newsflash-adv.posts .item + .item .item_title a:before {
  content: url(../images/template/title-icon2.png);
}
.mod-newsflash-adv.posts .item + .item + .item .item_title a:before {
  content: url(../images/template/title-icon3.png);
}
.mod-newsflash-adv .dropcap {
  display: inline-block;
  font: 900 60px/50px 'Open Sans', sans-serif;
  background: #e7c35a;
  color: #285a99;
  text-shadow: none;
  margin-bottom: 11px;
}
.mod-newsflash-adv .item_title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 17px;
}
.mod-newsflash-adv .item_introtext p {
  padding-bottom: 12px;
}
.mod-newsflash-adv.drop .item {
  margin-bottom: 8px;
}
.mod-newsflash-adv.drop .readmore {
  color: #ffffff;
}
.mod-newsflash-adv.drop .readmore:hover {
  color: #6e830e;
}
.mod-newsflash-adv.title .item {
  margin-bottom: 40px;
}
.mod-newsflash-adv.title .item_title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 17px;
  overflow: hidden;
}
.mod-newsflash-adv.title .item_title span {
  clear: left;
  float: left;
}
.images {
  overflow: hidden;
  padding: 5px 0 0;
  width: 100%;
}
.images img {
  margin-bottom: 26px;
}
.images img.left {
  float: left;
  margin-right: 20px;
}
.images img.right {
  float: right;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -36px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 36px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  background-color: #839f08;
  margin-bottom: 30px;
  overflow: hidden;
}
.page-category__testimonials .item .item_title {
  margin: 0;
}
.page-category__testimonials .item .item_introtext blockquote:before {
  padding-bottom: 0;
}
.page-category__testimonials .item .item_img {
  margin-bottom: 0;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
  overflow: hidden;
}
blockquote:before {
  content: url(../images/template/blockquote_before.png);
  display: block;
  padding-bottom: 7px;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:after {
  content: url(../images/template/blockquote_after.png);
  display: inline-block;
  margin-bottom: -4px;
  vertical-align: bottom;
  margin-left: 10px;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-archive .item,
.page-item__blog .item,
.page-blog .item {
  margin-bottom: 30px;
}
.page-archive .item_published,
.page-item__blog .item_published,
.page-blog .item_published {
  display: inline-block;
  background: #9ebc20;
  color: #ffffff;
  text-shadow: none;
  font: 900 24px/35px 'Open Sans', sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-right: 5px;
}
.page-archive .item_published span,
.page-item__blog .item_published span,
.page-blog .item_published span {
  background-color: #798e1e;
  display: inline-block;
  min-width: 35px;
  text-align: center;
}
.page-item {
  padding-bottom: 30px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  /*background: #839f08;*/
  background: #285a99;
  color: #ffffff;
  text-shadow: none;
  padding-top: 32px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  padding-top: 32px;
}
#footer-wrapper .moduleTitle {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-transform: none;
}
#footer-wrapper .mod-menu .nav {
  margin: 0 0 30px;
}
#footer-wrapper .mod-menu .nav li {
  font-weight: bold;
  color: #758821;
  list-style: none;
  padding: 0 0 6px;
}
#footer-wrapper .mod-menu .nav li a {
  background: url(../images/template/fmarker.png) 0 -90px no-repeat;
  color: #192958;
  padding-left: 13px;
}
#footer-wrapper .mod-menu .nav li a:hover {
  background: url(../images/template/fmarker.png) 0 6px no-repeat;
  color: #ffffff;
}
#copyright {
  font: 900 14px/22px 'Open Sans', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#copyright .footer_logo {
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 5px;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #758821;
}

/*PAT*/
@import "YOUR_BOOTSTAP_MIXINS_PATH.less";

.articolicategoria {
    .box-sizing(content-box);
  border: none;
  font: normal 16px/1 Verdana, Geneva, sans-serif;
  background-color: #ffffff;
  color: #e7c35a;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
li.articolicategoria {
   color: #e7c35a !important;
 }

.blink {
  animation: blink 1.5s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

