/*	background-color: #10a0d5; /* blu chiaro */
/*	background-color: #07489d; /* blu scuro */


.border {
	border: 1px solid #f00;
}

body {                                                                                                                                                                                
	background: url("../images/bkg.jpg") no-repeat center center fixed;
	#background-image: -moz-linear-gradient(top, rgba(100, 131, 208, 1.5), rgba(0, 0, 0, 0)), url("../images/cover-test.jpg");
	#background-image: -webkit-linear-gradient(top, rgba(100, 131, 208, 0.5), rgba(0, 0, 0, 0)), url("../images/cover-test.jpg");
	#background-image: -ms-linear-gradient(top, rgba(100, 131, 208, 0.5), rgba(0, 0, 0, 0)), url("../images/cover-test.jpg");
	#background-image: linear-gradient(top, rgba(100, 131, 208, 0.5), rgba(0, 0, 0, 0)), url("../images/cover-test.jpg");
	background-size: cover;
	color: #000;
}

h1 {
	font-size: 2.5em;
	margin-bottom: 1.22em;
	line-height: 1.4em;
}

h2 {
	font-size: 2em;
}


div#footer-wrapper h3, div#footer-wrapper p, div#footer-wrapper strong {
	color: #fff;
	#background-color: #f7f7f7;
}
div#footer-wrapper {
	background-color: rgba(7,72,157,0.7);
	#background-color: #07489d;
}

h2.footer {
	color: #fff;
}


#parallax-wrapper {
	/*height: 350px;*/
	/* background-color: #eee; */
	background-image: url(../../../public/tpl/images/sablab-chiaro.jpg);
	margin-top: 30px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

img.mainlogo {
	max-width: 400px;
	padding: 0px 10px;
}

    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        background: #07489d;
}

#copyright {
	color: #fff;
}

/* EFFETTO HOVER HOMEPAGE */

.hovertop2 {
	position: relative;
	border-radius: 50%;
	margin: 0 auto;
	max-width: 200px;
	border: 8px solid #07489d;
}

.hovertop2 img {
}

.hovertop {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
background: transparent;
	border-radius: 50%;
}

.hovertop .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovertop:hover {
	background: #07489d !important;
	transition: background 0.35s ease-in-out;
}

.hovertop img {
  display: block;
  position: relative;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-0px,0,0);
  transform: translate3d(-0px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	max-width: 350px;
}

.hovertop:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovertop h2 {
visibility: hidden;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovertop h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovertop:hover h2:after, 
.hovertop:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
	visibility: visible;
}

.hovertop a, .hovertop p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovertop:hover a, .hovertop:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
background: #10a0d5;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect:hover {
	background: #07489d !important;
	transition: background 0.35s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
visibility: hidden;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after, 
.hovereffect:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
	visibility: visible;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* FINE EFFETTO HOMEPAGE */

.continua {
	background: #ddd; 
	padding: 8px;
	text-decoration:none;
	color: #07489d !important;
	border-radius: 4px;
}

.continua:hover {
	background: #fff;
}

.continuatop {
	text-transform: uppercase;
	text-decoration: none;
	background: #ddd;
	font-weight: bold;
	font-size: 0.7em;
	padding: 5px;
}

div.servizi {
	border: 0px solid #f00;
}

div.hovereffect img {
	max-width: 200px;
}


/* FORM CONTATTI */
input, textarea {
	border: 1px solid #a7a7a7 !important;
}

label {
	font-size: 1em !important;
	margin-bottom: 0px !important;
}

.error p {
	margin: 5px;
	padding: 0px 15px;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	border-radius: 4px;
	font-size: 0.9em;
}

.alert {
	border: 1px solid #d7d7d7;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
}

.alert h3 {
	border-bottom: 1px solid #c3e6cb;
	color: #155724;
	margin-bottom: 0px;
}

/* form contatti */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-bottom: 10px;
	border: 1px solid #a7a7a7;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:150%;
    width:100%;
    position:absolute;
}

.indirizzo div {
	text-align: center;
	font-size: 1.2em;
}

.txt_contatti {
	font-weight: 800;
	color: #444;
}

/* checklist per pagine servizi */

ul.checklist {
  list-style: none;
  padding: 0;
}
ul.checklist li {
  padding-left: 1.3em;
	font-size: 1.3em;
}
ul.checklist li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
	font-size: 1.5em;
	color: #080;
}
ul.checklist h3 {
	display: inline;
}

ul.checklist li.special:before {
  content: "\f06a"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
	font-size: 1.5em;
	color: #a00;
}
ul.checklist li.special h3 {
	color: #a00;
}

ul.orizzontale li {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	background-color: #f4f4f4;
}

ul.orizzontale li:before {
	margin: 0px;
}

ul.bordo li {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.dimensione_ridotta {
	font-size: 0.8em !important;
}

.center {
	text-align: center;
	display:block;
}

/* image */

.image.left {
	margin: 0 2em 0 0;
}
.image.right {
	margin: 0 0 0 2em;
}
.image.thumbnail {
	border: 5px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 4px rgba(0,0,0,0.1);
}

@media screen and (max-width: 780px) {

	.image.left {
		float: none;
		margin: 0px;
	}

	.image.right {
		float: none;
		margin: 0px;
	}
	
	.image.thumbnail {
		width: 100%;
		display: block;
		object-fit: cover;
		margin: 10px;
	}

}

@media screen and (min-width: 781px) {

	.image.left {
		float: left;
	}

	.image.right {
		float: right;
	}

	.image.thumbnail {
		width: 300px;
		object-fit: none;
	}

}

@media screen and (min-width: 981px) {
	.image.thumbnail {
		width: 400px;
		object-fit: none;
	}

}

@media screen and (min-width: 1281px) {
	.image.thumbnail {
		width: 500px;
		object-fit: none;
	}

}



/* iubenda */
#iubenda-cs-banner {
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;
  }
  .iubenda-cs-content {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: auto;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 14px;
    background: #000;
    color: #fff;}
  .iubenda-cs-rationale {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
  }
  .iubenda-banner-content > p {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.5;
  }
  .iubenda-cs-close-btn {
    margin:0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
  }
  .iubenda-cs-cookie-policy-lnk {
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
  }

  /** funk add per ul ed li **/
  ul.iubenda li {
	display: inline;
	border: 0px solid #f00;
  }

  a.iubenda-embed:not(.iubenda-nostyle):hover {
	background-color: rgba(255,255,255,0.5) !important;
  }

  ul.iubenda, ul.menu {
	  margin-bottom: 0px;
  }

/* FINE iubenda */


/* coworking */
/* fix altezze minime badge prezzi x allineamento orizzonale */ 
@media screen and (max-width: 980px) and (min-width: 737px), screen and (min-width: 1281px) { 
	.cowoservice {
		min-height: 280px;
	}

}

.cowobadge {
	border: 1px solid #c4c4c4;
	text-align: center;
	margin-bottom: 20px;

  	position: relative;
	overflow: hidden;
}

.cowotitle {
	background-color: #444;
	/* background-color: #07489d; */
	border-bottom: 1px solid #f7f7f7;
	text-transform: uppercase;
}
.cowotitle h4 {
	color: #fff;
}

.cowoservice ul {
	margin: 0px;
	padding: 10px;
}

.cowoservice ul li {
	border-bottom: 1px solid #d7d7d7;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.cowoservice ul li:last-child {
	border: 0px;
}

.cowoprezzi {
	font-weight: bold;
	padding: 12px;
	margin: 20px;
	background-color: #e7e7e7;
	color: #444;
	border-radius: 5px;
	border: 1px solid #c4c4c4;
}

.nobr {
	white-space:nowrap;
}

.cowobadge ul li.notagrossa {
	font-weight: bold;
	text-transform: uppercase;
	color: #a00;
}

.cowobadge ul li.notagrossa:before {
  content: "\f06a"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
    font-size: 1em;
	color: #a00;
}

.cowobadge ul li.nota {
	font-weight: bold;
}

.cowobadge ul li.nota:before {
  content: "\f055";
	color: #080;
/*  content: "\f005";
/*	color: #fc0; */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
    font-size: 1em;
}


.importante {
	color: #a00;
}

.cowobadge.promoted:after {
  content: attr(data-promo);
  position: absolute;
  background: #C55;
  color: white;
  width: 40%;
  line-height: 2em;
  text-align: center;
  padding: 0.5em 0;
  box-sizing: border-box;
  top: 0;
  right: 0;
  transform: rotate(45deg) translate(30%,-25%);
  transform-origin: 50% 50%;
}

/* FINE coworking */

/* training */

.trainingbadge {
	margin-bottom: 20px;
}

.trainingtitle {
	background-color: #444;
	border-bottom: 1px solid #f7f7f7;
	text-transform: uppercase;
}
.trainingtitle h4 {
	color: #fff;
}

.trainingtext {
	text-align: left;
	padding: 50px;
}

.trainingimg img {
	margin: 20px auto;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	/*transform: rotate(-2deg);*/
	box-shadow: 0px 10px 10px rgba(0, 0, 0, .2);	
}

@media screen and (max-width: 736px), screen and (min-width: 981px) and (max-width: 1280px) {
	.trainingimg img {
		max-width: 350px;
	}

	.trainingtext {
		text-align: center;
	}
}

ul.tags {
	margin: 0px;
	padding: 0px;
}

ul.tags li {
	display: inline-block;
/*	background-color: #10a0d5; */
	background-color: #07489d;
	padding: 0px 10px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	margin: 5px 5px 5px 0px;
}

ul.tags li:before {
	content: "#";
/*	content: "\f292 "; /* FontAwesome Unicode */
/*	font-family: FontAwesome; */
}

/* FINE training */

/* chi siamo */

.chisiamo > * {
	padding: 0px;
}

div.chisiamo img {
	max-width: 200px;
	margin: 20px auto;
}

ul.chisiamo_link li {
	display: inline-block;
/*	background-color: #10a0d5; */
}

ul.chisiamo_link li a {
	display: block;
	background-color: #07489d;
	padding: 10px !important;
	color: #fff;
	font-weight: bold;
	margin: 5px 5px 5px 0px;
	transition: background-color .25s ease-in-out;
}

ul.chisiamo_link li a:hover {
	background-color: #10a0d5;
}

ul.chisiamo_info {
  list-style: none;
  padding: 0;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 50px;
}
ul.chisiamo_info li {
  padding-left: 1.2em;
	font-size: 1.2em;
}
ul.chisiamo_info li:before {
  content: "\f0a9"; /* arrow circle */
  content: "\f058"; /* check circle */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
	font-size: em;
	color: #080;
	color: #10a0d5;
	color: #07489d;
}

img.chi {
	border: 3px solid #07489d;
	border-radius: 50%;
}

div.competenze {
	border: 0px solid #f00;
	margin: 0px;
	padding: 0px;
}

/* FINE chi siamo */

.imgfancy {
	max-width: 100%;
}

.imgcontainer {
	position: relative;
	background-color: #fff;
	background-color: #07489d
}

.imgoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}


.imgcontainer .imgfancy {
	transition: .25s ease;
}

.imgcontainer:hover .imgfancy {
	opacity: 0.25;
}

.imgoverlay p {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
}


.imgcontainer .imgoverlay p {
	opacity: 0;
	color: #fff;
	font-size: 1em;
	padding: 0;
	margin: 0;
	-webkit-transition: -webkit-transform 0.35s;                                                                                                                                                                                                 
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

.imgcontainer:hover .imgoverlay p {
	opacity: 1;
	margin-top: 30px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}

.nospace {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

.borderall > div {
	border: 1px solid #f00;
}

.hidden {
	display: none;
}


/* spazi */

/* fix altezze minime badge prezzi x allineamento orizzonale */ 
@media screen and (max-width: 980px) and (min-width: 737px), screen and (min-width: 1281px) { 

}

.spazibadge {
	border: 1px solid #c4c4c4;
	text-align: center;
	margin: 20px;
  	position: relative;
	overflow: hidden;
	padding: 0px !important;
}

.spazibadge.occupata {
	background-color: #ffe2e2;
}

.spazititle {
	background-color: #444;
	/* background-color: #07489d; */
	border-bottom: 1px solid #f7f7f7;
	text-transform: uppercase;
}
.spazititle h4 {
	color: #fff;
}

.spaziservice ul {
	margin: 0px;
	padding: 10px;
}

.spaziservice ul li {
	border-bottom: 1px solid #d7d7d7;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.spaziservice ul li:last-child {
	border: 0px;
}

.spaziprezzi {
	font-weight: bold;
	padding: 12px;
	margin: 20px;
	background-color: #e7e7e7;
	color: #444;
	border-radius: 5px;
	border: 1px solid #c4c4c4;
}

.spaziprezzi.libera {
	/*
	background-color: #4a4;
	border-color: #070;
	color: #fff;
	*/
}

i.richiedi {
	background-color: #080;	
	color: #fff;
	padding: 5px;
	border-radius: 50%;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
	animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,136,0, 0.8);
    box-shadow: 0 0 0 0 rgba(0,136,0, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(0,136,0, 0);
      box-shadow: 0 0 0 10px rgba(0,136,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,136,0, 0);
      box-shadow: 0 0 0 0 rgba(0,136,0, 0);
  }
}

i.ban {
	background-color: #fff;	
	color: #b55;
	padding: 5px;
	border-radius: 50%;
	font-weight: bold;
	margin: 0px 10px;
}


a.richiedi {
	margin: 0px 10px;
}

/*
.spaziprezzi.libera:before {
  content: "\f06a";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  font-size: 1em;
}
*/

.spaziprezzi.occupata {
	background-color: #b55;
	border-color: #744;
	color: #fff;
}

.spazibadge ul li.disponibile {
	font-weight: bold;
	text-transform: uppercase;
	color: #080;
}

.spazibadge ul li.disponibile:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
    font-size: 1em;
	color: #080;
}

.spazibadge ul li.occupata {
	font-weight: bold;
	text-transform: uppercase;
	color: #800;
}

.spazibadge ul li.occupata:before {
  content: "\f057"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
    font-size: 1em;
	color: #800;
}

.spazibadge ul li.nota {
	font-weight: bold;
}

.spazibadge ul li.nota:before {
/*  content: "\f055"; */
/*	color: #080; */
	color: #f8a614;
content: "\f005";
/*	color: #fc0; */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
    font-size: 1em;
}

.spazibadge.promoted:after {
  content: attr(data-promo);
  position: absolute;
  background: #C55;
  color: white;
  width: 40%;
  line-height: 2em;
  text-align: center;
  padding: 0.5em 0;
  box-sizing: border-box;
  top: 0;
  right: 0;
  transform: rotate(45deg) translate(30%,-25%);
  transform-origin: 50% 50%;
}

/* fine spazi */

.grecaptcha-badge { 
    /* display:none !important; */
	visibility: hidden;
}

div#banner-wrapper {
	margin-bottom: 100px;
}

small.recaptcha {
	font-size: 0.8em;
	font-style: italic;
}

/* articoli pager */

nav.pager {
	text-align: center;
}

a.pager {
-moz-transition: background-color .25s ease-in-out;
-webkit-transition: background-color .25s ease-in-out;
-ms-transition: background-color .25s ease-in-out;
transition: background-color .25s ease-in-out;
-webkit-appearance: none;
position: relative;
display: inline-block;
background: #07489d;
color: #fff;
text-decoration: none;
border-radius: 6px;
font-weight: 800;
outline: 0;
border: 0;
cursor: pointer;
font-size: 1em;
padding: 0.6em 1em;
margin: 15px 0px;
}

.next::after, .prev::before {
	font-weight: normal;
	margin: 0 0.5em;
	position: static !important;
}

.next::after {
    content: "\f0a9";
  font-family: FontAwesome;
}

.prev::before {
    content: "\f0a8";
  font-family: FontAwesome;
}

div.articolo_side {
	margin: 20px 0px;
}

div.articolo h3.articolo a {
	background: #f00;
	background: #eee;
	padding: 0px 10px;
	border-radius: 6px;
}

.articolo_tab {
	padding: 20px;
}

.articolo_tab img {
	margin-bottom: 20px;
}

div.introcat {
	text-align: center;
}

div.introcat h1 {
font-size: 2.25em;
line-height: 1em;
}

h3.titoloservizio {
border-bottom: 1px solid #eee;
}

@media screen and (max-width: 980px) {

	h3.titoloservizio {
	text-align: center;
	}
}

/* portfolio */
p.portnav { text-align: center; }
p.portnav a { border: 0px solid #f00; margin: 10px; }
.ombrasmall { border: 1px solid #eee; box-shadow: 0px 7px 7px rgba(0,0,0,0.2); }
.ombra { border: 1px solid #eee; box-shadow: 0px 20px 10px rgba(0,0,0,0.2); }

div.portfolio ul li {
	border-bottom: 1px solid #eee;
}

div.portfolio ul li, div#sidebar ul li {
	list-style-type: none;
}

div.portfolio ul li:before, div.hashtags ul li:before {
	list-style-type: none;
	content: "\f00c"; /* checklist */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	font-size: 1em;
	color: #080;
}


div.portfolio ul.esigenze li:before {
	color: #f8a614;
	content: "\f005"; /* stella */
}

div.portfolio ul.risultati li:before {
	color: #07489d;
	content: "\f0a9"; /* icona freccia */
	/* content: "\f05a"; /* icona i */
}

div#sidebar ul li span {
	/* font-size: 1.3em;*/
	font-size: 1.7em;
	font-weight: bold;
	color: #444;
}

div#sidebar ul.info li:before {
	color: #07489d;
	content: "\f05a";
	font-size: 1.3em;
}

div#sidebar ul.hashtag li:before {
	color: #07489d;
	content: "\f292";
	font-size: 1.3em;
}

span.linksito, span.linksito a {
	color: #555;
	transition: color 0.3s ease-in-out;
}
span.linksito a:hover {
	color: #07489d;
}
span.linksito {
	/*background-color: #f1f1f1;
	border-radius: 30px;*/
	padding: 15px 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}
span.linksito i.richiedi {
	margin: 0px 10px;
	/*background-color: #07489d;*/
}

/* fine portfolio */



/* dicono di noi homepage */
div.dicono { padding-top: 40px; }
div.dicono-testo { 
	border: 0px dashed #f00;
	margin-top: 40px;
	text-align: center;
	padding: 0px 20px;
	}
div.dicono-titolo h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
q.review {
	quotes: "“" "”"; /* one pair */
	font-size: 1.3em;
	font-style: italic;
	}
q.review:before {
	content: open-quote;
	}
q.review:after {
	content: close-quote;
	}
q.review:before, q.review:after {
	font-size: 1.5em;
	font-family: entypo;
	}
p.author {
	line-height: 1.3em;
	}
p.stars {
	margin: 10px 0px;
	}
span.checked {
	color: orange;
	}
span.nome {
	margin: 0px;
	font-size: 1.2em;
}
span.link {
	font-size: 1em;
}
@media screen and (max-width: 320px) {

	div.dicono { padding-top: 20px; }
	q.review { font-size: 1em; }
}

a.diconoleggitutto { 
	background-color: #07489d;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff;
	border-radius: 40px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;	
}

a.diconoleggitutto:hover {
	background-color: #10a0d5;
}

/* /dicono */

div.attenzione {
	background-color: #fdd;
	padding: 20px;
	margin: 20px 0px;
	border-radius: 10px;
	border: 3px dashed #fbb;
}

div.attenzione h2 {
	font-weight: 400;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fbb;
}

/* prodotti */

img.prodottologo {
	margin-bottom: 20px;
	width: 100%;
	object-fit: scale-down;
}

h3.titoloprodotto a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border-bottom: 0px solid;
}
	
h3.titoloprodotto a:hover {
	color: #888;
	border-color: transparent;
}

p.testoprodotto {
	border: 0px solid #f00;
}

div#sidebar ul.esempio li:before {
        content: "\f005"; /* stella */
        content: "\f064"; /* fa-share */
	color: #07489d;
}

ul.esempio a {
	text-decoration: none;
}

/* fine prodotti */

ul.elencosmall li {
        border-bottom: 1px solid #eee;
        list-style-type: none;
}

ul.elencosmall li:before {
        list-style-type: none;
        content: "\f00c";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
        font-size: 1em;
        color: #080;
}

ul.elencosmall li:before {
        content: "\f005"; /* stella */
        color: #f8a614;
	/*
	content: "\f00c"; /* checklist
	color: #080; */
}

/* nascondi o mostra */
@media screen and (max-width: 980px) {
	.hidesmall {
		display: none;
	}
}

@media screen and (min-width: 981px) {
	.hidesmall {
		display: block;
	}

@media screen and (max-width: 980px) {
	.showsmall {
		display: block;
	}
}

@media screen and (min-width: 981px) {
	.showsmall {
		display: none;
	}




