/*--- navbar ---*/
#logo{
  margin-left: 8%;
}

.posizionePagine{
  margin-right: 8%;
}


.navbar{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.4px;
  background-color: white!important;
}

.navbar-brand img{
  height: 2rem;
}

.navbar-nav li{
color: black;
  padding-right: .7rem;
}

/*--- colore statico  pagine ---*/
.navbar-light .navbar-nav .nav-link{
  color: black;
  padding-top: .8rem;
}

/*--- colore pagine quando il muose si posiziona sopra ---*/
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover{
  color: orange;
}

/*--- sfondo header ---*/
.home-inner{
  background-image: url(Immagini/foto.png);
}



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}



.ancora{
  padding-top: 60px !important; /*60 è l'altezza dell'header*/
  margin-top: -60px !important; /*60 è l'altezza dell'header*/
}


section {
  padding: 40px 0;
  overflow: hidden;
}




.section-title {
  padding-bottom: 40px;
  text-align: center;
}



#titoloCategorie{
	margin-top: -60px;
	padding-bottom: 40px;
	text-align: center;
}


.section-title h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: black;
}

#titoloServizi{
	padding-bottom: 40px;
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: black;
}

#titoloCosaFacciamo{
	padding-bottom: 40px;
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #21413c;
}

#titoloArticoli{
	padding-top: 60px;
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	color: #21413c;
}

#titoloBlog{
	padding: 30px 0 ;
	background-color: rgb(40, 40, 40);
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	color: white;
}

#titoloPrivacyPolicy{
	padding: 30px 0 ;
	background-color: rgb(40, 40, 40);
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	color: white;
}

.section-title p {
  margin-bottom: 0;
}



#tornasu{
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
	padding:10px;
	cursor: pointer;
}


.sfondoCard{
	background-color: #008b8b;
}











/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f7f7f7;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 24px;
  color: #21413c;
}

.about .icon-box {
  margin-top: 44px;
}

.about .icon-box i {
  font-size: 30px;
  float: left;
  color: black;
}

.about .icon-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-left: 60px;
  color: #21413c;
}

.about .icon-box p {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-left: 60px;
}






/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
#cta {
  background-color: #ce1b28;
  color: rgba(255, 255, 255, 0.75);
  background-attachment: fixed;
  background-image: url('Immagini/Sfondo/sfondo2.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1; 
 }
 
 
  #cta input, #cta select, #cta textarea {
    color: #ffffff; }
  #cta a {
    color: #ffffff; }
  #cta strong, #cta b {
    color: #ffffff; }
  #cta h1, #cta h2, #cta h3, #cta h4, #cta h5, #cta h6 {
    color: #ffffff; }
  #cta blockquote {
    border-left-color: rgba(255, 255, 255, 0.25); }
  #cta code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
  #cta hr {
    border-bottom-color: rgba(255, 255, 255, 0.25); }



  @media screen and (max-width: 980px) {
    #cta {
      background-attachment: scroll; } }







/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  box-shadow: 0 2px 29px 0 rgba(37, 37, 37, 0.1);
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}




/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #a8d3cc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #eff7f6;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #1bac91 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: white;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #e1f0ee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #21413c;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: black;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #1bac91;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: orange;
  color: #fff;
}


/* FORM CONTATTACI */
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #DCDCDC;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: orange;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: black;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #0c1817;
  border-bottom: 1px solid #18302c;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1c3733;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1bac91;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  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: #4ae3c6;
  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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #34dfbf;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: orange;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: black;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

	

/*--------------------------------------------------------------
# Bottone Youtube
--------------------------------------------------------------*/


#ytbutton{
	text-align: center;
	padding: 10px 10px;
}	

#titoloRecensioni{
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: ;
	color: #21413c;
}




/*--------------------------------------------------------------
# newsletter
--------------------------------------------------------------*/	

.newsletter {
	padding: 40px 0;
	background: #008b8b;
}

.newsletter .content {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2; 
}

.newsletter .content h3 {
	color: white;
	margin-bottom: 20px; 
}

.newsletter .content p {
	color: white;
	margin-bottom: 20px; 
}

#termininewsletter{
	color: white;
	margin-bottom: 20px; 
}

.newsletter .content .form-control {
	height: 50px;
	border-color: #ffffff;
	border-radius: 6px 0 0 6px;
}

.newsletter .content.form-control:focus {
	box-shadow: none;
	border: 2px solid #243c4f;
}

.newsletter .content .btn {
	min-height: 50px; 
	border-radius:0;
	background: orange;
	color: #fff;
	font-weight:600;
	border-radius: 0 6px 6px 0;
}

.newsletter .content .btn:hover {
  background: black;
}


#newsletterfooter{
	border-radius:0;
	background: orange;
	color: #fff;
	font-weight:400;
	border-radius: 0 6px 6px 0;
}


/*--------------------------------------------------------------
# Tutti Articoli
--------------------------------------------------------------*/	


.tuttiArticoli {
	padding: 30px 0;
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-image: url('../Immagini/Sfondo/sfondo5.jpg');
}

.tuttiArticoli .content {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2; 
}

.tuttiArticoli .content h2 {
	color: white;
	margin-bottom: 20px; 
}

.tuttiArticoli .content p {
	color: white;
	margin-bottom: 20px; 
	font-size: 26px;
	font-weight: 500;
}

.tuttiArticoli .content .form-control {
	height: 50px;
	border-color: #ffffff;
	border-radius: 6px 6px 6px 6px;
}

.tuttiArticoli .content.form-control:focus {
	box-shadow: none;
	border: 2px solid #243c4f;
}

.tuttiArticoli .content .btn {
	min-height: 50px; 
	border-radius:0;
	background: orange;
	color: #fff;
	font-weight:600;
	border-radius: 6px 6px 6px 6px;
}

.tuttiArticoli .content .btn:hover {
  background: black;
}

.tuttiArticoli .content .btn a:hover {
  background: black;
}



/*--------------------------------------------------------------
# Bottoni
--------------------------------------------------------------*/	

#bottone{
	border-radius: 6px 6px 6px 6px;
	background: orange;
	color: white;
}

#bottone a{
	color: white;
}

#bottone:hover{
	background: black;
}



/*--------------------------------------------------------------
# Privacy e Policy
--------------------------------------------------------------*/

.testoPrivacyPolicy{
	text-align: justify;
}



/*--------------------------------------------------------------
# Categorie
--------------------------------------------------------------*/


.gallery-block{padding-bottom: 60px; padding-top: 40px;}
.gallery-block .heading{margin-bottom: 50px; text-align: center;}

.gallery-block .heading h2{font-weight: bold;font-size: 1.4rem; text-transform: uppercase;}

.gallery-block.cards-gallery h6{font-size: 20px; font-weight: 400;}

.gallery-block.cards-gallery .card{transition: 0.4s easy;}



.gallery-block.cards-gallery .card img{
	box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
	height: 15rem;
}
.gallery-block.cards-gallery .card-body{text-align: center;}
.gallery-block.cards-gallery .card-body p{font-size: 15px;}
.gallery-block.cards-gallery a{color:#212529; }
.gallery-block.cards-gallery a:hover{text-decoration: none;}
.gallery-block.cards-gallery  .card{
	margin-bottom: 30px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}



/*--------------------------------------------------------------
# Recensione
--------------------------------------------------------------*/


#recensione{
	padding: 15px ;
}



/*--------------------------------------------------------------
# CHI SIAMO
--------------------------------------------------------------*/

.testochisiamo{
	font-size: 18px;
	color: #696969;
	margin-right: 20px;
	margin-bottom: 20px;
	font-weight: 400;
}


.titolochisiamo{
	text-align: center;
	font-weight: 600;
	font-size: 28px;
}

.titolochisiamouno{
	text-align: center;
	font-weight: 600;
	font-size: 28px;
}	
	
.elencochisiamo{
	margin-left: 20px;
	font-size: 17px;
	color: #696969;
	margin-right: 20px;
	margin-bottom: 20px;
}
	
.elencochisiamo p {
  font-size: 17px;
  color: #696969;
  margin-left: 40px;
}
	
.elencochisiamo i {
  font-size: 26px;
  float: left;
  color: black;
}	

.titologaranzia{
	text-align: justify;
	font-weight: 600;
	font-size: 21px;
}

.chisiamospaziatura{
	border: 1px solid 	#ff8c00;
}








.titoloCard{
	font-size: 20px;
	font-weight: 400;
	padding: 10px;
}





/* RESPONSIVE VIDEO YOUTUBE*/
.nano-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.nano-video iframe,
.nano-video object,
.nano-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}



