.slick-next {
    right: -5px;
}
.slick-prev {
    left: -5px;
}

.nav--sticky {
    height: 138px;
}
.logo img{
    width: 150px;
    padding-top: 5px;
}
.nav__menu > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #4cc343;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav__menu > li > a:hover {
    color: #47c349;
}
.featured-posts-grid__item--lg .entry__title {
    font-size: 32px;
    line-height: 1.3;
    /*height: 162px;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #52900b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ultimi_annunci .entry__title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 3px;
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ultimi_annunci .card__body{
	min-height: 290px;
}
.ultimi_annunci .entry__excerpt p {
    margin-bottom: 0;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card__img-holder {
	position: relative;
	display: block;
	height: 356px;
}
.card__img-holder img{
	display: inline-block;
    width: auto; 
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ultimi_annunci .card__img-holder {
	height: 170px;
}
.top-bar {
    background-color: #52900b;
}
.trending-now__label {
    background-color: #55b843;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    padding: 0 16px;
    line-height: 36px;
    height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    float: left;
}
.nav--sticky.sticky {
    position: fixed;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    height: 138px;
    top: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 120;
}
 .box-banner{
          overflow: hidden;
          position: relative;
      }
      .banner-action {
          padding: 80px 0;
      }
      .banner {
          position: absolute;
          left: 0;
          top: 0;
          width: calc(100% + 150px);
          height: calc(100% + 150px);
          will-change: transform;
          -webkit-animation: bgPos 100s linear infinite;
          animation: bgPos 100s linear infinite;
          -webkit-transform: translate3d(-75px,-75px,0) rotate(0.001deg);
          transform: translate3d(-75px,-75px,0) rotate(0.001deg);
          background-position: 50% 50%;
          z-index: -1;
      }
      -webkit-keyframes bgPos {
          25% {
              -webkit-transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
              transform: translate3d(-150px, -150px, 0) rotate(0.001deg)
          }
          75% {
              -webkit-transform: translate3d(0, 0, 0) rotate(0.001deg);
              transform: translate3d(0, 0, 0) rotate(0.001deg)
          }
      }
      @keyframes bgPos {
          25% {
              -webkit-transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
              transform: translate3d(-150px, -150px, 0) rotate(0.001deg)
          }
          75% {
              -webkit-transform: translate3d(0, 0, 0) rotate(0.001deg);
              transform: translate3d(0, 0, 0) rotate(0.001deg)
          }
      }
.footer .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    font-weight: 700;
    color: #fff;
}
.footer .widget_nav_menu a{
	color: #fff;
}
.footer .post-list-small__entry-title a {
    color: #ffffff;
}

.credits_link{
 color: #38B5E6 !important;
 font-weight: 700;
 font-family: sans-serif;
}

.credits_link:hover{
 color: #fff !important;
}

 .credits_link:before{
  content: "";
  vertical-align: middle;
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
 }

  .credits_link:hover:before{
   transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
  }

  /*.slick-slide img {
    height: 356px;
    display: block;
    object-fit: cover;
}*/
	.slick-slide > img {
		height: 356px;
		display: block;
		object-fit: cover;
	}
.sidebar .widget {
    margin-bottom: 40px;
    background-color: rgb(197, 237, 206);
    padding: 32px;
    border: 1px solid #E3E4E8;
}
.calendar, .calendar_weekdays, .calendar_content {
    max-width: 300px;
}
.calendar {
    margin: auto;
    font-family:'Muli', sans-serif;
    font-weight: 400;
}
.calendar_content, .calendar_weekdays, .calendar_header {
    position: relative;
    overflow: hidden;
}
.calendar_weekdays div {
    display:inline-block;
    vertical-align:top;
}
.calendar_weekdays div, .calendar_content div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #6f6f6f;
    font-size: 14px;
}
.calendar_content div {
    border: 1px solid transparent;
    float: left;
}
.calendar_content div:hover {
    border: 1px solid #dcdcdc;
    cursor: default;
}
.calendar_content div.blank:hover {
    cursor: default;
    border: 1px solid transparent;
}
.calendar_content div.past-date {
    color: #d5d5d5;
}
.calendar_content div.today {
    font-weight: bold;
    font-size: 14px;
    color: #87b633;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.calendar_content div.selected {
    background-color: #f0f0f0;
}
.calendar_header {
    width: 100%;
    text-align: center;
}
.calendar_header h2 {
    padding: 0 10px;
    font-family:'Muli', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    float:left;
    width:70%;
    margin: 0 0 10px;
}
button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: #dcdcdc;
    float: left;
    width:15%;
    transition: color .2s;
}
button.switch-month:hover {
    color: #87b633;
}
.newsticker-button:hover {
    background-color: #c5edce;
    color: #fff;
    border-color: transparent;
}
.top-bar {
    background-color: #ffd32d;
}
.top-bar .social {
    color: #55b843;
    font-size: 24px;
    margin-right: 35px;
}
.title-wrap--line {
    border-top: 3px solid #fff;
    padding-top: 32px;
}
.social-whatsapp {
    background-color: #4cc343;
}
.social-linkedin{
  background-color: #0077B5;
}
.nav__menu > li > a {
    font-family: "Source Sans Pro", sans-serif;
    color: #171821;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 14px;
    display: block;
    position: relative;
    line-height: 17px;
}
.bg-light {
    background-color: rgb(255, 211, 45);
}
.box-sponsor{
    display: block;
    height: 150px;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}

.box-sponsor img {
    display: inline-block;
    width: auto; 
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: #ffffff;
    float: left;
    width: 15%;
    transition: color .2s;
}
.post-list-small__entry-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: 35px;
}
.multiple-items .slick-slide img{
  height: 150px;
  display: table;
  margin: 0 auto;
  object-fit: contain; 
  padding: 1px;
}

.cat_il_centro .entry__meta-category--label,.cat_il_centro .widget-link, .cat_il_centro .link_page a, .cat_il_centro .entry__meta-category--label, .cat_il_centro .breadcrumbs, .cat_il_centro .pagination__page--current, .cat_il_centro .pagination__page:not(span):hover{
  background-color: #E65100!important;
}
.cat_il_centro .link-esterni a, .cat_il_centro .title-page a:hover, .cat_il_centro .widget-link .fas{
    color: #ffffff;
    margin-left: 10px;
}
.cat_san_filippo_neri .entry__meta-category--label,.cat_san_filippo_neri .widget-link, .cat_san_filippo_neri .link_page a, .cat_san_filippo_neri .entry__meta-category--label, .cat_san_filippo_neri .breadcrumbs, .cat_san_filippo_neri .pagination__page--current, .cat_san_filippo_neri .pagination__page:not(span):hover{
  background-color: #55acee!important;
}
.cat_san_filippo_neri .link-esterni a, .cat_san_filippo_neri .title-page a:hover, .cat_san_filippo_neri .widget-link .fas{
  color: #ffffff;
}
.cat_attivita_religiose .entry__meta-category--label,.cat_attivita_religiose .widget-link, .cat_attivita_religiose .link_page a, .cat_attivita_religiose .entry__meta-category--label, .cat_attivita_religiose .breadcrumbs, .cat_attivita_religiose .pagination__page--current, .cat_attivita_religiose .pagination__page:not(span):hover{
  background-color: #3E3EDD!important;
}
.cat_attivita_religiose .link-esterni a, .cat_attivita_religiose .title-page a:hover, .cat_attivita_religiose .widget-link .fas{
  color: #ffffff;
}
.cat_attivita_sportive .entry__meta-category--label,.cat_attivita_sportive .widget-link, .cat_attivita_sportive .link_page a, .cat_attivita_sportive .entry__meta-category--label, .cat_attivita_sportive .breadcrumbs, .cat_attivita_sportive .pagination__page--current, .cat_attivita_sportive .pagination__page:not(span):hover{
  background-color: #F44336!important;
}
.cat_attivita_sportive .link-esterni a, .cat_attivita_sportive .title-page a:hover, .cat_attivita_sportive .widget-link .fas{
  color: #ffd32d;
}
.cat_manifestazioni .entry__meta-category--label,.cat_manifestazioni .widget-link, .cat_manifestazioni .link_page a, .cat_manifestazioni .entry__meta-category--label, .cat_manifestazioni .breadcrumbs, .cat_manifestazioni .pagination__page--current, .cat_manifestazioni .pagination__page:not(span):hover{
  background-color: #4cc343!important;
}
.cat_manifestazioni .link-esterni a, .cat_manifestazioni .title-page a:hover, .cat_manifestazioni .widget-link .fas{
  color: #4cc343;
}
.cat_news .entry__meta-category--label,.cat_news .widget-link, .cat_news .link_page a, .cat_news .entry__meta-category--label, .cat_news .breadcrumbs, .cat_news .pagination__page--current, .cat_news .pagination__page:not(span):hover{
  background-color: #8fc38b!important;
}
.cat_news .link-esterni a, .cat_news .title-page a:hover, .cat_news .widget-link .fas{
  color: #ffffff;
  margin-left: 10px;
}
.cat_gallery .entry__meta-category--label,.cat_gallery .widget-link, .cat_gallery .link_page a, .cat_gallery .entry__meta-category--label, .cat_gallery .breadcrumbs, .cat_gallery .pagination__page--current, .cat_gallery .pagination__page:not(span):hover{
  background-color: #9daeaa!important;
}
.cat_gallery .link-esterni a, .cat_gallery .title-page a:hover, .cat_gallery .widget-link .fas{
  color: #9daeaa;
}
.cat_home .link_page a{
  background-color: #55b843;
}
.entry__title:hover a {
    color: #55b843;
}
.link-esterni li{
  line-height: 30px;
}
.breadcrumbs {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 40px 20px;
    border-radius: 65px;
    color: #fff;
    text-transform: uppercase;
}
.breadcrumbs__url {
    color: #ffffff;
}
.breadcrumbs__item {
    display: inline-block;
    font-size: 20px;
}
.bcover{
  display: block;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-page{
  height: 400px;
}
.img-page.dett{
  height: 600px;
}
.single-item.slick-article a{
    display: block!important;
    height: 300px!important;
    position: relative!important;
}
.single-item.slick-article img {
  margin: 0 auto;
}
.cat_il_centro .slick-next {
    right: -5px;
}
.cat_il_centro .slick-prev {
    left: -5px;
}
.title-page{
    font-size: 24px;
    line-height: 1.4;
    margin-top: 3px;
    margin-bottom: 5px;
}
.single-article{
  margin-bottom: 30px;
}
.content-article p{
  display: block;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .btn_showsidebar {
    margin: 10px auto;
    display: none;
    max-width: 240px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1000;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}
.close_sidebar{
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
    width: 32px;
    background-color: #dc3522;
    border-radius: 30px;
    display: none;
    position: fixed;
    right: 0;
    margin-top: 10px;
    color: #fff;
}

   @media screen and (max-width: 1257px) {
    .widget-link {
    background-image: url(../images/texture-pasta.jpg);
    background-size: cover;
    background-position: center center;
    height: 1200px;
    height: 100vh;
    /* width: 100%; */
    padding: 25px;
}
.btn_showsidebar{
    display: block;
}

.close_sidebar{
    display: block;
}

html.opened_sidebar{
    overflow: hidden;
}

.side-bar{
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 0;
    transform: translateX(-100%);
    transition: all 350ms ease;
}

html.opened_sidebar .side-bar{
    transform: translateX(0%);
}

.side-menu{     
    overflow-y: auto;
    /*height: calc( 100vh - 60px);*/
}
}
.content-box {
    background-color: #f7f7f7;
    padding: 40px;
}
.widget-link{
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  padding: 35px 20px;
  background-color: #fff;
}
.widget-link a{
  color: #fff;
  font-size: 17px;
}
.widget-link li{
  margin-bottom: 8px;
}
.widget-link .active a, .widget-link a:hover{
  color: #fff;
  border-bottom: solid 1px;
}
.widget-link h3{
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
}
.box-gallery:hover:before {
  opacity: 0.85;
  z-index: 1;
  height: 130px;
  bottom: 0;
}
.box-gallery:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
}
.box-gallery {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ti {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20%;
    padding: 0 30px 10px 60px;
    opacity: 0;
}
.box-gallery:hover .ti {
    bottom: 0;
    opacity: 1;
    z-index: 2;
}
.ti > h4 {
    font-size: 22px;
    color: #000;
    margin: 5px 0 10px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ti > p {
    color: #bcbcbc;
}
:before{
  transition: all .3s linear;
}
.contact-us h5, .contact-us h6{
  color: #0b5c98;
  font-weight: 500;
}
input[type="checkbox"]{
    display: block;
    height: 14px;
    border: 1px solid #E3E4E8;
    background-color: #fff;
    width: 100%;
    margin-bottom: 0;
    padding: 0 12px;
    -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.privacy p{
      font-size: 14px;
    color: #54555E;
    font-weight: normal;
    line-height: 21px;
    margin: 0 0 10px;
}
.contact-us h1{
  font-size: 40px;
  color: #2d95e3;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.contact-us hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #cbddea;
}
.copyright {
    color: #ffffff;
    display: inline-block;
    font-size: 16px !important;
}
.nav__search-box {
    width: 390px;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 15px 20px;
    background-color: #ffe12e;
    display: none;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    margin-top: -12px;
}
.btn-color {
    background-color: #4cc343;
}
.link_page a{
    text-transform: uppercase;
    display: table;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
}

.sponsor .slick-slide > div > div{
	display: block;
	height: 300px;
	position: relative;
	background-color: rgba(255,255,255,0.2)	
}
	.sponsor .slick-slide > div > div img{
		 display: inline-block;
		width: auto; 
		height: auto;
		max-width: 90%;
		max-height: 90%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

.footer .logo__img {
    max-height: 160px;
}
.videoH .card__img-holder {
	height: 180px;
	position: relative;
}
	.videoH .card__img-holder .thumb-container{
		display: inline-block;
		width: 100%; 
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.videoH .card__img-holder .thumb-container iframe{
		width: 100%;height: 100%;
	}
.slick-prev, .slick-next {
    z-index: 111;
}

#exampleSlider {
    position: relative;      /* recommended */
}
#exampleSlider .MS-content {
    white-space: nowrap;     /* required */
    overflow: hidden;        /* required */
    margin: 0 5%;            /* makes room for L/R arrows */
}
#exampleSlider .MS-content .item {
    display: inline-block;   /* required */
    width: 33.333%;             /* required * Determines number of visible slides */ 
    position: relative;      /* required */
    vertical-align: top;     /* required */
    overflow: hidden;        /* required */
    height: 300px;            /* recommended */
    white-space: normal;     /* recommended */
    margin: 0 10px;
}
#exampleSlider .MS-content .item img {
    display: inline-block;
    width: auto; 
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#exampleSlider .MS-controls button {
    position: absolute;      /* recommended */
    top: 35px;
}
#exampleSlider .MS-controls .MS-left {
    left: 10px;
    display: none;
}
#exampleSlider .MS-controls .MS-right {
    right: 10px;
    display: none;
}
@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1200px) {

  	.d-lg-block {
		display: none!important;
	}
	.logo {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 48px;
		line-height: 48px;
		text-align: center;
		margin-top: 15px;
	}
		.logo img {
			width: 127px;
		}
}

@media screen and (max-width: 768px) {

  .slick-prev, .slick-next{
    opacity: 0;
  }
  .title-page {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 3px;
    margin-bottom: 5px;
}
.box-banner {
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}
	.nav-icon-toggle {
		margin-top: 20px;
	}
	.videoH .card__img-holder {
		height: 200px;
	}
}

@media screen and (max-width: 425px) {

  h6 {
    font-size: 15px;
	}
	  .content-box {
		background-color: #f7f7f7;
		padding: 20px;
	}
	.breadcrumbs {
		padding: 10px 20px;
	}
	.breadcrumbs__item {
		font-size: 12px;
	}

}
@media screen and (max-width: 320px) {}

@media screen and (max-width: 900px) and (min-width: 600px) {}