/*--------------------------------------------------------------
# Stili di base per il sito Pluriball.com v1.3 24/04/2022
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #444444;
  overflow-x: hidden;
  background-color: #ecf0f1;
  box-shadow:0px 5px 10px #1c1c1c;;
}
#main  {
  background: #ffffff;
}
/*Flex Orders*/
/*BS4-Home-SectionTitle*/
#chisiamo {order: 1;}
/*BS4-Home-Features*/
#features {order: 2;}
/*BS4-HomeContent*/
#content {order: 6;}
/*BS4-InHomeNews*/
#homenews {order: 4;}
/*BS4-Home-Blocks*/
#homeblocks {order: 3;}
/*BS4-Home-Calltoaction*/
#calltoaction-home {order: 5;}
/*BS4-Testimonials*/
#testimonials {order: 7;}
/*BS4-HomeGallery*/
#gallery{order: 8;}

.content {padding-top:10px;} 
a {
  color: #006772;
}
a:hover {
  color: #31a1ad;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, span.heroh1, span.heroh2  {
  font-family: "Comfortaa", sans-serif;
}
h2 {
  color: #31a1ad;
  font-size: 28px;
  font-weight: 600;
}
h3 {
  color: #006772;
  font-size: 28px;
  font-weight: 600;
}
h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #006772;
}
h1.pagetitle span {
  border-bottom: 4px solid #F28A03;
}
h1.pagetitle {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #006772;
}
h1.pagetitle span {
  border-bottom: 4px solid #F28A03;
}
/*--------------------------------------------------------------
# Back to top 
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #383838;
  color: #fff;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #31a1ad;
  color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #f6f9fa!important;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-bottom:3px solid #006772;
}
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  max-height: 60px;
}
@media (max-width: 768px) {
  #header .logo img {
  max-height: 40px;
}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

span.sitename a {
  color: #2a3855;
  margin-left: 14px;
  padding: 10px 10px 14px 10px;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  font-family: "Comfortaa", sans-serif;
}
span.sitelogo {
  margin-right: 8px;
  display: inline-block;
}
span.sitename span.colored {
  color: #006772;
}
@media (max-width: 768px) {
  span.sitename a {
  margin-left: 8px;
  padding-top: 10px;
  font-size: 18px;
}
span.sitelogo {
  margin-right: 4px;
  display: inline-block;
}
}
.nav-menu, .nav-menu * {
  margin: 3px 0 0 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #383838;
  padding: 8px 12px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
  font-family: "Comfortaa", sans-serif;
  margin-left:2px;
  margin-bottom:8px;

   background-color: #f6f9fa;
   border-radius: 1em;
   border:0px solid #ffffff;

}
/*active here*/
.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.here > a {
  color: #006772;
  text-decoration: none;


background-color: #ffffff;
border-radius: 1em;
border:0px solid #0269b6;


}
.nav-menu li.active.odd a, .nav-menu li.active.even a{
  color: #006772;
  text-decoration: none;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-top:3px solid #ffffff;
  border-radius: 1em;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: calc(100% - 0px);
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  background-color: transparent;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #383838;
  font-weight: 700;
  margin-left:0px;
  margin-bottom:0px;
  border:0;
  border-radius:0;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #006772;
  background: #f6f9fa;
  border-bottom:0;
  border-radius:0;
}
.nav-menu .drop-down > a:after {
  content: "\ea6b";
  font-family: IcoFont;
  padding-left: 2px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\ea6d";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: #f6f9fa;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  border-radius: 4px;
}
.mobile-nav-toggle i {
  color: #006772;
}
.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #ffffff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #383838;
  padding: 10px 20px;
  font-weight: 700;
  outline: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #006772;
  text-decoration: none;
  background: #f8f9fa;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(33, 38, 42, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #006772;
}

/*------Top Bar ----------------------*/
.topbar-v1 {
	background: #006772;
	border-bottom: solid 1px #005761;
	font-family: "Comfortaa", sans-serif;
}
.topbar-v1 a {
	color: #fdfdfd;
}
.topbar-v1 a:hover, .topbar-v1 .top-v1-items a:hover i.icofont {
	color: #f2f208;
}
.topbar-v1 ul {
	margin: 0;
}
.topbar-v1 .top-v1-items li {
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	margin-right: 0px;
	display: inline-block;
	font-weight: lighter;
}
.topbar-v1 .top-v1-items i.icofont {
	color: #ffffff;
	font-size: ;
	margin-right: 3px;
	padding-top: 5px;
}

li.top-v1-items-r  {
	border-left: solid 1px #005761;
}
li.top-v1-items-l{
	border-right: solid 1px #005761;
}
/*Responsive Topbar v1*/

@media (max-width: 992px) {
	.topbar-v1 ul {
		float: left !important;
	}
.topbar-v1 .top-v1-items {
	margin: 14px 0 10px 0;
}
	.topbar-v1 .top-v1-data li {
		top: 1px;
		padding: 6px 16px;
		margin-left: -5px;
		position: relative;
		border: solid 1px #eee;
	}	
	.topbar-v1 .top-v1-items li, .topbar-v1 .top-v1-items i.icofont {
		font-size: 16px;
		font-weight: lighter;
}
}


.subhead {padding-top:10px; background-color: #f6f9fa;}
/*------------------------------
#tabs
----------------------------------*/
.tab-pane {border-top:1px solid #2A3855;}
.nav-pills .nav-link {color: #737373;}
.nav-pills .nav-link:hover {color: #2A3855;}
.nav-pills .nav-link.active {background: #0071C2;border-radius:0;} 
.nav-pills .nav-link.active:hover {color: #fff; background: #2A3855;border-radius:0;}


/*--------------------------------------------------------------
# Hero Banner immagine testata
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 50vh;
  background: url("../assets/images/default/pluriball-hero-1140.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 0;
  border-bottom:3px solid #006772;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  z-index: 2;
        text-align:center;
}
#hero span.heroh1, #hero-int span.heroh1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #006772;
  display:block;
}
#hero span.heroh1 span, #hero-int span.heroh1 span {
  border-bottom: 4px solid #2A3855;
}
#hero span.heroh2, #hero-int span.heroh2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
  color: #383838;
  display:block;
}
#hero .btn-get-started {
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #2A3855;
  background: #0071C2;
  text-transform: uppercase;
}
#hero .btn-get-started:hover {
  background: #2A3855;
}
@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 768px) {
  #hero span.heroh1, #hero-int span.heroh1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero span.heroh2, #hero-int span.heroh2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
#hero-int {
  width: 100%;
  height: 20vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}
#hero-int:before {
  content: "";
  background: rgba(56, 64, 70, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero-int .container {
  z-index: 2;
}

/*features row*/
.features-icons-icon i, .features-icons-title {color:#ffffff}
.features-icons-icon a {margin:auto; color:#ffffff}
.features-icons-icon a:hover i {color:#0269b6}
/*--------------------------------------------------------------
# Sezione generale
--------------------------------------------------------------*/

section {
  padding: 60px 0;
}
.section-bg {
  background-color: #FFF;
}
.section-bg-bluscuro {
  background-color: #00224F;
}
.section-bg-white {
  background-color: transparent;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h1 {
  color: #006772;
}
.section-title h2 {
  color: #31a1ad;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title p {
  margin-bottom: 0;
}
section#content {
  padding: 30px 0 100px 0;
}
/*--------------------------------------------------------------
# Cosa facciamo (Title section)
--------------------------------------------------------------*/
.chisiamo .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.chisiamo .icon-box .icon {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background: #F2F2F1;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.chisiamo .icon-box .icon i {
  color: #2A3855;
  font-size: 45px;
}
.chisiamo .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.chisiamo .icon-box h4 a {
  color: #384046;
  transition: ease-in-out 0.3s;
}
.chisiamo .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.chisiamo .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}
.chisiamo .icon-box:hover h4 a, .chisiamo .icon-box:hover .icon i {
  color: #2A3855;
}
/*--------------------------------------------------------------
# Sezioni about (Box section)
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}
.about h3 {
  font-size: 32px;
}
.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.about ul li + li {
  margin-top: 10px;
}
.about ul li {
  position: relative;
  padding-left: 26px;
}
.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #2A3855;
}
.about .icon-boxes {
  padding-top: 10px;
}
.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.about .icon-boxes i {
  font-size: 48px;
  color: #2A3855;
}
.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}
/*--------------------------------------------------------------
# Marchi
--------------------------------------------------------------*/

div#marchi {background-color: #F2F2F1;
text-align: center;}

/*--------------------------------------------------------------
# Servizi
--------------------------------------------------------------*/
/*
.services .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}
.services .icon-box i {
  float: left;
  color: #2A3855;
  font-size: 40px;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}
.services .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}
.services .icon-box:hover h4 a {
  color: #2A3855;
}*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.bread{padding:1em 1em 0 0; align-items: end;}
.breadcrumbs {padding: 0px 0px;margin-bottom: 0px;list-style: none; background:none; font-size:0.8em;}
.breadcrumbs ul{list-style:none; margin:0 0 1em 0; padding:0;background:none;}
.breadcrumbs ul li {padding-left:1em; color:#383838;}
.breadcrumbs ul li:before{font-family: IcoFont; content:'\eaa0'; padding-bottom: 2em;  position:absolute; line-height:1.8em; margin-left:-1em;}
.breadcrumbs ul li:first-child:before{content:'';}
.breadcrumbs ul li a {color:#383838;}
.breadcrumbs ul li a:hover{color:#383838;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 14px;
  background: #F2F2F1;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #006772;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Comfortaa", sans-serif;
  color: #B9C8DC;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #FFF;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer  a {
  color: #ffffff;
}
#footer  a:hover {
  color: #f2f208;
}
.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #31a1ad;
  color: #ffffff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social-links a:hover {
  background: #444444;
  color: #ffffff;
  text-decoration: none;
}
#footer .subfooter {
  background: #006772;
  color: #ffffff;
  text-decoration: none;
}
#footer .subfooter a{
  color: #ffffff;
  text-decoration: none;
}
#footer .subfooter a:hover{
  color: #f2f208;
  text-decoration: none;
}
#footer span.sitename {
  color: #ffffff;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  font-family: "Comfortaa", sans-serif;
}
#footer span.sitelogo {
  margin-right: 8px;
  display: inline-block;
}
#footer span.sitename span.bluetext {
  color: #444444;
}
/* DEFAULT CLASSES styles*/ 
.btn-custom {
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  text-transform: uppercase;
}
.btn-default {
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #FFF;
  background: #006772;
  text-transform: uppercase;
}
.btn-default:hover {
  background: #31a1ad;
  color: #fff;
}
.btn-custom {
  background: #31a1ad;
  color: #ffffff;
}
.btn-custom:hover {
  background: #006772;
  color: #ffffff;
}
.btn {
  border-radius: 4px!important;
}
.item-center 
{margin: 0 auto 20px auto}
/* text colors*/
.text-color-primary {color: #2A3855 }
.text-color-secondary {color: #F28A03 }
/* background colors*/
.bg-color-primary {background: #2A3855; color:#FFF; padding:0.4em;}
.bg-color-secondary {background: #F28A03; color:#FFF; padding:0.4em;}
/* alerts*/
.alert-primary {background: #CCE5FF;} 
.alert-secondary {background: #FCD303; border-color:#f5cd00 }
.cardnews, .list-cardnews {
   background: #fff;

  border: 1px solid #eee;

  -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.2); }
.cardnews:hover, .list-cardnews:hover {
  background: #fff;

  -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.5); }
.cardnews h3 {
    font-size: 18px; }

.cardnews-content{height: calc(100vh /6.5);}

.list-cardnews-content{height: calc(100vh /6.2);}

.badge-news {background-color: #dedede; color: #ffffff}
.badge-news:hover {background-color: #383838; color: #ffffff}
/*bottom borders titoli*/



/***** call to action *****/

.bs-calltoaction{
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.2);
}
.bs-calltoaction:hover{
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.5);
}
.bs-calltoaction > .row{
        display:table;
        width: calc(100% + 30px);
}     
.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
float:none;
display:table-cell;
vertical-align:middle;
}
.cta-contents{
padding-top: 10px;
padding-bottom: 10px;
}
.cta-title{
margin: 0 auto 15px;
padding: 0;
}
 .cta-desc{
padding: 0;
}
.cta-desc p:last-child{
margin-bottom: 0;
}
.cta-button{
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 991px){
.bs-calltoaction > .row{
display:block;
width: auto;
}

.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
float:none;
display:block;
vertical-align:middle;
position: relative;
}
.cta-contents{
text-align: center;
}
}

.bs-calltoaction.bs-calltoaction-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.bs-calltoaction.bs-calltoaction-primary{
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.bs-calltoaction.bs-calltoaction-info{
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.bs-calltoaction.bs-calltoaction-success{
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.bs-calltoaction.bs-calltoaction-warning{
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger{
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn{
    border-color:#fff;
}
 

/*custom bg*/
.bg-colore1 {
background-color: #006772; 
}
.bg-colore2 {
background-color: #006772; 
}
.bg-colore3 {
background-color: #31a1ad; 
}
/*default bg*/
.bg-grey {
background-color: #f6f9fa; 
color:#444444; 
}
.bg-darkgrey {
background-color: #444444; 
}
.bg-black {
background-color: #000000; 
}
.bg-orange {
background-color:#ff6600;	
}
.bg-green {
background-color:#74be4f;	
}
.bg-blue {
background-color:#248bfb;	
}
.bg-red {
background-color: #d54346;	
}
.bg-pink {
background-color: #f17d80;	
}
.bg-purple {
background-color: #9e82aa;	
}
.bg-yellow {
background-color: #f2f208;	
color:#444444;
}
/*bs bg*/
.bg-primary, .bg-secondary, .bg-success, .bg-danger, .bg-dark, .bg-colore1, .bg-colore2, .bg-colore3, .bg-darkgrey, .bg-black, .bg-orange, .bg-green, .bg-blue, .bg-red, .bg-pink,
.bg-primary h3, .bg-secondary h3, .bg-success h3, .bg-danger h3, .bg-dark h3, .bg-colore1 h3, .bg-colore2 h3, .bg-colore3 h3, .bg-darkgrey h3, .bg-black h3, .bg-orange h3, .bg-green h3, .bg-blue h3, .bg-red h3, .bg-pink h3
{color:#FFFFFF;}

.bg-warning {color:#444444;}
.bg-light {color:#444444; background-color: #f8f9fa!important;}
.bg-white {color:#444444;}
.bg-dark {background-color: #343a40!important;}

.fltr_count .badge .green {
background-color:#74be4f;	
color:#FFFFFF!important; 
}
div#bk-iframe{
margin-left:auto; 
margin-right:auto;
overflow-y: scroll;
overflow-x: hidden;
}

.text-default {color:#006772; }
.pagination {
display: inline-block;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}
.pagination a.active, b.current {
float: left;
padding: 8px 16px;
text-decoration: none;
background-color: #006772;
color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;}
a.mousepointer {
  cursor: pointer;
}
.autore {
color:#666666;}
/*iubenda*/

/*news and image settings*/
.news-border {border-radius: 0.25em!important;}
.blocksimg-border {border-radius: 0.25em!important;}
.mainimg-border {border:1px solid #dedede; border-radius: 0.25em!important;}
.newsimg-border {border:0px solid #dedede; border-radius: 0.25em 0 0 0.25em!important;}
.gallimg-border {border:1px solid #dedede; border-radius: 0.25em!important;}

.newsimg-holder {background-color: #ffffff; border-radius: 0.25em 0 0 0.25em; overflow:hidden;}
.blocksimg-holder {background-color: #ffffff; border-radius: 0.25em; overflow:hidden;}
.gallimg-holder {background-color: #ffffff; border-radius: 0.25em; overflow:hidden;}
/* Image filters*/
.photo-hover-scale{-moz-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}
.photo-hover-scale:hover{transform: scale(1.2);}

.photo-hover-rotate-scale{-moz-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}
.photo-hover-rotate-scale:hover{transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform: scale(1.2) rotate(2deg);}

.photo-hover-opacity-reverse-scale{-moz-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}
.photo-hover-opacity-reverse-scale:hover{opacity: 0.6;transform: scale(1.2);}

.photo-hover-saturate-scale{-moz-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease; filter: saturate(100%)}
.photo-hover-saturate-scale:hover{filter: saturate(200%);transform: scale(1.2);}

.photo-hover-blur-scale{-moz-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease; filter: saturate(100%)}
.photo-hover-blur-scale:hover{filter: blur(3px);transform: scale(1.2);}

.photo-hover-contrast-scale{-moz-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease; filter: saturate(100%)}
.photo-hover-contrast-scale:hover{filter: contrast(150%);transform: scale(1.2);}

.photo-hover-saturate {
	filter: saturate(100%);
	transition: all 0.4s ease-in-out;
}
.photo-hover-saturate:hover {
	filter: saturate(200%);
    transition: all 0.4s ease-in-out;
} 
.photo-hover-opacity {
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}
.photo-hover-opacity:hover {
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.photo-hover-opacity-reverse {
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.photo-hover-opacity-reverse:hover {
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}
.photo-hover-hue:hover {
	filter: hue-rotate(180deg) saturate(2);
	transition: all 0.4s ease-in-out;
}
.photo-hover-blur:hover {
   filter: blur(3px);
   transition: all 0.4s ease-in-out;
}
.photo-hover-contrast:hover {
   filter: contrast(200%);
   transition: all 0.4s ease-in-out;
}
.photo-hover-brightness {
   filter: brightness(0.95);
   transition: all 0.4s ease-in-out;
}
.photo-hover-brightness:hover {
   filter: brightness(1.1);
   transition: all 0.4s ease-in-out;
}
.photo-hover-darkness:hover {
   filter: brightness(0.80);
   transition: all 0.4s ease-in-out;
}
